decidim-core 0.32.0.rc3 → 0.32.1

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 (114) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/author_cell.rb +0 -4
  3. data/app/cells/decidim/comments_button_cell.rb +9 -1
  4. data/app/cells/decidim/content_blocks/highlighted_content_banner_cell.rb +1 -1
  5. data/app/cells/decidim/content_blocks/highlighted_participatory_spaces_cell.rb +1 -1
  6. data/app/cells/decidim/data_consent/category.erb +20 -33
  7. data/app/cells/decidim/footer_topics/show.erb +5 -8
  8. data/app/cells/decidim/share_widget/qr_code_modal.erb +1 -1
  9. data/app/commands/decidim/destroy_account.rb +12 -1
  10. data/app/commands/decidim/multiple_attachments_methods.rb +28 -27
  11. data/app/helpers/decidim/menu_helper.rb +0 -2
  12. data/app/jobs/decidim/process_inactive_participant_job.rb +0 -7
  13. data/app/mailers/decidim/delete_user_mailer.rb +14 -0
  14. data/app/mailers/decidim/participants_account_mailer.rb +0 -16
  15. data/app/models/decidim/user.rb +2 -2
  16. data/app/packs/src/decidim/controllers/accordion/accordion.test.js +196 -42
  17. data/app/packs/src/decidim/controllers/accordion/controller.js +93 -17
  18. data/app/packs/src/decidim/controllers/dropdown/controller.js +6 -0
  19. data/app/packs/src/decidim/controllers/dropdown/dropdown.test.js +28 -0
  20. data/app/packs/src/decidim/controllers/main_menu/controller.js +37 -0
  21. data/app/packs/src/decidim/controllers/main_menu/main_menu.test.js +100 -0
  22. data/app/packs/src/decidim/controllers/mention/controller.js +296 -140
  23. data/app/packs/src/decidim/controllers/mention/input_mentions.test.js +120 -457
  24. data/app/packs/src/decidim/controllers/multiple_mentions/controller.js +68 -32
  25. data/app/packs/src/decidim/controllers/multiple_mentions/input_multiple_mentions.test.js +30 -23
  26. data/app/packs/src/decidim/controllers/password_toggler/controller.js +22 -1
  27. data/app/packs/src/decidim/controllers/password_toggler/password_toggler.test.js +11 -20
  28. data/app/packs/src/decidim/direct_uploads/upload_modal.js +2 -1
  29. data/app/packs/src/decidim/editor/common/suggestion.js +3 -1
  30. data/app/packs/src/decidim/editor/extensions/indent/index.js +9 -0
  31. data/app/packs/src/decidim/geocoding/reverse_geocoding.js +15 -5
  32. data/app/packs/src/decidim/geocoding/reverse_geocoding.test.js +197 -0
  33. data/app/packs/src/decidim/index.js +2 -2
  34. data/app/packs/src/decidim/map/controller.js +10 -1
  35. data/app/packs/src/decidim/refactor/moved/focus_guard.js +12 -12
  36. data/app/packs/src/decidim/refactor/moved/focus_guard.test.js +136 -0
  37. data/app/packs/stylesheets/decidim/_cards.scss +1 -1
  38. data/app/packs/stylesheets/decidim/_conversations.scss +14 -0
  39. data/app/packs/stylesheets/decidim/_cookies.scss +13 -5
  40. data/app/packs/stylesheets/decidim/_documents.scss +1 -1
  41. data/app/packs/stylesheets/decidim/_dropdown.scss +1 -1
  42. data/app/packs/stylesheets/decidim/_editor_suggestions.scss +49 -0
  43. data/app/packs/stylesheets/decidim/_footer.scss +33 -1
  44. data/app/packs/stylesheets/decidim/_header.scss +12 -8
  45. data/app/packs/stylesheets/decidim/_participatory_spaces.scss +1 -1
  46. data/app/packs/stylesheets/decidim/_tom_select.scss +23 -0
  47. data/app/packs/stylesheets/decidim/application.scss +2 -0
  48. data/app/packs/stylesheets/decidim/editor.scss +2 -33
  49. data/app/packs/stylesheets/decidim/geocoding_addons.scss +10 -2
  50. data/app/presenters/decidim/footer_menu_presenter.rb +2 -4
  51. data/app/resolvers/decidim/meta_image_url_resolver.rb +7 -0
  52. data/app/uploaders/decidim/image_uploader.rb +1 -1
  53. data/app/views/decidim/delete_user_mailer/delete.html.erb +6 -0
  54. data/app/views/decidim/messaging/conversations/_error_modal.html.erb +11 -19
  55. data/app/views/decidim/messaging/conversations/error.js.erb +12 -7
  56. data/app/views/decidim/searches/_filters.html.erb +1 -1
  57. data/app/views/layouts/decidim/footer/_main.html.erb +1 -1
  58. data/app/views/layouts/decidim/footer/_main_links.html.erb +56 -28
  59. data/app/views/layouts/decidim/header/_menu_breadcrumb_mobile.html.erb +2 -1
  60. data/config/locales/ar.yml +0 -2
  61. data/config/locales/bg.yml +0 -2
  62. data/config/locales/ca-IT.yml +27 -10
  63. data/config/locales/ca.yml +27 -10
  64. data/config/locales/cs.yml +26 -9
  65. data/config/locales/de.yml +4 -13
  66. data/config/locales/el.yml +0 -1
  67. data/config/locales/en.yml +26 -9
  68. data/config/locales/es-MX.yml +26 -9
  69. data/config/locales/es-PY.yml +26 -9
  70. data/config/locales/es.yml +26 -9
  71. data/config/locales/eu.yml +41 -10
  72. data/config/locales/fi-plain.yml +25 -8
  73. data/config/locales/fi.yml +25 -8
  74. data/config/locales/fr-CA.yml +30 -9
  75. data/config/locales/fr.yml +30 -9
  76. data/config/locales/hu.yml +0 -2
  77. data/config/locales/it.yml +0 -2
  78. data/config/locales/ja.yml +84 -19
  79. data/config/locales/lb.yml +0 -2
  80. data/config/locales/lt.yml +0 -2
  81. data/config/locales/nl.yml +0 -2
  82. data/config/locales/no.yml +0 -2
  83. data/config/locales/pl.yml +4 -4
  84. data/config/locales/pt-BR.yml +2 -11
  85. data/config/locales/pt.yml +0 -2
  86. data/config/locales/ro-RO.yml +1 -10
  87. data/config/locales/sk.yml +1 -10
  88. data/config/locales/sv.yml +0 -9
  89. data/config/locales/tr-TR.yml +0 -2
  90. data/config/locales/zh-CN.yml +0 -2
  91. data/config/locales/zh-TW.yml +0 -2
  92. data/db/migrate/20250217192438_convert_user_groups_into_users.rb +3 -2
  93. data/decidim-core.gemspec +4 -1
  94. data/lib/decidim/attachment_attributes.rb +58 -9
  95. data/lib/decidim/command.rb +1 -1
  96. data/lib/decidim/core/content_blocks/registry_manager.rb +4 -4
  97. data/lib/decidim/core/engine.rb +8 -0
  98. data/lib/decidim/core/test/factories.rb +3 -0
  99. data/lib/decidim/core/test/shared_examples/access_mode_restricted_participatory_spaces.rb +8 -5
  100. data/lib/decidim/core/test/shared_examples/access_mode_transparent_participatory_spaces.rb +14 -11
  101. data/lib/decidim/core/test/shared_examples/admin_resource_gallery_examples.rb +10 -10
  102. data/lib/decidim/core/test/shared_examples/comments_examples.rb +32 -6
  103. data/lib/decidim/core/version.rb +1 -1
  104. data/lib/decidim/core.rb +1 -1
  105. data/lib/decidim/map/autocomplete.rb +4 -3
  106. data/lib/decidim/map/dynamic_map.rb +3 -1
  107. data/lib/decidim/searchable.rb +5 -0
  108. data/lib/decidim/view_model.rb +1 -1
  109. data/lib/tasks/decidim_mailers_tasks.rake +31 -9
  110. metadata +31 -9
  111. data/app/commands/decidim/gallery_methods.rb +0 -107
  112. data/app/packs/src/decidim/vendor/tribute.js +0 -1890
  113. data/app/packs/stylesheets/decidim/_tribute.scss +0 -36
  114. data/app/views/decidim/participants_account_mailer/removal_notification.html.erb +0 -11
