decidim-proposals 0.26.4 → 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 +6 -8
- 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 +2 -5
- 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 +10 -10
- data/app/controllers/decidim/proposals/proposal_votes_controller.rb +1 -1
- data/app/controllers/decidim/proposals/proposals_controller.rb +25 -18
- data/app/events/decidim/proposals/publish_proposal_event.rb +0 -8
- 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/validators/proposal_length_validator.rb +2 -5
- data/app/views/decidim/proposals/admin/proposals/_form.html.erb +1 -1
- data/app/views/decidim/proposals/admin/proposals/_proposal-tr.html.erb +2 -2
- 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/_wizard_aside.html.erb +1 -1
- 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 +3 -9
- data/config/locales/bg.yml +1 -4
- data/config/locales/ca.yml +14 -26
- data/config/locales/cs.yml +32 -28
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +3 -54
- data/config/locales/el.yml +3 -6
- data/config/locales/en.yml +12 -25
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +13 -25
- data/config/locales/es-PY.yml +13 -25
- data/config/locales/es.yml +12 -24
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +3 -10
- data/config/locales/fi-plain.yml +12 -23
- data/config/locales/fi.yml +12 -23
- data/config/locales/fr-CA.yml +12 -25
- data/config/locales/fr.yml +12 -25
- data/config/locales/ga-IE.yml +1 -2
- data/config/locales/gl.yml +12 -9
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +10 -9
- data/config/locales/id-ID.yml +3 -5
- data/config/locales/is-IS.yml +2 -2
- data/config/locales/it.yml +4 -9
- data/config/locales/ja.yml +53 -49
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +1 -0
- data/config/locales/lt.yml +1 -988
- data/config/locales/lv.yml +3 -6
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +7 -9
- data/config/locales/no.yml +3 -6
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +3 -9
- data/config/locales/pt-BR.yml +4 -10
- data/config/locales/pt.yml +3 -9
- data/config/locales/ro-RO.yml +7 -9
- data/config/locales/ru.yml +1 -1
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +3 -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 +10 -9
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +3 -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 +3 -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 -31
- 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/gn-PY.yml +0 -1
- data/config/locales/lo-LA.yml +0 -1
- data/config/locales/oc-FR.yml +0 -1
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,7 +198,6 @@ 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
|
200
|
-
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.
|
201
201
|
default_sort_order: Tri des propositions par défaut
|
202
202
|
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.
|
203
203
|
default_sort_order_options:
|
@@ -213,7 +213,6 @@ fr:
|
|
213
213
|
endorsements_enabled: Activer le module de soutiens
|
214
214
|
proposal_answering_enabled: Autoriser la réponse officielle aux propositions
|
215
215
|
publish_answers_immediately: Publier immédiatement les réponses à la proposition
|
216
|
-
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>.'
|
217
216
|
suggested_hashtags: Hashtags suggérés aux utilisateurs pour de nouvelles propositions
|
218
217
|
votes_blocked: Bloquer les votes
|
219
218
|
votes_enabled: Activer le module de vote simple
|
@@ -303,7 +302,6 @@ fr:
|
|
303
302
|
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”.
|
304
303
|
email_subject: Nouvelle proposition "%{resource_title}" ajoutée à %{participatory_space_title}
|
305
304
|
notification_title: La proposition <a href="%{resource_path}">%{resource_title}</a> a été ajoutée à %{participatory_space_title} par %{author}
|
306
|
-
notification_title_official: La proposition officielle <a href="%{resource_path}">%{resource_title}</a> a été ajoutée à %{participatory_space_title}
|
307
305
|
proposal_rejected:
|
308
306
|
affected_user:
|
309
307
|
email_intro: 'Votre proposition "%{resource_title}" a été rejetée. Vous pouvez lire la réponse sur cette page:'
|
@@ -402,21 +400,8 @@ fr:
|
|
402
400
|
proposals: Propositions
|
403
401
|
imports:
|
404
402
|
help:
|
405
|
-
answers:
|
406
|
-
|
407
|
-
<ul>
|
408
|
-
<li><b>id:</b> ID de la proposition auquel on répond</li>
|
409
|
-
<li><b>state:</b>"accepted", "evaluating", ou "rejected"</li>
|
410
|
-
<li><b>answer/en:</b> Réponse en langue anglaise. Cela dépendra de la configuration de langue de votre plateforme.</li>
|
411
|
-
</ul>
|
412
|
-
proposals: |
|
413
|
-
Le fichier doit avoir les noms de colonnes suivants en cas de fichiers CSV ou Excel ou noms de clés suivants en cas de fichiers JSON :
|
414
|
-
<ul>
|
415
|
-
<li><b>title/en:</b> Titre en langue anglaise. Cela dépendra de la configuration de la langue de votre plateforme.</li>
|
416
|
-
<li><b>corps/en:</b> Corps en langue anglaise. Cela dépendra de la configuration de la langue de votre plateforme.</li>
|
417
|
-
<li><b>scope/id :</b> ID du périmêtre d'application</li>
|
418
|
-
<li><b>category/id :</b> ID de la catégorie</li>
|
419
|
-
</ul>
|
403
|
+
answers: 'Le document d''import doit contenir les colonnes suivantes : id, state (accepted, evaluating, rejected), answer/fr (et les autres langues activées pour l''organisation le cas échéant).'
|
404
|
+
proposals: Le fichier doit comprendre les colonnes title/fr et body/fr (ou une autre locale de votre choix, par ex. title/de et body/de). Les colonnes scope/id et category/id sont également prises en charge.
|
420
405
|
label:
|
421
406
|
answers: Importer des réponses depuis un fichier
|
422
407
|
proposals: Importer des propositions depuis un fichier
|
@@ -609,9 +594,9 @@ fr:
|
|
609
594
|
all: Tout
|
610
595
|
filter_origin_values:
|
611
596
|
all: Tout
|
612
|
-
citizens: Propositions citoyennes
|
613
597
|
meetings: Des réunions
|
614
598
|
official: Propositions officielles
|
599
|
+
participants: Participants
|
615
600
|
user_groups: Groupes d'utilisateurs
|
616
601
|
filter_scope_values:
|
617
602
|
all: Tout
|
@@ -649,7 +634,7 @@ fr:
|
|
649
634
|
one: "%{count} brouillon collaboratif"
|
650
635
|
other: "%{count} brouillons collaboratifs"
|
651
636
|
create:
|
652
|
-
error: Il y a eu un problème lors de la création de
|
637
|
+
error: Il y a eu un problème lors de la création de ces brouillons collaboratifs
|
653
638
|
success: Brouillon collaboratif créé avec succès.
|
654
639
|
edit:
|
655
640
|
attachment_legend: "(Facultatif) Ajouter une pièce jointe"
|
@@ -674,6 +659,8 @@ fr:
|
|
674
659
|
filter_by: Filtrer par
|
675
660
|
unfold: Se dérouler
|
676
661
|
new:
|
662
|
+
add_file: Ajouter un fichier
|
663
|
+
edit_file: Modifier le fichier
|
677
664
|
send: Continuer
|
678
665
|
new_collaborative_draft_button:
|
679
666
|
new_collaborative_draft: Nouveau brouillon collaboratif
|
@@ -784,12 +771,12 @@ fr:
|
|
784
771
|
description: Les coordonnées seront mises à jour en cliquant sur le bouton 'Aperçu'. Cependant, l'adresse ne change pas.
|
785
772
|
instructions: Vous pouvez déplacer le point sur la carte.
|
786
773
|
edit:
|
787
|
-
add_documents:
|
788
|
-
|
774
|
+
add_documents: Ajouter des documents
|
775
|
+
add_image: Ajouter une image
|
789
776
|
attachment_legend: "(Facultatif) Ajouter une pièce jointe"
|
790
777
|
back: Retour
|
791
|
-
|
792
|
-
|
778
|
+
edit_documents: Modifier les documents
|
779
|
+
edit_image: Modifier l'Image
|
793
780
|
gallery_legend: "(Facultatif) Ajouter une image à la carte de proposition"
|
794
781
|
select_a_category: Veuillez sélectionner une catégorie
|
795
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:
|
@@ -257,6 +254,7 @@ gl:
|
|
257
254
|
affected_user:
|
258
255
|
email_intro: 'A túa proposta "%{resource_title}" foi rexeitada. Podes ler a resposta nesta páxina:'
|
259
256
|
email_outro: Recibiches esta notificación porque es un autor de "%{resource_title}".
|
257
|
+
email_subject: A túa proposta foi rexeitada
|
260
258
|
notification_title: A túa proposta <a href="%{resource_path}">%{resource_title}</a> foi rexeitada.
|
261
259
|
follower:
|
262
260
|
email_intro: 'A proposta "%{resource_title}" foi rexeitada. Podes ler a resposta nesta páxina:'
|
@@ -346,6 +344,8 @@ gl:
|
|
346
344
|
proposal_comments: Comentarios
|
347
345
|
proposals: Propostas
|
348
346
|
imports:
|
347
|
+
help:
|
348
|
+
answers: 'O documento a importar ten de conter as seguintes columnas: id, state (aceptado, avaliando, rexeitado), resposta (e outros idiomas habilitados pola organización).'
|
349
349
|
label:
|
350
350
|
answers: Importar respostas dende un ficheiro
|
351
351
|
proposals: Importar propostas dende un ficheiro
|
@@ -505,9 +505,9 @@ gl:
|
|
505
505
|
all: Todo
|
506
506
|
filter_origin_values:
|
507
507
|
all: Todo
|
508
|
-
citizens: Cidadáns
|
509
508
|
meetings: Reunións
|
510
509
|
official: Oficial
|
510
|
+
participants: Participantes
|
511
511
|
user_groups: Grupos de usuarios
|
512
512
|
filter_scope_values:
|
513
513
|
all: Todo
|
@@ -545,6 +545,7 @@ gl:
|
|
545
545
|
one: "%{count} borrador colaborativo"
|
546
546
|
other: "%{count} borrador colaborativo"
|
547
547
|
create:
|
548
|
+
error: Produciuse un problema creando estes borradores colaborativos
|
548
549
|
success: Creouse un borrador colaborativo.
|
549
550
|
edit:
|
550
551
|
attachment_legend: "(Opcional) Engada un anexo"
|
@@ -569,6 +570,8 @@ gl:
|
|
569
570
|
filter_by: Filtrar por
|
570
571
|
unfold: Despregar
|
571
572
|
new:
|
573
|
+
add_file: Engadir ficheiro
|
574
|
+
edit_file: Editar ficheiro
|
572
575
|
send: Continuar
|
573
576
|
new_collaborative_draft_button:
|
574
577
|
new_collaborative_draft: Novo borrador colaborativo
|
@@ -677,12 +680,12 @@ gl:
|
|
677
680
|
dynamic_map_instructions:
|
678
681
|
instructions: Podes mover o punto no mapa.
|
679
682
|
edit:
|
680
|
-
add_documents:
|
681
|
-
|
683
|
+
add_documents: Engadir documentos
|
684
|
+
add_image: Engadir imaxe
|
682
685
|
attachment_legend: "(Opcional) Engada un anexo"
|
683
686
|
back: De volta
|
684
|
-
|
685
|
-
|
687
|
+
edit_documents: Editar documentos
|
688
|
+
edit_image: Editar imaxe
|
686
689
|
gallery_legend: "(Opcional) Engadir unha imaxe ao cartón de proposta"
|
687
690
|
select_a_category: Selecciona unha categoría
|
688
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:
|
@@ -239,6 +236,7 @@ hu:
|
|
239
236
|
affected_user:
|
240
237
|
email_intro: 'Javaslata "%{resource_title}" elutasításra került. A válasz ezen az oldalon olvasható:'
|
241
238
|
email_outro: Ezt az értesítést megkapta, mert a "%{resource_title}" szerzője.
|
239
|
+
email_subject: Javaslata elutasításra került
|
242
240
|
notification_title: Javaslata <a href="%{resource_path}">%{resource_title}</a> elutasításra került.
|
243
241
|
follower:
|
244
242
|
email_intro: 'A(z) "%{resource_title}" című javaslat elutasítva. További részletek a következő oldalon:'
|
@@ -502,9 +500,9 @@ hu:
|
|
502
500
|
all: Minden
|
503
501
|
filter_origin_values:
|
504
502
|
all: Minden
|
505
|
-
citizens: Állampolgárok
|
506
503
|
meetings: Találkozók
|
507
504
|
official: Hivatalos
|
505
|
+
participants: Résztvevők
|
508
506
|
user_groups: Felhasználói csoportok
|
509
507
|
filter_scope_values:
|
510
508
|
all: Minden
|
@@ -542,6 +540,7 @@ hu:
|
|
542
540
|
one: "%{count} közös vázlat"
|
543
541
|
other: "%{count} együttműködési tervezet"
|
544
542
|
create:
|
543
|
+
error: Hiba a közösen szerkesztett vázlatok létrehozásakor
|
545
544
|
success: Közös vázlat létrehozása sikeres.
|
546
545
|
edit:
|
547
546
|
attachment_legend: "(Nem kötelező) Melléklet hozzáadása"
|
@@ -566,6 +565,8 @@ hu:
|
|
566
565
|
filter_by: 'Szűrés ez alapján:'
|
567
566
|
unfold: Kibont
|
568
567
|
new:
|
568
|
+
add_file: Fájl hozzáadása
|
569
|
+
edit_file: Fájl szerkesztése
|
569
570
|
send: Tovább
|
570
571
|
new_collaborative_draft_button:
|
571
572
|
new_collaborative_draft: Új közös vázlat
|
@@ -668,12 +669,12 @@ hu:
|
|
668
669
|
one: "%{count} javaslat"
|
669
670
|
other: "%{count} javaslatot"
|
670
671
|
edit:
|
671
|
-
add_documents:
|
672
|
-
|
672
|
+
add_documents: Dokumentum hozzáadása
|
673
|
+
add_image: Kép hozzáadása
|
673
674
|
attachment_legend: "(Nem kötelező) Melléklet hozzáadása"
|
674
675
|
back: Vissza
|
675
|
-
|
676
|
-
|
676
|
+
edit_documents: Dokumentum szerkesztése
|
677
|
+
edit_image: Kép szerkesztése
|
677
678
|
select_a_category: Válassz kategóriát
|
678
679
|
send: Küldés
|
679
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:
|
@@ -179,6 +176,7 @@ id:
|
|
179
176
|
affected_user:
|
180
177
|
email_intro: 'Proposal Anda "%{resource_title}" telah ditolak. Anda dapat membaca jawabannya di halaman ini:'
|
181
178
|
email_outro: Anda telah menerima pemberitahuan ini karena Anda adalah pengarang "%{resource_title}".
|
179
|
+
email_subject: Proposal Anda ditolak
|
182
180
|
notification_title: Proposal Anda <a href="%{resource_path}">%{resource_title}</a> telah ditolak.
|
183
181
|
follower:
|
184
182
|
email_intro: 'Proposal "%{resource_title}" telah ditolak. Anda dapat membaca jawabannya di halaman ini:'
|
@@ -390,7 +388,6 @@ id:
|
|
390
388
|
all: Semua
|
391
389
|
filter_origin_values:
|
392
390
|
all: Semua
|
393
|
-
citizens: Warga
|
394
391
|
meetings: Rapat
|
395
392
|
official: Resmi
|
396
393
|
user_groups: Grup Pengguna
|
@@ -429,6 +426,7 @@ id:
|
|
429
426
|
drafts_count:
|
430
427
|
other: "%{count} draf kolaboratif"
|
431
428
|
create:
|
429
|
+
error: Ada masalah saat membuat draf kolaboratif ini
|
432
430
|
success: Draf kolaboratif berhasil dibuat.
|
433
431
|
edit:
|
434
432
|
attachment_legend: "(Opsional) Tambahkan lampiran"
|
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:
|
@@ -272,6 +269,7 @@ it:
|
|
272
269
|
affected_user:
|
273
270
|
email_intro: 'La tua proposta "%{resource_title}" è stata respinta. Puoi leggere la risposta in questa pagina:'
|
274
271
|
email_outro: Hai ricevuto questa notifica perché sei un autore di "%{resource_title}".
|
272
|
+
email_subject: La tua proposta è stata respinta
|
275
273
|
notification_title: La tua proposta <a href="%{resource_path}">%{resource_title}</a> è stata respinta.
|
276
274
|
follower:
|
277
275
|
email_intro: 'La proposta "%{resource_title}" è stata respinta. Puoi leggere la risposta in questa pagina:'
|
@@ -539,9 +537,9 @@ it:
|
|
539
537
|
all: Tutti
|
540
538
|
filter_origin_values:
|
541
539
|
all: Tutti
|
542
|
-
citizens: Cittadini
|
543
540
|
meetings: Incontri
|
544
541
|
official: Ufficiale
|
542
|
+
participants: Utenti
|
545
543
|
user_groups: Gruppi di utenti
|
546
544
|
filter_scope_values:
|
547
545
|
all: Tutti
|
@@ -579,6 +577,7 @@ it:
|
|
579
577
|
one: "%{count} bozza collaborativa"
|
580
578
|
other: "%{count} bozza collaborativa"
|
581
579
|
create:
|
580
|
+
error: Si è verificato un problema durante la creazione di queste bozze collaborative
|
582
581
|
success: Bozza collaborativa creata con successo.
|
583
582
|
edit:
|
584
583
|
attachment_legend: "(Opzionale) Aggiungi un allegato"
|
@@ -713,12 +712,8 @@ it:
|
|
713
712
|
description: Le coordinate verranno aggiornate quando si fa clic sul pulsante 'Anteprima'. Tuttavia, l'indirizzo non cambia.
|
714
713
|
instructions: Puoi spostare il punto sulla mappa.
|
715
714
|
edit:
|
716
|
-
add_documents: Documenti
|
717
|
-
add_images: File
|
718
715
|
attachment_legend: "(Opzionale) Aggiungi un allegato"
|
719
716
|
back: Indietro
|
720
|
-
delete_document: Elimina Documento
|
721
|
-
delete_image: Elimina Immagine
|
722
717
|
gallery_legend: "(Facoltativo) Aggiungi un'immagine alla scheda proposta"
|
723
718
|
select_a_category: Seleziona una categoria
|
724
719
|
send: Inviare
|