decidim-core 0.26.5 → 0.26.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (120) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/announcement_cell.rb +1 -1
  3. data/app/cells/decidim/collapsible_list/show.erb +1 -1
  4. data/app/cells/decidim/content_blocks/cta_cell.rb +1 -1
  5. data/app/cells/decidim/content_blocks/hero/show.erb +1 -1
  6. data/app/cells/decidim/content_blocks/highlighted_content_banner/show.erb +1 -1
  7. data/app/cells/decidim/content_blocks/sub_hero_cell.rb +1 -1
  8. data/app/controllers/decidim/authorization_modals_controller.rb +1 -1
  9. data/app/controllers/decidim/links_controller.rb +8 -11
  10. data/app/forms/url_validator.rb +1 -1
  11. data/app/helpers/decidim/cells_helper.rb +1 -0
  12. data/app/helpers/decidim/external_domain_helper.rb +14 -3
  13. data/app/helpers/decidim/layout_helper.rb +15 -4
  14. data/app/helpers/decidim/layout_helper.rb.orig +225 -0
  15. data/app/helpers/decidim/sanitize_helper.rb +15 -5
  16. data/app/models/decidim/organization.rb +6 -0
  17. data/app/models/decidim/scope_type.rb +28 -0
  18. data/app/packs/src/decidim/editor/clipboard_override.js +6 -2
  19. data/app/packs/src/decidim/editor.js +63 -33
  20. data/app/packs/src/decidim/map/controller/drag_marker.js +0 -2
  21. data/app/packs/src/decidim/map/controller/markers.js +0 -1
  22. data/app/packs/src/decidim/map/controller/static.js +0 -1
  23. data/app/packs/src/decidim/map/controller.js +0 -2
  24. data/app/packs/src/decidim/map/factory.js +4 -1
  25. data/app/packs/src/decidim/map/icon.js +0 -1
  26. data/app/packs/src/decidim/map/legacy.js +0 -1
  27. data/app/packs/src/decidim/map/provider/default.js +2 -0
  28. data/app/packs/src/decidim/map/provider/here.js +2 -1
  29. data/app/packs/stylesheets/decidim/_editor.scss +129 -0
  30. data/app/packs/stylesheets/decidim/extras/_quill.scss +0 -6
  31. data/app/packs/stylesheets/decidim/modules/_buttons.scss +10 -6
  32. data/app/packs/stylesheets/decidim/modules/_cards.scss +1 -1
  33. data/app/packs/stylesheets/decidim/modules/_comments.scss +24 -0
  34. data/app/packs/stylesheets/decidim/modules/_dropdown_menu.scss +9 -0
  35. data/app/packs/stylesheets/decidim/vizzs/_linechart.scss +2 -2
  36. data/app/packs/stylesheets/decidim/vizzs/_rowchart.scss +2 -2
  37. data/app/presenters/decidim/notification_presenter.rb +1 -1
  38. data/app/presenters/decidim/user_group_presenter.rb +1 -1
  39. data/app/presenters/decidim/user_presenter.rb +1 -1
  40. data/app/queries/decidim/metrics/users_metric_manage.rb +6 -6
  41. data/app/scrubbers/decidim/admin_input_scrubber.rb +27 -0
  42. data/app/scrubbers/decidim/user_input_scrubber.rb +32 -5
  43. data/app/services/decidim/traceability.rb +1 -0
  44. data/app/views/decidim/devise/registrations/new.html.erb.orig +231 -0
  45. data/app/views/decidim/links/_invalid_url_modal.html.erb +17 -0
  46. data/app/views/decidim/links/_modal.html.erb +1 -1
  47. data/app/views/decidim/links/invalid_url.js.erb +24 -0
  48. data/app/views/decidim/links/new.html.erb +1 -1
  49. data/app/views/decidim/messaging/conversations/_conversation.html.erb +1 -5
  50. data/app/views/decidim/pages/_standalone.html.erb +1 -1
  51. data/app/views/decidim/pages/_tabbed.html.erb +1 -1
  52. data/config/environment.rb +0 -0
  53. data/config/locales/ar.yml +423 -8
  54. data/config/locales/bg.yml +1 -4
  55. data/config/locales/ca.yml +26 -23
  56. data/config/locales/cs.yml +40 -32
  57. data/config/locales/da.yml +3 -0
  58. data/config/locales/de.yml +39 -23
  59. data/config/locales/el.yml +100 -2
  60. data/config/locales/en.yml +16 -13
  61. data/config/locales/eo.yml +5 -1
  62. data/config/locales/es-MX.yml +21 -18
  63. data/config/locales/es-PY.yml +23 -20
  64. data/config/locales/es.yml +25 -22
  65. data/config/locales/et.yml +3 -0
  66. data/config/locales/eu.yml +91 -67
  67. data/config/locales/fa-IR.yml +1 -0
  68. data/config/locales/fi-plain.yml +16 -13
  69. data/config/locales/fi.yml +18 -15
  70. data/config/locales/fr-CA.yml +28 -22
  71. data/config/locales/fr.yml +27 -21
  72. data/config/locales/ga-IE.yml +1 -0
  73. data/config/locales/gl.yml +4 -23
  74. data/config/locales/gn-PY.yml +3 -0
  75. data/config/locales/hr.yml +3 -0
  76. data/config/locales/hu.yml +66 -21
  77. data/config/locales/id-ID.yml +6 -4
  78. data/config/locales/is-IS.yml +5 -2
  79. data/config/locales/it.yml +5 -15
  80. data/config/locales/ja.yml +16 -15
  81. data/config/locales/ka-GE.yml +3 -0
  82. data/config/locales/kaa.yml +5 -0
  83. data/config/locales/lb.yml +8 -12
  84. data/config/locales/lt.yml +1 -34
  85. data/config/locales/lv.yml +0 -3
  86. data/config/locales/nl.yml +5 -24
  87. data/config/locales/no.yml +5 -28
  88. data/config/locales/oc-FR.yml +2 -0
  89. data/config/locales/pl.yml +0 -33
  90. data/config/locales/pt-BR.yml +3 -7
  91. data/config/locales/pt.yml +1 -5
  92. data/config/locales/ro-RO.yml +5 -8
  93. data/config/locales/ru.yml +3 -3
  94. data/config/locales/sk.yml +18 -10
  95. data/config/locales/sl.yml +1 -0
  96. data/config/locales/sr-CS.yml +10 -0
  97. data/config/locales/sv.yml +11 -34
  98. data/config/locales/tr-TR.yml +3 -7
  99. data/config/locales/uk.yml +3 -3
  100. data/config/locales/zh-CN.yml +0 -4
  101. data/config/locales/zh-TW.yml +1726 -0
  102. data/db/migrate/20181030090144_destroy_deleted_users_follows.rb +1 -1
  103. data/db/migrate/20181204110723_remove_following_users_count_from_users.rb +11 -2
  104. data/db/migrate/20181214101250_add_notification_types_to_users.rb +6 -1
  105. data/db/migrate/20190412131728_fix_user_names.rb +13 -6
  106. data/db/migrate/20200211173227_add_direct_message_types_to_users.rb +6 -1
  107. data/db/migrate/20210302150803_invalidate_all_sessions_for_deleted_users.rb +10 -3
  108. data/db/migrate/20210310120640_add_followable_counter_cache_to_users.rb +13 -3
  109. data/lib/decidim/core/test/shared_examples/comments_examples.rb +36 -0
  110. data/lib/decidim/core/test/shared_examples/editor_shared_examples.rb +10 -0
  111. data/lib/decidim/core/test/shared_examples/map_examples.rb +4 -1
  112. data/lib/decidim/core/test/shared_examples/rich_text_editor_examples.rb +7 -3
  113. data/lib/decidim/core/test.rb +1 -0
  114. data/lib/decidim/core/version.rb +1 -1
  115. data/lib/decidim/core.rb +43 -0
  116. data/lib/decidim/dependency_resolver.rb +272 -0
  117. data/lib/decidim/form_builder.rb +6 -14
  118. data/lib/decidim/publicable.rb +4 -0
  119. data/lib/tasks/upgrade/decidim_user_moderation.rake +14 -0
  120. metadata +18 -6
