decidim-core 0.29.4 → 0.29.5

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 (104) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/activity/show.erb +6 -6
  3. data/app/cells/decidim/content_blocks/participatory_space_main_data/title.erb +11 -2
  4. data/app/cells/decidim/footer_topics/show.erb +2 -2
  5. data/app/cells/decidim/group_admins/show.erb +3 -1
  6. data/app/cells/decidim/group_members/show.erb +6 -2
  7. data/app/cells/decidim/images_panel/show.erb +5 -2
  8. data/app/cells/decidim/report_button/flag_modal.erb +11 -9
  9. data/app/cells/decidim/report_user_button/flag_modal.erb +11 -10
  10. data/app/cells/decidim/upload_modal/files.erb +4 -4
  11. data/app/cells/decidim/upload_modal_cell.rb +5 -3
  12. data/app/commands/decidim/amendable/accept.rb +2 -1
  13. data/app/controllers/concerns/decidim/headers/browser_feature_permissions.rb +50 -0
  14. data/app/controllers/decidim/amendments_controller.rb +3 -3
  15. data/app/controllers/decidim/application_controller.rb +1 -0
  16. data/app/helpers/decidim/amendments_helper.rb +2 -1
  17. data/app/helpers/decidim/filters_helper.rb +25 -0
  18. data/app/helpers/decidim/layout_helper.rb +6 -0
  19. data/app/packs/images/decidim/default-avatar.svg +1 -1
  20. data/app/packs/src/decidim/callout.js +13 -8
  21. data/app/packs/src/decidim/confirm.js +79 -59
  22. data/app/packs/src/decidim/datepicker/generate_datepicker.js +2 -0
  23. data/app/packs/src/decidim/datepicker/generate_timepicker.js +2 -0
  24. data/app/packs/src/decidim/direct_uploads/upload_field.js +3 -4
  25. data/app/packs/src/decidim/direct_uploads/upload_modal.js +8 -9
  26. data/app/packs/src/decidim/dropdown_menu.js +18 -0
  27. data/app/packs/src/decidim/editor/common/suggestion.js +11 -1
  28. data/app/packs/src/decidim/form_remote.js +1 -1
  29. data/app/packs/src/decidim/impersonation.js +1 -1
  30. data/app/packs/src/decidim/index.js +5 -1
  31. data/app/packs/src/decidim/session_timeouter.js +1 -1
  32. data/app/packs/src/decidim/utilities/dom.js +148 -0
  33. data/app/packs/stylesheets/decidim/_activity.scss +4 -4
  34. data/app/packs/stylesheets/decidim/_cards.scss +5 -1
  35. data/app/packs/stylesheets/decidim/_filters.scss +1 -1
  36. data/app/packs/stylesheets/decidim/_header.scss +11 -3
  37. data/app/packs/stylesheets/decidim/_layout.scss +2 -2
  38. data/app/packs/stylesheets/decidim/_modal.scss +1 -5
  39. data/app/packs/stylesheets/decidim/_modal_update.scss +5 -1
  40. data/app/permissions/decidim/permissions.rb +13 -1
  41. data/app/views/decidim/errors/internal_server_error.html.erb +1 -1
  42. data/app/views/decidim/errors/not_found.html.erb +1 -1
  43. data/app/views/decidim/newsletters/unsubscribe.html.erb +16 -4
  44. data/app/views/decidim/searches/_filters.html.erb +48 -13
  45. data/app/views/decidim/shared/_component_announcement.html.erb +1 -1
  46. data/app/views/decidim/shared/_confirm_modal.html.erb +3 -5
  47. data/app/views/decidim/shared/_filters.html.erb +6 -4
  48. data/app/views/layouts/decidim/_js_configuration.html.erb +1 -0
  49. data/app/views/layouts/decidim/footer/_main.html.erb +1 -1
  50. data/app/views/layouts/decidim/footer/_main_intro.html.erb +1 -1
  51. data/app/views/layouts/decidim/footer/_mini.html.erb +2 -2
  52. data/app/views/layouts/decidim/header/_main.html.erb +2 -2
  53. data/app/views/layouts/decidim/header/_main_links_desktop.html.erb +6 -0
  54. data/app/views/layouts/decidim/header/_main_links_dropdown.html.erb +2 -0
  55. data/app/views/layouts/decidim/header/_main_links_mobile_account.html.erb +1 -1
  56. data/app/views/layouts/decidim/header/_mobile_language_choose.html.erb +1 -1
  57. data/config/locales/ar.yml +0 -3
  58. data/config/locales/bg-BG.yml +2 -2
  59. data/config/locales/bg.yml +0 -5
  60. data/config/locales/ca-IT.yml +29 -5
  61. data/config/locales/ca.yml +29 -5
  62. data/config/locales/cs.yml +15 -6
  63. data/config/locales/de.yml +47 -23
  64. data/config/locales/el.yml +0 -4
  65. data/config/locales/en.yml +29 -5
  66. data/config/locales/es-MX.yml +29 -5
  67. data/config/locales/es-PY.yml +29 -5
  68. data/config/locales/es.yml +29 -5
  69. data/config/locales/eu.yml +63 -39
  70. data/config/locales/fi-plain.yml +58 -5
  71. data/config/locales/fi.yml +59 -6
  72. data/config/locales/fr-CA.yml +29 -5
  73. data/config/locales/fr-LU.yml +3 -3
  74. data/config/locales/fr.yml +29 -5
  75. data/config/locales/gl.yml +0 -3
  76. data/config/locales/hu.yml +0 -5
  77. data/config/locales/id-ID.yml +0 -3
  78. data/config/locales/is-IS.yml +0 -1
  79. data/config/locales/it.yml +124 -3
  80. data/config/locales/ja.yml +29 -5
  81. data/config/locales/lb-LU.yml +2 -2
  82. data/config/locales/lb.yml +0 -3
  83. data/config/locales/lt.yml +0 -5
  84. data/config/locales/lv.yml +0 -3
  85. data/config/locales/nl.yml +0 -3
  86. data/config/locales/no.yml +0 -3
  87. data/config/locales/pl.yml +0 -5
  88. data/config/locales/pt-BR.yml +1 -4
  89. data/config/locales/pt.yml +0 -3
  90. data/config/locales/ro-RO.yml +0 -4
  91. data/config/locales/ru.yml +0 -3
  92. data/config/locales/sk-SK.yml +3 -3
  93. data/config/locales/sk.yml +2 -3
  94. data/config/locales/sv.yml +28 -4
  95. data/config/locales/tr-TR.yml +0 -3
  96. data/config/locales/uk.yml +0 -2
  97. data/config/locales/zh-CN.yml +0 -3
  98. data/config/locales/zh-TW.yml +0 -5
  99. data/lib/decidim/assets/tailwind/tailwind.config.js.erb +2 -1
  100. data/lib/decidim/core/test/factories.rb +2 -2
  101. data/lib/decidim/core/test/shared_examples/announcements_examples.rb +4 -0
  102. data/lib/decidim/core/version.rb +1 -1
  103. data/lib/decidim/form_builder.rb +14 -0
  104. metadata +9 -6
