decidim-core 0.30.1 → 0.30.3

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.
Files changed (119) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/activity/show.erb +6 -6
  3. data/app/cells/decidim/author/badge.erb +6 -0
  4. data/app/cells/decidim/author/show.erb +5 -1
  5. data/app/cells/decidim/author_cell.rb +10 -0
  6. data/app/cells/decidim/content_blocks/participatory_space_main_data/title.erb +11 -2
  7. data/app/cells/decidim/footer_topics/show.erb +2 -2
  8. data/app/cells/decidim/group_admins/show.erb +3 -1
  9. data/app/cells/decidim/group_members/show.erb +6 -2
  10. data/app/cells/decidim/images_panel/show.erb +5 -2
  11. data/app/cells/decidim/profile/avatar.erb +0 -2
  12. data/app/cells/decidim/profile/badge.erb +3 -3
  13. data/app/cells/decidim/profile/details.erb +2 -1
  14. data/app/cells/decidim/report_button/flag_modal.erb +11 -9
  15. data/app/cells/decidim/report_user_button/flag_modal.erb +11 -10
  16. data/app/cells/decidim/upload_modal/files.erb +4 -4
  17. data/app/cells/decidim/upload_modal_cell.rb +5 -3
  18. data/app/cells/decidim/user_activity_cell.rb +6 -1
  19. data/app/commands/decidim/amendable/accept.rb +2 -1
  20. data/app/commands/decidim/create_omniauth_registration.rb +1 -1
  21. data/app/controllers/decidim/amendments_controller.rb +3 -3
  22. data/app/forms/decidim/user_group_form.rb +2 -0
  23. data/app/helpers/decidim/amendments_helper.rb +2 -1
  24. data/app/helpers/decidim/filters_helper.rb +25 -0
  25. data/app/helpers/decidim/layout_helper.rb +6 -0
  26. data/app/helpers/decidim/map_helper.rb +1 -1
  27. data/app/helpers/decidim/menu_helper.rb +8 -2
  28. data/app/packs/images/decidim/default-avatar.svg +1 -1
  29. data/app/packs/src/decidim/callout.js +13 -8
  30. data/app/packs/src/decidim/confirm.js +15 -3
  31. data/app/packs/src/decidim/datepicker/generate_datepicker.js +2 -0
  32. data/app/packs/src/decidim/datepicker/generate_timepicker.js +2 -0
  33. data/app/packs/src/decidim/direct_uploads/upload_field.js +3 -4
  34. data/app/packs/src/decidim/direct_uploads/upload_modal.js +8 -9
  35. data/app/packs/src/decidim/dropdown_menu.js +18 -0
  36. data/app/packs/src/decidim/editor/common/suggestion.js +11 -1
  37. data/app/packs/src/decidim/form_filter.js +6 -0
  38. data/app/packs/src/decidim/index.js +1 -0
  39. data/app/packs/stylesheets/decidim/_activity.scss +4 -4
  40. data/app/packs/stylesheets/decidim/_author.scss +8 -0
  41. data/app/packs/stylesheets/decidim/_cards.scss +10 -2
  42. data/app/packs/stylesheets/decidim/_filters.scss +1 -1
  43. data/app/packs/stylesheets/decidim/_header.scss +11 -3
  44. data/app/packs/stylesheets/decidim/_layout.scss +2 -2
  45. data/app/packs/stylesheets/decidim/_modal.scss +1 -5
  46. data/app/packs/stylesheets/decidim/_modal_update.scss +5 -1
  47. data/app/packs/stylesheets/decidim/_profile.scss +6 -6
  48. data/app/packs/stylesheets/decidim/editor.scss +3 -1
  49. data/app/permissions/decidim/permissions.rb +13 -1
  50. data/app/validators/etiquette_validator.rb +2 -2
  51. data/app/validators/password_validator.rb +3 -1
  52. data/app/validators/translated_etiquette_validator.rb +2 -0
  53. data/app/views/decidim/application/_document.html.erb +2 -2
  54. data/app/views/decidim/errors/internal_server_error.html.erb +1 -1
  55. data/app/views/decidim/errors/not_found.html.erb +1 -1
  56. data/app/views/decidim/newsletters/unsubscribe.html.erb +16 -4
  57. data/app/views/decidim/searches/_filters.html.erb +48 -13
  58. data/app/views/decidim/shared/_component_announcement.html.erb +1 -1
  59. data/app/views/decidim/shared/_confirm_modal.html.erb +3 -5
  60. data/app/views/decidim/shared/_filters.html.erb +7 -5
  61. data/app/views/layouts/decidim/_application.html.erb +1 -1
  62. data/app/views/layouts/decidim/footer/_main.html.erb +1 -1
  63. data/app/views/layouts/decidim/footer/_main_intro.html.erb +1 -1
  64. data/app/views/layouts/decidim/footer/_mini.html.erb +2 -2
  65. data/app/views/layouts/decidim/header/_main.html.erb +2 -2
  66. data/app/views/layouts/decidim/header/_main_links_desktop.html.erb +6 -0
  67. data/app/views/layouts/decidim/header/_main_links_dropdown.html.erb +2 -0
  68. data/app/views/layouts/decidim/header/_main_links_mobile_account.html.erb +1 -1
  69. data/app/views/layouts/decidim/header/_mobile_language_choose.html.erb +1 -1
  70. data/config/locales/ar.yml +0 -3
  71. data/config/locales/bg-BG.yml +2 -2
  72. data/config/locales/bg.yml +0 -5
  73. data/config/locales/ca-IT.yml +36 -13
  74. data/config/locales/ca.yml +36 -13
  75. data/config/locales/cs.yml +20 -6
  76. data/config/locales/de.yml +54 -21
  77. data/config/locales/el.yml +0 -4
  78. data/config/locales/en.yml +28 -5
  79. data/config/locales/es-MX.yml +28 -5
  80. data/config/locales/es-PY.yml +28 -5
  81. data/config/locales/es.yml +28 -5
  82. data/config/locales/eu.yml +101 -78
  83. data/config/locales/fi-plain.yml +76 -5
  84. data/config/locales/fi.yml +77 -6
  85. data/config/locales/fr-CA.yml +28 -5
  86. data/config/locales/fr-LU.yml +3 -3
  87. data/config/locales/fr.yml +28 -5
  88. data/config/locales/gl.yml +0 -3
  89. data/config/locales/hu.yml +0 -5
  90. data/config/locales/id-ID.yml +0 -3
  91. data/config/locales/is-IS.yml +0 -1
  92. data/config/locales/it.yml +165 -3
  93. data/config/locales/ja.yml +37 -5
  94. data/config/locales/lb-LU.yml +2 -2
  95. data/config/locales/lb.yml +0 -3
  96. data/config/locales/lt.yml +0 -5
  97. data/config/locales/lv.yml +0 -3
  98. data/config/locales/nl.yml +0 -3
  99. data/config/locales/no.yml +0 -3
  100. data/config/locales/pl.yml +0 -5
  101. data/config/locales/pt-BR.yml +0 -4
  102. data/config/locales/pt.yml +0 -3
  103. data/config/locales/ro-RO.yml +0 -4
  104. data/config/locales/ru.yml +0 -3
  105. data/config/locales/sk-SK.yml +3 -3
  106. data/config/locales/sk.yml +2 -3
  107. data/config/locales/sv.yml +27 -4
  108. data/config/locales/tr-TR.yml +0 -3
  109. data/config/locales/uk.yml +0 -2
  110. data/config/locales/zh-CN.yml +0 -3
  111. data/config/locales/zh-TW.yml +0 -5
  112. data/lib/decidim/asset_router/storage.rb +8 -8
  113. data/lib/decidim/assets/tailwind/tailwind.config.js.erb +2 -1
  114. data/lib/decidim/core/test/factories.rb +2 -2
  115. data/lib/decidim/core/test/shared_examples/announcements_examples.rb +4 -0
  116. data/lib/decidim/core/test/shared_examples/comments_examples.rb +7 -5
  117. data/lib/decidim/core/version.rb +1 -1
  118. data/lib/decidim/form_builder.rb +15 -1
  119. metadata +8 -6