@@ -3,7 +3,7 @@
3
3
  <div class="lg:w-1/3">
4
4
  <%= render partial: "layouts/decidim/footer/main_intro" %>
5
5
  </div>
6
- <div class="lg:w-2/3 grid grid-cols-1 gap-x-4 gap-y-10 lg:grid-cols-4 text-md text-white">
6
+ <div class="lg:w-2/3 grid grid-cols-1 gap-x-4 lg:grid-cols-4 text-md text-white">
7
7
  <%= render partial: "layouts/decidim/footer/main_links" %>
8
8
  </div>
9
9
  </div>
@@ -1,31 +1,59 @@
1
- <%= footer_menu.render %>
1
+ <div data-controller="accordion" data-multiselectable="true" class="contents">
2
+ <nav class="footer__nav" role="navigation" aria-label="<%= t("layouts.decidim.footer.decidim_title") %>">
3
+ <button type="button" id="panel-footer-menu-trigger" data-controls="panel-footer-menu" data-open-lg="true">
4
+ <span class="h4"><%= t("layouts.decidim.footer.decidim_title") %></span>
5
+ <%= icon "arrow-down-s-line" %>
6
+ </button>
7
+ <div id="panel-footer-menu" aria-hidden="true">
8
+ <%= footer_menu.render_menu_items %>
9
+ </div>
10
+ </nav>
2
11
 
3
- <nav role="navigation" aria-label="<%= t("layouts.decidim.user_menu.profile") %>">
4
- <h2 class="h4 mb-4"><%= t("layouts.decidim.user_menu.profile") %></h2>
5
- <ul class="space-y-4 break-inside-avoid">
6
- <% if current_user %>
7
- <li class="font-semibold underline"><%= link_to t("layouts.decidim.user_menu.configuration"), decidim.account_path %></li>
8
- <li class="font-semibold underline"><%= link_to t("layouts.decidim.user_menu.public_profile"), decidim.profile_path(current_user.nickname) %></li>
9
- <li class="font-semibold underline"><%= link_to t("layouts.decidim.user_menu.notifications"), decidim.notifications_path %></li>
10
- <li class="font-semibold underline"><%= link_to t("layouts.decidim.user_menu.conversations"), decidim.conversations_path %></li>
11
- <% else %>
12
- <% if current_organization.sign_up_enabled? %>
13
- <li class="font-semibold underline"><%= link_to t("layouts.decidim.footer.sign_up"), decidim.new_user_registration_path %></li>
14
- <% end %>
15
- <li class="font-semibold underline"><%= link_to t("layouts.decidim.footer.log_in"), decidim.new_user_session_path %></li>
16
- <% end %>
17
- </ul>
18
- </nav>
12
+ <nav class="footer__nav" role="navigation" aria-label="<%= t("layouts.decidim.user_menu.profile") %>">
13
+ <button type="button" id="panel-profile-trigger" data-controls="panel-profile" data-open-lg="true">
14
+ <span class="h4"><%= t("layouts.decidim.user_menu.profile") %></span>
15
+ <%= icon "arrow-down-s-line" %>
16
+ </button>
17
+ <div id="panel-profile" aria-hidden="true">
18
+ <ul>
19
+ <% if current_user %>
20
+ <li><%= link_to t("layouts.decidim.user_menu.configuration"), decidim.account_path %></li>
21
+ <li><%= link_to t("layouts.decidim.user_menu.public_profile"), decidim.profile_path(current_user.nickname) %></li>
22
+ <li><%= link_to t("layouts.decidim.user_menu.notifications"), decidim.notifications_path %></li>
23
+ <li><%= link_to t("layouts.decidim.user_menu.conversations"), decidim.conversations_path %></li>
24
+ <% else %>
25
+ <% if current_organization.sign_up_enabled? %>
26
+ <li><%= link_to t("layouts.decidim.footer.sign_up"), decidim.new_user_registration_path %></li>
27
+ <% end %>
28
+ <li><%= link_to t("layouts.decidim.footer.log_in"), decidim.new_user_session_path %></li>
29
+ <% end %>
30
+ </ul>
31
+ </div>
32
+ </nav>
19
33
 