@@ -160,6 +160,13 @@ de:
160
160
  x_seconds:
161
161
  one: 1 Sekunde
162
162
  other: "%{count} Sekunden"
163
+ widget:
164
+ label:
165
+ date: Datum für %{label} auswählen
166
+ time: Zeit für %{label} auswählen
167
+ picker:
168
+ date_button: Kalenderauswahl für %{label} öffnen
169
+ time_button: Öffne Zeitauswahl für %{label}
163
170
  decidim:
164
171
  accessibility:
165
172
  external_link: Externer Link
@@ -176,7 +183,7 @@ de:
176
183
  close: Fenster schließen
177
184
  ok: Ja, ich möchte mein Konto löschen
178
185
  question: Sind Sie sicher, dass Sie Ihr Konto löschen möchten?
179
- title: Mein Konto löschen
186
+ title: Konto löschen
180
187
  explanation: Bitte geben Sie den Grund an, warum Sie Ihr Konto löschen möchten (optional).
181
188
  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.
182
189
  destroy:
@@ -460,7 +467,7 @@ de:
460
467
  unauthorized:
461
468
  explanation: Leider können Sie diese Aktion nicht ausführen, da einige Ihrer Autorisierungsdaten nicht übereinstimmen.
462
469
  invalid_field: "%{field} Wert %{value} ist nicht gültig."
463
- ok: Ok
470
+ ok: OK
464
471
  title: Nicht berechtigt
465
472
  unconfirmed:
466
473
  confirmation_instructions: 'Wenn Sie die Bestätigungsanweisungen nicht erhalten haben, können Sie sie erneut anfordern:'
@@ -687,13 +694,14 @@ de:
687
694
  success: Bild erfolgreich hochgeladen.
688
695
  drag_and_drop_help: Sie können Bilder per Drag & Drop hinzufügen oder per Copy & Paste.
689
696
  endorsement_buttons_cell:
690
- already_endorsed: Gefällt mir nicht
697
+ already_endorsed: Nicht unterstützen
698
+ endorse: Unterstützen
691
699
  endorsements:
692
700
  identities:
693
701
  done: Erledigt
694
702
  select_identity: Identität auswählen
695
703
  endorsers_list:
696
- endorsed_by: Gefällt
704
+ endorsed_by: Unterstützt von
697
705
  errors:
698
706
  files:
699
707
  file_cannot_be_processed: Datei konnte nicht verarbeitet werden
@@ -719,68 +727,68 @@ de:
719
727
  amendments:
720
728
  amendment_accepted:
721
729
  affected_user:
722
- email_intro: 'Eine Änderung an %{amendable_title} wurde akzeptiert. Sie können das auf dieser Seite sehen:'
730
+ email_intro: 'Eine Änderung an %{amendable_title} wurde akzeptiert. Sehen Sie es sich auf dieser Seite an:'
723
731
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Autor von %{amendable_title} sind.
724
732
  email_subject: Akzeptierte Änderung für %{amendable_title} von %{emendation_author_nickname}
725
733
  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.
726
734
  follower:
727
- email_intro: 'Eine Änderung für %{amendable_title} wurde akzeptiert. Sie können das auf dieser Seite sehen:'
735
+ email_intro: 'Eine Änderung für %{amendable_title} wurde akzeptiert. Sehen Sie es sich auf dieser Seite an:'
728
736
  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.
729
737
  email_subject: Akzeptierte Änderung für %{amendable_title} von %{emendation_author_nickname}
730
738
  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.
731
739
  amendment_created:
732
740
  affected_user:
733
- email_intro: 'Eine neue Änderung wurde für %{amendable_title} vorgeschlagen. Sie können das auf dieser Seite sehen:'
741
+ email_intro: 'Eine neue Änderung wurde für %{amendable_title} vorgeschlagen. Sehen Sie es sich auf dieser Seite an:'
734
742
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Autor von %{amendable_title} sind.
735
743
  email_subject: Neuer Änderungsantrag für %{amendable_title}
736
744
  notification_title: Neue Änderung für <a href="%{amendable_path}">%{amendable_title}</a> erstellt.
737
745
  follower:
738
- email_intro: 'Eine neue Änderung für %{amendable_title} wurde erstellt. Sie können das auf dieser Seite sehen:'
746
+ email_intro: 'Eine neue Änderung für %{amendable_title} wurde erstellt. Sehen Sie es sich auf dieser Seite an:'
739
747
  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.
740
748
  email_subject: Neuer Änderungsantrag für %{amendable_title}
741
749
  notification_title: Eine neue Änderung für <a href="%{amendable_path}">%{amendable_title}</a> wurde erstellt.
742
750
  amendment_promoted:
743
751
  affected_user:
744
- email_intro: 'Eine abgelehnte Änderung an %{amendable_title} wurde als neue/n %{amendable_type} veröffentlicht. Sie können das auf dieser Seite sehen:'
752
+ email_intro: 'Eine abgelehnte Änderung an %{amendable_title} wurde als neue/n %{amendable_type} veröffentlicht. Sehen Sie es sich auf dieser Seite an:'
745
753
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Autor von %{amendable_title} sind.
746
754
  email_subject: Eine Änderung von %{emendation_author_nickname} wurde als neue/n %{amendable_type} veröffentlicht
747
755
  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.
748
756
  follower:
749
- 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:'
757
+ 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:'
750
758
  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.
751
759
  email_subject: Eine Änderung von %{emendation_author_nickname} wurde als neue/n/s %{amendable_type} veröffentlicht
752
760
  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.
753
761
  amendment_rejected:
754
762
  affected_user:
755
- email_intro: 'Eine Änderung an %{amendable_title} wurde abgelehnt. Sie können das auf dieser Seite sehen:'
763
+ email_intro: 'Eine Änderung an %{amendable_title} wurde abgelehnt. Sehen Sie es sich auf dieser Seite an:'
756
764
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie ein Autor von %{amendable_title} sind.
757
765
  email_subject: Abgelehnter Änderungsantrag für %{amendable_title} von %{emendation_author_nickname}
758
766
  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.
759
767
  follower:
760
- email_intro: 'Eine Änderung für %{amendable_title} wurde abgelehnt. Sie können das auf dieser Seite sehen:'
768
+ email_intro: 'Eine Änderung für %{amendable_title} wurde abgelehnt. Sehen Sie es sich auf dieser Seite an:'
761
769
  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.
762
770
  email_subject: Abgelehnte Änderung für %{amendable_title} von %{emendation_author_nickname}
763
771
  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.
764
772
  emendation_promoted:
765
773
  follower:
766
- email_intro: 'Eine Änderung wurde für %{amendable_title} abgelehnt. Sie können es auf dieser Seite sehen:'
774
+ email_intro: 'Eine Änderung wurde für %{amendable_title} abgelehnt. Sehen Sie es sich auf dieser Seite an:'
767
775
  email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{amendable_title} mitverfasst haben.
768
776
  email_subject: Eine Änderung von %{emendation_author_nickname} ist als neuer %{amendable_type} veröffentlicht worden
769
777
  attachments:
770
778
  attachment_created:
771
- email_intro: 'Ein neues Dokument wurde zu %{resource_title} hinzugefügt. Sie können es auf dieser Seite sehen:'
779
+ email_intro: 'Ein neues Dokument wurde zu %{resource_title} hinzugefügt. Sehen Sie es sich auf dieser Seite an:'
772
780
  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.
773
781
  email_subject: Eine Aktualisierung auf %{resource_title}
774
782
  notification_title: Ein <a href="%{resource_path}">neues Dokument</a> wurde zu <a href="%{attached_to_url}">%{resource_title}</a>hinzugefügt
775
783
  components:
776
784
  component_published:
777
- email_intro: 'Die Komponente %{resource_title} ist jetzt für %{participatory_space_title} aktiv. Sie können das auf dieser Seite sehen:'
785
+ email_intro: 'Die Komponente %{resource_title} ist jetzt für %{participatory_space_title} aktiv. Sehen Sie es sich auf dieser Seite an:'
778
786
  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.
779
787
  email_subject: Eine Aktualisierung auf %{participatory_space_title}
780
788
  notification_title: Die Komponente %{resource_title} ist jetzt für <a href="%{resource_path}">%{participatory_space_title}</a> aktiv