@@ -173,6 +173,13 @@ de:
173
173
  x_seconds:
174
174
  one: 1 Sekunde
175
175
  other: "%{count} Sekunden"
176
+ widget:
177
+ label:
178
+ date: Datum für %{label} auswählen
179
+ time: Zeit für %{label} auswählen
180
+ picker:
181
+ date_button: Kalenderauswahl für %{label} öffnen
182
+ time_button: Öffne Zeitauswahl für %{label}
176
183
  decidim:
177
184
  accessibility:
178
185
  external_link: Externer Link
@@ -189,7 +196,7 @@ de:
189
196
  close: Fenster schließen
190
197
  ok: Ja, ich möchte mein Konto löschen
191
198
  question: Sind Sie sicher, dass Sie Ihr Konto löschen möchten?
192
- title: Mein Konto löschen
199
+ title: Konto löschen
193
200
  explanation: Bitte geben Sie den Grund an, warum Sie Ihr Konto löschen möchten (optional).
194
201
  leaving_authorizations_behind: Einige Daten, die an Ihre Autorisierung gebunden sind, werden aus Sicherheitsgründen gespeichert. Wenn Sie ein anderes Konto erstellen und erneut autorisieren, werden diese Daten auf Ihr neues Konto wiederhergestellt.
195
202
  destroy:
@@ -512,7 +519,7 @@ de:
512
519
  unauthorized:
513
520
  explanation: Leider können Sie diese Aktion nicht ausführen, da einige Ihrer Autorisierungsdaten nicht übereinstimmen.
514
521
  invalid_field: "%{field} Wert %{value} ist nicht gültig."
515
- ok: Ok
522
+ ok: OK
516
523
  title: Nicht berechtigt
517
524
  unconfirmed:
518
525
  confirmation_instructions: 'Wenn Sie die Bestätigungsanweisungen nicht erhalten haben, können Sie sie erneut anfordern:'
@@ -848,10 +855,20 @@ de:
848
855
  error: Fehler beim Hochladen des Bildes.
849
856
  success: Bild erfolgreich hochgeladen.
850
857
  drag_and_drop_help: Sie können Bilder per Drag & Drop hinzufügen oder per Copy & Paste.
858
+ endorsement_buttons_cell:
859
+ already_endorsed: Unterstützung zurückziehen
860
+ endorse: Unterstützen
851
861
  endorsements:
852
862
  identities:
853
863
  done: Erledigt
854
864
  select_identity: Identität auswählen
865
+ endorsers_list:
866
+ endorsed_by:
867
+ one: Unterstützt von %{visible}
868
+ other: Unterstützt von %{visible} und anderen
869
+ others: "%{count} weiteren"
870
+ title: Geliked von
871
+ you: dir
855
872
  ephemeral_user: Gast
856
873
  errors:
857
874
  files:
@@ -878,68 +895,68 @@ de:
878
895
  amendments:
879
896
  amendment_accepted:
880
897
  affected_user:
881
- email_intro: 'Eine Änderung an %{amendable_title} wurde akzeptiert. Sie können das auf dieser Seite sehen:'
898
+ email_intro: 'Eine Änderung an %{amendable_title} wurde akzeptiert. Sehen Sie es sich auf dieser Seite an:'
882
899
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Autor von %{amendable_title} sind.
883
900
  email_subject: Akzeptierte Änderung für %{amendable_title} von %{emendation_author_nickname}
884
901
  notification_title: Die <a href="%{emendation_path}">Änderung</a> von <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> für <a href="%{amendable_path}">%{amendable_title}</a> wurde angenommen.
885
902
  follower:
886
- email_intro: 'Eine Änderung für %{amendable_title} wurde akzeptiert. Sie können das auf dieser Seite sehen:'
903
+ email_intro: 'Eine Änderung für %{amendable_title} wurde akzeptiert. Sehen Sie es sich auf dieser Seite an:'
887
904
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{amendable_title} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
888
905
  email_subject: Akzeptierte Änderung für %{amendable_title} von %{emendation_author_nickname}
889
906
  notification_title: Die <a href="%{emendation_path}">Änderung</a> von <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> für <a href="%{amendable_path}">%{amendable_title}</a> wurde akzeptiert.
890
907
  amendment_created:
891
908
  affected_user:
892
- email_intro: 'Eine neue Änderung wurde für %{amendable_title} vorgeschlagen. Sie können das auf dieser Seite sehen:'
909
+ email_intro: 'Eine neue Änderung wurde für %{amendable_title} vorgeschlagen. Sehen Sie es sich auf dieser Seite an:'
893
910
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Autor von %{amendable_title} sind.
894
911
  email_subject: Neuer Änderungsantrag für %{amendable_title}
895
912
  notification_title: Neue Änderung für <a href="%{amendable_path}">%{amendable_title}</a> erstellt.
896
913
  follower:
897
- email_intro: 'Eine neue Änderung für %{amendable_title} wurde erstellt. Sie können das auf dieser Seite sehen:'
914
+ email_intro: 'Eine neue Änderung für %{amendable_title} wurde erstellt. Sehen Sie es sich auf dieser Seite an:'
898
915
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{amendable_title} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
899
916
  email_subject: Neuer Änderungsantrag für %{amendable_title}
900
917
  notification_title: Eine neue Änderung für <a href="%{amendable_path}">%{amendable_title}</a> wurde erstellt.
901
918
  amendment_promoted:
902
919
  affected_user:
903
- email_intro: 'Eine abgelehnte Änderung an %{amendable_title} wurde als neue/n %{amendable_type} veröffentlicht. Sie können das auf dieser Seite sehen:'
920
+ email_intro: 'Eine abgelehnte Änderung an %{amendable_title} wurde als neue/n %{amendable_type} veröffentlicht. Sehen Sie es sich auf dieser Seite an:'
904
921
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Autor von %{amendable_title} sind.
905
922
  email_subject: Eine Änderung von %{emendation_author_nickname} wurde als neue/n %{amendable_type} veröffentlicht
906
923
  notification_title: Die <a href="%{emendation_path}">abgelehnte Änderung</a> für <a href="%{amendable_path}">%{amendable_title}</a> wurde von <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> als neue/n %{amendable_type} veröffentlicht.
907
924
  follower:
908
- email_intro: 'Eine abgelehnte Änderung für %{amendable_title} wurde als neue/n %{amendable_type} veröffentlicht. Sie können das auf dieser Seite sehen:'
925
+ email_intro: 'Eine abgelehnte Änderung für %{amendable_title} wurde als neue/n %{amendable_type} veröffentlicht. Sehen Sie es sich auf dieser Seite an:'
909
926
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{amendable_title} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
910
927
  email_subject: Eine Änderung von %{emendation_author_nickname} wurde als neue/n/s %{amendable_type} veröffentlicht
911
928
  notification_title: Eine <a href="%{emendation_path}">abgelehnte Änderung</a> für <a href="%{amendable_path}">%{amendable_title}</a> wurde von <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> als neue/n/s %{amendable_type} veröffentlicht.
912
929
  amendment_rejected:
913
930
  affected_user:
914
- email_intro: 'Eine Änderung an %{amendable_title} wurde abgelehnt. Sie können das auf dieser Seite sehen:'
931
+ email_intro: 'Eine Änderung an %{amendable_title} wurde abgelehnt. Sehen Sie es sich auf dieser Seite an:'
915
932
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Autor von %{amendable_title} sind.
916
933
  email_subject: Abgelehnter Änderungsantrag für %{amendable_title} von %{emendation_author_nickname}
917
934
  notification_title: Die <a href="%{emendation_path}">Änderung</a> von <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> für <a href="%{amendable_path}">%{amendable_title}</a> wurde abgelehnt.
918
935
  follower:
919
- email_intro: 'Eine Änderung für %{amendable_title} wurde abgelehnt. Sie können das auf dieser Seite sehen:'
936
+ email_intro: 'Eine Änderung für %{amendable_title} wurde abgelehnt. Sehen Sie es sich auf dieser Seite an:'
920
937
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{amendable_title}. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
921
938
  email_subject: Abgelehnte Änderung für %{amendable_title} von %{emendation_author_nickname}
922
939
  notification_title: Die <a href="%{emendation_path}">Änderung</a> für <a href="%{amendable_path}">%{amendable_title}</a> von <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> wurde abgelehnt.
923
940
  emendation_promoted:
924
941
  follower:
925
- email_intro: 'Eine Änderung wurde für %{amendable_title} abgelehnt. Sie können es auf dieser Seite sehen:'
942
+ email_intro: 'Eine Änderung wurde für %{amendable_title} abgelehnt. Sehen Sie es sich auf dieser Seite an:'
926
943
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{amendable_title} mitverfasst haben.
927
944
  email_subject: Eine Änderung von %{emendation_author_nickname} ist als neuer %{amendable_type} veröffentlicht worden
928
945
  attachments:
929
946
  attachment_created:
930
- email_intro: 'Ein neues Dokument wurde zu %{resource_title} hinzugefügt. Sie können es auf dieser Seite sehen:'
947
+ email_intro: 'Ein neues Dokument wurde zu %{resource_title} hinzugefügt. Sehen Sie es sich auf dieser Seite an:'
931
948
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{resource_title} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
932
949
  email_subject: Eine Aktualisierung auf %{resource_title}
933
950
  notification_title: Ein <a href="%{resource_path}">neues Dokument</a> wurde zu <a href="%{attached_to_url}">%{resource_title}</a>hinzugefügt
934
951
  components:
935
952
  component_published:
936
- email_intro: 'Die Komponente %{resource_title} ist jetzt für %{participatory_space_title} aktiv. Sie können das auf dieser Seite sehen:'
953
+ email_intro: 'Die Komponente %{resource_title} ist jetzt für %{participatory_space_title} aktiv. Sehen Sie es sich auf dieser Seite an:'
937
954
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{participatory_space_title} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
938
955
  email_subject: Eine Aktualisierung auf %{participatory_space_title}
939
956
  notification_title: Die Komponente %{resource_title} ist jetzt für <a href="%{resource_path}">%{participatory_space_title}</a> aktiv
940
957
  email_event:
941
958
  email_greeting: Hallo %{user_name},
942
- email_intro: 'Es wurde ein Update auf "%{resource_title}" vorgenommen. Sie können das auf dieser Seite sehen:'
959
+ email_intro: 'Es wurde ein Update auf "%{resource_title}" vorgenommen. Sehen Sie es sich auf dieser Seite an:'
943
960
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie "%{resource_title}" folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
944
961
  email_subject: Eine Aktualisierung auf %{resource_title}
945
962
  gamification:
@@ -1160,7 +1177,12 @@ de:
1160
1177
  title: Was sind Abzeichen?
1161
1178
  group_admins:
1162
1179
  actions:
1163
- are_you_sure: Sind Sie sicher? Dadurch wird der Teilnehmer nicht aus der Gruppe entfernt.
1180
+ confirm_modal:
1181
+ ok_add: Neuen Admin hinzufügen
1182
+ ok_remove: Admin entfernen
1183
+ title_add: Neuer Admin bestätigen
1184
+ title_remove: Admin entfernen
1185
+ confirm_remove_from_admin: Sind Sie sicher, dass Sie den Admin dieser Gruppe entfernen möchten?
1164
1186
  demote_admin: Entferne Admin
1165
1187
  demote:
1166
1188
  error: Beim Entfernen dieses Teilnehmers aus der Adminliste ist ein Fehler aufgetreten.
@@ -1190,7 +1212,11 @@ de:
1190
1212
  error: Bei der Annahme dieser Beitrittsanfrage ist ein Fehler aufgetreten.
1191
1213
  success: Beitrittsanfrage erfolgreich angenommen.
1192
1214
  actions:
1193
- are_you_sure: Sind Sie sich sicher?
1215
+ confirm_modal:
1216
+ ok_remove: Mitglied entfernen
1217
+ title_remove: Mitglied entfernen
1218
+ confirm_promote_to_admin: Sind Sie sicher, dass Sie dieses Konto als Admin hinzufügen möchten?
1219
+ confirm_remove_from_group: Sind Sie sicher, dass Sie dieses Konto von der Gruppe entfernen möchten?
1194
1220
  promote_to_admin: Zum Admin ernennen
1195
1221
  remove_from_group: Benutzer entfernen
1196
1222
  index:
@@ -1432,11 +1458,12 @@ de:
1432
1458
  main_image: Hauptbild
1433
1459
  newsletters:
1434
1460
  unsubscribe:
1435
- check_subscription: Wenn Sie Ihre Einstellungen ändern möchten, können Sie dies auf der <a href="%{link}" target="_blank">Konfigurationsseite</a> tun.
1461
+ check_subscription_html: Wenn Sie diese wieder erhalten möchten, können Sie Ihr Abonnement jederzeit auf der <a href="%{link}" target="_blank">Einstellungsseite</a> wieder aktivieren.
1436
1462
  error: Es gab ein Problem beim Kündigen des Abonnements.
1463
+ subscription_preferences: Wir haben Ihre Abonnement-Einstellungen aktualisiert und Sie erhalten keine Newsletter mehr von %{organization_name}.
1437
1464
  success: Sie haben sich erfolgreich abgemeldet.
1438
1465
  token_error: Der Link ist abgelaufen.
1439
- unsubscribe: Abmelden
1466
+ unsubscribe: Newsletter kündigen
1440
1467
  newsletters_opt_in:
1441
1468
  unauthorized: Entschuldigung, dieser Link ist nicht mehr verfügbar.
1442
1469
  update:
@@ -1444,7 +1471,7 @@ de:
1444
1471
  success: Newslettereinstellungen wurden erfolgreich aktualisiert.
1445
1472
  newsletters_opt_in_mailer:
1446
1473
  notify:
1447
- body_1: Die Verarbeitung personenbezogener Daten und deren Schutz wird für uns alle immer wichtiger. Mit der neuen Datenschutz-Grundverordnung (DSGV) vom 25. Mai 2018 haben Einzelpersonen eine bessere Kontrolle über ihre personenbezogenen Daten. Aus diesem Grund benötigen wir Ihr "OK" um weiterhin relevante Informationen über die Aktivitäten der %{organization_name}zu senden.
1474
+ body_1: Die Verarbeitung personenbezogener Daten und deren Schutz wird für uns alle immer wichtiger. Mit der Datenschutz-Grundverordnung (DSGV) vom 25. Mai 2018 haben Einzelpersonen eine bessere Kontrolle über ihre personenbezogenen Daten. Aus diesem Grund benötigen wir Ihr "OK" um weiterhin relevante Informationen über die Aktivitäten von %{organization_name} zu senden.
1448
1475
  body_2: 'Wie können Sie uns Ihre Zustimmung geben? Klicken Sie einfach auf den folgenden Knopf:'
1449
1476
  body_3: Mit dieser Zustimmung können Sie weiterhin Informationen über die Dienste der Plattform erhalten. Wenn wir im Gegenteil keine positive Bestätigung von Ihnen erhalten, werden wir Ihnen keine Nachrichten mehr senden. Wenn Sie bestätigen, dass Sie weiterhin informiert werden möchten, haben Sie jederzeit die Möglichkeit, den Vorgang abzubrechen.
1450
1477
  button: Ja, ich möchte weiterhin relevante Informationen erhalten
