Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions decidim-accountability/config/locales/de.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
de:
activemodel:
attributes:
Expand Down Expand Up @@ -196,6 +197,7 @@ de:
accountability:
proposal_linked:
email_intro: 'Der Vorschlag "%{proposal_title}" wurde in ein Ergebnis aufgenommen. Sie können es von dieser Seite sehen:'
email_outro: You have received this notification because you are following "%{proposal_title}". You can stop receiving notifications following the previous link.
email_subject: Ein Update auf %{proposal_title}
notification_title: Der Vorschlag <a href="%{proposal_path}">%{proposal_title}</a> wurde in das Ergebnis <a href="%{resource_path}">%{resource_title}</a>.
participatory_processes:
Expand Down
3 changes: 2 additions & 1 deletion decidim-accountability/config/locales/hu.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
hu:
activemodel:
attributes:
Expand Down Expand Up @@ -177,7 +178,7 @@ hu:
show:
changes_at_title: 'Változások itt: "%{title}"'
version:
version_index: '%{index} verzió'
version_index: "%{index} verzió"
components:
accountability:
name: Elszámoltathatóság
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h2 class="card-title">
<%= t ".title" %>
<% if allowed_to?(:create, :oauth_application) %>
<%= link_to t("actions.new", scope: "decidim.admin", name: t("models.oauth_application.name", scope: "decidim.admin").downcase), ["new", "oauth_application"], class: "button tiny button--title new" %>
<%= link_to t("oauth_application.new", scope: "decidim.admin"), ["new", "oauth_application"], class: "button tiny button--title new" %>
<% end %>
</h2>
</div>
Expand Down
2 changes: 1 addition & 1 deletion decidim-admin/app/views/decidim/admin/users/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h2 class="card-title">
<%= t "decidim.admin.titles.users" %>
<% if allowed_to? :create, :admin_user %>
<%= link_to t("actions.new", scope: "decidim.admin", name: t("models.user.name", scope: "decidim.admin")), ["new", "user"], class: "button tiny button--title" %>
<%= link_to t("user.new", scope: "decidim.admin"), ["new", "user"], class: "button tiny button--title" %>
<% end %>
</h2>
</div>
Expand Down
6 changes: 4 additions & 2 deletions decidim-admin/config/locales/ca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ ca:
fields:
created_at: Creat el
name: Nom
name: Aplicació OAuth
participatory_space_private_user:
name: Usuari privat de l'espai de participació
scope:
Expand All @@ -421,7 +420,6 @@ ca:
roles:
admin: Administrador
user_manager: Administrador d'usuaris
name: Usuari
user_group:
fields:
actions: Accions
Expand Down Expand Up @@ -490,6 +488,8 @@ ca:
update:
error: S'ha produït un error en actualitzar aquest butlletí.
success: Butlletí actualitzat correctament. Si us plau, revisa'l abans d'enviar-lo.
oauth_application:
new: Nouvelle application Oauth
oauth_applications:
create:
error: S'ha produït un error en crear aquesta aplicació.
Expand Down Expand Up @@ -640,6 +640,8 @@ ca:
static_pages: Pàgines
user_groups: Grups d'usuaris
users: Usuaris
user:
new: New
user_group:
reject:
invalid: Hi va hagut un error en rebutjar aquest grup d'usuaris.
Expand Down
46 changes: 44 additions & 2 deletions decidim-admin/config/locales/de.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
de:
activemodel:
attributes:
Expand All @@ -14,6 +15,7 @@ de:
description: Beschreibung
file: Datei
title: Titel
weight: Rang d'affichage
attachment_collection:
description: Beschreibung
name: Name
Expand Down Expand Up @@ -316,6 +318,11 @@ de:
logs_list:
no_logs_yet: Es gibt noch keine Protokolle
managed_users:
index:
impersonate: Impersonate
needs_authoriation_warning: Needs authoriation warning
promote: Promote
view_logs: View logs
promotion:
error: Es ist ein Fehler aufgetreten, der den verwalteten Benutzer unterstützt.
success: Der verwaltete Benutzer wurde erfolgreich hochgestuft.
Expand All @@ -333,6 +340,7 @@ de:
configuration: Aufbau
dashboard: Instrumententafel
impersonations: Identitätswechsel
navbar_links: Navbar links
newsletters: Newsletter
oauth_applications: OAuth-Anwendungen
officializations: Ausschreibungen
Expand Down Expand Up @@ -370,6 +378,13 @@ de:
reason: Grund
started_at: Fing an bei
user: Benutzer
managed_user:
name: Name
navbar_link:
fields:
link: Link
title: Title
weight: Weight
newsletter:
fields:
created_at: Hergestellt in
Expand All @@ -381,7 +396,6 @@ de:
fields:
created_at: Hergestellt in
name: Name
name: OAuth-Anwendung
participatory_space_private_user:
name: Participatory Space privater Benutzer
scope:
Expand All @@ -406,7 +420,6 @@ de:
roles:
admin: Administrator
user_manager: Benutzer Manager
name: Benutzer
user_group:
fields:
actions: Aktionen
Expand All @@ -424,6 +437,28 @@ de:
does_not_belong: Gehört nicht
offensive: Beleidigend
spam: Spam
navbar_links:
create:
error: There was an error when creating this link.
success: Link created successfully
destroy:
success: Link successfully destroyed
edit:
title: Edit navbar link
update: Update
form:
link: Link
new_tab: Open in a new tab
same_tab: Open in the same tab
title: Title
weight: Weight
new:
create: Create
title: New navbar link
no_links: No links created
update:
error: There was an error when updating this link.
success: Link updated successfully
newsletters:
create:
error: Beim Erstellen dieses Newsletters ist ein Fehler aufgetreten.
Expand Down Expand Up @@ -453,6 +488,8 @@ de:
update:
error: Beim Aktualisieren dieses Newsletters ist ein Fehler aufgetreten.
success: Newsletter erfolgreich aktualisiert. Bitte überprüfen Sie es vor dem Senden.
oauth_application:
new: Nouvelle application Oauth
oauth_applications:
create:
error: Beim Erstellen dieser Anwendung ist ein Fehler aufgetreten.
Expand Down Expand Up @@ -498,6 +535,7 @@ de:
new:
badge: Offizielles Abzeichen
officialize: Offizialisieren
title: Officialize user "%{name}"
organization:
edit:
title: Organisation bearbeiten
Expand Down Expand Up @@ -594,12 +632,16 @@ de:
dashboard: Instrumententafel
impersonatable_users: Impersonable Benutzer
impersonations: Identitätswechsel
managed_users: Managed users
navbar_links: Navbar links
officializations: Ausschreibungen
scope_types: Bereichstypen
scopes: Bereiche
static_pages: Seiten
user_groups: Benutzergruppen
users: Benutzer
user:
new: New
user_group:
reject:
invalid: Beim Ablehnen dieser Benutzergruppe ist ein Fehler aufgetreten.
Expand Down
6 changes: 4 additions & 2 deletions decidim-admin/config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ en:
fields:
created_at: Created at
name: Name
name: OAuth application
participatory_space_private_user:
name: Participatory space private user
scope:
Expand All @@ -421,7 +420,6 @@ en:
roles:
admin: Admin
user_manager: User manager
name: User
user_group:
fields:
actions: Actions
Expand Down Expand Up @@ -490,6 +488,8 @@ en:
update:
error: There's been an error updating this newsletter.
success: Newsletter updated successfully. Please review it before sending.
oauth_application:
new: New Oauth application
oauth_applications:
create:
error: There's been an error creating this application.
Expand Down Expand Up @@ -640,6 +640,8 @@ en:
static_pages: Pages
user_groups: User groups
users: Users
user:
new: New user
user_group:
reject:
invalid: There was an error when rejecting this user group.
Expand Down
6 changes: 4 additions & 2 deletions decidim-admin/config/locales/es-PY.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ es-PY:
fields:
created_at: Creado en
name: Nombre
name: Aplicación OAuth
participatory_space_private_user:
name: Usuario privado de espacio participativo
scope:
Expand All @@ -421,7 +420,6 @@ es-PY:
roles:
admin: Administrador
user_manager: Administrador de usuarios
name: Usuario
user_group:
fields:
actions: Acciones
Expand Down Expand Up @@ -490,6 +488,8 @@ es-PY:
update:
error: Se ha producido un error al actualizar este boletín.
success: Boletín actualizado correctamente. Por favor revísalo antes de enviarlo.
oauth_application:
new: Nouvelle application Oauth
oauth_applications:
create:
error: Se ha producido un error al crear esta aplicación.
Expand Down Expand Up @@ -640,6 +640,8 @@ es-PY:
static_pages: Páginas
user_groups: Grupos de usuarios
users: Usuarios
user:
new: New
user_group:
reject:
invalid: Se ha producido un error al rechazar este grupo de usuarios.
Expand Down
6 changes: 4 additions & 2 deletions decidim-admin/config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ es:
fields:
created_at: Creado en
name: Nombre
name: Aplicación OAuth
participatory_space_private_user:
name: Usuario privado de espacio participativo
scope:
Expand All @@ -421,7 +420,6 @@ es:
roles:
admin: Administrador
user_manager: Administrador de usuarios
name: Usuario
user_group:
fields:
actions: Acciones
Expand Down Expand Up @@ -490,6 +488,8 @@ es:
update:
error: Se ha producido un error al actualizar este boletín.
success: Boletín actualizado correctamente. Por favor revísalo antes de enviarlo.
oauth_application:
new: Nouvelle application Oauth
oauth_applications:
create:
error: Se ha producido un error al crear esta aplicación.
Expand Down Expand Up @@ -640,6 +640,8 @@ es:
static_pages: Páginas
user_groups: Grupos de usuarios
users: Usuarios
user:
new: New
user_group:
reject:
invalid: Se ha producido un error al rechazar este grupo de usuarios.
Expand Down
6 changes: 4 additions & 2 deletions decidim-admin/config/locales/eu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ eu:
fields:
created_at: Sortutako at
name: izena
name: OAuth aplikazioa
participatory_space_private_user:
name: Partaidetza espazioa erabiltzaile pribatua
scope:
Expand All @@ -421,7 +420,6 @@ eu:
roles:
admin: Administratzailea
user_manager: Erabiltzailearen kudeatzailea
name: Erabiltzailea
user_group:
fields:
actions: Ekintzak
Expand Down Expand Up @@ -490,6 +488,8 @@ eu:
update:
error: Errorea gertatu da buletin hau eguneratzean.
success: Buletina zuzen eguneratu da. Mesedez, berrikusi bidali baino lehen.
oauth_application:
new: Nouvelle application Oauth
oauth_applications:
create:
error: Errore bat gertatu da aplikazio hau sortzean.
Expand Down Expand Up @@ -640,6 +640,8 @@ eu:
static_pages: Orriak
user_groups: Erabiltzaile-taldeak
users: Erabiltzaileak
user:
new: New
user_group:
reject:
invalid: Errore bat gertatu da erabiltzaile talde hau arbuiatzerakoan.
Expand Down
6 changes: 4 additions & 2 deletions decidim-admin/config/locales/fi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ fi:
fields:
created_at: Luontiaika
name: Nimi
name: OAuth-sovellus
participatory_space_private_user:
name: Osallistumistilan yksityinen käyttäjä
scope:
Expand All @@ -421,7 +420,6 @@ fi:
roles:
admin: Ylläpitäjä
user_manager: Käyttäjien hallinnoija
name: Käyttäjä
user_group:
fields:
actions: Toiminnot
Expand Down Expand Up @@ -490,6 +488,8 @@ fi:
update:
error: Tämän uutiskirjeen päivityksessä tapahtui virhe.
success: Uutiskirje päivitetty onnistuneesti. Tarkasta se läpi ennen lähetystä.
oauth_application:
new: Nouvelle application Oauth
oauth_applications:
create:
error: Sovelluksen luonnissa tapahtui virhe.
Expand Down Expand Up @@ -640,6 +640,8 @@ fi:
static_pages: Sivut
user_groups: Käyttäjäryhmät
users: Käyttäjät
user:
new: New
user_group:
reject:
invalid: Käyttäjäryhmän hylkäämisessä tapahtui virhe.
Expand Down
Loading