20
- <nav role="navigation" aria-label="<%= t("layouts.decidim.footer.resources") %>">
21
- <h2 class="h4 mb-4"><%= t("layouts.decidim.footer.resources") %></h2>
22
- <ul class="space-y-4 break-inside-avoid">
23
- <li class="font-semibold underline"><%= link_to t("decidim.profiles.show.activity"), decidim.last_activities_path %></li>
24
- <% if Decidim.module_installed?(:meetings) %>
25
- <li class="font-semibold underline"><%= link_to t("decidim.pages.home.extended.meetings"), Decidim::Meetings::DirectoryEngine.routes.url_helpers.root_path %></li>
26
- <% end %>
27
- <li class="font-semibold underline"><%= link_to t("layouts.decidim.footer.open_data"), decidim.open_data_path %></li>
28
- </ul>
29
- </nav>
34
+ <nav class="footer__nav" role="navigation" aria-label="<%= t("layouts.decidim.footer.resources") %>">
35
+ <button type="button" id="panel-resources-trigger" data-controls="panel-resources" data-open-lg="true">
36
+ <span class="h4"><%= t("layouts.decidim.footer.resources") %></span>
37
+ <%= icon "arrow-down-s-line" %>
38
+ </button>
39
+ <div id="panel-resources" aria-hidden="true">
40
+ <ul>
41
+ <li><%= link_to t("decidim.profiles.show.activity"), decidim.last_activities_path %></li>
42
+ <% if Decidim.module_installed?(:meetings) %>
43
+ <li><%= link_to t("decidim.pages.home.extended.meetings"), Decidim::Meetings::DirectoryEngine.routes.url_helpers.root_path %></li>
44
+ <% end %>
45
+ <li><%= link_to t("layouts.decidim.footer.open_data"), decidim.open_data_path %></li>
46
+ </ul>
47
+ </div>
48
+ </nav>
30
49
 
31
- <%= cell("decidim/footer_topics", nil) %>
50
+ <nav class="footer__nav" role="navigation" aria-label="<%= t("layouts.decidim.footer.help") %>">
51
+ <button type="button" id="panel-help-trigger" data-controls="panel-help" data-open-lg="true">
52
+ <span class="h4"><%= t("layouts.decidim.footer.help") %></span>
53
+ <%= icon "arrow-down-s-line" %>
54
+ </button>
55
+ <div id="panel-help" aria-hidden="true">
56
+ <%= cell("decidim/footer_topics", nil) %>
57
+ </div>
58
+ </nav>
59
+ </div>
@@ -5,11 +5,11 @@
5
5
  <div class="menu-bar__breadcrumb-mobile__dropdown-trigger">
6
6
  <span class="menu-bar__breadcrumb-mobile__label-wrapper">
7
7
  <span class="menu-bar__breadcrumb-mobile__label">
8
- <span aria-hidden="true"><%= icon "arrow-left-s-line" %></span>
9
8
  <% if previous_item %>
10
9
  <% item_label = translated_attribute(previous_item[:label]) %>
11
10
  <% if previous_item[:url].present? && !is_active_link?(previous_item[:url], :exclusive) %>
12
11
  <%= link_to(previous_item[:url], class: "menu-bar__breadcrumb-item", data: { controller: "breadcrumb-truncate" }) do %>
12
+ <span aria-hidden="true" class="flex items-center"><%= icon "arrow-left-s-line" %></span>
13
13
  <span class="menu-bar__breadcrumb-text" data-breadcrumb-truncate-target="text"><%= item_label %></span>
14
14
  <% end %>
15
15
  <% else %>
@@ -19,6 +19,7 @@
19
19
  <% end %>
20
20
  <% else %>
21
21
  <%= link_to decidim.root_url, class: "menu-bar__breadcrumb-item", data: { controller: "breadcrumb-truncate" } do %>
22
+ <span aria-hidden="true" class="flex items-center"><%= icon "arrow-left-s-line" %></span>
22
23
  <span class="menu-bar__breadcrumb-text" data-breadcrumb-truncate-target="text"><%= t("decidim.menu.home") %></span>
23
24
  <% end %>
24
25
  <% end %>
@@ -403,7 +403,6 @@ ar:
403
403
  global:
404
404
  amendments_enabled: تم تمكين التعديلات
405
405
  comments_enabled: تم تمكين التعليقات
406
- comments_max_length: الحد الأقصى لطول التعليقات
407
406
  dummy_global_attribute1: السمة الدمية 1
408
407
  dummy_global_attribute2: السمة الدمية 2
409
408
  dummy_global_translatable_text: نص افتراضي قابل للترجمة
@@ -783,7 +782,6 @@ ar:
783
782
  modal_title: محادثة جديدة
784
783
  no_results: لا توجد نتائج
785
784
  error_modal:
786
- close: اغلاق النموذج
787
785
  correct_errors: يرجى تصحيح الأخطاء والمحاولة مرة أخرى.
788
786
  intro: 'حدثت الأخطاء التالية في رسالتك:'
789
787
  ok: حسناً
@@ -454,7 +454,6 @@ bg:
454
454
  global:
455
455
  amendments_enabled: Поправки разрешени
456
456
  comments_enabled: Коментари разрешени
457
- comments_max_length: Максимална дължина на коментарите
458
457
  dummy_global_attribute1: Макетен атрибут 1
459
458
  dummy_global_attribute2: Макетен атрибут 2
460
459
  dummy_global_translatable_text: Макетен преводим текст
@@ -904,7 +903,6 @@ bg:
904
903
  create:
905
904
  error: Разговора не започна. Опитайте по-късно.
906
905
  error_modal:
907
- close: Затвори прозореца
908
906
  correct_errors: Моля, коригирайте грешките и опитайте отново.