@@ -1780,6 +1807,7 @@ de:
1780
1807
  searches:
1781
1808
  filters:
1782
1809
  jump_to: 'Springen zu:'
1810
+ resource: "%{label} nach %{collection}"
1783
1811
  search: Suchen
1784
1812
  state:
1785
1813
  active: Aktiv
@@ -1800,7 +1828,7 @@ de:
1800
1828
  confirm_modal:
1801
1829
  cancel: Abbrechen
1802
1830
  close_modal: Fenster schließen
1803
- ok: Ok
1831
+ ok: OK
1804
1832
  title: Bestätigen
1805
1833
  confirm_unload: Diese Seite enthält ungespeicherte Änderungen. Möchten Sie die Seite dennoch verlassen?
1806
1834
  embed:
@@ -2255,14 +2283,17 @@ de:
2255
2283
  edit: Bearbeiten
2256
2284
  footer:
2257
2285
  cc_by_license: Creative Commons Lizenz
2286
+ current_organization_img: "%{organization} (zur Startseite)"
2258
2287
  data_consent_settings: Cookie Einstellungen
2259
2288
  decidim_logo: Decidim-Logo
2260
2289
  decidim_title: Decidim
2290
+ help: Hilfe
2261
2291
  log_in: Anmelden
2262
2292
  made_with_open_source: Website mit <a target="_blank" href="https://github.com/decidim/decidim">freier Software erstellt</a>.
2263
2293
  open_data: Offene Daten
2264
2294
  resources: Ressourcen
2265
2295
  sign_up: Konto erstellen
2296
+ social_media: Social Media
2266
2297
  terms_of_service: Nutzungsbedingungen
2267
2298
  header:
2268
2299
  close: Schliessen
@@ -2304,10 +2335,12 @@ de:
2304
2335
  profile: Mein Konto
2305
2336
  public_profile: Mein öffentliches Profil
2306
2337
  title: Profil-Links
2338
+ unread_conversations: Sie haben ungelesene Unterhaltungen
2339
+ unread_notifications: Sie haben ungelesene Benachrichtigungen
2307
2340
  user_profile:
2308
2341
  account: Konto
2309
2342
  authorizations: Berechtigungen
2310
- delete_my_account: Löschen Sie mein Konto
2343
+ delete_my_account: Konto löschen
2311
2344
  my_data: Meine Daten
2312
2345
  notifications_settings: Benachrichtigungseinstellungen
2313
2346
  profile: Profil
@@ -719,7 +719,6 @@ el:
719
719
  title: Τι είναι τα εμβλήματα;
720
720
  group_admins:
721
721
  actions:
722
- are_you_sure: Είσαι βέβαιοι; Αυτό δεν θα καταργήσει τον συμμετέχοντα από την ομάδα.
723
722
  demote_admin: Κατάργηση διαχειριστή
724
723
  demote:
725
724
  error: Υπήρξε ένα πρόβλημα κατά την κατάργηση αυτού του συμμετέχοντα από τη λίστα διαχειριστών.
@@ -748,7 +747,6 @@ el:
748
747
  error: Υπήρξε ένα πρόβλημα κατά την αποδοχή αυτού του αιτήματος συμμετοχής.
749
748
  success: Το αίτημα συμμετοχής έγινε δεκτό με επιτυχία.
750
749
  actions:
751
- are_you_sure: Είστε βέβαιοι;
752
750
  promote_to_admin: Ορισμός διαχειριστή
753
751
  remove_from_group: Κατάργηση συμμετέχοντα
754
752
  index:
@@ -939,10 +937,8 @@ el:
939
937
  unsubscribe:
940
938
  success: Καταργήσατε την εγγραφή σας με επιτυχία.
941
939
  token_error: Ο σύνδεσμος έχει λήξει.
942
- unsubscribe: Κατάργηση εγγραφής
943
940
  newsletters_opt_in_mailer:
944
941
  notify:
945
- body_1: Η επεξεργασία των προσωπικών δεδομένων και η προστασία τους καθίστανται όλο και πιο σημαντικές για όλους μας. Με τον νέο Γενικό Κανονισμό για την Προστασία Δεδομένων (ΓΚΠΔ) της 25ης Μαΐου 2018, τα άτομα έχουν καλύτερο έλεγχο των προσωπικών τους δεδομένων. Για αυτόν τον λόγο, χρειαζόμαστε τη συγκατάθεσή σας για να συνεχίσουμε να στέλνουμε σχετικές πληροφορίες σχετικά με τις δραστηριότητες του οργανισμού %{organization_name}.
946
942
  body_2: 'Πώς μπορείτε να μας παρέχετε τη συγκατάθεσή σας; Απλώς κάντε κλικ στο παρακάτω κουμπί:'
947
943
  body_3: Με αυτήν τη συγκατάθεση, θα μπορείτε να συνεχίσετε να λαμβάνετε πληροφορίες σχετικά με τις υπηρεσίες της πλατφόρμας. Εάν, αντίθετα, δεν λάβουμε θετική επιβεβαίωση εκ μέρους σας, θα σταματήσουμε να σας στέλνουμε τα μηνύματά μας. Εάν επιβεβαιώσετε ότι θέλετε να συνεχίσετε να ενημερώνεστε, θα έχετε πάντα την επιλογή να ακυρώσετε τη συγκατάθεσή σας ανά πάσα στιγμή.
948
944
  button: Ναι, θέλω να συνεχίσω να λαμβάνω σχετικές πληροφορίες
@@ -173,6 +173,13 @@ en:
173
173
  x_seconds:
174
174
  one: 1 second
175
175
  other: "%{count} seconds"
176
+ widget:
177
+ label:
178
+ date: Select date for %{label}
179
+ time: Select time for %{label}
180
+ picker:
181
+ date_button: Open calendar picker for %{label}
182
+ time_button: Open time picker for %{label}
176
183
  decidim:
177
184
  accessibility:
178
185
  external_link: External link
