decidim-system 0.26.7 → 0.26.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/decidim/system/application_controller.rb +1 -0
  3. data/app/forms/decidim/system/admin_form.rb +1 -1
  4. data/app/views/decidim/system/admins/edit.html.erb +2 -0
  5. data/app/views/decidim/system/admins/index.html.erb +2 -0
  6. data/app/views/decidim/system/admins/new.html.erb +2 -0
  7. data/app/views/decidim/system/admins/show.html.erb +2 -2
  8. data/app/views/decidim/system/dashboard/show.html.erb +2 -0
  9. data/app/views/decidim/system/devise/passwords/edit.html.erb +2 -2
  10. data/app/views/decidim/system/devise/passwords/new.html.erb +2 -2
  11. data/app/views/decidim/system/devise/sessions/new.html.erb +2 -2
  12. data/app/views/decidim/system/devise/shared/_links.html.erb +5 -11
  13. data/app/views/decidim/system/oauth_applications/edit.html.erb +2 -0
  14. data/app/views/decidim/system/oauth_applications/index.html.erb +2 -0
  15. data/app/views/decidim/system/oauth_applications/new.html.erb +2 -0
  16. data/app/views/decidim/system/oauth_applications/show.html.erb +2 -0
  17. data/app/views/decidim/system/organizations/edit.html.erb +6 -0
  18. data/app/views/decidim/system/organizations/index.html.erb +2 -0
  19. data/app/views/decidim/system/organizations/new.html.erb +5 -3
  20. data/app/views/layouts/decidim/system/_login_items.html.erb +1 -1
  21. data/app/views/layouts/decidim/system/application.html.erb +3 -2
  22. data/app/views/layouts/decidim/system/login.html.erb +1 -1
  23. data/config/environment.rb +3 -0
  24. data/config/locales/ar.yml +3 -3
  25. data/config/locales/bg.yml +3 -0
  26. data/config/locales/ca.yml +30 -2
  27. data/config/locales/cs.yml +30 -2
  28. data/config/locales/de.yml +33 -5
  29. data/config/locales/el.yml +94 -2
  30. data/config/locales/en.yml +30 -2
  31. data/config/locales/es-MX.yml +30 -2
  32. data/config/locales/es-PY.yml +30 -2
  33. data/config/locales/es.yml +30 -2
  34. data/config/locales/eu.yml +48 -20
  35. data/config/locales/fa-IR.yml +5 -0
  36. data/config/locales/fi-plain.yml +30 -2
  37. data/config/locales/fi.yml +30 -2
  38. data/config/locales/fr-CA.yml +30 -2
  39. data/config/locales/fr.yml +30 -2
  40. data/config/locales/ga-IE.yml +2 -0
  41. data/config/locales/gl.yml +2 -2
  42. data/config/locales/hu.yml +21 -3
  43. data/config/locales/id-ID.yml +2 -3
  44. data/config/locales/is-IS.yml +2 -2
  45. data/config/locales/it.yml +2 -2
  46. data/config/locales/ja.yml +30 -2
  47. data/config/locales/kaa.yml +9 -0
  48. data/config/locales/lb.yml +5 -0
  49. data/config/locales/lt.yml +4 -2
  50. data/config/locales/lv.yml +2 -3
  51. data/config/locales/nl.yml +2 -3
  52. data/config/locales/no.yml +2 -2
  53. data/config/locales/pl.yml +2 -2
  54. data/config/locales/pt-BR.yml +2 -2
  55. data/config/locales/pt.yml +2 -2
  56. data/config/locales/ro-RO.yml +10 -2
  57. data/config/locales/ru.yml +2 -3
  58. data/config/locales/sk.yml +2 -3
  59. data/config/locales/sl.yml +2 -1
  60. data/config/locales/sq-AL.yml +1 -0
  61. data/config/locales/sv.yml +2 -2
  62. data/config/locales/th-TH.yml +1 -0
  63. data/config/locales/tr-TR.yml +3 -3
  64. data/config/locales/uk.yml +2 -3
  65. data/config/locales/zh-CN.yml +2 -2
  66. data/config/locales/zh-TW.yml +4 -2
  67. data/lib/decidim/system/version.rb +1 -1
  68. metadata +15 -6
@@ -54,6 +54,9 @@ fi:
54
54
  new:
55
55
  create: Luo
