decidim-proposals 0.23.6 → 0.24.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/decidim/proposals/add_proposal.js.es6 +4 -1
- data/app/assets/stylesheets/decidim/proposals/_proposals.css.scss +1 -0
- data/app/assets/stylesheets/decidim/proposals/proposals/_preview.css.scss +3 -0
- data/app/cells/decidim/proposals/collaborative_draft_link_to_proposal_cell.rb +3 -3
- data/app/cells/decidim/proposals/collaborative_drafts/reported_content/show.erb +3 -0
- data/app/cells/decidim/proposals/collaborative_drafts/reported_content_cell.rb +15 -0
- data/app/cells/decidim/proposals/content_blocks/highlighted_proposals/elements.erb +5 -0
- data/app/cells/decidim/proposals/content_blocks/highlighted_proposals/heading.erb +1 -0
- data/app/cells/decidim/proposals/content_blocks/highlighted_proposals_cell.rb +19 -0
- data/app/cells/decidim/proposals/irreversible_action_modal_cell.rb +1 -1
- data/app/cells/decidim/proposals/proposal_activity_cell.rb +5 -13
- data/app/cells/decidim/proposals/proposal_m_cell.rb +23 -2
- data/app/cells/decidim/proposals/proposals_picker_cell.rb +1 -1
- data/app/cells/decidim/proposals/reported_content/show.erb +4 -0
- data/app/cells/decidim/proposals/reported_content_cell.rb +13 -0
- data/app/commands/decidim/proposals/hashtags_methods.rb +1 -1
- data/app/controllers/decidim/proposals/admin/proposals_controller.rb +6 -4
- data/app/controllers/decidim/proposals/collaborative_drafts_controller.rb +1 -30
- data/app/controllers/decidim/proposals/proposals_controller.rb +9 -12
- data/app/events/decidim/proposals/publish_proposal_event.rb +1 -1
- data/app/forms/decidim/proposals/access_to_collaborative_draft_form.rb +1 -3
- data/app/forms/decidim/proposals/admin/proposal_base_form.rb +3 -2
- data/app/forms/decidim/proposals/proposal_form.rb +15 -5
- data/app/forms/decidim/proposals/proposal_wizard_create_step_form.rb +1 -1
- data/app/helpers/decidim/proposals/admin/filterable_helper.rb +1 -1
- data/app/helpers/decidim/proposals/admin/proposal_rankings_helper.rb +1 -1
- data/app/helpers/decidim/proposals/admin/proposals_helper.rb +8 -8
- data/app/helpers/decidim/proposals/application_helper.rb +5 -2
- data/app/helpers/decidim/proposals/map_helper.rb +25 -8
- data/app/helpers/decidim/proposals/proposal_wizard_helper.rb +14 -44
- data/app/helpers/decidim/proposals/proposals_helper.rb +3 -6
- data/app/models/decidim/proposals/collaborative_draft.rb +10 -0
- data/app/models/decidim/proposals/proposal.rb +18 -10
- data/app/permissions/decidim/proposals/admin/permissions.rb +2 -2
- data/app/permissions/decidim/proposals/permissions.rb +3 -2
- data/app/presenters/decidim/proposals/proposal_presenter.rb +4 -4
- data/app/queries/decidim/proposals/metrics/proposal_followers_metric_measure.rb +4 -4
- data/app/queries/decidim/proposals/metrics/proposal_participants_metric_measure.rb +6 -6
- data/app/services/decidim/proposals/collaborative_draft_search.rb +1 -1
- data/app/services/decidim/proposals/diff_renderer.rb +7 -11
- data/app/services/decidim/proposals/proposal_builder.rb +2 -3
- data/app/views/decidim/proposals/admin/proposals/_bulk-actions.html.erb +8 -1
- data/app/views/decidim/proposals/admin/proposals/_proposal-tr.html.erb +5 -1
- data/app/views/decidim/proposals/admin/proposals_imports/new.html.erb +1 -1
- data/app/views/decidim/proposals/collaborative_drafts/_wizard_aside.html.erb +2 -7
- data/app/views/decidim/proposals/collaborative_drafts/_wizard_header.html.erb +14 -0
- data/app/views/decidim/proposals/collaborative_drafts/edit.html.erb +1 -3
- data/app/views/decidim/proposals/collaborative_drafts/new.html.erb +5 -13
- data/app/views/decidim/proposals/collaborative_drafts/show.html.erb +1 -7
- data/app/views/decidim/proposals/proposals/_dynamic_map_instructions.html.erb +3 -0
- data/app/views/decidim/proposals/proposals/_edit_form_fields.html.erb +2 -2
- data/app/views/decidim/proposals/proposals/_filters.html.erb +34 -32
- data/app/views/decidim/proposals/proposals/_wizard_header.html.erb +21 -11
- data/app/views/decidim/proposals/proposals/edit.html.erb +1 -3
- data/app/views/decidim/proposals/proposals/index.html.erb +1 -1
- data/app/views/decidim/proposals/proposals/preview.html.erb +50 -2
- data/app/views/decidim/proposals/proposals/show.html.erb +2 -8
- data/config/locales/ar.yml +2 -23
- data/config/locales/bg.yml +0 -4
- data/config/locales/ca.yml +9 -32
- data/config/locales/cs.yml +49 -56
- data/config/locales/de.yml +23 -30
- data/config/locales/el.yml +2 -29
- data/config/locales/en.yml +23 -30
- data/config/locales/es-MX.yml +3 -31
- data/config/locales/es-PY.yml +3 -31
- data/config/locales/es.yml +3 -31
- data/config/locales/eu.yml +2 -23
- data/config/locales/fi-plain.yml +18 -29
- data/config/locales/fi.yml +18 -29
- data/config/locales/fr-CA.yml +19 -30
- data/config/locales/fr.yml +19 -30
- data/config/locales/gl.yml +4 -97
- data/config/locales/hu.yml +2 -23
- data/config/locales/id-ID.yml +2 -23
- data/config/locales/is-IS.yml +0 -8
- data/config/locales/it.yml +4 -29
- data/config/locales/ja.yml +2 -29
- data/config/locales/lv.yml +2 -22
- data/config/locales/nl.yml +13 -30
- data/config/locales/no.yml +2 -23
- data/config/locales/pl.yml +13 -33
- data/config/locales/pt-BR.yml +2 -22
- data/config/locales/pt.yml +2 -29
- data/config/locales/ro-RO.yml +2 -84
- data/config/locales/ru.yml +0 -8
- data/config/locales/sk.yml +5 -23
- data/config/locales/sv.yml +7 -38
- data/config/locales/tr-TR.yml +17 -29
- data/config/locales/uk.yml +0 -8
- data/config/locales/zh-CN.yml +2 -29
- data/db/migrate/20200915151348_fix_proposals_data_to_ensure_title_and_body_are_hashes.rb +37 -0
- data/{app/types/decidim/proposals → lib/decidim/api}/proposal_input_filter.rb +0 -0
- data/{app/types/decidim/proposals → lib/decidim/api}/proposal_input_sort.rb +3 -5
- data/lib/decidim/api/proposal_type.rb +56 -0
- data/lib/decidim/api/proposals_type.rb +43 -0
- data/lib/decidim/content_renderers/proposal_renderer.rb +1 -1
- data/lib/decidim/proposals/api.rb +10 -0
- data/lib/decidim/proposals/component.rb +30 -19
- data/lib/decidim/proposals/engine.rb +6 -27
- data/lib/decidim/proposals/proposal_creator.rb +98 -0
- data/lib/decidim/proposals/test/factories.rb +22 -8
- data/lib/decidim/proposals/version.rb +1 -1
- data/lib/decidim/proposals.rb +2 -0
- metadata +50 -38
- data/app/commands/decidim/proposals/create_proposal_export.rb +0 -37
- data/app/helpers/decidim/proposals/proposal_endorsements_helper.rb +0 -0
- data/app/queries/decidim/proposals/similar_collaborative_drafts.rb +0 -52
- data/app/types/decidim/proposals/proposal_type.rb +0 -70
- data/app/types/decidim/proposals/proposals_type.rb +0 -41
- data/app/views/decidim/participatory_processes/participatory_process_groups/_highlighted_proposals.html.erb +0 -13
- data/app/views/decidim/proposals/collaborative_drafts/compare.html.erb +0 -21
- data/app/views/decidim/proposals/collaborative_drafts/complete.html.erb +0 -24
- data/app/views/decidim/proposals/proposals/_proposal_preview.html.erb +0 -1
- data/db/migrate/20210318082934_fix_counters_for_copied_proposals.rb +0 -16
data/config/locales/fi.yml
CHANGED
@@ -27,6 +27,9 @@ fi:
|
|
27
27
|
user_group_id: Luo ehdotus käyttäjänä
|
28
28
|
proposal_answer:
|
29
29
|
answer: Vastaa
|
30
|
+
cost: Kustannusarvio
|
31
|
+
cost_report: Kustannusraportti
|
32
|
+
execution_period: Toteutusjakso
|
30
33
|
proposals_copy:
|
31
34
|
copy_proposals: Ymmärrän, että tämä tuo kaikki valitun komponentin ehdotukset nykyiseen komponenttiin ja että tätä toimenpidettä ei voi peruuttaa.
|
32
35
|
origin_component_id: Osio josta ehdotukset kopioidaan
|
@@ -336,10 +339,6 @@ fi:
|
|
336
339
|
description: Ehdotuksiin kohdistuneiden kannatusten määrä
|
337
340
|
object: kannatukset
|
338
341
|
title: Kannatukset
|
339
|
-
participatory_processes:
|
340
|
-
participatory_process_groups:
|
341
|
-
highlighted_proposals:
|
342
|
-
proposals: Ehdotukset
|
343
342
|
participatory_spaces:
|
344
343
|
highlighted_proposals:
|
345
344
|
see_all: Näytä kaikki ehdotukset (%{count} kpl)
|
@@ -356,7 +355,7 @@ fi:
|
|
356
355
|
actions:
|
357
356
|
preview: Esikatsele
|
358
357
|
exports:
|
359
|
-
|
358
|
+
proposal_comments: Kommentit
|
360
359
|
proposals: Ehdotukset
|
361
360
|
models:
|
362
361
|
proposal:
|
@@ -380,7 +379,7 @@ fi:
|
|
380
379
|
new_import:
|
381
380
|
accepted_mime_types:
|
382
381
|
md: Markdown
|
383
|
-
odt:
|
382
|
+
odt: ODT
|
384
383
|
bottom_hint: "(Voit esikatsella ja lajitella aineiston osioita)"
|
385
384
|
document_legend: 'Lisää alle 2 Mt:n kokoinen tiedosto, josta jokainen osio kolmannelle tasolle saakka lisätään uusiksi ehdotuksiksi. Tuetut tiedostomuodot ovat: %{valid_mime_types}'
|
386
385
|
title: Lisää aineisto
|
@@ -498,6 +497,7 @@ fi:
|
|
498
497
|
no_components: Tässä osallistumistilassa ei ole muita ehdotuskomponentteja ehdotusten tuomiseksi.
|
499
498
|
select_component: Valitse komponentti
|
500
499
|
select_states: Tarkista tuotavien ehdotusten tilat
|
500
|
+
title: Tuo ehdotuksia
|
501
501
|
proposals_merges:
|
502
502
|
create:
|
503
503
|
invalid: Valittujen ehdotusten yhdistäminen epäonnistui.
|
@@ -570,13 +570,6 @@ fi:
|
|
570
570
|
ok: Peru yhteistyöluonnos
|
571
571
|
title: Seuraavat toimenpiteet ovat peruuttamattomia
|
572
572
|
success: Yhteistyöluonnoksen peruuttaminen onnistui.
|
573
|
-
compare:
|
574
|
-
mine_is_different: Yhteistyöehdotukseni on erilainen
|
575
|
-
no_similars_found: Hyvin tehty! Vastaavanlaisia yhteistyöluonnoksia ei löytynyt
|
576
|
-
title: Vastaavia yhteistyöluonnoksia
|
577
|
-
complete:
|
578
|
-
send: Lähetä
|
579
|
-
title: Viimeistele yhteistyöluonnoksesi
|
580
573
|
count:
|
581
574
|
drafts_count:
|
582
575
|
one: "%{count} yhteistyöluonnos"
|
@@ -608,7 +601,6 @@ fi:
|
|
608
601
|
unfold: Avaa
|
609
602
|
new:
|
610
603
|
send: Jatka
|
611
|
-
title: Luo yhteistyöluonnoksesi
|
612
604
|
new_collaborative_draft_button:
|
613
605
|
new_collaborative_draft: Uusi yhteistyöluonnos
|
614
606
|
orders:
|
@@ -653,23 +645,14 @@ fi:
|
|
653
645
|
update:
|
654
646
|
error: Yhteistyöluonnoksen tallennus epäonnistui.
|
655
647
|
success: Yhteistyöluonnoksen päivitys onnistui.
|
656
|
-
title: Muokkaa yhteistyöluonnosta
|
657
648
|
wizard_aside:
|
658
|
-
back: Takaisin
|
659
649
|
back_from_collaborative_draft: Takaisin yhteistyöluonnoksiin
|
660
|
-
back_from_step_1: Takaisin yhteistyöluonnoksiin
|
661
|
-
back_from_step_2: Takaisin yhteistyöluonnoksiin
|
662
|
-
back_from_step_3: Takaisin yhteistyöluonnoksen vertailuun
|
663
|
-
back_from_step_4: Takaisin luonnoksen muokkaukseen
|
664
650
|
info: Olet luomassa <strong>yhteistyöluonnosta</strong>.
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
step_3: Tee yhteistyöluonnoksesi valmiiksi
|
671
|
-
step_of: Vaihe %{current_step_num} / %{total_steps}
|
672
|
-
title: Yhteistyölunnoksen luonnin vaiheet
|
651
|
+
wizard_header:
|
652
|
+
title: Luo yhteistyöluonnoksesi
|
653
|
+
content_blocks:
|
654
|
+
highlighted_proposals:
|
655
|
+
proposals: Ehdotukset
|
673
656
|
create:
|
674
657
|
error: Ehdotuksen tallennus epäonnistui.
|
675
658
|
success: Ehdotuksen luonti onnistui. Ehdotus on tallennettu luonnoksena.
|
@@ -678,7 +661,6 @@ fi:
|
|
678
661
|
success: Ehdotusluonnoksen poistaminen onnistui.
|
679
662
|
last_activity:
|
680
663
|
new_proposal_at_html: "<span>Uusi ehdotus osoitteessa %{link}</span>"
|
681
|
-
proposal_updated_at_html: "<span>Ehdotus päivitetty osoitteessa %{link}</span>"
|
682
664
|
models:
|
683
665
|
collaborative_draft:
|
684
666
|
fields:
|
@@ -723,6 +705,8 @@ fi:
|
|
723
705
|
proposals_count:
|
724
706
|
one: "%{count} ehdotus"
|
725
707
|
other: "%{count} ehdotusta"
|
708
|
+
dynamic_map_instructions:
|
709
|
+
instructions: <h3>Voit siirtää karttapistettä</h3><p>Muistathan painaa "Päivitä sijainti" -painiketta ennen kuin julkaiset ehdotuksen.</p>
|
726
710
|
edit:
|
727
711
|
add_documents: Asiakirjat
|
728
712
|
add_images: Tiedosto
|
@@ -783,13 +767,18 @@ fi:
|
|
783
767
|
document_index: Asiakirjan hakemisto
|
784
768
|
view_index:
|
785
769
|
see_index: Näytä hakemisto
|
770
|
+
placeholder:
|
771
|
+
address: Mannerheimintie 1 A, 00100 Helsinki
|
786
772
|
preview:
|
773
|
+
announcement_body: Ehdotuksesi on tallennettu luonnoksena. Se täytyy julkaista, jotta se tulee näkyviin sivustolle.
|
774
|
+
announcement_title: Ehdotustasi ei ole vielä julkaistu
|
787
775
|
modify: Muokkaa ehdotusta
|
788
776
|
proposal_edit_before_minutes:
|
789
777
|
one: Voit muokata tätä ehdotusta ensimmäisen minuutin kuluttua ehdotuksen julkaisemisesta. Kun tämä aikaikkuna sulkeutuu, et pysty muokkaamaan ehdotusta.
|
790
778
|
other: Voit muokata tätä ehdotusta ensimmäisten %{count} minuutin aikana ehdotuksen julkaisemisesta. Kun tämä aikaikkuna sulkeutuu, et pysty muokkaamaan ehdotusta.
|
791
779
|
publish: Julkaise
|
792
780
|
title: Julkaise ehdotuksesi
|
781
|
+
update_position: Päivitä sijainti
|
793
782
|
proposal:
|
794
783
|
creation_date: 'Luontiaika: %{date}'
|
795
784
|
view_proposal: Näytä ehdotus
|
data/config/locales/fr-CA.yml
CHANGED
@@ -27,6 +27,9 @@ fr-CA:
|
|
27
27
|
user_group_id: Créer une proposition en tant que
|
28
28
|
proposal_answer:
|
29
29
|
answer: Répondre
|
30
|
+
cost: Coût
|
31
|
+
cost_report: Rapport de coût
|
32
|
+
execution_period: Période d'exécution
|
30
33
|
proposals_copy:
|
31
34
|
copy_proposals: Je comprends que cela va importer toutes les propositions de la fonctionnalité sélectionnée vers la fonctionnalité actuelle et que cette action ne peut pas être inversée.
|
32
35
|
origin_component_id: Fonctionnalité dont on veut copier les propositions
|
@@ -336,10 +339,6 @@ fr-CA:
|
|
336
339
|
description: Nombre de votes générés dans les propositions par les utilisateurs
|
337
340
|
object: votes
|
338
341
|
title: Votes
|
339
|
-
participatory_processes:
|
340
|
-
participatory_process_groups:
|
341
|
-
highlighted_proposals:
|
342
|
-
proposals: Propositions
|
343
342
|
participatory_spaces:
|
344
343
|
highlighted_proposals:
|
345
344
|
see_all: Tout voir (%{count})
|
@@ -356,7 +355,7 @@ fr-CA:
|
|
356
355
|
actions:
|
357
356
|
preview: Aperçu
|
358
357
|
exports:
|
359
|
-
|
358
|
+
proposal_comments: Commentaires
|
360
359
|
proposals: Propositions
|
361
360
|
models:
|
362
361
|
proposal:
|
@@ -380,9 +379,9 @@ fr-CA:
|
|
380
379
|
new_import:
|
381
380
|
accepted_mime_types:
|
382
381
|
md: Markdown
|
383
|
-
odt:
|
382
|
+
odt: ODT
|
384
383
|
bottom_hint: "(Vous pourrez prévisualiser et trier les sections de document)"
|
385
|
-
document_legend: 'Ajoutez un document inférieur à 2 Mo. Chaque section jusqu’à 3 niveaux sera
|
384
|
+
document_legend: 'Ajoutez un document inférieur à 2 Mo. Chaque section jusqu’à 3 niveaux de titre sera convertie en propositions. Les formats supportés sont : %{valid_mime_types}'
|
386
385
|
title: AJOUTER UN DOCUMENT
|
387
386
|
upload_document: Télécharger le document
|
388
387
|
publish:
|
@@ -498,6 +497,7 @@ fr-CA:
|
|
498
497
|
no_components: Il n'y a pas d'autre fonctionnalité de proposition dans cet espace participatif dans laquelle importer les propositions.
|
499
498
|
select_component: Veuillez sélectionner une fonctionnalité
|
500
499
|
select_states: Vérifiez l'état des propositions à importer
|
500
|
+
title: Importer des propositions
|
501
501
|
proposals_merges:
|
502
502
|
create:
|
503
503
|
invalid: Une erreur s'est produite lors de la fusion des propositions sélectionnées.
|
@@ -570,13 +570,6 @@ fr-CA:
|
|
570
570
|
ok: Retirer le projet collaboratif
|
571
571
|
title: L'action suivante est irréversible
|
572
572
|
success: Brouillon collaboratif retiré avec succès.
|
573
|
-
compare:
|
574
|
-
mine_is_different: Mon brouillon collaboratif est différent
|
575
|
-
no_similars_found: Bien joué! Aucun brouillon collaboratif similaire n'a été trouvé
|
576
|
-
title: Brouillons collaboratifs similaires
|
577
|
-
complete:
|
578
|
-
send: Envoyer
|
579
|
-
title: Complétez votre brouillon collaboratif
|
580
573
|
count:
|
581
574
|
drafts_count:
|
582
575
|
one: "%{count} brouillon collaboratif"
|
@@ -608,7 +601,6 @@ fr-CA:
|
|
608
601
|
unfold: Se dérouler
|
609
602
|
new:
|
610
603
|
send: Continuer
|
611
|
-
title: Créez votre brouillon collaboratif
|
612
604
|
new_collaborative_draft_button:
|
613
605
|
new_collaborative_draft: Nouveau brouillon collaboratif
|
614
606
|
orders:
|
@@ -653,23 +645,14 @@ fr-CA:
|
|
653
645
|
update:
|
654
646
|
error: Il y a eu des erreurs lors de l'enregistrement du brouillon collaboratif.
|
655
647
|
success: Brouillon collaboratif mis à jour avec succès.
|
656
|
-
title: Modifier un brouillon collaboratif
|
657
648
|
wizard_aside:
|
658
|
-
back: Retour
|
659
649
|
back_from_collaborative_draft: Retour aux brouillons collaboratifs
|
660
|
-
back_from_step_1: Retour aux brouillons collaboratifs
|
661
|
-
back_from_step_2: Retour aux brouillons collaboratifs
|
662
|
-
back_from_step_3: Retour à la comparaison des brouillons collaboratifs
|
663
|
-
back_from_step_4: Retour à l'édition du brouillon
|
664
650
|
info: Vous créez un <strong>projet collaboratif</strong>.
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
step_3: Complétez votre projet collaboratif
|
671
|
-
step_of: Étape %{current_step_num} sur %{total_steps}
|
672
|
-
title: Étapes de création du brouillon collaboratif
|
651
|
+
wizard_header:
|
652
|
+
title: Créez votre projet collaboratif
|
653
|
+
content_blocks:
|
654
|
+
highlighted_proposals:
|
655
|
+
proposals: Propositions
|
673
656
|
create:
|
674
657
|
error: Il y a eu des erreurs lors de la sauvegarde de la proposition.
|
675
658
|
success: Proposition créée avec succès. Enregistrée comme brouillon.
|
@@ -678,7 +661,6 @@ fr-CA:
|
|
678
661
|
success: Le brouillon de la proposition a bien été supprimé.
|
679
662
|
last_activity:
|
680
663
|
new_proposal_at_html: "<span>Nouvelle proposition à %{link}</span>"
|
681
|
-
proposal_updated_at_html: "<span>Débat mis à jour à %{link}</span>"
|
682
664
|
models:
|
683
665
|
collaborative_draft:
|
684
666
|
fields:
|
@@ -723,6 +705,8 @@ fr-CA:
|
|
723
705
|
proposals_count:
|
724
706
|
one: "%{count} proposition"
|
725
707
|
other: "%{count} propositions"
|
708
|
+
dynamic_map_instructions:
|
709
|
+
instructions: <h3>Vous pouvez déplacer le point sur la carte. </h3><p>N'oubliez pas de cliquer sur le bouton "Mettre à jour la position" avant de publier votre proposition.</p>
|
726
710
|
edit:
|
727
711
|
add_documents: Documents
|
728
712
|
add_images: Fichier
|
@@ -783,13 +767,18 @@ fr-CA:
|
|
783
767
|
document_index: Index de document
|
784
768
|
view_index:
|
785
769
|
see_index: Voir index
|
770
|
+
placeholder:
|
771
|
+
address: 60 Boulevard Victor Hugo Saint-Jean-de-Luz, BP 64500
|
786
772
|
preview:
|
773
|
+
announcement_body: Votre proposition a été enregistrée en tant que brouillon. Elle doit être publiée pour qu'elle apparaisse sur le site.
|
774
|
+
announcement_title: Votre proposition n'a pas encore été publiée
|
787
775
|
modify: Modifier la proposition
|
788
776
|
proposal_edit_before_minutes:
|
789
777
|
one: Vous avez la possibilité de modifier cette proposition dans la première minute suivant sa publication. Une fois ce laps de temps écoulé, vous ne pourrez plus la modifier.
|
790
778
|
other: Vous avez la possibilité de modifier cette proposition dans les %{count} minutes suivant sa publication. Une fois ce laps de temps écoulé, vous ne pourrez plus la modifier.
|
791
779
|
publish: Publier
|
792
780
|
title: Publier la proposition
|
781
|
+
update_position: Mettre à jour la position
|
793
782
|
proposal:
|
794
783
|
creation_date: 'Création : %{date}'
|
795
784
|
view_proposal: Voir la proposition
|
data/config/locales/fr.yml
CHANGED
@@ -27,6 +27,9 @@ fr:
|
|
27
27
|
user_group_id: Créer une proposition en tant que
|
28
28
|
proposal_answer:
|
29
29
|
answer: Répondre
|
30
|
+
cost: Coût
|
31
|
+
cost_report: Rapport de coût
|
32
|
+
execution_period: Période d'exécution
|
30
33
|
proposals_copy:
|
31
34
|
copy_proposals: Je comprends que cela va importer toutes les propositions de la fonctionnalité sélectionnée vers la fonctionnalité actuelle et que cette action ne peut pas être inversée.
|
32
35
|
origin_component_id: Fonctionnalité dont on veut copier les propositions
|
@@ -336,10 +339,6 @@ fr:
|
|
336
339
|
description: Nombre de votes générés dans les propositions par les utilisateurs
|
337
340
|
object: votes
|
338
341
|
title: Votes
|
339
|
-
participatory_processes:
|
340
|
-
participatory_process_groups:
|
341
|
-
highlighted_proposals:
|
342
|
-
proposals: Propositions
|
343
342
|
participatory_spaces:
|
344
343
|
highlighted_proposals:
|
345
344
|
see_all: Tout voir (%{count})
|
@@ -356,7 +355,7 @@ fr:
|
|
356
355
|
actions:
|
357
356
|
preview: Aperçu
|
358
357
|
exports:
|
359
|
-
|
358
|
+
proposal_comments: Commentaires
|
360
359
|
proposals: Propositions
|
361
360
|
models:
|
362
361
|
proposal:
|
@@ -380,9 +379,9 @@ fr:
|
|
380
379
|
new_import:
|
381
380
|
accepted_mime_types:
|
382
381
|
md: Markdown
|
383
|
-
odt:
|
382
|
+
odt: ODT
|
384
383
|
bottom_hint: "(Vous pourrez prévisualiser et trier les sections de document)"
|
385
|
-
document_legend: 'Ajoutez un document inférieur à 2 Mo. Chaque section jusqu’à 3 niveaux sera
|
384
|
+
document_legend: 'Ajoutez un document inférieur à 2 Mo. Chaque section jusqu’à 3 niveaux de titre sera convertie en propositions. Les formats supportés sont : %{valid_mime_types}'
|
386
385
|
title: Ajouter un document
|
387
386
|
upload_document: Télécharger le document
|
388
387
|
publish:
|
@@ -498,6 +497,7 @@ fr:
|
|
498
497
|
no_components: Il n'y a pas d'autre fonctionnalité de proposition dans cet espace participatif dans laquelle importer les propositions.
|
499
498
|
select_component: Veuillez sélectionner une fonctionnalité
|
500
499
|
select_states: Vérifiez l'état des propositions à importer
|
500
|
+
title: Importer des propositions
|
501
501
|
proposals_merges:
|
502
502
|
create:
|
503
503
|
invalid: Une erreur s'est produite lors de la fusion des propositions sélectionnées.
|
@@ -570,13 +570,6 @@ fr:
|
|
570
570
|
ok: Retirer le projet collaboratif
|
571
571
|
title: L'action suivante est irréversible
|
572
572
|
success: Brouillon collaboratif retiré avec succès.
|
573
|
-
compare:
|
574
|
-
mine_is_different: Mon brouillon collaboratif est différent
|
575
|
-
no_similars_found: Bien joué! Aucun brouillon collaboratif similaire n'a été trouvé
|
576
|
-
title: Brouillons collaboratifs similaires
|
577
|
-
complete:
|
578
|
-
send: Envoyer
|
579
|
-
title: Complétez votre brouillon collaboratif
|
580
573
|
count:
|
581
574
|
drafts_count:
|
582
575
|
one: "%{count} brouillon collaboratif"
|
@@ -608,7 +601,6 @@ fr:
|
|
608
601
|
unfold: Se dérouler
|
609
602
|
new:
|
610
603
|
send: Continuer
|
611
|
-
title: Créez votre brouillon collaboratif
|
612
604
|
new_collaborative_draft_button:
|
613
605
|
new_collaborative_draft: Nouveau brouillon collaboratif
|
614
606
|
orders:
|
@@ -653,23 +645,14 @@ fr:
|
|
653
645
|
update:
|
654
646
|
error: Il y a eu des erreurs lors de l'enregistrement du brouillon collaboratif.
|
655
647
|
success: Brouillon collaboratif mis à jour avec succès.
|
656
|
-
title: Modifier un brouillon collaboratif
|
657
648
|
wizard_aside:
|
658
|
-
back: Retour
|
659
649
|
back_from_collaborative_draft: Retour aux brouillons collaboratifs
|
660
|
-
back_from_step_1: Retour aux brouillons collaboratifs
|
661
|
-
back_from_step_2: Retour aux brouillons collaboratifs
|
662
|
-
back_from_step_3: Retour à la comparaison des brouillons collaboratifs
|
663
|
-
back_from_step_4: Retour à l'édition du brouillon
|
664
650
|
info: Vous créez un <strong>projet collaboratif</strong>.
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
step_3: Complétez votre projet collaboratif
|
671
|
-
step_of: Étape %{current_step_num} sur %{total_steps}
|
672
|
-
title: Étapes de création du brouillon collaboratif
|
651
|
+
wizard_header:
|
652
|
+
title: Créez votre projet collaboratif
|
653
|
+
content_blocks:
|
654
|
+
highlighted_proposals:
|
655
|
+
proposals: Propositions
|
673
656
|
create:
|
674
657
|
error: Il y a eu des erreurs lors de la sauvegarde de la proposition.
|
675
658
|
success: Proposition créée avec succès. Enregistrée comme brouillon.
|
@@ -678,7 +661,6 @@ fr:
|
|
678
661
|
success: Le brouillon de la proposition a bien été supprimé.
|
679
662
|
last_activity:
|
680
663
|
new_proposal_at_html: "<span>Nouvelle proposition à %{link}</span>"
|
681
|
-
proposal_updated_at_html: "<span>Débat mis à jour à %{link}</span>"
|
682
664
|
models:
|
683
665
|
collaborative_draft:
|
684
666
|
fields:
|
@@ -723,6 +705,8 @@ fr:
|
|
723
705
|
proposals_count:
|
724
706
|
one: "%{count} proposition"
|
725
707
|
other: "%{count} propositions"
|
708
|
+
dynamic_map_instructions:
|
709
|
+
instructions: <h3>Vous pouvez déplacer le point sur la carte. </h3><p>N'oubliez pas de cliquer sur le bouton "Mettre à jour la position" avant de publier votre proposition.</p>
|
726
710
|
edit:
|
727
711
|
add_documents: Documents
|
728
712
|
add_images: Fichier
|
@@ -783,13 +767,18 @@ fr:
|
|
783
767
|
document_index: Index de document
|
784
768
|
view_index:
|
785
769
|
see_index: Voir index
|
770
|
+
placeholder:
|
771
|
+
address: 60 Boulevard Victor Hugo Saint-Jean-de-Luz, BP 64500
|
786
772
|
preview:
|
773
|
+
announcement_body: Votre proposition a été enregistrée en tant que brouillon. Elle doit être publiée pour qu'elle apparaisse sur le site.
|
774
|
+
announcement_title: Votre proposition n'a pas encore été publiée
|
787
775
|
modify: Modifier la proposition
|
788
776
|
proposal_edit_before_minutes:
|
789
777
|
one: Vous avez la possibilité de modifier cette proposition dans la première minute suivant sa publication. Une fois ce laps de temps écoulé, vous ne pourrez plus la modifier.
|
790
778
|
other: Vous avez la possibilité de modifier cette proposition dans les %{count} minutes suivant sa publication. Une fois ce laps de temps écoulé, vous ne pourrez plus la modifier.
|
791
779
|
publish: Publier
|
792
780
|
title: Publier la proposition
|
781
|
+
update_position: Mettre à jour la position
|
793
782
|
proposal:
|
794
783
|
creation_date: 'Création : %{date}'
|
795
784
|
view_proposal: Voir la proposition
|
data/config/locales/gl.yml
CHANGED
@@ -7,7 +7,6 @@ gl:
|
|
7
7
|
category_id: Categoría
|
8
8
|
decidim_scope_id: Alcance
|
9
9
|
has_address: Ten enderezo
|
10
|
-
scope_id: Ámbito
|
11
10
|
state: Estado
|
12
11
|
title: Título
|
13
12
|
user_group_id: Crear un borrador colaborativo como
|
@@ -18,9 +17,7 @@ gl:
|
|
18
17
|
automatic_hashtags: Engadíronse automaticamente os hexágonos
|
19
18
|
body: Corpo
|
20
19
|
category_id: Categoría
|
21
|
-
decidim_scope_id: Ámbito
|
22
20
|
has_address: Ten enderezo
|
23
|
-
scope_id: Ámbito
|
24
21
|
state: Estado
|
25
22
|
suggested_hashtags: Hashtags suxeridos
|
26
23
|
title: Título
|
@@ -33,9 +30,6 @@ gl:
|
|
33
30
|
proposals_import:
|
34
31
|
import_proposals: Propostas de importación
|
35
32
|
keep_authors: Mantén os autores orixinais
|
36
|
-
valuation_assignment:
|
37
|
-
admin_log:
|
38
|
-
valuator_role_id: Nome do avaliador/a
|
39
33
|
errors:
|
40
34
|
models:
|
41
35
|
participatory_text:
|
@@ -47,14 +41,12 @@ gl:
|
|
47
41
|
attachment:
|
48
42
|
needs_to_be_reattached: Necesita ser reenxerado
|
49
43
|
body:
|
50
|
-
cant_be_equal_to_template: non pode ser igual ao modelo
|
51
44
|
identical: E o título non pode ser idéntico
|
52
45
|
title:
|
53
46
|
identical: E o corpo non pode ser idéntico
|
54
47
|
models:
|
55
48
|
decidim/proposals/accepted_proposal_event: A proposta foi aceptada
|
56
49
|
decidim/proposals/admin/update_proposal_category_event: Modificouse a categoría de proposta
|
57
|
-
decidim/proposals/admin/update_proposal_scope_event: Mudouse o ámbito da proposta
|
58
50
|
decidim/proposals/creation_enabled_event: Creación de proposta habilitada
|
59
51
|
decidim/proposals/endorsing_enabled_event: Aprobación da proposta habilitada
|
60
52
|
decidim/proposals/evaluating_proposal_event: A proposta está a ser avaliada
|
@@ -77,30 +69,6 @@ gl:
|
|
77
69
|
one: Vota
|
78
70
|
other: Votos
|
79
71
|
decidim:
|
80
|
-
admin:
|
81
|
-
filters:
|
82
|
-
proposals:
|
83
|
-
category_id_eq:
|
84
|
-
label: Categoría
|
85
|
-
is_emendation_true:
|
86
|
-
label: Tipo
|
87
|
-
values:
|
88
|
-
'false': Propostas
|
89
|
-
scope_id_eq:
|
90
|
-
label: Ámbito
|
91
|
-
state_eq:
|
92
|
-
label: Estado
|
93
|
-
values:
|
94
|
-
accepted: Aceptada
|
95
|
-
evaluating: En avaliación
|
96
|
-
published: Publicadas
|
97
|
-
rejected: Rexeitada
|
98
|
-
validating: Validación técnica
|
99
|
-
withdrawn: Retiradas
|
100
|
-
state_null:
|
101
|
-
label: Estado
|
102
|
-
search_placeholder:
|
103
|
-
id_string_or_title_cont: Procurar %{collection} por ID ou título.
|
104
72
|
components:
|
105
73
|
proposals:
|
106
74
|
actions:
|
@@ -131,8 +99,6 @@ gl:
|
|
131
99
|
proposal_wizard_step_3_help_text: Asistente de propostas Texto de axuda de paso "Completo"
|
132
100
|
proposal_wizard_step_4_help_text: Asistente de propostas "Publica" o texto de axuda paso a paso
|
133
101
|
resources_permissions_enabled: Os permisos de acción pódense establecer para cada proposta
|
134
|
-
scope_id: Ámbito
|
135
|
-
scopes_enabled: Ámbitos habilitados
|
136
102
|
threshold_per_proposal: Umbral por proposta
|
137
103
|
vote_limit: Límite de voto por usuario
|
138
104
|
step:
|
@@ -300,27 +266,20 @@ gl:
|
|
300
266
|
description: Número de votos xerados nas propostas dos usuarios
|
301
267
|
object: votos
|
302
268
|
title: Votos
|
303
|
-
participatory_processes:
|
304
|
-
participatory_process_groups:
|
305
|
-
highlighted_proposals:
|
306
|
-
proposals: Propostas
|
307
269
|
participatory_spaces:
|
308
270
|
highlighted_proposals:
|
309
271
|
see_all: Ver todos (%{count})
|
310
272
|
proposals:
|
311
273
|
actions:
|
312
|
-
answer_proposal: Responder á proposta
|
313
274
|
edit_proposal: Editar proposta
|
314
275
|
import: Importar dende outro compoñente
|
315
276
|
new: Nova proposta
|
316
277
|
participatory_texts: Textos participativos
|
317
|
-
show: Amosar proposta
|
318
278
|
title: Accións
|
319
279
|
admin:
|
320
280
|
actions:
|
321
281
|
preview: Vista previa
|
322
282
|
exports:
|
323
|
-
comments: Comentarios
|
324
283
|
proposals: Propostas
|
325
284
|
models:
|
326
285
|
proposal:
|
@@ -343,9 +302,7 @@ gl:
|
|
343
302
|
new_import:
|
344
303
|
accepted_mime_types:
|
345
304
|
md: Markdown
|
346
|
-
odt: Odt
|
347
305
|
bottom_hint: "(Poderá ver e ordenar as seccións do documento)"
|
348
|
-
document_legend: 'Engada un documento inferior a 2 MB, cada sección até que se analizen 3 niveis de profundidade nas Propostas. Os formatos soportados son: %{valid_mime_types}'
|
349
306
|
title: AGREGAR DOCUMENTOS
|
350
307
|
upload_document: Cargar documento
|
351
308
|
publish:
|
@@ -409,28 +366,14 @@ gl:
|
|
409
366
|
show:
|
410
367
|
authors: Autores
|
411
368
|
body: Corpo
|
412
|
-
comments_neutral_count: Neutral
|
413
|
-
comments_positive_count: A favor
|
414
369
|
created_at: Data de creación
|
415
|
-
documents: Documentos
|
416
|
-
link: Ligazón
|
417
|
-
n_more_endorsers:
|
418
|
-
one: e 1 máis
|
419
|
-
other: e %{count} máis
|
420
|
-
photos: Fotos
|
421
370
|
proposals: Propostas
|
422
|
-
ranking: "%{ranking} de %{total}"
|
423
|
-
related_meetings: Xuntanzas relacionadas
|
424
|
-
remove_assignment_confirmation: Estás seguro de que desexas eliminar este avaliador/a da proposta?
|
425
|
-
valuators: Avaliadores/as
|
426
371
|
votes_count: Reconto de votos
|
427
|
-
votes_ranking: Clasificación por apoios
|
428
372
|
update_category:
|
429
373
|
select_a_category: Selecciona unha categoría
|
430
374
|
select_a_proposal: Selecciona unha proposta
|
431
375
|
update_scope:
|
432
376
|
select_a_proposal: Selecciona unha proposta
|
433
|
-
select_a_scope: Por favor, escolle un ámbito
|
434
377
|
proposals_imports:
|
435
378
|
create:
|
436
379
|
invalid: Produciuse un problema na importación das propostas
|
@@ -448,9 +391,6 @@ gl:
|
|
448
391
|
create:
|
449
392
|
invalid: Produciuse un erro dividindo as propostas seleccionadas.
|
450
393
|
success: Reaccionou con éxito as propostas en novas.
|
451
|
-
valuation_assignments:
|
452
|
-
create:
|
453
|
-
invalid: Produciuse un erro ao asignar propostas a un avaliador/a
|
454
394
|
admin_log:
|
455
395
|
proposal:
|
456
396
|
answer: "%{user_name} respondeu á proposta %{resource_name} no espazo %{space_name}"
|
@@ -504,13 +444,6 @@ gl:
|
|
504
444
|
ok: Retire o borrador colaborativo
|
505
445
|
title: A seguinte acción é irreversible
|
506
446
|
success: Proxecto colaborativo retirado con éxito.
|
507
|
-
compare:
|
508
|
-
mine_is_different: O meu borrador colaborativo é diferente
|
509
|
-
no_similars_found: Parabéns! Non se atoparon borradores colaborativos semellantes
|
510
|
-
title: Borradores colaborativos semellantes
|
511
|
-
complete:
|
512
|
-
send: Enviar
|
513
|
-
title: Completa o teu borrador colaborativo
|
514
447
|
count:
|
515
448
|
drafts_count:
|
516
449
|
one: "%{count} borrador colaborativo"
|
@@ -542,7 +475,6 @@ gl:
|
|
542
475
|
unfold: Despregar
|
543
476
|
new:
|
544
477
|
send: Continuar
|
545
|
-
title: Crea o teu borrador colaborativo
|
546
478
|
new_collaborative_draft_button:
|
547
479
|
new_collaborative_draft: Novo borrador colaborativo
|
548
480
|
orders:
|
@@ -587,18 +519,10 @@ gl:
|
|
587
519
|
update:
|
588
520
|
error: Produciuse un erro ao gardar o borrador colaborativo.
|
589
521
|
success: Proxecto colaborativo actualizado correctamente.
|
590
|
-
title: Editar borrador colaborativo
|
591
522
|
wizard_aside:
|
592
|
-
back: De volta
|
593
|
-
back_from_step_3: Volver a comparación de borradores colaborativos
|
594
523
|
info: Está creando un <strong>proxecto de colaboración</strong>.
|
595
|
-
|
596
|
-
|
597
|
-
step_1: Crea o teu borrador colaborativo
|
598
|
-
step_2: Comparar con borradores colaborativos
|
599
|
-
step_3: Completa o teu borrador colaborativo
|
600
|
-
step_of: Paso %{current_step_num} de %{total_steps}
|
601
|
-
title: Pasos para a creación dun borrador colaborativo
|
524
|
+
wizard_header:
|
525
|
+
title: Crea o teu borrador colaborativo
|
602
526
|
create:
|
603
527
|
error: Produciuse un erro ao gardar a proposta.
|
604
528
|
success: Proposta creada con éxito. Gardado como borrador.
|
@@ -607,7 +531,6 @@ gl:
|
|
607
531
|
success: O borrador da proposta eliminouse con éxito.
|
608
532
|
last_activity:
|
609
533
|
new_proposal_at_html: "<span>Nova proposta en %{link}</span>"
|
610
|
-
proposal_updated_at_html: "<span>Proposta actualizada en %{link}</span>"
|
611
534
|
models:
|
612
535
|
collaborative_draft:
|
613
536
|
fields:
|
@@ -621,13 +544,10 @@ gl:
|
|
621
544
|
id: ID
|
622
545
|
notes: Notas
|
623
546
|
official_proposal: Proposta oficial
|
624
|
-
published_answer: Resposta publicada
|
625
547
|
published_at: Publicado en
|
626
548
|
scope: Alcance
|
627
549
|
state: Estado
|
628
550
|
title: Título
|
629
|
-
valuator: Avaliador/a
|
630
|
-
valuators: Avaliadores/as
|
631
551
|
votes: Votos
|
632
552
|
new:
|
633
553
|
limit_reached: Non podes crear novas propostas xa que superaches o límite.
|
@@ -653,13 +573,8 @@ gl:
|
|
653
573
|
one: "%{count} proposta"
|
654
574
|
other: "%{count} propostas"
|
655
575
|
edit:
|
656
|
-
add_documents: Documentos
|
657
|
-
add_images: Ficheiro
|
658
576
|
attachment_legend: "(Opcional) Engada un anexo"
|
659
577
|
back: De volta
|
660
|
-
delete_document: Eliminar documento
|
661
|
-
delete_image: Eliminar imaxe
|
662
|
-
gallery_legend: "(Opcional) Engadir unha imaxe ao cartón de proposta"
|
663
578
|
select_a_category: Selecciona unha categoría
|
664
579
|
send: Enviar
|
665
580
|
title: Editar proposta
|
@@ -669,11 +584,8 @@ gl:
|
|
669
584
|
send: Vista previa
|
670
585
|
title: Editar borrador de proposta
|
671
586
|
filters:
|
672
|
-
activity: A miña actividade
|
673
|
-
all: Todas
|
674
587
|
amendment_type: Tipo
|
675
588
|
category: Categoría
|
676
|
-
my_proposals: As miñas propostas
|
677
589
|
origin: Orixe
|
678
590
|
related_to: Relacionado con
|
679
591
|
scope: Alcance
|
@@ -700,19 +612,17 @@ gl:
|
|
700
612
|
title: Crea a túa proposta
|
701
613
|
orders:
|
702
614
|
label: 'Solicitar propostas por:'
|
703
|
-
most_commented: Máis comentadas
|
704
|
-
most_endorsed: Con máis adhesións
|
705
|
-
most_followed: Con máis seguidores
|
706
615
|
most_voted: A maioría votada
|
707
616
|
random: Aleatorio
|
708
617
|
recent: Recentes
|
709
|
-
with_more_authors: Con máis autores
|
710
618
|
participatory_texts:
|
711
619
|
index:
|
712
620
|
document_index: Índice do documento
|
713
621
|
view_index:
|
714
622
|
see_index: Ver índice
|
715
623
|
preview:
|
624
|
+
announcement_body: A túa proposta gardouse coma borrador. É preciso que sexa publicada para aparecer no sitio.
|
625
|
+
announcement_title: A túa proposta aínda non foi publicada
|
716
626
|
modify: Modificar a proposta
|
717
627
|
proposal_edit_before_minutes:
|
718
628
|
one: Poderá editar esta proposta durante o primeiro minuto despois de que a proposta se publique. Unha vez que pase esta xanela de tempo, non poderás editar a proposta.
|
@@ -722,12 +632,9 @@ gl:
|
|
722
632
|
proposal:
|
723
633
|
creation_date: 'Creación: %{date}'
|
724
634
|
view_proposal: Ver proposta
|
725
|
-
proposals:
|
726
|
-
empty: Aínda non hai ningunha proposta
|
727
635
|
show:
|
728
636
|
answer: Resposta
|
729
637
|
back_to: Voltar
|
730
|
-
back_to_list: Volver á listaxe
|
731
638
|
comments: Comentarios
|
732
639
|
edit_proposal: Editar proposta
|
733
640
|
endorsements_list: Lista de avales
|