decidim-core 0.26.4 → 0.26.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/announcement_cell.rb +1 -1
- data/app/cells/decidim/content_blocks/cta_cell.rb +1 -1
- data/app/cells/decidim/content_blocks/hero/show.erb +1 -1
- data/app/cells/decidim/content_blocks/highlighted_content_banner/show.erb +1 -1
- data/app/cells/decidim/content_blocks/sub_hero_cell.rb +1 -1
- data/app/cells/decidim/newsletter_templates/base_cell.rb +8 -0
- data/app/cells/decidim/newsletter_templates/basic_only_text/show.erb +4 -4
- data/app/cells/decidim/newsletter_templates/image_text_cta/show.erb +4 -4
- data/app/commands/decidim/unendorse_resource.rb +1 -1
- data/app/controllers/decidim/groups_controller.rb +5 -0
- data/app/controllers/decidim/links_controller.rb +10 -11
- data/app/controllers/decidim/profiles_controller.rb +1 -1
- data/app/helpers/decidim/cells_helper.rb +1 -0
- data/app/helpers/decidim/external_domain_helper.rb +14 -3
- data/app/helpers/decidim/icon_helper.rb +3 -3
- data/app/helpers/decidim/newsletters_helper.rb +1 -0
- data/app/helpers/decidim/sanitize_helper.rb +15 -5
- data/app/mailers/decidim/newsletter_mailer.rb +10 -3
- data/app/models/decidim/newsletter.rb +28 -0
- data/app/models/decidim/scope_type.rb +28 -0
- data/app/models/decidim/user.rb +0 -2
- data/app/models/decidim/user_base_entity.rb +2 -0
- data/app/models/decidim/user_block.rb +2 -2
- data/app/models/decidim/user_group.rb +1 -1
- data/app/packs/src/decidim/editor/clipboard_override.js +6 -2
- data/app/packs/src/decidim/editor.js +63 -33
- data/app/packs/src/decidim/form_filter.component.test.js +148 -5
- data/app/packs/src/decidim/form_filter.js +26 -4
- data/app/packs/stylesheets/decidim/_editor.scss +129 -0
- data/app/packs/stylesheets/decidim/email.scss +7 -0
- data/app/packs/stylesheets/decidim/extras/_quill.scss +0 -6
- data/app/packs/stylesheets/decidim/modules/_buttons.scss +10 -6
- data/app/packs/stylesheets/decidim/modules/_cards.scss +1 -1
- data/app/packs/stylesheets/decidim/modules/_comments.scss +24 -0
- data/app/packs/stylesheets/decidim/vizzs/_linechart.scss +2 -2
- data/app/packs/stylesheets/decidim/vizzs/_rowchart.scss +2 -2
- data/app/presenters/decidim/admin_log/user_group_presenter.rb +1 -1
- data/app/presenters/decidim/admin_log/user_moderation_presenter.rb +1 -1
- data/app/presenters/decidim/notification_presenter.rb +1 -1
- data/app/presenters/decidim/user_group_presenter.rb +1 -1
- data/app/presenters/decidim/user_presenter.rb +1 -1
- data/app/scrubbers/decidim/admin_input_scrubber.rb +27 -0
- data/app/scrubbers/decidim/user_input_scrubber.rb +32 -5
- data/app/services/decidim/traceability.rb +1 -0
- data/app/views/decidim/links/_invalid_url_modal.html.erb +17 -0
- data/app/views/decidim/links/_modal.html.erb +1 -1
- data/app/views/decidim/links/invalid_url.js.erb +24 -0
- data/app/views/decidim/links/new.html.erb +1 -1
- data/app/views/decidim/messaging/conversations/_conversation.html.erb +1 -5
- data/app/views/decidim/newsletter_mailer/newsletter.html.erb +3 -3
- data/app/views/decidim/newsletters/show.html.erb +1 -1
- data/app/views/decidim/pages/_standalone.html.erb +1 -1
- data/app/views/decidim/pages/_tabbed.html.erb +1 -1
- data/app/views/layouts/decidim/_mailer_logo.html.erb +2 -2
- data/app/views/layouts/decidim/newsletter_base.html.erb +2 -2
- data/config/locales/ar.yml +427 -11
- data/config/locales/bg.yml +6 -8
- data/config/locales/ca.yml +36 -30
- data/config/locales/cs.yml +27 -32
- data/config/locales/da.yml +3 -0
- data/config/locales/de.yml +4 -26
- data/config/locales/el.yml +6 -9
- data/config/locales/en.yml +21 -15
- data/config/locales/eo.yml +2 -1
- data/config/locales/es-MX.yml +28 -22
- data/config/locales/es-PY.yml +28 -22
- data/config/locales/es.yml +34 -28
- data/config/locales/et.yml +3 -0
- data/config/locales/eu.yml +108 -85
- data/config/locales/fa-IR.yml +1 -0
- data/config/locales/fi-plain.yml +6 -21
- data/config/locales/fi.yml +24 -18
- data/config/locales/fr-CA.yml +26 -20
- data/config/locales/fr.yml +24 -18
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +2 -26
- data/config/locales/gn-PY.yml +3 -0
- data/config/locales/hr.yml +3 -0
- data/config/locales/hu.yml +52 -29
- data/config/locales/id-ID.yml +7 -8
- data/config/locales/is-IS.yml +2 -2
- data/config/locales/it.yml +2 -16
- data/config/locales/ja.yml +29 -39
- data/config/locales/ka-GE.yml +4 -0
- data/config/locales/kaa.yml +1 -0
- data/config/locales/lb.yml +0 -8
- data/config/locales/lt.yml +0 -37
- data/config/locales/lv.yml +5 -7
- data/config/locales/nl.yml +1 -24
- data/config/locales/no.yml +3 -30
- data/config/locales/oc-FR.yml +2 -0
- data/config/locales/pl.yml +2 -38
- data/config/locales/pt-BR.yml +2 -10
- data/config/locales/pt.yml +0 -8
- data/config/locales/ro-RO.yml +10 -11
- data/config/locales/ru.yml +6 -4
- data/config/locales/sk.yml +8 -9
- data/config/locales/sl.yml +1 -0
- data/config/locales/sr-CS.yml +2 -0
- data/config/locales/sv.yml +3 -29
- data/config/locales/tr-TR.yml +7 -12
- data/config/locales/uk.yml +6 -4
- data/config/locales/zh-CN.yml +3 -8
- data/config/locales/zh-TW.yml +1712 -0
- data/lib/decidim/api/types/localized_string_type.rb +9 -0
- data/lib/decidim/api/types/translated_field_type.rb +20 -5
- data/lib/decidim/core/test/factories.rb +13 -6
- data/lib/decidim/core/test/shared_examples/comments_examples.rb +36 -0
- data/lib/decidim/core/test/shared_examples/editor_shared_examples.rb +10 -0
- data/lib/decidim/core/test/shared_examples/rich_text_editor_examples.rb +7 -3
- data/lib/decidim/core/test.rb +1 -0
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/form_builder.rb +1 -2
- data/lib/decidim/participatory_space_resourceable.rb +7 -1
- data/lib/decidim/publicable.rb +4 -0
- metadata +13 -6
data/config/locales/bg.yml
CHANGED
@@ -300,6 +300,8 @@ bg:
|
|
300
300
|
explanation_html: За да изпълните това действие, първо се идентифицирайте, но преди това потвърдете вашата ел. поща <strong>%{email}</strong>.
|
301
301
|
request_confirmation_instructions: Заявка на инструкции за потвърждение
|
302
302
|
title: Потвърдете Вашата ел. поща
|
303
|
+
show:
|
304
|
+
close_modal: Затвори прозорчето
|
303
305
|
collapsible_list:
|
304
306
|
hidden_elements_count:
|
305
307
|
one: и още %{count}
|
@@ -749,6 +751,9 @@ bg:
|
|
749
751
|
index:
|
750
752
|
last_activity: Последна активност
|
751
753
|
resource_type: Тип
|
754
|
+
links:
|
755
|
+
warning:
|
756
|
+
close_modal: Затвори прозорчето
|
752
757
|
log:
|
753
758
|
base_presenter:
|
754
759
|
create: "%{user_name} създаде %{resource_name}"
|
@@ -856,7 +861,6 @@ bg:
|
|
856
861
|
newsletter_mailer:
|
857
862
|
newsletter:
|
858
863
|
note: Получихте това писмо, защото сте абонирани за бюлетини на %{organization_name}. Можете да промените вашите настройки на <a href="%{link}">страницата "известия"</a>.
|
859
|
-
see_on_website: Не виждате това писмо правилно? Вижте го на <a href="%{link}" target="_blank">сайта</a>.
|
860
864
|
unsubscribe: За да се откажете от получаването на такъв тип писма <a href="%{link}" target="_blank" class="unsubscribe">Отпишете се</a>.
|
861
865
|
newsletter_templates:
|
862
866
|
basic_only_text:
|
@@ -968,15 +972,12 @@ bg:
|
|
968
972
|
legend: Съгласявам се с общите условия за ползване
|
969
973
|
refuse:
|
970
974
|
modal_body: Ако откажете, не може да използвате платформата, но можете да<a href="%{data_portability_path}">свалите данните си</a> и/или <a href="%{delete_path}">изтриете профила</a>.
|
971
|
-
modal_btn_continue: Приемам условията и продължавам
|
972
975
|
modal_btn_exit: Ще ги прегледам по-късно
|
973
|
-
modal_button: Отказвам условията
|
974
976
|
modal_close: Затвори прозорчето
|
975
977
|
modal_title: Наистина ли отказвате обновените Общи условия?
|
976
978
|
required_review:
|
977
979
|
alert: Обновихме нашите Общи условия, моля прегледайте ги.
|
978
980
|
body: Моля, отделете време за да прегледате обновените Общи условия. В противен случай не може да използвате платформата.
|
979
|
-
title: 'Задължително: Прегледайте обновените Общи условия'
|
980
981
|
participatory_space_private_users:
|
981
982
|
not_allowed: Нямате права да преглеждате това съдържание
|
982
983
|
profile:
|
@@ -1100,9 +1101,6 @@ bg:
|
|
1100
1101
|
share_link: Сподели връзка
|
1101
1102
|
statistics:
|
1102
1103
|
comments_count: Коментари
|
1103
|
-
user_activity:
|
1104
|
-
index:
|
1105
|
-
no_activities_warning: Този участник все още не е имал активност.
|
1106
1104
|
user_contact_disabled: Този участник не приема директни съобщения.
|
1107
1105
|
user_conversations:
|
1108
1106
|
create:
|
@@ -1379,7 +1377,7 @@ bg:
|
|
1379
1377
|
widget:
|
1380
1378
|
see_more: Виж още
|
1381
1379
|
locale:
|
1382
|
-
name:
|
1380
|
+
name: български език
|
1383
1381
|
password_validator:
|
1384
1382
|
domain_included_in_password: е твърде подобно на името на домейна
|
1385
1383
|
email_included_in_password: е твърде подобно на Вашата ел. поща
|
data/config/locales/ca.yml
CHANGED
@@ -93,24 +93,26 @@ ca:
|
|
93
93
|
other: al voltant de %{count} mesos
|
94
94
|
half_a_minute: mig minut
|
95
95
|
less_than_x_minutes:
|
96
|
-
one: menys d
|
97
|
-
other: menys de %{count} minuts
|
96
|
+
one: fa menys d'un minut
|
97
|
+
other: fa menys de %{count} minuts
|
98
98
|
less_than_x_seconds:
|
99
|
-
one:
|
100
|
-
other: menys de %{count} segons
|
99
|
+
one: fa menys d'un segon
|
100
|
+
other: fa menys de %{count} segons
|
101
101
|
x_days:
|
102
|
-
one:
|
103
|
-
other: "
|
102
|
+
one: 1 dia
|
103
|
+
other: "%{count} dies"
|
104
104
|
x_hours:
|
105
|
-
one:
|
106
|
-
other: "
|
105
|
+
one: 1 hora
|
106
|
+
other: "%{count} hores"
|
107
107
|
x_minutes:
|
108
|
-
one:
|
109
|
-
other: "
|
108
|
+
one: 1 minut
|
109
|
+
other: "%{count} minuts"
|
110
|
+
x_months:
|
111
|
+
one: 1 mes
|
112
|
+
other: "%{count} mesos"
|
110
113
|
x_seconds:
|
111
|
-
one:
|
112
|
-
other: "
|
113
|
-
zero: ara mateix
|
114
|
+
one: 1 segon
|
115
|
+
other: "%{count} segons"
|
114
116
|
decidim:
|
115
117
|
accessibility:
|
116
118
|
external_link: Enllaç extern
|
@@ -196,7 +198,9 @@ ca:
|
|
196
198
|
unblock: "%{user_name} ha desbloquejat a la usuària %{resource_name}"
|
197
199
|
unofficialize: "%{user_name} ha desoficialitzat la participant %{resource_name}"
|
198
200
|
user_group:
|
201
|
+
block: "%{user_name} ha bloquejat al grup d'usuàries %{resource_name}"
|
199
202
|
reject: "%{user_name} ha rebutjat la verificació del grup %{resource_name}"
|
203
|
+
unblock: "%{user_name} ha desbloquejat al grup d'usuàries %{resource_name}"
|
200
204
|
verify: "%{user_name} ha verificat el grup %{resource_name}"
|
201
205
|
verify_via_csv: "%{user_name} ha verificat el grup %{resource_name} a través d'un fitxer CSV"
|
202
206
|
user_moderation:
|
@@ -230,7 +234,7 @@ ca:
|
|
230
234
|
success: L'esborrany d'esmena s'ha eliminat correctament.
|
231
235
|
edit_draft:
|
232
236
|
discard: Descarta aquest esborrany
|
233
|
-
discard_confirmation:
|
237
|
+
discard_confirmation: Segur que vols descartar l'esborrany d'aquesta esmena?
|
234
238
|
send: Vista prèvia
|
235
239
|
title: Edita l'esborrany d'esmena
|
236
240
|
emendation:
|
@@ -370,7 +374,7 @@ ca:
|
|
370
374
|
request_confirmation_instructions: Sol·licita instruccions de confirmació
|
371
375
|
title: Confirma el teu correu electrònic
|
372
376
|
show:
|
373
|
-
close_modal:
|
377
|
+
close_modal: Tanca modal
|
374
378
|
block_user_mailer:
|
375
379
|
notify:
|
376
380
|
body_1: El teu compte ha estat bloquejat.
|
@@ -516,9 +520,9 @@ ca:
|
|
516
520
|
close_modal: Tanca modal
|
517
521
|
uncheck: Deixa desmarcada
|
518
522
|
notice: |-
|
519
|
-
<p>Hola,
|
520
|
-
Si us plau,
|
521
|
-
Per a nosaltres és molt important que
|
523
|
+
<p>Hola, segur que no vols rebre un butlletí?<br>
|
524
|
+
Si us plau, pren en consideració marcar la casella de selecció de butlletí a continuació.<br>
|
525
|
+
Per a nosaltres és molt important que rebis correus electrònics ocasionals per fer avisos importants, sempre pots canviar-ho a la pàgina de configuració de les notificacions.</p>
|
522
526
|
<p>Si no marques la casella, pot ser que et falti informació rellevant sobre noves oportunitats de participació dins de la plataforma.<br>
|
523
527
|
Si encara vols evitar rebre butlletins, entenem perfectament la teva decisió.</p>
|
524
528
|
<p>Gràcies per llegir això.</p>
|
@@ -689,7 +693,7 @@ ca:
|
|
689
693
|
resource_hidden:
|
690
694
|
email_intro: Una administradora ha eliminat el teu %{resource_type} degut a que has estat reportada com a %{report_reasons}.
|
691
695
|
email_outro: Has rebut aquesta notificació perquè ets autora d'un contingut eliminat.
|
692
|
-
email_subject: S'ha eliminat el teu %{resource_type}
|
696
|
+
email_subject: S'ha eliminat el/la teu/teva %{resource_type}
|
693
697
|
notification_title: |-
|
694
698
|
Una administradora ha eliminat el teu %{resource_type} degut a que has estat reportada com a %{report_reasons}..</br>
|
695
699
|
<i>%{resource_content}</i>
|
@@ -794,7 +798,7 @@ ca:
|
|
794
798
|
reached_top: Has arribat al màxim nivell d'aquesta insígnia.
|
795
799
|
group_admins:
|
796
800
|
actions:
|
797
|
-
are_you_sure:
|
801
|
+
are_you_sure: Segur? Això no eliminarà la participant del grup.
|
798
802
|
demote_admin: Elimina l'administradora
|
799
803
|
demote:
|
800
804
|
error: S'ha produït un error en eliminar aquesta participant de la llista d'administradores
|
@@ -823,7 +827,7 @@ ca:
|
|
823
827
|
error: S'ha produït un error en acceptar aquesta sol·licitud d'incorporació al grup
|
824
828
|
success: Sol·licitud acceptada correctament
|
825
829
|
actions:
|
826
|
-
are_you_sure:
|
830
|
+
are_you_sure: Segur?
|
827
831
|
promote_to_admin: Fer administrador
|
828
832
|
remove_from_group: Eliminar participant
|
829
833
|
index:
|
@@ -840,7 +844,7 @@ ca:
|
|
840
844
|
success: La participant s'ha eliminat correctament del grup
|
841
845
|
groups:
|
842
846
|
actions:
|
843
|
-
are_you_sure:
|
847
|
+
are_you_sure: Segur?
|
844
848
|
create:
|
845
849
|
error: S'ha produït un errot en crear el grup
|
846
850
|
success: Grup creat correctament
|
@@ -896,7 +900,7 @@ ca:
|
|
896
900
|
body_1: Estàs a punt de visitar un enllaç extern i et recomanem que siguis prudent pel que fa als continguts en pàgines externes.
|
897
901
|
body_2: Assegura't que l'enllaç que visitaràs és d'un lloc segur abans de seguir.
|
898
902
|
cancel: Cancel·lar
|
899
|
-
close_modal:
|
903
|
+
close_modal: Tanca modal
|
900
904
|
proceed: Continuar
|
901
905
|
title: Obrir enllaç extern
|
902
906
|
log:
|
@@ -905,8 +909,10 @@ ca:
|
|
905
909
|
create_with_space: "%{user_name} ha creat %{resource_name} a %{space_name}"
|
906
910
|
delete: "%{user_name} ha eliminat %{resource_name}"
|
907
911
|
delete_with_space: "%{user_name} ha eliminat %{resource_name} en %{space_name}"
|
912
|
+
publish_with_space: "%{user_name} ha publicat %{resource_name} en %{space_name}"
|
908
913
|
unknown_action: "%{user_name} ha realitzat una acció a %{resource_name}"
|
909
914
|
unknown_action_with_space: "%{user_name} ha realitzat una acció a %{resource_name} en %{space_name}"
|
915
|
+
unpublish_with_space: "%{user_name} ha despublicat %{resource_name} en %{space_name}"
|
910
916
|
update: "%{user_name} ha actualitzat %{resource_name}"
|
911
917
|
update_with_space: "%{user_name} ha actualitzat %{resource_name} a %{space_name}"
|
912
918
|
value_types:
|
@@ -1028,7 +1034,7 @@ ca:
|
|
1028
1034
|
newsletter_mailer:
|
1029
1035
|
newsletter:
|
1030
1036
|
note: Has rebut aquest correu electrònic perquè estàs subscrita a butlletins de notícies a %{organization_name}. Pots canviar la configuració a la teva <a href="%{link}">pàgina de notificacions</a>.
|
1031
|
-
see_on_website: No pots veure correctament aquest correu electrònic? Veu la seva
|
1037
|
+
see_on_website: No pots veure correctament aquest correu electrònic? Veu la seva <<a href="%{link}" target="_blank" class="see-on-website">versió web</a>.
|
1032
1038
|
unsubscribe: Per desactivar la recepció d'aquest tipus de correu electrònic, <a href="%{link}" target="_blank" class="unsubscribe">dona't de baixa</a>.
|
1033
1039
|
newsletter_templates:
|
1034
1040
|
basic_only_text:
|
@@ -1147,19 +1153,19 @@ ca:
|
|
1147
1153
|
error: S'ha produït un error en acceptar els Termes i Condicions.
|
1148
1154
|
success: Genial! Has acceptat els Termes i Condicions.
|
1149
1155
|
form:
|
1150
|
-
agreement: Estic d'acord amb aquests termes
|
1156
|
+
agreement: Estic d'acord amb aquests termes i condicions d'ús
|
1151
1157
|
legend: Accepto els termes i condicions
|
1152
1158
|
refuse:
|
1153
1159
|
modal_body: Si no acceptes, no podràs utilitzar la plataforma, pots <a href="%{data_portability_path}">descarregar les teves dades</a> i / o <a href="%{delete_path}">esborrar el teu compte de</a>.
|
1154
|
-
modal_btn_continue: Acceptar els termes i continuar
|
1160
|
+
modal_btn_continue: Acceptar els termes i condicions d'ús, i continuar
|
1155
1161
|
modal_btn_exit: Ho revisaré més tard
|
1156
|
-
modal_button: Rebutjar els termes
|
1157
|
-
modal_close: Tanca
|
1162
|
+
modal_button: Rebutjar els termes i condicions d'ús
|
1163
|
+
modal_close: Tanca modal
|
1158
1164
|
modal_title: Confirmes que no acceptes els Termes i Condicions actualitzats?
|
1159
1165
|
required_review:
|
1160
1166
|
alert: Hem actualitzat els nostres Termes de Servei, si us plau revisa'ls.
|
1161
1167
|
body: Si us plau dedica un moment a revisar l'actualització dels nostres Termes de Servei. En cas contrari, no podràs utilitzar la plataforma.
|
1162
|
-
title: 'Obligatori: revisa
|
1168
|
+
title: 'Obligatori: revisa les actualitzacions als nostres termes i condicions d''ús'
|
1163
1169
|
participatory_space_private_users:
|
1164
1170
|
not_allowed: No tens permís per visualitzar aquest contingut
|
1165
1171
|
profile:
|
@@ -1587,7 +1593,7 @@ ca:
|
|
1587
1593
|
other: 'S''han produït múltiples errors en processar la vostra sol·licitud:'
|
1588
1594
|
too_many_marks: Estàs fent servir massa signes de puntuació consecutius (p. ex. i?)
|
1589
1595
|
too_much_caps: Estàs utilitzant massa lletres majúscules (més del 25% del text)
|
1590
|
-
too_short:
|
1596
|
+
too_short: és massa curt (menys %{count} caràcters)
|
1591
1597
|
forms:
|
1592
1598
|
correct_errors: Hi ha errors al formulari, si us plau corregeix-los per continuar.
|
1593
1599
|
length_validator:
|
data/config/locales/cs.yml
CHANGED
@@ -105,34 +105,25 @@ cs:
|
|
105
105
|
other: asi %{count} měsíců
|
106
106
|
half_a_minute: půl minuty
|
107
107
|
less_than_x_minutes:
|
108
|
-
one: méně než
|
109
|
-
few: méně než %{count} minuty
|
110
|
-
many: méně než %{count} minut
|
111
|
-
other: méně než %{count} minut
|
108
|
+
one: méně než minuta
|
109
|
+
few: méně než %{count} minuty
|
110
|
+
many: méně než %{count} minut
|
111
|
+
other: méně než %{count} minut
|
112
112
|
less_than_x_seconds:
|
113
|
-
one:
|
114
|
-
few: méně než %{count}
|
115
|
-
many: méně než %{count}
|
116
|
-
other: méně než %{count}
|
113
|
+
one: méně než 1 sekundou
|
114
|
+
few: méně než %{count} sekundami
|
115
|
+
many: méně než %{count} sekundami
|
116
|
+
other: méně než %{count} sekundami
|
117
117
|
x_days:
|
118
|
-
one:
|
119
|
-
few: "
|
120
|
-
many: "
|
121
|
-
other: "
|
118
|
+
one: 1 dnem
|
119
|
+
few: "{{$count}} dny"
|
120
|
+
many: "{{$count}} dny"
|
121
|
+
other: "{{$count}} dny"
|
122
122
|
x_hours:
|
123
|
-
one:
|
124
|
-
few: "
|
125
|
-
many: "
|
126
|
-
other: "
|
127
|
-
x_minutes:
|
128
|
-
one: před 1 minutou
|
129
|
-
few: "před %{count} minutami"
|
130
|
-
many: "před %{count} minutami"
|
131
|
-
other: "před %{count} minutami"
|
132
|
-
x_seconds:
|
133
|
-
one: před 1 vteřinou
|
134
|
-
other: "před %{count} vteřinami"
|
135
|
-
zero: právě teď
|
123
|
+
one: 1 hodina
|
124
|
+
few: "%{count} hodiny"
|
125
|
+
many: "%{count} hodin"
|
126
|
+
other: "%{count} hodin"
|
136
127
|
decidim:
|
137
128
|
accessibility:
|
138
129
|
external_link: Externí odkaz
|
@@ -218,7 +209,9 @@ cs:
|
|
218
209
|
unblock: "%{user_name} odblokoval uživatele %{resource_name}"
|
219
210
|
unofficialize: "%{user_name} neoficiální uživatel %{resource_name}"
|
220
211
|
user_group:
|
212
|
+
block: "%{user_name} zablokoval uživatelskou skupinu %{resource_name}"
|
221
213
|
reject: "%{user_name} odmítl ověření skupiny %{resource_name} uživatelů"
|
214
|
+
unblock: "%{user_name} odblokoval uživatelskou skupinu %{resource_name}"
|
222
215
|
verify: "%{user_name} ověřilo %{resource_name} uživatelskou skupinu"
|
223
216
|
verify_via_csv: "%{user_name} ověřilo %{resource_name} skupinu uživatelů prostřednictvím souboru CSV"
|
224
217
|
user_moderation:
|
@@ -935,7 +928,7 @@ cs:
|
|
935
928
|
body_1: Chystáte se navštívit externí odkaz a chtěli bychom, abyste byli opatrní, pokud jde o obsah na externím webu.
|
936
929
|
body_2: Zkontrolujte prosím odkaz, který se chystáte navštívit, a než budete pokračovat, ujistěte se, že jste jej rozpoznali jako bezpečný web.
|
937
930
|
cancel: Zrušit
|
938
|
-
close_modal: Zavřít
|
931
|
+
close_modal: Zavřít okno
|
939
932
|
proceed: Pokračovat
|
940
933
|
title: Otevřít externí odkaz
|
941
934
|
log:
|
@@ -944,8 +937,10 @@ cs:
|
|
944
937
|
create_with_space: "%{user_name} vytvořil %{resource_name} v %{space_name}"
|
945
938
|
delete: "%{user_name} odstraněno %{resource_name}"
|
946
939
|
delete_with_space: "%{user_name} smazán %{resource_name} v %{space_name}"
|
940
|
+
publish_with_space: "%{user_name} publikoval %{resource_name} v %{space_name}"
|
947
941
|
unknown_action: "%{user_name} provedla nějakou akci na %{resource_name}"
|
948
942
|
unknown_action_with_space: "%{user_name} provedlo nějakou akci na %{resource_name} v %{space_name}"
|
943
|
+
unpublish_with_space: "%{user_name} zrušil publikaci %{resource_name} v %{space_name}"
|
949
944
|
update: "%{user_name} aktualizováno %{resource_name}"
|
950
945
|
update_with_space: "%{user_name} aktualizováno %{resource_name} v %{space_name}"
|
951
946
|
value_types:
|
@@ -1067,7 +1062,7 @@ cs:
|
|
1067
1062
|
newsletter_mailer:
|
1068
1063
|
newsletter:
|
1069
1064
|
note: Tento e-mail jste obdrželi, protože jste odběrateli zpravodajů na %{organization_name}. Můžete změnit nastavení na <a href="%{link}">oznámení straně</a>.
|
1070
|
-
see_on_website:
|
1065
|
+
see_on_website: E-mail se nezobrazuje správně? Zobrazit na <a href="%{link}" target="_blank">internetové stránce</a>.
|
1071
1066
|
unsubscribe: Chcete-li se odhlásit z příjmu tohoto typu e-mailu, <a href="%{link}" target="_blank" class="unsubscribe">Odhlásit se</a>.
|
1072
1067
|
newsletter_templates:
|
1073
1068
|
basic_only_text:
|
@@ -1190,15 +1185,15 @@ cs:
|
|
1190
1185
|
legend: Souhlasíte s podmínkami používání
|
1191
1186
|
refuse:
|
1192
1187
|
modal_body: Pokud odmítnete, nebudete moci používat platformu, můžete <a href="%{data_portability_path}">stahovat data</a> a / nebo <a href="%{delete_path}">smazat svůj účet</a>.
|
1193
|
-
modal_btn_continue:
|
1188
|
+
modal_btn_continue: Přijmout podmínky a pokračovat
|
1194
1189
|
modal_btn_exit: Později to přezkoumám
|
1195
|
-
modal_button:
|
1196
|
-
modal_close: Zavřít
|
1190
|
+
modal_button: Odmítnout podmínky
|
1191
|
+
modal_close: Zavřít okno
|
1197
1192
|
modal_title: Opravdu odmítáte aktualizované smluvní podmínky?
|
1198
1193
|
required_review:
|
1199
1194
|
alert: Aktualizovali jsme Smluvní podmínky, přečtěte si je.
|
1200
1195
|
body: Věnujte prosím pozornost aktualizaci našich smluvních podmínek. V opačném případě nebudete moci platformu používat.
|
1201
|
-
title: '
|
1196
|
+
title: 'Povinné: Přečtěte si aktualizaci našich podmínek poskytování služeb'
|
1202
1197
|
participatory_space_private_users:
|
1203
1198
|
not_allowed: Nemáte oprávnění k zobrazení tohoto obsahu
|
1204
1199
|
profile:
|
@@ -1387,7 +1382,7 @@ cs:
|
|
1387
1382
|
show_translated: Zobrazit automaticky přeložený text
|
1388
1383
|
user_activity:
|
1389
1384
|
index:
|
1390
|
-
no_activities_warning: Tento
|
1385
|
+
no_activities_warning: Tento uživatel zatím nemá žádnou aktivitu.
|
1391
1386
|
user_contact_disabled: Tento uživatel nepřijímá přímé zprávy.
|
1392
1387
|
user_conversations:
|
1393
1388
|
create:
|
data/config/locales/da.yml
CHANGED
data/config/locales/de.yml
CHANGED
@@ -91,25 +91,6 @@ de:
|
|
91
91
|
one: etwa ein Monat
|
92
92
|
other: etwa %{count} Monate
|
93
93
|
half_a_minute: eine halbe Minute
|
94
|
-
less_than_x_minutes:
|
95
|
-
one: weniger als eine Minute
|
96
|
-
other: weingier als %{count} Minuten
|
97
|
-
less_than_x_seconds:
|
98
|
-
one: gerade eben
|
99
|
-
other: weniger als %{count} Sekunden
|
100
|
-
x_days:
|
101
|
-
one: Vor 1 Tag
|
102
|
-
other: "Vor %{count} Tagen"
|
103
|
-
x_hours:
|
104
|
-
one: Vor 1 Stunde
|
105
|
-
other: "Vor %{count} Stunden"
|
106
|
-
x_minutes:
|
107
|
-
one: Vor 1 Minute
|
108
|
-
other: "Vor %{count} Minuten"
|
109
|
-
x_seconds:
|
110
|
-
one: vor 1 Sekunde
|
111
|
-
other: "Vor %{count} Sekunden"
|
112
|
-
zero: sofort
|
113
94
|
decidim:
|
114
95
|
accessibility:
|
115
96
|
external_link: Externer Link
|
@@ -896,7 +877,7 @@ de:
|
|
896
877
|
body_1: Sie sind dabei einen externen Link zu besuchen und wir möchten, dass Sie hinsichtlich der Inhalte auf der externen Seite vorsichtig sind.
|
897
878
|
body_2: Bitte überprüfen Sie den Link und stellen Sie sicher, dass es sich um eine vertrauenswürdige Seite handelt, bevor Sie fortfahren.
|
898
879
|
cancel: Abbrechen
|
899
|
-
close_modal:
|
880
|
+
close_modal: Modal schließen
|
900
881
|
proceed: Fortfahren
|
901
882
|
title: Externen Link öffnen
|
902
883
|
log:
|
@@ -905,6 +886,7 @@ de:
|
|
905
886
|
create_with_space: "%{user_name} hat %{resource_name} in %{space_name} erstellt"
|
906
887
|
delete: "%{user_name} hat %{resource_name} gelöscht"
|
907
888
|
delete_with_space: "%{user_name} hat %{resource_name} in %{space_name} gelöscht"
|
889
|
+
publish_with_space: "%{user_name} veröffentlichte %{resource_name} in %{space_name}"
|
908
890
|
unknown_action: "%{user_name} hat eine Aktion an %{resource_name} ausgeführt"
|
909
891
|
unknown_action_with_space: "%{user_name} hat eine Aktion an %{resource_name} in %{space_name} ausgeführt"
|
910
892
|
update: "%{user_name} hat %{resource_name} aktualisiert"
|
@@ -1028,7 +1010,7 @@ de:
|
|
1028
1010
|
newsletter_mailer:
|
1029
1011
|
newsletter:
|
1030
1012
|
note: Sie haben diese E-Mail erhalten, weil Sie Newsletter auf %{organization_name}abonniert haben. Sie können Ihre Einstellungen auf Ihrer ändern <a href="%{link}">Benachrichtigungen Seite</a>.
|
1031
|
-
see_on_website: Kann diese E-Mail nicht korrekt angezeigt werden? Klicken Sie bitte hier <a href="%{link}" target="_blank">
|
1013
|
+
see_on_website: Kann diese E-Mail nicht korrekt angezeigt werden? Klicken Sie bitte hier <a href="%{link}" target="_blank" class="see-on-website">Website</a>.
|
1032
1014
|
unsubscribe: Um den Empfang dieser Art von E-Mail zu deaktivieren, <a href="%{link}" target="_blank" class="unsubscribe">Abbestellen</a>.
|
1033
1015
|
newsletter_templates:
|
1034
1016
|
basic_only_text:
|
@@ -1145,19 +1127,15 @@ de:
|
|
1145
1127
|
error: Beim Akzeptieren der Nutzungsbedingungen ist ein Fehler aufgetreten.
|
1146
1128
|
success: Groß! Sie haben die Allgemeinen Geschäftsbedingungen akzeptiert.
|
1147
1129
|
form:
|
1148
|
-
agreement: Ich stimme diesen Bedingungen zu
|
1149
1130
|
legend: Stimme den Nutzungsbedingungen zu
|
1150
1131
|
refuse:
|
1151
1132
|
modal_body: Wenn Sie sich weigern, werden Sie nicht in der Lage sein , die Plattform zu nutzen, können Sie <a href="%{data_portability_path}">laden Sie Ihre Daten</a> und / oder <a href="%{delete_path}">Ihr Konto löschen</a>.
|
1152
|
-
modal_btn_continue: Bedingungen akzeptieren und fortfahren
|
1153
1133
|
modal_btn_exit: Ich werde es später überprüfen
|
1154
|
-
modal_button: Bedingungen ablehnen
|
1155
1134
|
modal_close: Modal schließen
|
1156
1135
|
modal_title: Lehnen Sie die aktualisierten Geschäftsbedingungen wirklich ab?
|
1157
1136
|
required_review:
|
1158
1137
|
alert: Wir haben unsere Nutzungsbedingungen aktualisiert. Bitte überprüfen Sie sie.
|
1159
1138
|
body: Bitte nehmen Sie sich einen Moment Zeit, um sich über die Aktualisierungen unserer Nutzungsbedingungen zu informieren. Andernfalls können Sie die Plattform nicht nutzen.
|
1160
|
-
title: 'Erforderlich: Überprüfen Sie die Aktualisierungen unserer Nutzungsbedingungen'
|
1161
1139
|
participatory_space_private_users:
|
1162
1140
|
not_allowed: Sie dürfen diesen Inhalt nicht sehen
|
1163
1141
|
profile:
|
@@ -1344,7 +1322,7 @@ de:
|
|
1344
1322
|
show_translated: Automatisch übersetzter Text anzeigen
|
1345
1323
|
user_activity:
|
1346
1324
|
index:
|
1347
|
-
no_activities_warning:
|
1325
|
+
no_activities_warning: Für diesen Teilnehmer gibt es bisher noch keine Aktivität.
|
1348
1326
|
user_contact_disabled: Dieser Teilnehmer akzeptiert keine Direktnachrichten.
|
1349
1327
|
user_conversations:
|
1350
1328
|
create:
|
data/config/locales/el.yml
CHANGED
@@ -305,7 +305,7 @@ el:
|
|
305
305
|
request_confirmation_instructions: Ζητήστε οδηγίες επιβεβαίωσης
|
306
306
|
title: Επιβεβαίωση διεύθυνσης email
|
307
307
|
show:
|
308
|
-
close_modal: Κλείσιμο
|
308
|
+
close_modal: Κλείσιμο βοηθητικού στοιχείου
|
309
309
|
collapsible_list:
|
310
310
|
hidden_elements_count:
|
311
311
|
one: και %{count} ακόμη
|
@@ -779,6 +779,9 @@ el:
|
|
779
779
|
index:
|
780
780
|
last_activity: Τελευταία δραστηριότητα
|
781
781
|
resource_type: Τύπος
|
782
|
+
links:
|
783
|
+
warning:
|
784
|
+
close_modal: Κλείσιμο βοηθητικού στοιχείου
|
782
785
|
log:
|
783
786
|
base_presenter:
|
784
787
|
create: "Ο χρήστης %{user_name} δημιούργησε το στοιχείο %{resource_name}"
|
@@ -896,7 +899,6 @@ el:
|
|
896
899
|
newsletter_mailer:
|
897
900
|
newsletter:
|
898
901
|
note: Λάβατε αυτό το email επειδή έχετε εγγραφεί σε ενημερωτικά δελτία στον οργανισμό %{organization_name}. Μπορείτε να αλλάξετε τις ρυθμίσεις σας στη <a href="%{link}">σελίδα ειδοποιήσεων</a>.
|
899
|
-
see_on_website: Δεν βλέπετε αυτό το email σωστά; Δείτε το στον <a href="%{link}" target="_blank">ιστότοπο</a>.
|
900
902
|
unsubscribe: Για να εξαιρεθείτε από τη λήψη αυτού του τύπου email, πατήστε <a href="%{link}" target="_blank" class="unsubscribe">Κατάργηση εγγραφής</a>.
|
901
903
|
newsletter_templates:
|
902
904
|
basic_only_text:
|
@@ -1008,15 +1010,12 @@ el:
|
|
1008
1010
|
legend: Αποδοχή των όρων και των προϋποθέσεων χρήσης
|
1009
1011
|
refuse:
|
1010
1012
|
modal_body: Εάν αρνηθείτε, δεν θα μπορείτε να χρησιμοποιήσετε την πλατφόρμα, μπορείτε να πραγματοποιήσετε <a href="%{data_portability_path}">λήψη των δεδομένων σας</a> ή/και <a href="%{delete_path}">διαγραφή του λογαριασμού σας</a>.
|
1011
|
-
modal_btn_continue: Αποδοχή των όρων και συνέχεια
|
1012
1013
|
modal_btn_exit: Θα τους διαβάσω αργότερα
|
1013
|
-
modal_button: Απόρριψη των όρων
|
1014
1014
|
modal_close: Κλείσιμο βοηθητικού στοιχείου
|
1015
1015
|
modal_title: Θέλετε πραγματικά να απορρίψετε τους ενημερωμένους Όρους και προϋποθέσεις;
|
1016
1016
|
required_review:
|
1017
1017
|
alert: Ενημερώσαμε τους Όρους χρήσης υπηρεσίας, διαβάστε τους.
|
1018
1018
|
body: Αφιερώστε λίγο χρόνο για να διαβάσετε τις ενημερώσεις στους Όρους χρήσης υπηρεσίας. Διαφορετικά, δεν θα μπορείτε να χρησιμοποιήσετε την πλατφόρμα.
|
1019
|
-
title: 'Απαιτείται: Διαβάστε τις ενημερώσεις στους όρους χρήσης υπηρεσίας μας'
|
1020
1019
|
participatory_space_private_users:
|
1021
1020
|
not_allowed: Δεν επιτρέπεται η προβολή αυτού του περιεχομένου
|
1022
1021
|
profile:
|
@@ -1159,9 +1158,6 @@ el:
|
|
1159
1158
|
tags:
|
1160
1159
|
filter_results_for_category: 'Φιλτράρισμα αποτελεσμάτων για την κατηγορία: %{resource}'
|
1161
1160
|
filter_results_for_scope: 'Φιλτράρισμα αποτελεσμάτων για το πεδίο εφαρμογής: %{resource}'
|
1162
|
-
user_activity:
|
1163
|
-
index:
|
1164
|
-
no_activities_warning: Αυτός ο συμμετέχων δεν έχει ακόμη κάποια δραστηριότητα.
|
1165
1161
|
user_contact_disabled: Αυτός ο συμμετέχων δεν δέχεται άμεσα μηνύματα.
|
1166
1162
|
user_conversations:
|
1167
1163
|
create:
|
@@ -1452,7 +1448,8 @@ el:
|
|
1452
1448
|
widget:
|
1453
1449
|
see_more: Δείτε περισσότερα
|
1454
1450
|
locale:
|
1455
|
-
name:
|
1451
|
+
name: Ελληνικά
|
1452
|
+
name_with_error: Ελληνικά (σφάλμα!)
|
1456
1453
|
password_validator:
|
1457
1454
|
domain_included_in_password: είναι πολύ παρόμοιο με αυτό το όνομα τομέα
|
1458
1455
|
email_included_in_password: είναι πολύ παρόμοια με τη διεύθυνση email σας
|
data/config/locales/en.yml
CHANGED
@@ -94,24 +94,26 @@ en:
|
|
94
94
|
other: about %{count} months
|
95
95
|
half_a_minute: half a minute
|
96
96
|
less_than_x_minutes:
|
97
|
-
one: less than a
|
98
|
-
other: less than %{count}
|
97
|
+
one: less than a minute
|
98
|
+
other: less than %{count} minutes
|
99
99
|
less_than_x_seconds:
|
100
|
-
one:
|
101
|
-
other: less than %{count}
|
100
|
+
one: less than 1 second
|
101
|
+
other: less than %{count} seconds
|
102
102
|
x_days:
|
103
|
-
one: 1 day
|
104
|
-
other: "%{count} days
|
103
|
+
one: 1 day
|
104
|
+
other: "%{count} days"
|
105
105
|
x_hours:
|
106
|
-
one: 1 hour
|
107
|
-
other: "%{count} hours
|
106
|
+
one: 1 hour
|
107
|
+
other: "%{count} hours"
|
108
108
|
x_minutes:
|
109
|
-
one: 1
|
110
|
-
other: "%{count}
|
109
|
+
one: 1 minute
|
110
|
+
other: "%{count} minutes"
|
111
|
+
x_months:
|
112
|
+
one: 1 month
|
113
|
+
other: "%{count} months"
|
111
114
|
x_seconds:
|
112
|
-
one: 1
|
113
|
-
other: "%{count}
|
114
|
-
zero: right now
|
115
|
+
one: 1 second
|
116
|
+
other: "%{count} seconds"
|
115
117
|
decidim:
|
116
118
|
accessibility:
|
117
119
|
external_link: External link
|
@@ -197,7 +199,9 @@ en:
|
|
197
199
|
unblock: "%{user_name} unblocked user %{resource_name}"
|
198
200
|
unofficialize: "%{user_name} unofficialized the participant %{resource_name}"
|
199
201
|
user_group:
|
202
|
+
block: "%{user_name} blocked user group %{resource_name}"
|
200
203
|
reject: "%{user_name} rejected the %{resource_name} group verification"
|
204
|
+
unblock: "%{user_name} unblocked user group %{resource_name}"
|
201
205
|
verify: "%{user_name} verified the group %{resource_name}"
|
202
206
|
verify_via_csv: "%{user_name} verified the group %{resource_name} via a CSV file"
|
203
207
|
user_moderation:
|
@@ -913,8 +917,10 @@ en:
|
|
913
917
|
create_with_space: "%{user_name} created %{resource_name} in %{space_name}"
|
914
918
|
delete: "%{user_name} deleted %{resource_name}"
|
915
919
|
delete_with_space: "%{user_name} deleted %{resource_name} in %{space_name}"
|
920
|
+
publish_with_space: "%{user_name} published %{resource_name} in %{space_name}"
|
916
921
|
unknown_action: "%{user_name} performed some action on %{resource_name}"
|
917
922
|
unknown_action_with_space: "%{user_name} performed some action on %{resource_name} in %{space_name}"
|
923
|
+
unpublish_with_space: "%{user_name} unpublished %{resource_name} from %{space_name}"
|
918
924
|
update: "%{user_name} updated %{resource_name}"
|
919
925
|
update_with_space: "%{user_name} updated %{resource_name} in %{space_name}"
|
920
926
|
value_types:
|
@@ -1036,7 +1042,7 @@ en:
|
|
1036
1042
|
newsletter_mailer:
|
1037
1043
|
newsletter:
|
1038
1044
|
note: You received this email because you're subscribed to newsletters on %{organization_name}. You can change your settings on your <a href="%{link}">notifications page</a>.
|
1039
|
-
see_on_website: Can’t see this email correctly? View it on the <a href="%{link}" target="_blank">website</a>.
|
1045
|
+
see_on_website: Can’t see this email correctly? View it on the <a href="%{link}" target="_blank" class="see-on-website">website</a>.
|
1040
1046
|
unsubscribe: To opt out of receiving this type of email, <a href="%{link}" target="_blank" class="unsubscribe">Unsubscribe</a>.
|
1041
1047
|
newsletter_templates:
|
1042
1048
|
basic_only_text:
|
@@ -1354,7 +1360,7 @@ en:
|
|
1354
1360
|
show_translated: Show automatically-translated text
|
1355
1361
|
user_activity:
|
1356
1362
|
index:
|
1357
|
-
no_activities_warning: This participant
|
1363
|
+
no_activities_warning: This participant does not have any activity yet.
|
1358
1364
|
user_contact_disabled: This participant does not accept direct messages.
|
1359
1365
|
user_conversations:
|
1360
1366
|
create:
|
data/config/locales/eo.yml
CHANGED