56
56
  title: Uusi hallinnoija
57
+ show:
58
+ destroy: Poista
59
+ edit: Muokkaa
57
60
  update:
58
61
  error: Hallintakäyttäjän päivitys epäonnistui.
59
62
  success: Hallinnointikäyttäjän päivitys onnistui
@@ -64,6 +67,21 @@ fi:
64
67
  placeholders:
65
68
  content: Lisää merkityksellistä sisältöä staattiselle sivulle %{page} hallintapaneelista.
66
69
  title: Oletusotsikko sivulle %{page}
70
+ devise:
71
+ passwords:
72
+ edit:
73
+ change_your_password: Vaihda salasanasi
74
+ minimum_characters: "(vähintään %{minimum} merkkiä)"
75
+ new:
76
+ forgot_your_password: Unohditko salasanasi
77
+ send_me_reset_password_instructions: Lähetä minulle ohjeet salasanan vaihtamiseen
78
+ shared:
79
+ links:
80
+ did_not_receive_confirmation_instructions?: Etkö saanut vahvistusohjeita?
81
+ did_not_receive_unlock_instructions?: Etkö saanut ohjeita tilin lukituksen poistoon?
82
+ forgot_your_password?: Unohditko salasanasi?
83
+ log_in: Kirjaudu sisään
84
+ sign_up: Rekisteröidy
67
85
  menu:
68
86
  admins: Hallinnoijat
69
87
  dashboard: Hallintapaneeli
@@ -123,6 +141,7 @@ fi:
123
141
  success: Organisaation luonti onnistui.
124
142
  edit:
125
143
  secondary_hosts_hint: Syötä jokainen niistä omalle rivilleen
144
+ title: Muokkaa organisaatiota
126
145
  file_upload_settings:
127
146
  content_types:
128
147
  admin_hint: Nämä MIME-tyypit sallitaan hallintakäyttäjien tiedostolatauksiin. Hallintakäyttäjien tulisi ymmärtää riskit tietyntyyppisten tiedostoformaattien kanssa, joten voit olettaa heidän olevan varovaisempia tiedostojen lataamisen suhteen.
@@ -144,8 +163,11 @@ fi:
144
163
  index:
145
164
  title: Organisaatiot
146
165
  new:
147
- reference_prefix_hint: Viitetunnisteen avulla tunnistetaan yksilöllisesti resursseja eri organisaatioiden välillä
148
- secondary_hosts_hint: Syötä jokainen niistä omalle rivilleen
166
+ default: Oletus?
167
+ enabled: Käytössä
168
+ locale: Kieli
169
+ reference_prefix_hint: Viitetunnisteen avulla tunnistetaan yksilöllisesti resursseja eri organisaatioiden välillä.
170
+ secondary_hosts_hint: Syötä jokainen niistä omalle rivilleen.
149
171
  title: Uusi organisaatio
150
172
  omniauth_settings:
151
173
  decidim:
@@ -186,3 +208,9 @@ fi:
186
208
  our_getting_started_guide: aloitusoppaamme
187
209
  titles:
188
210
  dashboard: Hallintapaneeli
211
+ decidim: Decidim
212
+ layouts:
213
+ decidim:
214
+ system:
215
+ login_items:
216
+ logout: Kirjaudu ulos
@@ -54,6 +54,9 @@ fr-CA:
54
54
  new:
55
55
  create: Créer
56
56
  title: Nouvel administrateur
57
+ show:
58
+ destroy: Supprimer
59
+ edit: Modifier
57
60
  update:
58
61
  error: Une erreur s'est produite lors de la mise à jour de cet administrateur.
59
62
  success: Administrateur mis à jour avec succès
@@ -64,6 +67,21 @@ fr-CA:
64
67
  placeholders:
65
68
  content: Ajoutez un contenu pertinent à la page %{page} en allant sur l'interface d'administration.
66
69
  title: Titre par défaut pour %{page}
70
+ devise:
71
+ passwords:
72
+ edit:
73
+ change_your_password: Modifier votre mot de passe
74
+ minimum_characters: "(%{minimum} caractères minimum)"
75
+ new:
76
+ forgot_your_password: Mot de passe oublié
77
+ send_me_reset_password_instructions: Envoyez-moi les instructions de réinitialisation du mot de passe
78
+ shared:
79
+ links:
80
+ did_not_receive_confirmation_instructions?: Vous n’avez pas reçu les instructions de confirmation ?
81
+ did_not_receive_unlock_instructions?: Vous n’avez pas reçu les instructions de déverrouillage ?
82
+ forgot_your_password?: Mot de passe oublié ?
83
+ log_in: Se connecter
84
+ sign_up: S'inscrire
67
85
  menu:
68
86
  admins: Administrateurs
69
87
  dashboard: Tableau de bord
@@ -123,6 +141,7 @@ fr-CA:
123
141
  success: Organisation créée avec succès.
124
142
  edit:
125
143
  secondary_hosts_hint: Entrez chacun d'eux dans une nouvelle ligne
144
+ title: Modifier l'organisation
126
145
  file_upload_settings:
127
146
  content_types:
128
147
  admin_hint: Ces types MIME sont autorisés pour les téléchargements dans la section admin. Les administrateurs doivent être conscients des risques liés au téléchargement de certains formats de document, il faut donc vous attendre à qu'ils soient plus prudents avec les téléchargements de fichiers.
@@ -144,8 +163,11 @@ fr-CA:
144
163
  index:
145
164
  title: Organisations
146
165
  new:
147
- reference_prefix_hint: Le préfixe de référence est utilisé pour identifier de manière unique les ressources pour toutes les organisations
148
- secondary_hosts_hint: Entrez chacun d'eux dans une nouvelle ligne
166
+ default: Par défaut ?
167
+ enabled: Activé
168
+ locale: Langue
169
+ reference_prefix_hint: Le préfixe de référence est utilisé pour identifier de manière unique les ressources à travers toutes les organisations.
170
+ secondary_hosts_hint: Entrez chacun d'eux dans une nouvelle ligne.
149
171
  title: Nouvelle organisation
150
172
  omniauth_settings:
151
173
  decidim:
@@ -186,3 +208,9 @@ fr-CA:
186
208
  our_getting_started_guide: Notre guide de démarrage
187
209
  titles:
188
210
  dashboard: Tableau de bord
211
+ decidim: Decidim
212
+ layouts:
213
+ decidim:
214
+ system:
215
+ login_items:
216
+ logout: Déconnexion
@@ -54,6 +54,9 @@ fr:
54
54
  new:
55
55
  create: Créer
56
56
  title: Nouvel administrateur
57
+ show:
58
+ destroy: Supprimer
59
+ edit: Modifier
57
60
  update:
58
61
  error: Une erreur s'est produite lors de la mise à jour de cet administrateur.
59
62
  success: Administrateur mis à jour avec succès
@@ -64,6 +67,21 @@ fr:
64
67
  placeholders:
65
68
  content: Ajoutez un contenu pertinent à la page %{page} en allant sur l'interface d'administration.
66
69
  title: Titre par défaut pour %{page}
70
+ devise:
71
+ passwords:
72
+ edit:
73
+ change_your_password: Modifier votre mot de passe
74
+ minimum_characters: "(%{minimum} caractères minimum)"
75
+ new:
76
+ forgot_your_password: Mot de passe oublié
77
+ send_me_reset_password_instructions: Envoyez-moi les instructions de réinitialisation du mot de passe
78
+ shared:
79
+ links:
80
+ did_not_receive_confirmation_instructions?: Vous n’avez pas reçu les instructions de confirmation ?
81
+ did_not_receive_unlock_instructions?: Vous n’avez pas reçu les instructions de déverrouillage ?
82
+ forgot_your_password?: Mot de passe oublié ?
83
+ log_in: Se connecter
84
+ sign_up: S'inscrire
67
85
  menu:
68
86
  admins: Administrateurs
69
87
  dashboard: Tableau de bord
@@ -123,6 +141,7 @@ fr:
123
141
  success: Organisation créée avec succès.
124
142
  edit:
125
143
  secondary_hosts_hint: Entrez chacun d'eux dans une nouvelle ligne
144
+ title: Modifier l'organisation
126
145
  file_upload_settings:
127
146
  content_types:
128
147
  admin_hint: Ces types MIME sont autorisés pour les téléchargements dans la section admin. Les administrateurs doivent être conscients des risques liés au téléchargement de certains formats de document, il faut donc vous attendre à qu'ils soient plus prudents avec les téléchargements de fichiers.