@@ -1170,7 +1177,12 @@ en:
1170
1177
  title: What are the badges?
1171
1178
  group_admins:
1172
1179
  actions:
1173
- are_you_sure: Are you sure? This will not remove the participant from the group.
1180
+ confirm_modal:
1181
+ ok_add: Add an administrator
1182
+ ok_remove: Remove the administrator
1183
+ title_add: Confirm the new administrator
1184
+ title_remove: Remove the administrator
1185
+ confirm_remove_from_admin: Are you sure you want to remove the administrator from this group?
1174
1186
  demote_admin: Remove admin
1175
1187
  demote:
1176
1188
  error: There was a problem removing this participant from the admins list.
@@ -1200,7 +1212,11 @@ en:
1200
1212
  error: There was a problem accepting this join request.
1201
1213
  success: Join request successfully accepted.
1202
1214
  actions:
1203
- are_you_sure: Are you sure?
1215
+ confirm_modal:
1216
+ ok_remove: Remove the member
1217
+ title_remove: Remove the member
1218
+ confirm_promote_to_admin: Are you sure you want to add this user as an administrator?
1219
+ confirm_remove_from_group: Are you sure you want to remove the user from this group?
1204
1220
  promote_to_admin: Make admin
1205
1221
  remove_from_group: Remove participant
1206
1222
  index:
@@ -1442,11 +1458,12 @@ en:
1442
1458
  main_image: Main image
1443
1459
  newsletters:
1444
1460
  unsubscribe:
1445
- check_subscription: If you want to change your preferences, you can do so in the <a href="%{link}" target="_blank">configuration page</a>.
1461
+ check_subscription_html: If you'd like to start receiving them again, you can re-enable your subscription anytime from the <a href="%{link}" target="_blank">settings page</a>.
1446
1462
  error: There was a problem unsubscribing.
1463
+ subscription_preferences: We have updated your subscription preferences, and you will no longer receive newsletters from %{organization_name}.
1447
1464
  success: You are unsubscribed successfully.
1448
1465
  token_error: The link has expired.
1449
- unsubscribe: Unsubscribe
1466
+ unsubscribe: Unsubscribe from newsletter
1450
1467
  newsletters_opt_in:
1451
1468
  unauthorized: Sorry, this link is no longer available.
1452
1469
  update:
@@ -1454,7 +1471,7 @@ en:
1454
1471
  success: Newsletter settings successfully updated.
1455
1472
  newsletters_opt_in_mailer:
1456
1473
  notify:
1457
- body_1: The processing of personal data and its protection is becoming increasingly important for all of us. With the new General Data Protection Regulation (GDPR) of May 25, 2018, individuals have better control over their personal data. For this reason we need your "OK" to continue sending relevant information about the activities of the %{organization_name}.
1474
+ body_1: The processing of personal data and its protection is becoming increasingly important for all of us. With the General Data Protection Regulation (GDPR) of May 25, 2018, individuals have better control over their personal data. For this reason we need your "OK" to continue sending relevant information about the activities of the %{organization_name}.
1458
1475
  body_2: 'How can you give us your consent? Just click the following button:'
1459
1476
  body_3: With this consent you will be able to continue receiving information about the services of the platform. If, on the contrary, we do not receive a positive confirmation on your part we will stop sending you our messages. If you confirm that you want to keep being informed, you will always have the option to cancel at any time.
1460
1477
  button: Yes, I want to continue receiving relevant information
@@ -1790,6 +1807,7 @@ en:
1790
1807
  searches:
1791
1808
  filters:
1792
1809
  jump_to: 'Jump to:'
1810
+ resource: "%{label} among %{collection}"
1793
1811
  search: Search
1794
1812
  state:
1795
1813
  active: Active
@@ -2265,14 +2283,17 @@ en:
2265
2283
  edit: Edit
2266
2284
  footer:
2267
2285
  cc_by_license: Creative Commons License
2286
+ current_organization_img: "%{organization} (Back home)"
2268
2287
  data_consent_settings: Cookie settings
2269
2288
  decidim_logo: Decidim Logo
2270
2289
  decidim_title: Decidim
2290
+ help: Help
2271
2291
  log_in: Log in
2272
2292
  made_with_open_source: Website made with <a target="_blank" href="https://github.com/decidim/decidim">free software</a>.
2273
2293
  open_data: Open Data
2274
2294
  resources: Resources
2275
2295
  sign_up: Create an account
2296
+ social_media: Social media
2276
2297
  terms_of_service: Terms of Service
2277
2298
  header:
2278
2299
  close: Close
@@ -2314,6 +2335,8 @@ en:
2314
2335
  profile: My account
2315
2336
  public_profile: My public profile
2316
2337
  title: Profile links
2338
+ unread_conversations: You have unread conversations
2339
+ unread_notifications: You have unread notifications
2317
2340
  user_profile:
2318
2341
  account: Account
2319
2342
  authorizations: Authorizations
@@ -173,6 +173,13 @@ es-MX:
173
173
  x_seconds:
174
174
  one: 1 segundo
175
175
  other: "%{count} segundos"
176
+ widget:
177
+ label:
178
+ date: Seleccionar fecha para %{label}
179
+ time: Seleccionar hora para %{label}
180
+ picker:
181
+ date_button: Abrir el selector de calendario para %{label}
182
+ time_button: Abrir selector de hora para %{label}
176
183
  decidim:
177
184
  accessibility:
178
185
  external_link: Enlace externo
@@ -1166,7 +1173,12 @@ es-MX:
1166
1173
  title: '¿Qué son las insignias?'
1167
1174
  group_admins:
1168
1175
  actions:
1169
- are_you_sure: '¿Seguro? Esto no eliminará a la participante del grupo.'
1176
+ confirm_modal:
1177
+ ok_add: Añadir una administradora
1178
+ ok_remove: Eliminar la administradora
1179
+ title_add: Confirmar la nueva administradora
1180
+ title_remove: Eliminar la administradora
1181
+ confirm_remove_from_admin: '¿Seguro que quieres eliminar a la administradora de este grupo?'
1170
1182
  demote_admin: Eliminar permisos de administración
1171
1183
  demote:
1172
1184
  error: Se ha producido un error al eliminar esta participante de la lista de administradoras.
@@ -1196,7 +1208,11 @@ es-MX:
1196
1208
  error: Se ha producido un error al aceptar esta solicitud de incorporación al grupo.
1197
1209
  success: Solicitud de unirse correctamente aceptada.
1198
1210
  actions:
1199
- are_you_sure: '¿Estás seguro?'
1211
+ confirm_modal:
1212
+ ok_remove: Eliminar miembro
1213
+ title_remove: Eliminar miembro
1214
+ confirm_promote_to_admin: '¿Seguro que quieres agregar esta usuaria como administradora?'
1215
+ confirm_remove_from_group: '¿Seguro que quieres eliminar a esta usuaria de este grupo?'
1200
1216
  promote_to_admin: Hacer administrador
1201
1217
  remove_from_group: Eliminar usuario
1202
1218
  index:
@@ -1438,11 +1454,12 @@ es-MX:
1438
1454
  main_image: Imagen principal
1439
1455
  newsletters:
1440
1456
  unsubscribe:
1441
- check_subscription: Si quieres cambiar tus preferencias, puedes hacerlo en la <a href="%{link}" target="_blank">página de configuración</a>.
1457
+ check_subscription_html: Si quieres volver a recibirlos, puedes volver a activar tu suscripción en cualquier momento desde la <a href="%{link}" target="_blank">página de configuración</a>.
1442
1458
  error: Se ha producido un error al cancelar la suscripción.
1459
+ subscription_preferences: Hemos actualizado tus preferencias de suscripción y ya no recibirás boletines informativos de %{organization_name}.
1443
1460
  success: Te has dado de baja exitosamente.
1444
1461
  token_error: El enlace ha expirado.
1445
- unsubscribe: Darse de baja
1462
+ unsubscribe: Cancelar la suscripción al boletín informativo
1446
1463
  newsletters_opt_in:
1447
1464
  unauthorized: Lo sentimos, este enlace ya no está disponible.
1448
1465
  update:
@@ -1450,7 +1467,7 @@ es-MX:
1450
1467
  success: La configuración del boletín de noticias se ha actualizado correctamente.
1451
1468
  newsletters_opt_in_mailer:
1452
1469
  notify:
1453
- body_1: El procesamiento de datos personales y su protección es cada vez más importante para todos nosotros. Con el nuevo Reglamento General de Protección de Datos (RGPD) del 25 de mayo de 2018, las personas tienen un mejor control sobre sus datos personales. Por este motivo, necesitamos tu "OK" para seguir enviando información relevante sobre las actividades del %{organization_name}.
1470
+ body_1: El procesamiento de datos personales y su protección es cada vez más importante para todas nosotras. Con el Reglamento General de Protección de Datos (RGPD) del 25 de mayo de 2018, las personas tienen un mayor control sobre sus datos personales. Por este motivo, necesitamos tu autorización para seguir enviándote información relevante sobre las actividades del %{organization_name}.
1454
1471
  body_2: '¿Cómo puedes darnos tu consentimiento? Simplemente haz clic en el siguiente botón:'
1455
1472
  body_3: Con este consentimiento, podrás continuar recibiendo información sobre los servicios de la plataforma. Si, por el contrario, no recibimos una confirmación positiva de tu parte, dejaremos de enviarte nuestros mensajes. Si confirmas que deseas mantenerte informado, siempre tendrás la opción de cancelar en cualquier momento.
1456
1473
  button: Sí, deseo continuar recibiendo información relevante
@@ -1786,6 +1803,7 @@ es-MX:
1786
1803
  searches:
1787
1804
  filters:
1788
1805
  jump_to: 'Salta a:'
1806
+ resource: "%{label} entre %{collection}"
1789
1807
  search: Buscar
1790
1808
  state:
1791
1809
  active: Activo
@@ -2257,14 +2275,17 @@ es-MX:
2257
2275
  edit: Editar
2258
2276
  footer:
2259
2277
  cc_by_license: Con licencia Creative Commons
2278
+ current_organization_img: "%{organization} (Ir a la página principal)"
2260
2279
  data_consent_settings: Configuración de cookies
2261
2280
  decidim_logo: Logo Decidim
2262
2281
  decidim_title: Decidim
2282
+ help: Ayuda
2263
2283
  log_in: Entra
2264
2284
  made_with_open_source: Sitio web creado con <a target="_blank" href="https://github.com/decidim/decidim">software libre</a>.
2265
2285
  open_data: Datos abiertos
2266
2286
  resources: Recursos
2267
2287
  sign_up: Crea una cuenta
2288
+ social_media: Redes Sociales
2268
2289
  terms_of_service: Términos y condiciones de uso
2269
2290
  header:
2270
2291
  close: Cerrar
@@ -2306,6 +2327,8 @@ es-MX:
2306
2327
  profile: Mi cuenta
2307
2328
  public_profile: Mi perfil público
2308
2329
  title: Enlaces de perfil
2330
+ unread_conversations: Tienes conversaciones sin leer
2331
+ unread_notifications: Tienes notificaciones sin leer
2309
2332
  user_profile:
2310
2333
  account: Cuenta
2311
2334
  authorizations: Autorizaciones
@@ -173,6 +173,13 @@ es-PY:
173
173
  x_seconds:
174
174
  one: 1 segundo
175
175
  other: "%{count} segundos"
176
+ widget:
177
+ label:
178
+ date: Seleccionar fecha para %{label}
179
+ time: Seleccionar hora para %{label}
180
+ picker:
181
+ date_button: Abrir el selector de calendario para %{label}
182
+ time_button: Abrir selector de hora para %{label}
176
183
  decidim:
177
184
  accessibility:
