decidim-decidim_awesome 0.11.2 → 0.11.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +21 -0
- data/README.md +54 -2
- data/app/cells/concerns/decidim/decidim_awesome/proposal_l_cell_override.rb +5 -3
- data/app/cells/decidim/decidim_awesome/content_blocks/map_cell.rb +0 -4
- data/app/cells/decidim/decidim_awesome/voting/proposal_metadata_cell.rb +18 -3
- data/app/commands/concerns/decidim/decidim_awesome/proposals/create_proposal_override.rb +2 -2
- data/app/commands/concerns/decidim/decidim_awesome/proposals/update_proposal_override.rb +1 -1
- data/app/commands/concerns/decidim/decidim_awesome/system/register_organization_override.rb +29 -0
- data/app/commands/concerns/decidim/decidim_awesome/system/update_organization_override.rb +35 -0
- data/app/commands/concerns/decidim/decidim_awesome/update_account_override.rb +30 -0
- data/app/commands/decidim/decidim_awesome/admin/create_scoped_style.rb +3 -2
- data/app/commands/decidim/decidim_awesome/admin/destroy_scoped_style.rb +6 -4
- data/app/controllers/concerns/decidim/decidim_awesome/check_login_authorizations.rb +60 -0
- data/app/controllers/concerns/decidim/decidim_awesome/needs_awesome_config.rb +0 -2
- data/app/controllers/concerns/decidim/decidim_awesome/proposals/memoize_extra_fields.rb +23 -0
- data/app/controllers/concerns/decidim/decidim_awesome/use_user_time_zone.rb +32 -0
- data/app/controllers/decidim/decidim_awesome/admin/admin_authorizations_controller.rb +122 -0
- data/app/controllers/decidim/decidim_awesome/admin/checks_controller.rb +1 -1
- data/app/controllers/decidim/decidim_awesome/admin/config_controller.rb +7 -1
- data/app/controllers/decidim/decidim_awesome/admin/constraints_controller.rb +5 -1
- data/app/controllers/decidim/decidim_awesome/admin/scoped_styles_controller.rb +12 -4
- data/app/controllers/decidim/decidim_awesome/required_authorizations_controller.rb +58 -0
- data/app/forms/concerns/decidim/decidim_awesome/account_form_override.rb +25 -0
- data/app/forms/concerns/decidim/decidim_awesome/system/organization_form_override.rb +34 -0
- data/app/forms/decidim/decidim_awesome/admin/config_form.rb +41 -8
- data/app/helpers/decidim/decidim_awesome/map_helper.rb +28 -26
- data/app/overrides/decidim/account/show/add_timezone_select.html.erb.deface +3 -0
- data/app/overrides/decidim/admin/officializations/index/add_modal.html.erb.deface +3 -0
- data/app/overrides/decidim/admin/officializations/index/add_td.html.erb.deface +5 -0
- data/app/overrides/decidim/admin/officializations/index/add_th.html.erb.deface +5 -0
- data/app/overrides/decidim/system/organizations/_advanced_settings/add_awesome_config.html.erb.deface +9 -0
- data/app/overrides/layouts/decidim/_head/add_awesome_tags.html.erb.deface +1 -1
- data/app/overrides/layouts/decidim/admin/_header/add_awesome_custom_styles.html.erb.deface +3 -0
- data/app/overrides/layouts/decidim/admin/_header/add_awesome_tags.html.erb.deface +1 -0
- data/app/packs/src/decidim/decidim_awesome/admin/proposal_sortings.js +0 -5
- data/app/packs/src/decidim/decidim_awesome/admin/verification_selects.js +21 -0
- data/app/packs/src/decidim/decidim_awesome/admin/verifications.js +43 -0
- data/app/packs/src/decidim/decidim_awesome/awesome_admin.js +1 -0
- data/app/packs/src/decidim/decidim_awesome/awesome_admin_global.js +1 -0
- data/app/packs/src/decidim/decidim_awesome/awesome_map/awesome_map.js +1 -1
- data/app/packs/stylesheets/decidim/decidim_awesome/admin/verifications.scss +99 -0
- data/app/packs/stylesheets/decidim/decidim_awesome/awesome_admin_global.scss +1 -0
- data/app/permissions/decidim/decidim_awesome/admin/permissions.rb +42 -11
- data/app/permissions/decidim/decidim_awesome/permissions.rb +7 -0
- data/app/presenters/decidim/decidim_awesome/admin_log/component_presenter_override.rb +3 -5
- data/app/presenters/decidim/decidim_awesome/admin_log/user_presenter_override.rb +46 -0
- data/app/views/decidim/decidim_awesome/account/_timezone_select.html.erb +3 -0
- data/app/views/decidim/decidim_awesome/admin/admin_authorizations/authorization.html.erb +20 -0
- data/app/views/decidim/decidim_awesome/admin/admin_authorizations/callout.html.erb +3 -0
- data/app/views/decidim/decidim_awesome/admin/admin_authorizations/conflict.html.erb +5 -0
- data/app/views/decidim/decidim_awesome/admin/admin_authorizations/edit.html.erb +41 -0
- data/app/views/decidim/decidim_awesome/admin/config/_form_scoped_admin_styles.html.erb +1 -0
- data/app/views/decidim/decidim_awesome/admin/config/_form_scoped_styles.html.erb +48 -0
- data/app/views/decidim/decidim_awesome/admin/config/_form_surveys.html.erb +8 -0
- data/app/views/decidim/decidim_awesome/admin/config/_form_verifications.html.erb +15 -0
- data/app/views/decidim/decidim_awesome/admin/constraints/no_permissions.html.erb +6 -0
- data/app/views/decidim/decidim_awesome/admin/officializations/_participants_td.html.erb +25 -0
- data/app/views/decidim/decidim_awesome/admin/officializations/_participants_th.html.erb +1 -0
- data/app/views/decidim/decidim_awesome/admin/officializations/_verification_modal.html.erb +9 -0
- data/app/views/decidim/decidim_awesome/required_authorizations/index.html.erb +66 -0
- data/app/views/decidim/decidim_awesome/system/organizations/_admin_allowed_authorizations.html.erb +5 -0
- data/app/views/layouts/decidim/decidim_awesome/_custom_styles.html.erb +1 -1
- data/app/views/layouts/decidim/decidim_awesome/admin/_custom_styles.html.erb +3 -0
- data/app/views/layouts/decidim/decidim_awesome/admin/admin_authorizations.html.erb +7 -0
- data/config/i18n-tasks.yml +6 -0
- data/config/locales/ca.yml +91 -5
- data/config/locales/cs.yml +86 -0
- data/config/locales/de.yml +131 -0
- data/config/locales/en.yml +115 -1
- data/config/locales/es.yml +89 -3
- data/config/locales/eu.yml +607 -26
- data/config/locales/fr.yml +37 -1
- data/config/locales/it.yml +0 -1
- data/config/locales/ja.yml +86 -0
- data/config/locales/nl.yml +0 -1
- data/config/locales/pt-BR.yml +0 -1
- data/lib/decidim/decidim_awesome/admin_engine.rb +2 -0
- data/lib/decidim/decidim_awesome/authorizator.rb +34 -0
- data/lib/decidim/decidim_awesome/awesome.rb +55 -1
- data/lib/decidim/decidim_awesome/awesome_helpers.rb +48 -19
- data/lib/decidim/decidim_awesome/checksums.yml +9 -0
- data/lib/decidim/decidim_awesome/engine.rb +20 -4
- data/lib/decidim/decidim_awesome/menu.rb +45 -9
- data/lib/decidim/decidim_awesome/request_memoizer.rb +16 -0
- data/lib/decidim/decidim_awesome/test/factories.rb +0 -4
- data/lib/decidim/decidim_awesome/test/initializer.rb +4 -0
- data/lib/decidim/decidim_awesome/test/shared_examples/config_examples.rb +1 -1
- data/lib/decidim/decidim_awesome/test/shared_examples/custom_styles_examples.rb +156 -0
- data/lib/decidim/decidim_awesome/test/shared_examples/summary_examples.rb +26 -10
- data/lib/decidim/decidim_awesome/version.rb +1 -1
- data/package.json +6 -5
- metadata +42 -4
- data/app/views/decidim/decidim_awesome/admin/config/_form_styles.html.erb +0 -30
data/config/locales/ca.yml
CHANGED
@@ -2,11 +2,14 @@ ca:
|
|
2
2
|
activemodel:
|
3
3
|
attributes:
|
4
4
|
config:
|
5
|
-
additional_proposal_sortings:
|
5
|
+
additional_proposal_sortings: Activar opcions d'ordenació addicionals
|
6
6
|
allow_images_in_editors: Permet imatges a l'editor HTML
|
7
7
|
allow_images_in_proposals: Permet imatges a l'editor de propostes
|
8
8
|
allow_videos_in_editors: Permet vídeos a l'editor HTML
|
9
9
|
auto_save_forms: Desa automàticament els formularis a l'emmagatzematge local
|
10
|
+
force_authorization_after_login: Forçar autorització després d'iniciat sessió/registre
|
11
|
+
force_authorization_help_text: Text d'ajuda per la pàgina d'autorització
|
12
|
+
force_authorization_with_any_method: Permetre l'accés si es concedeix alguna de les autoritzacions (per defecte, totes són necessàries)
|
10
13
|
intergram_auto_no_response: Un missatge que s'envia un minut després que la usuària hagi enviat el seu primer missatge i no s'hagi rebut cap resposta
|
11
14
|
intergram_auto_response: Un missatge que s'envia immediatament després que la usuària enviï el seu primer missatge
|
12
15
|
intergram_chat_id: ID de xat
|
@@ -17,10 +20,12 @@ ca:
|
|
17
20
|
intergram_title_closed: Títol del xat quan està tancat
|
18
21
|
intergram_title_open: Títol del xat quan està obert
|
19
22
|
intergram_use_floating_button: Si està marcat, el xat tancat és sempre un botó en lloc d'un text
|
20
|
-
proposal_custom_fields:
|
21
|
-
proposal_private_custom_fields:
|
22
|
-
|
23
|
-
|
23
|
+
proposal_custom_fields: Camps personalitzats %{id}
|
24
|
+
proposal_private_custom_fields: Camps personalitzats %{id}
|
25
|
+
scoped_admin_styles: Personalització d'estils %{id}
|
26
|
+
scoped_admins: Grup d'administradores acotades %{id}
|
27
|
+
scoped_styles: Personalització d'estils %{id}
|
28
|
+
user_timezone: Permet als usuaris definir la seva zona horària en el seu perfil
|
24
29
|
validate_body_max_caps_percent: Percentatge màxim de majúscules en el cos de la proposta
|
25
30
|
validate_body_max_marks_together: Nombre màxim de símbols consecutius permesos al cos de la proposta
|
26
31
|
validate_body_min_length: Nombre de caràcters mínims requerits pel cos de la proposta
|
@@ -46,6 +51,10 @@ ca:
|
|
46
51
|
target: Obre a
|
47
52
|
url: URL
|
48
53
|
visibility: Visibilitat
|
54
|
+
organization:
|
55
|
+
awesome_admins_available_authorizations: Permet a les administradores verificar manualment a les participants amb aquests verificadors
|
56
|
+
user:
|
57
|
+
user_time_zone: Zona horària personal
|
49
58
|
decidim:
|
50
59
|
admin:
|
51
60
|
actions:
|
@@ -132,6 +141,9 @@ ca:
|
|
132
141
|
supported_last: Votades últimes per mi
|
133
142
|
za: Z-A (ordre alfabètic invers)
|
134
143
|
decidim_awesome:
|
144
|
+
account:
|
145
|
+
timezone_select:
|
146
|
+
time_zone_helper: Fes servir la teva zona horària personal per mostrar les dates d'acord amb la teva localització quan hagis iniciat sessió.
|
135
147
|
admin:
|
136
148
|
actions: Accions
|
137
149
|
admin_accountability:
|
@@ -170,6 +182,26 @@ ca:
|
|
170
182
|
collaborator: Col·laboradora
|
171
183
|
moderator: Moderadora
|
172
184
|
valuator: Avaluadora
|
185
|
+
admin_authorizations:
|
186
|
+
authorization:
|
187
|
+
confirm_destroy: Estàs segur que vols eliminar aquesta verificació? Aquesta actuació pot afectar a l'accés de la participant en la plataforma.
|
188
|
+
destroy: Eliminar
|
189
|
+
granted_at: Concedit a %{date}
|
190
|
+
metadata: Conté metadades? %{metadata}
|
191
|
+
authorization_destroyed: L'autorització s'ha eliminat correctament.
|
192
|
+
authorization_not_destroyed: La verificació no s'ha pogut eliminar!
|
193
|
+
authorization_transferred: 'Avís: hi ha hagut un conflicte de verificació i la verificació s''ha transferit a %{user}'
|
194
|
+
conflict: Hi ha un conflicte amb una autorització existent
|
195
|
+
conflict_help_html: "Heu de resoldre el conflicte amb la participant %{user} abans de poder autoritzar la participant amb aquesta autorització.\n<br><br>\nEs produeix un conflicte de verificació quan un altre usuari té les mateixes dades que la participant que esteu intentant autoritzar.\nPodeu resoldre aquest conflicte eliminant l'autorització conflictiva de l'altre participant o utilitzant dades diferents per a aquest participant.\n"
|
196
|
+
edit:
|
197
|
+
authorize: Autoritza %{user} amb %{name}
|
198
|
+
do_it_if_sure: Feu-ho només si esteu segur que la participant té aquesta autorització.
|
199
|
+
force_verification: Força la verificació amb les dades actuals
|
200
|
+
force_verification_help: La verificació ha fallat, però podeu forçar-la si esteu segur que la participant té aquesta autorització.
|
201
|
+
force_verification_reason: 'Doneu un motiu per forçar la verificació:'
|
202
|
+
warning: 'Avís: en forçar aquesta autorització, esteu forçant l''estat d''autorització actual del participant.'
|
203
|
+
user_authorized: "%{user} s'ha autoritzat correctament amb %{name}"
|
204
|
+
user_not_authorized: "%{user} no s'ha pogut autoritzar amb %{name}"
|
173
205
|
checks:
|
174
206
|
index:
|
175
207
|
admin_head_tags: Etiquetes Awesome incloses a la capçalera de l'aplicació d'administració
|
@@ -230,6 +262,8 @@ ca:
|
|
230
262
|
allow_videos_in_editors: Això afegirà una icona per enllaçar vídeos a l'editor HTML
|
231
263
|
auto_save_forms: Això farà servir l'emmagatzematge local del navegador per desar automàticament les dades introduïdes pels usuaris a les enquestes i altres formularis mentre les omplen. Les dades es restauraran en una futura visita amb el mateix navegador en cas que no s'enviï el formulari. Si s’envia el formulari, s’eliminaran les dades locals. Si els usuaris eliminen les seves dades del navegador, tampoc es restauraran.
|
232
264
|
drag_and_drop_supported: Quan es pugin imatges, es pot fer a través del mètode de "arrossegar i deixar anar". Les imatges seran pujades al servidor i inserides com recursos externs (no es fa servir codificació en línia base64).
|
265
|
+
force_authorization_after_login: 'Si està habilitat, les usuàries seran redireccionades a la pàgina d''autorització després de l''inici de sessió o registre si algunes de les autoritzacions especificades no són concedides. Això és útil si voleu forçar les usuàries a que es verifiquin a través d''una autorització específica abans que puguin iniciar sessió en qualsevol moment (per exemple: per prevenir spam).'
|
266
|
+
force_authorization_help_text: Afegeix un text personalitzat per explicar per què cal l'autorització. Assegureu-vos també d'afegir un mode de contacte en cas que les usuàries necessitin ajuda.
|
233
267
|
intergram_about: Intergram utilitza el Telegram Messenger per gestionar un widget de xat en viu de suport incrustat a la part inferior de la pàgina.
|
234
268
|
intergram_config: 'Convida a la <a href="https://web.telegram.org/#/im?p=@IntergramBot">@Intergram bot</a> al teu grup o comença un xat amb ella directament. <a href="https://github.com/idoco/intergram#embed-intergram-in-your-website-with-these-2-simple-steps">+ info</a>'
|
235
269
|
original_editor_override: Desde la versió 0.26, és possible (per administradors només) pujar imatges als editors de text enriquit. Per tant, les opcions d'imatges disponibles en aquesta pàgina només afecten a la part pública de la web (les administradores sempre ho tenen activat).
|
@@ -242,15 +276,23 @@ ca:
|
|
242
276
|
%{warning}
|
243
277
|
Aquest text es pot personalitzar amb una traducció personalitzada utilitzant la clau:
|
244
278
|
%{key}
|
279
|
+
scoped_admin_styles: Tingues en compte que amagar contingut aquí pot deixar l'administrador inservible. Si us plau, actueu amb cautela.
|
280
|
+
scoped_admin_styles_variables: 'Pots fer servir les següents variables CSS pels colors personalitzats de l''organització:'
|
281
|
+
scoped_admin_styles_warning: "<strong>Atenció</strong>: Aquí podeu afegir CSS que s'aplica només en aquest administrador."
|
245
282
|
scoped_admins: Promou usuaries normals a administradores amb accés limitat a certes parts de la web pública (feu servir l'editor de restriccions per això). Noteu que afegir usuaries que ja tenen permisos d'administració no té cap efecte.
|
246
283
|
scoped_styles: Crea CSS personalitzats que només s'apliquin a determinades parts de la web pública (per fer-ho, utilitza l'editor de restriccions)
|
247
284
|
scoped_styles_variables: 'Pots fer servir les següents variables CSS pels colors personalitzats de l''organització:'
|
285
|
+
user_timezone: Això afegirà un selector al perfil d'usuari per permetre establir la zona horària. Això farà que l'usuari vegi les dates i hores segons la seva configuració local.
|
248
286
|
validate_body_max_caps_percent: Zero no permetrà cap majúscula, 100 obligarà a escriure-ho tot en majúscules
|
249
287
|
validate_body_max_marks_together: 'Limiteu el nombre de signes d''interrogació i d''exclamació que es poden escriure junts. És a dir: si és 2, aleshores ''!!!'' no es permetrà al text'
|
250
288
|
validate_body_min_length: Aquest nombre pot ser zero, això farà que aquest camp no sigui obligatori
|
251
289
|
validate_title_max_caps_percent: Zero no permetrà cap majúscula, 100 obligarà a escriure-ho tot en majúscules
|
252
290
|
validate_title_max_marks_together: 'Limiteu el nombre de signes d''interrogació i d''exclamació que es poden escriure junts. És a dir: si és 2, aleshores ''!!!'' no es permetrà al text'
|
253
291
|
validate_title_min_length: El títol sempre és obligatori i aquest número no pot ser zero
|
292
|
+
verifications_html: |
|
293
|
+
Aquí pots fer alguns ajustaments en el procés de verificació.<br>
|
294
|
+
<b>NOTA:</b> Tingues en compte que canviar aquests paràmetres pot impedir que algunes usuàries accedeixin a la plataforma. Fes-ho servir amb precaució!<br><br>
|
295
|
+
Tingues en compte també, que aquests paràmetres s'apliquen a totes les usuàries. Les administradores sempre tindran accés al tauler dadministració.
|
254
296
|
validators:
|
255
297
|
body: Validacions d'entrada per l'usuari en el camp cos de la proposta
|
256
298
|
title: Validacions d'entrada per l'usuari en el camp títol de la proposta
|
@@ -264,6 +306,11 @@ ca:
|
|
264
306
|
new: Afegiu una nova caixa de "camps personalitzats privats"
|
265
307
|
remove: Elimina aquesta caixa de "camps personalitzats"
|
266
308
|
sure_to_remove: Segur que vols eliminar aquesta caixa de camps personalitzats?
|
309
|
+
form_scoped_admin_styles:
|
310
|
+
delete: Esborra
|
311
|
+
new: Afegeix una nova caixa CSS
|
312
|
+
remove: Elimina aquesta caixa CSS
|
313
|
+
sure_to_remove: Segur que vols eliminar aquesta caixa de camps personalitzats?
|
267
314
|
form_scoped_admins:
|
268
315
|
delete: Esborra
|
269
316
|
new: Afegir un nou grup "d'Administradores acotades"
|
@@ -287,8 +334,11 @@ ca:
|
|
287
334
|
proposal_custom_fields: 'Camps personalitzats per propostes: Camps públics'
|
288
335
|
proposal_private_custom_fields: 'Camps personalitzats per propostes: Camps privats'
|
289
336
|
proposals: Modificacions a propostes
|
337
|
+
scoped_admin_styles: 'Estils personalitzats: Panell d''administració'
|
338
|
+
scoped_styles: 'Estils personalitzats: Interfície pública'
|
290
339
|
styles: Estils personalitzats
|
291
340
|
surveys: Formularis i enquestes
|
341
|
+
verifications: Verificacions / Hacks d'autorització
|
292
342
|
update:
|
293
343
|
error: Error actualitzant la configuració! %{error}
|
294
344
|
success: Configuració actualitzada correctament
|
@@ -393,6 +443,7 @@ ca:
|
|
393
443
|
proposals: Modificacions a propostes
|
394
444
|
styles: Estils personalitzats
|
395
445
|
surveys: Formularis i enquestes
|
446
|
+
verifications: Verificacions
|
396
447
|
menu_hacks:
|
397
448
|
create:
|
398
449
|
error: 'Error en crear un nou ítem de menú: %{error}'
|
@@ -431,6 +482,11 @@ ca:
|
|
431
482
|
error: 'Error en actualitzar l''ítem de menú: %{error}'
|
432
483
|
success: Ítem de menú actualitzat correctament
|
433
484
|
url_exists: Aquesta URL ha estat configurada en un altre ítem de menú, si us plau edita'l en comptes de crear-ne un de nou.
|
485
|
+
officializations:
|
486
|
+
authorizations: Autoritzacions
|
487
|
+
verification_modal:
|
488
|
+
authorizations_for: Autoritzacions per a %{user}
|
489
|
+
close: Tanca
|
434
490
|
proposal_custom_fields:
|
435
491
|
menu:
|
436
492
|
title: Camps públics
|
@@ -439,9 +495,19 @@ ca:
|
|
439
495
|
private_data_last_update: Aquestes dades es van actualitzar per última vegada fa %{time_ago}.
|
440
496
|
proposal_private_custom_fields: Camps privats
|
441
497
|
remove_private_data: "👉 És possible que vulgueu eliminar-lo"
|
498
|
+
scoped_admin_styles:
|
499
|
+
menu:
|
500
|
+
title: Panell admin
|
501
|
+
scoped_styles:
|
502
|
+
menu:
|
503
|
+
title: Interfície pública
|
442
504
|
admin_log:
|
443
505
|
component:
|
444
506
|
destroy_private_data: "%{user_name} ha destruït %{count} elements de dades privades per a %{resource_name} a %{space_name}"
|
507
|
+
user:
|
508
|
+
admin_creates_authorization: "%{user_name} s'ha verificat %{resource_name} amb %{handler_name}"
|
509
|
+
admin_destroys_authorization: "%{user_name} ha destruït la verificació %{handler_name} a %{resource_name}"
|
510
|
+
admin_forces_authorization: "%{user_name} ha forçat la verificació %{handler_name} a %{resource_name}. Motiu: %{reason}"
|
445
511
|
amendments:
|
446
512
|
modal:
|
447
513
|
amendment_exists: Una esmena ja existeix
|
@@ -506,6 +572,26 @@ ca:
|
|
506
572
|
view_meeting: Veure trobada
|
507
573
|
view_proposal: Veure proposta
|
508
574
|
proposal_private_custom_fields_disclosure: Aquesta informació no es publicarà
|
575
|
+
required_authorizations:
|
576
|
+
index:
|
577
|
+
cancel: Això ho faré en un altre moment, %{link}.
|
578
|
+
granted_title: Verificacions concedides
|
579
|
+
logout: deixa'm tancar la sessió
|
580
|
+
missing_title: No verificada encara
|
581
|
+
resume_title: Verificacions pendents
|
582
|
+
resume_with_method: Reprendre la verificació amb %{name}
|
583
|
+
title: Verifica la teva identitat
|
584
|
+
verify_with_all_these_options: 'Si us plau, verifica''t amb tots aquests mètodes abans de poder accedir a la plataforma:'
|
585
|
+
verify_with_any_of_these_options: 'Si us plau, verifica''t com a mínim amb un d''aquests mètodes abans de poder accedir a la plataforma:'
|
586
|
+
verify_with_method: Verificar amb %{name}
|
587
|
+
session:
|
588
|
+
authorization_is_required: Per participar en aquesta plataforma, cal que autoritzeu el vostre compte amb una autorització vàlida (%{authorizations}).
|
589
|
+
system:
|
590
|
+
organizations:
|
591
|
+
admin_allowed_authoritzations_help_html: |
|
592
|
+
Les administradores podran verificar manualment els participants amb aquests verificadors.
|
593
|
+
<br>Utilitzeu aquesta funció amb precaució, ja que pot provocar problemes de seguretat.
|
594
|
+
awesome_tweaks: Configuracions del Decidim Awesome
|
509
595
|
validators:
|
510
596
|
too_much_caps: Fa servir massa lletres majúscules (més %{percent}% del text)
|
511
597
|
voting:
|
data/config/locales/cs.yml
CHANGED
@@ -7,6 +7,9 @@ cs:
|
|
7
7
|
allow_images_in_proposals: Povolit obrázky v editoru návrhů
|
8
8
|
allow_videos_in_editors: Povolit videa v HTML editoru
|
9
9
|
auto_save_forms: Automaticky ukládat formuláře v místním úložišti
|
10
|
+
force_authorization_after_login: Vynutit autorizaci po přihlášení/registraci
|
11
|
+
force_authorization_help_text: Text nápovědy pro autorizační stránku
|
12
|
+
force_authorization_with_any_method: Povolit přístup, pokud je udělen některou z autorizací (ve výchozím nastavení jsou vyžadovány vše)
|
10
13
|
intergram_auto_no_response: Zpráva, která je odeslána jednu minutu poté, co uživatel odešle svou první zprávu a nebyla obdržena odpověď
|
11
14
|
intergram_auto_response: Zpráva, která je odeslána okamžitě poté, co uživatel odešle svou první zprávu
|
12
15
|
intergram_chat_id: ID Chatu
|
@@ -19,8 +22,10 @@ cs:
|
|
19
22
|
intergram_use_floating_button: Je-li zaškrtnuto, uzavřený chat je vždy tlačítko místo textu
|
20
23
|
proposal_custom_fields: 'Uživatelská pole #%{id}'
|
21
24
|
proposal_private_custom_fields: Soukromá vlastní pole %{id}
|
25
|
+
scoped_admin_styles: Vlastní styly číslo %{id}
|
22
26
|
scoped_admins: 'Skupina Škálovaní administrátoři #%{id}'
|
23
27
|
scoped_styles: Vlastní styly číslo %{id}
|
28
|
+
user_timezone: Umožnit uživatelům nastavit časové pásmo v profilu
|
24
29
|
validate_body_max_caps_percent: Maximální povolený procentní podíl velkých písmen pro tělo zprávy
|
25
30
|
validate_body_max_marks_together: Maximální počet po sobě jdoucích značek povolených v těle zprávy
|
26
31
|
validate_body_min_length: Minimální požadované znaky pro tělo zprávy
|
@@ -46,6 +51,10 @@ cs:
|
|
46
51
|
target: Otevře se v
|
47
52
|
url: URL
|
48
53
|
visibility: Viditelnost
|
54
|
+
organization:
|
55
|
+
awesome_admins_available_authorizations: Povolit správcům ručně ověřit uživatele s těmito autorizacemi
|
56
|
+
user:
|
57
|
+
user_time_zone: Osobní časové pásmo
|
49
58
|
decidim:
|
50
59
|
admin:
|
51
60
|
actions:
|
@@ -132,6 +141,9 @@ cs:
|
|
132
141
|
supported_last: Naposledy podporováno
|
133
142
|
za: Z-A (obrácená abeceda)
|
134
143
|
decidim_awesome:
|
144
|
+
account:
|
145
|
+
timezone_select:
|
146
|
+
time_zone_helper: Použijte vaše osobní časové pásmo pro zobrazení dat v místním čase, když jste přihlášeni.
|
135
147
|
admin:
|
136
148
|
actions: Akce
|
137
149
|
admin_accountability:
|
@@ -170,6 +182,26 @@ cs:
|
|
170
182
|
collaborator: Spolupracovník
|
171
183
|
moderator: Moderátor
|
172
184
|
valuator: Hodnotitel
|
185
|
+
admin_authorizations:
|
186
|
+
authorization:
|
187
|
+
confirm_destroy: Opravdu chcete zničit tuto autorizaci? To může ovlivnit přístup uživatele k platformě.
|
188
|
+
destroy: Zničit
|
189
|
+
granted_at: Uděleno v %{date}
|
190
|
+
metadata: Obsahuje metadata? %{metadata}
|
191
|
+
authorization_destroyed: Autorizace byla úspěšně zničena.
|
192
|
+
authorization_not_destroyed: Autorizaci nelze zničit!
|
193
|
+
authorization_transferred: 'Varování: Došlo k ověřovacímu konfliktu a ověření bylo převedeno na %{user}'
|
194
|
+
conflict: Existuje konflikt s existující autorizací
|
195
|
+
conflict_help_html: "Musíte vyřešit konflikt s uživatelem %{user} předtím, než budete moci autorizovat uživatele s touto autorizací.\n<br><br>\nKonflikt ověření se stane, když jiný uživatel má stejná data jako uživatel, který se pokoušíte autorizovat \nTento konflikt můžete vyřešit odstraněním konfliktní autorizace od jiného uživatele nebo použitím jiných dat tohoto uživatele.\n"
|
196
|
+
edit:
|
197
|
+
authorize: Autorizovat %{user} s %{name}
|
198
|
+
do_it_if_sure: Udělejte to pouze v případě, že jste si jisti, že uživatel má tuto autorizaci.
|
199
|
+
force_verification: Vynutit ověření s aktuálními údaji
|
200
|
+
force_verification_help: Ověření se nezdařilo, ale pokud jste si jisti, že uživatel má tuto autorizaci, můžete ho vynutit.
|
201
|
+
force_verification_reason: 'Uveďte důvod pro vynucení ověření:'
|
202
|
+
warning: 'Upozornění: Vynucením této autorizace přepíšete aktuální stav autorizace uživatele.'
|
203
|
+
user_authorized: "%{user} úspěšně autorizován s %{name}"
|
204
|
+
user_not_authorized: "%{user} nemohl být autorizován s %{name}"
|
173
205
|
checks:
|
174
206
|
index:
|
175
207
|
admin_head_tags: Úžasné tagy zahrnuté v hlavičce administrace aplikace
|
@@ -230,6 +262,8 @@ cs:
|
|
230
262
|
allow_videos_in_editors: Toto přidá ikonu video odkazu ve všech WYSIWYG editorech
|
231
263
|
auto_save_forms: Toto bude používat místní úložiště pro automatické ukládání dat zavedených uživateli do průzkumů a jiných formulářů během vyplňování. Data budou obnovena v budoucí návštěvě stejného prohlížeče v případě, že formulář nebude odeslán. Pokud je formulář odeslán, data budou odstraněna. Pokud uživatelé odstraní svá data z místního úložiště, data nebudou obnovena.
|
232
264
|
drag_and_drop_supported: Při nahrávání obrázků je podporováno vložení přetažením. Obrázky budou nahrány na server a vloženy jako externí zdroje (nepoužívá base64 inline kódování).
|
265
|
+
force_authorization_after_login: 'Pokud je povoleno, uživatelé budou po přihlášení nebo registraci přesměrováni na autorizační stránku, pokud nejsou uděleny některé z zadaných autorizací. To je užitečné, pokud chcete donutit uživatele k ověření pomocí specifické autorizace, než se budou moci vůbec přihlásit (např.: zabránit spamu).'
|
266
|
+
force_authorization_help_text: Přidejte vlastní text, který vysvětlí proč je potřeba autorizace. Také se ujistěte, že přidáte kontaktní metodu pro případ, že uživatelé potřebují pomoc.
|
233
267
|
intergram_about: Intergram používá Telegram messenger pro zpracování widgetu live podpory v dolní části stránky.
|
234
268
|
intergram_config: 'Pozvěte <a href="https://web.telegram.org/#/im?p=@IntergramBot">@Intergram bota</a> do vaší skupiny nebo začněte chatovat přímo. <a href="https://github.com/idoco/intergram#embed-intergram-in-your-website-with-these-2-simple-steps">+ info</a>'
|
235
269
|
original_editor_override: Od verze 0.26 je možné nahrávat obrázky do editorů (pouze pro administrátory). Proto zde nastavení obrázků ovlivňuje pouze veřejné editory (správce je bude mít vždy k dispozici).
|
@@ -242,15 +276,23 @@ cs:
|
|
242
276
|
%{warning}
|
243
277
|
Tento text lze přizpůsobit vlastním překladem pomocí klíče:
|
244
278
|
%{key}
|
279
|
+
scoped_admin_styles: Uvědomte si, že skrývání věcí zde může zanechat administrátorské prostředí nepoužitelné. Postupujte prosím opatrně.
|
280
|
+
scoped_admin_styles_variables: 'Můžete použít následující CSS proměnné pro nastavené barvy organizace:'
|
281
|
+
scoped_admin_styles_warning: "<strong>Varování</strong>: Zde přidejte vlastní CSS které platí pouze v tomto administrátoru."
|
245
282
|
scoped_admins: Povýšení běžného uživatele na administrátora, který může spravovat pouze určité části veřejného webu (k tomu použijte editor omezení). Všimněte si, že uživatelé, kteří již mají oprávnění běžného správce, budou ignorováni.
|
246
283
|
scoped_styles: Vytvořte vlastní CSS aplikovaný pouze na určitých částech veřejného webu (použijte pro to editor omezení)
|
247
284
|
scoped_styles_variables: 'Můžete použít následující CSS proměnné pro nastavené barvy organizace:'
|
285
|
+
user_timezone: Toto přidá vybrané pole do uživatelského profilu pro nastavení časového pásma. Toto bude použito k zobrazení dat a časů v místním čase uživatele.
|
248
286
|
validate_body_max_caps_percent: Nula nedovolí žádné velké písmeno, 100 bude nutit psát vše velkými písmeny
|
249
287
|
validate_body_max_marks_together: 'Omezit počet otazníků a vykřičníků, které lze psát dohromada. Např: Pokud je 2, pak ''!!!'' nebude v textu povoleno'
|
250
288
|
validate_body_min_length: Toto číslo může být nulové, toto pole bude ve skutečnosti nepovinné
|
251
289
|
validate_title_max_caps_percent: Nula nedovolí žádné velké písmeno, 100 bude nutit psát vše velkými písmeny
|
252
290
|
validate_title_max_marks_together: 'Omezit počet otazníků a vykřičníků, které lze psát dohromada. Např: Pokud je 2, pak ''!!!'' nebude v textu povoleno'
|
253
291
|
validate_title_min_length: Název je vždy povinný a toto číslo nemůže být nulové
|
292
|
+
verifications_html: |
|
293
|
+
Zde můžete vylepšit proces ověřování.<br>
|
294
|
+
<b>POZNÁMKA:</b> Uvědomte si, že změna těchto nastavení může zabránit některým uživatelům v přístupu k platformě. Používejte to s opatrností!<br><br>
|
295
|
+
Také berte na vědomí, že tato nastavení jsou aplikována na všechny uživatele. Administrátoři však budou mít vždy přístup k administraci.
|
254
296
|
validators:
|
255
297
|
body: Ověření vstupu uživatele pro pole "tělo"
|
256
298
|
title: Ověření uživatelem pro pole "Název"
|
@@ -264,6 +306,11 @@ cs:
|
|
264
306
|
new: Přidat nové "soukromé vlastní pole"
|
265
307
|
remove: Odstranit toto "ssoukromé vlastní pole"
|
266
308
|
sure_to_remove: Opravdu chcete zničit toto soukromé pole?
|
309
|
+
form_scoped_admin_styles:
|
310
|
+
delete: Smazat
|
311
|
+
new: Přidat nový "admin panel" CSS box
|
312
|
+
remove: Odstranit tento CSS box
|
313
|
+
sure_to_remove: Opravdu chcete zničit tento CSS box?
|
267
314
|
form_scoped_admins:
|
268
315
|
delete: Smazat
|
269
316
|
new: Přidání nové skupiny "Škálovaní administrátoři"
|
@@ -287,8 +334,11 @@ cs:
|
|
287
334
|
proposal_custom_fields: 'Vlastní pole návrhů: veřejná pole'
|
288
335
|
proposal_private_custom_fields: 'Vlastní pole návrhů: Soukromá pole'
|
289
336
|
proposals: Návrhy hacků
|
337
|
+
scoped_admin_styles: 'Vlastní styly: Panel administrace'
|
338
|
+
scoped_styles: 'Vlastní styly: Veřejné strany'
|
290
339
|
styles: Vlastní styly
|
291
340
|
surveys: Průzkumy a formuláře
|
341
|
+
verifications: Ověřovací / Schvalovací hacky
|
292
342
|
update:
|
293
343
|
error: Chyba při aktualizaci konfigurace! %{error}
|
294
344
|
success: Konfigurace byla úspěšně aktualizována
|
@@ -393,6 +443,7 @@ cs:
|
|
393
443
|
proposals: Návrhy hacků
|
394
444
|
styles: Vlastní styly
|
395
445
|
surveys: Průzkumy a formuláře
|
446
|
+
verifications: Ověření
|
396
447
|
menu_hacks:
|
397
448
|
create:
|
398
449
|
error: Chyba při vytváření položky menu! %{error}
|
@@ -431,6 +482,11 @@ cs:
|
|
431
482
|
error: Chyba při aktualizaci položky menu! %{error}
|
432
483
|
success: Položka menu byla úspěšne aktualizována
|
433
484
|
url_exists: Stejná adresa URL je již nakonfigurována, prosím upravte ji místo jejího vytvoření.
|
485
|
+
officializations:
|
486
|
+
authorizations: Autorizace
|
487
|
+
verification_modal:
|
488
|
+
authorizations_for: Autorizace pro %{user}
|
489
|
+
close: Zavřít
|
434
490
|
proposal_custom_fields:
|
435
491
|
menu:
|
436
492
|
title: Veřejná pole
|
@@ -439,9 +495,19 @@ cs:
|
|
439
495
|
private_data_last_update: Tato data byla naposledy aktualizována před %{time_ago}.
|
440
496
|
proposal_private_custom_fields: Soukromá pole
|
441
497
|
remove_private_data: "👉 Možná jej chcete odstranit"
|
498
|
+
scoped_admin_styles:
|
499
|
+
menu:
|
500
|
+
title: Panel administrace
|
501
|
+
scoped_styles:
|
502
|
+
menu:
|
503
|
+
title: Veřejný frontend
|
442
504
|
admin_log:
|
443
505
|
component:
|
444
506
|
destroy_private_data: "%{user_name} zničil %{count} položky soukromých dat pro %{resource_name} v %{space_name}"
|
507
|
+
user:
|
508
|
+
admin_creates_authorization: "%{user_name} ověřil %{resource_name} s %{handler_name}"
|
509
|
+
admin_destroys_authorization: "%{user_name} zničil ověření %{handler_name} na %{resource_name}"
|
510
|
+
admin_forces_authorization: "%{user_name} vynutil ověření %{handler_name} na %{resource_name}. Důvod: %{reason}"
|
445
511
|
amendments:
|
446
512
|
modal:
|
447
513
|
amendment_exists: Pozměňovací návrh již existuje
|
@@ -506,6 +572,26 @@ cs:
|
|
506
572
|
view_meeting: Zobrazit schůzku
|
507
573
|
view_proposal: Zobrazit návrh
|
508
574
|
proposal_private_custom_fields_disclosure: Tyto informace nebudou publikovány
|
575
|
+
required_authorizations:
|
576
|
+
index:
|
577
|
+
cancel: Udělám to za chvíli, %{link}.
|
578
|
+
granted_title: Udělená ověření
|
579
|
+
logout: dovolte mi odhlásit se
|
580
|
+
missing_title: Zatím neověřeno
|
581
|
+
resume_title: Čeká se na ověření
|
582
|
+
resume_with_method: Pokračovat v ověřování pomocí %{name}
|
583
|
+
title: Ověřte svou totožnost
|
584
|
+
verify_with_all_these_options: 'Před přístupem k platformě se prosím ověřte všemi těmito metodami:'
|
585
|
+
verify_with_any_of_these_options: 'Před přístupem k platformě si prosím ověřte alespoň jednu z těchto možností:'
|
586
|
+
verify_with_method: Ověřit pomocí %{name}
|
587
|
+
session:
|
588
|
+
authorization_is_required: Chcete-li se zúčastnit této platformy, musíte svůj účet autorizovat s platnou autorizací (%{authorizations}).
|
589
|
+
system:
|
590
|
+
organizations:
|
591
|
+
admin_allowed_authoritzations_help_html: |
|
592
|
+
Správci budou moci uživatele s těmito oprávněními ručně ověřovat.
|
593
|
+
<br>Používejte tuto funkci opatrně, protože může vést k bezpečnostním problémům.
|
594
|
+
awesome_tweaks: Decidim Awesome Tweaks
|
509
595
|
validators:
|
510
596
|
too_much_caps: Používá příliš mnoho velkých písmen (více než %{percent}% textu)
|
511
597
|
voting:
|
data/config/locales/de.yml
CHANGED
@@ -7,6 +7,9 @@ de:
|
|
7
7
|
allow_images_in_proposals: Bilder im Vorschlags-Editor erlauben
|
8
8
|
allow_videos_in_editors: Videos im HTML-Editor erlauben
|
9
9
|
auto_save_forms: Formulare automatisch lokal speichern
|
10
|
+
force_authorization_after_login: Autorisierung nach Anmelden/Registrierung erzwingen
|
11
|
+
force_authorization_help_text: Hilfetext für die Autorisierungsseite
|
12
|
+
force_authorization_with_any_method: Erlaube Zugriff, wenn eine der Genehmigungen erteilt wird (standardmäßig sind alle erforderlich)
|
10
13
|
intergram_auto_no_response: Diese Nachricht wird verschickt, sobald eine Minute seit der letzten vom Benutzer verfasste Nachricht verschickt wurde und keine Antwort eingetroffen ist
|
11
14
|
intergram_auto_response: Eine Nachricht, die unmittelbar nach dem Senden der ersten Nachricht des Benutzers gesendet wird
|
12
15
|
intergram_chat_id: Chat ID
|
@@ -19,8 +22,10 @@ de:
|
|
19
22
|
intergram_use_floating_button: Wenn aktiviert, ist der geschlossene Chat immer ein Button statt eines Textes
|
20
23
|
proposal_custom_fields: 'Eingabefeld #%{id}'
|
21
24
|
proposal_private_custom_fields: 'Privates Eingabefeld #%{id}'
|
25
|
+
scoped_admin_styles: Eigene Styles %{id}
|
22
26
|
scoped_admins: Eingeschränkte Admin-Gruppe %{id}
|
23
27
|
scoped_styles: Eigene Eingabefelder %{id}
|
28
|
+
user_timezone: Erlauben Sie Benutzern, ihre Zeitzone in ihrem Profil einzustellen
|
24
29
|
validate_body_max_caps_percent: Maximal erlaubter Prozentsatz an Großbuchstaben für den Textkörper
|
25
30
|
validate_body_max_marks_together: Maximal erlaubte aufeinanderfolgende Zeichen im Textkörper
|
26
31
|
validate_body_min_length: Minimale zwingend erforderliche Anzahl Zeichen im Textkörper
|
@@ -46,6 +51,10 @@ de:
|
|
46
51
|
target: Öffnet in
|
47
52
|
url: URL
|
48
53
|
visibility: Sichtbarkeit
|
54
|
+
organization:
|
55
|
+
awesome_admins_available_authorizations: Administratoren erlauben, Benutzer mit diesen Berechtigungen manuell zu verifizieren
|
56
|
+
user:
|
57
|
+
user_time_zone: Eigene Zeitzone
|
49
58
|
decidim:
|
50
59
|
admin:
|
51
60
|
actions:
|
@@ -132,7 +141,11 @@ de:
|
|
132
141
|
supported_last: Zuletzt unterstützt
|
133
142
|
za: Z-A (umgekehrt alphabetisch)
|
134
143
|
decidim_awesome:
|
144
|
+
account:
|
145
|
+
timezone_select:
|
146
|
+
time_zone_helper: Verwenden Sie Ihre eigene Zeitzone, um die Daten in Ihrer Ortszeit anzuzeigen, wenn Sie angemeldet sind.
|
135
147
|
admin:
|
148
|
+
actions: Aktionen
|
136
149
|
admin_accountability:
|
137
150
|
admin_roles:
|
138
151
|
admin: Superadministrator
|
@@ -169,6 +182,26 @@ de:
|
|
169
182
|
collaborator: Mitarbeiter
|
170
183
|
moderator: Moderator
|
171
184
|
valuator: Schätzer
|
185
|
+
admin_authorizations:
|
186
|
+
authorization:
|
187
|
+
confirm_destroy: Sind Sie sicher, dass Sie diese Berechtigung löschen möchten? Dies kann den Zugriff des Benutzers auf die Plattform beeinflussen.
|
188
|
+
destroy: Löschen
|
189
|
+
granted_at: Bewilligt am %{date}
|
190
|
+
metadata: Enthält Metadaten? %{metadata}
|
191
|
+
authorization_destroyed: Autorisierung erfolgreich gelöscht.
|
192
|
+
authorization_not_destroyed: Autorisierung konnte nicht gelöscht werden!
|
193
|
+
authorization_transferred: 'Warnung: Es gab einen Verifizierungskonflikt und die Verifizierung wurde an %{user} übertragen'
|
194
|
+
conflict: Es gibt einen Konflikt mit einer bestehenden Autorisierung
|
195
|
+
conflict_help_html: "Sie müssen den Konflikt mit dem Benutzer %{user} lösen, bevor Sie den Benutzer mit dieser Berechtigung autorisieren können.\n<br><br>\nEin Verifizierungskonflikt tritt auf, wenn ein anderer Benutzer die gleichen Daten hat wie der Benutzer, den Sie autorisieren möchten. \nSie können diesen Konflikt lösen, indem Sie die widersprüchliche Autorisierung des anderen Benutzers entfernen oder andere Daten für diesen Benutzer verwenden.\n"
|
196
|
+
edit:
|
197
|
+
authorize: '%{user} mit %{name} autorisieren'
|
198
|
+
do_it_if_sure: Tun Sie dies nur, wenn Sie sicher sind, dass der Benutzer diese Berechtigung hat.
|
199
|
+
force_verification: Verifizierung mit den aktuellen Daten erzwingen
|
200
|
+
force_verification_help: Überprüfung ist fehlgeschlagen, aber Sie können sie erzwingen, wenn Sie sicher sind, dass der Benutzer diese Berechtigung hat.
|
201
|
+
force_verification_reason: 'Geben Sie einen Grund an, um die Überprüfung zu erzwingen:'
|
202
|
+
warning: 'Warnung: Indem Sie diese Autorisierung erzwingen, überschreiben Sie den aktuellen Autorisierungsstatus des Benutzers.'
|
203
|
+
user_authorized: "%{user} erfolgreich autorisiert mit %{name}"
|
204
|
+
user_not_authorized: "%{user} konnte nicht mit %{name} autorisiert werden"
|
172
205
|
checks:
|
173
206
|
index:
|
174
207
|
admin_head_tags: Angezeigte Awesome Tags im Admin Application Header
|
@@ -229,6 +262,8 @@ de:
|
|
229
262
|
allow_videos_in_editors: Dies fügt ein Video-Upload-Symbol in allen WYSIWYG-Editoren hinzu
|
230
263
|
auto_save_forms: Formulare automatisch speichern
|
231
264
|
drag_and_drop_supported: Drag and Drop unterstützen
|
265
|
+
force_authorization_after_login: 'Wenn aktiviert, werden Benutzer nach Login oder Registrierung auf die Autorisierungsseite weitergeleitet, wenn einige der angegebenen Autorisierungen nicht gewährt werden. Dies ist nützlich, wenn Sie Benutzer mit einer bestimmten Berechtigung verifizieren wollen, bevor sie sich überhaupt einloggen können (z. B. um Spam zu verhindern).'
|
266
|
+
force_authorization_help_text: Fügen Sie einen benutzerdefinierten Text hinzu, um zu erklären, warum eine Autorisierung erforderlich ist. Stellen Sie auch sicher, dass Sie eine Kontaktmethode hinzufügen, falls Benutzer Hilfe benötigen.
|
232
267
|
intergram_about: Über Intergram
|
233
268
|
intergram_config: Intergram Konfiguration
|
234
269
|
original_editor_override: Seit Version 0.26 ist es für Administratoren möglich Bilder in die Editoren hochzuladen. Daher betreffen die Bildeinstellungen hier nur die öffentlich sichtbaren Editoren. Administratoren steht diese Funktion immer zur Verfügung.
|
@@ -241,15 +276,23 @@ de:
|
|
241
276
|
%{warning}
|
242
277
|
Dieser Text kann mit einer benutzerdefinierten Übersetzung durch Verwendung des Schlüssels angepasst werden:
|
243
278
|
%{key}
|
279
|
+
scoped_admin_styles: Seien Sie sich bewusst, dass das Verstecken von Dingen den Administrator unbrauchbar machen könnte. Bitte handeln Sie mit Vorsicht.
|
280
|
+
scoped_admin_styles_variables: 'Sie können die folgenden CSS-Variablen für die benutzerdefinierter Farben der Organisation verwenden:'
|
281
|
+
scoped_admin_styles_warning: "<strong>Warnung</strong>: Fügen Sie hier benutzerdefiniertes CSS hinzu, das nur in diesem Admin-Backend gilt."
|
244
282
|
scoped_admins: Befördern Sie normale Benutzer zu Administratoren, die nur bestimmte Teile der öffentlichen Seite verwalten können (verwenden Sie dazu den Editor für Einschränkungen). Beachten Sie, dass Benutzer, die bereits reguläre Administratorrechte haben, ignoriert werden. For instance, if having configured /my-origin => /my-destination, a request to /my-origin?locale=ca will be redirected to "/my-destination?locale=ca".
|
245
283
|
scoped_styles: Erstellen Sie benutzerdefinierte CSS, die nur in bestimmten Bereichen der öffentlichen Seite gelten (vewenden Sie dazu die Einschränkungen)
|
246
284
|
scoped_styles_variables: 'Sie können die folgenden CSS-Variablen für die benutzerdefinierter Farben der Organisation verwenden:'
|
285
|
+
user_timezone: Dadurch wird ein Auswahlfeld im Benutzerprofil hinzugefügt, um die Zeitzone festzulegen. Dies wird verwendet, um Datums- und Zeitangaben in der Ortszeit des Benutzers anzuzeigen.
|
247
286
|
validate_body_max_caps_percent: 0 lässt keinen Großbuchstaben zu, 100 lässt ausschliesslich Großbuchstaben zu
|
248
287
|
validate_body_max_marks_together: 'Begrenzt die Anzahl der Frage- und Ausrufezeichen, die zusammen geschrieben werden können. Zum Beispiel: Der Wert 2 führt dazu, dass ''!!!'' im Text nicht erlaubt ist'
|
249
288
|
validate_body_min_length: Diese Zahl kann Null sein, was das Feld dann effektiv als "nicht obligatorisch" setzt
|
250
289
|
validate_title_max_caps_percent: 0 lässt keinen Großbuchstaben zu, 100 lässt ausschliesslich Großbuchstaben zu
|
251
290
|
validate_title_max_marks_together: 'Begrenzt die Anzahl der Frage- und Ausrufezeichen, die zusammen geschrieben werden können. Zum Beispiel: Der Wert 2 führt dazu, dass ''!!!'' im Text nicht erlaubt ist'
|
252
291
|
validate_title_min_length: Der Titel ist immer obligatorisch und diese Zahl kann nicht Null sein
|
292
|
+
verifications_html: |
|
293
|
+
Hier können Sie einige Änderungen am Verifizierungsprozess vornehmen.<br>
|
294
|
+
<b>HINWEIS:</b> Beachten Sie, dass das Ändern dieser Einstellungen einige Benutzer am Zugriff auf die Plattform hindern könnte. Verwenden Sie es mit Vorsicht!<br><br>
|
295
|
+
Beachten Sie auch, dass diese Einstellungen auf alle Benutzer angewendet werden. Administratoren haben jedoch immer Zugriff auf das Admin-Backend.
|
253
296
|
validators:
|
254
297
|
body: Eingabevalidierungen für das Feld "Textkörper"
|
255
298
|
title: Eingabevalidierungen für das Feld "Titel"
|
@@ -263,6 +306,11 @@ de:
|
|
263
306
|
new: Neues privates Eingabefeld hinzufügen
|
264
307
|
remove: Privates Eingabefeld entfernen
|
265
308
|
sure_to_remove: Bist du sicher, dass du dieses private Eingabefeld entfernen möchtest?
|
309
|
+
form_scoped_admin_styles:
|
310
|
+
delete: Löschen
|
311
|
+
new: Füge ein neues "Admin-Panel" CSS-Feld hinzu
|
312
|
+
remove: CSS Box entfernen
|
313
|
+
sure_to_remove: Sind Sie sicher, dass Sie diese CSS-Box entfernen möchten?
|
266
314
|
form_scoped_admins:
|
267
315
|
delete: Löschen
|
268
316
|
new: Hinzufügen einer neuen "Eingeschränkte Admins"-Gruppe
|
@@ -286,8 +334,11 @@ de:
|
|
286
334
|
proposal_custom_fields: 'Benutzerdefinierte Felder: Öffentliche Felder'
|
287
335
|
proposal_private_custom_fields: 'Benutzerdefinierte Felder: Private Felder'
|
288
336
|
proposals: Vorschläge
|
337
|
+
scoped_admin_styles: 'Benutzerdefinierte Stile: Admin-Panel'
|
338
|
+
scoped_styles: 'Benutzerdefinierte Stile: Öffentliches Frontend'
|
289
339
|
styles: Eigene Styles
|
290
340
|
surveys: Umfragen
|
341
|
+
verifications: Überprüfungen / Autorisierungshacks
|
291
342
|
update:
|
292
343
|
error: Fehler beim Aktualisieren der Konfiguration! %{error}
|
293
344
|
success: Konfiguration erfolgreich aktualisiert
|
@@ -343,6 +394,36 @@ de:
|
|
343
394
|
update:
|
344
395
|
error: Fehler beim Aktualisieren der Umleitung! %{error}
|
345
396
|
success: Umleitung erfolgreich aktualisiert
|
397
|
+
maintenance:
|
398
|
+
private_data:
|
399
|
+
component: Bereich / Komponente
|
400
|
+
confirm_delete: Sind Sie sicher, dass Sie alle privaten Daten für diese Ressource löschen möchten? Dies kann nicht rückgängig gemacht werden.
|
401
|
+
delete: Alle löschen
|
402
|
+
destroying_private_data: Die privaten Daten für %{title} werden gelöscht. Bitte versuchen Sie es in ein paar Minuten noch einmal.
|
403
|
+
done: Erledigt
|
404
|
+
help_html: |
|
405
|
+
Mit diesem Tool können Sie alle privaten Daten für einen bestimmten Beteiligungsbereich oder eine bestimmte Komponente löschen. Dieser Vorgang ist irreversibel und entfernt alle privaten Daten aus der Datenbank.
|
406
|
+
<br><br>
|
407
|
+
<strong> Was sind private Daten?</strong>
|
408
|
+
<br>
|
409
|
+
Private Daten sind alle Informationen, die nicht öffentlich verfügbar sind und nur für Administratoren zugänglich sind. Dazu gehören derzeit auch Informationen aus privaten benutzerdefinierten Feldern.
|
410
|
+
<br><br>
|
411
|
+
<strong>Was passiert, wenn ich private Daten lösche?</strong>
|
412
|
+
<br>
|
413
|
+
Wenn Sie private Daten löschen, werden alle privaten Informationen für den ausgewählten Mitwirkungsbereich oder die ausgewählte Komponente dauerhaft aus der Datenbank entfernt. Zu Prüfzwecken wird ein Protokoll dieser Aktion im System gespeichert.
|
414
|
+
<br><br>
|
415
|
+
<strong>Was geschieht mit öffentlichen Daten?</strong>
|
416
|
+
<br> Öffentliche Daten sind von dieser Aktion nicht betroffen. Es werden nur private Daten gelöscht.
|
417
|
+
<br><br>
|
418
|
+
<strong>Gibt es eine Mindestwartezeit vor dem Löschen privater Daten?</strong>
|
419
|
+
<br>
|
420
|
+
Ja, Sie können keine privaten Daten löschen, wenn die letzte Aktualisierung weniger als %{time_ago} zurückliegt. Sie können diese Konfiguration in der Initialisierungsdatei ändern.
|
421
|
+
items_count: Betroffene Gesamtmenge
|
422
|
+
last_date: Letzte Aktualisierung
|
423
|
+
no_data: Es wurden keine privaten Daten gefunden, die älter sind als %{time_ago}
|
424
|
+
not_destroyable: Diese Ressource kann nicht gelöscht werden
|
425
|
+
removing: Entfernen...
|
426
|
+
time_ago: "vor %{time}"
|
346
427
|
menu:
|
347
428
|
admins: Eingeschränkte Admins
|
348
429
|
custom_redirects: Benutzerdefinierte Umleitungen
|
@@ -350,11 +431,14 @@ de:
|
|
350
431
|
livechat: Live-Chat
|
351
432
|
maintenance:
|
352
433
|
checks: Checks
|
434
|
+
maintenance: Wartung
|
435
|
+
private_data: Persönliche Daten
|
353
436
|
menu_hacks: Menüanpassungen
|
354
437
|
proposal_custom_fields: 'Vorschläge: Eigene Eingabefelder'
|
355
438
|
proposals: Vorschläge
|
356
439
|
styles: Eigene Styles
|
357
440
|
surveys: Umfragen
|
441
|
+
verifications: Verifizierungen
|
358
442
|
menu_hacks:
|
359
443
|
create:
|
360
444
|
error: Fehler beim Erstellen des Menüpunkts! %{error}
|
@@ -393,11 +477,32 @@ de:
|
|
393
477
|
error: Fehler beim Aktualisieren des Menüpunkts! %{error}
|
394
478
|
success: Menüpunkt erfolgreich aktualisiert
|
395
479
|
url_exists: Die gleiche URL ist bereits konfiguriert. bitte bearbeiten Sie diese, anstatt sie neu zu erstellen.
|
480
|
+
officializations:
|
481
|
+
authorizations: Autorisierungen
|
482
|
+
verification_modal:
|
483
|
+
authorizations_for: Autorisierungen für %{user}
|
484
|
+
close: Schliessen
|
396
485
|
proposal_custom_fields:
|
397
486
|
menu:
|
398
487
|
title: Öffentlich sichtbare Felder
|
399
488
|
private_body: Privater Textkörper
|
489
|
+
private_data_last_remove: Diese Daten wurden vor %{time_ago} gelöscht.
|
490
|
+
private_data_last_update: Diese Daten wurden vor %{time_ago} gelöscht.
|
400
491
|
proposal_private_custom_fields: Private Felder
|
492
|
+
remove_private_data: "👉 Sie können es entfernen"
|
493
|
+
scoped_admin_styles:
|
494
|
+
menu:
|
495
|
+
title: Admin Panel
|
496
|
+
scoped_styles:
|
497
|
+
menu:
|
498
|
+
title: Öffentliches Frontend
|
499
|
+
admin_log:
|
500
|
+
component:
|
501
|
+
destroy_private_data: "%{user_name} hat %{count} private Daten für %{resource_name} in %{space_name} gelöscht"
|
502
|
+
user:
|
503
|
+
admin_creates_authorization: "%{user_name} verifizierte %{resource_name} mit %{handler_name}"
|
504
|
+
admin_destroys_authorization: "%{user_name} hat die Verifizierung %{handler_name} auf %{resource_name} gelöscht"
|
505
|
+
admin_forces_authorization: "%{user_name} erzwang die Verifizierung %{handler_name} auf %{resource_name}. Grund: %{reason}"
|
401
506
|
amendments:
|
402
507
|
modal:
|
403
508
|
amendment_exists: Eine Änderung existiert bereits
|
@@ -454,6 +559,26 @@ de:
|
|
454
559
|
view_meeting: Sitzung ansehen
|
455
560
|
view_proposal: Vorschlag ansehen
|
456
561
|
proposal_private_custom_fields_disclosure: Diese Informationen werden nicht veröffentlicht
|
562
|
+
required_authorizations:
|
563
|
+
index:
|
564
|
+
cancel: Ich werde das in einem anderen Moment tun, %{link}.
|
565
|
+
granted_title: Gewährte Verifizierungen
|
566
|
+
logout: abmelden lassen
|
567
|
+
missing_title: Noch nicht verifiziert
|
568
|
+
resume_title: Ausstehende Verifizierungen
|
569
|
+
resume_with_method: Verifizierung mit %{name} fortsetzen
|
570
|
+
title: Verifizieren Sie Ihre Identität
|
571
|
+
verify_with_all_these_options: 'Bitte verifizieren Sie sich mit all diesen Methoden, bevor Sie auf die Plattform zugreifen können:'
|
572
|
+
verify_with_any_of_these_options: 'Bitte verifizieren Sie sich mit mindestens einer dieser Optionen, bevor Sie auf die Plattform zugreifen können:'
|
573
|
+
verify_with_method: Mit %{name} verifizieren
|
574
|
+
session:
|
575
|
+
authorization_is_required: Um an dieser Plattform teilzunehmen, müssen Sie Ihr Konto mit einer gültigen Berechtigung autorisieren (%{authorizations}).
|
576
|
+
system:
|
577
|
+
organizations:
|
578
|
+
admin_allowed_authoritzations_help_html: |
|
579
|
+
Admins können Benutzer mit diesen Berechtigungen manuell verifizieren.
|
580
|
+
<br>Diese Funktion mit Vorsicht nutzen, da dies zu Sicherheitsproblemen führen kann.
|
581
|
+
awesome_tweaks: Decidim Awesome Optimierungen
|
457
582
|
validators:
|
458
583
|
too_much_caps: Es werden zu viele Großbuchstaben verwendet (über %{percent}% des Textes)
|
459
584
|
voting:
|
@@ -497,6 +622,12 @@ de:
|
|
497
622
|
layouts:
|
498
623
|
decidim:
|
499
624
|
decidim_awesome:
|
625
|
+
admin:
|
626
|
+
maintenance:
|
627
|
+
title: 'Wartungswerkzeuge: %{title}'
|
628
|
+
titles:
|
629
|
+
checks: Systemkompatibilitätsprüfungen
|
630
|
+
private_data: Bereinigung personenbezogener Daten
|
500
631
|
awesome_config:
|
501
632
|
amendments: Änderungsvorschläge
|
502
633
|
autosaved_error: Automatisches Speichern fehlgeschlagen
|