@@ -144,8 +163,11 @@ fr:
144
163
  index:
145
164
  title: Organisations
146
165
  new:
147
- reference_prefix_hint: Le préfixe de référence est utilisé pour identifier de manière unique les ressources pour toutes les organisations
148
- secondary_hosts_hint: Entrez chacun d'eux dans une nouvelle ligne
166
+ default: Par défaut ?
167
+ enabled: Activé
168
+ locale: Langue
169
+ reference_prefix_hint: Le préfixe de référence est utilisé pour identifier de manière unique les ressources à travers toutes les organisations.
170
+ secondary_hosts_hint: Entrez chacun d'eux dans une nouvelle ligne.
149
171
  title: Nouvelle organisation
150
172
  omniauth_settings:
151
173
  decidim:
@@ -186,3 +208,9 @@ fr:
186
208
  our_getting_started_guide: Notre guide de démarrage
187
209
  titles:
188
210
  dashboard: Tableau de bord
211
+ decidim: Decidim
212
+ layouts:
213
+ decidim:
214
+ system:
215
+ login_items:
216
+ logout: Déconnexion
@@ -20,6 +20,8 @@ ga:
20
20
  title: Riaracháin
21
21
  new:
22
22
  create: Cruthaigh
23
+ show:
24
+ edit: Eagar
23
25
  menu:
24
26
  admins: Riaracháin
25
27
  models:
@@ -54,6 +54,8 @@ gl:
54
54
  new:
55
55
  create: Crear
56
56
  title: Novo administrador
57
+ show:
58
+ edit: Editar
57
59
  update:
58
60
  error: Produciuse un problema ao actualizar este administrador.
59
61
  success: Administrador actualizado con éxito
@@ -144,8 +146,6 @@ gl:
144
146
  index:
145
147
  title: Organizacións
146
148
  new:
147
- reference_prefix_hint: O prefixo de referencia utilízase para identificar de forma exclusiva recursos en todas as organizacións
148
- secondary_hosts_hint: Entre cada unha delas nunha nova liña
149
149
  title: Nova organización
150
150
  omniauth_settings:
151
151
  decidim:
@@ -22,6 +22,8 @@ hu:
22
22
  new:
23
23
  create: Létrehozás
24
24
  title: Új admin
25
+ show:
26
+ edit: Szerkesztés
25
27
  update:
26
28
  error: Hiba történt az admin frissítése során.
27
29
  success: Admin sikeresen frissítve
@@ -29,6 +31,21 @@ hu:
29
31
  placeholders:
30
32
  content: Adj hozzá értelmes tartalmat az admin irányítópult %{page} statikus oldalához.
31
33
  title: 'Alapértelmezett cím: %{page}'
34
+ devise:
35
+ passwords:
36
+ edit:
37
+ change_your_password: Változtasd meg a jelszavadat
38
+ minimum_characters: "(Legalább%{minimum} karakter)"
39
+ new:
40
+ forgot_your_password: Elfelejtett jelszó
41
+ send_me_reset_password_instructions: A jelszóviasszállítási instrukciók elküldését kérem
42
+ shared:
43
+ links:
44
+ did_not_receive_confirmation_instructions?: Nem kapta meg a megerősítő instrukciókat?
45
+ did_not_receive_unlock_instructions?: Nem kapta meg a feloldáshoz szükséges instrukciókat?
46
+ forgot_your_password?: Elfelejtett jelszó?
47
+ log_in: Belépés
48
+ sign_up: Regisztráció
32
49
  menu:
33
50
  admins: Adminok
34
51
  dashboard: Irányítópult
@@ -49,7 +66,6 @@ hu:
49
66
  name: Név
50
67
  omniauth_settings: Omniauth beállítások
51
68
  smtp_settings: SMTP beállítások
52
- name: Szervezet
53
69
  organizations:
54
70
  create:
55
71
  error: Hiba történt az új szervezet létrehozása során.
@@ -59,8 +75,9 @@ hu:
59
75
  index:
60
76
  title: Szervezetek
61
77
  new:
62
- reference_prefix_hint: A hivatkozási előtag az erőforrások azonosítására szolgál a szervezetek esetében
63
- secondary_hosts_hint: Mindegyiket új sorba írd be
78
+ default: Alapértelmezett?
79
+ enabled: Engedélyezve
80
+ locale: Helyi nyelv
64
81
  title: Új szervezet