781
789
  email_event:
782
790
  email_greeting: Hallo %{user_name},
783
- email_intro: 'Es wurde ein Update auf "%{resource_title}" vorgenommen. Sie können das auf dieser Seite sehen:'
791
+ email_intro: 'Es wurde ein Update auf "%{resource_title}" vorgenommen. Sehen Sie es sich auf dieser Seite an:'
784
792
  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.
785
793
  email_subject: Eine Aktualisierung auf %{resource_title}
786
794
  gamification:
@@ -987,7 +995,12 @@ de:
987
995
  title: Was sind Abzeichen?
988
996
  group_admins:
989
997
  actions:
990
- are_you_sure: Sind Sie sicher? Dadurch wird der Teilnehmer nicht aus der Gruppe entfernt.
998
+ confirm_modal:
999
+ ok_add: Neuen Admin hinzufügen
1000
+ ok_remove: Admin entfernen
1001
+ title_add: Neuer Admin bestätigen
1002
+ title_remove: Admin entfernen
1003
+ confirm_remove_from_admin: Sind Sie sicher, dass Sie den Admin dieser Gruppe entfernen möchten?
991
1004
  demote_admin: Entferne Admin
992
1005
  demote:
993
1006
  error: Beim Entfernen dieses Teilnehmers aus der Adminliste ist ein Fehler aufgetreten.
@@ -1017,7 +1030,11 @@ de:
1017
1030
  error: Bei der Annahme dieser Beitrittsanfrage ist ein Fehler aufgetreten.
1018
1031
  success: Beitrittsanfrage erfolgreich angenommen.
1019
1032
  actions:
1020
- are_you_sure: Sind Sie sich sicher?
1033
+ confirm_modal:
1034
+ ok_remove: Mitglied entfernen
1035
+ title_remove: Mitglied entfernen
1036
+ confirm_promote_to_admin: Sind Sie sicher, dass Sie dieses Konto als Admin hinzufügen möchten?
1037
+ confirm_remove_from_group: Sind Sie sicher, dass Sie dieses Konto von der Gruppe entfernen möchten?
1021
1038
  promote_to_admin: Zum Admin ernennen
1022
1039
  remove_from_group: Benutzer entfernen
1023
1040
  index:
@@ -1255,11 +1272,12 @@ de:
1255
1272
  main_image: Hauptbild
1256
1273
  newsletters:
1257
1274
  unsubscribe:
1258
- check_subscription: Wenn Sie Ihre Einstellungen ändern möchten, können Sie dies auf der <a href="%{link}" target="_blank">Konfigurationsseite</a> tun.
1275
+ 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.
1259
1276
  error: Es gab ein Problem beim Kündigen des Abonnements.
1277
+ subscription_preferences: Wir haben Ihre Abonnement-Einstellungen aktualisiert und Sie erhalten keine Newsletter mehr von %{organization_name}.
1260
1278
  success: Sie haben sich erfolgreich abgemeldet.
1261
1279
  token_error: Der Link ist abgelaufen.
1262
- unsubscribe: Abmelden
1280
+ unsubscribe: Newsletter kündigen
1263
1281
  newsletters_opt_in:
1264
1282
  unauthorized: Entschuldigung, dieser Link ist nicht mehr verfügbar.
1265
1283
  update:
@@ -1267,7 +1285,6 @@ de:
1267
1285
  success: Newslettereinstellungen wurden erfolgreich aktualisiert.
1268
1286
  newsletters_opt_in_mailer:
1269
1287
  notify:
1270
- 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.
1271
1288
  body_2: 'Wie können Sie uns Ihre Zustimmung geben? Klicken Sie einfach auf den folgenden Knopf:'
1272
1289
  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.
1273
1290
  button: Ja, ich möchte weiterhin relevante Informationen erhalten
@@ -1488,6 +1505,7 @@ de:
1488
1505
  searches:
1489
1506
  filters:
1490
1507
  jump_to: 'Springen zu:'
1508
+ resource: "%{label} nach %{collection}"
1491
1509
  search: Suchen
1492
1510
  state:
1493
1511
  active: Aktiv
@@ -1508,8 +1526,9 @@ de:
1508
1526
  confirm_modal:
1509
1527
  cancel: Abbrechen
1510
1528
  close_modal: Fenster schließen
1511
- ok: Ok
1529
+ ok: OK
1512
1530
  title: Bestätigen
1531
+ confirm_unload: Diese Seite enthält ungespeicherte Änderungen. Möchten Sie die Seite dennoch verlassen?
1513
1532
  embed:
1514
1533
  title: Eingebetteter Videoinhalt
1515
1534
  extended_navigation_bar:
@@ -1974,14 +1993,17 @@ de:
1974
1993
  edit: Bearbeiten
1975
1994
  footer:
1976
1995
  cc_by_license: Creative Commons Lizenz
1996
+ current_organization_img: "%{organization} (zur Startseite)"
1977
1997
  data_consent_settings: Cookie Einstellungen
1978
1998
  decidim_logo: Decidim-Logo
1979
1999
  decidim_title: Decidim
1980
2000
  download_open_data: Open Data Dateien herunterladen
2001
+ help: Hilfe
1981
2002
  log_in: Anmelden
1982
2003
  made_with_open_source: Website mit <a target="_blank" href="https://github.com/decidim/decidim">freier Software erstellt</a>.
1983
2004
  resources: Ressourcen
1984
2005
  sign_up: Konto erstellen
2006
+ social_media: Social Media
1985
2007
  terms_of_service: Nutzungsbedingungen
1986
2008
  header:
1987
2009
  log_in: Anmelden
@@ -2021,10 +2043,12 @@ de:
2021
2043
  profile: Mein Konto
2022
2044
  public_profile: Mein öffentliches Profil
2023
2045
  title: Profil-Links
2046
+ unread_conversations: Sie haben ungelesene Unterhaltungen
2047
+ unread_notifications: Sie haben ungelesene Benachrichtigungen
2024
2048
  user_profile:
2025
2049
  account: Konto
2026
2050
  authorizations: Berechtigungen
2027
- delete_my_account: Löschen Sie mein Konto
2051
+ delete_my_account: Konto löschen
2028
2052
  my_data: Meine Daten
2029
2053
  my_interests: Meine Interessen
2030
2054
  notifications_settings: Benachrichtigungseinstellungen
@@ -738,7 +738,6 @@ el:
738
738
  title: Τι είναι τα εμβλήματα;
739
739
  group_admins:
740
740
  actions:
741
- are_you_sure: Είσαι βέβαιοι; Αυτό δεν θα καταργήσει τον συμμετέχοντα από την ομάδα.
742
741
  demote_admin: Κατάργηση διαχειριστή
743
742
  demote:
744
743
  error: Υπήρξε ένα πρόβλημα κατά την κατάργηση αυτού του συμμετέχοντα από τη λίστα διαχειριστών.
@@ -767,7 +766,6 @@ el:
767
766
  error: Υπήρξε ένα πρόβλημα κατά την αποδοχή αυτού του αιτήματος συμμετοχής.
768
767
  success: Το αίτημα συμμετοχής έγινε δεκτό με επιτυχία.
769
768
  actions:
770
- are_you_sure: Είστε βέβαιοι;
771
769
  promote_to_admin: Ορισμός διαχειριστή
772
770
  remove_from_group: Κατάργηση συμμετέχοντα
773
771
  index:
@@ -958,10 +956,8 @@ el:
958
956
  unsubscribe:
959
957
  success: Καταργήσατε την εγγραφή σας με επιτυχία.
960
958
  token_error: Ο σύνδεσμος έχει λήξει.
961
- unsubscribe: Κατάργηση εγγραφής
962
959
  newsletters_opt_in_mailer:
963
960
  notify:
964
- body_1: Η επεξεργασία των προσωπικών δεδομένων και η προστασία τους καθίστανται όλο και πιο σημαντικές για όλους μας. Με τον νέο Γενικό Κανονισμό για την Προστασία Δεδομένων (ΓΚΠΔ) της 25ης Μαΐου 2018, τα άτομα έχουν καλύτερο έλεγχο των προσωπικών τους δεδομένων. Για αυτόν τον λόγο, χρειαζόμαστε τη συγκατάθεσή σας για να συνεχίσουμε να στέλνουμε σχετικές πληροφορίες σχετικά με τις δραστηριότητες του οργανισμού %{organization_name}.
965
961
  body_2: 'Πώς μπορείτε να μας παρέχετε τη συγκατάθεσή σας; Απλώς κάντε κλικ στο παρακάτω κουμπί:'
966
962
  body_3: Με αυτήν τη συγκατάθεση, θα μπορείτε να συνεχίσετε να λαμβάνετε πληροφορίες σχετικά με τις υπηρεσίες της πλατφόρμας. Εάν, αντίθετα, δεν λάβουμε θετική επιβεβαίωση εκ μέρους σας, θα σταματήσουμε να σας στέλνουμε τα μηνύματά μας. Εάν επιβεβαιώσετε ότι θέλετε να συνεχίσετε να ενημερώνεστε, θα έχετε πάντα την επιλογή να ακυρώσετε τη συγκατάθεσή σας ανά πάσα στιγμή.
967
963
  button: Ναι, θέλω να συνεχίσω να λαμβάνω σχετικές πληροφορίες
@@ -160,6 +160,13 @@ en:
160
160
  x_seconds:
161
161
  one: 1 second
162
162
  other: "%{count} seconds"
163
+ widget:
164
+ label:
165
+ date: Select date for %{label}
166
+ time: Select time for %{label}
167
+ picker:
168
+ date_button: Open calendar picker for %{label}
169
+ time_button: Open time picker for %{label}
163
170
  decidim:
164
171
  accessibility:
165
172
  external_link: External link
@@ -990,7 +997,12 @@ en:
990
997
  title: What are the badges?
991
998
  group_admins:
992
999
  actions:
993
- are_you_sure: Are you sure? This will not remove the participant from the group.
1000
+ confirm_modal:
1001
+ ok_add: Add an administrator
1002
+ ok_remove: Remove the administrator
1003
+ title_add: Confirm the new administrator
1004
+ title_remove: Remove the administrator
1005
+ confirm_remove_from_admin: Are you sure you want to remove the administrator from this group?
994
1006
  demote_admin: Remove admin
995
1007
  demote:
996
1008
  error: There was a problem removing this participant from the admins list.
@@ -1020,7 +1032,11 @@ en:
1020
1032
  error: There was a problem accepting this join request.
1021
1033
  success: Join request successfully accepted.
1022
1034
  actions:
1023
- are_you_sure: Are you sure?
1035
+ confirm_modal:
1036
+ ok_remove: Remove the member
1037
+ title_remove: Remove the member
1038
+ confirm_promote_to_admin: Are you sure you want to add this user as an administrator?
1039
+ confirm_remove_from_group: Are you sure you want to remove the user from this group?
1024
1040
  promote_to_admin: Make admin
1025
1041
  remove_from_group: Remove participant
1026
1042
  index:
@@ -1258,11 +1274,12 @@ en:
1258
1274
  main_image: Main image
1259
1275
  newsletters:
1260
1276
  unsubscribe:
1261
- check_subscription: If you want to change your preferences, you can do so in the <a href="%{link}" target="_blank">configuration page</a>.
1277
+ 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>.
1262
1278
  error: There was a problem unsubscribing.
1279
+ subscription_preferences: We have updated your subscription preferences, and you will no longer receive newsletters from %{organization_name}.
1263
1280
  success: You are unsubscribed successfully.
1264
1281
  token_error: The link has expired.
1265
- unsubscribe: Unsubscribe
1282
+ unsubscribe: Unsubscribe from newsletter
1266
1283
  newsletters_opt_in:
1267
1284
  unauthorized: Sorry, this link is no longer available.
1268
1285
  update:
@@ -1270,7 +1287,7 @@ en:
1270
1287
  success: Newsletter settings successfully updated.
1271
1288
  newsletters_opt_in_mailer:
1272
1289
  notify:
1273
- 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}.
1290
+ 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}.
1274
1291
  body_2: 'How can you give us your consent? Just click the following button:'
1275
1292
  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.
1276
1293
  button: Yes, I want to continue receiving relevant information
@@ -1491,6 +1508,7 @@ en:
1491
1508
  searches:
1492
1509
  filters:
1493
1510
  jump_to: 'Jump to:'
1511
+ resource: "%{label} among %{collection}"
1494
1512
  search: Search
1495
1513
  state:
1496
1514
  active: Active
@@ -1513,6 +1531,7 @@ en:
1513
1531
  close_modal: Close modal
1514
1532
  ok: OK
1515
1533
  title: Confirm
1534
+ confirm_unload: This page contains unsaved changes. Are you sure you want to leave this page?
1516
1535
  embed:
1517
1536
  title: Embedded video content
1518
1537
  extended_navigation_bar:
@@ -1977,14 +1996,17 @@ en:
1977
1996
  edit: Edit
1978
1997
  footer:
1979
1998
  cc_by_license: Creative Commons License
1999
+ current_organization_img: "%{organization} (Back home)"
1980
2000
  data_consent_settings: Cookie settings
1981
2001
  decidim_logo: Decidim Logo
1982
2002
  decidim_title: Decidim
1983
2003
  download_open_data: Download Open Data files
2004
+ help: Help
1984
2005
  log_in: Log in
1985
2006
  made_with_open_source: Website made with <a target="_blank" href="https://github.com/decidim/decidim">free software</a>.
1986
2007
  resources: Resources
1987
2008
  sign_up: Create an account
2009
+ social_media: Social media
1988
2010
  terms_of_service: Terms of Service
1989
2011
  header:
1990
2012
  log_in: Log in
@@ -2024,6 +2046,8 @@ en:
2024
2046
  profile: My account
2025
2047
  public_profile: My public profile
2026
2048
  title: Profile links
2049
+ unread_conversations: You have unread conversations
2050
+ unread_notifications: You have unread notifications
2027
2051
  user_profile:
2028
2052
  account: Account
2029
2053
  authorizations: Authorizations
@@ -160,6 +160,13 @@ es-MX:
160
160
  x_seconds:
161
161
  one: 1 segundo
162
162
  other: "%{count} segundos"
163
+ widget:
164
+ label:
165
+ date: Seleccionar fecha para %{label}
166
+ time: Seleccionar hora para %{label}
167
+ picker:
168
+ date_button: Abrir el selector de calendario para %{label}
169
+ time_button: Abrir selector de hora para %{label}
163
170
  decidim:
164
171
  accessibility:
165
172
  external_link: Enlace externo
@@ -986,7 +993,12 @@ es-MX:
986
993
  title: '¿Qué son las insignias?'
987
994
  group_admins:
988
995
  actions:
989
- are_you_sure: '¿Seguro? Esto no eliminará a la participante del grupo.'
996
+ confirm_modal:
997
+ ok_add: Añadir una administradora
998
+ ok_remove: Eliminar la administradora
999
+ title_add: Confirmar la nueva administradora
1000
+ title_remove: Eliminar la administradora
1001
+ confirm_remove_from_admin: '¿Seguro que quieres eliminar a la administradora de este grupo?'
990
1002
  demote_admin: Eliminar permisos de administración
991
1003
  demote:
992
1004
  error: Se ha producido un error al eliminar esta participante de la lista de administradoras.
@@ -1016,7 +1028,11 @@ es-MX:
1016
1028
  error: Se ha producido un error al aceptar esta solicitud de incorporación al grupo.
1017
1029
  success: Solicitud de unirse correctamente aceptada.
1018
1030
  actions:
1019
- are_you_sure: '¿Estás seguro?'
1031
+ confirm_modal:
1032
+ ok_remove: Eliminar miembro
1033
+ title_remove: Eliminar miembro
1034
+ confirm_promote_to_admin: '¿Seguro que quieres agregar esta usuaria como administradora?'
1035
+ confirm_remove_from_group: '¿Seguro que quieres eliminar a esta usuaria de este grupo?'
1020
1036
  promote_to_admin: Hacer administrador
1021
1037
  remove_from_group: Eliminar usuario
1022
1038
  index:
@@ -1254,11 +1270,12 @@ es-MX:
1254
1270
  main_image: Imagen principal
1255
1271
  newsletters:
1256
1272
  unsubscribe:
1257
- check_subscription: Si quieres cambiar tus preferencias, puedes hacerlo en la <a href="%{link}" target="_blank">página de configuración</a>.
1273
+ 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>.
1258
1274
  error: Se ha producido un error al cancelar la suscripción.
1275
+ subscription_preferences: Hemos actualizado tus preferencias de suscripción y ya no recibirás boletines informativos de %{organization_name}.
1259
1276
  success: Te has dado de baja exitosamente.
1260
1277
  token_error: El enlace ha expirado.
1261
- unsubscribe: Darse de baja
1278
+ unsubscribe: Cancelar la suscripción al boletín informativo
1262
1279
  newsletters_opt_in:
1263
1280
  unauthorized: Lo sentimos, este enlace ya no está disponible.
1264
1281
  update:
@@ -1266,7 +1283,7 @@ es-MX:
1266
1283
  success: La configuración del boletín de noticias se ha actualizado correctamente.
1267
1284
  newsletters_opt_in_mailer:
1268
1285
  notify:
1269
- 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}.
1286
+ 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}.
1270
1287
  body_2: '¿Cómo puedes darnos tu consentimiento? Simplemente haz clic en el siguiente botón:'
1271
1288
  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.
1272
1289
  button: Sí, deseo continuar recibiendo información relevante
@@ -1487,6 +1504,7 @@ es-MX:
1487
1504
  searches:
1488
1505
  filters:
1489
1506
  jump_to: 'Salta a:'
1507
+ resource: "%{label} entre %{collection}"
1490
1508
  search: Buscar
1491
1509
  state:
1492
1510
  active: Activo
@@ -1509,6 +1527,7 @@ es-MX:
1509
1527
  close_modal: Cerrar el modal
1510
1528
  ok: De acuerdo
1511
1529
  title: Confirmar
1530
+ confirm_unload: Esta página contiene cambios sin guardar. ¿Seguro que quieres abandonar esta página?
1512
1531
  embed:
1513
1532
  title: Contenido de vídeo incrustado
1514
1533
  extended_navigation_bar:
@@ -1972,14 +1991,17 @@ es-MX:
1972
1991
  edit: Editar
1973
1992
  footer:
1974
1993
  cc_by_license: Con licencia Creative Commons
1994
+ current_organization_img: "%{organization} (Ir a la página principal)"
1975
1995
  data_consent_settings: Configuración de cookies
1976
1996
  decidim_logo: Logo Decidim
1977
1997
  decidim_title: Decidim
1978
1998
  download_open_data: Descargar ficheros de datos abiertos
1999
+ help: Ayuda
1979
2000
  log_in: Entra
1980
2001
  made_with_open_source: Sitio web creado con <a target="_blank" href="https://github.com/decidim/decidim">software libre</a>.
1981
2002
  resources: Recursos
1982
2003
  sign_up: Crea una cuenta
2004
+ social_media: Redes Sociales
1983
2005
  terms_of_service: Términos y condiciones de uso
1984
2006
  header:
1985
2007
  log_in: Entra
@@ -2019,6 +2041,8 @@ es-MX:
2019
2041
  profile: Mi cuenta
2020
2042
  public_profile: Mi perfil público
2021
2043
  title: Enlaces de perfil
2044
+ unread_conversations: Tienes conversaciones sin leer
2045
+ unread_notifications: Tienes notificaciones sin leer
2022
2046
  user_profile:
2023
2047
  account: Cuenta
2024
2048
  authorizations: Autorizaciones
@@ -160,6 +160,13 @@ es-PY:
160
160
  x_seconds:
161
161
  one: 1 segundo
162
162
  other: "%{count} segundos"
163
+ widget:
164
+ label:
165
+ date: Seleccionar fecha para %{label}
166
+ time: Seleccionar hora para %{label}
167
+ picker:
168
+ date_button: Abrir el selector de calendario para %{label}
169
+ time_button: Abrir selector de hora para %{label}
163
170
  decidim:
164
171
  accessibility:
165
172
  external_link: Enlace externo