178
185
  external_link: Enlace externo
@@ -1166,7 +1173,12 @@ es-PY:
1166
1173
  title: '¿Qué son las insignias?'
1167
1174
  group_admins:
1168
1175
  actions:
1169
- are_you_sure: '¿Seguro? Esto no eliminará a la participante del grupo.'
1176
+ confirm_modal:
1177
+ ok_add: Añadir una administradora
1178
+ ok_remove: Eliminar la administradora
1179
+ title_add: Confirmar la nueva administradora
1180
+ title_remove: Eliminar la administradora
1181
+ confirm_remove_from_admin: '¿Seguro que quieres eliminar a la administradora de este grupo?'
1170
1182
  demote_admin: Quitar admin
1171
1183
  demote:
1172
1184
  error: Se ha producido un error al eliminar esta participante de la lista de administradoras.
@@ -1196,7 +1208,11 @@ es-PY:
1196
1208
  error: Se ha producido un error al aceptar esta solicitud de incorporación al grupo.
1197
1209
  success: Solicitud de unirse correctamente aceptada.
1198
1210
  actions:
1199
- are_you_sure: '¿Estás seguro?'
1211
+ confirm_modal:
1212
+ ok_remove: Eliminar miembro
1213
+ title_remove: Eliminar miembro
1214
+ confirm_promote_to_admin: '¿Seguro que quieres agregar esta usuaria como administradora?'
1215
+ confirm_remove_from_group: '¿Seguro que quieres eliminar a esta usuaria de este grupo?'
1200
1216
  promote_to_admin: Hacer administrador
1201
1217
  remove_from_group: Eliminar usuario
1202
1218
  index:
@@ -1438,11 +1454,12 @@ es-PY:
1438
1454
  main_image: Imagen principal
1439
1455
  newsletters:
1440
1456
  unsubscribe:
1441
- check_subscription: Si quieres cambiar tus preferencias, puedes hacerlo en la <a href="%{link}" target="_blank">página de configuración</a>.
1457
+ check_subscription_html: Si quieres volver a recibirlos, puedes volver a activar tu suscripción en cualquier momento desde la <a href="%{link}" target="_blank">página de configuración</a>.
1442
1458
  error: Se ha producido un error al cancelar la suscripción.
1459
+ subscription_preferences: Hemos actualizado tus preferencias de suscripción y ya no recibirás boletines informativos de %{organization_name}.
1443
1460
  success: Te has dado de baja exitosamente.
1444
1461
  token_error: El enlace ha expirado.
1445
- unsubscribe: Darse de baja
1462
+ unsubscribe: Cancelar la suscripción al boletín informativo
1446
1463
  newsletters_opt_in:
1447
1464
  unauthorized: Lo sentimos, este enlace ya no está disponible.
1448
1465
  update:
@@ -1450,7 +1467,7 @@ es-PY:
1450
1467
  success: La configuración del boletín de noticias se ha actualizado correctamente.
1451
1468
  newsletters_opt_in_mailer:
1452
1469
  notify:
1453
- body_1: El procesamiento de datos personales y su protección es cada vez más importante para todos nosotros. Con el nuevo Reglamento General de Protección de Datos (RGPD) del 25 de mayo de 2018, las personas tienen un mejor control sobre sus datos personales. Por este motivo, necesitamos tu "OK" para seguir enviando información relevante sobre las actividades del %{organization_name}.
1470
+ body_1: El procesamiento de datos personales y su protección es cada vez más importante para todas nosotras. Con el Reglamento General de Protección de Datos (RGPD) del 25 de mayo de 2018, las personas tienen un mayor control sobre sus datos personales. Por este motivo, necesitamos tu autorización para seguir enviándote información relevante sobre las actividades del %{organization_name}.
1454
1471
  body_2: '¿Cómo puedes darnos tu consentimiento? Simplemente haz clic en el siguiente botón:'
1455
1472
  body_3: Con este consentimiento, podrá continuar recibiendo información sobre los servicios de la plataforma. Si, por el contrario, no recibimos una confirmación positiva de su parte, dejaremos de enviarle nuestros mensajes. Si confirma que desea mantenerse informado, siempre tendrá la opción de cancelar en cualquier momento.
1456
1473
  button: Sí, deseo continuar recibiendo información relevante
@@ -1786,6 +1803,7 @@ es-PY:
1786
1803
  searches:
1787
1804
  filters:
1788
1805
  jump_to: 'Salta a:'
1806
+ resource: "%{label} entre %{collection}"
1789
1807
  search: Buscar
1790
1808
  state:
1791
1809
  active: Activo
@@ -2257,14 +2275,17 @@ es-PY:
2257
2275
  edit: Editar
2258
2276
  footer:
2259
2277
  cc_by_license: Con licencia Creative Commons
2278
+ current_organization_img: "%{organization} (Ir a la página principal)"
2260
2279
  data_consent_settings: Configuración de cookies
2261
2280
  decidim_logo: Logo Decidim
2262
2281
  decidim_title: Decidim
2282
+ help: Ayuda
2263
2283
  log_in: Entra
2264
2284
  made_with_open_source: Sitio web creado con <a target="_blank" href="https://github.com/decidim/decidim">software libre</a>.
2265
2285
  open_data: Datos abiertos
2266
2286
  resources: Recursos
2267
2287
  sign_up: Crea una cuenta
2288
+ social_media: Redes Sociales
2268
2289
  terms_of_service: Términos y condiciones de uso
2269
2290
  header:
2270
2291
  close: Cerrar
@@ -2306,6 +2327,8 @@ es-PY:
2306
2327
  profile: Mi cuenta
2307
2328
  public_profile: Mi perfil público
2308
2329
  title: Enlaces de perfil
2330
+ unread_conversations: Tienes conversaciones sin leer
2331
+ unread_notifications: Tienes notificaciones sin leer
2309
2332
  user_profile:
2310
2333
  account: Cuenta
2311
2334
  authorizations: Autorizaciones