decidim-system 0.27.6 → 0.28.0.rc4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +10 -7
- data/app/commands/decidim/system/create_admin.rb +1 -1
- data/app/commands/decidim/system/create_default_content_blocks.rb +1 -14
- data/app/commands/decidim/system/create_default_pages.rb +23 -4
- data/app/commands/decidim/system/populate_help.rb +2 -2
- data/app/commands/decidim/system/register_organization.rb +15 -2
- data/app/commands/decidim/system/update_admin.rb +1 -1
- data/app/commands/decidim/system/update_organization.rb +2 -1
- data/app/controllers/decidim/system/application_controller.rb +1 -1
- data/app/controllers/decidim/system/dashboard_controller.rb +1 -0
- data/app/controllers/decidim/system/organizations_controller.rb +30 -4
- data/app/forms/decidim/system/admin_form.rb +1 -1
- data/app/forms/decidim/system/update_organization_form.rb +14 -2
- data/app/jobs/decidim/system/application_job.rb +1 -1
- data/app/packs/entrypoints/decidim_system.js +5 -3
- data/app/packs/stylesheets/decidim/system/application.scss +108 -21
- data/app/views/decidim/system/admins/_form.html.erb +1 -7
- data/app/views/decidim/system/admins/edit.html.erb +3 -3
- data/app/views/decidim/system/admins/index.html.erb +3 -31
- data/app/views/decidim/system/admins/new.html.erb +3 -3
- data/app/views/decidim/system/dashboard/show.html.erb +13 -3
- data/app/views/decidim/system/devise/mailers/password_change.html.erb +1 -1
- data/app/views/decidim/system/devise/mailers/reset_password_instructions.html.erb +2 -2
- data/app/views/decidim/system/devise/passwords/edit.html.erb +5 -8
- data/app/views/decidim/system/devise/passwords/new.html.erb +5 -5
- data/app/views/decidim/system/devise/sessions/new.html.erb +10 -12
- data/app/views/decidim/system/oauth_applications/_form.html.erb +5 -20
- data/app/views/decidim/system/oauth_applications/edit.html.erb +9 -11
- data/app/views/decidim/system/oauth_applications/index.html.erb +6 -8
- data/app/views/decidim/system/oauth_applications/new.html.erb +9 -11
- data/app/views/decidim/system/oauth_applications/show.html.erb +20 -23
- data/app/views/decidim/system/organizations/_advanced_settings.html.erb +10 -8
- data/app/views/decidim/system/organizations/_csp_settings.html.erb +12 -0
- data/app/views/decidim/system/organizations/_file_upload_settings.erb +23 -46
- data/app/views/decidim/system/organizations/_omniauth_provider.html.erb +13 -16
- data/app/views/decidim/system/organizations/_omniauth_settings.html.erb +6 -8
- data/app/views/decidim/system/organizations/_smtp_settings.html.erb +12 -22
- data/app/views/decidim/system/organizations/edit.html.erb +29 -26
- data/app/views/decidim/system/organizations/index.html.erb +3 -4
- data/app/views/decidim/system/organizations/new.html.erb +29 -42
- data/app/views/decidim/system/shared/_admins_list.html.erb +27 -0
- data/app/views/decidim/system/shared/_notices.html.erb +4 -6
- data/app/views/decidim/system/shared/_organizations_list.html.erb +10 -3
- data/app/views/layouts/decidim/system/_header.html.erb +2 -2
- data/app/views/layouts/decidim/system/_login_items.html.erb +3 -7
- data/app/views/layouts/decidim/system/_sidebar.html.erb +3 -7
- data/app/views/layouts/decidim/system/application.html.erb +24 -28
- data/app/views/layouts/decidim/system/login.html.erb +10 -9
- data/config/locales/ar.yml +0 -14
- data/config/locales/bg.yml +0 -203
- data/config/locales/ca.yml +69 -13
- data/config/locales/cs.yml +70 -13
- data/config/locales/de.yml +62 -13
- data/config/locales/el.yml +7 -12
- data/config/locales/en.yml +70 -13
- data/config/locales/eo.yml +0 -7
- data/config/locales/es-MX.yml +70 -13
- data/config/locales/es-PY.yml +70 -13
- data/config/locales/es.yml +70 -13
- data/config/locales/eu.yml +69 -12
- data/config/locales/fa-IR.yml +0 -5
- data/config/locales/fi-plain.yml +69 -13
- data/config/locales/fi.yml +71 -15
- data/config/locales/fr-CA.yml +44 -19
- data/config/locales/fr.yml +54 -13
- data/config/locales/ga-IE.yml +0 -4
- data/config/locales/gl.yml +0 -14
- data/config/locales/hu.yml +0 -38
- data/config/locales/id-ID.yml +0 -10
- data/config/locales/is-IS.yml +0 -10
- data/config/locales/it.yml +0 -14
- data/config/locales/ja.yml +43 -19
- data/config/locales/lb.yml +0 -5
- data/config/locales/lt.yml +17 -12
- data/config/locales/lv.yml +0 -27
- data/config/locales/nl.yml +0 -22
- data/config/locales/no.yml +0 -14
- data/config/locales/pl.yml +0 -14
- data/config/locales/pt-BR.yml +0 -40
- data/config/locales/pt.yml +0 -14
- data/config/locales/ro-RO.yml +3 -21
- data/config/locales/ru.yml +0 -27
- data/config/locales/sk.yml +0 -27
- data/config/locales/sl.yml +0 -26
- data/config/locales/sr-CS.yml +0 -17
- data/config/locales/sv.yml +0 -14
- data/config/locales/tr-TR.yml +3 -14
- data/config/locales/uk.yml +0 -21
- data/config/locales/zh-CN.yml +0 -12
- data/config/locales/zh-TW.yml +6 -11
- data/config/routes.rb +6 -2
- data/db/seeds.rb +1 -1
- data/lib/decidim/system/engine.rb +2 -25
- data/lib/decidim/system/menu.rb +35 -0
- data/lib/decidim/system/version.rb +1 -1
- data/lib/tasks/decidim_system.rake +1 -1
- metadata +24 -31
- data/app/packs/entrypoints/decidim_system.scss +0 -1
- data/app/packs/images/decidim/system/.keep +0 -0
- data/app/packs/src/decidim/system/application.js +0 -41
- data/app/packs/stylesheets/decidim/system/_actions.scss +0 -8
- data/app/packs/stylesheets/decidim/system/_forms.scss +0 -36
- data/app/packs/stylesheets/decidim/system/_foundation_and_overrides.scss +0 -53
- data/app/packs/stylesheets/decidim/system/_layout.scss +0 -18
- data/app/packs/stylesheets/decidim/system/_login.scss +0 -37
- data/app/packs/stylesheets/decidim/system/_settings.scss +0 -569
- data/app/packs/stylesheets/decidim/system/_sidebar.scss +0 -83
- data/app/packs/stylesheets/decidim/system/_tables.scss +0 -6
- data/app/views/decidim/system/admins/show.html.erb +0 -9
- data/app/views/decidim/system/organizations/show.html.erb +0 -10
- data/config/locales/he-IL.yml +0 -1
- data/decidim-system.gemspec +0 -35
data/config/locales/ca.yml
CHANGED
@@ -38,15 +38,17 @@ ca:
|
|
38
38
|
confirm_destroy: Segur que ho vols eliminar això?
|
39
39
|
destroy: Suprimeix
|
40
40
|
edit: Edita
|
41
|
-
|
41
|
+
new_admin: Afegir administradora
|
42
|
+
new_oauth_application: Afegir aplicació OAUTH
|
43
|
+
new_organization: Afegir organització
|
42
44
|
save: Desa
|
43
45
|
title: Accions
|
44
46
|
admins:
|
45
47
|
create:
|
46
48
|
error: S'ha produït un error en crear una nova administradora.
|
47
|
-
success: Administradora creada correctament
|
49
|
+
success: Administradora creada correctament.
|
48
50
|
destroy:
|
49
|
-
success: Administradora eliminada correctament
|
51
|
+
success: Administradora eliminada correctament.
|
50
52
|
edit:
|
51
53
|
title: Editar administradora
|
52
54
|
update: Actualitza
|
@@ -55,19 +57,19 @@ ca:
|
|
55
57
|
new:
|
56
58
|
create: Crea
|
57
59
|
title: Nova administradora
|
58
|
-
show:
|
59
|
-
destroy: Eliminar
|
60
|
-
edit: Edita
|
61
60
|
update:
|
62
61
|
error: S'ha produït un error en actualitzar aquesta administradora.
|
63
|
-
success: L'administradora s'ha actualitzat correctament
|
62
|
+
success: L'administradora s'ha actualitzat correctament.
|
64
63
|
dashboard:
|
65
64
|
show:
|
65
|
+
admins: Administradores
|
66
66
|
current_organizations: Organitzacions actuals
|
67
67
|
default_pages:
|
68
68
|
placeholders:
|
69
69
|
content: Si us plau, afegeix contingut significatiu a la pàgina estàtica de %{page} dins el panell d'administració.
|
70
|
+
summary: Si us plau, afegeix un resum significatiu a la pàgina estàtica %{page} dins el panell d'administració.
|
70
71
|
title: Títol predeterminat per %{page}
|
72
|
+
terms-of-service: Termes i condicions d'ús
|
71
73
|
devise:
|
72
74
|
passwords:
|
73
75
|
edit:
|
@@ -93,7 +95,6 @@ ca:
|
|
93
95
|
fields:
|
94
96
|
created_at: Data de creació
|
95
97
|
email: Correu electrònic
|
96
|
-
name: Administradora
|
97
98
|
validations:
|
98
99
|
email_uniqueness: ja existeix una altra administradora amb aquest correu electrònic
|
99
100
|
oauth_application:
|
@@ -101,17 +102,16 @@ ca:
|
|
101
102
|
created_at: Creat el
|
102
103
|
name: Nom de l'aplicació OAuth
|
103
104
|
organization_name: Organització
|
104
|
-
name: Aplicació OAuth
|
105
105
|
organization:
|
106
106
|
actions:
|
107
107
|
save_and_invite: Crear organització i convidar l'administradora
|
108
108
|
fields:
|
109
|
+
content_security_policy: Política de seguretat dels continguts
|
109
110
|
created_at: Data de creació
|
110
111
|
file_upload_settings: Configuració de pujada d'arxius
|
111
112
|
name: Nom
|
112
113
|
omniauth_settings: Configuració de l'Omniauth
|
113
114
|
smtp_settings: Configuració d'SMTP
|
114
|
-
name: Organització
|
115
115
|
oauth_applications:
|
116
116
|
create:
|
117
117
|
error: S'ha produït un error en crear aquesta aplicació.
|
@@ -139,8 +139,57 @@ ca:
|
|
139
139
|
show: Mostra la configuració avançada
|
140
140
|
create:
|
141
141
|
error: S'ha produït un error en crear una nova organització.
|
142
|
-
|
142
|
+
success_html: |
|
143
|
+
<p>
|
144
|
+
Organitzció creada correctament.
|
145
|
+
</p>
|
146
|
+
<ol>
|
147
|
+
<li>És possible que hagis d'actualitzar el codi de la teva aplicació, per tal d'autoritzar peticions al %{host} caldrà afegir això a la teva configuració d'entron (p.e <code>config/environment/production.rb</code>) o el teu <code>config/application.rb</code>:
|
148
|
+
<p>config.hosts << "%{host}" </p>
|
149
|
+
</li>
|
150
|
+
<li>
|
151
|
+
Un cop fet, hauries de tenir accés a la teva plataforma via <a href="http://%{host}">http://%{host}</a>
|
152
|
+
</li>
|
153
|
+
<li>
|
154
|
+
T'hem enviat un correu a <b>%{email}</b> que cal que confirmis.
|
155
|
+
</li>
|
156
|
+
</ol>
|
157
|
+
csp_settings:
|
158
|
+
connect_src: Adreces de connexió (connect-src)
|
159
|
+
connect_src_hint: |
|
160
|
+
Les adreces de connexió (connect-src) delimiten els URL que es poden carregar als elements <script>.
|
161
|
+
Decidim afegeix automàticament el valor 'self', però, si vols, pots afegir altres valors. Deixa el valor en blanc si no saps què significa.
|
162
|
+
default_src: SRC per defecte
|
163
|
+
default_src_hint: |
|
164
|
+
Default-src és la convenció predeterminada per a tot el contingut extern, com ara JavaScript, imatges, CSS, fonts, trucades asincròniques, marcs i arxius multimèdia HTML5.
|
165
|
+
Decidim afegeix automàticament el valor 'self' 'unsafe-inline'", però, si vols, pots afegir altres valors. Deixa el valor en blanc si no saps què significa.
|
166
|
+
font_src: Adreces de tipus de lletra (font-src)
|
167
|
+
font_src_hint: |
|
168
|
+
La directiva font-src restringeix els URL que es poden carregar amb @font-face.
|
169
|
+
Decidim afegeix automàticament 'self', però, si vols, pots afegir altres valors. Deixa-ho en blanc si no saps què significa.
|
170
|
+
frame_src: Adreces de marc (frame-src)
|
171
|
+
frame_src_hint: |
|
172
|
+
La directiva frame-src restringeix els URL que es poden carregar amb elements <frame>, <iframe> i <object>.
|
173
|
+
Decidim afegeix automàticament 'self', però, si vols, pots afegir altres valors. Deixa-ho en blanc si no saps què significa.
|
174
|
+
img_src: Adreces d'imatge (Img src)
|
175
|
+
img_src_hint: |
|
176
|
+
Els URL d'imatge (img-src) delimiten els URL que es poden carregar usant els elements <img>, <image>, <picture> i <svg>.
|
177
|
+
Decidim afegeix automàticament 'self', però, si vols, pots afegir altres valors. Deixa-ho en blanc si no saps què significa.
|
178
|
+
media_src: Adreces multimèdia (media-src)
|
179
|
+
media_src_hint: |
|
180
|
+
Les adreces multimèdia (media-src) delimiten els URL que es poden carregar als elements <video>, <audio> i <source>.
|
181
|
+
Decidim afegeix automàticament el valor 'self', però, si vols, pots afegir altres valors. Deixa el valor en blanc si no saps què significa.
|
182
|
+
script_src: Adreces d'script (script-src)
|
183
|
+
script_src_hint: |
|
184
|
+
Les adreces d'script (script-src) delimiten els URL que es poden carregar als elements <script>.
|
185
|
+
Decidim afegeix automàticament el valor '"self' 'unsafe-inline' 'unsafe-eval'", però, si vols, pots afegir altres valors. Deixa el valor en blanc si no saps què significa.
|
186
|
+
style_src: Adreces d'estil (style-src)
|
187
|
+
style_src_hint: |
|
188
|
+
Les adreces d'estil (style-src) limiten els URL que es poden carregar als elements <style>.
|
189
|
+
Decidim afegeix automàticament el valor "'self' 'unsafe-inline'", però, si vols, pots afegir altres valors. Deixa el valor en blanc si no saps què significa.
|
143
190
|
edit:
|
191
|
+
confirm_resend_invitation: Segur que vols reenviar la invitació?
|
192
|
+
resend_invitation: Reenviar la invitació
|
144
193
|
secondary_hosts_hint: Introdueix cada un d'ells en una nova línia
|
145
194
|
title: Editar l'organització
|
146
195
|
file_upload_settings:
|
@@ -167,6 +216,7 @@ ca:
|
|
167
216
|
default: Per defecte?
|
168
217
|
enabled: Habilitat
|
169
218
|
locale: Configuració regional
|
219
|
+
organization_admin_email_hint: T'enviarem un correu electrònic a aquesta adreça perquè puguis confirmar-la i configurar la teva contrasenya.
|
170
220
|
reference_prefix_hint: El prefix de la referència s'utilitza per identificar de forma única els recursos del conjunt de l'organització.
|
171
221
|
secondary_hosts_hint: Introdueix cada un d'ells en una nova línia.
|
172
222
|
title: Nova organització
|
@@ -188,11 +238,14 @@ ca:
|
|
188
238
|
twitter:
|
189
239
|
api_key: Clau de l'API
|
190
240
|
api_secret: Clau secreta de l'API
|
241
|
+
resend_invitation:
|
242
|
+
error: S'ha produït un error en reenviar la invitació.
|
243
|
+
success: Invitació reenviada amb èxit.
|
191
244
|
smtp_settings:
|
192
245
|
fieldsets:
|
193
246
|
sender: Remitent
|
194
247
|
instructions:
|
195
|
-
from_label: 'El remitent de correu electrònic serà: "la-teva-organitzacio <your-organization@example.org>". Deixa-ho en blanc per a usar l''adreça de correu com a etiqueta'
|
248
|
+
from_label: 'El remitent de correu electrònic serà: "nom-de-la-teva-organitzacio <your-organization@example.org>". Deixa-ho en blanc per a usar ''l''adreça de correu'' com a etiqueta.'
|
196
249
|
placeholder:
|
197
250
|
from_email: la-teva-organitzacio@example.org
|
198
251
|
from_label: el-nom-de-la-vostra-organitzacio
|
@@ -202,11 +255,14 @@ ca:
|
|
202
255
|
users_registration_mode:
|
203
256
|
disabled: Només es port accedir amb comptes externs
|
204
257
|
enabled: Permetre a les participants registrar-se i iniciar sessió
|
205
|
-
existing: No permetre que es registrin noves participants, però permetre
|
258
|
+
existing: No permetre que es registrin noves participants, però permetre a les participants existents iniciar sessió
|
206
259
|
shared:
|
207
260
|
notices:
|
208
261
|
no_organization_warning_html: Has de crear una organització per començar. Assegura't de llegir %{guide} abans de continuar.
|
209
262
|
our_getting_started_guide: la nostra guia d'introducció
|
263
|
+
organizations_list:
|
264
|
+
confirm_resend_invitation: Segur que vols reenviar la invitació?
|
265
|
+
resend_invitation: Reenviar la invitació
|
210
266
|
titles:
|
211
267
|
dashboard: Tauler de control
|
212
268
|
decidim: Decidim
|
data/config/locales/cs.yml
CHANGED
@@ -38,15 +38,17 @@ cs:
|
|
38
38
|
confirm_destroy: Opravdu to chcete smazat?
|
39
39
|
destroy: Smazat
|
40
40
|
edit: Upravit
|
41
|
-
|
41
|
+
new_admin: Nový administrátor
|
42
|
+
new_oauth_application: Nová aplikace OAuth
|
43
|
+
new_organization: Nová organizace
|
42
44
|
save: Uložit
|
43
45
|
title: Akce
|
44
46
|
admins:
|
45
47
|
create:
|
46
48
|
error: Při vytváření nového administrátora došlo k chybě.
|
47
|
-
success: Správce byl úspěšně vytvořen
|
49
|
+
success: Správce byl úspěšně vytvořen.
|
48
50
|
destroy:
|
49
|
-
success: Správce úspěšně smazán
|
51
|
+
success: Správce byl úspěšně smazán.
|
50
52
|
edit:
|
51
53
|
title: Upravit admin
|
52
54
|
update: Aktualizace
|
@@ -55,19 +57,19 @@ cs:
|
|
55
57
|
new:
|
56
58
|
create: Vytvořit
|
57
59
|
title: Nový admin
|
58
|
-
show:
|
59
|
-
destroy: Vymazat
|
60
|
-
edit: Upravit
|
61
60
|
update:
|
62
61
|
error: Při aktualizaci tohoto administrátora došlo k chybě.
|
63
|
-
success: Správce byl úspěšně aktualizován
|
62
|
+
success: Správce byl úspěšně aktualizován.
|
64
63
|
dashboard:
|
65
64
|
show:
|
65
|
+
admins: Administrátoři
|
66
66
|
current_organizations: Aktuální organizace
|
67
67
|
default_pages:
|
68
68
|
placeholders:
|
69
69
|
content: Přidejte smysluplný obsah na statickou stránku %{page} na ovládacím panelu administrátora.
|
70
|
+
summary: Přidejte smysluplný obsah na statickou stránku %{page} na ovládacím panelu administrátora.
|
70
71
|
title: Výchozí název pro %{page}
|
72
|
+
terms-of-service: Podmínky služby
|
71
73
|
devise:
|
72
74
|
passwords:
|
73
75
|
edit:
|
@@ -93,7 +95,6 @@ cs:
|
|
93
95
|
fields:
|
94
96
|
created_at: Vytvořeno v
|
95
97
|
email: E-mail
|
96
|
-
name: Správce
|
97
98
|
validations:
|
98
99
|
email_uniqueness: jiný admin se stejnou e-mailovou adresou již existuje
|
99
100
|
oauth_application:
|
@@ -101,17 +102,16 @@ cs:
|
|
101
102
|
created_at: Vytvořeno v
|
102
103
|
name: Jméno žádosti OAuth
|
103
104
|
organization_name: Organizace
|
104
|
-
name: Žádost OAuth
|
105
105
|
organization:
|
106
106
|
actions:
|
107
107
|
save_and_invite: Vytvořit organizaci a pozvat administrátora
|
108
108
|
fields:
|
109
|
+
content_security_policy: Zásady zabezpečení obsahu
|
109
110
|
created_at: Vytvořeno v
|
110
111
|
file_upload_settings: Nastavení nahrávání souborů
|
111
112
|
name: Název
|
112
113
|
omniauth_settings: Nastavení Omniauth
|
113
114
|
smtp_settings: SMTP nastavení
|
114
|
-
name: Organizace
|
115
115
|
oauth_applications:
|
116
116
|
create:
|
117
117
|
error: Při vytváření této žádosti došlo k chybě.
|
@@ -139,8 +139,58 @@ cs:
|
|
139
139
|
show: Zobrazit pokročilá nastavení
|
140
140
|
create:
|
141
141
|
error: Při vytváření nové organizace došlo k chybě.
|
142
|
-
|
142
|
+
success_html: |
|
143
|
+
<p>
|
144
|
+
Organizace byla úspěšně vytvořena.
|
145
|
+
</p>
|
146
|
+
<ol>
|
147
|
+
<li>Možná budete muset aktualizovat kód aplikace, pokud chcete povolit žádosti pro %{host}, musíte přidat následující informace do konfigurace prostředí
|
148
|
+
(tj.. <code>config/environment/production.rb</code>) nebo vaše <code>config/application.rb</code>:
|
149
|
+
<p> config. osts << "%{host}" </p>
|
150
|
+
</li>
|
151
|
+
<li>
|
152
|
+
Po dokončení budete mít přístup k vaší platformě prostřednictvím <a href="http://%{host}">http://%{host}</a>
|
153
|
+
</li>
|
154
|
+
<li>
|
155
|
+
Poslali jsme e-mail na <b>%{email}</b>, který musíte potvrdit.
|
156
|
+
</li>
|
157
|
+
</ol>
|
158
|
+
csp_settings:
|
159
|
+
connect_src: Připojit src
|
160
|
+
connect_src_hint: |
|
161
|
+
Směrnice pro spojení - src omezuje URL, které mohou být načteny pomocí <script> prvků.
|
162
|
+
Platforma přidá 'sebe', ale umožňuje přidat další. Pokud si nejste jistí, ponechte prázdné.
|
163
|
+
default_src: Default src
|
164
|
+
default_src_hint: |
|
165
|
+
Default-src direktiva je výchozí zásada pro načítání obsahu, jako je JavaScript, Images, CSS, Fonts, AJAX requests, Frames, HTML5 Media.
|
166
|
+
Deicdim přidá "self" 'unsafe-inline'', ale umožňuje přidat další. Nechte prázdné, pokud si nejste jistí.
|
167
|
+
font_src: Font src
|
168
|
+
font_src_hint: |
|
169
|
+
Direktiva font-src omezuje URL, které lze nahrát pomocí @font-face.
|
170
|
+
Decidim přidá 'self', ale umožňuje přidat další. Nechte prázdné, pokud si nejste jistí.
|
171
|
+
frame_src: Frame src
|
172
|
+
frame_src_hint: |
|
173
|
+
Direktiva frame-src omezuje URL, které lze načíst pomocí prvků <frame>, <iframe> a <object>.
|
174
|
+
Decidim přidá 'self', ale umožňuje přidat další. Nechte prázdné, pokud si nejste jistí.
|
175
|
+
img_src: Img src
|
176
|
+
img_src_hint: |
|
177
|
+
Direktiva img-src omezuje URL, které lze nahrát pomocí prvků <img>, <image>, <picture> a <svg>.
|
178
|
+
Decidim přidá 'self', ale umožňuje přidat další. Nechte prázdné, pokud si nejste jistí.
|
179
|
+
media_src: Média src
|
180
|
+
media_src_hint: |
|
181
|
+
Direktiva media-src omezuje URL, které lze nahrát pomocí prvků <video>, <audio> a <source>.
|
182
|
+
Decidim přidá 'self', ale umožňuje přidat další. Nechte prázdné, pokud si nejste jistí.
|
183
|
+
script_src: Script src
|
184
|
+
script_src_hint: |
|
185
|
+
Direktiva script-src omezuje URL, které lze nahrát pomocí <script> prvků.
|
186
|
+
Decidim přidá "'self' 'unsafe-inline' 'unsafe-eval'", ale umožňuje přidat další. Nechte prázdné, pokud si nejste jistí.
|
187
|
+
style_src: Style src
|
188
|
+
style_src_hint: |
|
189
|
+
Směrnice style-src omezuje URL, které lze načíst pomocí <style> prvků.
|
190
|
+
Decidim přidá "'self' 'unsafe-inline'", ale umožňuje přidat další. Nechte prázdné, pokud si nejste jistí.
|
143
191
|
edit:
|
192
|
+
confirm_resend_invitation: Opravdu chcete znovu odeslat pozvánku?
|
193
|
+
resend_invitation: Znovu odeslat pozvánku
|
144
194
|
secondary_hosts_hint: Zadejte každý z nich do nového řádku
|
145
195
|
title: Upravit organizaci
|
146
196
|
file_upload_settings:
|
@@ -167,6 +217,7 @@ cs:
|
|
167
217
|
default: Výchozí?
|
168
218
|
enabled: Povoleno
|
169
219
|
locale: Jazyk
|
220
|
+
organization_admin_email_hint: Na tuto adresu zašleme e-mail, abyste ji mohli potvrdit a nastavit své heslo.
|
170
221
|
reference_prefix_hint: Předpona reference se používá k jednoznačné identifikaci zdrojů ve všech organizacích.
|
171
222
|
secondary_hosts_hint: Každou vložte do nového řádku.
|
172
223
|
title: Nová organizace
|
@@ -188,11 +239,14 @@ cs:
|
|
188
239
|
twitter:
|
189
240
|
api_key: Klíč API
|
190
241
|
api_secret: API heslo
|
242
|
+
resend_invitation:
|
243
|
+
error: Při odesílání pozvánky došlo k chybě.
|
244
|
+
success: Pozvánka úspěšně odeslána.
|
191
245
|
smtp_settings:
|
192
246
|
fieldsets:
|
193
247
|
sender: Odesilatel
|
194
248
|
instructions:
|
195
|
-
from_label: 'Odesílatel e-mailu bude: "Název vaší organizace <your-organization@example.org>". Ponechte prázdné pro použití ''E-
|
249
|
+
from_label: 'Odesílatel e-mailu bude: "Název vaší organizace <your-organization@example.org>". Ponechte prázdné pro použití ''E-mailové adresy'' jako popisku.'
|
196
250
|
placeholder:
|
197
251
|
from_email: vaše-organizace@example.org
|
198
252
|
from_label: jméno vaší organizace
|
@@ -202,11 +256,14 @@ cs:
|
|
202
256
|
users_registration_mode:
|
203
257
|
disabled: Přístup lze provádět pouze s externími účty
|
204
258
|
enabled: Umožnit uživatelům registraci a přihlášení
|
205
|
-
existing:
|
259
|
+
existing: Neumožnit účastníkům registraci, ale umožnit stávajícím účastníkům přihlášení
|
206
260
|
shared:
|
207
261
|
notices:
|
208
262
|
no_organization_warning_html: Abyste mohli začít, musíte vytvořit organizaci. Před pokračováním se ujistěte, že jste si přečetli %{guide}.
|
209
263
|
our_getting_started_guide: náš průvodce začínáme
|
264
|
+
organizations_list:
|
265
|
+
confirm_resend_invitation: Opravdu chcete znovu odeslat pozvánku?
|
266
|
+
resend_invitation: Znovu odeslat pozvánku
|
210
267
|
titles:
|
211
268
|
dashboard: Ovládací panel
|
212
269
|
decidim: Decidim
|
data/config/locales/de.yml
CHANGED
@@ -38,15 +38,17 @@ de:
|
|
38
38
|
confirm_destroy: Möchtest du das wirklich löschen?
|
39
39
|
destroy: Löschen
|
40
40
|
edit: Bearbeiten
|
41
|
-
|
41
|
+
new_admin: Neuer Admin
|
42
|
+
new_oauth_application: Neue OAUTH-Anwendung
|
43
|
+
new_organization: Neue Organisation
|
42
44
|
save: Speichern
|
43
45
|
title: Aktionen
|
44
46
|
admins:
|
45
47
|
create:
|
46
48
|
error: Beim Erstellen eines neuen Administrators ist ein Fehler aufgetreten.
|
47
|
-
success:
|
49
|
+
success: Admin erfolgreich erstellt.
|
48
50
|
destroy:
|
49
|
-
success:
|
51
|
+
success: Admin erfolgreich gelöscht.
|
50
52
|
edit:
|
51
53
|
title: Administrator bearbeiten
|
52
54
|
update: Aktualisieren
|
@@ -55,19 +57,19 @@ de:
|
|
55
57
|
new:
|
56
58
|
create: Erstellen
|
57
59
|
title: Neuer Administrator
|
58
|
-
show:
|
59
|
-
destroy: Löschen
|
60
|
-
edit: Bearbeiten
|
61
60
|
update:
|
62
61
|
error: Beim Aktualisieren dieses Administrators ist ein Fehler aufgetreten.
|
63
|
-
success:
|
62
|
+
success: Admin erfolgreich aktualisiert.
|
64
63
|
dashboard:
|
65
64
|
show:
|
65
|
+
admins: Admins
|
66
66
|
current_organizations: Aktuelle Organisationen
|
67
67
|
default_pages:
|
68
68
|
placeholders:
|
69
69
|
content: Fügen Sie der statischen Seite %{page} im Admin-Dashboard sinnvollen Inhalt hinzu.
|
70
|
+
summary: Fügen Sie der statischen Seite %{page} im Admin-Dashboard eine sinnvolle Zusammenfassung hinzu.
|
70
71
|
title: Standardtitel für %{page}
|
72
|
+
terms-of-service: Nutzungsbedingungen
|
71
73
|
devise:
|
72
74
|
passwords:
|
73
75
|
edit:
|
@@ -93,7 +95,6 @@ de:
|
|
93
95
|
fields:
|
94
96
|
created_at: Erstellt am
|
95
97
|
email: Email
|
96
|
-
name: Administrator
|
97
98
|
validations:
|
98
99
|
email_uniqueness: ein anderer Administrator mit der gleichen E-Mail existiert bereits
|
99
100
|
oauth_application:
|
@@ -101,17 +102,16 @@ de:
|
|
101
102
|
created_at: Erstellt am
|
102
103
|
name: Name OAuth-Anwendung
|
103
104
|
organization_name: Organisation
|
104
|
-
name: OAuth-Anwendung
|
105
105
|
organization:
|
106
106
|
actions:
|
107
107
|
save_and_invite: Organisation erstellen & den Admin einladen
|
108
108
|
fields:
|
109
|
+
content_security_policy: Sicherheitsrichtlinie für Inhalte (Content Security Policy)
|
109
110
|
created_at: Erstellt am
|
110
111
|
file_upload_settings: Datei-Upload Einstellungen
|
111
112
|
name: Name
|
112
113
|
omniauth_settings: Omniauth-Einstellungen
|
113
114
|
smtp_settings: SMTP-Einstellungen
|
114
|
-
name: Organisation
|
115
115
|
oauth_applications:
|
116
116
|
create:
|
117
117
|
error: Beim Erstellen dieser Anwendung ist ein Fehler aufgetreten.
|
@@ -139,8 +139,50 @@ de:
|
|
139
139
|
show: Zeige erweiterte Einstellungen
|
140
140
|
create:
|
141
141
|
error: Beim Erstellen einer neuen Organisation ist ein Fehler aufgetreten.
|
142
|
-
|
142
|
+
success_html: |
|
143
|
+
<p>
|
144
|
+
Organisation erfolgreich erstellt.
|
145
|
+
</p>
|
146
|
+
<ol>
|
147
|
+
<li>Eventuell müssen Sie Ihren Anwendungscode aktualisieren um Anfragen an %{host} zu erlauben. Fügen Sie folgendes zu Ihrer Umgebungskonfiguration (z.B. <code>config/environment/production.rb</code>) oder <code>config/application.rb</code> hinzu:
|
148
|
+
<p> config.hosts << "%{host}" </p>
|
149
|
+
</li>
|
150
|
+
<li>
|
151
|
+
Danach können Sie auf die Plattform über <a href="http://%{host}">http://%{host}</a> zugreifen
|
152
|
+
</li>
|
153
|
+
<li>
|
154
|
+
Wir haben eine E-Mail an <b>%{email}</b> gesendet, die Sie bestätigen müssen.
|
155
|
+
</li>
|
156
|
+
</ol>
|
157
|
+
csp_settings:
|
158
|
+
connect_src: Verbindungsvorschriften (connect-src)
|
159
|
+
connect_src_hint: |
|
160
|
+
Die connect-src Anweisung schränkt URLs ein, die mittels <script> Elementen geladen werden können. Die Plattform fügt "self" hinzu, erlaubt aber zusätzliche Quellen. Lassen Sie das Feld leer, wenn Sie unsicher sind.
|
161
|
+
default_src: Standardvorschriften (default-src)
|
162
|
+
default_src_hint: |
|
163
|
+
Die default-src Anweisung ist die Standardmethode um Inhalte wie JavaScript, Bilder, CSS, Schriften, AJAX-Anfragen, Frames oder HTML5-Medien.
|
164
|
+
Die Plattform fügt "'self' 'unsafe-inline'" hinzu, erlaubt aber zusätzliche Quellen. Lassen Sie das Feld leer, wenn Sie unsicher sind.
|
165
|
+
font_src: Schriftvorschriften (font-src)
|
166
|
+
font_src_hint: |
|
167
|
+
Die font-src Anweisung schränkt URLs ein, die mittels @font-face geladen werden können. Die Plattform fügt "self" hinzu, erlaubt aber zusätzliche Quellen. Lassen Sie das Feld leer, wenn Sie unsicher sind.
|
168
|
+
frame_src: Framevorschriften (frame-src)
|
169
|
+
frame_src_hint: |
|
170
|
+
Die frame-src Anweisung schränkt URLs ein, die mittels <frame>, <iframe> und <object> Elementen geladen werden können. Die Plattform fügt "self" hinzu, erlaubt aber zusätzliche Quellen. Lassen Sie das Feld leer, wenn Sie unsicher sind.
|
171
|
+
img_src: Bildvorschriften
|
172
|
+
img_src_hint: |
|
173
|
+
Die img-src Anweisung schränkt URLs ein, die mittels <img>, <image>, <picture> und <svg>Elementen geladen werden können. Die Plattform fügt "self" hinzu, erlaubt aber zusätzliche Quellen. Lassen Sie das Feld leer, wenn Sie unsicher sind.
|
174
|
+
media_src: Medienvorschriften (media-src)
|
175
|
+
media_src_hint: |
|
176
|
+
Die media-src Anweisung schränkt URLs ein, die mittels <video>, <audio> und <source> Elementen geladen werden können. Die Plattform fügt "self" hinzu, erlaubt aber zusätzliche Quellen. Lassen Sie das Feld leer, wenn Sie unsicher sind.
|
177
|
+
script_src: Skriptvorschriften (script-src)
|
178
|
+
script_src_hint: |
|
179
|
+
Die script-src Anweisung schränkt URLs ein, die mittels <script> Elementen geladen werden können. Die Plattform fügt "'self' 'unsafe-inline''unsafe-eval'" hinzu, erlaubt aber zusätzliche Quellen. Lassen Sie das Feld leer, wenn Sie unsicher sind.
|
180
|
+
style_src: Stilvorschriften (style-src)
|
181
|
+
style_src_hint: |
|
182
|
+
Die style-src Anweisung schränkt URLs ein, die mittels <style> Elementen geladen werden können. Die Plattform fügt "'self' 'unsafe-inline'" hinzu, erlaubt aber zusätzliche Quellen. Lassen Sie das Feld leer, wenn Sie unsicher sind.
|
143
183
|
edit:
|
184
|
+
confirm_resend_invitation: Sind Sie sicher, das Sie die Einladung erneut senden möchten?
|
185
|
+
resend_invitation: Einladung erneut senden
|
144
186
|
secondary_hosts_hint: Geben Sie jede von ihnen in einer neuen Zeile ein
|
145
187
|
title: Organisation bearbeiten
|
146
188
|
file_upload_settings:
|
@@ -167,6 +209,7 @@ de:
|
|
167
209
|
default: Standard?
|
168
210
|
enabled: Aktiviert
|
169
211
|
locale: Spracheinstellung
|
212
|
+
organization_admin_email_hint: Wir senden Ihnen eine E-Mail an diese Adresse, die Sie bestätigen müssen um Ihr Passwort einrichten zu können.
|
170
213
|
reference_prefix_hint: Das Referenzpräfix wird zur eindeutigen Identifizierung von Ressourcen in allen Organisationen verwendet.
|
171
214
|
secondary_hosts_hint: Geben Sie jede von ihnen in einer neuen Zeile ein.
|
172
215
|
title: Neue Organisation
|
@@ -188,11 +231,14 @@ de:
|
|
188
231
|
twitter:
|
189
232
|
api_key: API-Schlüssel
|
190
233
|
api_secret: API-Geheimnis
|
234
|
+
resend_invitation:
|
235
|
+
error: Beim Versand der Einladung ist ein Fehler aufgetreten.
|
236
|
+
success: Einladung erfolgreich gesendet.
|
191
237
|
smtp_settings:
|
192
238
|
fieldsets:
|
193
239
|
sender: Absender
|
194
240
|
instructions:
|
195
|
-
from_label: 'E-Mail-Absender lautet: "
|
241
|
+
from_label: 'E-Mail-Absender lautet: "Ihr-Organisationsname <your-organization@example.org>". Leer lassen, um die E-Mail-Adresse als Absender zu verwenden.'
|
196
242
|
placeholder:
|
197
243
|
from_email: deine-organisation@example.org
|
198
244
|
from_label: name-ihrer-organisation
|
@@ -202,11 +248,14 @@ de:
|
|
202
248
|
users_registration_mode:
|
203
249
|
disabled: Der Zugriff kann nur mit externen Konten erfolgen
|
204
250
|
enabled: Benutzern erlauben, sich zu registrieren und sich anzumelden
|
205
|
-
existing:
|
251
|
+
existing: Teilnehmende können sich nicht neu registrieren, bestehende teilnehmende sich aber weiterhin anmelden
|
206
252
|
shared:
|
207
253
|
notices:
|
208
254
|
no_organization_warning_html: Sie müssen eine Organisation erstellen, um zu beginnen. Stellen Sie sicher, dass Sie %{guide} lesen, bevor Sie fortfahren.
|
209
255
|
our_getting_started_guide: unser Leitfaden für Anfänger
|
256
|
+
organizations_list:
|
257
|
+
confirm_resend_invitation: Sind Sie sicher, das Sie die Einladung erneut senden möchten?
|
258
|
+
resend_invitation: Einladung erneut senden
|
210
259
|
titles:
|
211
260
|
dashboard: Instrumententafel
|
212
261
|
decidim: Decidim
|
data/config/locales/el.yml
CHANGED
@@ -38,15 +38,14 @@ el:
|
|
38
38
|
confirm_destroy: Είστε βέβαιοι ότι θέλετε να την διαγράψετε;
|
39
39
|
destroy: Διαγραφή
|
40
40
|
edit: Επεξεργασία
|
41
|
-
new: Νέα
|
42
41
|
save: Αποθήκευση
|
43
42
|
title: Ενέργειες
|
44
43
|
admins:
|
45
44
|
create:
|
46
45
|
error: Υπήρξε ένα πρόβλημα κατά τη δημιουργία ενός νέου διαχειριστή.
|
47
|
-
success: Ο διαχειριστής δημιουργήθηκε
|
46
|
+
success: Ο διαχειριστής δημιουργήθηκε επιτυχώς.
|
48
47
|
destroy:
|
49
|
-
success: Ο διαχειριστής διαγράφηκε
|
48
|
+
success: Ο διαχειριστής διαγράφηκε επιτυχώς.
|
50
49
|
edit:
|
51
50
|
title: Επεξεργασία διαχειριστή
|
52
51
|
update: Ενημέρωση
|
@@ -55,18 +54,18 @@ el:
|
|
55
54
|
new:
|
56
55
|
create: Δημιουργία
|
57
56
|
title: Νέος διαχειριστής
|
58
|
-
show:
|
59
|
-
edit: Επεξεργασία
|
60
57
|
update:
|
61
58
|
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση αυτού του διαχειριστή.
|
62
|
-
success: Ο διαχειριστής ενημερώθηκε
|
59
|
+
success: Ο διαχειριστής ενημερώθηκε επιτυχώς.
|
63
60
|
dashboard:
|
64
61
|
show:
|
65
62
|
current_organizations: Τρέχοντες οργανισμοί
|
66
63
|
default_pages:
|
67
64
|
placeholders:
|
68
65
|
content: Προσθέστε ουσιαστικό περιεχόμενο στη στατική σελίδα %{page} στον πίνακα εργαλείων διαχειριστή.
|
66
|
+
summary: Παρακαλώ προσθέστε μια ουσιαστική περίληψη στη στατική σελίδα %{page} στον πίνακα διαχείρισης.
|
69
67
|
title: Προεπιλεγμένος τίτλος για τη σελίδα %{page}
|
68
|
+
terms-of-service: Όροι Χρήσης
|
70
69
|
menu:
|
71
70
|
admins: Διαχειριστές
|
72
71
|
dashboard: Πίνακας εργαλείων
|
@@ -77,7 +76,6 @@ el:
|
|
77
76
|
fields:
|
78
77
|
created_at: Δημιουργήθηκε στις
|
79
78
|
email: Email
|
80
|
-
name: Διαχειριστής
|
81
79
|
validations:
|
82
80
|
email_uniqueness: υπάρχει ήδη άλλος διαχειριστής με την ίδια διεύθυνση email
|
83
81
|
oauth_application:
|
@@ -85,7 +83,6 @@ el:
|
|
85
83
|
created_at: Δημιουργήθηκε στις
|
86
84
|
name: Όνομα εφαρμογής OAuth
|
87
85
|
organization_name: Οργανισμός
|
88
|
-
name: Εφαρμογή OAuth
|
89
86
|
organization:
|
90
87
|
actions:
|
91
88
|
save_and_invite: Δημιουργία οργανισμού και πρόσκληση διαχειριστή
|
@@ -95,7 +92,6 @@ el:
|
|
95
92
|
name: Όνομα
|
96
93
|
omniauth_settings: Ρυθμίσεις Omniauth
|
97
94
|
smtp_settings: Ρυθμίσεις SMTP
|
98
|
-
name: Οργανισμός
|
99
95
|
oauth_applications:
|
100
96
|
create:
|
101
97
|
error: Υπήρξε ένα πρόβλημα κατά τη δημιουργία αυτής της εφαρμογής.
|
@@ -123,7 +119,6 @@ el:
|
|
123
119
|
show: Εμφάνιση προηγμένων ρυθμίσεων
|
124
120
|
create:
|
125
121
|
error: Υπήρξε ένα πρόβλημα κατά τη δημιουργία ενός νέου οργανισμού.
|
126
|
-
success: Ο οργανισμός δημιουργήθηκε με επιτυχία.
|
127
122
|
edit:
|
128
123
|
secondary_hosts_hint: Εισαγάγετε κάθε ένα από αυτά σε μια νέα γραμμή
|
129
124
|
file_upload_settings:
|
@@ -172,7 +167,7 @@ el:
|
|
172
167
|
fieldsets:
|
173
168
|
sender: Αποστολέας
|
174
169
|
instructions:
|
175
|
-
from_label: 'Ο αποστολέας ηλεκτρονικού ταχυδρομείου θα είναι: "όνομα-οργάνωσής <your-organization@example.org>". Αφήστε κενό για να χρησιμοποιήσετε την ''Διεύθυνση email'' ως
|
170
|
+
from_label: 'Ο αποστολέας ηλεκτρονικού ταχυδρομείου θα είναι: "όνομα-οργάνωσής <your-organization@example.org>". Αφήστε κενό για να χρησιμοποιήσετε την ''Διεύθυνση email'' ως ετικέτα.'
|
176
171
|
placeholder:
|
177
172
|
from_email: your-organization@example.org
|
178
173
|
from_label: το-όνομα-του-οργανισμού-σας
|
@@ -182,7 +177,7 @@ el:
|
|
182
177
|
users_registration_mode:
|
183
178
|
disabled: Η πρόσβαση μπορεί να γίνει μόνο με εξωτερικούς λογαριασμούς
|
184
179
|
enabled: Να επιτρέπεται στους συμμετέχοντες η εγγραφή και η σύνδεση
|
185
|
-
existing:
|
180
|
+
existing: Μην επιτρέπετε στους συμμετέχοντες να εγγραφούν, αλλά επιτρέψτε στους υπάρχοντες συμμετέχοντες να συνδεθούν
|
186
181
|
shared:
|
187
182
|
notices:
|
188
183
|
no_organization_warning_html: Πρέπει να δημιουργήσετε έναν οργανισμό για να ξεκινήσετε. Βεβαιωθείτε ότι έχετε διαβάσει τον οδηγό %{guide} προτού συνεχίσετε.
|