decidim-system 0.27.4 → 0.27.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/decidim/system/application_controller.rb +1 -0
- data/app/forms/decidim/system/admin_form.rb +1 -1
- data/app/views/decidim/system/admins/edit.html.erb +2 -0
- data/app/views/decidim/system/admins/index.html.erb +2 -0
- data/app/views/decidim/system/admins/new.html.erb +2 -0
- data/app/views/decidim/system/admins/show.html.erb +2 -2
- data/app/views/decidim/system/dashboard/show.html.erb +2 -0
- data/app/views/decidim/system/devise/passwords/edit.html.erb +2 -2
- data/app/views/decidim/system/devise/passwords/new.html.erb +2 -2
- data/app/views/decidim/system/devise/sessions/new.html.erb +2 -2
- data/app/views/decidim/system/devise/shared/_links.html.erb +5 -11
- data/app/views/decidim/system/oauth_applications/edit.html.erb +2 -0
- data/app/views/decidim/system/oauth_applications/index.html.erb +2 -0
- data/app/views/decidim/system/oauth_applications/new.html.erb +2 -0
- data/app/views/decidim/system/oauth_applications/show.html.erb +2 -0
- data/app/views/decidim/system/organizations/edit.html.erb +6 -0
- data/app/views/decidim/system/organizations/index.html.erb +2 -0
- data/app/views/decidim/system/organizations/new.html.erb +5 -3
- data/app/views/layouts/decidim/system/_login_items.html.erb +1 -1
- data/app/views/layouts/decidim/system/application.html.erb +3 -2
- data/app/views/layouts/decidim/system/login.html.erb +1 -1
- data/config/locales/ar.yml +3 -3
- data/config/locales/bg.yml +202 -0
- data/config/locales/ca.yml +30 -2
- data/config/locales/cs.yml +30 -2
- data/config/locales/de.yml +33 -5
- data/config/locales/el.yml +4 -2
- data/config/locales/en.yml +30 -2
- data/config/locales/eo.yml +7 -0
- data/config/locales/es-MX.yml +30 -2
- data/config/locales/es-PY.yml +30 -2
- data/config/locales/es.yml +30 -2
- data/config/locales/eu.yml +48 -20
- data/config/locales/fa-IR.yml +5 -0
- data/config/locales/fi-plain.yml +30 -2
- data/config/locales/fi.yml +32 -4
- data/config/locales/fr-CA.yml +30 -2
- data/config/locales/fr.yml +30 -2
- data/config/locales/ga-IE.yml +2 -0
- data/config/locales/gl.yml +2 -2
- data/config/locales/he-IL.yml +1 -0
- data/config/locales/hu.yml +49 -3
- data/config/locales/id-ID.yml +2 -3
- data/config/locales/is-IS.yml +8 -2
- data/config/locales/it.yml +2 -2
- data/config/locales/ja.yml +30 -2
- data/config/locales/lb.yml +5 -0
- data/config/locales/lt.yml +4 -2
- data/config/locales/lv.yml +19 -3
- data/config/locales/nl.yml +12 -3
- data/config/locales/no.yml +2 -2
- data/config/locales/pl.yml +2 -2
- data/config/locales/pt-BR.yml +28 -2
- data/config/locales/pt.yml +2 -2
- data/config/locales/ro-RO.yml +10 -2
- data/config/locales/ru.yml +19 -3
- data/config/locales/sk.yml +19 -3
- data/config/locales/sl.yml +19 -1
- data/config/locales/sq-AL.yml +1 -0
- data/config/locales/sr-CS.yml +17 -0
- data/config/locales/sv.yml +2 -2
- data/config/locales/th-TH.yml +1 -0
- data/config/locales/tr-TR.yml +3 -3
- data/config/locales/uk.yml +14 -3
- data/config/locales/zh-CN.yml +2 -2
- data/config/locales/zh-TW.yml +4 -2
- data/decidim-system.gemspec +35 -0
- data/lib/decidim/system/version.rb +1 -1
- metadata +22 -12
- /data/{config/environment.rb → app/packs/images/decidim/system/.keep} +0 -0
data/config/locales/fr-CA.yml
CHANGED
@@ -55,6 +55,9 @@ fr-CA:
|
|
55
55
|
new:
|
56
56
|
create: Créer
|
57
57
|
title: Nouvel administrateur
|
58
|
+
show:
|
59
|
+
destroy: Supprimer
|
60
|
+
edit: Modifier
|
58
61
|
update:
|
59
62
|
error: Une erreur s'est produite lors de la mise à jour de cet administrateur.
|
60
63
|
success: Administrateur mis à jour avec succès
|
@@ -65,6 +68,21 @@ fr-CA:
|
|
65
68
|
placeholders:
|
66
69
|
content: Ajoutez un contenu pertinent à la page %{page} en allant sur l'interface d'administration.
|
67
70
|
title: Titre par défaut pour %{page}
|
71
|
+
devise:
|
72
|
+
passwords:
|
73
|
+
edit:
|
74
|
+
change_your_password: Modifier votre mot de passe
|
75
|
+
minimum_characters: "(%{minimum} caractères minimum)"
|
76
|
+
new:
|
77
|
+
forgot_your_password: Mot de passe oublié
|
78
|
+
send_me_reset_password_instructions: Envoyez-moi les instructions de réinitialisation du mot de passe
|
79
|
+
shared:
|
80
|
+
links:
|
81
|
+
did_not_receive_confirmation_instructions?: Vous n’avez pas reçu les instructions de confirmation ?
|
82
|
+
did_not_receive_unlock_instructions?: Vous n’avez pas reçu les instructions de déverrouillage ?
|
83
|
+
forgot_your_password?: Mot de passe oublié ?
|
84
|
+
log_in: Se connecter
|
85
|
+
sign_up: S'inscrire
|
68
86
|
menu:
|
69
87
|
admins: Administrateurs
|
70
88
|
dashboard: Tableau de bord
|
@@ -124,6 +142,7 @@ fr-CA:
|
|
124
142
|
success: Organisation créée avec succès.
|
125
143
|
edit:
|
126
144
|
secondary_hosts_hint: Entrez chacun d'eux dans une nouvelle ligne
|
145
|
+
title: Modifier l'organisation
|
127
146
|
file_upload_settings:
|
128
147
|
content_types:
|
129
148
|
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.
|
@@ -145,8 +164,11 @@ fr-CA:
|
|
145
164
|
index:
|
146
165
|
title: Organisations
|
147
166
|
new:
|
148
|
-
|
149
|
-
|
167
|
+
default: Par défaut ?
|
168
|
+
enabled: Activé
|
169
|
+
locale: Langue
|
170
|
+
reference_prefix_hint: Le préfixe de référence est utilisé pour identifier de manière unique les ressources à travers toutes les organisations.
|
171
|
+
secondary_hosts_hint: Entrez chacun d'eux dans une nouvelle ligne.
|
150
172
|
title: Nouvelle organisation
|
151
173
|
omniauth_settings:
|
152
174
|
decidim:
|
@@ -187,3 +209,9 @@ fr-CA:
|
|
187
209
|
our_getting_started_guide: Notre guide de démarrage
|
188
210
|
titles:
|
189
211
|
dashboard: Tableau de bord
|
212
|
+
decidim: Decidim
|
213
|
+
layouts:
|
214
|
+
decidim:
|
215
|
+
system:
|
216
|
+
login_items:
|
217
|
+
logout: Déconnexion
|
data/config/locales/fr.yml
CHANGED
@@ -55,6 +55,9 @@ fr:
|
|
55
55
|
new:
|
56
56
|
create: Créer
|
57
57
|
title: Nouvel administrateur
|
58
|
+
show:
|
59
|
+
destroy: Supprimer
|
60
|
+
edit: Modifier
|
58
61
|
update:
|
59
62
|
error: Une erreur s'est produite lors de la mise à jour de cet administrateur.
|
60
63
|
success: Administrateur mis à jour avec succès
|
@@ -65,6 +68,21 @@ fr:
|
|
65
68
|
placeholders:
|
66
69
|
content: Ajoutez un contenu pertinent à la page %{page} en allant sur l'interface d'administration.
|
67
70
|
title: Titre par défaut pour %{page}
|
71
|
+
devise:
|
72
|
+
passwords:
|
73
|
+
edit:
|
74
|
+
change_your_password: Modifier votre mot de passe
|
75
|
+
minimum_characters: "(%{minimum} caractères minimum)"
|
76
|
+
new:
|
77
|
+
forgot_your_password: Mot de passe oublié
|
78
|
+
send_me_reset_password_instructions: Envoyez-moi les instructions de réinitialisation du mot de passe
|
79
|
+
shared:
|
80
|
+
links:
|
81
|
+
did_not_receive_confirmation_instructions?: Vous n’avez pas reçu les instructions de confirmation ?
|
82
|
+
did_not_receive_unlock_instructions?: Vous n’avez pas reçu les instructions de déverrouillage ?
|
83
|
+
forgot_your_password?: Mot de passe oublié ?
|
84
|
+
log_in: Se connecter
|
85
|
+
sign_up: S'inscrire
|
68
86
|
menu:
|
69
87
|
admins: Administrateurs
|
70
88
|
dashboard: Tableau de bord
|
@@ -124,6 +142,7 @@ fr:
|
|
124
142
|
success: Organisation créée avec succès.
|
125
143
|
edit:
|
126
144
|
secondary_hosts_hint: Entrez chacun d'eux dans une nouvelle ligne
|
145
|
+
title: Modifier l'organisation
|
127
146
|
file_upload_settings:
|
128
147
|
content_types:
|
129
148
|
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.
|
@@ -145,8 +164,11 @@ fr:
|
|
145
164
|
index:
|
146
165
|
title: Organisations
|
147
166
|
new:
|
148
|
-
|
149
|
-
|
167
|
+
default: Par défaut ?
|
168
|
+
enabled: Activé
|
169
|
+
locale: Langue
|
170
|
+
reference_prefix_hint: Le préfixe de référence est utilisé pour identifier de manière unique les ressources à travers toutes les organisations.
|
171
|
+
secondary_hosts_hint: Entrez chacun d'eux dans une nouvelle ligne.
|
150
172
|
title: Nouvelle organisation
|
151
173
|
omniauth_settings:
|
152
174
|
decidim:
|
@@ -187,3 +209,9 @@ fr:
|
|
187
209
|
our_getting_started_guide: Notre guide de démarrage
|
188
210
|
titles:
|
189
211
|
dashboard: Tableau de bord
|
212
|
+
decidim: Decidim
|
213
|
+
layouts:
|
214
|
+
decidim:
|
215
|
+
system:
|
216
|
+
login_items:
|
217
|
+
logout: Déconnexion
|
data/config/locales/ga-IE.yml
CHANGED
data/config/locales/gl.yml
CHANGED
@@ -55,6 +55,8 @@ gl:
|
|
55
55
|
new:
|
56
56
|
create: Crear
|
57
57
|
title: Novo administrador
|
58
|
+
show:
|
59
|
+
edit: Editar
|
58
60
|
update:
|
59
61
|
error: Produciuse un problema ao actualizar este administrador.
|
60
62
|
success: Administrador actualizado con éxito
|
@@ -145,8 +147,6 @@ gl:
|
|
145
147
|
index:
|
146
148
|
title: Organizacións
|
147
149
|
new:
|
148
|
-
reference_prefix_hint: O prefixo de referencia utilízase para identificar de forma exclusiva recursos en todas as organizacións
|
149
|
-
secondary_hosts_hint: Entre cada unha delas nunha nova liña
|
150
150
|
title: Nova organización
|
151
151
|
omniauth_settings:
|
152
152
|
decidim:
|
@@ -0,0 +1 @@
|
|
1
|
+
he:
|
data/config/locales/hu.yml
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
---
|
2
2
|
hu:
|
3
|
+
activemodel:
|
4
|
+
attributes:
|
5
|
+
oauth_application:
|
6
|
+
organization_logo: Szervezet logója (négyzet)
|
7
|
+
organization_url: Szervezet URL
|
8
|
+
redirect_uri: Redirect URI
|
9
|
+
organization:
|
10
|
+
address: SMTP host név
|
11
|
+
password: Jelszó
|
12
|
+
port: Port
|
13
|
+
user_name: Felhasználónév
|
14
|
+
errors:
|
15
|
+
models:
|
16
|
+
oauth_application:
|
17
|
+
attributes:
|
18
|
+
redirect_uri:
|
19
|
+
must_be_ssl: Az átirányítási URI-nak SSL URI-nak kell lennie
|
3
20
|
decidim:
|
4
21
|
system:
|
5
22
|
actions:
|
@@ -23,6 +40,9 @@ hu:
|
|
23
40
|
new:
|
24
41
|
create: Létrehozás
|
25
42
|
title: Új admin
|
43
|
+
show:
|
44
|
+
destroy: Töröl
|
45
|
+
edit: Szerkesztés
|
26
46
|
update:
|
27
47
|
error: Hiba történt az admin frissítése során.
|
28
48
|
success: Admin sikeresen frissítve
|
@@ -30,6 +50,21 @@ hu:
|
|
30
50
|
placeholders:
|
31
51
|
content: Adj hozzá értelmes tartalmat az admin irányítópult %{page} statikus oldalához.
|
32
52
|
title: 'Alapértelmezett cím: %{page}'
|
53
|
+
devise:
|
54
|
+
passwords:
|
55
|
+
edit:
|
56
|
+
change_your_password: Változtasd meg a jelszavadat
|
57
|
+
minimum_characters: "(Legalább%{minimum} karakter)"
|
58
|
+
new:
|
59
|
+
forgot_your_password: Elfelejtett jelszó
|
60
|
+
send_me_reset_password_instructions: A jelszóviasszállítási instrukciók elküldését kérem
|
61
|
+
shared:
|
62
|
+
links:
|
63
|
+
did_not_receive_confirmation_instructions?: Nem kapta meg a megerősítő instrukciókat?
|
64
|
+
did_not_receive_unlock_instructions?: Nem kapta meg a feloldáshoz szükséges instrukciókat?
|
65
|
+
forgot_your_password?: Elfelejtett jelszó?
|
66
|
+
log_in: Belépés
|
67
|
+
sign_up: Regisztráció
|
33
68
|
menu:
|
34
69
|
admins: Adminok
|
35
70
|
dashboard: Irányítópult
|
@@ -42,6 +77,10 @@ hu:
|
|
42
77
|
name: Admin
|
43
78
|
validations:
|
44
79
|
email_uniqueness: egy másik admin már használja ezt az email címet
|
80
|
+
oauth_application:
|
81
|
+
fields:
|
82
|
+
created_at: 'Létrehozva:'
|
83
|
+
name: OAuth alkalmazás
|
45
84
|
organization:
|
46
85
|
actions:
|
47
86
|
save_and_invite: Szervezet létrehozása & admin meghívása
|
@@ -50,7 +89,9 @@ hu:
|
|
50
89
|
name: Név
|
51
90
|
omniauth_settings: Omniauth beállítások
|
52
91
|
smtp_settings: SMTP beállítások
|
53
|
-
|
92
|
+
oauth_applications:
|
93
|
+
create:
|
94
|
+
success: Alkalmazás létrehozása sikeres.
|
54
95
|
organizations:
|
55
96
|
create:
|
56
97
|
error: Hiba történt az új szervezet létrehozása során.
|
@@ -60,8 +101,9 @@ hu:
|
|
60
101
|
index:
|
61
102
|
title: Szervezetek
|
62
103
|
new:
|
63
|
-
|
64
|
-
|
104
|
+
default: Alapértelmezett?
|
105
|
+
enabled: Engedélyezve
|
106
|
+
locale: Helyi nyelv
|
65
107
|
title: Új szervezet
|
66
108
|
omniauth_settings:
|
67
109
|
decidim:
|
@@ -80,6 +122,9 @@ hu:
|
|
80
122
|
twitter:
|
81
123
|
api_key: API-kulcs
|
82
124
|
api_secret: API Titkos
|
125
|
+
smtp_settings:
|
126
|
+
instructions:
|
127
|
+
from_label: 'Az e-mail feladója a következő lesz: "szervezeti-neve<aszervezete@pelda.org>". Hagyja üresen a(z) ''from_email'' címke használatához'
|
83
128
|
update:
|
84
129
|
error: Hiba történt a szervezet frissítése során.
|
85
130
|
success: Szervezet sikeresen frissítve.
|
@@ -93,3 +138,4 @@ hu:
|
|
93
138
|
our_getting_started_guide: első lépések útmutatója
|
94
139
|
titles:
|
95
140
|
dashboard: Irányítópult
|
141
|
+
decidim: Decidim
|
data/config/locales/id-ID.yml
CHANGED
@@ -23,6 +23,8 @@ id:
|
|
23
23
|
new:
|
24
24
|
create: Membuat
|
25
25
|
title: Admin baru
|
26
|
+
show:
|
27
|
+
edit: Edit
|
26
28
|
update:
|
27
29
|
error: Terjadi masalah saat memperbarui admin ini.
|
28
30
|
success: Admin berhasil diperbarui
|
@@ -48,7 +50,6 @@ id:
|
|
48
50
|
fields:
|
49
51
|
created_at: Dibuat di
|
50
52
|
name: Nama
|
51
|
-
name: Organisasi
|
52
53
|
organizations:
|
53
54
|
create:
|
54
55
|
error: Terjadi masalah saat membuat organisasi baru.
|
@@ -58,8 +59,6 @@ id:
|
|
58
59
|
index:
|
59
60
|
title: Organisasi
|
60
61
|
new:
|
61
|
-
reference_prefix_hint: Awalan referensi digunakan untuk mengidentifikasi sumber daya secara unik di semua organisasi
|
62
|
-
secondary_hosts_hint: Masukkan masing-masing dari mereka di baris baru
|
63
62
|
title: Organisasi baru
|
64
63
|
update:
|
65
64
|
error: Ada masalah saat memperbarui organisasi ini.
|
data/config/locales/is-IS.yml
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
---
|
2
2
|
is:
|
3
|
+
activemodel:
|
4
|
+
attributes:
|
5
|
+
organization:
|
6
|
+
password: Lykilorð
|
7
|
+
port: Gátt
|
8
|
+
user_name: Notendanafn
|
3
9
|
decidim:
|
4
10
|
system:
|
5
11
|
actions:
|
@@ -17,6 +23,8 @@ is:
|
|
17
23
|
new:
|
18
24
|
create: Búa til
|
19
25
|
title: Nýr admin
|
26
|
+
show:
|
27
|
+
edit: Breyta
|
20
28
|
default_pages:
|
21
29
|
placeholders:
|
22
30
|
content: Vinsamlegast bættu við mikilvægu efni á %{page} truflanir síðunni á stjórnborðinu.
|
@@ -39,14 +47,12 @@ is:
|
|
39
47
|
fields:
|
40
48
|
created_at: Búið til á
|
41
49
|
name: Nafn
|
42
|
-
name: Skipulag
|
43
50
|
organizations:
|
44
51
|
edit:
|
45
52
|
secondary_hosts_hint: Sláðu inn hvert þeirra í nýjum línu
|
46
53
|
index:
|
47
54
|
title: Stofnanir
|
48
55
|
new:
|
49
|
-
secondary_hosts_hint: Sláðu inn hvert þeirra í nýjum línu
|
50
56
|
title: Ný samtök
|
51
57
|
shared:
|
52
58
|
notices:
|
data/config/locales/it.yml
CHANGED
@@ -55,6 +55,8 @@ it:
|
|
55
55
|
new:
|
56
56
|
create: Crea
|
57
57
|
title: Nuovo Amministratore
|
58
|
+
show:
|
59
|
+
edit: Modifica
|
58
60
|
update:
|
59
61
|
error: E' successo un errore durante la modifica di questo utente Admin.
|
60
62
|
success: Admin modificato con successo
|
@@ -145,8 +147,6 @@ it:
|
|
145
147
|
index:
|
146
148
|
title: Organizzazioni
|
147
149
|
new:
|
148
|
-
reference_prefix_hint: Il prefisso di riferimento è utilizzato solamente per identificare le risorse in tutte le organizzazioni
|
149
|
-
secondary_hosts_hint: Inserisci ciascun elemento in una nuova linea
|
150
150
|
title: Nuova Organizzazione
|
151
151
|
omniauth_settings:
|
152
152
|
decidim:
|
data/config/locales/ja.yml
CHANGED
@@ -55,6 +55,9 @@ ja:
|
|
55
55
|
new:
|
56
56
|
create: 作成
|
57
57
|
title: 新しい管理者
|
58
|
+
show:
|
59
|
+
destroy: 削除
|
60
|
+
edit: 編集
|
58
61
|
update:
|
59
62
|
error: 管理者の更新中に問題が発生しました。
|
60
63
|
success: 管理者が正常に更新されました
|
@@ -65,6 +68,21 @@ ja:
|
|
65
68
|
placeholders:
|
66
69
|
content: 管理ダッシュボードの %{page} 静的ページに意味のあるコンテンツを追加してください。
|
67
70
|
title: '%{page} のデフォルトのタイトル'
|
71
|
+
devise:
|
72
|
+
passwords:
|
73
|
+
edit:
|
74
|
+
change_your_password: パスワードの変更
|
75
|
+
minimum_characters: "(%{minimum} 文字以上)"
|
76
|
+
new:
|
77
|
+
forgot_your_password: パスワード再発行
|
78
|
+
send_me_reset_password_instructions: パスワードリセット手順の送信
|
79
|
+
shared:
|
80
|
+
links:
|
81
|
+
did_not_receive_confirmation_instructions?: 確認メールを受信できませんでしたか?
|
82
|
+
did_not_receive_unlock_instructions?: ロック解除メールを受信できませんでしたか?
|
83
|
+
forgot_your_password?: パスワードをお忘れですか?
|
84
|
+
log_in: ログイン
|
85
|
+
sign_up: 新規登録
|
68
86
|
menu:
|
69
87
|
admins: 管理者
|
70
88
|
dashboard: ダッシュボード
|
@@ -124,6 +142,7 @@ ja:
|
|
124
142
|
success: 組織が正常に作成されました。
|
125
143
|
edit:
|
126
144
|
secondary_hosts_hint: 新しい行にそれぞれ入力してください
|
145
|
+
title: 組織の編集
|
127
146
|
file_upload_settings:
|
128
147
|
content_types:
|
129
148
|
admin_hint: これらの MIME タイプは、管理者セクションのアップロードで許可されています。 管理者ユーザーは、ドキュメント形式をアップロードする際のリスクを認識している必要があります。 ファイルのアップロードに注意を払う必要があります
|
@@ -145,8 +164,11 @@ ja:
|
|
145
164
|
index:
|
146
165
|
title: 組織
|
147
166
|
new:
|
148
|
-
|
149
|
-
|
167
|
+
default: デフォルト?
|
168
|
+
enabled: 有効
|
169
|
+
locale: 地域
|
170
|
+
reference_prefix_hint: 参照プレフィックスは、すべての組織をまたがってリソースを一意に識別するために使用されます。
|
171
|
+
secondary_hosts_hint: 新しい行にそれぞれ入力します。
|
150
172
|
title: 新しい組織
|
151
173
|
omniauth_settings:
|
152
174
|
decidim:
|
@@ -187,3 +209,9 @@ ja:
|
|
187
209
|
our_getting_started_guide: 入門ガイド
|
188
210
|
titles:
|
189
211
|
dashboard: ダッシュボード
|
212
|
+
decidim: Decidim
|
213
|
+
layouts:
|
214
|
+
decidim:
|
215
|
+
system:
|
216
|
+
login_items:
|
217
|
+
logout: ログアウト
|
data/config/locales/lb.yml
CHANGED
data/config/locales/lt.yml
CHANGED
@@ -55,6 +55,8 @@ lt:
|
|
55
55
|
new:
|
56
56
|
create: Sukurti
|
57
57
|
title: Naujas administratorius
|
58
|
+
show:
|
59
|
+
edit: Redaguoti
|
58
60
|
update:
|
59
61
|
error: Atnaujinant šį administratorių iškilo problema.
|
60
62
|
success: Administratorius atnaujintas
|
@@ -145,8 +147,8 @@ lt:
|
|
145
147
|
index:
|
146
148
|
title: Organizacijos
|
147
149
|
new:
|
148
|
-
reference_prefix_hint: Nuorodos priešdėlis naudojamas unikaliai identifikuoti išteklius visoje organizacijoje
|
149
|
-
secondary_hosts_hint: Kiekvieną iš jų įrašykite į naują
|
150
|
+
reference_prefix_hint: Nuorodos priešdėlis naudojamas unikaliai identifikuoti išteklius visoje organizacijoje.
|
151
|
+
secondary_hosts_hint: Kiekvieną iš jų įrašykite į naują eilutę.
|
150
152
|
title: Nauja organizacija
|
151
153
|
omniauth_settings:
|
152
154
|
decidim:
|
data/config/locales/lv.yml
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
---
|
2
2
|
lv:
|
3
|
+
activemodel:
|
4
|
+
attributes:
|
5
|
+
oauth_application:
|
6
|
+
organization_logo: Organizācijas logotips (kvadrāts)
|
7
|
+
organization_url: Organizācijas URL
|
8
|
+
redirect_uri: Novirzīšanas URI
|
9
|
+
organization:
|
10
|
+
address: SMTP saimniekdatora nosaukums
|
11
|
+
password: Parole
|
12
|
+
port: Ports
|
13
|
+
user_name: Lietotājvārds
|
14
|
+
errors:
|
15
|
+
models:
|
16
|
+
oauth_application:
|
17
|
+
attributes:
|
18
|
+
redirect_uri:
|
19
|
+
must_be_ssl: Novirzīšanas URI jābūt SSL URI
|
3
20
|
decidim:
|
4
21
|
system:
|
5
22
|
actions:
|
@@ -23,6 +40,8 @@ lv:
|
|
23
40
|
new:
|
24
41
|
create: Izveidot
|
25
42
|
title: Jauns administrators
|
43
|
+
show:
|
44
|
+
edit: Labot
|
26
45
|
update:
|
27
46
|
error: Administratora atjaunināšanas laikā radās problēma.
|
28
47
|
success: Administrators ir veiksmīgi atjaunināts
|
@@ -50,7 +69,6 @@ lv:
|
|
50
69
|
name: Nosaukums
|
51
70
|
omniauth_settings: Omniauth iestatījumi
|
52
71
|
smtp_settings: SMTP iestatījumi
|
53
|
-
name: Organizācija
|
54
72
|
organizations:
|
55
73
|
create:
|
56
74
|
error: Jaunas organizācijas izveides laikā radās problēma.
|
@@ -60,8 +78,6 @@ lv:
|
|
60
78
|
index:
|
61
79
|
title: Organizācijas
|
62
80
|
new:
|
63
|
-
reference_prefix_hint: Atsauces prefiksu izmanto, lai varētu identificēt resursus visā organizācijā
|
64
|
-
secondary_hosts_hint: Katru no tām ievadiet jaunā rindā
|
65
81
|
title: Jauna organizācija
|
66
82
|
omniauth_settings:
|
67
83
|
decidim:
|
data/config/locales/nl.yml
CHANGED
@@ -2,6 +2,10 @@
|
|
2
2
|
nl:
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
|
+
oauth_application:
|
6
|
+
organization_logo: Logo organisatie (vierkant)
|
7
|
+
organization_url: URL van de organisatie
|
8
|
+
redirect_uri: URI doorsturen
|
5
9
|
organization:
|
6
10
|
address: SMTP hostname
|
7
11
|
from_email: E-mailadres
|
@@ -9,6 +13,12 @@ nl:
|
|
9
13
|
password: Wachtwoord
|
10
14
|
port: Poort
|
11
15
|
user_name: Gebruikersnaam
|
16
|
+
errors:
|
17
|
+
models:
|
18
|
+
oauth_application:
|
19
|
+
attributes:
|
20
|
+
redirect_uri:
|
21
|
+
must_be_ssl: De omleidings-URI moet een SSL-URI zijn
|
12
22
|
decidim:
|
13
23
|
system:
|
14
24
|
actions:
|
@@ -32,6 +42,8 @@ nl:
|
|
32
42
|
new:
|
33
43
|
create: Creëren
|
34
44
|
title: Nieuwe admin
|
45
|
+
show:
|
46
|
+
edit: Bewerk
|
35
47
|
update:
|
36
48
|
error: Er is een fout opgetreden bij het bijwerken van deze admin.
|
37
49
|
success: Admin succesvol bijgewerkt
|
@@ -62,7 +74,6 @@ nl:
|
|
62
74
|
name: Naam
|
63
75
|
omniauth_settings: Omniauth instellingen
|
64
76
|
smtp_settings: SMTP-instellingen
|
65
|
-
name: Organisatie
|
66
77
|
organizations:
|
67
78
|
advanced_settings:
|
68
79
|
hide: Geavanceerde instellingen verbergen
|
@@ -75,8 +86,6 @@ nl:
|
|
75
86
|
index:
|
76
87
|
title: Organisaties
|
77
88
|
new:
|
78
|
-
reference_prefix_hint: Het referentie-voorvoegsel wordt gebruikt ter identificatie van unieke middelen over alle organisaties
|
79
|
-
secondary_hosts_hint: Voer elk van hen op een nieuwe regel in
|
80
89
|
title: Nieuwe organisatie
|
81
90
|
omniauth_settings:
|
82
91
|
decidim:
|
data/config/locales/no.yml
CHANGED
@@ -55,6 +55,8 @@
|
|
55
55
|
new:
|
56
56
|
create: Opprett
|
57
57
|
title: Ny administrator
|
58
|
+
show:
|
59
|
+
edit: Rediger
|
58
60
|
update:
|
59
61
|
error: Det oppsto et problem med å oppdatere administratoren.
|
60
62
|
success: Admin ble oppdatert
|
@@ -145,8 +147,6 @@
|
|
145
147
|
index:
|
146
148
|
title: Organisasjoner
|
147
149
|
new:
|
148
|
-
reference_prefix_hint: Referanse prefikset brukes til å identifisere ressurser på tvers av alle organisasjoner
|
149
|
-
secondary_hosts_hint: Skriv inn hver enkelt av dem på en ny linje
|
150
150
|
title: Ny organisasjon
|
151
151
|
omniauth_settings:
|
152
152
|
decidim:
|
data/config/locales/pl.yml
CHANGED
@@ -55,6 +55,8 @@ pl:
|
|
55
55
|
new:
|
56
56
|
create: Utwórz
|
57
57
|
title: Nowy administrator
|
58
|
+
show:
|
59
|
+
edit: Edytuj
|
58
60
|
update:
|
59
61
|
error: Podczas aktualizowania tego administratora wystąpił błąd.
|
60
62
|
success: Administrator został zaktualizowany
|
@@ -139,8 +141,6 @@ pl:
|
|
139
141
|
index:
|
140
142
|
title: Organizacje
|
141
143
|
new:
|
142
|
-
reference_prefix_hint: Prefiks referencyjny służy do jednoznacznego identyfikowania zasobów we wszystkich organizacjach
|
143
|
-
secondary_hosts_hint: Wpisz każdy z nich w nowej linii
|
144
144
|
title: Nowa organizacja
|
145
145
|
omniauth_settings:
|
146
146
|
decidim:
|
data/config/locales/pt-BR.yml
CHANGED
@@ -55,6 +55,9 @@ pt-BR:
|
|
55
55
|
new:
|
56
56
|
create: Criar
|
57
57
|
title: Novo administrador
|
58
|
+
show:
|
59
|
+
destroy: Destruir
|
60
|
+
edit: Editar
|
58
61
|
update:
|
59
62
|
error: Ocorreu um erro ao atualizar este administrador.
|
60
63
|
success: Admin atualizado com sucesso
|
@@ -65,6 +68,21 @@ pt-BR:
|
|
65
68
|
placeholders:
|
66
69
|
content: Adicione conteúdo significativo à página estática %{page} no painel do administrador.
|
67
70
|
title: Título padrão para %{page}
|
71
|
+
devise:
|
72
|
+
passwords:
|
73
|
+
edit:
|
74
|
+
change_your_password: Mude sua senha
|
75
|
+
minimum_characters: "(%{minimum} caracteres no mínimo)"
|
76
|
+
new:
|
77
|
+
forgot_your_password: Esqueceu sua senha
|
78
|
+
send_me_reset_password_instructions: Envie-me as instruções de redefinição de senha
|
79
|
+
shared:
|
80
|
+
links:
|
81
|
+
did_not_receive_confirmation_instructions?: Não recebeu instruções de confirmação?
|
82
|
+
did_not_receive_unlock_instructions?: Não recebeu instruções de desbloqueio?
|
83
|
+
forgot_your_password?: Esqueceu sua senha?
|
84
|
+
log_in: Iniciar sessão
|
85
|
+
sign_up: Cadastrar-se
|
68
86
|
menu:
|
69
87
|
admins: Administradores
|
70
88
|
dashboard: painel de controle
|
@@ -145,8 +163,11 @@ pt-BR:
|
|
145
163
|
index:
|
146
164
|
title: Organizações
|
147
165
|
new:
|
148
|
-
|
149
|
-
|
166
|
+
default: Padrão?
|
167
|
+
enabled: Habilitado
|
168
|
+
locale: Local
|
169
|
+
reference_prefix_hint: O prefixo de referência é usado para identificar exclusivamente recursos em todas as organizações.
|
170
|
+
secondary_hosts_hint: Insira cada um deles em uma nova linha.
|
150
171
|
title: Nova organização
|
151
172
|
omniauth_settings:
|
152
173
|
decidim:
|
@@ -187,3 +208,8 @@ pt-BR:
|
|
187
208
|
our_getting_started_guide: nosso guia inicial
|
188
209
|
titles:
|
189
210
|
dashboard: painel de controle
|
211
|
+
layouts:
|
212
|
+
decidim:
|
213
|
+
system:
|
214
|
+
login_items:
|
215
|
+
logout: Sair
|
data/config/locales/pt.yml
CHANGED
@@ -55,6 +55,8 @@ pt:
|
|
55
55
|
new:
|
56
56
|
create: Criar
|
57
57
|
title: Novo administrador
|
58
|
+
show:
|
59
|
+
edit: Editar
|
58
60
|
update:
|
59
61
|
error: Ocorreu um problema ao atualizar este administrador.
|
60
62
|
success: Administrador atualizado corretamente
|
@@ -144,8 +146,6 @@ pt:
|
|
144
146
|
index:
|
145
147
|
title: Organizações
|
146
148
|
new:
|
147
|
-
reference_prefix_hint: O prefixo de referência é usado para identificar recursos únicos 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:
|
data/config/locales/ro-RO.yml
CHANGED
@@ -55,6 +55,8 @@ ro:
|
|
55
55
|
new:
|
56
56
|
create: Creează
|
57
57
|
title: Administrator nou
|
58
|
+
show:
|
59
|
+
edit: Editare
|
58
60
|
update:
|
59
61
|
error: A apărut o eroare la actualizarea administratorului.
|
60
62
|
success: Administrator actualizat cu succes
|
@@ -65,6 +67,14 @@ ro:
|
|
65
67
|
placeholders:
|
66
68
|
content: Vă rugăm să adăugaţi conţinut semnificativ paginii statice %{page} de pe tabloul de bord al administratorului.
|
67
69
|
title: Titlul implicit pentru %{page}
|
70
|
+
devise:
|
71
|
+
passwords:
|
72
|
+
edit:
|
73
|
+
change_your_password: Schimbați parola
|
74
|
+
minimum_characters: "(%{minimum} caractere minim)"
|
75
|
+
new:
|
76
|
+
forgot_your_password: Ați uitat parola
|
77
|
+
send_me_reset_password_instructions: Trimiteți-mi Instrucțiuni de resetare a parolei
|
68
78
|
menu:
|
69
79
|
admins: Administratori
|
70
80
|
dashboard: Panou
|
@@ -145,8 +155,6 @@ ro:
|
|
145
155
|
index:
|
146
156
|
title: Organizații
|
147
157
|
new:
|
148
|
-
reference_prefix_hint: Prefixul de referință este utilizat pentru a identifica în mod unic resursele din toate organizațiile
|
149
|
-
secondary_hosts_hint: Introduceți fiecare dintre ele într-o linie nouă
|
150
158
|
title: Organizație nouă
|
151
159
|
omniauth_settings:
|
152
160
|
decidim:
|