909
907
  intro: 'Имаше следните грешки с вашето съобщение:'
910
908
  ok: ОК
@@ -553,7 +553,7 @@ ca-IT:
553
553
  global:
554
554
  amendments_enabled: Esmenes habilitades
555
555
  comments_enabled: Comentaris habilitats
556
- comments_max_length: Longitud màxima dels comentaris
556
+ comments_max_length: Caràcters màxims per comentari
557
557
  define_taxonomy_filters: Si us plau, defineix algunes filtres per aquest espai de participació abans de fer servir aquesta configuració.
558
558
  dummy_global_attribute1: Atribut de prova 1
559
559
  dummy_global_attribute2: Atribut de prova 2
@@ -659,6 +659,13 @@ ca-IT:
659
659
  all: Tots
660
660
  filter_taxonomy_values:
661
661
  all: Totes
662
+ delete_user_mailer:
663
+ delete:
664
+ body_1: El teu compte s'ha desactivat i ja no és accessible. Les teves dades personals estan programades per eliminar-les permanentment d'acord amb les nostres polítiques de retenció de dades.
665
+ body_2: Per raons de seguretat, es conservaran algunes dades relacionades amb la verificació; d'aquesta manera si creessis un compte nou i el tornes a verificar, es podria vincular l'autorització amb aquest compte nou.
666
+ greetings_html: Atentament,<br/><a href="%{organization_url}">%{organization_name}</a>
667
+ hello: Hola %{username},
668
+ subject: El teu compte ha estat eliminat
662
669
  devise:
663
670
  omniauth_registrations:
664
671
  create:
@@ -949,6 +956,18 @@ ca-IT:
949
956
  notification_body: S'ha corregit la manera en que es fan servir els àlies per a que no n'hi hagi de duplicats, per fer-ho ja no es distingueix entre majúscules i minúscules.<br/>El teu àlies es va crear més tard que un altre d'igual, així que s'ha renombrat automàticament. Pots modificar el teu àlies des de la <a href="%{link_to_account_settings}">configuració del teu compte</a>.
950
957
  notification_event:
951
958
  notification_title: S'ha produït un esdeveniment a <a href="%{resource_path}">%{resource_title}</a>.
959
+ participatory_space:
960
+ member_added:
961
+ published:
962
+ email_intro: Se t'ha afegit com a membre a un espai de participació.
963
+ email_outro: Heu rebut aquesta notificació perquè una administradora us ha afegit a <a href="%{resource_url}">"%{resource_title}"</a>. El vostre perfil es mostrarà a la <a href="%{members_page}">llista de membres</a> d'aquest espai.<br> Si l'accés a aquest espai és restringit, hi podràs accedir sempre que hagis iniciat la teva sessió amb el teu compte.
964
+ email_subject: Ara tens accés a "%{resource_title}".
965
+ notification_title: Ara tens accés a <a href="%{resource_url}">"%{resource_title}"</a>.
966
+ unpublished:
967
+ email_intro: Se t'ha afegit com a membre a un espai de participació.
968
+ email_outro: Heu rebut aquesta notificació perquè una administradora us ha afegit a <a href="%{resource_url}">"%{resource_title}"</a>. Si l'accés a aquest espai és restringit, hi podràs accedir sempre que hagis iniciat la teva sessió amb el teu compte.
969
+ email_subject: Ara tens accés a "%{resource_title}".
970
+ notification_title: Ara tens accés a <a href="%{resource_url}">"%{resource_title}"</a>.
952
971
  reports:
953
972
  parent_hidden:
954
973
  email_intro: |-
@@ -1179,13 +1198,15 @@ ca-IT:
1179
1198
  taxonomy_presenter:
1180
1199
  not_found: 'No s''ha trobat la taxonomia a la base de dades (ID: %{id})'
1181
1200
  machine_translations:
1182
- automatic: traducció automàtica a %{locale_name}
1201
+ automatic: traducció automàtica a %{locale_name}
1183
1202
  managed_users:
1184
1203
  expired_session: La sessió actual d'administració d'una participant ha caducat.
1185
1204
  map:
1186
1205
  dynamic:
1187
1206
  screen_reader_explanation: El següent element és un mapa que presenta els components d'aquesta pàgina com a punts al mapa. L'element es pot fer servir amb un lector de pantalla però pot ser difícil d'entendre.
1188
1207
  skip_button: Saltar el mapa
1208
+ zoom_in: Ampliar
1209
+ zoom_out: Allunyar
1189
1210
  static:
1190
1211
  latlng_text: 'latitud: %{latitude}, longitud: %{longitude}'
1191
1212
  map_service_brand: OpenStreetMap
@@ -1215,7 +1236,6 @@ ca-IT:
1215
1236
  create:
1216
1237
  error: No s'ha iniciat la conversa. Torna-ho a provar més tard.
1217
1238
  error_modal:
1218
- close: Tanca la finestra
1219
1239
  correct_errors: Si us plau, corregiu els errors i torneu-ho a intentar.
1220
1240
  intro: 'Hi ha els següents errors al vostre missatge:'
1221
1241
  ok: D'acord
@@ -1527,14 +1547,11 @@ ca-IT:
1527
1547
  log_in: entra
1528
1548
  never_logged_in: mai ha iniciat sessió
1529
1549
  subject: Avís de compte inactiu
1530
- removal_notification:
1531
- body: El teu compte a %{organization_name} s'ha eliminat per inactivitat.
1532
- greetings_html: |
1533
- Atentament,<br>
1534
- %{organization_name}
1535
- hello: Benvolgut/da %{username},
1536
- subject: Avís de compte inactiu
1537
1550
  participatory_space:
1551
+ labels:
1552
+ reference: Referència de l'espai de participació
1553
+ restricted: Espai de participació restringit
1554
+ transparent: Espai de participació transparent
1538
1555
  pages:
1539
1556
  user_profile:
1540
1557
  member_of:
@@ -553,7 +553,7 @@ ca:
553
553
  global:
554
554
  amendments_enabled: Esmenes habilitades
555
555
  comments_enabled: Comentaris habilitats