65
82
  omniauth_settings:
66
83
  decidim:
@@ -92,3 +109,4 @@ hu:
92
109
  our_getting_started_guide: első lépések útmutatója
93
110
  titles:
94
111
  dashboard: Irányítópult
112
+ decidim: Decidim
@@ -22,6 +22,8 @@ id:
22
22
  new:
23
23
  create: Membuat
24
24
  title: Admin baru
25
+ show:
26
+ edit: Edit
25
27
  update:
26
28
  error: Terjadi masalah saat memperbarui admin ini.
27
29
  success: Admin berhasil diperbarui
@@ -47,7 +49,6 @@ id:
47
49
  fields:
48
50
  created_at: Dibuat di
49
51
  name: Nama
50
- name: Organisasi
51
52
  organizations:
52
53
  create:
53
54
  error: Terjadi masalah saat membuat organisasi baru.
@@ -57,8 +58,6 @@ id:
57
58
  index:
58
59
  title: Organisasi
59
60
  new:
60
- reference_prefix_hint: Awalan referensi digunakan untuk mengidentifikasi sumber daya secara unik di semua organisasi
61
- secondary_hosts_hint: Masukkan masing-masing dari mereka di baris baru
62
61
  title: Organisasi baru
63
62
  update:
64
63
  error: Ada masalah saat memperbarui organisasi ini.
@@ -16,6 +16,8 @@ is-IS:
16
16
  new:
17
17
  create: Búa til
18
18
  title: Nýr admin
19
+ show:
20
+ edit: Breyta
19
21
  default_pages:
20
22
  placeholders:
21
23
  content: Vinsamlegast bættu við mikilvægu efni á %{page} truflanir síðunni á stjórnborðinu.
@@ -38,14 +40,12 @@ is-IS:
38
40
  fields:
39
41
  created_at: Búið til á
40
42
  name: Nafn
41
- name: Skipulag
42
43
  organizations:
43
44
  edit:
44
45
  secondary_hosts_hint: Sláðu inn hvert þeirra í nýjum línu
45
46
  index:
46
47
  title: Stofnanir
47
48
  new:
48
- secondary_hosts_hint: Sláðu inn hvert þeirra í nýjum línu
49
49
  title: Ný samtök
50
50
  shared:
51
51
  notices:
@@ -54,6 +54,8 @@ it:
54
54
  new:
55
55
  create: Crea
56
56
  title: Nuovo Amministratore
57
+ show:
58
+ edit: Modifica
57
59
  update:
58
60
  error: E' successo un errore durante la modifica di questo utente Admin.
59
61
  success: Admin modificato con successo
@@ -144,8 +146,6 @@ it:
144
146
  index:
145
147
  title: Organizzazioni
146
148
  new:
147
- reference_prefix_hint: Il prefisso di riferimento è utilizzato solamente per identificare le risorse in tutte le organizzazioni
148
- secondary_hosts_hint: Inserisci ciascun elemento in una nuova linea
149
149
  title: Nuova Organizzazione
150
150
  omniauth_settings:
151
151
  decidim:
@@ -54,6 +54,9 @@ ja:
54
54
  new:
55
55
  create: 作成
56
56
  title: 新しい管理者
57
+ show:
58
+ destroy: 削除
59
+ edit: 編集
57
60
  update:
58
61
  error: 管理者の更新中に問題が発生しました。
59
62
  success: 管理者が正常に更新されました
@@ -64,6 +67,21 @@ ja:
64
67
  placeholders:
65
68
  content: 管理ダッシュボードの %{page} 静的ページに意味のあるコンテンツを追加してください。
66
69
  title: '%{page} のデフォルトのタイトル'
70
+ devise:
71
+ passwords:
72
+ edit:
73
+ change_your_password: パスワードの変更
74
+ minimum_characters: "(%{minimum} 文字以上)"
75
+ new:
76
+ forgot_your_password: パスワード再発行
77
+ send_me_reset_password_instructions: パスワードリセット手順の送信
78
+ shared:
79
+ links:
80
+ did_not_receive_confirmation_instructions?: 確認メールを受信できませんでしたか?
81
+ did_not_receive_unlock_instructions?: ロック解除メールを受信できませんでしたか?
82
+ forgot_your_password?: パスワードをお忘れですか?
83
+ log_in: ログイン
84
+ sign_up: 新規登録
67
85
  menu:
68
86
  admins: 管理者
69
87
  dashboard: ダッシュボード
@@ -123,6 +141,7 @@ ja:
123
141
  success: 組織が正常に作成されました。
124
142
  edit:
125
143
  secondary_hosts_hint: 新しい行にそれぞれ入力してください
144
+ title: 組織の編集
126
145
  file_upload_settings:
127
146
  content_types:
128
147
  admin_hint: これらの MIME タイプは、管理者セクションのアップロードで許可されています。 管理者ユーザーは、ドキュメント形式をアップロードする際のリスクを認識している必要があります。 ファイルのアップロードに注意を払う必要があります
@@ -144,8 +163,11 @@ ja:
144
163
  index:
145
164
  title: 組織
146
165
  new:
147
- reference_prefix_hint: 参照プレフィックスは、すべての組織でリソースを一意に識別するために使用されます。
148
- secondary_hosts_hint: 新しい行にそれぞれ入力してください
166
+ default: デフォルト?
167
+ enabled: 有効
168
+ locale: 地域
169
+ reference_prefix_hint: 参照プレフィックスは、すべての組織をまたがってリソースを一意に識別するために使用されます。
170
+ secondary_hosts_hint: 新しい行にそれぞれ入力します。
149
171
  title: 新しい組織
150
172
  omniauth_settings:
151
173
  decidim:
@@ -186,3 +208,9 @@ ja:
186
208
  our_getting_started_guide: 入門ガイド
187
209
  titles:
188
210
  dashboard: ダッシュボード
211
+ decidim: Decidim
212
+ layouts:
213
+ decidim:
214
+ system:
215
+ login_items:
216
+ logout: ログアウト
@@ -1 +1,10 @@
1
1
  kaa:
2
+ decidim:
3
+ system:
4
+ actions:
5
+ save: Saqlaw
6
+ oauth_applications:
7
+ edit:
8
+ save: Saqlaw
9
+ new:
10
+ save: Saqlaw
@@ -6,3 +6,8 @@ lb:
6
6
  organization_logo: Organisatiounslogo (quadratesch)
7
7
  organization_name: Organisatioun
8
8
  organization_url: URL der Organisatioun
9
+ decidim:
10
+ system:
11
+ models:
12
+ organization:
13
+ name: Organisatioun
@@ -54,6 +54,8 @@ lt:
54
54
  new:
55
55
  create: Sukurti
56
56
  title: Naujas administratorius
57
+ show:
58
+ edit: Redaguoti
57
59
  update:
58
60
  error: Atnaujinant šį administratorių iškilo problema.
59
61
  success: Administratorius atnaujintas
@@ -144,8 +146,8 @@ lt:
144
146
  index:
145
147
  title: Organizacijos
146
148
  new:
147
- reference_prefix_hint: Nuorodos priešdėlis naudojamas unikaliai identifikuoti išteklius visoje organizacijoje
148
- secondary_hosts_hint: Kiekvieną iš jų įrašykite į naują eilutę
149
+ reference_prefix_hint: Nuorodos priešdėlis naudojamas unikaliai identifikuoti išteklius visoje organizacijoje.
150
+ secondary_hosts_hint: Kiekvieną iš jų įrašykite į naują eilutę.
149
151
  title: Nauja organizacija
150
152
  omniauth_settings:
151
153
  decidim:
@@ -22,6 +22,8 @@ lv:
22
22
  new:
23
23
  create: Izveidot
24
24
  title: Jauns administrators
25
+ show:
26
+ edit: Labot
25
27
  update:
26
28
  error: Administratora atjaunināšanas laikā radās problēma.
27
29
  success: Administrators ir veiksmīgi atjaunināts
@@ -49,7 +51,6 @@ lv:
49
51
  name: Nosaukums
50
52
  omniauth_settings: Omniauth iestatījumi
51
53
  smtp_settings: SMTP iestatījumi
52
- name: Organizācija
53
54
  organizations:
54
55
  create:
55
56
  error: Jaunas organizācijas izveides laikā radās problēma.
@@ -59,8 +60,6 @@ lv:
59
60
  index:
60
61
  title: Organizācijas
61
62
  new:
62
- reference_prefix_hint: Atsauces prefiksu izmanto, lai varētu identificēt resursus visā organizācijā
63
- secondary_hosts_hint: Katru no tām ievadiet jaunā rindā
64
63
  title: Jauna organizācija
65
64
  omniauth_settings:
66
65
  decidim:
@@ -31,6 +31,8 @@ nl:
31
31
  new:
32
32
  create: Creëren
33
33
  title: Nieuwe admin
34
+ show:
35
+ edit: Bewerk
34
36
  update:
35
37
  error: Er is een fout opgetreden bij het bijwerken van deze admin.
36
38
  success: Admin succesvol bijgewerkt
@@ -61,7 +63,6 @@ nl:
61
63
  name: Naam
62
64
  omniauth_settings: Omniauth instellingen
63
65
  smtp_settings: SMTP-instellingen
64
- name: Organisatie
65
66
  organizations:
66
67
  advanced_settings:
67
68
  hide: Geavanceerde instellingen verbergen
@@ -74,8 +75,6 @@ nl:
74
75
  index:
75
76
  title: Organisaties
76
77
  new:
77
- reference_prefix_hint: Het referentie-voorvoegsel wordt gebruikt ter identificatie van unieke middelen over alle organisaties
78
- secondary_hosts_hint: Voer elk van hen op een nieuwe regel in
79
78
  title: Nieuwe organisatie
80
79
  omniauth_settings:
81
80
  decidim:
@@ -54,6 +54,8 @@
54
54
  new:
55
55
  create: Opprett
56
56
  title: Ny administrator
57
+ show:
58
+ edit: Rediger
57
59
  update:
58
60
  error: Det oppsto et problem med å oppdatere administratoren.
59
61
  success: Admin ble oppdatert
@@ -144,8 +146,6 @@
144
146
  index:
145
147
  title: Organisasjoner
146
148
  new:
147
- reference_prefix_hint: Referanse prefikset brukes til å identifisere ressurser på tvers av alle organisasjoner
148
- secondary_hosts_hint: Skriv inn hver enkelt av dem på en ny linje
149
149
  title: Ny organisasjon
150
150
  omniauth_settings:
151
151
  decidim:
@@ -54,6 +54,8 @@ pl:
54
54
  new:
55
55
  create: Utwórz
56
56
  title: Nowy administrator
57
+ show:
58
+ edit: Edytuj
57
59
  update:
58
60
  error: Podczas aktualizowania tego administratora wystąpił błąd.
59
61
  success: Administrator został zaktualizowany
@@ -138,8 +140,6 @@ pl:
138
140
  index:
139
141
  title: Organizacje
140
142
  new:
141
- reference_prefix_hint: Prefiks referencyjny służy do jednoznacznego identyfikowania zasobów we wszystkich organizacjach
142
- secondary_hosts_hint: Wpisz każdy z nich w nowej linii
143
143
  title: Nowa organizacja
144
144
  omniauth_settings:
145
145
  decidim:
@@ -54,6 +54,8 @@ pt-BR:
54
54
  new:
55
55
  create: Criar
56
56
  title: Novo administrador
57
+ show:
58
+ edit: Editar
57
59
  update:
58
60
  error: Ocorreu um erro ao atualizar este administrador.
59
61
  success: Admin atualizado com sucesso
@@ -144,8 +146,6 @@ pt-BR:
144
146
  index:
145
147
  title: Organizações
146
148
  new:
147
- reference_prefix_hint: O prefixo de referência é usado para identificar exclusivamente recursos em todas as organizações
148
- secondary_hosts_hint: Insira cada um deles em uma nova linha
149
149
  title: Nova organização
150
150
  omniauth_settings:
151
151
  decidim:
@@ -54,6 +54,8 @@ pt:
54
54
  new:
55
55
  create: Criar
56
56
  title: Novo administrador
57
+ show:
58
+ edit: Editar
57
59
  update:
58
60
  error: Ocorreu um problema ao atualizar este administrador.
59
61
  success: Administrador atualizado corretamente
@@ -143,8 +145,6 @@ pt:
143
145
  index:
144
146
  title: Organizações
145
147
  new:
146
- reference_prefix_hint: O prefixo de referência é usado para identificar recursos únicos em todas as organizações
147
- secondary_hosts_hint: Insira cada um deles em uma nova linha
148
148
  title: Nova organização
149
149
  omniauth_settings:
150
150
  decidim:
@@ -54,6 +54,8 @@ ro:
54
54
  new:
55
55
  create: Creează
56
56
  title: Administrator nou
57
+ show:
58
+ edit: Editare
57
59
  update:
58
60
  error: A apărut o eroare la actualizarea administratorului.
59
61
  success: Administrator actualizat cu succes
@@ -64,6 +66,14 @@ ro:
64
66
  placeholders:
65
67
  content: Vă rugăm să adăugaţi conţinut semnificativ paginii statice %{page} de pe tabloul de bord al administratorului.
66
68
  title: Titlul implicit pentru %{page}
69
+ devise:
70
+ passwords:
71
+ edit:
72
+ change_your_password: Schimbați parola
73
+ minimum_characters: "(%{minimum} caractere minim)"
74
+ new:
75
+ forgot_your_password: Ați uitat parola
76
+ send_me_reset_password_instructions: Trimiteți-mi Instrucțiuni de resetare a parolei
67
77
  menu:
68
78
  admins: Administratori
69
79
  dashboard: Panou
@@ -144,8 +154,6 @@ ro:
144
154
  index:
145
155
  title: Organizații
146
156
  new:
147
- reference_prefix_hint: Prefixul de referință este utilizat pentru a identifica în mod unic resursele din toate organizațiile
148
- secondary_hosts_hint: Introduceți fiecare dintre ele într-o linie nouă
149
157
  title: Organizație nouă
150
158
  omniauth_settings:
151
159
  decidim:
@@ -22,6 +22,8 @@ ru:
22
22
  new:
23
23
  create: Добавить
24
24
  title: Добавить администратора
25
+ show:
26
+ edit: Редактировать
25
27
  update:
26
28
  error: При попытке обновить этого администратора произошла ошибка.
27
29
  success: Администратор успешно обновлен
@@ -48,7 +50,6 @@ ru:
48
50
  created_at: 'Добавлено:'
49
51
  name: Имя
50
52
  smtp_settings: Настройки SMTP
51
- name: Организация
52
53
  organizations:
53
54
  create:
54
55
  error: При попытке добавить новую организацию произошла ошибка.
@@ -58,8 +59,6 @@ ru:
58
59
  index:
59
60
  title: Организации
60
61
  new:
61
- reference_prefix_hint: Справочный префикс используется для однозначной идентификации ресурсов во всех организациях
62
- secondary_hosts_hint: Введите каждый из них в новой строке
63
62
  title: Добавить организацию
64
63
  update:
65
64
  error: При попытке обновить эту организацию произошла ошибка.
@@ -22,6 +22,8 @@ sk:
22
22
  new:
23
23
  create: Vytvoriť
24
24
  title: Nový správca
25
+ show:
26
+ edit: Upraviť
25
27
  update:
26
28
  error: Pri aktualizácii správcu nastala chyba.
27
29
  success: Správca úspešne aktualizovaný
@@ -49,7 +51,6 @@ sk:
49
51
  name: Meno
50
52
  omniauth_settings: Nastavenia Omniauth
51
53
  smtp_settings: Nastavenie SMTP
52
- name: Organizácia
53
54
  organizations:
54
55
  create:
55
56
  error: Pri vytváraní novej organizácie došlo k chybe.
@@ -59,8 +60,6 @@ sk:
59
60
  index:
60
61
  title: Organizácie
61
62
  new:
62
- reference_prefix_hint: Referenčná predpona je použitá pre unikátne identifikovanie zdrojov naprieč všetkými organizáciami
63
- secondary_hosts_hint: Zadajte každý host na nový riadok
64
63
  title: Nová organizácia
65
64
  omniauth_settings:
66
65
  decidim:
@@ -22,6 +22,8 @@ sl:
22
22
  new:
23
23
  create: Ustvari
24
24
  title: Nov skrbnik
25
+ show:
26
+ edit: Uredi
25
27
  update:
26
28
  error: Pojavila se je težava pri urejanju skrbnika.
27
29
  success: Skrbnik uspešno posodobljen
@@ -42,7 +44,6 @@ sl:
42
44
  created_at: Ustvarjen ob
43
45
  name: Ime
44
46
  smtp_settings: SMTP nastavitve
45
- name: Organizacija
46
47
  organizations:
47
48
  create:
48
49
  error: Pojavila se je težava pri kreiranju organizacije.