@@ -972,15 +972,12 @@ bg:
972
972
  legend: Съгласявам се с общите условия за ползване
973
973
  refuse:
974
974
  modal_body: Ако откажете, не може да използвате платформата, но можете да<a href="%{data_portability_path}">свалите данните си</a> и/или <a href="%{delete_path}">изтриете профила</a>.
975
- modal_btn_continue: Приемам условията и продължавам
976
975
  modal_btn_exit: Ще ги прегледам по-късно
977
- modal_button: Отказвам условията
978
976
  modal_close: Затвори прозорчето
979
977
  modal_title: Наистина ли отказвате обновените Общи условия?
980
978
  required_review:
981
979
  alert: Обновихме нашите Общи условия, моля прегледайте ги.
982
980
  body: Моля, отделете време за да прегледате обновените Общи условия. В противен случай не може да използвате платформата.
983
- title: 'Задължително: Прегледайте обновените Общи условия'
984
981
  participatory_space_private_users:
985
982
  not_allowed: Нямате права да преглеждате това съдържание
986
983
  profile:
@@ -1380,7 +1377,7 @@ bg:
1380
1377
  widget:
1381
1378
  see_more: Виж още
1382
1379
  locale:
1383
- name: Английски
1380
+ name: български език
1384
1381
  password_validator:
1385
1382
  domain_included_in_password: е твърде подобно на името на домейна
1386
1383
  email_included_in_password: е твърде подобно на Вашата ел. поща
@@ -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 dun minut
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: ara mateix
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: fa 1 dia
103
- other: "fa %{count} dies"
102
+ one: 1 dia
103
+ other: "%{count} dies"
104
104
  x_hours:
105
- one: fa 1 hora
106
- other: "fa %{count} hores"
105
+ one: 1 hora
106
+ other: "%{count} hores"
107
107
  x_minutes:
108
- one: fa 1 minut
109
- other: "fa %{count} minuts"
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: fa 1 segon
112
- other: "fa %{count} segons"
113
- zero: ara mateix
114
+ one: 1 segon
115
+ other: "%{count} segons"
114
116
  decidim:
115
117
  accessibility:
116
118
  external_link: Enllaç extern
@@ -372,7 +374,7 @@ ca:
372
374
  request_confirmation_instructions: Sol·licita instruccions de confirmació
373
375
  title: Confirma el teu correu electrònic
374
376
  show:
375
- close_modal: Tanca modal
377
+ close_modal: Tancar el modal
376
378
  block_user_mailer:
377
379
  notify:
378
380
  body_1: El teu compte ha estat bloquejat.
@@ -515,7 +517,7 @@ ca:
515
517
  newsletter_modal:
516
518
  buttons:
517
519
  check: Marca i continua
518
- close_modal: Tanca modal
520
+ close_modal: Tancar el modal
519
521
  uncheck: Deixa desmarcada
520
522
  notice: |-
521
523
  <p>Hola, segur que no vols rebre un butlletí?<br>
@@ -898,7 +900,7 @@ ca:
898
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.
899
901
  body_2: Assegura't que l'enllaç que visitaràs és d'un lloc segur abans de seguir.
900
902
  cancel: Cancel·lar
901
- close_modal: Tanca modal
903
+ close_modal: Tancar el modal
902
904
  proceed: Continuar
903
905
  title: Obrir enllaç extern
904
906
  log:
@@ -990,7 +992,7 @@ ca:
990
992
  ok: D'acord
991
993
  index:
992
994
  ago: fa
993
- close: Tanca modal
995
+ close: Tancar el modal
994
996
  from: De
995
997
  groups: Els meus grups
996
998
  last_message: Darrer missatge
@@ -1151,19 +1153,19 @@ ca:
1151
1153
  error: S'ha produït un error en acceptar els Termes i Condicions.
1152
1154
  success: Genial! Has acceptat els Termes i Condicions.
1153
1155
  form:
1154
- agreement: Estic d'acord amb aquests termes
1156
+ agreement: Estic d'acord amb aquests termes i condicions d'ús
1155
1157
  legend: Accepto els termes i condicions
1156
1158
  refuse:
1157
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>.
1158
- modal_btn_continue: Acceptar els termes i continuar
1160
+ modal_btn_continue: Acceptar els termes i condicions d'ús, i continuar
1159
1161
  modal_btn_exit: Ho revisaré més tard
1160
- modal_button: Rebutjar els termes
1161
- modal_close: Tanca el modal
1162
+ modal_button: Rebutjar els termes i condicions d'ús
1163
+ modal_close: Tancar el modal
1162
1164
  modal_title: Confirmes que no acceptes els Termes i Condicions actualitzats?
1163
1165
  required_review:
1164
1166
  alert: Hem actualitzat els nostres Termes de Servei, si us plau revisa'ls.
1165
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.
1166
- title: 'Obligatori: revisa l''actualització dels nostres Termes de Servei'
1168
+ title: 'Obligatori: revisa les actualitzacions als nostres termes i condicions d''ús'
1167
1169
  participatory_space_private_users:
1168
1170
  not_allowed: No tens permís per visualitzar aquest contingut
1169
1171
  profile:
@@ -1273,7 +1275,7 @@ ca:
1273
1275
  ok: D'acord
1274
1276
  title: Confirmar
1275
1277
  embed_modal:
1276
- close_window: Tanca la finestra
1278
+ close_window: Tancar finestra
1277
1279
  embed: Si us plau, enganxa aquest codi a la teva pàgina
1278
1280
  embed_link: Incrusta
1279
1281
  extended_navigation_bar:
@@ -1592,6 +1594,7 @@ ca:
1592
1594
  too_many_marks: Estàs fent servir massa signes de puntuació consecutius (p. ex. i?)
1593
1595
  too_much_caps: Estàs utilitzant massa lletres majúscules (més del 25% del text)
1594
1596
  too_short: és massa curt (menys %{count} caràcters)
1597
+ url_format: El format d'aquesta URL és incorrecte
1595
1598
  forms:
1596
1599
  correct_errors: Hi ha errors al formulari, si us plau corregeix-los per continuar.
1597
1600
  length_validator:
@@ -105,34 +105,40 @@ 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ž minutu.
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: právě teď
114
- few: méně než %{count} vteřiny.
115
- many: méně než %{count} vteřin.
116
- other: méně než %{count} vteřin.
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: před 1 dnem
119
- few: "před %{count} dny"
120
- many: "před %{count} ti dny"
121
- other: "před %{count} ti dny"
118
+ one: 1 dnem
119
+ few: "{{$count}} dny"
120
+ many: "{{$count}} dny"
121
+ other: "{{$count}} dny"
122
122
  x_hours:
123
- one: před 1 hodinou
124
- few: "před %{count} hodinami"
125
- many: "před %{count} hodinami"
126
- other: "před %{count} hodinami"
123
+ one: 1 hodina
124
+ few: "%{count} hodiny"
125
+ many: "%{count} hodin"
126
+ other: "%{count} hodin"
127
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"
128
+ one: 1 minuta
129
+ few: "%{count} minuty"
130
+ many: "%{count} minut"
131
+ other: "%{count} minut"
132
+ x_months:
133
+ one: 1 měsíc
134
+ few: "%{count} měsíce"
135
+ many: "%{count} měsíců"
136
+ other: "%{count} měsíců"
132
137
  x_seconds:
133
- one: před 1 vteřinou
134
- other: "před %{count} vteřinami"
135
- zero: právě teď
138
+ one: 1 sekunda
139
+ few: "%{count} sekundy"
140
+ many: "%{count} sekund"
141
+ other: "%{count} sekund"
136
142
  decidim:
137
143
  accessibility:
138
144
  external_link: Externí odkaz
@@ -403,7 +409,7 @@ cs:
403
409
  request_confirmation_instructions: Požádejte o pokyny pro potvrzení
404
410
  title: Potvrdit svůj email
405
411
  show:
406
- close_modal: Zavřít okno
412
+ close_modal: Zavřít modální
407
413
  block_user_mailer:
408
414
  notify:
409
415
  body_1: Váš účet byl zablokován.
@@ -548,7 +554,7 @@ cs:
548
554
  newsletter_modal:
549
555
  buttons:
550
556
  check: Zkontrolujte a pokračujte
551
- close_modal: Zavřít okno
557
+ close_modal: Zavřít modální
552
558
  uncheck: Ponechat nezaškrtnuté
553
559
  notice: |-
554
560
  <p>Hej, jste si jisti, že nechcete dostávat zpravodaj?<br>
@@ -937,7 +943,7 @@ cs:
937
943
  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.
938
944
  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.
939
945
  cancel: Zrušit
940
- close_modal: Zavřít okno
946
+ close_modal: Zavřít modální
941
947
  proceed: Pokračovat
942
948
  title: Otevřít externí odkaz
943
949
  log:
@@ -1029,7 +1035,7 @@ cs:
1029
1035
  ok: OK
1030
1036
  index:
1031
1037
  ago: před
1032
- close: Zavřít okno
1038
+ close: Zavřít modální
1033
1039
  from: Od
1034
1040
  groups: Moje skupiny
1035
1041
  last_message: Poslední zpráva
@@ -1071,6 +1077,7 @@ cs:
1071
1077
  newsletter_mailer:
1072
1078
  newsletter:
1073
1079
  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>.
1080
+ see_on_website: E-mail se nezobrazuje správně? Zobrazit na <a href="%{link}" target="_blank">internetové stránce</a>.
1074
1081
  unsubscribe: Chcete-li se odhlásit z příjmu tohoto typu e-mailu, <a href="%{link}" target="_blank" class="unsubscribe">Odhlásit se</a>.
1075
1082
  newsletter_templates:
1076
1083
  basic_only_text:
@@ -1193,15 +1200,15 @@ cs:
1193
1200
  legend: Souhlasíte s podmínkami používání
1194
1201
  refuse:
1195
1202
  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>.
1196
- modal_btn_continue: Přijměte termíny a pokračujte
1203
+ modal_btn_continue: Přijmout podmínky a pokračovat
1197
1204
  modal_btn_exit: Později to přezkoumám
1198
- modal_button: Odmítněte podmínky
1205
+ modal_button: Odmítnout podmínky
1199
1206
  modal_close: Zavřít modální
1200
1207
  modal_title: Opravdu odmítáte aktualizované smluvní podmínky?
1201
1208
  required_review:
1202
1209
  alert: Aktualizovali jsme Smluvní podmínky, přečtěte si je.
1203
1210
  body: Věnujte prosím pozornost aktualizaci našich smluvních podmínek. V opačném případě nebudete moci platformu používat.
1204
- title: 'Požadováno: Zkontrolujte aktualizace našich smluvních podmínek'
1211
+ title: 'Povinné: Přečtěte si aktualizaci našich podmínek poskytování služeb'
1205
1212
  participatory_space_private_users:
1206
1213
  not_allowed: Nemáte oprávnění k zobrazení tohoto obsahu
1207
1214
  profile:
@@ -1421,7 +1428,7 @@ cs:
1421
1428
  back: Zobrazit všechny konverzace
1422
1429
  deleted_accounts: Nemůžete mít konverzaci s odstraněnými účty.
1423
1430
  not_allowed: Tento uživatel již nepřijímá žádné přímé zprávy.
1424
- title: Konverzace s %{usernames}
1431
+ title: Konverzace s číslem %{usernames}
1425
1432
  update:
1426
1433
  error: Zpráva nebyla odeslána. Zkuste to později
1427
1434
  user_interests:
@@ -1460,7 +1467,7 @@ cs:
1460
1467
  version: Verze %{number}
1461
1468
  versions_list:
1462
1469
  show:
1463
- back_to_resource: Vrátit se zpět
1470
+ back_to_resource: Jít zpět
1464
1471
  changes_at_title: Změny v "%{title}"
1465
1472
  number_of_versions: Verze
1466
1473
  title: Verze
@@ -1637,6 +1644,7 @@ cs:
1637
1644
  too_many_marks: používá příliš mnoho po sobě jdoucích interpunkčních znamének (např.! a?)
1638
1645
  too_much_caps: používá příliš mnoho velkých písmen (více než 25% textu)
1639
1646
  too_short: je příliš krátká (pod %{count} znaků)
1647
+ url_format: Tato adresa URL je v nesprávném formátu
1640
1648
  forms:
1641
1649
  correct_errors: Na formuláři jsou chyby, opravte je a pokračujte.
1642
1650
  length_validator:
@@ -1 +1,4 @@
1
1
  da:
2
+ locale:
3
+ name: Dansk
4
+ name_with_error: Dansk (fejl!)
@@ -29,6 +29,7 @@ de:
29
29
  password_confirmation: Bestätigen Sie Ihr Passwort
30
30
  personal_url: Persönliche URL
31
31
  remove_avatar: Avatar entfernen
32
+ tos_agreement: Verarbeitung meiner persönlichen Daten
32
33
  models:
33
34
  decidim/attachment_created_event: Anhang
34
35
  decidim/component_published_event: Aktive Komponente
@@ -93,23 +94,25 @@ de:
93
94
  half_a_minute: eine halbe Minute
94
95
  less_than_x_minutes:
95
96
  one: weniger als eine Minute
96
- other: weingier als %{count} Minuten
97
+ other: weniger als %{count} Minuten
97
98
  less_than_x_seconds:
98
- one: gerade eben
99
+ one: weniger als eine Sekunde
99
100
  other: weniger als %{count} Sekunden
100
101
  x_days:
101
- one: Vor 1 Tag
102
- other: "Vor %{count} Tagen"
102
+ one: 1 Tag
103
+ other: "%{count} Tage"
103
104
  x_hours:
104
- one: Vor 1 Stunde
105
- other: "Vor %{count} Stunden"
105
+ one: 1 Stunde
106
+ other: "%{count} Stunden"
106
107
  x_minutes:
107
- one: Vor 1 Minute
108
- other: "Vor %{count} Minuten"
108
+ one: 1 Minute
109
+ other: "%{count} Minuten"
110
+ x_months:
111
+ one: 1 Monat
112
+ other: "%{count} Monate"
109
113
  x_seconds:
110
- one: vor 1 Sekunde
111
- other: "Vor %{count} Sekunden"
112
- zero: sofort
114
+ one: 1 Sekunde
115
+ other: "%{count} Sekunden"
113
116
  decidim:
114
117
  accessibility:
115
118
  external_link: Externer Link
@@ -195,7 +198,9 @@ de:
195
198
  unblock: "%{user_name} hat die Blockierung von %{resource_name} aufgehoben"
196
199
  unofficialize: "%{user_name} hat die offizielle Anerkennung des Benutzers %{resource_name} widerrufen"
197
200
  user_group:
201
+ block: "%{user_name} hat die Gruppe %{resource_name} blockiert"
198
202
  reject: "%{user_name} hat die Gruppen-Verifikation %{resource_name} abgelehnt"
203
+ unblock: "%{user_name} hat die Blockierung der Gruppe %{resource_name} aufgehoben"
199
204
  verify: "%{user_name} hat die Gruppe %{resource_name} verifiziert"
200
205
  verify_via_csv: "%{user_name} hat die Gruppe %{resource_name} über eine CSV-Datei verifiziert"
201
206
  user_moderation:
@@ -355,6 +360,8 @@ de:
355
360
  authorize: Autorisieren mit "%{authorization}"
356
361
  explanation: Um diese Aktion durchzuführen, müssen Sie mit "%{authorization}" autorisiert sein.
357
362
  title: Autorisierung erforderlich
363
+ ok:
364
+ title: Sie wurden autorisiert, während Sie auf dieser Seite waren. Bitte laden Sie die Seite neu, um Ihre Aktion ausführen zu können
358
365
  pending:
359
366
  explanation: Um diese Aktion auszuführen, müssen Sie mit "%{authorization}" autorisiert sein, aber Ihre Autorisierung ist noch in Bearbeitung
360
367
  resume: Überprüfen Sie Ihren Autorisierungsfortschritt "%{authorization}"
@@ -370,7 +377,7 @@ de:
370
377
  request_confirmation_instructions: Bestätigungsanleitungen anfordern
371
378
  title: Bestätige deine E-Mail
372
379
  show:
373
- close_modal: Modal schließen
380
+ close_modal: Fenster schließen
374
381
  block_user_mailer:
375
382
  notify:
376
383
  body_1: Ihr Account wurde gesperrt.
@@ -513,7 +520,7 @@ de:
513
520
  newsletter_modal:
514
521
  buttons:
515
522
  check: Kontakterlaubnis erteilen und fortfahren
516
- close_modal: Modal schließen
523
+ close_modal: Fenster schließen
517
524
  uncheck: Ohne Kontakterlaubnis fortfahren
518
525
  notice: |-
519
526
  <p>Hey, sind Sie sicher, dass Sie keinen Newsletter erhalten möchten?<br>
@@ -896,7 +903,7 @@ de:
896
903
  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
904
  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
905
  cancel: Abbrechen
899
- close_modal: Modal schließen
906
+ close_modal: Fenster schließen
900
907
  proceed: Fortfahren
901
908
  title: Externen Link öffnen
902
909
  log:
@@ -908,6 +915,7 @@ de:
908
915
  publish_with_space: "%{user_name} veröffentlichte %{resource_name} in %{space_name}"
909
916
  unknown_action: "%{user_name} hat eine Aktion an %{resource_name} ausgeführt"
910
917
  unknown_action_with_space: "%{user_name} hat eine Aktion an %{resource_name} in %{space_name} ausgeführt"
918
+ unpublish_with_space: "%{user_name} hat die Veröffentlichung von %{resource_name} in %{space_name} aufgehoben"
911
919
  update: "%{user_name} hat %{resource_name} aktualisiert"
912
920
  update_with_space: "%{user_name} hat %{resource_name} in %{space_name} aktualisiert"
913
921
  value_types:
@@ -981,13 +989,13 @@ de:
981
989
  create:
982
990
  error: Die Unterhaltung wurde nicht gestartet. Versuchen Sie es später noch einmal
983
991
  error_modal:
984
- close: Dialog schließen
992
+ close: Fenster schließen
985
993
  correct_errors: Bitte korrigiere diese Fehler und versuche es erneut.
986
994
  intro: 'Es gab folgende Fehler bei Ihrer Nachricht:'
987
995
  ok: OK
988
996
  index:
989
997
  ago: vor
990
- close: Modal schließen
998
+ close: Fenster schließen
991
999
  from: Von
992
1000
  groups: Meine Gruppen
993
1001
  last_message: Letzte Nachricht
@@ -1029,6 +1037,7 @@ de:
1029
1037
  newsletter_mailer:
1030
1038
  newsletter:
1031
1039
  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>.
1040
+ 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
1041
  unsubscribe: Um den Empfang dieser Art von E-Mail zu deaktivieren, <a href="%{link}" target="_blank" class="unsubscribe">Abbestellen</a>.
1033
1042
  newsletter_templates:
1034
1043
  basic_only_text:
@@ -1072,7 +1081,9 @@ de:
1072
1081
  subject: Möchten Sie weiterhin relevante Informationen über %{organization_name} erhalten?
1073
1082
  notification_mailer:
1074
1083
  event_received:
1084
+ no_translation_available: Leider konnte die automatisierte Übersetzung nicht abgerufen werden, nachdem die E-Mail gesendet wurde. Sie können die Übersetzung des Originaltextes unter folgendem Link %{link} überprüfen.
1075
1085
  original_text: 'Originaltext:'
1086
+ same_language: Der Inhalt wurde in Ihrer bevorzugten Sprache (%{language}) veröffentlicht, daher wird in dieser E-Mail keine automatisierte Übersetzung angezeigt.
1076
1087
  translated_text: 'Automatisch übersetzter Text:'
1077
1088
  notifications:
1078
1089
  no_notifications: Noch keine Benachrichtigungen
@@ -1148,11 +1159,11 @@ de:
1148
1159
  agreement: Ich stimme diesen Bedingungen zu
1149
1160
  legend: Stimme den Nutzungsbedingungen zu
1150
1161
  refuse:
1151
- 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>.
1162
+ modal_body: Wenn Sie die Nutzungsbedingungen nicht akzeptieren, werden Sie automatisch abgemeldet und können die Plattform nicht mehr nutzen. Sie können <a href="%{download_your_data_path}">Ihre persönlichen Daten herunterladen</a> und / oder <a href="%{delete_path}"> ihr Konto löschen</a>.
1152
1163
  modal_btn_continue: Bedingungen akzeptieren und fortfahren
1153
1164
  modal_btn_exit: Ich werde es später überprüfen