556
- comments_max_length: Longitud màxima dels comentaris
556
+ comments_max_length: Caràcters màxims per comentari
557
557
  define_taxonomy_filters: Si us plau, defineix algunes filtres per aquest espai de participació abans de fer servir aquesta configuració.
558
558
  dummy_global_attribute1: Atribut de prova 1
559
559
  dummy_global_attribute2: Atribut de prova 2
@@ -659,6 +659,13 @@ ca:
659
659
  all: Tots
660
660
  filter_taxonomy_values:
661
661
  all: Totes
662
+ delete_user_mailer:
663
+ delete:
664
+ body_1: El teu compte s'ha desactivat i ja no és accessible. Les teves dades personals estan programades per eliminar-les permanentment d'acord amb les nostres polítiques de retenció de dades.
665
+ body_2: Per raons de seguretat, es conservaran algunes dades relacionades amb la verificació; d'aquesta manera si creessis un compte nou i el tornes a verificar, es podria vincular l'autorització amb aquest compte nou.
666
+ greetings_html: Atentament,<br/><a href="%{organization_url}">%{organization_name}</a>
667
+ hello: Hola %{username},
668
+ subject: El teu compte ha estat eliminat
662
669
  devise:
663
670
  omniauth_registrations:
664
671
  create:
@@ -949,6 +956,18 @@ ca:
949
956
  notification_body: S'ha corregit la manera en que es fan servir els àlies per a que no n'hi hagi de duplicats, per fer-ho ja no es distingueix entre majúscules i minúscules.<br/>El teu àlies es va crear més tard que un altre d'igual, així que s'ha renombrat automàticament. Pots modificar el teu àlies des de la <a href="%{link_to_account_settings}">configuració del teu compte</a>.
950
957
  notification_event:
951
958
  notification_title: S'ha produït un esdeveniment a <a href="%{resource_path}">%{resource_title}</a>.
959
+ participatory_space:
960
+ member_added:
961
+ published:
962
+ email_intro: Se t'ha afegit com a membre a un espai de participació.
963
+ email_outro: Heu rebut aquesta notificació perquè una administradora us ha afegit a <a href="%{resource_url}">"%{resource_title}"</a>. El vostre perfil es mostrarà a la <a href="%{members_page}">llista de membres</a> d'aquest espai.<br> Si l'accés a aquest espai és restringit, hi podràs accedir sempre que hagis iniciat la teva sessió amb el teu compte.
964
+ email_subject: Ara tens accés a "%{resource_title}".
965
+ notification_title: Ara tens accés a <a href="%{resource_url}">"%{resource_title}"</a>.
966
+ unpublished:
967
+ email_intro: Se t'ha afegit com a membre a un espai de participació.
968
+ email_outro: Heu rebut aquesta notificació perquè una administradora us ha afegit a <a href="%{resource_url}">"%{resource_title}"</a>. Si l'accés a aquest espai és restringit, hi podràs accedir sempre que hagis iniciat la teva sessió amb el teu compte.
969
+ email_subject: Ara tens accés a "%{resource_title}".
970
+ notification_title: Ara tens accés a <a href="%{resource_url}">"%{resource_title}"</a>.
952
971
  reports:
953
972
  parent_hidden:
954
973
  email_intro: |-
@@ -1186,6 +1205,8 @@ ca:
1186
1205
  dynamic:
1187
1206
  screen_reader_explanation: El següent element és un mapa que presenta els components d'aquesta pàgina com a punts al mapa. L'element es pot fer servir amb un lector de pantalla però pot ser difícil d'entendre.
1188
1207
  skip_button: Saltar el mapa
1208
+ zoom_in: Ampliar
1209
+ zoom_out: Allunyar
1189
1210
  static:
1190
1211
  latlng_text: 'latitud: %{latitude}, longitud: %{longitude}'
1191
1212
  map_service_brand: OpenStreetMap
@@ -1215,7 +1236,6 @@ ca:
1215
1236
  create:
1216
1237
  error: No s'ha iniciat la conversa. Torna-ho a provar més tard.
1217
1238
  error_modal:
1218
- close: Tanca la finestra
1219
1239
  correct_errors: Si us plau, corregiu els errors i torneu-ho a intentar.
1220
1240
  intro: 'Hi ha els següents errors al vostre missatge:'
1221
1241
  ok: D'acord
@@ -1527,14 +1547,11 @@ ca:
1527
1547
  log_in: entra
1528
1548
  never_logged_in: mai ha iniciat sessió
1529
1549
  subject: Avís de compte inactiu
1530
- removal_notification:
1531
- body: El teu compte a %{organization_name} s'ha eliminat per inactivitat.
1532
- greetings_html: |
1533
- Atentament,<br>
1534
- %{organization_name}
1535
- hello: Benvolgut/da %{username},
1536
- subject: Avís de compte inactiu
1537
1550
  participatory_space:
1551
+ labels:
1552
+ reference: Referència de l'espai de participació
1553
+ restricted: Espai de participació restringit
1554
+ transparent: Espai de participació transparent
1538
1555
  pages:
1539
1556
  user_profile:
1540
1557
  member_of:
@@ -1873,7 +1890,7 @@ ca:
1873
1890
  invite_collaborator:
1874
1891
  subject: T'han convidat a col·laborar a %{organization}
1875
1892
  invite_member:
1876
- subject: T'han convidat a participar en un espai de participació privat a%{organization}
1893
+ subject: T'han convidat a participar en un espai de participació privat a %{organization}
1877
1894
  organization_admin_invitation_instructions:
1878
1895
  subject: T'han convidat a administrar %{organization}
1879
1896
  password_change:
@@ -446,6 +446,10 @@ cs:
446
446
  withdraw:
447
447
  error: Při stahování pozměňovacího návrhu došlo k chybě.
448
448
  success: Pozměňovací návrh byl úspěšně stažen.
449
+ wizard_step_form:
450
+ steps:
451
+ '1': Vytvořit svůj pozměňovací návrh
452
+ '2': Publikovat svůj pozměňovací návrh
449
453
  anonymous_user: Anonymní
450
454
  application:
451
455
  document:
@@ -584,7 +588,7 @@ cs:
584
588
  global:
585
589
  amendments_enabled: Pozměňovací návrhy povoleny
586
590
  comments_enabled: Komentáře povoleny
587
- comments_max_length: Maximální délka komentářů
591
+ comments_max_length: Maximální počet znaků na komentář
588
592
  define_taxonomy_filters: Před použitím tohoto nastavení prosím definujte některé filtry pro tento participační prostor.
589
593
  dummy_global_attribute1: Zástupný atribut 1
590
594
  dummy_global_attribute2: Zástupný atribut 2
@@ -690,6 +694,13 @@ cs:
690
694
  all: Vše
691
695
  filter_taxonomy_values:
692
696
  all: Vše
697
+ delete_user_mailer:
698
+ delete:
699
+ body_1: Váš účet byl deaktivován a již není dostupný. Vaše osobní údaje jsou naplánovány na trvalé smazání v souladu s našimi pravidly pro uchovávání údajů.
700
+ body_2: Z bezpečnostních důvodů budou uchovávány některé údaje týkající se autorizace; pokud vytvoříte nový účet a znovu jej autorizujete, může být propojen s vaším novým účtem.
701
+ greetings_html: S pozdravem,<br/><a href="%{organization_url}">%{organization_name}</a>
702
+ hello: Dobrý den %{username},
703
+ subject: Váš účet byl smazán
693
704
  devise:
694
705
  omniauth_registrations:
695
706
  create:
@@ -973,6 +984,10 @@ cs:
973
984
  notification_body: Opravili jsme způsob, jakým jsou přezdívky používány, aby nedocházelo k duplicitám, a proto jsme odstranili pravidlo rozlišení velkých a malých písmen. <br/> Vaše přezdívka byla vytvořena po jiné, se stejným jménem, takže jsme ji automaticky přejmenovali. Můžete to změnit z <a href="%{link_to_account_settings}">vašeho nastavení účtu</a>.
974
985
  notification_event:
975
986
  notification_title: Objevila se událost na <a href="%{resource_path}">%{resource_title}</a>.
987
+ participatory_space:
988
+ member_added:
989
+ published:
990
+ email_intro: Byli jste přidáni jako člen do participačního prostoru.
976
991
  reports:
977
992
  parent_hidden:
978
993
  email_outro: Obdrželi jste toto oznámení, protože jste autorem ovlivněného %{resource_type}.
@@ -1221,7 +1236,6 @@ cs:
1221
1236
  create:
1222
1237
  error: Konverzace nebyla zahájena. Zkuste to znovu později.
1223
1238
  error_modal:
1224
- close: Zavřít okno
1225
1239
  correct_errors: Opravte chyby a zkuste to znovu.
1226
1240
  intro: 'Došlo k následujícím chybám ve vaší zprávě:'
1227
1241
  ok: OK
@@ -1345,6 +1359,7 @@ cs:
1345
1359
  own_activity: Moje vlastní činnost, jako kdyby někdo komentoval ve svém návrhu nebo mě zmínil
1346
1360
  push_notifications: Push oznámení
1347
1361
  push_notifications_reminder: Chcete-li dostávat oznámení z platformy, musíte je nejdříve povolit v nastavení prohlížeče.
1362
+ push_notifications_unsupported_browser: Váš prohlížeč není podporován.
1348
1363
  receive_notifications_about: Chci dostávat oznámení
1349
1364
  update_notifications_settings: Uložit změny
1350
1365
  update:
@@ -1527,16 +1542,18 @@ cs:
1527
1542
  log_in: přihlásit se
1528
1543
  never_logged_in: nikdy se nepřihlásil
1529
1544
  subject: Upozornění na neaktivní účet
1530
- removal_notification:
1531
- body: Váš %{organization_name} účet byl odstraněn z důvodu neaktivity.
1532
- greetings_html: |
1533
- S pozdravem,<br>
1534
- %{organization_name}
1535
- hello: Dobrý den %{username},
1536
- subject: Neaktivní účet byl smazán
1545
+ participatory_space:
1546
+ pages:
1547
+ user_profile:
1548
+ member_of:
1549
+ member_of: Je členem
1537
1550
  participatory_space_members:
1538
1551
  index:
1539
1552
  members: Členové
1553
+ participatory_spaces:
1554
+ show:
1555
+ restricted_space: Toto je omezený prostor. Pouze členové a administrátoři jej mohou zobrazit a účastnit se.
1556
+ transparent_space: Toto je transparentní prostor. Kdokoli může zobrazit obsah, ale mohou se účastnit pouze členové a správci.
1540
1557
  passwords:
1541
1558
  update:
1542
1559
  error: Došlo k problému s aktualizací hesla.
@@ -548,7 +548,6 @@ de:
548
548
  global:
549
549
  amendments_enabled: Änderungen aktiviert
550
550
  comments_enabled: Kommentare aktiviert
551
- comments_max_length: Maximallänge der Kommentare
552
551
  define_taxonomy_filters: Bitte definieren Sie einige Filter für diesen partizipativen Bereich, bevor Sie diese Einstellung verwenden.
553
552
  dummy_global_attribute1: Dummy-Attribut 1
554
553
  dummy_global_attribute2: Dummy-Attribut 2
@@ -697,12 +696,12 @@ de:
697
696
  notice: |-
698
697
  <p>Hallo, sind Sie sicher, dass Sie keinen Newsletter erhalten möchten?
699
698
  Bitte prüfen Sie noch einmal, ob Sie das Kästchen mit der Bestellung des Newsletters nicht doch ankreuzen möchten.
700
- Es ist sehr wichtig für uns, dass Sie gelegentlich E-Mails erhalten können,
699
+ Es ist sehr wichtig für uns, dass Sie gelegentlich E-Mails erhalten können,
701
700
  damit wir Ihnen wichtige Informationen mitteilen können. Sie können die
702
701
  Seite mit den Einstellungen für Mitteilungen jederzeit ändern.</p>
703
702
  <p>Wenn Sie das Kästchen nicht ankreuzen, könnten Sie vielleicht wichtige Informationen
