decidim-proposals 0.22.0 → 0.23.0
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 +6 -0
- data/app/assets/javascripts/decidim/proposals/admin/proposals_form.js.es6 +3 -0
- data/app/cells/decidim/proposals/collaborative_draft_cell.rb +1 -1
- data/app/cells/decidim/proposals/participatory_text_proposal/buttons.erb +2 -2
- data/app/cells/decidim/proposals/participatory_text_proposal_cell.rb +1 -1
- data/app/cells/decidim/proposals/proposal_cell.rb +1 -1
- data/app/cells/decidim/proposals/proposal_m_cell.rb +2 -2
- data/app/commands/decidim/proposals/admin/create_proposal.rb +4 -2
- data/app/commands/decidim/proposals/admin/publish_participatory_text.rb +6 -1
- data/app/commands/decidim/proposals/admin/update_participatory_text.rb +10 -2
- data/app/commands/decidim/proposals/admin/update_proposal.rb +4 -2
- data/app/commands/decidim/proposals/create_proposal.rb +6 -2
- data/app/commands/decidim/proposals/publish_collaborative_draft.rb +2 -2
- data/app/commands/decidim/proposals/update_proposal.rb +25 -9
- data/app/controllers/decidim/proposals/admin/proposals_controller.rb +2 -2
- data/app/controllers/decidim/proposals/collaborative_drafts_controller.rb +1 -10
- data/app/controllers/decidim/proposals/proposals_controller.rb +3 -17
- data/app/controllers/decidim/proposals/{proposal_widgets_controller.rb → widgets_controller.rb} +2 -2
- data/app/forms/decidim/proposals/admin/import_participatory_text_form.rb +3 -1
- data/app/forms/decidim/proposals/admin/participatory_text_proposal_form.rb +8 -1
- data/app/forms/decidim/proposals/admin/proposal_base_form.rb +20 -13
- data/app/forms/decidim/proposals/admin/proposal_form.rb +9 -2
- data/app/forms/decidim/proposals/proposal_form.rb +21 -12
- data/app/helpers/decidim/proposals/admin/proposals_helper.rb +2 -0
- data/app/helpers/decidim/proposals/application_helper.rb +13 -8
- data/app/helpers/decidim/proposals/proposals_helper.rb +1 -1
- data/app/models/decidim/proposals/collaborative_draft.rb +2 -2
- data/app/models/decidim/proposals/participatory_text.rb +3 -0
- data/app/models/decidim/proposals/proposal.rb +13 -40
- data/app/presenters/decidim/proposals/admin_log/value_types/proposal_title_body_presenter.rb +6 -1
- data/app/presenters/decidim/proposals/official_author_presenter.rb +1 -29
- data/app/presenters/decidim/proposals/proposal_presenter.rb +43 -6
- data/app/queries/decidim/proposals/similar_proposals.rb +4 -4
- data/app/services/decidim/proposals/collaborative_draft_search.rb +6 -16
- data/app/services/decidim/proposals/diff_renderer.rb +15 -5
- data/app/services/decidim/proposals/proposal_builder.rb +8 -2
- data/app/services/decidim/proposals/proposal_search.rb +7 -58
- data/app/types/decidim/proposals/proposal_type.rb +2 -2
- data/app/views/decidim/proposals/admin/proposals/_form.html.erb +6 -6
- data/app/views/decidim/proposals/admin/proposals/_proposal-tr.html.erb +2 -11
- data/app/views/decidim/proposals/admin/proposals/index.html.erb +2 -2
- data/app/views/decidim/proposals/admin/proposals/show.html.erb +1 -1
- data/app/views/decidim/proposals/collaborative_drafts/_edit_form_fields.html.erb +5 -5
- data/app/views/decidim/proposals/collaborative_drafts/_filters.html.erb +1 -1
- data/app/views/decidim/proposals/collaborative_drafts/show.html.erb +1 -1
- data/app/views/decidim/proposals/proposals/_edit_form_fields.html.erb +46 -18
- data/app/views/decidim/proposals/proposals/_filters.html.erb +1 -1
- data/app/views/decidim/proposals/proposals/index.html.erb +0 -2
- data/app/views/decidim/proposals/proposals/show.html.erb +3 -3
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/bg.yml +237 -0
- data/config/locales/ca.yml +12 -4
- data/config/locales/cs.yml +9 -1
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +3 -0
- data/config/locales/en.yml +8 -0
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +8 -0
- data/config/locales/es-PY.yml +8 -0
- data/config/locales/es.yml +22 -14
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +0 -15
- data/config/locales/fi-plain.yml +8 -0
- data/config/locales/fi.yml +9 -1
- data/config/locales/fr-CA.yml +30 -0
- data/config/locales/fr.yml +36 -6
- data/config/locales/gl.yml +0 -15
- data/config/locales/hr.yml +1 -0
- data/config/locales/id-ID.yml +0 -15
- data/config/locales/is.yml +274 -0
- data/config/locales/it.yml +6 -0
- data/config/locales/ja-JP.yml +5 -26
- data/config/locales/ja.yml +889 -0
- data/config/locales/ko-KR.yml +1 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lt.yml +1 -0
- data/config/locales/{lv-LV.yml → lv.yml} +0 -0
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +9 -1
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +377 -374
- data/config/locales/pt-BR.yml +0 -15
- data/config/locales/pt.yml +1 -0
- data/config/locales/ro-RO.yml +1 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sv.yml +49 -26
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +0 -15
- data/config/locales/vi-VN.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +885 -0
- data/config/locales/zh-TW.yml +1 -0
- data/db/migrate/20200120215928_move_proposal_endorsements_to_core_endorsements.rb +2 -0
- data/db/migrate/20200120230130_drop_proposal_endorsements.rb +8 -0
- data/db/migrate/20200708091228_move_proposals_fields_to_i18n.rb +80 -0
- data/db/migrate/20200827154156_add_commentable_counter_cache_to_proposals.rb +12 -0
- data/db/migrate/20200915151348_fix_proposals_data_to_ensure_title_and_body_are_hashes.rb +37 -0
- data/db/migrate/20201002085508_fix_proposals_data.rb +37 -0
- data/lib/decidim/content_renderers/proposal_renderer.rb +3 -1
- data/lib/decidim/proposals/component.rb +9 -6
- data/lib/decidim/proposals/engine.rb +1 -1
- data/lib/decidim/proposals/markdown_to_proposals.rb +2 -2
- data/lib/decidim/proposals/proposal_serializer.rb +3 -3
- data/lib/decidim/proposals/test/capybara_proposals_picker.rb +2 -2
- data/lib/decidim/proposals/test/factories.rb +44 -18
- data/lib/decidim/proposals/version.rb +1 -1
- metadata +46 -22
data/config/locales/es-PY.yml
CHANGED
@@ -126,6 +126,7 @@ es-PY:
|
|
126
126
|
can_accumulate_supports_beyond_threshold: Puede acumular apoyos más allá del umbral
|
127
127
|
collaborative_drafts_enabled: Habilitar borradores colaborativos
|
128
128
|
comments_enabled: Comentarios habilitados
|
129
|
+
comments_max_length: Longitud máxima de los comentarios (deja 0 si quieres mantener la configuración por defecto)
|
129
130
|
geocoding_enabled: Geocodificación habilitada
|
130
131
|
minimum_votes_per_user: Votos mínimos por usuario
|
131
132
|
new_proposal_body_template: Plantilla para el texto de nueva propuesta
|
@@ -143,6 +144,8 @@ es-PY:
|
|
143
144
|
proposal_wizard_step_3_help_text: Texto de ayuda al paso "Completar" de propuestas
|
144
145
|
proposal_wizard_step_4_help_text: Asistente de propuesta Texto de ayuda paso "Publicar"
|
145
146
|
resources_permissions_enabled: Los permisos sobre acciones pueden establecerse para cada propuesta
|
147
|
+
scope_id: Ámbito
|
148
|
+
scopes_enabled: Ámbitos habilitados
|
146
149
|
threshold_per_proposal: Umbral por propuesta
|
147
150
|
vote_limit: Límite de voto por usuario
|
148
151
|
step:
|
@@ -719,8 +722,13 @@ es-PY:
|
|
719
722
|
one: "%{count} propuesta"
|
720
723
|
other: "%{count} propuestas"
|
721
724
|
edit:
|
725
|
+
add_documents: Documentos
|
726
|
+
add_images: Archivo
|
722
727
|
attachment_legend: "(Opcional) Agregar un archivo adjunto"
|
723
728
|
back: Volver
|
729
|
+
delete_document: Borrar Documento
|
730
|
+
delete_image: Borrar imagen
|
731
|
+
gallery_legend: "(Opcional) Añadir una imagen a la tarjeta de propuesta"
|
724
732
|
select_a_category: Por favor, seleccione una categoría
|
725
733
|
send: Enviar
|
726
734
|
title: Editar propuesta
|
data/config/locales/es.yml
CHANGED
@@ -92,16 +92,16 @@ es:
|
|
92
92
|
state_eq:
|
93
93
|
label: Estado
|
94
94
|
values:
|
95
|
-
accepted:
|
95
|
+
accepted: Aceptada
|
96
96
|
evaluating: En evaluación
|
97
|
-
published:
|
98
|
-
rejected:
|
97
|
+
published: Publicada
|
98
|
+
rejected: Rechazada
|
99
99
|
validating: Validación técnica
|
100
|
-
withdrawn:
|
100
|
+
withdrawn: Retirada
|
101
101
|
state_null:
|
102
102
|
label: Estado
|
103
103
|
values:
|
104
|
-
'true': No
|
104
|
+
'true': No contestada
|
105
105
|
valuator_role_ids_has:
|
106
106
|
label: Asignada a evaluadora
|
107
107
|
search_placeholder:
|
@@ -126,6 +126,7 @@ es:
|
|
126
126
|
can_accumulate_supports_beyond_threshold: Puede acumular apoyos más allá del umbral
|
127
127
|
collaborative_drafts_enabled: Borradores colaborativos habilitados
|
128
128
|
comments_enabled: Comentarios habilitados
|
129
|
+
comments_max_length: Longitud máxima de los comentarios (deja 0 si quieres mantener la configuración por defecto)
|
129
130
|
geocoding_enabled: Geocodificación habilitada
|
130
131
|
minimum_votes_per_user: Apoyos mínimos por participante
|
131
132
|
new_proposal_body_template: Plantilla para el texto de nueva propuesta
|
@@ -143,6 +144,8 @@ es:
|
|
143
144
|
proposal_wizard_step_3_help_text: Texto de ayuda para el paso "Comparar" del asistente de propuestas
|
144
145
|
proposal_wizard_step_4_help_text: Texto de ayuda para el paso "Publicar" del asistente de propuestas
|
145
146
|
resources_permissions_enabled: Se pueden establecer permisos de acciones para cada propuesta
|
147
|
+
scope_id: Ámbito
|
148
|
+
scopes_enabled: Ámbitos habilitados
|
146
149
|
threshold_per_proposal: Umbral por propuesta
|
147
150
|
vote_limit: Límite de apoyos por participante
|
148
151
|
step:
|
@@ -339,7 +342,7 @@ es:
|
|
339
342
|
proposals: Propuestas
|
340
343
|
participatory_spaces:
|
341
344
|
highlighted_proposals:
|
342
|
-
see_all: Ver
|
345
|
+
see_all: Ver todas las propuestas (%{count})
|
343
346
|
proposals:
|
344
347
|
actions:
|
345
348
|
answer_proposal: Responder a la propuesta
|
@@ -373,14 +376,14 @@ es:
|
|
373
376
|
info_1: Las secciones siguientes se han convertido en propuestas. Ahora puedes revisarlas y ajustarlas antes de publicar.
|
374
377
|
publish_document: Publicar documento
|
375
378
|
save_draft: Guardar borrador
|
376
|
-
title:
|
379
|
+
title: Previsualizar texto participativo
|
377
380
|
new_import:
|
378
381
|
accepted_mime_types:
|
379
382
|
md: Markdown
|
380
383
|
odt: Odt
|
381
384
|
bottom_hint: "(Podrás previsualizar y ordenar las secciones del documento)"
|
382
385
|
document_legend: 'Sube un documento de menos de 2 Mb, cada una de las secciones (hasta 3 niveles de profundidad) se convertirán en propuestas. Los formatos soportados son: %{valid_mime_types}'
|
383
|
-
title:
|
386
|
+
title: Añadir documento
|
384
387
|
upload_document: Subir documento
|
385
388
|
publish:
|
386
389
|
invalid: No se pudieron publicar las propuestas
|
@@ -652,9 +655,9 @@ es:
|
|
652
655
|
title: Editar el borrador colaborativo
|
653
656
|
wizard_aside:
|
654
657
|
back: Volver
|
655
|
-
back_from_collaborative_draft: Volver
|
656
|
-
back_from_step_1: Volver
|
657
|
-
back_from_step_2: Volver
|
658
|
+
back_from_collaborative_draft: Volver a borradores colaborativos
|
659
|
+
back_from_step_1: Volver a borradores colaborativos
|
660
|
+
back_from_step_2: Volver a borradores colaborativos
|
658
661
|
back_from_step_3: Volver a comparar los borradores colaborativos
|
659
662
|
back_from_step_4: Volver a editar borrador
|
660
663
|
info: Estás creando un borrador colaborativo <strong></strong>.
|
@@ -665,7 +668,7 @@ es:
|
|
665
668
|
step_2: Comparar con borradores colaborativos
|
666
669
|
step_3: Completa tu borrador colaborativo
|
667
670
|
step_of: Paso %{current_step_num} de %{total_steps}
|
668
|
-
title: Pasos para la creación
|
671
|
+
title: Pasos para la creación del borrador colaborativo
|
669
672
|
create:
|
670
673
|
error: Se ha producido un error al guardar la propuesta.
|
671
674
|
success: Propuesta creada correctamente. Guardada como borrador.
|
@@ -719,8 +722,13 @@ es:
|
|
719
722
|
one: "%{count} propuesta"
|
720
723
|
other: "%{count} propuestas"
|
721
724
|
edit:
|
725
|
+
add_documents: Documentos
|
726
|
+
add_images: Archivo
|
722
727
|
attachment_legend: "(Opcional) Agregar un archivo adjunto"
|
723
728
|
back: Volver
|
729
|
+
delete_document: Borrar Documento
|
730
|
+
delete_image: Borrar imagen
|
731
|
+
gallery_legend: "(Opcional) Añadir una imagen a la tarjeta de propuesta"
|
724
732
|
select_a_category: Por favor, selecciona una categoría
|
725
733
|
send: Enviar
|
726
734
|
title: Editar propuesta
|
@@ -826,8 +834,8 @@ es:
|
|
826
834
|
votes_blocked: Apoyos deshabilitados
|
827
835
|
votes_count:
|
828
836
|
count:
|
829
|
-
one:
|
830
|
-
other:
|
837
|
+
one: Apoyo
|
838
|
+
other: Apoyos
|
831
839
|
most_popular_proposal: Propuesta más popular
|
832
840
|
need_more_votes: Necesita más apoyos
|
833
841
|
voting_rules:
|
@@ -0,0 +1 @@
|
|
1
|
+
et:
|
data/config/locales/eu.yml
CHANGED
@@ -69,21 +69,6 @@ eu:
|
|
69
69
|
one: Bozkatu
|
70
70
|
other: Botoak
|
71
71
|
decidim:
|
72
|
-
admin:
|
73
|
-
filters:
|
74
|
-
is_emendation_true:
|
75
|
-
label: Mota
|
76
|
-
values:
|
77
|
-
'false': proposamenak
|
78
|
-
'true': Aldaketak
|
79
|
-
state_eq:
|
80
|
-
values:
|
81
|
-
evaluating: Ebaluatzen
|
82
|
-
withdrawn: kendu
|
83
|
-
state_null:
|
84
|
-
label: Estatu
|
85
|
-
values:
|
86
|
-
'true': Erantzun gabe
|
87
72
|
components:
|
88
73
|
proposals:
|
89
74
|
actions:
|
data/config/locales/fi-plain.yml
CHANGED
@@ -126,6 +126,7 @@ fi-pl:
|
|
126
126
|
can_accumulate_supports_beyond_threshold: Voi kerätä kannatuksia yli kynnysarvon
|
127
127
|
collaborative_drafts_enabled: Yhteistyöluonnokset ovat käytössä
|
128
128
|
comments_enabled: Kommentit käytössä
|
129
|
+
comments_max_length: Kommenttien maksimipituus (jätä arvoksi 0 käyttääksesi oletusarvoa)
|
129
130
|
geocoding_enabled: Geokoodaus käytössä
|
130
131
|
minimum_votes_per_user: Vähimmäisäänimäärä käyttäjää kohden
|
131
132
|
new_proposal_body_template: Uuden ehdotuksen leipätekstin mallipohja
|
@@ -143,6 +144,8 @@ fi-pl:
|
|
143
144
|
proposal_wizard_step_3_help_text: Ehdotuksen luonnin "Valmis" -vaiheen ohjeteksti
|
144
145
|
proposal_wizard_step_4_help_text: Ehdotuksen luonnin "Julkaise" -vaiheen ohjeteksti
|
145
146
|
resources_permissions_enabled: Toiminnallisuutta koskevat oikeudet voidaan asettaa jokaiselle ehdotukselle
|
147
|
+
scope_id: Teema
|
148
|
+
scopes_enabled: Teemat käytössä
|
146
149
|
threshold_per_proposal: Ehdotusten äänten määrän kynnysarvo
|
147
150
|
vote_limit: Käytettävissä olevien äänien määrä käyttäjää kohden
|
148
151
|
step:
|
@@ -719,8 +722,13 @@ fi-pl:
|
|
719
722
|
one: "%{count} ehdotus"
|
720
723
|
other: "%{count} ehdotusta"
|
721
724
|
edit:
|
725
|
+
add_documents: Asiakirjat
|
726
|
+
add_images: Tiedosto
|
722
727
|
attachment_legend: "(Valinnainen) Lisää liite"
|
723
728
|
back: Takaisin
|
729
|
+
delete_document: Poista tiedosto
|
730
|
+
delete_image: Poista kuva
|
731
|
+
gallery_legend: "(Valinnainen) Lisää kuva ehdotuskorttiin"
|
724
732
|
select_a_category: Valitse aihepiiri
|
725
733
|
send: Lähetä
|
726
734
|
title: Muokkaa ehdotusta
|
data/config/locales/fi.yml
CHANGED
@@ -126,6 +126,7 @@ fi:
|
|
126
126
|
can_accumulate_supports_beyond_threshold: Voi kerätä kannatuksia yli kynnysarvon
|
127
127
|
collaborative_drafts_enabled: Yhteistyöluonnokset ovat käytössä
|
128
128
|
comments_enabled: Kommentit käytössä
|
129
|
+
comments_max_length: Kommenttien maksimipituus (jätä arvoksi 0 käyttääksesi oletusarvoa)
|
129
130
|
geocoding_enabled: Geokoodaus käytössä
|
130
131
|
minimum_votes_per_user: Kannatusten vähimmäismäärä käyttäjää kohden
|
131
132
|
new_proposal_body_template: Uuden ehdotuksen leipätekstin mallipohja
|
@@ -143,6 +144,8 @@ fi:
|
|
143
144
|
proposal_wizard_step_3_help_text: Ehdotuksen luonnin "Viimeistele" -vaiheen ohjeteksti
|
144
145
|
proposal_wizard_step_4_help_text: Ehdotuksen luonnin "Julkaise" -vaiheen ohjeteksti
|
145
146
|
resources_permissions_enabled: Toiminnallisuutta koskevat oikeudet voidaan asettaa jokaiselle ehdotukselle
|
147
|
+
scope_id: Teema
|
148
|
+
scopes_enabled: Teemat käytössä
|
146
149
|
threshold_per_proposal: Ehdotusten kannatusten määrän kynnysarvo
|
147
150
|
vote_limit: Käytettävissä olevien kannatusten määrä käyttäjää kohden
|
148
151
|
step:
|
@@ -719,8 +722,13 @@ fi:
|
|
719
722
|
one: "%{count} ehdotus"
|
720
723
|
other: "%{count} ehdotusta"
|
721
724
|
edit:
|
725
|
+
add_documents: Asiakirjat
|
726
|
+
add_images: Tiedosto
|
722
727
|
attachment_legend: "(Valinnainen) Lisää liite"
|
723
728
|
back: Takaisin
|
729
|
+
delete_document: Poista tiedosto
|
730
|
+
delete_image: Poista kuva
|
731
|
+
gallery_legend: "(Valinnainen) Lisää kuva ehdotuskorttiin"
|
724
732
|
select_a_category: Valitse aihepiiri
|
725
733
|
send: Lähetä
|
726
734
|
title: Muokkaa ehdotusta
|
@@ -788,7 +796,7 @@ fi:
|
|
788
796
|
empty_filters: Ei yhtään ehdotusta annetuilla hakuehdoilla
|
789
797
|
show:
|
790
798
|
answer: Vastaus
|
791
|
-
back_to: Takaisin
|
799
|
+
back_to: Takaisin sivulle
|
792
800
|
back_to_list: Takaisin listaan
|
793
801
|
changes_at_title: Muokkaus kohteelle "%{title}"
|
794
802
|
comments: Kommentit
|
data/config/locales/fr-CA.yml
CHANGED
@@ -80,6 +80,28 @@ fr-CA:
|
|
80
80
|
admin:
|
81
81
|
filters:
|
82
82
|
proposals:
|
83
|
+
category_id_eq:
|
84
|
+
label: Catégorie
|
85
|
+
is_emendation_true:
|
86
|
+
label: Type
|
87
|
+
values:
|
88
|
+
'false': Propositions
|
89
|
+
'true': Amendements
|
90
|
+
scope_id_eq:
|
91
|
+
label: Secteur
|
92
|
+
state_eq:
|
93
|
+
label: État
|
94
|
+
values:
|
95
|
+
accepted: Acceptée
|
96
|
+
evaluating: En cours d'évaluation
|
97
|
+
published: Publiée
|
98
|
+
rejected: Rejetée
|
99
|
+
validating: Validation technique
|
100
|
+
withdrawn: Retirée
|
101
|
+
state_null:
|
102
|
+
label: État
|
103
|
+
values:
|
104
|
+
'true': Non répondu
|
83
105
|
valuator_role_ids_has:
|
84
106
|
label: Assigné à l'évaluateur
|
85
107
|
search_placeholder:
|
@@ -104,6 +126,7 @@ fr-CA:
|
|
104
126
|
can_accumulate_supports_beyond_threshold: Peut accumuler des supports au-delà du seuil
|
105
127
|
collaborative_drafts_enabled: Brouillons collaboratifs activés
|
106
128
|
comments_enabled: Activer le module de commentaire
|
129
|
+
comments_max_length: Longueur maximum (en caractères) des commentaires (laisser 0 pour la valeur par défaut)
|
107
130
|
geocoding_enabled: Géocodage activé
|
108
131
|
minimum_votes_per_user: Nombre minimum de votes par utilisateur
|
109
132
|
new_proposal_body_template: Modèle de corps d'une nouvelle proposition
|
@@ -121,6 +144,8 @@ fr-CA:
|
|
121
144
|
proposal_wizard_step_3_help_text: Texte d'aide à l'étape "Compléter" de la création de proposition
|
122
145
|
proposal_wizard_step_4_help_text: Texte d'aide à l'étape "Publier" de la création de proposition
|
123
146
|
resources_permissions_enabled: Les autorisations d'actions peuvent être définies pour chaque proposition
|
147
|
+
scope_id: Secteur
|
148
|
+
scopes_enabled: Secteurs activés
|
124
149
|
threshold_per_proposal: Seuil par proposition
|
125
150
|
vote_limit: Limite de votes par utilisateur
|
126
151
|
step:
|
@@ -697,8 +722,13 @@ fr-CA:
|
|
697
722
|
one: "%{count} proposition"
|
698
723
|
other: "%{count} propositions"
|
699
724
|
edit:
|
725
|
+
add_documents: Documents
|
726
|
+
add_images: Fichier
|
700
727
|
attachment_legend: "(Facultatif) Ajouter une pièce jointe"
|
701
728
|
back: Retour
|
729
|
+
delete_document: Supprimer le document
|
730
|
+
delete_image: Supprimer l'image
|
731
|
+
gallery_legend: "(Facultatif) Ajouter une image à la carte de proposition"
|
702
732
|
select_a_category: Veuillez sélectionner une catégorie
|
703
733
|
send: Envoyer
|
704
734
|
title: Modifier la proposition
|
data/config/locales/fr.yml
CHANGED
@@ -7,7 +7,7 @@ fr:
|
|
7
7
|
category_id: Catégorie
|
8
8
|
decidim_scope_id: Portée
|
9
9
|
has_address: Renseigner une adresse
|
10
|
-
scope_id:
|
10
|
+
scope_id: Secteur
|
11
11
|
state: État
|
12
12
|
title: Titre
|
13
13
|
user_group_id: Créez un brouillon collaboratif comme
|
@@ -20,7 +20,7 @@ fr:
|
|
20
20
|
category_id: Catégorie
|
21
21
|
decidim_scope_id: Portée
|
22
22
|
has_address: Renseigner une adresse
|
23
|
-
scope_id:
|
23
|
+
scope_id: Secteur
|
24
24
|
state: État
|
25
25
|
suggested_hashtags: Hashtags suggérés
|
26
26
|
title: Titre
|
@@ -80,6 +80,28 @@ fr:
|
|
80
80
|
admin:
|
81
81
|
filters:
|
82
82
|
proposals:
|
83
|
+
category_id_eq:
|
84
|
+
label: Catégorie
|
85
|
+
is_emendation_true:
|
86
|
+
label: Type
|
87
|
+
values:
|
88
|
+
'false': Propositions
|
89
|
+
'true': Amendements
|
90
|
+
scope_id_eq:
|
91
|
+
label: Secteur
|
92
|
+
state_eq:
|
93
|
+
label: État
|
94
|
+
values:
|
95
|
+
accepted: Acceptée
|
96
|
+
evaluating: En cours d'évaluation
|
97
|
+
published: Publiée
|
98
|
+
rejected: Rejetée
|
99
|
+
validating: Validation technique
|
100
|
+
withdrawn: Retirée
|
101
|
+
state_null:
|
102
|
+
label: État
|
103
|
+
values:
|
104
|
+
'true': Non répondu
|
83
105
|
valuator_role_ids_has:
|
84
106
|
label: Assigné à l'évaluateur
|
85
107
|
search_placeholder:
|
@@ -104,6 +126,7 @@ fr:
|
|
104
126
|
can_accumulate_supports_beyond_threshold: Peut accumuler des supports au-delà du seuil
|
105
127
|
collaborative_drafts_enabled: Brouillons collaboratifs activés
|
106
128
|
comments_enabled: Activer le module de commentaire
|
129
|
+
comments_max_length: Longueur maximum (en caractères) des commentaires (laisser 0 pour la valeur par défaut)
|
107
130
|
geocoding_enabled: Géocodage activé
|
108
131
|
minimum_votes_per_user: Nombre minimum de votes par utilisateur
|
109
132
|
new_proposal_body_template: Modèle de corps d'une nouvelle proposition
|
@@ -121,6 +144,8 @@ fr:
|
|
121
144
|
proposal_wizard_step_3_help_text: Texte d'aide à l'étape "Compléter" de la création de proposition
|
122
145
|
proposal_wizard_step_4_help_text: Texte d'aide à l'étape "Publier" de la création de proposition
|
123
146
|
resources_permissions_enabled: Les autorisations d'actions peuvent être définies pour chaque proposition
|
147
|
+
scope_id: Secteur
|
148
|
+
scopes_enabled: Secteurs activés
|
124
149
|
threshold_per_proposal: Seuil par proposition
|
125
150
|
vote_limit: Limite de votes par utilisateur
|
126
151
|
step:
|
@@ -351,14 +376,14 @@ fr:
|
|
351
376
|
info_1: Les sections suivantes ont été analysées à partir du document importé et ont été converties en propositions. Maintenant, vous pouvez revoir et ajuster tout ce dont vous avez besoin avant de publier.
|
352
377
|
publish_document: Publier le document
|
353
378
|
save_draft: Enregistrer le brouillon
|
354
|
-
title:
|
379
|
+
title: Aperçu du texte participatif
|
355
380
|
new_import:
|
356
381
|
accepted_mime_types:
|
357
382
|
md: Markdown
|
358
383
|
odt: Odt
|
359
384
|
bottom_hint: "(Vous pourrez prévisualiser et trier les sections de document)"
|
360
385
|
document_legend: 'Ajoutez un document inférieur à 2 Mo. Chaque section jusqu’à 3 niveaux sera analysée en propositions. Les formats supportés sont: %{valid_mime_types}'
|
361
|
-
title:
|
386
|
+
title: Ajouter un document
|
362
387
|
upload_document: Télécharger le document
|
363
388
|
publish:
|
364
389
|
invalid: Impossible de publier des propositions
|
@@ -627,7 +652,7 @@ fr:
|
|
627
652
|
update:
|
628
653
|
error: Il y a eu des erreurs lors de l'enregistrement du brouillon collaboratif.
|
629
654
|
success: Brouillon collaboratif mis à jour avec succès.
|
630
|
-
title: Modifier
|
655
|
+
title: Modifier le brouillon collaboratif
|
631
656
|
wizard_aside:
|
632
657
|
back: Arrière
|
633
658
|
back_from_collaborative_draft: Retour aux brouillons collaboratifs
|
@@ -697,8 +722,13 @@ fr:
|
|
697
722
|
one: "%{count} proposition"
|
698
723
|
other: "%{count} propositions"
|
699
724
|
edit:
|
725
|
+
add_documents: Documents
|
726
|
+
add_images: Fichier
|
700
727
|
attachment_legend: "(Facultatif) Ajouter une pièce jointe"
|
701
728
|
back: Retour
|
729
|
+
delete_document: Supprimer le document
|
730
|
+
delete_image: Supprimer l'image
|
731
|
+
gallery_legend: "(Facultatif) Ajouter une image à la carte de proposition"
|
702
732
|
select_a_category: Veuillez sélectionner une catégorie
|
703
733
|
send: Envoyer
|
704
734
|
title: Modifier la proposition
|
@@ -819,7 +849,7 @@ fr:
|
|
819
849
|
description: Vous pouvez créer jusqu'à %{limit} propositions.
|
820
850
|
threshold_per_proposal:
|
821
851
|
description: Pour être acceptées, les propositions doivent atteindre %{limit} votes
|
822
|
-
title: '
|
852
|
+
title: 'Les soutiens sont soumis aux règles suivantes :'
|
823
853
|
vote_limit:
|
824
854
|
description: Vous pouvez voter pour %{limit} propositions au maximum.
|
825
855
|
left: Restant
|
data/config/locales/gl.yml
CHANGED
@@ -69,21 +69,6 @@ gl:
|
|
69
69
|
one: Vota
|
70
70
|
other: Votos
|
71
71
|
decidim:
|
72
|
-
admin:
|
73
|
-
filters:
|
74
|
-
is_emendation_true:
|
75
|
-
label: Tipo
|
76
|
-
values:
|
77
|
-
'false': Propostas
|
78
|
-
'true': Enmendas
|
79
|
-
state_eq:
|
80
|
-
values:
|
81
|
-
evaluating: Avaliación
|
82
|
-
withdrawn: Retirada
|
83
|
-
state_null:
|
84
|
-
label: Estado
|
85
|
-
values:
|
86
|
-
'true': Non respondeu
|
87
72
|
components:
|
88
73
|
proposals:
|
89
74
|
actions:
|
@@ -0,0 +1 @@
|
|
1
|
+
hr:
|
data/config/locales/id-ID.yml
CHANGED
@@ -65,21 +65,6 @@ id:
|
|
65
65
|
decidim/proposals/proposal_vote:
|
66
66
|
other: Suara
|
67
67
|
decidim:
|
68
|
-
admin:
|
69
|
-
filters:
|
70
|
-
is_emendation_true:
|
71
|
-
label: Mengetik
|
72
|
-
values:
|
73
|
-
'false': Proposal
|
74
|
-
'true': Amandemen
|
75
|
-
state_eq:
|
76
|
-
values:
|
77
|
-
evaluating: Mengevaluasi
|
78
|
-
withdrawn: Ditarik
|
79
|
-
state_null:
|
80
|
-
label: Negara
|
81
|
-
values:
|
82
|
-
'true': Tidak dijawab
|
83
68
|
components:
|
84
69
|
proposals:
|
85
70
|
actions:
|