1154
1165
  modal_button: Bedingungen ablehnen
1155
- modal_close: Modal schließen
1166
+ modal_close: Fenster schließen
1156
1167
  modal_title: Lehnen Sie die aktualisierten Geschäftsbedingungen wirklich ab?
1157
1168
  required_review:
1158
1169
  alert: Wir haben unsere Nutzungsbedingungen aktualisiert. Bitte überprüfen Sie sie.
@@ -1247,7 +1258,7 @@ de:
1247
1258
  future: Zukunft
1248
1259
  past: Vergangenheit
1249
1260
  filters_small_view:
1250
- close_modal: Modal schließen
1261
+ close_modal: Fenster schließen
1251
1262
  filter: Filter
1252
1263
  filter_by: Filtern nach
1253
1264
  unfold: Entfalten
@@ -1263,7 +1274,7 @@ de:
1263
1274
  shared:
1264
1275
  confirm_modal:
1265
1276
  cancel: Abbrechen
1266
- close_modal: Modal schließen
1277
+ close_modal: Fenster schließen
1267
1278
  ok: Ok
1268
1279
  title: Bestätigen
1269
1280
  embed_modal:
@@ -1301,7 +1312,7 @@ de:
1301
1312
  follow_button:
1302
1313
  sign_in_before_follow: Bitte melden Sie sich an, bevor Sie diese Aktion ausführen
1303
1314
  login_modal:
1304
- close_modal: Modal schließen
1315
+ close_modal: Fenster schließen
1305
1316
  please_sign_in: Bitte einloggen
1306
1317
  sign_up: Registrieren
1307
1318
  participatory_space_filters:
@@ -1342,6 +1353,9 @@ de:
1342
1353
  help_text: "<strong>Warnung:</strong> Inhalt könnte automatisch übersetzt werden und nicht 100% korrekt sein."
1343
1354
  show_original: Originaltext anzeigen
1344
1355
  show_translated: Automatisch übersetzter Text anzeigen
1356
+ user_activity:
1357
+ index:
1358
+ no_activities_warning: Für diesen Teilnehmer gibt es bisher noch keine Aktivität.
1345
1359
  user_contact_disabled: Dieser Teilnehmer akzeptiert keine Direktnachrichten.
1346
1360
  user_conversations:
1347
1361
  create:
@@ -1372,7 +1386,7 @@ de:
1372
1386
  back: Alle Unterhaltungen anzeigen
1373
1387
  deleted_accounts: Sie können keine Unterhaltung mit gelöschten Konten führen.
1374
1388
  not_allowed: Dieser Benutzer akzeptiert keine Direktnachrichten mehr.
1375
- title: Unterhaltung mit %{usernames}
1389
+ title: Gespräch mit %{usernames}
1376
1390
  update:
1377
1391
  error: Nachricht wurde nicht gesendet. Versuchen Sie es später noch einmal
1378
1392
  user_interests:
@@ -1583,6 +1597,8 @@ de:
1583
1597
  other: 'Bei der Bearbeitung Ihrer Anfrage sind mehrere Fehler aufgetreten:'
1584
1598
  too_many_marks: benutzt zu viele aufeinanderfolgende Satzzeichen (zB! und?)
1585
1599
  too_much_caps: verwendet zu viele Großbuchstaben (über 25% des Textes)
1600
+ too_short: ist zu kurz (mindestens %{count} Zeichen)
1601
+ url_format: Diese URL ist im falschen Format
1586
1602
  forms:
1587
1603
  correct_errors: Es gibt Fehler auf dem Formular, bitte korrigieren Sie sie, um fortzufahren.
1588
1604
  length_validator:
@@ -1598,7 +1614,7 @@ de:
1598
1614
  decidim:
1599
1615
  cookie_warning:
1600
1616
  description_html: Diese Seite verwendet Cookies. Indem Sie die Seite weiter durchsuchen, stimmen Sie der Verwendung von Cookies zu. Erfahren Sie mehr darüber %{link}.
1601
- link_label: Hier
1617
+ link_label: Mehr über Cookies erfahren
1602
1618
  ok: Ich stimme zu
1603
1619
  edit_link:
1604
1620
  edit: Bearbeiten