704
- über neue Möglichkeiten der Teilnahme an der Plattform verpassen.<br>
705
- Wenn Sie dennoch keinen Newsletter erhalten möchten,
703
+ über neue Möglichkeiten der Teilnahme an der Plattform verpassen.<br>
704
+ Wenn Sie dennoch keinen Newsletter erhalten möchten,
706
705
  haben wir vollstes Verständnis für Ihre Entscheidung.</p>
707
706
  <p>Vielen Dank, dass Sie sich die Zeit zum Lesen genommen haben!</p>
708
707
  title: Newsletter Benachrichtigungen
@@ -1172,7 +1171,6 @@ de:
1172
1171
  create:
1173
1172
  error: Die Unterhaltung wurde nicht gestartet. Versuchen Sie es später noch einmal.
1174
1173
  error_modal:
1175
- close: Fenster schließen
1176
1174
  correct_errors: Bitte korrigiere diese Fehler und versuche es erneut.
1177
1175
  intro: 'Es gab folgende Fehler bei Ihrer Nachricht:'
1178
1176
  ok: OK
@@ -1330,7 +1328,7 @@ de:
1330
1328
  one: "%{count} Ressource"
1331
1329
  other: "%{count} Ressourcen"
1332
1330
  spaces: Bereiche
1333
- title: Open Data Dateien für %{organization}
1331
+ title: Open Data Dateien für %{organization}
1334
1332
  moderated_users:
1335
1333
  about: Die Beschreibung des Kontos
1336
1334
  block_reasons: Der Grund der Blockierung eines Kontos durch einen Admin
@@ -1483,13 +1481,6 @@ de:
1483
1481
  log_in: anmelden
1484
1482
  never_logged_in: Nie angemeldet
1485
1483
  subject: Inaktive Kontowarnung
1486
- removal_notification:
1487
- body: Ihr %{organization_name} Konto wurde aufgrund von Inaktivität gelöscht.
1488
- greetings_html: |
1489
- Freundliche Grüsse,<br>
1490
- %{organization_name}
1491
- hello: Hallo %{username},
1492
- subject: Inaktives Konto gelöscht
1493
1484
  participatory_space_members:
1494
1485
  index:
1495
1486
  members: Mitglieder
@@ -365,7 +365,6 @@ el:
365
365
  global:
366
366
  amendments_enabled: Οι τροποποιήσεις ενεργοποιήθηκαν
367
367
  comments_enabled: Τα σχόλια ενεργοποιήθηκαν
368
- comments_max_length: Μέγιστο μήκος σχολίων
369
368
  dummy_global_attribute1: Εικονικό χαρακτηριστικό 1
370
369
  dummy_global_attribute2: Εικονικό χαρακτηριστικό 2
371
370
  dummy_global_translatable_text: Εικονικό μετατρέψιμο κείμενο
@@ -556,7 +556,7 @@ en:
556
556
  global:
557
557
  amendments_enabled: Amendments enabled
558
558
  comments_enabled: Comments enabled
559
- comments_max_length: Comments max length
559
+ comments_max_length: Max characters per comment
560
560
  define_taxonomy_filters: Please define some filters for this participatory space before using this setting.
561
561
  dummy_global_attribute1: Dummy Attribute 1
562
562
  dummy_global_attribute2: Dummy Attribute 2
@@ -662,6 +662,13 @@ en:
662
662
  all: All
663
663
  filter_taxonomy_values:
664
664
  all: All
665
+ delete_user_mailer:
666
+ delete:
667
+ body_1: Your account has been deactivated and is no longer accessible. Your personal data is scheduled for permanent deletion in accordance with our data retention policies.
668
+ body_2: For security reasons, some authorization-related data will be retained; if you create a new account and authorize again, it may be linked to your new account.
669
+ greetings_html: Kind regards,<br/><a href="%{organization_url}">%{organization_name}</a>
670
+ hello: Dear %{username},
671
+ subject: Your account has been deleted
665
672
  devise:
666
673
  omniauth_registrations:
667
674
  create:
@@ -956,6 +963,18 @@ en:
956
963
  notification_body: We have corrected the way nicknames are used so that there are no duplicates, and that is why we have removed the case-sensitive rule. <br/> Your nickname was created after another one with the same name, so we have automatically renamed it. You can change it from <a href="%{link_to_account_settings}">your account settings</a>.
957
964
  notification_event:
958
965
  notification_title: An event occurred to <a href="%{resource_path}">%{resource_title}</a>.
966
+ participatory_space:
967
+ member_added:
968
+ published:
969
+ email_intro: You have been added as a member to a participatory space.
970
+ email_outro: You have received this notification because an administrator has added you to <a href="%{resource_url}">%{resource_title}</a>. If access to this space is restricted, you will be able to access it with your account.<br> Your profile will appear in the <a href="%{members_page}">list of members</a> of the space.
971
+ email_subject: You now have access to %{resource_title}.
972
+ notification_title: You now have access to <a href="%{resource_url}">%{resource_title}</a>.
973
+ unpublished:
974
+ email_intro: You have been added as a member to a participatory space.
975
+ email_outro: You have received this notification because an administrator has added you to <a href="%{resource_url}">%{resource_title}</a>. If access to this space is restricted, you will be able to access it with your account.
976
+ email_subject: You now have access to %{resource_title}.
977
+ notification_title: You now have access to <a href="%{resource_url}">%{resource_title}</a>.
959
978
  reports:
960
979
  parent_hidden:
961
980
  email_intro: |-
@@ -1193,6 +1212,8 @@ en:
1193
1212
  dynamic:
1194
1213
  screen_reader_explanation: The following element is a map which presents the items on this page as map points. The element can be used with a screen reader but it may be hard to understand.
1195
1214
  skip_button: Skip map
1215
+ zoom_in: Zoom in
1216
+ zoom_out: Zoom out
1196
1217
  static:
1197
1218
  latlng_text: 'latitude: %{latitude}, longitude: %{longitude}'
1198
1219
  map_service_brand: OpenStreetMap
@@ -1222,7 +1243,6 @@ en:
1222
1243
  create:
1223
1244
  error: Conversation not started. Try again later.
1224
1245
  error_modal:
1225
- close: Close modal
1226
1246
  correct_errors: Please correct the errors and try again.
