decidim-proposals 0.26.2 → 0.27.0.rc2
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/events/decidim/proposals/publish_proposal_event.rb +8 -0
- 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/jobs/decidim/proposals/notify_proposals_mentioned_job.rb +1 -1
- 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/ar.yml +1 -9
- data/config/locales/bg.yml +1 -4
- data/config/locales/ca.yml +13 -8
- data/config/locales/cs.yml +12 -7
- data/config/locales/de.yml +54 -6
- data/config/locales/el.yml +1 -6
- data/config/locales/en.yml +10 -6
- data/config/locales/es-MX.yml +12 -7
- data/config/locales/es-PY.yml +12 -7
- data/config/locales/es.yml +12 -7
- data/config/locales/eu.yml +1 -9
- data/config/locales/fi-plain.yml +11 -6
- data/config/locales/fi.yml +11 -6
- data/config/locales/fr-CA.yml +12 -6
- data/config/locales/fr.yml +12 -6
- data/config/locales/ga-IE.yml +1 -2
- data/config/locales/gl.yml +8 -9
- 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 +11 -6
- data/config/locales/lb.yml +1 -0
- data/config/locales/lt.yml +996 -0
- data/config/locales/lv.yml +1 -6
- data/config/locales/nl.yml +2 -9
- data/config/locales/no.yml +1 -6
- data/config/locales/pl.yml +1 -9
- data/config/locales/pt-BR.yml +1 -9
- 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/sk.yml +1 -6
- data/config/locales/sl.yml +1 -0
- data/config/locales/sr-CS.yml +1 -2
- data/config/locales/sv.yml +8 -12
- data/config/locales/tr-TR.yml +1 -9
- data/config/locales/uk.yml +1 -1
- data/config/locales/zh-CN.yml +1 -9
- 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/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:
|
@@ -197,6 +198,7 @@ fr-CA:
|
|
197
198
|
automatic_hashtags: Hashtags ajoutés à toutes les propositions
|
198
199
|
comments_blocked: Bloquer la création de nouveaux commentaires
|
199
200
|
creation_enabled: Les participants peuvent créer des propositions
|
201
|
+
creation_enabled_readonly: Ce paramètre est désactivé lorsque vous activez la fonctionnalité Textes participatifs. Pour télécharger des propositions sous forme de texte participatif, cliquez sur le bouton Textes participatifs et suivez les instructions.
|
200
202
|
default_sort_order: Tri des propositions par défaut
|
201
203
|
default_sort_order_help: Par défaut, si les aides sont activés, les propositions seront affichées par ordre aléatoire, et si les aides sont bloqués, alors ils seront triés par l’aide le plus soutenu.
|
202
204
|
default_sort_order_options:
|
@@ -212,6 +214,7 @@ fr-CA:
|
|
212
214
|
endorsements_enabled: Activer le module de soutiens
|
213
215
|
proposal_answering_enabled: Autoriser la réponse officielle aux propositions
|
214
216
|
publish_answers_immediately: Publier immédiatement les réponses à la proposition
|
217
|
+
publish_answers_immediately_help_html: 'N''oubliez pas que si vous répondez à une proposition sans cette option, vous devrez la publier manuellement en les sélectionnant et en utilisant l''action de publication. Pour plus d''informations sur comment cela fonctionne, voir la page de documentation de <a href="https://docs.decidim.org/en/admin/components/proposals/answers#_publication" target="_blank">propositions</a>.'
|
215
218
|
suggested_hashtags: Hashtags suggérés aux utilisateurs pour de nouvelles propositions
|
216
219
|
votes_blocked: Bloquer les votes
|
217
220
|
votes_enabled: Activer le module de vote simple
|
@@ -301,6 +304,7 @@ fr-CA:
|
|
301
304
|
email_outro: Vous avez reçu cette notification parce que vous suivez "%{participatory_space_title}". Vous pouvez cesser de le suivre en cliquant sur le lien précédent.
|
302
305
|
email_subject: Nouvelle proposition "%{resource_title}" ajoutée à %{participatory_space_title}
|
303
306
|
notification_title: La proposition <a href="%{resource_path}">%{resource_title}</a> a été ajoutée à %{participatory_space_title} par %{author}
|
307
|
+
notification_title_official: La proposition officielle <a href="%{resource_path}">%{resource_title}</a> a été ajoutée à %{participatory_space_title}
|
304
308
|
proposal_rejected:
|
305
309
|
affected_user:
|
306
310
|
email_intro: 'Votre proposition "%{resource_title}" a été rejetée. Vous pouvez lire la réponse sur cette page:'
|
@@ -593,9 +597,9 @@ fr-CA:
|
|
593
597
|
all: Tout
|
594
598
|
filter_origin_values:
|
595
599
|
all: Tout
|
596
|
-
citizens: Propositions citoyennes
|
597
600
|
meetings: Des réunions
|
598
601
|
official: Propositions officielles
|
602
|
+
participants: Participants
|
599
603
|
user_groups: Groupes d'utilisateurs
|
600
604
|
filter_scope_values:
|
601
605
|
all: Tout
|
@@ -658,6 +662,8 @@ fr-CA:
|
|
658
662
|
filter_by: Filtrer par
|
659
663
|
unfold: Se dérouler
|
660
664
|
new:
|
665
|
+
add_file: Ajouter un fichier
|
666
|
+
edit_file: Modifier le fichier
|
661
667
|
send: Continuer
|
662
668
|
new_collaborative_draft_button:
|
663
669
|
new_collaborative_draft: Nouveau brouillon collaboratif
|
@@ -768,12 +774,12 @@ fr-CA:
|
|
768
774
|
description: Les coordonnées seront mises à jour en cliquant sur le bouton 'Aperçu'. Cependant, l'adresse ne change pas.
|
769
775
|
instructions: Vous pouvez déplacer le point sur la carte.
|
770
776
|
edit:
|
771
|
-
add_documents:
|
772
|
-
|
777
|
+
add_documents: Ajouter des documents
|
778
|
+
add_image: Ajouter une image
|
773
779
|
attachment_legend: "(Facultatif) Ajouter une pièce jointe"
|
774
780
|
back: Retour
|
775
|
-
|
776
|
-
|
781
|
+
edit_documents: Modifier les documents
|
782
|
+
edit_image: Modifier l'Image
|
777
783
|
gallery_legend: "(Facultatif) Ajouter une image à la carte de proposition"
|
778
784
|
select_a_category: Veuillez sélectionner une catégorie
|
779
785
|
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:
|
@@ -197,6 +198,7 @@ fr:
|
|
197
198
|
automatic_hashtags: Hashtags ajoutés à toutes les propositions
|
198
199
|
comments_blocked: Bloquer la création de nouveaux commentaires
|
199
200
|
creation_enabled: Les participants peuvent créer des propositions
|
201
|
+
creation_enabled_readonly: Ce paramètre est désactivé lorsque vous activez la fonctionnalité Textes participatifs. Pour télécharger des propositions sous forme de texte participatif, cliquez sur le bouton Textes participatifs et suivez les instructions.
|
200
202
|
default_sort_order: Tri des propositions par défaut
|
201
203
|
default_sort_order_help: L'option par défaut signifie que si les votes sont activés, les propositions seront affichées par ordre aléatoire, et si les votes sont bloqués, alors elles seront triées par nombre de votes.
|
202
204
|
default_sort_order_options:
|
@@ -212,6 +214,7 @@ fr:
|
|
212
214
|
endorsements_enabled: Activer le module de soutiens
|
213
215
|
proposal_answering_enabled: Autoriser la réponse officielle aux propositions
|
214
216
|
publish_answers_immediately: Publier immédiatement les réponses à la proposition
|
217
|
+
publish_answers_immediately_help_html: 'N''oubliez pas que si vous répondez à une proposition sans cette option, vous devrez la publier manuellement en les sélectionnant et en utilisant l''action de publication. Pour plus d''informations sur comment cela fonctionne, voir la page de documentation de <a href="https://docs.decidim.org/en/admin/components/proposals/answers#_publication" target="_blank">propositions</a>.'
|
215
218
|
suggested_hashtags: Hashtags suggérés aux utilisateurs pour de nouvelles propositions
|
216
219
|
votes_blocked: Bloquer les votes
|
217
220
|
votes_enabled: Activer le module de vote simple
|
@@ -301,6 +304,7 @@ fr:
|
|
301
304
|
email_outro: Vous avez reçu cette notification parce que vous suivez "%{participatory_space_title}". Si vous souhaitez vous désabonner des notifications, connectez-vous à la plateforme, puis rendez-vous dans l'onglet “Mon compte” > “Paramètres des notifications”.
|
302
305
|
email_subject: Nouvelle proposition "%{resource_title}" ajoutée à %{participatory_space_title}
|
303
306
|
notification_title: La proposition <a href="%{resource_path}">%{resource_title}</a> a été ajoutée à %{participatory_space_title} par %{author}
|
307
|
+
notification_title_official: La proposition officielle <a href="%{resource_path}">%{resource_title}</a> a été ajoutée à %{participatory_space_title}
|
304
308
|
proposal_rejected:
|
305
309
|
affected_user:
|
306
310
|
email_intro: 'Votre proposition "%{resource_title}" a été rejetée. Vous pouvez lire la réponse sur cette page:'
|
@@ -593,9 +597,9 @@ fr:
|
|
593
597
|
all: Tout
|
594
598
|
filter_origin_values:
|
595
599
|
all: Tout
|
596
|
-
citizens: Propositions citoyennes
|
597
600
|
meetings: Des réunions
|
598
601
|
official: Propositions officielles
|
602
|
+
participants: Participants
|
599
603
|
user_groups: Groupes d'utilisateurs
|
600
604
|
filter_scope_values:
|
601
605
|
all: Tout
|
@@ -658,6 +662,8 @@ fr:
|
|
658
662
|
filter_by: Filtrer par
|
659
663
|
unfold: Se dérouler
|
660
664
|
new:
|
665
|
+
add_file: Ajouter un fichier
|
666
|
+
edit_file: Modifier le fichier
|
661
667
|
send: Continuer
|
662
668
|
new_collaborative_draft_button:
|
663
669
|
new_collaborative_draft: Nouveau brouillon collaboratif
|
@@ -768,12 +774,12 @@ fr:
|
|
768
774
|
description: Les coordonnées seront mises à jour en cliquant sur le bouton 'Aperçu'. Cependant, l'adresse ne change pas.
|
769
775
|
instructions: Vous pouvez déplacer le point sur la carte.
|
770
776
|
edit:
|
771
|
-
add_documents:
|
772
|
-
|
777
|
+
add_documents: Ajouter des documents
|
778
|
+
add_image: Ajouter une image
|
773
779
|
attachment_legend: "(Facultatif) Ajouter une pièce jointe"
|
774
780
|
back: Retour
|
775
|
-
|
776
|
-
|
781
|
+
edit_documents: Modifier les documents
|
782
|
+
edit_image: Modifier l'Image
|
777
783
|
gallery_legend: "(Facultatif) Ajouter une image à la carte de proposition"
|
778
784
|
select_a_category: Veuillez sélectionner une catégorie
|
779
785
|
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/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:
|
@@ -209,6 +210,7 @@ ja:
|
|
209
210
|
endorsements_enabled: オススメを有効にする
|
210
211
|
proposal_answering_enabled: 提案への回答を有効にする
|
211
212
|
publish_answers_immediately: 提案の回答をすぐに公開
|
213
|
+
publish_answers_immediately_help_html: 'これが有効になっていない提案に答える場合は、公開する項目を選択し、アクションを使用して手動で公開する必要があることに注意してください。 これがどのように機能するかについての詳細は、 <a href="https://docs.decidim.org/en/admin/components/proposals/answers#_publication" target="_blank">提案の回答ドキュメント ページ</a> を参照してください。'
|
212
214
|
suggested_hashtags: 提案作成時に参加者に提案するハッシュタグ
|
213
215
|
votes_blocked: サポートをブロック
|
214
216
|
votes_enabled: サポートを有効にする
|
@@ -298,6 +300,7 @@ ja:
|
|
298
300
|
email_outro: '「%{participatory_space_title}」をフォローしているため、この通知を受け取りました。前のリンクに続く通知の受信を停止できます。'
|
299
301
|
email_subject: 新しい提案 "%{resource_title}" が %{participatory_space_title} に追加されました
|
300
302
|
notification_title: 提案 <a href="%{resource_path}">%{resource_title}</a> が %{author} によって %{participatory_space_title} に追加されました
|
303
|
+
notification_title_official: 公式の提案 <a href="%{resource_path}">%{resource_title}</a> が %{participatory_space_title} に追加されました
|
301
304
|
proposal_rejected:
|
302
305
|
affected_user:
|
303
306
|
email_intro: 'あなたの提案 "%{resource_title}" は拒否されました。このページで回答を読むことができます:'
|
@@ -587,9 +590,9 @@ ja:
|
|
587
590
|
all: すべて
|
588
591
|
filter_origin_values:
|
589
592
|
all: すべて
|
590
|
-
citizens: 一般参加者
|
591
593
|
meetings: ミーティング
|
592
594
|
official: 事務局
|
595
|
+
participants: 参加者
|
593
596
|
user_groups: グループ
|
594
597
|
filter_scope_values:
|
595
598
|
all: すべて
|
@@ -651,6 +654,8 @@ ja:
|
|
651
654
|
filter_by: フィルター
|
652
655
|
unfold: 展開する
|
653
656
|
new:
|
657
|
+
add_file: ファイルを追加
|
658
|
+
edit_file: ファイルを編集
|
654
659
|
send: 続ける
|
655
660
|
new_collaborative_draft_button:
|
656
661
|
new_collaborative_draft: 新しい共同作業の下書きを作成
|
@@ -759,12 +764,12 @@ ja:
|
|
759
764
|
description: '「プレビュー」ボタンをクリックすると座標が更新されますが、アドレスは変更されません。'
|
760
765
|
instructions: 地図上のポイントを移動できます。
|
761
766
|
edit:
|
762
|
-
add_documents:
|
763
|
-
|
767
|
+
add_documents: ドキュメントを追加
|
768
|
+
add_image: 画像を追加
|
764
769
|
attachment_legend: "(オプション) 添付ファイルを追加"
|
765
770
|
back: 戻る
|
766
|
-
|
767
|
-
|
771
|
+
edit_documents: ドキュメントを編集
|
772
|
+
edit_image: 画像を編集
|
768
773
|
gallery_legend: "(オプション) 提案カードに画像を追加する"
|
769
774
|
select_a_category: カテゴリを選択してください
|
770
775
|
send: 送信
|
data/config/locales/lb.yml
CHANGED