@@ -986,7 +993,12 @@ es-PY:
986
993
  title: '¿Qué son las insignias?'
987
994
  group_admins:
988
995
  actions:
989
- are_you_sure: '¿Seguro? Esto no eliminará a la participante del grupo.'
996
+ confirm_modal:
997
+ ok_add: Añadir una administradora
998
+ ok_remove: Eliminar la administradora
999
+ title_add: Confirmar la nueva administradora
1000
+ title_remove: Eliminar la administradora
1001
+ confirm_remove_from_admin: '¿Seguro que quieres eliminar a la administradora de este grupo?'
990
1002
  demote_admin: Quitar admin
991
1003
  demote:
992
1004
  error: Se ha producido un error al eliminar esta participante de la lista de administradoras.
@@ -1016,7 +1028,11 @@ es-PY:
1016
1028
  error: Se ha producido un error al aceptar esta solicitud de incorporación al grupo.
1017
1029
  success: Solicitud de unirse correctamente aceptada.
1018
1030
  actions:
1019
- are_you_sure: '¿Estás seguro?'
1031
+ confirm_modal:
1032
+ ok_remove: Eliminar miembro
1033
+ title_remove: Eliminar miembro
1034
+ confirm_promote_to_admin: '¿Seguro que quieres agregar esta usuaria como administradora?'
1035
+ confirm_remove_from_group: '¿Seguro que quieres eliminar a esta usuaria de este grupo?'
1020
1036
  promote_to_admin: Hacer administrador
1021
1037
  remove_from_group: Eliminar usuario
1022
1038
  index:
@@ -1254,11 +1270,12 @@ es-PY:
1254
1270
  main_image: Imagen principal
1255
1271
  newsletters:
1256
1272
  unsubscribe:
1257
- check_subscription: Si quieres cambiar tus preferencias, puedes hacerlo en la <a href="%{link}" target="_blank">página de configuración</a>.
1273
+ 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>.
1258
1274
  error: Se ha producido un error al cancelar la suscripción.
1275
+ subscription_preferences: Hemos actualizado tus preferencias de suscripción y ya no recibirás boletines informativos de %{organization_name}.
1259
1276
  success: Te has dado de baja exitosamente.
1260
1277
  token_error: El enlace ha expirado.
1261
- unsubscribe: Darse de baja
1278
+ unsubscribe: Cancelar la suscripción al boletín informativo
1262
1279
  newsletters_opt_in:
1263
1280
  unauthorized: Lo sentimos, este enlace ya no está disponible.
1264
1281
  update:
@@ -1266,7 +1283,7 @@ es-PY:
1266
1283
  success: La configuración del boletín de noticias se ha actualizado correctamente.
1267
1284
  newsletters_opt_in_mailer:
1268
1285
  notify:
1269
- 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}.
1286
+ 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}.
1270
1287
  body_2: '¿Cómo puedes darnos tu consentimiento? Simplemente haz clic en el siguiente botón:'
1271
1288
  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.
1272
1289
  button: Sí, deseo continuar recibiendo información relevante
@@ -1487,6 +1504,7 @@ es-PY:
1487
1504
  searches:
1488
1505
  filters:
1489
1506
  jump_to: 'Salta a:'
1507
+ resource: "%{label} entre %{collection}"
1490
1508
  search: Buscar
1491
1509
  state:
1492
1510
  active: Activo
@@ -1509,6 +1527,7 @@ es-PY:
1509
1527
  close_modal: Cerrar el modal
1510
1528
  ok: De acuerdo
1511
1529
  title: Confirmar
1530
+ confirm_unload: Esta página contiene cambios sin guardar. ¿Seguro que quieres abandonar esta página?
1512
1531
  embed:
1513
1532
  title: Contenido de vídeo incrustado
1514
1533
  extended_navigation_bar:
@@ -1972,14 +1991,17 @@ es-PY:
1972
1991
  edit: Editar
1973
1992
  footer:
1974
1993
  cc_by_license: Con licencia Creative Commons
1994
+ current_organization_img: "%{organization} (Ir a la página principal)"
1975
1995
  data_consent_settings: Configuración de cookies
1976
1996
  decidim_logo: Logo Decidim
1977
1997
  decidim_title: Decidim
1978
1998
  download_open_data: Descargar ficheros de datos abiertos
1999
+ help: Ayuda
1979
2000
  log_in: Entra
1980
2001
  made_with_open_source: Sitio web creado con <a target="_blank" href="https://github.com/decidim/decidim">software libre</a>.
1981
2002
  resources: Recursos
1982
2003
  sign_up: Crea una cuenta
2004
+ social_media: Redes Sociales
1983
2005
  terms_of_service: Términos y condiciones de uso
1984
2006
  header:
1985
2007
  log_in: Entra
@@ -2019,6 +2041,8 @@ es-PY:
2019
2041
  profile: Mi cuenta
2020
2042
  public_profile: Mi perfil público
2021
2043
  title: Enlaces de perfil
2044
+ unread_conversations: Tienes conversaciones sin leer
2045
+ unread_notifications: Tienes notificaciones sin leer
2022
2046
  user_profile:
2023
2047
  account: Cuenta
2024
2048
  authorizations: Autorizaciones