decidim-core 0.27.4 → 0.27.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/activity_cell.rb +2 -2
- data/app/cells/decidim/card_cell.rb +2 -2
- data/app/cells/decidim/card_m/top.erb +1 -1
- data/app/cells/decidim/card_m_cell.rb +1 -1
- data/app/cells/decidim/scopes_picker/scope_picker_values.erb +1 -1
- data/app/cells/decidim/tags_cell.rb +3 -1
- data/app/cells/decidim/upload_modal/modal.erb +4 -1
- data/app/cells/decidim/upload_modal_cell.rb +8 -4
- data/app/cells/decidim/user_profile_cell.rb +1 -1
- data/app/cells/decidim/version_cell.rb +1 -1
- data/app/cells/decidim/versions_list_cell.rb +1 -1
- data/app/commands/decidim/create_omniauth_registration.rb +2 -4
- data/app/commands/decidim/endorse_resource.rb +2 -0
- data/app/commands/decidim/messaging/reply_to_conversation.rb +3 -0
- data/app/commands/decidim/messaging/start_conversation.rb +3 -0
- data/app/commands/decidim/search.rb +1 -1
- data/app/commands/decidim/unendorse_resource.rb +1 -1
- data/app/controllers/concerns/decidim/devise_authentication_methods.rb +36 -0
- data/app/controllers/concerns/decidim/force_authentication.rb +6 -2
- data/app/controllers/concerns/decidim/paginable.rb +1 -1
- data/app/controllers/decidim/devise/omniauth_registrations_controller.rb +1 -22
- data/app/controllers/decidim/devise/registrations_controller.rb +1 -1
- data/app/controllers/decidim/devise/sessions_controller.rb +1 -24
- data/app/controllers/decidim/links_controller.rb +1 -1
- data/app/controllers/decidim/searches_controller.rb +1 -1
- data/app/controllers/decidim/user_timeline_controller.rb +1 -1
- data/app/controllers/decidim/widgets_controller.rb +6 -0
- data/app/events/decidim/welcome_notification_event.rb +6 -9
- data/app/forms/decidim/account_form.rb +1 -1
- data/app/forms/decidim/notifications_settings_form.rb +0 -8
- data/app/forms/decidim/registration_form.rb +1 -1
- data/app/helpers/decidim/cells_paginate_helper.rb +1 -1
- data/app/helpers/decidim/check_boxes_tree_helper.rb +4 -4
- data/app/helpers/decidim/decidim_form_helper.rb +1 -0
- data/app/helpers/decidim/newsletters_helper.rb +83 -16
- data/app/helpers/decidim/omniauth_helper.rb +2 -0
- data/app/helpers/decidim/resource_helper.rb +3 -1
- data/app/helpers/decidim/sanitize_helper.rb +9 -0
- data/app/helpers/decidim/short_link_helper.rb +1 -1
- data/app/helpers/decidim/user_profile_helper.rb +7 -2
- data/app/jobs/decidim/download_your_data_export_job.rb +2 -1
- data/app/jobs/decidim/open_data_job.rb +2 -0
- data/app/mailers/decidim/messaging/conversation_mailer.rb +3 -72
- data/app/models/decidim/push_notification_message.rb +39 -0
- data/app/models/decidim/user.rb +9 -1
- data/app/packs/images/decidim/icons.svg +1 -1
- data/app/packs/images/decidim/vendor/social-share-button/x.svg +6 -0
- data/app/packs/src/decidim/autocomplete.js +11 -2
- data/app/packs/src/decidim/data_picker.js +1 -0
- data/app/packs/src/decidim/direct_uploads/upload_field.js +6 -4
- data/app/packs/src/decidim/direct_uploads/upload_modal.js +10 -8
- data/app/packs/src/decidim/direct_uploads/uploader.js +4 -1
- data/app/packs/src/decidim/geocoding/attach_input.js +4 -1
- data/app/packs/src/decidim/geocoding/provider/here.js +17 -21
- data/app/packs/src/decidim/geocoding/provider/photon.js +1 -1
- data/app/packs/src/decidim/input_hashtags.js +1 -1
- data/app/packs/src/decidim/input_mentions.js +1 -1
- data/app/packs/src/decidim/input_multiple_mentions.js +1 -1
- data/app/packs/src/decidim/utilities/text.js +17 -0
- data/app/packs/src/decidim/vizzs/index.js +1 -1
- data/app/packs/stylesheets/decidim/_variables.scss +1 -1
- data/app/packs/stylesheets/decidim/plugins/leaflet.scss +118 -114
- data/app/packs/stylesheets/decidim/vendor/_social_share_button.scss +4 -0
- data/app/presenters/decidim/admin_log/oauth_application_resource_presenter.rb +1 -1
- data/app/presenters/decidim/notification_to_mailer_presenter.rb +9 -0
- data/app/services/decidim/events_manager.rb +6 -0
- data/app/services/decidim/push_notification_message_sender.rb +36 -0
- data/app/services/decidim/send_push_notification.rb +22 -8
- data/app/views/decidim/devise/registrations/new.html.erb +2 -2
- data/app/views/decidim/notifications_digest_mailer/_email_content.html.erb +7 -0
- data/app/views/decidim/notifications_settings/show.html.erb +1 -1
- data/app/views/decidim/scopes/_scopes_picker_input.html.erb +1 -1
- data/app/views/decidim/searches/_filters.html.erb +3 -1
- data/app/views/decidim/shared/_address_details.html.erb +2 -2
- data/app/views/decidim/shared/_share_modal.html.erb +1 -1
- data/app/views/decidim/shared/participatory_space_filters/_filters.html.erb +1 -1
- data/app/views/layouts/decidim/_js_configuration.html.erb +1 -0
- data/app/views/layouts/decidim/_social_media_links.html.erb +2 -2
- data/config/locales/ar.yml +12 -16
- data/config/locales/bg.yml +77 -15
- data/config/locales/ca.yml +34 -30
- data/config/locales/cs.yml +18 -14
- data/config/locales/de.yml +62 -58
- data/config/locales/el.yml +11 -16
- data/config/locales/en.yml +5 -1
- data/config/locales/eo.yml +2 -3
- data/config/locales/es-MX.yml +15 -11
- data/config/locales/es-PY.yml +15 -11
- data/config/locales/es.yml +30 -26
- data/config/locales/eu.yml +500 -342
- data/config/locales/fi-plain.yml +7 -3
- data/config/locales/fi.yml +21 -17
- data/config/locales/fr-CA.yml +17 -13
- data/config/locales/fr.yml +12 -8
- data/config/locales/ga-IE.yml +5 -5
- data/config/locales/gl.yml +5 -19
- data/config/locales/he-IL.yml +1 -0
- data/config/locales/hu.yml +63 -23
- data/config/locales/id-ID.yml +4 -19
- data/config/locales/is-IS.yml +4 -2
- data/config/locales/it.yml +15 -17
- data/config/locales/ja.yml +26 -22
- data/config/locales/lb.yml +15 -17
- data/config/locales/lt.yml +55 -10
- data/config/locales/lv.yml +4 -16
- data/config/locales/nl.yml +12 -12
- data/config/locales/no.yml +8 -10
- data/config/locales/pl.yml +151 -1
- data/config/locales/pt-BR.yml +267 -22
- data/config/locales/pt.yml +8 -10
- data/config/locales/ro-RO.yml +4 -10
- data/config/locales/ru.yml +13 -17
- data/config/locales/sk.yml +7 -17
- data/config/locales/sl.yml +0 -5
- data/config/locales/sq-AL.yml +1 -0
- data/config/locales/sv.yml +55 -17
- data/config/locales/th-TH.yml +1 -0
- data/config/locales/tr-TR.yml +18 -15
- data/config/locales/uk.yml +17 -14
- data/config/locales/zh-CN.yml +6 -10
- data/config/locales/zh-TW.yml +0 -9
- data/db/migrate/20231027142329_change_default_value_for_decidim_endorsements.rb +11 -0
- data/db/seeds.rb +1 -0
- data/decidim-core.gemspec +78 -0
- data/lib/decidim/acts_as_tree.rb +14 -1
- data/lib/decidim/asset_router/storage.rb +4 -0
- data/lib/decidim/attribute_encryptor.rb +6 -4
- data/lib/decidim/core/engine.rb +7 -3
- data/lib/decidim/core/test/factories.rb +309 -95
- data/lib/decidim/core/test/shared_examples/amendable/amendment_created_event_examples.rb +6 -26
- data/lib/decidim/core/test/shared_examples/amendable/amendment_promoted_event_examples.rb +8 -26
- data/lib/decidim/core/test/shared_examples/comments_examples.rb +56 -0
- data/lib/decidim/core/test/shared_examples/embed_resource_examples.rb +187 -11
- data/lib/decidim/core/test/shared_examples/errors.rb +2 -0
- data/lib/decidim/core/test/shared_examples/has_attachment_collections.rb +8 -6
- data/lib/decidim/core/test/shared_examples/has_attachments.rb +4 -4
- data/lib/decidim/core/test/shared_examples/has_category.rb +27 -0
- data/lib/decidim/core/test/shared_examples/has_reference.rb +1 -1
- data/lib/decidim/core/test/shared_examples/has_space_in_mcell_examples.rb +1 -2
- data/lib/decidim/core/test/shared_examples/resource_endorsed_event_examples.rb +6 -3
- data/lib/decidim/core/test/shared_examples/resource_locator_presenter_examples.rb +134 -0
- data/lib/decidim/core/test/shared_examples/searchable_results_examples.rb +1 -1
- data/lib/decidim/core/test/shared_examples/simple_event.rb +50 -2
- data/lib/decidim/core/test.rb +1 -0
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/core.rb +2 -1
- data/lib/decidim/endorsable.rb +1 -1
- data/lib/decidim/engine_router.rb +17 -4
- data/lib/decidim/events/base_event.rb +5 -2
- data/lib/decidim/events/simple_event.rb +3 -17
- data/lib/decidim/exporters.rb +10 -1
- data/lib/decidim/form_builder.rb +1 -0
- data/lib/decidim/has_category.rb +3 -3
- data/lib/decidim/has_conversations.rb +91 -0
- data/lib/decidim/participable.rb +17 -0
- data/lib/decidim/view_model.rb +1 -0
- data/lib/decidim/webpacker/webpack/.modernizrrc +9 -0
- data/lib/premailer/adapter/decidim.rb +5 -4
- data/lib/tasks/decidim_reminders_tasks.rake +1 -0
- data/lib/tasks/upgrade/decidim_deduplicate_endorsements.rake +53 -0
- data/lib/tasks/upgrade/decidim_fix_categorization.rake +15 -0
- data/lib/tasks/upgrade/decidim_fix_short_url_resolver.rake +22 -0
- metadata +37 -32
- data/app/helpers/decidim/layout_helper.rb.orig +0 -225
- data/app/packs/stylesheets/decidim/modules/_dropdown_menu.scss +0 -9
- data/app/views/decidim/devise/registrations/new.html.erb.orig +0 -231
- /data/{config/environment.rb → app/packs/images/decidim/.keep} +0 -0
data/config/locales/ca.yml
CHANGED
@@ -75,7 +75,7 @@ ca:
|
|
75
75
|
'true': 'Sí'
|
76
76
|
carrierwave:
|
77
77
|
errors:
|
78
|
-
file_cannot_be_processed: No s'ha pogut
|
78
|
+
file_cannot_be_processed: No s'ha pogut processar el fitxer
|
79
79
|
file_resolution_too_large: La resolució de l'arxiu és massa gran
|
80
80
|
file_size_too_large: La mida del fitxer és massa gran
|
81
81
|
not_inside_organization: L'arxiu no està relacionat amb cap organització
|
@@ -252,7 +252,7 @@ ca:
|
|
252
252
|
user_moderation:
|
253
253
|
unreport: "%{user_name} ha desfet el report %{resource_type} - %{unreported_user_name}"
|
254
254
|
admin_terms_of_use:
|
255
|
-
default_body: "<h2>TERMES D'ÚS PER ADMINS</h2><p>Donem per fet que has rebut l'habitual explicació de l'administrador del sistema local. En general es redueix a aquestes tres coses:</p><ol><li>Respectar la privadesa dels altres.</li><li>Penseu abans de fer clic.</li><li>A un gran poder
|
255
|
+
default_body: "<h2>TERMES D'ÚS PER ADMINS</h2><p>Donem per fet que has rebut l'habitual explicació de l'administrador del sistema local. En general es redueix a aquestes tres coses:</p><ol><li>Respectar la privadesa dels altres.</li><li>Penseu abans de fer clic.</li><li>A un gran poder li correspon gran responsabilitat.</li></ol>"
|
256
256
|
alert:
|
257
257
|
dismiss: Descartar notificació
|
258
258
|
amendments:
|
@@ -531,6 +531,8 @@ ca:
|
|
531
531
|
subtitle: Si us plau, omple el següent formulari per tal de completar la teva inscripció
|
532
532
|
username_help: Nom públic que apareix als teus missatges. Amb l'objectiu de garantir l'anonimat, pot ser qualsevol nom.
|
533
533
|
registrations:
|
534
|
+
create:
|
535
|
+
error: S'ha produït un error en crear el teu compte.
|
534
536
|
new:
|
535
537
|
already_have_an_account?: Ja tens un compte?
|
536
538
|
newsletter: Vull rebre un butlletí ocasional amb informació rellevant
|
@@ -619,29 +621,29 @@ ca:
|
|
619
621
|
amendment_accepted:
|
620
622
|
affected_user:
|
621
623
|
email_intro: 'S''ha acceptat una esmena per %{amendable_title}. Pots veure-ho des d''aquesta pàgina:'
|
622
|
-
email_outro: Has rebut aquesta notificació perquè
|
624
|
+
email_outro: Has rebut aquesta notificació perquè s'ha acceptat una esmena presentada a l'apartat "%{amendable_title}" que administres.
|
623
625
|
email_subject: Esmena acceptada per %{amendable_title} a %{emendation_author_nickname}
|
624
626
|
notification_title: L'<a href="%{emendation_path}">esmena</a> creada per <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> ha estat acceptada per <a href="%{amendable_path}">%{amendable_title}</a>.
|
625
627
|
follower:
|
626
628
|
email_intro: 'S''ha acceptat una esmena per %{amendable_title}. Pots veure-ho en aquesta pàgina:'
|
627
|
-
email_outro: Has rebut aquesta notificació perquè estàs seguint %{amendable_title}. Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
629
|
+
email_outro: Has rebut aquesta notificació perquè estàs seguint l'esmena "%{amendable_title}". Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
628
630
|
email_subject: Esmena acceptada per %{amendable_title} de %{emendation_author_nickname}
|
629
631
|
notification_title: L'<a href="%{emendation_path}">esmena</a> creada per <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> ha estat acceptada per <a href="%{amendable_path}">%{amendable_title}</a>.
|
630
632
|
amendment_created:
|
631
633
|
affected_user:
|
632
634
|
email_intro: 'S''ha creat una nova esmena per a %{amendable_title}. La pots veure des d''aquesta pàgina:'
|
633
|
-
email_outro: Has rebut aquesta notificació perquè
|
635
|
+
email_outro: Has rebut aquesta notificació perquè s'ha presentat una esmena a l'apartat "%{amendable_title}" que administres.
|
634
636
|
email_subject: Nova esmena per a %{amendable_title}
|
635
637
|
notification_title: S'ha creat una nova esmena per a <a href="%{amendable_path}">%{amendable_title}</a>.
|
636
638
|
follower:
|
637
639
|
email_intro: 'S''ha creat una nova esmena per a %{amendable_title}. La pots veure des d''aquesta pàgina:'
|
638
|
-
email_outro: Has rebut aquesta notificació perquè estàs seguint %{amendable_title}. Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
640
|
+
email_outro: Has rebut aquesta notificació perquè estàs seguint l'esmena "%{amendable_title}". Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
639
641
|
email_subject: Nova esmena per a %{amendable_title}
|
640
642
|
notification_title: S'ha creat una nova esmena per a <a href="%{amendable_path}">%{amendable_title}</a>.
|
641
643
|
amendment_promoted:
|
642
644
|
affected_user:
|
643
645
|
email_intro: 'Una esmena rebutjada per %{amendable_title} ha estat publicada com una nova %{amendable_type}. La pots veure des d''aquesta pàgina:'
|
644
|
-
email_outro: Has rebut aquesta notificació perquè
|
646
|
+
email_outro: Has rebut aquesta notificació perquè s'ha promogut una esmena a l'apartat "%{amendable_title}" que administres.
|
645
647
|
email_subject: Una nova esmena feta per %{emendation_author_nickname} s'ha publicat com a nova %{amendable_type}
|
646
648
|
notification_title: Una <a href="%{emendation_path}">esmena rebutjada</a> per <a href="%{amendable_path}">%{amendable_title}</a> ha estat publicada com un nou %{amendable_type} per <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
|
647
649
|
follower:
|
@@ -652,7 +654,7 @@ ca:
|
|
652
654
|
amendment_rejected:
|
653
655
|
affected_user:
|
654
656
|
email_intro: 'Una esmena s''ha rebutjat per %{amendable_title}. La pots veure des d''aquesta pàgina:'
|
655
|
-
email_outro: Has rebut aquesta notificació perquè
|
657
|
+
email_outro: Has rebut aquesta notificació perquè s'ha rebutjat una esmena a l'apartat "%{amendable_title}" que administres.
|
656
658
|
email_subject: Esmena rebutjada per %{amendable_title} a %{emendation_author_nickname}
|
657
659
|
notification_title: L'<a href="%{emendation_path}">esmena</a> creada per <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> ha estat rebutjada per <a href="%{amendable_path}">%{amendable_title}</a>.
|
658
660
|
follower:
|
@@ -663,13 +665,13 @@ ca:
|
|
663
665
|
attachments:
|
664
666
|
attachment_created:
|
665
667
|
email_intro: 'S''ha afegit un nou document a %{resource_title}. Pots veure''l des d''aquesta pàgina:'
|
666
|
-
email_outro: Has rebut aquesta notificació perquè estàs seguint %{resource_title}. Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
668
|
+
email_outro: Has rebut aquesta notificació perquè estàs seguint "%{resource_title}". Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
667
669
|
email_subject: S'ha produït una actualització per a %{resource_title}
|
668
670
|
notification_title: S'ha afegit un <a href="%{resource_path}"> nou document</a> a <a href="%{attached_to_url}">%{resource_title}</a>
|
669
671
|
components:
|
670
672
|
component_published:
|
671
673
|
email_intro: 'Ja està actiu el component %{resource_title} per %{participatory_space_title}. Pots veure''l des d''aquesta pàgina:'
|
672
|
-
email_outro: Has rebut aquesta notificació perquè estàs seguint %{participatory_space_title}. Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
674
|
+
email_outro: Has rebut aquesta notificació perquè estàs seguint l'espai "%{participatory_space_title}". Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
673
675
|
email_subject: Una actualització a %{participatory_space_title}
|
674
676
|
notification_title: Ja està actiu el component %{resource_title} per <a href="%{resource_path}">%{participatory_space_title}</a>
|
675
677
|
email_event:
|
@@ -701,17 +703,17 @@ ca:
|
|
701
703
|
notification_title: T'han convidat a unir-te al grup <a href="%{resource_path}">%{user_group_name}</a>. Comprova els <a href="%{groups_profile_tab_path}">grups de la pàgina</a> en el teu perfil per acceptar la invitació!
|
702
704
|
join_request_accepted:
|
703
705
|
email_intro: Felicitats! Una administradora del grup <a href="%{resource_url}">%{user_group_name}</a> ha acceptat la teva sol·licitud per unir-te.
|
704
|
-
email_outro: Has rebut aquesta notificació perquè s'ha actualitzat la teva sol·licitud per a formar
|
706
|
+
email_outro: Has rebut aquesta notificació perquè s'ha actualitzat la teva sol·licitud per a formar part del grup.
|
705
707
|
email_subject: La teva sol·licitud per a unir-te al grup %{user_group_name} ha estat acceptada!
|
706
708
|
notification_title: Has estat acceptada al grup <a href="%{resource_path}">%{user_group_name}</a>.
|
707
709
|
join_request_created:
|
708
710
|
email_intro: Algú ha sol·licitat unir-se al grup %{user_group_name}. Pots acceptar-la o rebutjar-la des de <a href="%{resource_url}"> la pàgina de membres</a>.
|
709
|
-
email_outro: Has rebut aquesta notificació perquè
|
711
|
+
email_outro: Has rebut aquesta notificació perquè administres el grup "%{user_group_name}".
|
710
712
|
email_subject: Algú ha sol·licitat unir-se al grup %{user_group_name}!
|
711
713
|
notification_title: Algú ha sol·licitat unir-se al grup %{user_group_name}. Pots acceptar o rebutjar la sol·licitud des de <a href="%{resource_path}">els membres del grup de la pàgina</a>.
|
712
714
|
join_request_rejected:
|
713
715
|
email_intro: Una administradora del grup <a href="%{resource_url}">%{user_group_name}</a> ha rebutjat la teva sol·licitud per unir-te.
|
714
|
-
email_outro: Has rebut aquesta notificació perquè la teva sol·licitud d'incorporació s'ha actualitzat.
|
716
|
+
email_outro: Has rebut aquesta notificació perquè la teva sol·licitud d'incorporació al grup s'ha actualitzat.
|
715
717
|
email_subject: La teva sol·licitud per unir-te al grup %{user_group_name} ha estat rebutjada!
|
716
718
|
notification_title: La teva sol·licitud per unir-te al grup <a href="%{resource_path}">%{user_group_name}</a> ha estat rebutjada.
|
717
719
|
promoted_to_admin:
|
@@ -731,7 +733,7 @@ ca:
|
|
731
733
|
notification_title: S'ha creat el grup d'usuàries %{user_group_name}. Ara pots verificar-ho al <a href="%{groups_admin_path}">taulell d'administració</a>.
|
732
734
|
user_group_updated:
|
733
735
|
email_intro: El grup d'usuàries %{user_group_name} ha actualitzat el seu perfil perdent-ne la verificació. Pots tornar a verificar-lo a través del <a href="%{groups_admin_url}"> taulell d'administració</a>.
|
734
|
-
email_outro: Has rebut aquesta notificació perquè
|
736
|
+
email_outro: Has rebut aquesta notificació perquè admnistres la plataforma.
|
735
737
|
email_subject: Un grup d'usuàries ha actualitzat el seu perfil
|
736
738
|
notification_title: El grup d'usuàries %{user_group_name} ha actualitzat el seu perfil perdent-ne la verificació. Pots tornar a verificar-lo a través del <a href="%{groups_admin_path}"> taulell d'administració</a>.
|
737
739
|
nickname_event:
|
@@ -741,25 +743,25 @@ ca:
|
|
741
743
|
reports:
|
742
744
|
resource_hidden:
|
743
745
|
email_intro: Una administradora ha eliminat el teu %{resource_type} degut a que has estat reportada com a %{report_reasons}.
|
744
|
-
email_outro: Has rebut aquesta notificació perquè
|
746
|
+
email_outro: Has rebut aquesta notificació perquè s'ha eliminiat un contingut que havies creat.
|
745
747
|
email_subject: S'ha eliminat el/la teu/teva %{resource_type}
|
746
748
|
notification_title: |-
|
747
749
|
Una administradora ha eliminat el teu %{resource_type} degut a que has estat reportada com a %{report_reasons}..</br>
|
748
750
|
<i>%{resource_content}</i>
|
749
751
|
resource_endorsed:
|
750
752
|
email_intro: '%{endorser_name} %{endorser_nickname}, a qui segueixes, acaba d''adherir-se a "%{resource_title}" que et pot resultar interessant, revisa-la i contribueix:'
|
751
|
-
email_outro: Has rebut aquesta notificació perquè estàs seguint a %{endorser_nickname}. Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
753
|
+
email_outro: Has rebut aquesta notificació perquè estàs seguint a "%{endorser_nickname}". Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
752
754
|
email_subject: "%{endorser_nickname} s'ha adherit a una proposta"
|
753
755
|
notification_title: <a href="%{endorser_path}">%{endorser_name} %{endorser_nickname}</a> s'ha adherit a <a href="%{resource_path}">%{resource_title}</a> (%{resource_type}).
|
754
756
|
users:
|
755
757
|
profile_updated:
|
756
758
|
email_intro: La pàgina <a href="%{resource_url}"> de perfil </a> de %{name} (%{nickname}), a qui estàs seguint, s'ha actualitzat.
|
757
|
-
email_outro: Has rebut aquesta notificació perquè estàs seguint a %{nickname}. Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
759
|
+
email_outro: Has rebut aquesta notificació perquè estàs seguint a "%{nickname}". Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
758
760
|
email_subject: "%{nickname} ha actualitzat el seu perfil"
|
759
761
|
notification_title: El <a href="%{resource_path}"> perfi l</a> de %{name} (%{nickname}), a qui estàs seguint, s'ha actualitzat.
|
760
762
|
user_officialized:
|
761
763
|
email_intro: La participant %{name} (%{nickname}) ha estat oficialitzada.
|
762
|
-
email_outro: Has rebut aquesta notificació perquè
|
764
|
+
email_outro: Has rebut aquesta notificació perquè administres la plataforma.
|
763
765
|
email_subject: "S'ha oficialitzat a %{name}"
|
764
766
|
notification_title: La participant %{name} (%{nickname}) ha estat oficialitzada.
|
765
767
|
export_mailer:
|
@@ -840,7 +842,7 @@ ca:
|
|
840
842
|
file_size_too_large: 'L''arxiu és massa gran! Pes d''arxiu màxim: %{megabytes}MB'
|
841
843
|
remove: Eliminar
|
842
844
|
replace: Reemplaçar
|
843
|
-
save:
|
845
|
+
save: Desa
|
844
846
|
title: Títol
|
845
847
|
title_required: Un títol és necessari!
|
846
848
|
uploaded: Pujat
|
@@ -1017,13 +1019,13 @@ ca:
|
|
1017
1019
|
messaging:
|
1018
1020
|
conversation_mailer:
|
1019
1021
|
comanagers_new_conversation:
|
1020
|
-
admin_in_group: Reps aquesta notificació perquè
|
1022
|
+
admin_in_group: Reps aquesta notificació perquè administres el grup "%{group}".
|
1021
1023
|
greeting: Hola, %{recipient}!
|
1022
1024
|
intro: "%{manager} ha iniciat una nova conversa en nom de %{group}. Fes clic aquí per veure-la:"
|
1023
1025
|
outro: Gaudeix de Decidim!
|
1024
1026
|
subject: "%{manager} ha iniciat una nova conversa com a %{group}"
|
1025
1027
|
comanagers_new_message:
|
1026
|
-
admin_in_group: Reps aquesta notificació perquè
|
1028
|
+
admin_in_group: Reps aquesta notificació perquè administres el grup "%{group}".
|
1027
1029
|
greeting: Hola, %{recipient}!
|
1028
1030
|
intro: "%{manager} ha publicat nous missatge a una conversa en nom de %{group}. Fes clic aquí per veure-la:"
|
1029
1031
|
outro: Gaudeix de Decidim!
|
@@ -1034,13 +1036,13 @@ ca:
|
|
1034
1036
|
outro: Gaudeix de Decidim!
|
1035
1037
|
subject: "%{sender} ha iniciat una conversa amb tu"
|
1036
1038
|
new_group_conversation:
|
1037
|
-
admin_in_group: Reps aquesta notificació perquè
|
1039
|
+
admin_in_group: Reps aquesta notificació perquè administres el grup "%{group}".
|
1038
1040
|
greeting: Hola, %{recipient}!
|
1039
1041
|
intro: "%{sender} ha iniciat una nova conversa amb el %{group}. Fes clic aquí per veure-la:"
|
1040
1042
|
outro: Gaudeix de Decidim!
|
1041
1043
|
subject: "%{sender} ha iniciat una nova conversa amb %{group}"
|
1042
1044
|
new_group_message:
|
1043
|
-
admin_in_group: Reps aquesta notificació perquè
|
1045
|
+
admin_in_group: Reps aquesta notificació perquè administres el grup "%{group}".
|
1044
1046
|
greeting: Hola, %{recipient}!
|
1045
1047
|
intro: "%{sender} ha publicat nous missatge a una conversa amb el grup %{group}. Fes clic aquí per veure-la:"
|
1046
1048
|
outro: Gaudeix de Decidim!
|
@@ -1226,7 +1228,7 @@ ca:
|
|
1226
1228
|
proposals: Propostes
|
1227
1229
|
proposals_explanation: Realitza propostes, dóna suport a les ja existents i promociona els canvis que vols veure.
|
1228
1230
|
footer_sub_hero:
|
1229
|
-
footer_sub_hero_body: Construïm una societat més oberta, transparent i col·laborativa.<br />Uneix-te, participa i decideix.
|
1231
|
+
footer_sub_hero_body: Construïm una societat més oberta, transparent i col·laborativa.<br /> Uneix-te, participa i decideix.
|
1230
1232
|
footer_sub_hero_headline: Benvinguda a la plataforma participativa %{organization}.
|
1231
1233
|
register: Registra't
|
1232
1234
|
hero:
|
@@ -1362,7 +1364,7 @@ ca:
|
|
1362
1364
|
close_modal: Tancar el modal
|
1363
1365
|
filter: Filtra
|
1364
1366
|
filter_by: Filtra per
|
1365
|
-
unfold:
|
1367
|
+
unfold: Desplegar
|
1366
1368
|
results:
|
1367
1369
|
results:
|
1368
1370
|
one: "%{count} resultat"
|
@@ -1433,7 +1435,7 @@ ca:
|
|
1433
1435
|
label: 'Resultats per pàgina:'
|
1434
1436
|
title: Seleccionar el nombre de resultats per pàgina
|
1435
1437
|
share_modal:
|
1436
|
-
close_window:
|
1438
|
+
close_window: Tancar finestra
|
1437
1439
|
copy_share_link: Còpia
|
1438
1440
|
copy_share_link_clarification: Copia l'enllaç al porta-retalls
|
1439
1441
|
copy_share_link_copied: Copiat!
|
@@ -1658,7 +1660,7 @@ ca:
|
|
1658
1660
|
sessions:
|
1659
1661
|
already_signed_out: Sessió finalitzada correctament.
|
1660
1662
|
new:
|
1661
|
-
sign_in:
|
1663
|
+
sign_in: Entra
|
1662
1664
|
signed_in: Sessió iniciada correctament.
|
1663
1665
|
signed_out: S'ha iniciat la sessió correctament.
|
1664
1666
|
shared:
|
@@ -1667,7 +1669,7 @@ ca:
|
|
1667
1669
|
didn_t_receive_confirmation_instructions: No has rebut instruccions de confirmació?
|
1668
1670
|
didn_t_receive_unlock_instructions: No has rebut instruccions de desbloqueig?
|
1669
1671
|
forgot_your_password: Has oblidat la teva contrasenya?
|
1670
|
-
sign_in:
|
1672
|
+
sign_in: Entra
|
1671
1673
|
sign_in_with_provider: Inicia sessió amb %{provider}
|
1672
1674
|
sign_up: Registra't
|
1673
1675
|
minimum_password_length:
|
@@ -1700,6 +1702,7 @@ ca:
|
|
1700
1702
|
not_saved:
|
1701
1703
|
one: 'S''ha produït un error en processar la teva sol·licitud:'
|
1702
1704
|
other: 'S''han produït múltiples errors en processar la vostra sol·licitud:'
|
1705
|
+
password_confirmation_message: '"Confirma la teva contrasenya" no coincideix amb la Contrasenya'
|
1703
1706
|
too_many_marks: Estàs fent servir massa signes de puntuació consecutius (p. ex. i?)
|
1704
1707
|
too_much_caps: Estàs utilitzant massa lletres majúscules (més del 25% del text)
|
1705
1708
|
too_short: és massa curt (menys %{count} caràcters)
|
@@ -1796,7 +1799,7 @@ ca:
|
|
1796
1799
|
facebook: "%{organization} a Facebook"
|
1797
1800
|
github: "%{organization} a GitHub"
|
1798
1801
|
instagram: "%{organization} a Instagram"
|
1799
|
-
|
1802
|
+
x: "%{organization} a X"
|
1800
1803
|
youtube: "%{organization} a YouTube"
|
1801
1804
|
timeout_modal:
|
1802
1805
|
body: Has estat sense activitat durant %{minutes} minuts. Si continues inactiva, es tancarà la teva sessió automàticament per la teva pròpia seguretat.
|
@@ -1804,7 +1807,7 @@ ca:
|
|
1804
1807
|
sign_out: Tancar sessió
|
1805
1808
|
title: Vols continuar amb la sessió?
|
1806
1809
|
upload_modal:
|
1807
|
-
close_modal: Tancar
|
1810
|
+
close_modal: Tancar el modal
|
1808
1811
|
user_menu:
|
1809
1812
|
account: 'Compte d''usuària: %{name}'
|
1810
1813
|
admin_dashboard: Tauler d'administració
|
@@ -1863,6 +1866,7 @@ ca:
|
|
1863
1866
|
weibo: Sina Weibo
|
1864
1867
|
whatsapp_app: WhatsApp
|
1865
1868
|
whatsapp_web: WhatsApp
|
1869
|
+
x: X
|
1866
1870
|
xing: Xing
|
1867
1871
|
time:
|
1868
1872
|
formats:
|
data/config/locales/cs.yml
CHANGED
@@ -3,7 +3,7 @@ cs:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
account:
|
6
|
-
delete_reason: Důvod odstranění účtu
|
6
|
+
delete_reason: Důvod odstranění vašeho účtu
|
7
7
|
common:
|
8
8
|
created_at: Vytvořeno v
|
9
9
|
conversation:
|
@@ -33,7 +33,7 @@ cs:
|
|
33
33
|
tos_agreement: Smluvní podmínky užití
|
34
34
|
models:
|
35
35
|
decidim/attachment_created_event: Příloha
|
36
|
-
decidim/component_published_event: Aktivní
|
36
|
+
decidim/component_published_event: Aktivní komponenty
|
37
37
|
decidim/demoted_membership: Již není správcem skupiny
|
38
38
|
decidim/gamification/badge_earned_event: Získaný odznak
|
39
39
|
decidim/gamification/level_up_event: Vy jste vyrovnali
|
@@ -456,7 +456,7 @@ cs:
|
|
456
456
|
request_confirmation_instructions: Požádejte o pokyny pro potvrzení
|
457
457
|
title: Potvrdit svůj email
|
458
458
|
show:
|
459
|
-
close_modal: Zavřít
|
459
|
+
close_modal: Zavřít okno
|
460
460
|
block_user_mailer:
|
461
461
|
notify:
|
462
462
|
body_1: Váš účet byl zablokován.
|
@@ -568,12 +568,14 @@ cs:
|
|
568
568
|
subtitle: Pro dokončení registrace vyplňte prosím následující formulář
|
569
569
|
username_help: Veřejné jméno, které se zobrazí ve vašich příspěvcích. S cílem zaručit anonymitu může být jakékoliv jméno.
|
570
570
|
registrations:
|
571
|
+
create:
|
572
|
+
error: Vyskytl se problém při vytváření účtu.
|
571
573
|
new:
|
572
574
|
already_have_an_account?: Máte již účet?
|
573
575
|
newsletter: Chci dostávat příležitostný zpravodaj s relevantními informacemi
|
574
576
|
newsletter_title: Povolení kontaktu
|
575
577
|
nickname_help: Váš alias v %{organization}. Může obsahovat pouze písmena, číslice, '-' a '_'.
|
576
|
-
sign_in: Přihlásit
|
578
|
+
sign_in: Přihlásit
|
577
579
|
sign_up: Zaregistrovat se
|
578
580
|
sign_up_as:
|
579
581
|
legend: Zaregistrovat se jako
|
@@ -594,7 +596,7 @@ cs:
|
|
594
596
|
newsletter_modal:
|
595
597
|
buttons:
|
596
598
|
check: Zkontrolujte a pokračujte
|
597
|
-
close_modal: Zavřít
|
599
|
+
close_modal: Zavřít okno
|
598
600
|
uncheck: Ponechat nezaškrtnuté
|
599
601
|
notice: |-
|
600
602
|
<p>Hej, jste si jisti, že nechcete dostávat zpravodaj?<br>
|
@@ -1018,7 +1020,7 @@ cs:
|
|
1018
1020
|
body_1: Chystáte se navštívit externí odkaz a chtěli bychom, abyste byli opatrní, pokud jde o obsah na externím webu.
|
1019
1021
|
body_2: Zkontrolujte prosím odkaz, který se chystáte navštívit, a než budete pokračovat, ujistěte se, že jste jej rozpoznali jako bezpečný web.
|
1020
1022
|
cancel: Zrušit
|
1021
|
-
close_modal: Zavřít
|
1023
|
+
close_modal: Zavřít okno
|
1022
1024
|
proceed: Pokračovat
|
1023
1025
|
title: Otevřít externí odkaz
|
1024
1026
|
log:
|
@@ -1111,7 +1113,7 @@ cs:
|
|
1111
1113
|
ok: OK
|
1112
1114
|
index:
|
1113
1115
|
ago: před
|
1114
|
-
close: Zavřít
|
1116
|
+
close: Zavřít okno
|
1115
1117
|
from: Od
|
1116
1118
|
groups: Moje skupiny
|
1117
1119
|
last_message: Poslední zpráva
|
@@ -1269,7 +1271,7 @@ cs:
|
|
1269
1271
|
proposals: Návrhy
|
1270
1272
|
proposals_explanation: Vytvářejte návrhy, podporujte stávající návrhy a prosazujte změny, které chcete vidět.
|
1271
1273
|
footer_sub_hero:
|
1272
|
-
footer_sub_hero_body:
|
1274
|
+
footer_sub_hero_body: Vytvořme otevřenější, transparentnější a více spolupracující společnost.<br /> Připojte se, účastněte se a rozhodujte.
|
1273
1275
|
footer_sub_hero_headline: Vítejte na %{organization} participační platformě.
|
1274
1276
|
register: Registrovat
|
1275
1277
|
hero:
|
@@ -1303,7 +1305,7 @@ cs:
|
|
1303
1305
|
modal_btn_continue: Přijmout podmínky a pokračovat
|
1304
1306
|
modal_btn_exit: Později to přezkoumám
|
1305
1307
|
modal_button: Odmítnout podmínky
|
1306
|
-
modal_close: Zavřít
|
1308
|
+
modal_close: Zavřít okno
|
1307
1309
|
modal_title: Opravdu odmítáte aktualizované smluvní podmínky?
|
1308
1310
|
required_review:
|
1309
1311
|
alert: Aktualizovali jsme Smluvní podmínky, přečtěte si je.
|
@@ -1402,7 +1404,7 @@ cs:
|
|
1402
1404
|
future: Budoucí
|
1403
1405
|
past: Minulé
|
1404
1406
|
filters_small_view:
|
1405
|
-
close_modal: Zavřít
|
1407
|
+
close_modal: Zavřít okno
|
1406
1408
|
filter: Filtr
|
1407
1409
|
filter_by: Filtrovat podle
|
1408
1410
|
unfold: Rozvinout
|
@@ -1704,7 +1706,7 @@ cs:
|
|
1704
1706
|
sessions:
|
1705
1707
|
already_signed_out: Bylo úspěšně odhlášeno.
|
1706
1708
|
new:
|
1707
|
-
sign_in: Přihlásit
|
1709
|
+
sign_in: Přihlásit
|
1708
1710
|
signed_in: Úspěšně jste se přihlásili.
|
1709
1711
|
signed_out: Odhlášení proběhlo úspěšně.
|
1710
1712
|
shared:
|
@@ -1713,7 +1715,7 @@ cs:
|
|
1713
1715
|
didn_t_receive_confirmation_instructions: Nedostali jste pokyny k potvrzení?
|
1714
1716
|
didn_t_receive_unlock_instructions: Nezískali jste pokyny k odemknutí?
|
1715
1717
|
forgot_your_password: Zapomněli jste heslo?
|
1716
|
-
sign_in: Přihlásit
|
1718
|
+
sign_in: Přihlásit
|
1717
1719
|
sign_in_with_provider: Přihlásit se přes %{provider}
|
1718
1720
|
sign_up: Zaregistrovat se
|
1719
1721
|
minimum_password_length:
|
@@ -1750,6 +1752,7 @@ cs:
|
|
1750
1752
|
few: 'Při zpracování vašeho požadavku došlo k několika chybám:'
|
1751
1753
|
many: 'Při zpracování vašeho požadavku došlo k mnoha chybám:'
|
1752
1754
|
other: 'Při zpracování vašeho požadavku došlo k nějakým chybám:'
|
1755
|
+
password_confirmation_message: '"Potvrzení hesla" neodpovídá heslu'
|
1753
1756
|
too_many_marks: používá příliš mnoho po sobě jdoucích interpunkčních znamének (např.! a?)
|
1754
1757
|
too_much_caps: používá příliš mnoho velkých písmen (více než 25% textu)
|
1755
1758
|
too_short: je příliš krátká (pod %{count} znaků)
|
@@ -1848,7 +1851,7 @@ cs:
|
|
1848
1851
|
facebook: "%{organization} na Facebooku"
|
1849
1852
|
github: "%{organization} na GitHubu"
|
1850
1853
|
instagram: "%{organization} na Instagramu"
|
1851
|
-
|
1854
|
+
x: "%{organization} v X"
|
1852
1855
|
youtube: "%{organization} na YouTube"
|
1853
1856
|
timeout_modal:
|
1854
1857
|
body: '%{minutes} minut jste byli neaktivní. Pokud budete i nadále neaktivní, budete automaticky odhlášeni z důvodu své vlastní bezpečnosti.'
|
@@ -1856,7 +1859,7 @@ cs:
|
|
1856
1859
|
sign_out: Odhlásit se
|
1857
1860
|
title: Chcete pokračovat v relaci?
|
1858
1861
|
upload_modal:
|
1859
|
-
close_modal: Zavřít
|
1862
|
+
close_modal: Zavřít okno
|
1860
1863
|
user_menu:
|
1861
1864
|
account: 'Uživatelský účet: %{name}'
|
1862
1865
|
admin_dashboard: Ovládací panel
|
@@ -1915,6 +1918,7 @@ cs:
|
|
1915
1918
|
weibo: Sina Weibo
|
1916
1919
|
whatsapp_app: WhatsApp
|
1917
1920
|
whatsapp_web: WhatsApp
|
1921
|
+
x: X
|
1918
1922
|
xing: Xing
|
1919
1923
|
time:
|
1920
1924
|
formats:
|