1227
1247
  intro: 'There were the following errors with your message:'
1228
1248
  ok: OK
@@ -1534,14 +1554,11 @@ en:
1534
1554
  log_in: log in
1535
1555
  never_logged_in: never logged in
1536
1556
  subject: Inactive account warning
1537
- removal_notification:
1538
- body: Your %{organization_name} account has been deleted due to inactivity.
1539
- greetings_html: |
1540
- Kind regards,<br>
1541
- %{organization_name}
1542
- hello: Dear %{username},
1543
- subject: Inactive account deleted
1544
1557
  participatory_space:
1558
+ labels:
1559
+ reference: Reference of the space
1560
+ restricted: Restricted space
1561
+ transparent: Transparent space
1545
1562
  pages:
1546
1563
  user_profile:
1547
1564
  member_of:
@@ -556,7 +556,7 @@ es-MX:
556
556
  global:
557
557
  amendments_enabled: Enmiendas habilitadas
558
558
  comments_enabled: Comentarios habilitados
559
- comments_max_length: Longitud máxima de los comentarios
559
+ comments_max_length: Máximo de caracteres por comentario
560
560
  define_taxonomy_filters: Por favor, define algunos filtros para este espacio de participación antes de utilizar esta configuración.
561
561
  dummy_global_attribute1: Atributo de prueba 1
562
562
  dummy_global_attribute2: Atributo de prueba 2
@@ -662,6 +662,13 @@ es-MX:
662
662
  all: Todos
663
663
  filter_taxonomy_values:
664
664
  all: Todas
665
+ delete_user_mailer:
666
+ delete:
667
+ body_1: Tu cuenta ha sido desactivada y ya no es accesible. Tus datos personales están programados para su eliminación permanente de acuerdo con nuestras políticas de retención de datos.
668
+ body_2: Por razones de seguridad, se conservarán algunos datos relacionados con la verificación; de este modo si crearas una nueva cuenta y la verificaras de nuevo, se podría vincular la autorización con esta nueva cuenta.
669
+ greetings_html: Atentamente,<br/><a href="%{organization_url}">%{organization_name}</a>
670
+ hello: Hola %{username},
671
+ subject: Tu cuenta ha sido eliminada
665
672
  devise:
666
673
  omniauth_registrations:
667
674
  create:
@@ -952,6 +959,18 @@ es-MX:
952
959
  notification_body: Hemos corregido la forma en que se utilizan los alias para que no haya duplicados, para hacerlo ya no se distingue entre mayúsculas y minúsculas.<br/>Tu alias fue creado después de otro igual, así que se ha renombrado automáticamente. Puedes modificarlo desde la <a href="%{link_to_account_settings}">configuración de tu cuenta</a>.
953
960
  notification_event:
954
961
  notification_title: Se ha producido un evento en <a href="%{resource_path}">%{resource_title}</a>.
962
+ participatory_space:
963
+ member_added:
964
+ published:
965
+ email_intro: Se te ha añadido como miembro a un espacio de participación.
966
+ email_outro: Has recibido esta notificación porque una administradora te ha añadido a <a href="%{resource_url}">"%{resource_title}"</a>. Tu perfil se mostrará en la <a href="%{members_page}">lista de miembros</a> de este espacio.<br> Si el acceso a este espacio es restringido, podrás acceder siempre que hayas iniciado tu sesión con tu cuenta.
967
+ email_subject: Ahora tienes acceso a "%{resource_title}".
968
+ notification_title: Ahora tienes acceso a <a href="%{resource_url}">"%{resource_title}"</a>.
969
+ unpublished:
970
+ email_intro: Se te ha añadido como miembro a un espacio de participación.
971
+ email_outro: Has recibido esta notificación porque una administradora te ha añadido a <a href="%{resource_url}">"%{resource_title}"</a>. Si el acceso a este espacio es restringido, podrás acceder siempre que hayas iniciado tu sesión con tu cuenta.
972
+ email_subject: Ahora tienes acceso a "%{resource_title}".
973
+ notification_title: Ahora tienes acceso a <a href="%{resource_url}">"%{resource_title}"</a>.
955
974
  reports:
956
975
  parent_hidden:
957
976
  email_intro: |-
@@ -1189,6 +1208,8 @@ es-MX:
1189
1208
  dynamic:
1190
1209
  screen_reader_explanation: El siguiente elemento es un mapa que presenta los componentes de esta página como puntos en el mapa. El elemento se puede utilizar con un lector de pantalla pero puede ser difícil de entender.
1191
1210
  skip_button: Saltar el mapa
1211
+ zoom_in: Ampliar
1212
+ zoom_out: Alejar
1192
1213
  static:
1193
1214
  latlng_text: 'latitud: %{latitude}, longitud: %{longitude}'
1194
1215
  map_service_brand: OpenStreetMap
@@ -1218,7 +1239,6 @@ es-MX:
1218
1239
  create:
1219
1240
  error: No se ha iniciado la conversación. Vuelve a intentarlo más tarde.
1220
1241
  error_modal:
1221
- close: Cerrar modal
1222
1242
  correct_errors: Por favor, corrige los errores e inténtalo de nuevo.
1223
1243
  intro: 'Se han producido los siguientes errores en tu mensaje:'
1224
1244
  ok: De acuerdo
@@ -1530,14 +1550,11 @@ es-MX:
1530
1550
  log_in: entra
1531
1551
  never_logged_in: nunca ha iniciado sesión
1532
1552
  subject: Aviso de cuenta inactiva
1533
- removal_notification:
1534
- body: Tu cuenta en %{organization_name} ha sido eliminada por inactividad.
1535
- greetings_html: |
1536
- Atentamente,<br>
1537
- %{organization_name}
1538
- hello: Estimado/a %{username},
1539
- subject: Aviso de cuenta inactiva
1540
1553
  participatory_space:
1554
+ labels:
1555
+ reference: Referencia del espacio de participación
1556
+ restricted: Espacio de participación restringido
1557
+ transparent: Espacio de participación transparente
1541
1558
  pages:
1542
1559
  user_profile:
1543
1560
  member_of: