decidim-proposals 0.26.2 → 0.27.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/cells/decidim/proposals/highlighted_proposals_for_component_cell.rb +9 -1
- data/app/cells/decidim/proposals/proposal_m_cell.rb +5 -7
- data/app/commands/decidim/proposals/accept_access_to_collaborative_draft.rb +1 -1
- data/app/commands/decidim/proposals/admin/answer_proposal.rb +1 -1
- data/app/commands/decidim/proposals/admin/assign_proposals_to_valuator.rb +1 -1
- data/app/commands/decidim/proposals/admin/create_proposal.rb +8 -2
- data/app/commands/decidim/proposals/admin/create_proposal_note.rb +2 -2
- data/app/commands/decidim/proposals/admin/discard_participatory_text.rb +1 -1
- data/app/commands/decidim/proposals/admin/import_participatory_text.rb +1 -1
- data/app/commands/decidim/proposals/admin/import_proposals.rb +1 -1
- data/app/commands/decidim/proposals/admin/merge_proposals.rb +1 -1
- data/app/commands/decidim/proposals/admin/notify_proposal_answer.rb +1 -1
- data/app/commands/decidim/proposals/admin/publish_answers.rb +1 -1
- data/app/commands/decidim/proposals/admin/split_proposals.rb +1 -1
- data/app/commands/decidim/proposals/admin/unassign_proposals_from_valuator.rb +1 -1
- data/app/commands/decidim/proposals/admin/update_participatory_text.rb +1 -1
- data/app/commands/decidim/proposals/admin/update_proposal.rb +8 -2
- data/app/commands/decidim/proposals/admin/update_proposal_category.rb +5 -3
- data/app/commands/decidim/proposals/admin/update_proposal_scope.rb +3 -3
- data/app/commands/decidim/proposals/create_collaborative_draft.rb +5 -5
- data/app/commands/decidim/proposals/create_proposal.rb +1 -1
- data/app/commands/decidim/proposals/destroy_proposal.rb +1 -1
- data/app/commands/decidim/proposals/publish_collaborative_draft.rb +1 -1
- data/app/commands/decidim/proposals/publish_proposal.rb +1 -1
- data/app/commands/decidim/proposals/reject_access_to_collaborative_draft.rb +1 -1
- data/app/commands/decidim/proposals/request_access_to_collaborative_draft.rb +1 -1
- data/app/commands/decidim/proposals/unvote_proposal.rb +1 -1
- data/app/commands/decidim/proposals/update_collaborative_draft.rb +1 -1
- data/app/commands/decidim/proposals/update_proposal.rb +8 -2
- data/app/commands/decidim/proposals/vote_proposal.rb +1 -1
- data/app/commands/decidim/proposals/withdraw_collaborative_draft.rb +1 -1
- data/app/commands/decidim/proposals/withdraw_proposal.rb +1 -1
- data/app/controllers/concerns/decidim/proposals/orderable.rb +7 -5
- data/app/controllers/decidim/proposals/admin/proposals_controller.rb +7 -7
- data/app/controllers/decidim/proposals/collaborative_drafts_controller.rb +8 -8
- data/app/controllers/decidim/proposals/proposal_votes_controller.rb +1 -1
- data/app/controllers/decidim/proposals/proposals_controller.rb +24 -17
- data/app/forms/decidim/proposals/admin/import_participatory_text_form.rb +4 -4
- data/app/forms/decidim/proposals/admin/proposal_base_form.rb +4 -4
- data/app/forms/decidim/proposals/admin/proposal_form.rb +2 -0
- data/app/forms/decidim/proposals/admin/proposals_fork_form.rb +2 -2
- data/app/forms/decidim/proposals/admin/proposals_import_form.rb +1 -1
- data/app/forms/decidim/proposals/proposal_form.rb +11 -4
- data/app/forms/decidim/proposals/proposal_wizard_create_step_form.rb +3 -0
- data/app/helpers/decidim/proposals/admin/proposal_bulk_actions_helper.rb +4 -0
- data/app/helpers/decidim/proposals/application_helper.rb +4 -6
- data/app/helpers/decidim/proposals/proposal_cells_helper.rb +1 -3
- data/app/helpers/decidim/proposals/proposal_wizard_helper.rb +7 -7
- data/app/models/decidim/proposals/collaborative_draft.rb +10 -0
- data/app/models/decidim/proposals/collaborative_draft_collaborator_request.rb +0 -2
- data/app/models/decidim/proposals/proposal.rb +47 -8
- data/app/queries/decidim/proposals/filtered_proposals.rb +1 -1
- data/app/queries/decidim/proposals/similar_proposals.rb +1 -1
- data/app/services/decidim/proposals/proposal_search.rb +16 -71
- data/app/views/decidim/proposals/admin/proposals/_form.html.erb +1 -1
- data/app/views/decidim/proposals/admin/proposals/publish_answers.js.erb +1 -1
- data/app/views/decidim/proposals/admin/proposals/update_attribute.js.erb +26 -0
- data/app/views/decidim/proposals/collaborative_drafts/_edit_form_fields.html.erb +8 -16
- data/app/views/decidim/proposals/collaborative_drafts/_filters.html.erb +4 -4
- data/app/views/decidim/proposals/collaborative_drafts/edit.html.erb +3 -1
- data/app/views/decidim/proposals/collaborative_drafts/new.html.erb +3 -1
- data/app/views/decidim/proposals/proposals/_edit_form_fields.html.erb +13 -36
- data/app/views/decidim/proposals/proposals/_filters.html.erb +5 -5
- data/app/views/decidim/proposals/proposals/_proposals.html.erb +5 -5
- data/app/views/decidim/proposals/proposals/complete.html.erb +3 -1
- data/app/views/decidim/proposals/proposals/edit.html.erb +3 -1
- data/app/views/decidim/proposals/proposals/edit_draft.html.erb +3 -1
- data/app/views/decidim/proposals/proposals/new.html.erb +3 -1
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +1 -9
- data/config/locales/bg.yml +1 -4
- data/config/locales/ca.yml +9 -6
- data/config/locales/cs.yml +9 -6
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +1 -9
- data/config/locales/el.yml +1 -6
- data/config/locales/en.yml +8 -6
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +10 -7
- data/config/locales/es-PY.yml +10 -7
- data/config/locales/es.yml +10 -7
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +1 -9
- data/config/locales/fi-plain.yml +9 -6
- data/config/locales/fi.yml +9 -6
- data/config/locales/fr-CA.yml +9 -6
- data/config/locales/fr.yml +9 -6
- data/config/locales/ga-IE.yml +1 -2
- data/config/locales/gl.yml +8 -9
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +8 -6
- data/config/locales/id-ID.yml +1 -5
- data/config/locales/is-IS.yml +2 -2
- data/config/locales/it.yml +2 -9
- data/config/locales/ja.yml +9 -6
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +1 -0
- data/config/locales/lt.yml +1 -0
- data/config/locales/lv.yml +1 -6
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +2 -9
- data/config/locales/no.yml +1 -6
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +1 -9
- data/config/locales/pt-BR.yml +2 -10
- data/config/locales/pt.yml +1 -9
- data/config/locales/ro-RO.yml +2 -9
- data/config/locales/ru.yml +1 -1
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +1 -6
- data/config/locales/sl.yml +1 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +1 -2
- data/config/locales/sv.yml +8 -12
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +1 -9
- data/config/locales/uk.yml +1 -1
- data/config/locales/val-ES.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +1 -9
- data/config/locales/zh-TW.yml +1 -0
- data/db/migrate/20180529110230_move_authorships_to_coauthorships.rb +1 -0
- data/lib/decidim/proposals/component.rb +19 -14
- data/lib/decidim/proposals/import/proposal_answer_creator.rb +21 -19
- data/lib/decidim/proposals/test/factories.rb +1 -1
- data/lib/decidim/proposals/version.rb +1 -1
- metadata +25 -28
- data/app/services/decidim/proposals/collaborative_draft_search.rb +0 -59
- data/app/views/decidim/proposals/admin/proposals/_js-callout.html.erb +0 -6
- data/app/views/decidim/proposals/admin/proposals/update_category.js.erb +0 -26
- data/app/views/decidim/proposals/admin/proposals/update_scope.js.erb +0 -27
data/config/locales/es-PY.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
es-PY:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -45,7 +46,7 @@ es-PY:
|
|
45
46
|
participatory_text:
|
46
47
|
attributes:
|
47
48
|
document:
|
48
|
-
|
49
|
+
allowed_file_content_types: 'Tipo de documento inválido. Los formatos que se aceptan son: %{types}'
|
49
50
|
proposal:
|
50
51
|
attributes:
|
51
52
|
add_documents:
|
@@ -197,7 +198,7 @@ es-PY:
|
|
197
198
|
automatic_hashtags: Hashtags añadidos a todas las propuestas.
|
198
199
|
comments_blocked: Comentarios bloqueados
|
199
200
|
creation_enabled: Las participantes pueden crear propuestas
|
200
|
-
creation_enabled_readonly: Esta opción se desactiva cuando activas la funcionalidad de Textos Participativos. Para subir propuestas como texto participativo
|
201
|
+
creation_enabled_readonly: Esta opción se desactiva cuando activas la funcionalidad de Textos Participativos. Para subir propuestas como texto participativo haz clic en el botón Textos Participativos y sigue las instrucciones.
|
201
202
|
default_sort_order: Orden predeterminado de propuestas
|
202
203
|
default_sort_order_help: Por defecto significa que si los apoyos están habilitados, las propuestas se mostrarán en orden aleatorio, y si los apoyos están bloqueados, se ordenarán por las más apoyadas.
|
203
204
|
default_sort_order_options:
|
@@ -594,9 +595,9 @@ es-PY:
|
|
594
595
|
all: Todos
|
595
596
|
filter_origin_values:
|
596
597
|
all: Todos
|
597
|
-
citizens: Ciudadanía
|
598
598
|
meetings: Reuniones
|
599
599
|
official: Oficial
|
600
|
+
participants: Participantes
|
600
601
|
user_groups: Grupos de Usuarios
|
601
602
|
filter_scope_values:
|
602
603
|
all: Todos
|
@@ -659,6 +660,8 @@ es-PY:
|
|
659
660
|
filter_by: Filtrado por
|
660
661
|
unfold: Desplegar
|
661
662
|
new:
|
663
|
+
add_file: Añadir archivo
|
664
|
+
edit_file: Editar fichero
|
662
665
|
send: Continuar
|
663
666
|
new_collaborative_draft_button:
|
664
667
|
new_collaborative_draft: Nuevo borrador colaborativo
|
@@ -769,12 +772,12 @@ es-PY:
|
|
769
772
|
description: Las coordenadas se actualizarán cuando hagas clic en el botón 'previsualizar'. Sin embargo, la dirección no cambia.
|
770
773
|
instructions: Puedes mover la ubicación en el mapa.
|
771
774
|
edit:
|
772
|
-
add_documents:
|
773
|
-
|
775
|
+
add_documents: Añadir documentos
|
776
|
+
add_image: Añadir imagen
|
774
777
|
attachment_legend: "(Opcional) Agregar un archivo adjunto"
|
775
778
|
back: Volver
|
776
|
-
|
777
|
-
|
779
|
+
edit_documents: Editar documentos
|
780
|
+
edit_image: Editar imagen
|
778
781
|
gallery_legend: "(Opcional) Añadir una imagen a la tarjeta de propuesta"
|
779
782
|
select_a_category: Por favor, seleccione una categoría
|
780
783
|
send: Enviar
|
data/config/locales/es.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
es:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -45,7 +46,7 @@ es:
|
|
45
46
|
participatory_text:
|
46
47
|
attributes:
|
47
48
|
document:
|
48
|
-
|
49
|
+
allowed_file_content_types: 'Tipo de documento inválido. Los formatos que se aceptan son: %{types}'
|
49
50
|
proposal:
|
50
51
|
attributes:
|
51
52
|
add_documents:
|
@@ -197,7 +198,7 @@ es:
|
|
197
198
|
automatic_hashtags: Hashtags añadidos a todas las propuestas.
|
198
199
|
comments_blocked: Comentarios bloqueados
|
199
200
|
creation_enabled: Las participantes pueden crear propuestas
|
200
|
-
creation_enabled_readonly: Esta opción se desactiva cuando activas la funcionalidad de Textos Participativos. Para subir propuestas como texto participativo
|
201
|
+
creation_enabled_readonly: Esta opción se desactiva cuando activas la funcionalidad de Textos Participativos. Para subir propuestas como texto participativo haz clic en el botón Textos Participativos y sigue las instrucciones.
|
201
202
|
default_sort_order: Orden predeterminado de propuestas
|
202
203
|
default_sort_order_help: Por defecto significa que si los apoyos están habilitados, las propuestas se mostrarán en orden aleatorio, y si los apoyos están bloqueados, se ordenarán por las más apoyadas.
|
203
204
|
default_sort_order_options:
|
@@ -594,9 +595,9 @@ es:
|
|
594
595
|
all: Todas
|
595
596
|
filter_origin_values:
|
596
597
|
all: Todas
|
597
|
-
citizens: Ciudadanía
|
598
598
|
meetings: Encuentros
|
599
599
|
official: Oficial
|
600
|
+
participants: Participantes
|
600
601
|
user_groups: Grupos
|
601
602
|
filter_scope_values:
|
602
603
|
all: Todas
|
@@ -659,6 +660,8 @@ es:
|
|
659
660
|
filter_by: Filtrar por
|
660
661
|
unfold: Desplegar
|
661
662
|
new:
|
663
|
+
add_file: Añadir archivo
|
664
|
+
edit_file: Editar fichero
|
662
665
|
send: Continuar
|
663
666
|
new_collaborative_draft_button:
|
664
667
|
new_collaborative_draft: Nuevo borrador colaborativo
|
@@ -769,12 +772,12 @@ es:
|
|
769
772
|
description: Las coordenadas se actualizarán cuando hagas clic en el botón 'previsualizar'. Sin embargo, la dirección no cambia.
|
770
773
|
instructions: Puedes mover la ubicación en el mapa.
|
771
774
|
edit:
|
772
|
-
add_documents:
|
773
|
-
|
775
|
+
add_documents: Añadir documentos
|
776
|
+
add_image: Añadir imagen
|
774
777
|
attachment_legend: "(Opcional) Agregar un archivo adjunto"
|
775
778
|
back: Volver
|
776
|
-
|
777
|
-
|
779
|
+
edit_documents: Editar documentos
|
780
|
+
edit_image: Editar imagen
|
778
781
|
gallery_legend: "(Opcional) Añadir una imagen a la tarjeta de propuesta"
|
779
782
|
select_a_category: Por favor, selecciona una categoría
|
780
783
|
send: Enviar
|
data/config/locales/et.yml
CHANGED
data/config/locales/eu.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
eu:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -42,10 +43,6 @@ eu:
|
|
42
43
|
valuator_role_id: Ebaluatzailearen izena
|
43
44
|
errors:
|
44
45
|
models:
|
45
|
-
participatory_text:
|
46
|
-
attributes:
|
47
|
-
document:
|
48
|
-
invalid_document_type: 'Dokumentu mota baliogabea. Onartutako formatuak hauek dira: %{valid_mime_types}'
|
49
46
|
proposal:
|
50
47
|
attributes:
|
51
48
|
add_documents:
|
@@ -559,7 +556,6 @@ eu:
|
|
559
556
|
all: guztiak
|
560
557
|
filter_origin_values:
|
561
558
|
all: guztiak
|
562
|
-
citizens: Hiritarrak
|
563
559
|
meetings: Bilerak
|
564
560
|
official: Ofiziala
|
565
561
|
user_groups: Erabiltzaile taldeak
|
@@ -734,12 +730,8 @@ eu:
|
|
734
730
|
description: Koordenatuak eguneratu egingo dira 'aurrebistaratu' botoian klik egiten duzunean. Baina helbidea ez da aldatzen.
|
735
731
|
instructions: Kokapena mugitu ahal duzu mapan.
|
736
732
|
edit:
|
737
|
-
add_documents: Dokumentuak
|
738
|
-
add_images: Fitxategia
|
739
733
|
attachment_legend: "(Aukerakoa) Gehitu eranskina"
|
740
734
|
back: Back
|
741
|
-
delete_document: Ezabatu dokumentua
|
742
|
-
delete_image: Ezabatu irudia
|
743
735
|
gallery_legend: "(Aukerakoa) Gehitu irudi bat proposamen-txartelari"
|
744
736
|
select_a_category: Hautatu kategoria bat
|
745
737
|
send: Bidali
|
data/config/locales/fi-plain.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
fi-pl:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -45,7 +46,7 @@ fi-pl:
|
|
45
46
|
participatory_text:
|
46
47
|
attributes:
|
47
48
|
document:
|
48
|
-
|
49
|
+
allowed_file_content_types: 'Virheellinen asiakirjan tyyppi. Hyväksytyt tiedostomuodot ovat: %{types}'
|
49
50
|
proposal:
|
50
51
|
attributes:
|
51
52
|
add_documents:
|
@@ -594,9 +595,9 @@ fi-pl:
|
|
594
595
|
all: Kaikki
|
595
596
|
filter_origin_values:
|
596
597
|
all: Kaikki
|
597
|
-
citizens: Kansalaiset
|
598
598
|
meetings: Tapaamiset
|
599
599
|
official: Virallinen
|
600
|
+
participants: Osallistujat
|
600
601
|
user_groups: Käyttäjäryhmät
|
601
602
|
filter_scope_values:
|
602
603
|
all: Kaikki
|
@@ -659,6 +660,8 @@ fi-pl:
|
|
659
660
|
filter_by: Rajaa hakua
|
660
661
|
unfold: Avaa
|
661
662
|
new:
|
663
|
+
add_file: Lisää tiedosto
|
664
|
+
edit_file: Muokkaa tiedostoa
|
662
665
|
send: Jatka
|
663
666
|
new_collaborative_draft_button:
|
664
667
|
new_collaborative_draft: Uusi yhteistyöluonnos
|
@@ -769,12 +772,12 @@ fi-pl:
|
|
769
772
|
description: Koordinaatit päivitetään, kun painat Esikatsele-painiketta. Osoitetekstiä ei muuteta.
|
770
773
|
instructions: Voit siirtää pistettä kartalla.
|
771
774
|
edit:
|
772
|
-
add_documents:
|
773
|
-
|
775
|
+
add_documents: Lisää asiakirjoja
|
776
|
+
add_image: Lisää kuva
|
774
777
|
attachment_legend: "(Valinnainen) Lisää liite"
|
775
778
|
back: Takaisin
|
776
|
-
|
777
|
-
|
779
|
+
edit_documents: Muokkaa asiakirjoja
|
780
|
+
edit_image: Muokkaa kuvaa
|
778
781
|
gallery_legend: "(Valinnainen) Lisää kuva ehdotuskorttiin"
|
779
782
|
select_a_category: Valitse aihepiiri
|
780
783
|
send: Lähetä
|
data/config/locales/fi.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
fi:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -45,7 +46,7 @@ fi:
|
|
45
46
|
participatory_text:
|
46
47
|
attributes:
|
47
48
|
document:
|
48
|
-
|
49
|
+
allowed_file_content_types: 'Virheellinen asiakirjan tyyppi. Hyväksytyt tiedostomuodot ovat: %{types}'
|
49
50
|
proposal:
|
50
51
|
attributes:
|
51
52
|
add_documents:
|
@@ -594,9 +595,9 @@ fi:
|
|
594
595
|
all: Kaikki
|
595
596
|
filter_origin_values:
|
596
597
|
all: Kaikki
|
597
|
-
citizens: Kansalaiset
|
598
598
|
meetings: Tapaamiset
|
599
599
|
official: Virallinen
|
600
|
+
participants: Osallistujat
|
600
601
|
user_groups: Käyttäjäryhmät
|
601
602
|
filter_scope_values:
|
602
603
|
all: Kaikki
|
@@ -659,6 +660,8 @@ fi:
|
|
659
660
|
filter_by: Rajaa hakua
|
660
661
|
unfold: Avaa
|
661
662
|
new:
|
663
|
+
add_file: Lisää tiedosto
|
664
|
+
edit_file: Muokkaa tiedostoa
|
662
665
|
send: Jatka
|
663
666
|
new_collaborative_draft_button:
|
664
667
|
new_collaborative_draft: Uusi yhteistyöluonnos
|
@@ -769,12 +772,12 @@ fi:
|
|
769
772
|
description: Koordinaatit päivitetään, kun painat Esikatsele-painiketta. Osoitetekstiä ei muuteta.
|
770
773
|
instructions: Voit siirtää pistettä kartalla.
|
771
774
|
edit:
|
772
|
-
add_documents:
|
773
|
-
|
775
|
+
add_documents: Lisää asiakirjoja
|
776
|
+
add_image: Lisää kuva
|
774
777
|
attachment_legend: "(Valinnainen) Lisää liite"
|
775
778
|
back: Takaisin
|
776
|
-
|
777
|
-
|
779
|
+
edit_documents: Muokkaa asiakirjoja
|
780
|
+
edit_image: Muokkaa kuvaa
|
778
781
|
gallery_legend: "(Valinnainen) Lisää kuva ehdotuskorttiin"
|
779
782
|
select_a_category: Valitse aihepiiri
|
780
783
|
send: Lähetä
|
data/config/locales/fr-CA.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
fr-CA:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -45,7 +46,7 @@ fr-CA:
|
|
45
46
|
participatory_text:
|
46
47
|
attributes:
|
47
48
|
document:
|
48
|
-
|
49
|
+
allowed_file_content_types: 'Type de document invalide. Les formats acceptés sont: %{types}'
|
49
50
|
proposal:
|
50
51
|
attributes:
|
51
52
|
add_documents:
|
@@ -593,9 +594,9 @@ fr-CA:
|
|
593
594
|
all: Tout
|
594
595
|
filter_origin_values:
|
595
596
|
all: Tout
|
596
|
-
citizens: Propositions citoyennes
|
597
597
|
meetings: Des réunions
|
598
598
|
official: Propositions officielles
|
599
|
+
participants: Participants
|
599
600
|
user_groups: Groupes d'utilisateurs
|
600
601
|
filter_scope_values:
|
601
602
|
all: Tout
|
@@ -658,6 +659,8 @@ fr-CA:
|
|
658
659
|
filter_by: Filtrer par
|
659
660
|
unfold: Se dérouler
|
660
661
|
new:
|
662
|
+
add_file: Ajouter un fichier
|
663
|
+
edit_file: Modifier le fichier
|
661
664
|
send: Continuer
|
662
665
|
new_collaborative_draft_button:
|
663
666
|
new_collaborative_draft: Nouveau brouillon collaboratif
|
@@ -768,12 +771,12 @@ fr-CA:
|
|
768
771
|
description: Les coordonnées seront mises à jour en cliquant sur le bouton 'Aperçu'. Cependant, l'adresse ne change pas.
|
769
772
|
instructions: Vous pouvez déplacer le point sur la carte.
|
770
773
|
edit:
|
771
|
-
add_documents:
|
772
|
-
|
774
|
+
add_documents: Ajouter des documents
|
775
|
+
add_image: Ajouter une image
|
773
776
|
attachment_legend: "(Facultatif) Ajouter une pièce jointe"
|
774
777
|
back: Retour
|
775
|
-
|
776
|
-
|
778
|
+
edit_documents: Modifier les documents
|
779
|
+
edit_image: Modifier l'Image
|
777
780
|
gallery_legend: "(Facultatif) Ajouter une image à la carte de proposition"
|
778
781
|
select_a_category: Veuillez sélectionner une catégorie
|
779
782
|
send: Envoyer
|
data/config/locales/fr.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
fr:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -45,7 +46,7 @@ fr:
|
|
45
46
|
participatory_text:
|
46
47
|
attributes:
|
47
48
|
document:
|
48
|
-
|
49
|
+
allowed_file_content_types: 'Type de document invalide. Les formats acceptés sont: %{types}'
|
49
50
|
proposal:
|
50
51
|
attributes:
|
51
52
|
add_documents:
|
@@ -593,9 +594,9 @@ fr:
|
|
593
594
|
all: Tout
|
594
595
|
filter_origin_values:
|
595
596
|
all: Tout
|
596
|
-
citizens: Propositions citoyennes
|
597
597
|
meetings: Des réunions
|
598
598
|
official: Propositions officielles
|
599
|
+
participants: Participants
|
599
600
|
user_groups: Groupes d'utilisateurs
|
600
601
|
filter_scope_values:
|
601
602
|
all: Tout
|
@@ -658,6 +659,8 @@ fr:
|
|
658
659
|
filter_by: Filtrer par
|
659
660
|
unfold: Se dérouler
|
660
661
|
new:
|
662
|
+
add_file: Ajouter un fichier
|
663
|
+
edit_file: Modifier le fichier
|
661
664
|
send: Continuer
|
662
665
|
new_collaborative_draft_button:
|
663
666
|
new_collaborative_draft: Nouveau brouillon collaboratif
|
@@ -768,12 +771,12 @@ fr:
|
|
768
771
|
description: Les coordonnées seront mises à jour en cliquant sur le bouton 'Aperçu'. Cependant, l'adresse ne change pas.
|
769
772
|
instructions: Vous pouvez déplacer le point sur la carte.
|
770
773
|
edit:
|
771
|
-
add_documents:
|
772
|
-
|
774
|
+
add_documents: Ajouter des documents
|
775
|
+
add_image: Ajouter une image
|
773
776
|
attachment_legend: "(Facultatif) Ajouter une pièce jointe"
|
774
777
|
back: Retour
|
775
|
-
|
776
|
-
|
778
|
+
edit_documents: Modifier les documents
|
779
|
+
edit_image: Modifier l'Image
|
777
780
|
gallery_legend: "(Facultatif) Ajouter une image à la carte de proposition"
|
778
781
|
select_a_category: Veuillez sélectionner une catégorie
|
779
782
|
send: Envoyer
|
data/config/locales/ga-IE.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
ga:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -144,7 +145,6 @@ ga:
|
|
144
145
|
all: Uile
|
145
146
|
filter_origin_values:
|
146
147
|
all: Uile
|
147
|
-
citizens: Saoránaigh
|
148
148
|
meetings: Cruinnithe
|
149
149
|
official: Oifigiúil
|
150
150
|
user_groups: Grúpaí
|
@@ -223,7 +223,6 @@ ga:
|
|
223
223
|
complete:
|
224
224
|
send: Seol
|
225
225
|
edit:
|
226
|
-
add_images: Comhad
|
227
226
|
back: Ar Ais
|
228
227
|
select_a_category: Roghnaigh catagóir le do thoil
|
229
228
|
send: Seol
|
data/config/locales/gl.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
gl:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -42,10 +43,6 @@ gl:
|
|
42
43
|
valuator_role_id: Nome do avaliador/a
|
43
44
|
errors:
|
44
45
|
models:
|
45
|
-
participatory_text:
|
46
|
-
attributes:
|
47
|
-
document:
|
48
|
-
invalid_document_type: 'Tipo de documento non válido. Os formatos aceptados son: %{valid_mime_types}'
|
49
46
|
proposal:
|
50
47
|
attributes:
|
51
48
|
add_documents:
|
@@ -508,9 +505,9 @@ gl:
|
|
508
505
|
all: Todo
|
509
506
|
filter_origin_values:
|
510
507
|
all: Todo
|
511
|
-
citizens: Cidadáns
|
512
508
|
meetings: Reunións
|
513
509
|
official: Oficial
|
510
|
+
participants: Participantes
|
514
511
|
user_groups: Grupos de usuarios
|
515
512
|
filter_scope_values:
|
516
513
|
all: Todo
|
@@ -573,6 +570,8 @@ gl:
|
|
573
570
|
filter_by: Filtrar por
|
574
571
|
unfold: Despregar
|
575
572
|
new:
|
573
|
+
add_file: Engadir ficheiro
|
574
|
+
edit_file: Editar ficheiro
|
576
575
|
send: Continuar
|
577
576
|
new_collaborative_draft_button:
|
578
577
|
new_collaborative_draft: Novo borrador colaborativo
|
@@ -681,12 +680,12 @@ gl:
|
|
681
680
|
dynamic_map_instructions:
|
682
681
|
instructions: Podes mover o punto no mapa.
|
683
682
|
edit:
|
684
|
-
add_documents:
|
685
|
-
|
683
|
+
add_documents: Engadir documentos
|
684
|
+
add_image: Engadir imaxe
|
686
685
|
attachment_legend: "(Opcional) Engada un anexo"
|
687
686
|
back: De volta
|
688
|
-
|
689
|
-
|
687
|
+
edit_documents: Editar documentos
|
688
|
+
edit_image: Editar imaxe
|
690
689
|
gallery_legend: "(Opcional) Engadir unha imaxe ao cartón de proposta"
|
691
690
|
select_a_category: Selecciona unha categoría
|
692
691
|
send: Enviar
|
data/config/locales/hr.yml
CHANGED
data/config/locales/hu.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
hu:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -36,10 +37,6 @@ hu:
|
|
36
37
|
valuator_role_id: Értékelő neve
|
37
38
|
errors:
|
38
39
|
models:
|
39
|
-
participatory_text:
|
40
|
-
attributes:
|
41
|
-
document:
|
42
|
-
invalid_document_type: 'Érvénytelen dokumentumtípus. Az elfogadott formátumok: %{valid_mime_types}'
|
43
40
|
proposal:
|
44
41
|
attributes:
|
45
42
|
add_documents:
|
@@ -503,9 +500,9 @@ hu:
|
|
503
500
|
all: Minden
|
504
501
|
filter_origin_values:
|
505
502
|
all: Minden
|
506
|
-
citizens: Állampolgárok
|
507
503
|
meetings: Találkozók
|
508
504
|
official: Hivatalos
|
505
|
+
participants: Résztvevők
|
509
506
|
user_groups: Felhasználói csoportok
|
510
507
|
filter_scope_values:
|
511
508
|
all: Minden
|
@@ -568,6 +565,8 @@ hu:
|
|
568
565
|
filter_by: 'Szűrés ez alapján:'
|
569
566
|
unfold: Kibont
|
570
567
|
new:
|
568
|
+
add_file: Fájl hozzáadása
|
569
|
+
edit_file: Fájl szerkesztése
|
571
570
|
send: Tovább
|
572
571
|
new_collaborative_draft_button:
|
573
572
|
new_collaborative_draft: Új közös vázlat
|
@@ -670,9 +669,12 @@ hu:
|
|
670
669
|
one: "%{count} javaslat"
|
671
670
|
other: "%{count} javaslatot"
|
672
671
|
edit:
|
673
|
-
add_documents:
|
672
|
+
add_documents: Dokumentum hozzáadása
|
673
|
+
add_image: Kép hozzáadása
|
674
674
|
attachment_legend: "(Nem kötelező) Melléklet hozzáadása"
|
675
675
|
back: Vissza
|
676
|
+
edit_documents: Dokumentum szerkesztése
|
677
|
+
edit_image: Kép szerkesztése
|
676
678
|
select_a_category: Válassz kategóriát
|
677
679
|
send: Küldés
|
678
680
|
title: Javaslat szerkesztése
|
data/config/locales/id-ID.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
id:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -32,10 +33,6 @@ id:
|
|
32
33
|
keep_authors: Simpan penulis asli
|
33
34
|
errors:
|
34
35
|
models:
|
35
|
-
participatory_text:
|
36
|
-
attributes:
|
37
|
-
document:
|
38
|
-
invalid_document_type: 'Jenis dokumen tidak valid. Format yang diterima adalah: %{valid_mime_types}'
|
39
36
|
proposal:
|
40
37
|
attributes:
|
41
38
|
add_documents:
|
@@ -391,7 +388,6 @@ id:
|
|
391
388
|
all: Semua
|
392
389
|
filter_origin_values:
|
393
390
|
all: Semua
|
394
|
-
citizens: Warga
|
395
391
|
meetings: Rapat
|
396
392
|
official: Resmi
|
397
393
|
user_groups: Grup Pengguna
|
data/config/locales/is-IS.yml
CHANGED
@@ -1,4 +1,5 @@
|
|
1
|
-
|
1
|
+
---
|
2
|
+
is:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
4
5
|
proposal:
|
@@ -169,7 +170,6 @@ is-IS:
|
|
169
170
|
withdrawn: Aftakað
|
170
171
|
application_helper:
|
171
172
|
filter_origin_values:
|
172
|
-
citizens: Borgarar
|
173
173
|
official: Opinber
|
174
174
|
filter_state_values:
|
175
175
|
not_answered: Ekki svarað
|
data/config/locales/it.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
it:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -42,10 +43,6 @@ it:
|
|
42
43
|
valuator_role_id: Nome del valutatore
|
43
44
|
errors:
|
44
45
|
models:
|
45
|
-
participatory_text:
|
46
|
-
attributes:
|
47
|
-
document:
|
48
|
-
invalid_document_type: 'Tipo di documento non valido. I formati accettati sono: %{valid_mime_types}'
|
49
46
|
proposal:
|
50
47
|
attributes:
|
51
48
|
add_documents:
|
@@ -540,9 +537,9 @@ it:
|
|
540
537
|
all: Tutti
|
541
538
|
filter_origin_values:
|
542
539
|
all: Tutti
|
543
|
-
citizens: Cittadini
|
544
540
|
meetings: Incontri
|
545
541
|
official: Ufficiale
|
542
|
+
participants: Utenti
|
546
543
|
user_groups: Gruppi di utenti
|
547
544
|
filter_scope_values:
|
548
545
|
all: Tutti
|
@@ -715,12 +712,8 @@ it:
|
|
715
712
|
description: Le coordinate verranno aggiornate quando si fa clic sul pulsante 'Anteprima'. Tuttavia, l'indirizzo non cambia.
|
716
713
|
instructions: Puoi spostare il punto sulla mappa.
|
717
714
|
edit:
|
718
|
-
add_documents: Documenti
|
719
|
-
add_images: File
|
720
715
|
attachment_legend: "(Opzionale) Aggiungi un allegato"
|
721
716
|
back: Indietro
|
722
|
-
delete_document: Elimina Documento
|
723
|
-
delete_image: Elimina Immagine
|
724
717
|
gallery_legend: "(Facoltativo) Aggiungi un'immagine alla scheda proposta"
|
725
718
|
select_a_category: Seleziona una categoria
|
726
719
|
send: Inviare
|
data/config/locales/ja.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
ja:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -45,7 +46,7 @@ ja:
|
|
45
46
|
participatory_text:
|
46
47
|
attributes:
|
47
48
|
document:
|
48
|
-
|
49
|
+
allowed_file_content_types: '無効なドキュメントタイプです。使用できるフォーマット: %{types}'
|
49
50
|
proposal:
|
50
51
|
attributes:
|
51
52
|
add_documents:
|
@@ -587,9 +588,9 @@ ja:
|
|
587
588
|
all: すべて
|
588
589
|
filter_origin_values:
|
589
590
|
all: すべて
|
590
|
-
citizens: 一般参加者
|
591
591
|
meetings: ミーティング
|
592
592
|
official: 事務局
|
593
|
+
participants: 参加者
|
593
594
|
user_groups: グループ
|
594
595
|
filter_scope_values:
|
595
596
|
all: すべて
|
@@ -651,6 +652,8 @@ ja:
|
|
651
652
|
filter_by: フィルター
|
652
653
|
unfold: 展開する
|
653
654
|
new:
|
655
|
+
add_file: ファイルを追加
|
656
|
+
edit_file: ファイルを編集
|
654
657
|
send: 続ける
|
655
658
|
new_collaborative_draft_button:
|
656
659
|
new_collaborative_draft: 新しい共同作業の下書きを作成
|
@@ -759,12 +762,12 @@ ja:
|
|
759
762
|
description: '「プレビュー」ボタンをクリックすると座標が更新されますが、アドレスは変更されません。'
|
760
763
|
instructions: 地図上のポイントを移動できます。
|
761
764
|
edit:
|
762
|
-
add_documents:
|
763
|
-
|
765
|
+
add_documents: ドキュメントを追加
|
766
|
+
add_image: 画像を追加
|
764
767
|
attachment_legend: "(オプション) 添付ファイルを追加"
|
765
768
|
back: 戻る
|
766
|
-
|
767
|
-
|
769
|
+
edit_documents: ドキュメントを編集
|
770
|
+
edit_image: 画像を編集
|
768
771
|
gallery_legend: "(オプション) 提案カードに画像を追加する"
|
769
772
|
select_a_category: カテゴリを選択してください
|
770
773
|
send: 送信
|
data/config/locales/ko.yml
CHANGED
data/config/locales/lb.yml
CHANGED
data/config/locales/lt.yml
CHANGED
data/config/locales/lv.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
lv:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -36,10 +37,6 @@ lv:
|
|
36
37
|
valuator_role_id: Vērtētāja vārds
|
37
38
|
errors:
|
38
39
|
models:
|
39
|
-
participatory_text:
|
40
|
-
attributes:
|
41
|
-
document:
|
42
|
-
invalid_document_type: 'Nederīgs dokumenta tips. Pieņemtie formāti ir: %{valid_mime_types}'
|
43
40
|
proposal:
|
44
41
|
attributes:
|
45
42
|
add_documents:
|
@@ -485,7 +482,6 @@ lv:
|
|
485
482
|
all: Visi
|
486
483
|
filter_origin_values:
|
487
484
|
all: Visi
|
488
|
-
citizens: Pilsoņi
|
489
485
|
meetings: Sanāksmes
|
490
486
|
official: Oficiālā
|
491
487
|
user_groups: Grupas
|
@@ -654,7 +650,6 @@ lv:
|
|
654
650
|
one: "%{count} priekšlikums"
|
655
651
|
other: "%{count} priekšlikumi"
|
656
652
|
edit:
|
657
|
-
add_documents: Dokumenti
|
658
653
|
attachment_legend: "(Pēc izvēles) Pievienojiet pielikumu"
|
659
654
|
back: Atpakaļ
|
660
655
|
select_a_category: Lūdzu, izvēlieties kategoriju
|
data/config/locales/mt.yml
CHANGED