decidim-proposals 0.28.4 → 0.28.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/cells/decidim/proposals/highlighted_proposals_for_component/show.erb +0 -12
- data/app/cells/decidim/proposals/proposal_l_cell.rb +17 -18
- data/app/controllers/decidim/proposals/proposals_controller.rb +4 -8
- data/app/controllers/decidim/proposals/versions_controller.rb +1 -1
- data/app/forms/decidim/proposals/admin/proposal_answer_form.rb +3 -3
- data/app/forms/decidim/proposals/admin/proposal_form.rb +1 -1
- data/app/helpers/decidim/proposals/map_helper.rb +1 -1
- data/app/models/decidim/proposals/collaborative_draft.rb +2 -3
- data/app/models/decidim/proposals/proposal.rb +2 -11
- data/app/permissions/decidim/proposals/permissions.rb +4 -3
- data/app/services/decidim/proposals/collaborative_draft_diff_renderer.rb +22 -0
- data/app/services/decidim/proposals/diff_renderer.rb +2 -0
- data/app/services/decidim/proposals/proposal_builder.rb +1 -1
- data/app/views/decidim/proposals/admin/proposals/_form.html.erb +1 -1
- data/app/views/decidim/proposals/admin/proposals/index.html.erb +2 -2
- data/app/views/decidim/proposals/admin/proposals/show.html.erb +4 -4
- data/app/views/decidim/proposals/proposals/_proposals.html.erb +1 -1
- data/app/views/decidim/proposals/proposals/index.html.erb +9 -2
- data/app/views/decidim/proposals/proposals/index.js.erb +12 -0
- data/app/views/decidim/proposals/proposals/show.html.erb +1 -1
- data/config/locales/ar.yml +7 -6
- data/config/locales/bg.yml +5 -11
- data/config/locales/bn-BD.yml +1 -0
- data/config/locales/bs-BA.yml +98 -0
- data/config/locales/ca-IT.yml +931 -0
- data/config/locales/ca.yml +15 -10
- data/config/locales/cs.yml +12 -7
- data/config/locales/de.yml +15 -10
- data/config/locales/el.yml +3 -8
- data/config/locales/en.yml +7 -2
- data/config/locales/es-MX.yml +13 -8
- data/config/locales/es-PY.yml +13 -8
- data/config/locales/es.yml +16 -11
- data/config/locales/eu.yml +165 -160
- data/config/locales/fi-plain.yml +10 -5
- data/config/locales/fi.yml +30 -25
- data/config/locales/fr-CA.yml +12 -9
- data/config/locales/fr.yml +11 -8
- data/config/locales/ga-IE.yml +0 -1
- data/config/locales/gl.yml +3 -6
- data/config/locales/he-IL.yml +4 -0
- data/config/locales/hu.yml +3 -8
- data/config/locales/id-ID.yml +10 -5
- data/config/locales/is-IS.yml +3 -7
- data/config/locales/it.yml +35 -11
- data/config/locales/ja.yml +12 -7
- data/config/locales/lt.yml +1 -7
- data/config/locales/lv.yml +5 -4
- data/config/locales/nl.yml +9 -9
- data/config/locales/no.yml +1 -6
- data/config/locales/pl.yml +2 -8
- data/config/locales/pt-BR.yml +3 -8
- data/config/locales/pt.yml +2 -6
- data/config/locales/ro-RO.yml +10 -11
- data/config/locales/ru.yml +3 -7
- data/config/locales/sk.yml +6 -5
- data/config/locales/sl.yml +0 -4
- data/config/locales/sr-CS.yml +0 -2
- data/config/locales/sv.yml +11 -7
- data/config/locales/tr-TR.yml +5 -9
- data/config/locales/uk.yml +4 -8
- data/config/locales/zh-CN.yml +1 -5
- data/config/locales/zh-TW.yml +3 -8
- data/decidim-proposals.gemspec +1 -1
- data/lib/decidim/api/proposal_type.rb +13 -0
- data/lib/decidim/api/proposals_type.rb +1 -3
- data/lib/decidim/proposals/proposal_serializer.rb +7 -4
- data/lib/decidim/proposals/test/factories.rb +6 -5
- data/lib/decidim/proposals/version.rb +1 -1
- metadata +25 -21
data/config/locales/fi-plain.yml
CHANGED
@@ -12,6 +12,8 @@ fi-pl:
|
|
12
12
|
state: Tila
|
13
13
|
title: Ehdotuksen nimi
|
14
14
|
user_group_id: Luo yhteistyöluonnos nimellä
|
15
|
+
import_participatory_text:
|
16
|
+
document: Asiakirja
|
15
17
|
proposal:
|
16
18
|
address: Osoite
|
17
19
|
answer: Vastaus
|
@@ -21,6 +23,8 @@ fi-pl:
|
|
21
23
|
category_id: Aihepiiri
|
22
24
|
decidim_scope_id: Teema
|
23
25
|
has_address: Ehdotuksella on sijainti
|
26
|
+
latitude: Leveysaste
|
27
|
+
longitude: Pituusaste
|
24
28
|
scope_id: Teema
|
25
29
|
state: Tila
|
26
30
|
suggested_hashtags: Ehdotetut hashtagit
|
@@ -34,6 +38,8 @@ fi-pl:
|
|
34
38
|
proposals_copy:
|
35
39
|
copy_proposals: Ymmärrän, että tämä tuo kaikki ideat valitusta komponentista tähän komponenttiin ja tätä toimintoa ei voi peruuttaa.
|
36
40
|
origin_component_id: Osio josta ehdotukset kopioidaan
|
41
|
+
proposals_file_import:
|
42
|
+
file: Tiedosto
|
37
43
|
proposals_import:
|
38
44
|
import_proposals: Tuo ehdotuksia
|
39
45
|
keep_answers: Säilytä tilat ja vastaukset
|
@@ -320,12 +326,12 @@ fi-pl:
|
|
320
326
|
notification_title: Ehdotus <a href="%{resource_path}">%{resource_title}</a> on hylätty.
|
321
327
|
proposal_update_category:
|
322
328
|
email_intro: 'Järjestelmänvalvoja on päivittänyt ehdotuksesi aihepiiriin "%{resource_title}", tarkista se:'
|
323
|
-
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet ehdotuksen
|
329
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet ehdotuksen laatija.
|
324
330
|
email_subject: Ehdotuksen %{resource_title} aihepiiri on päivitetty
|
325
331
|
notification_title: Järjestelmänvalvoja on päivittänyt ehdotuksen <a href="%{resource_path}">%{resource_title}</a> aihepiirin.
|
326
332
|
proposal_update_scope:
|
327
333
|
email_intro: 'Hallintakäyttäjä on päivittänyt ehdotuksesi "%{resource_title}" teeman, tarkista se tältä sivulta:'
|
328
|
-
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet ehdotuksen
|
334
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet ehdotuksen laatija.
|
329
335
|
email_subject: Ehdotuksen %{resource_title} teema on päivitetty
|
330
336
|
notification_title: Hallintakäyttäjä on päivittänyt ehdotuksen <a href="%{resource_path}">%{resource_title}</a> teeman.
|
331
337
|
voting_enabled:
|
@@ -387,8 +393,7 @@ fi-pl:
|
|
387
393
|
title: Äänet
|
388
394
|
participatory_spaces:
|
389
395
|
highlighted_proposals:
|
390
|
-
|
391
|
-
see_all: Näytä kaikki (%{count})
|
396
|
+
see_all: Näytä kaikki ehdotukset
|
392
397
|
proposals:
|
393
398
|
actions:
|
394
399
|
answer_proposal: Vastaa ehdotukseen
|
@@ -803,7 +808,7 @@ fi-pl:
|
|
803
808
|
text_banner: Katselet peruutettuja ehdotuksia, jotka niiden tekijät ovat peruuttaneet. %{go_back_link}.
|
804
809
|
new:
|
805
810
|
send: Jatka
|
806
|
-
title: Luo
|
811
|
+
title: Luo uusi ehdotus
|
807
812
|
orders:
|
808
813
|
label: 'Järjestä ehdotukset:'
|
809
814
|
most_commented: Eniten kommentoidut
|
data/config/locales/fi.yml
CHANGED
@@ -12,6 +12,8 @@ fi:
|
|
12
12
|
state: Tila
|
13
13
|
title: Ehdotuksen nimi
|
14
14
|
user_group_id: Luo yhteistyöluonnos nimellä
|
15
|
+
import_participatory_text:
|
16
|
+
document: Asiakirja
|
15
17
|
proposal:
|
16
18
|
address: Osoite
|
17
19
|
answer: Vastaus
|
@@ -21,6 +23,8 @@ fi:
|
|
21
23
|
category_id: Aihepiiri
|
22
24
|
decidim_scope_id: Teema
|
23
25
|
has_address: Ehdotuksella on sijainti
|
26
|
+
latitude: Leveysaste
|
27
|
+
longitude: Pituusaste
|
24
28
|
scope_id: Teema
|
25
29
|
state: Tila
|
26
30
|
suggested_hashtags: Ehdotetut aihetunnisteet (hashtag)
|
@@ -32,8 +36,10 @@ fi:
|
|
32
36
|
cost_report: Kustannusraportti
|
33
37
|
execution_period: Toteutusjakso
|
34
38
|
proposals_copy:
|
35
|
-
copy_proposals: Ymmärrän, että tämä tuo kaikki ideat valitusta komponentista tähän komponenttiin ja tätä toimintoa ei voi
|
39
|
+
copy_proposals: Ymmärrän, että tämä tuo kaikki ideat valitusta komponentista tähän komponenttiin ja tätä toimintoa ei voi perua.
|
36
40
|
origin_component_id: Osio josta ehdotukset kopioidaan
|
41
|
+
proposals_file_import:
|
42
|
+
file: Tiedosto
|
37
43
|
proposals_import:
|
38
44
|
import_proposals: Tuo ehdotuksia
|
39
45
|
keep_answers: Säilytä tilat ja vastaukset
|
@@ -115,7 +121,7 @@ fi:
|
|
115
121
|
published: Julkaistu
|
116
122
|
rejected: Hylätty
|
117
123
|
validating: Teknisessä validoinnissa
|
118
|
-
withdrawn:
|
124
|
+
withdrawn: Peruttu
|
119
125
|
valuator_role_ids_has:
|
120
126
|
label: Annettu tehtäväksi arvioijalle
|
121
127
|
with_any_state:
|
@@ -157,7 +163,7 @@ fi:
|
|
157
163
|
most_voted: Eniten kannatuksia saaneet
|
158
164
|
random: Satunnainen
|
159
165
|
recent: Viimeisimmät
|
160
|
-
with_more_authors: Eniten
|
166
|
+
with_more_authors: Eniten laatijoita
|
161
167
|
geocoding_enabled: Karttatoiminnot käytössä
|
162
168
|
minimum_votes_per_user: Kannatusten vähimmäismäärä käyttäjää kohden
|
163
169
|
new_proposal_body_template: Uuden ehdotuksen leipätekstin mallipohja
|
@@ -211,7 +217,7 @@ fi:
|
|
211
217
|
most_voted: Eniten kannatuksia saaneet
|
212
218
|
random: Satunnainen
|
213
219
|
recent: Viimeisimmät
|
214
|
-
with_more_authors: Eniten
|
220
|
+
with_more_authors: Eniten laatijoita
|
215
221
|
endorsements_blocked: Suositukset estetty
|
216
222
|
endorsements_enabled: Suositukset käytössä
|
217
223
|
proposal_answering_enabled: Ehdotukseen vastaaminen käytössä
|
@@ -272,7 +278,7 @@ fi:
|
|
272
278
|
proposal_accepted:
|
273
279
|
affected_user:
|
274
280
|
email_intro: 'Ehdotuksesi "%{resource_title}" on hyväksytty. Voit lukea vastauksen täältä:'
|
275
|
-
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet
|
281
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet laatinut kohteen "%{resource_title}".
|
276
282
|
email_subject: Ehdotuksesi on hyväksytty
|
277
283
|
notification_title: Ehdotuksesi <a href="%{resource_path}">%{resource_title}</a> on hyväksytty.
|
278
284
|
follower:
|
@@ -283,7 +289,7 @@ fi:
|
|
283
289
|
proposal_evaluating:
|
284
290
|
affected_user:
|
285
291
|
email_intro: 'Ehdotustasi "%{resource_title}" arvioidaan parhaillaan. Voit tarkistaa vastauksen täältä:'
|
286
|
-
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet
|
292
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet laatinut kohteen "%{resource_title}".
|
287
293
|
email_subject: Ehdotuksesi arvioidaan
|
288
294
|
notification_title: Ehdotuksesi <a href="%{resource_path}">%{resource_title}</a> arvioidaan.
|
289
295
|
follower:
|
@@ -293,7 +299,7 @@ fi:
|
|
293
299
|
notification_title: Ehdotus <a href="%{resource_path}">%{resource_title}</a> on arvioitavana.
|
294
300
|
proposal_mentioned:
|
295
301
|
email_intro: Ehdotuksesi "%{mentioned_proposal_title}" on mainittu <a href="%{resource_url}">tämän osallistumistilan</a> kommentissa.
|
296
|
-
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet
|
302
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet laatinut kohteen "%{resource_title}".
|
297
303
|
email_subject: Ehdotuksesi "%{mentioned_proposal_title}" on mainittu
|
298
304
|
notification_title: Ehdotuksesi %{mentioned_proposal_title} on mainittu <a href="%{resource_path}">tässä osallistumistilassa</a> kommentissa.
|
299
305
|
proposal_published:
|
@@ -310,7 +316,7 @@ fi:
|
|
310
316
|
proposal_rejected:
|
311
317
|
affected_user:
|
312
318
|
email_intro: 'Ehdotuksesi "%{resource_title}" on hylätty. Voit lukea vastauksen täältä:'
|
313
|
-
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet
|
319
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet laatinut kohteen "%{resource_title}".
|
314
320
|
email_subject: Ehdotuksesi hylättiin
|
315
321
|
notification_title: Ehdotuksesi <a href="%{resource_path}">%{resource_title}</a> on hylätty.
|
316
322
|
follower:
|
@@ -320,12 +326,12 @@ fi:
|
|
320
326
|
notification_title: Ehdotus <a href="%{resource_path}">%{resource_title}</a> on hylätty.
|
321
327
|
proposal_update_category:
|
322
328
|
email_intro: 'Hallintakäyttäjä on päivittänyt ehdotuksesi aihepiiriin "%{resource_title}", tarkista se tältä sivulta:'
|
323
|
-
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet ehdotuksen
|
329
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet ehdotuksen laatija.
|
324
330
|
email_subject: Ehdotuksen %{resource_title} aihepiiri on päivitetty
|
325
331
|
notification_title: Hallintakäyttäjä on päivittänyt ehdotuksen <a href="%{resource_path}">%{resource_title}</a> aihepiirin.
|
326
332
|
proposal_update_scope:
|
327
333
|
email_intro: 'Hallintakäyttäjä on päivittänyt ehdotuksesi "%{resource_title}" teeman, tarkista se tältä sivulta:'
|
328
|
-
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet ehdotuksen
|
334
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet ehdotuksen laatija.
|
329
335
|
email_subject: Ehdotuksen %{resource_title} teema on päivitetty
|
330
336
|
notification_title: Hallintakäyttäjä on päivittänyt ehdotuksen <a href="%{resource_path}">%{resource_title}</a> teeman.
|
331
337
|
voting_enabled:
|
@@ -387,7 +393,6 @@ fi:
|
|
387
393
|
title: Kannatukset
|
388
394
|
participatory_spaces:
|
389
395
|
highlighted_proposals:
|
390
|
-
last: Viimeisimmät ehdotukset
|
391
396
|
see_all: Näytä kaikki ehdotukset
|
392
397
|
proposals:
|
393
398
|
actions:
|
@@ -598,7 +603,7 @@ fi:
|
|
598
603
|
evaluating: Arvioitavana
|
599
604
|
not_answered: Vastaamaton
|
600
605
|
rejected: Hylätty
|
601
|
-
withdrawn:
|
606
|
+
withdrawn: Peruttu
|
602
607
|
application_helper:
|
603
608
|
filter_origin_values:
|
604
609
|
all: Kaikki
|
@@ -624,7 +629,7 @@ fi:
|
|
624
629
|
body: Luonnoksen julkaisemisen jälkeen ehdotus ei ole enää muokattavissa. Uusia tekijöitä tai muutoksia ehdotukseen ei enää hyväksytä tämän jälkeen.
|
625
630
|
cancel: Peruuta
|
626
631
|
ok: Julkaise ehdotuksena
|
627
|
-
title:
|
632
|
+
title: Seuraavia toimenpiteitä ei voi perua
|
628
633
|
success: Yhteistyöluonnoksen julkaisu ehdotuksena onnistui.
|
629
634
|
withdraw:
|
630
635
|
error: Yhteistyöluonnoksen sulkeminen epäonnistui.
|
@@ -632,8 +637,8 @@ fi:
|
|
632
637
|
body: Luonnoksen sulkemisen jälkeen luonnos ei enää ole muokattavissa. Luonnos ei hyväksy uusia tekijöitä tai osallistumisia.
|
633
638
|
cancel: Peruuta
|
634
639
|
ok: Peru yhteistyöluonnos
|
635
|
-
title:
|
636
|
-
success: Yhteistyöluonnoksen
|
640
|
+
title: Seuraavia toimenpiteitä ei voi perua
|
641
|
+
success: Yhteistyöluonnoksen peruminen onnistui.
|
637
642
|
create:
|
638
643
|
error: Yhteistyöluonnoksen luominen epäonnistui.
|
639
644
|
success: Yhteistyöluonnoksen luonti onnistui.
|
@@ -704,11 +709,11 @@ fi:
|
|
704
709
|
published_proposal: Julkaistu ehdotus
|
705
710
|
request_access: Pyydä käyttöoikeutta
|
706
711
|
requested_access: Käyttöoikeutta pyydetty
|
707
|
-
withdraw:
|
712
|
+
withdraw: peru luonnos
|
708
713
|
states:
|
709
714
|
open: Avaa
|
710
715
|
published: Julkaistu
|
711
|
-
withdrawn:
|
716
|
+
withdrawn: Peruttu
|
712
717
|
update:
|
713
718
|
error: Yhteistyöluonnoksen tallennus epäonnistui.
|
714
719
|
success: Yhteistyöluonnoksen päivitys onnistui.
|
@@ -723,8 +728,8 @@ fi:
|
|
723
728
|
error: Ehdotuksen tallennus epäonnistui.
|
724
729
|
success: Ehdotuksen luonti onnistui. Ehdotus on tallennettu luonnoksena.
|
725
730
|
destroy_draft:
|
726
|
-
error: Ehdotusluonnoksen
|
727
|
-
success: Ehdotusluonnoksen
|
731
|
+
error: Ehdotusluonnoksen poisto epäonnistui.
|
732
|
+
success: Ehdotusluonnoksen poisto onnistui.
|
728
733
|
last_activity:
|
729
734
|
new_proposal: 'Uusi ehdotus:'
|
730
735
|
proposal_updated: 'Ehdotusta on päivitetty:'
|
@@ -799,11 +804,11 @@ fi:
|
|
799
804
|
other: "%{count} ehdotusta"
|
800
805
|
new_proposal: Uusi ehdotus
|
801
806
|
see_all: Näytä kaikki ehdotukset
|
802
|
-
see_all_withdrawn: Näytä kaikki
|
803
|
-
text_banner: Katselet
|
807
|
+
see_all_withdrawn: Näytä kaikki perutut ehdotukset
|
808
|
+
text_banner: Katselet ehdotuksia, jotka on peruttu niiden laatijoiden toimesta. %{go_back_link}.
|
804
809
|
new:
|
805
810
|
send: Jatka
|
806
|
-
title: Luo
|
811
|
+
title: Luo uusi ehdotus
|
807
812
|
orders:
|
808
813
|
label: 'Järjestä ehdotukset:'
|
809
814
|
most_commented: Eniten kommentoidut
|
@@ -848,7 +853,7 @@ fi:
|
|
848
853
|
proposal_in_evaluation_reason: Tämä ehdotus on arvioitavana
|
849
854
|
proposal_rejected_reason: 'Tämä ehdotus on hylätty, koska:'
|
850
855
|
withdraw_btn_hint: Jos muutat mieltäsi, voit perua ehdotuksesi, mikäli se ei ole saanut kannatusta. Ehdotusta ei poisteta, se näkyy peruutettujen ehdotusten luettelossa.
|
851
|
-
withdraw_confirmation_html: Haluatko varmasti
|
856
|
+
withdraw_confirmation_html: Haluatko varmasti perua tämän ehdotuksen?<br><br><strong>Tätä toimintoa ei voi perua!</strong>
|
852
857
|
withdraw_proposal: Peruuta ehdotus
|
853
858
|
update:
|
854
859
|
title: Muokkaa ehdotusta
|
@@ -915,9 +920,9 @@ fi:
|
|
915
920
|
copied_from_component:
|
916
921
|
proposal_proposal: Liittyvät ehdotukset
|
917
922
|
included_projects:
|
918
|
-
project_result: 'Ehdotus sisältyy seuraaviin
|
923
|
+
project_result: 'Ehdotus sisältyy seuraaviin projekteihin:'
|
919
924
|
included_proposals:
|
920
|
-
proposal_project: 'Ehdotus sisältyy seuraaviin
|
925
|
+
proposal_project: 'Ehdotus sisältyy seuraaviin projekteihin:'
|
921
926
|
proposal_result: 'Ehdotus sisältyy seuraaviin tuloksiin:'
|
922
927
|
statistics:
|
923
928
|
proposals_accepted: Hyväksyttyä ehdotusta
|
data/config/locales/fr-CA.yml
CHANGED
@@ -12,6 +12,8 @@ fr-CA:
|
|
12
12
|
state: État
|
13
13
|
title: Titre
|
14
14
|
user_group_id: Créez un brouillon collaboratif comme
|
15
|
+
import_participatory_text:
|
16
|
+
document: Document
|
15
17
|
proposal:
|
16
18
|
address: Adresse
|
17
19
|
answer: Répondre
|
@@ -21,6 +23,8 @@ fr-CA:
|
|
21
23
|
category_id: Catégorie
|
22
24
|
decidim_scope_id: Portée
|
23
25
|
has_address: Renseigner une adresse
|
26
|
+
latitude: Latitude
|
27
|
+
longitude: Longitude
|
24
28
|
scope_id: Périmètre d'application
|
25
29
|
state: État
|
26
30
|
suggested_hashtags: Hashtags suggérés
|
@@ -34,6 +38,8 @@ fr-CA:
|
|
34
38
|
proposals_copy:
|
35
39
|
copy_proposals: Je comprends que cela importera toutes les propositions de la fonctionnalité sélectionnée dans la fonctionnalité actuelle et que cette action ne peut être annulée.
|
36
40
|
origin_component_id: Fonctionnalité dont on veut copier les propositions
|
41
|
+
proposals_file_import:
|
42
|
+
file: Fichier
|
37
43
|
proposals_import:
|
38
44
|
import_proposals: Importer des propositions
|
39
45
|
keep_answers: Garder l'état et les réponses
|
@@ -105,7 +111,7 @@ fr-CA:
|
|
105
111
|
'false': Propositions
|
106
112
|
'true': Amendements
|
107
113
|
scope_id_eq:
|
108
|
-
label:
|
114
|
+
label: Portée
|
109
115
|
state_eq:
|
110
116
|
label: État
|
111
117
|
values:
|
@@ -179,7 +185,7 @@ fr-CA:
|
|
179
185
|
proposal_wizard_step_3_help_text: Texte d'aide à l'étape "Compléter" de la création de proposition
|
180
186
|
proposal_wizard_step_4_help_text: Texte d'aide à l'étape "Publier" de la création de proposition
|
181
187
|
resources_permissions_enabled: Les autorisations d'actions peuvent être définies pour chaque proposition
|
182
|
-
scope_id:
|
188
|
+
scope_id: Portée
|
183
189
|
scopes_enabled: Secteurs activés
|
184
190
|
threshold_per_proposal: Seuil par proposition
|
185
191
|
vote_limit: Limite de votes par utilisateur
|
@@ -320,12 +326,10 @@ fr-CA:
|
|
320
326
|
notification_title: La proposition <a href="%{resource_path}">%{resource_title}</a> n'a pas été retenue.
|
321
327
|
proposal_update_category:
|
322
328
|
email_intro: 'Un administrateur a mis à jour la catégorie de votre proposition "%{resource_title}". Vous pouvez y accéder ici :'
|
323
|
-
email_outro: Vous avez reçu cette notification parce que vous êtes l'auteur de la proposition.
|
324
329
|
email_subject: La catégorie de la proposition %{resource_title} a été mise à jour
|
325
330
|
notification_title: La catégorie de la proposition <a href="%{resource_path}">%{resource_title}</a> a été mise à jour par un administrateur.
|
326
331
|
proposal_update_scope:
|
327
332
|
email_intro: 'Un administrateur a mis à jour la portée de votre proposition "%{resource_title}", regardez-la dans cette page :'
|
328
|
-
email_outro: Vous avez reçu cette notification parce que vous êtes l'auteur de la proposition.
|
329
333
|
email_subject: La portée de la proposition %{resource_title} a été mise à jour
|
330
334
|
notification_title: La portée de la proposition <a href="%{resource_path}">%{resource_title}</a> a été mise à jour par un administrateur.
|
331
335
|
voting_enabled:
|
@@ -372,7 +376,7 @@ fr-CA:
|
|
372
376
|
accepted_proposals:
|
373
377
|
description: Nombre de propositions acceptées par les utilisateurs
|
374
378
|
object: propositions
|
375
|
-
title: Propositions
|
379
|
+
title: Propositions acceptées
|
376
380
|
endorsements:
|
377
381
|
description: Nombre d'avenants générés dans les propositions
|
378
382
|
object: soutiens
|
@@ -387,8 +391,7 @@ fr-CA:
|
|
387
391
|
title: Votes
|
388
392
|
participatory_spaces:
|
389
393
|
highlighted_proposals:
|
390
|
-
|
391
|
-
see_all: Tout voir (%{count})
|
394
|
+
see_all: Voir toutes les propositions
|
392
395
|
proposals:
|
393
396
|
actions:
|
394
397
|
answer_proposal: Répondre à la proposition
|
@@ -739,7 +742,7 @@ fr-CA:
|
|
739
742
|
official_proposal: Proposition officielle
|
740
743
|
published_answer: Réponse publiée
|
741
744
|
published_at: Publiée à
|
742
|
-
scope:
|
745
|
+
scope: Portée
|
743
746
|
state: État
|
744
747
|
title: Titre
|
745
748
|
valuator: Évaluateur
|
@@ -804,7 +807,7 @@ fr-CA:
|
|
804
807
|
text_banner: Vous voyez actuellemnent la liste des propositions retirées par leurs auteurs. %{go_back_link}.
|
805
808
|
new:
|
806
809
|
send: Continuer
|
807
|
-
title: Créer une proposition
|
810
|
+
title: Créer une nouvelle proposition
|
808
811
|
orders:
|
809
812
|
label: 'Classement des propositions par :'
|
810
813
|
most_commented: Les plus commentées
|
data/config/locales/fr.yml
CHANGED
@@ -12,6 +12,8 @@ fr:
|
|
12
12
|
state: État
|
13
13
|
title: Titre
|
14
14
|
user_group_id: Créez un brouillon collaboratif comme
|
15
|
+
import_participatory_text:
|
16
|
+
document: Document
|
15
17
|
proposal:
|
16
18
|
address: Adresse
|
17
19
|
answer: Répondre
|
@@ -21,6 +23,8 @@ fr:
|
|
21
23
|
category_id: Catégorie
|
22
24
|
decidim_scope_id: Portée
|
23
25
|
has_address: Renseigner une adresse
|
26
|
+
latitude: Latitude
|
27
|
+
longitude: Longitude
|
24
28
|
scope_id: Secteur
|
25
29
|
state: État
|
26
30
|
suggested_hashtags: Hashtags suggérés
|
@@ -34,6 +38,8 @@ fr:
|
|
34
38
|
proposals_copy:
|
35
39
|
copy_proposals: Je comprends que cela importera toutes les propositions de la fonctionnalité sélectionnée dans la fonctionnalité actuelle et que cette action ne peut être annulée.
|
36
40
|
origin_component_id: Fonctionnalité dont on veut copier les propositions
|
41
|
+
proposals_file_import:
|
42
|
+
file: Fichier
|
37
43
|
proposals_import:
|
38
44
|
import_proposals: Importer des propositions
|
39
45
|
keep_answers: Conserver l'état et les réponses aux propositions
|
@@ -105,7 +111,7 @@ fr:
|
|
105
111
|
'false': Propositions
|
106
112
|
'true': Amendements
|
107
113
|
scope_id_eq:
|
108
|
-
label:
|
114
|
+
label: Portée
|
109
115
|
state_eq:
|
110
116
|
label: État
|
111
117
|
values:
|
@@ -179,7 +185,7 @@ fr:
|
|
179
185
|
proposal_wizard_step_3_help_text: Texte d'aide à l'étape "Compléter" de la création de proposition
|
180
186
|
proposal_wizard_step_4_help_text: Texte d'aide à l'étape "Publier" de la création de proposition
|
181
187
|
resources_permissions_enabled: Les autorisations d'actions peuvent être définies pour chaque proposition
|
182
|
-
scope_id:
|
188
|
+
scope_id: Portée
|
183
189
|
scopes_enabled: Secteurs activés
|
184
190
|
threshold_per_proposal: Seuil par proposition
|
185
191
|
vote_limit: Limite de votes par utilisateur
|
@@ -320,12 +326,10 @@ fr:
|
|
320
326
|
notification_title: La proposition <a href="%{resource_path}">%{resource_title}</a> n'a pas été retenue.
|
321
327
|
proposal_update_category:
|
322
328
|
email_intro: 'Un administrateur a mis à jour la catégorie de votre proposition "%{resource_title}". Vous pouvez y accéder ici :'
|
323
|
-
email_outro: Vous avez reçu cette notification parce que vous êtes l'auteur de la proposition. Si vous souhaitez vous désabonner des notifications, connectez-vous à la plateforme, puis rendez-vous dans l'onglet “Mon compte” > “Paramètres des notifications”.
|
324
329
|
email_subject: La catégorie de la proposition %{resource_title} a été mise à jour
|
325
330
|
notification_title: La catégorie de la proposition <a href="%{resource_path}">%{resource_title}</a> a été mise à jour par un administrateur.
|
326
331
|
proposal_update_scope:
|
327
332
|
email_intro: 'Un administrateur a mis à jour la portée de votre proposition "%{resource_title}", regardez-la dans cette page :'
|
328
|
-
email_outro: Vous avez reçu cette notification parce que vous êtes l'auteur de la proposition. Si vous souhaitez vous désabonner des notifications, connectez-vous à la plateforme, puis rendez-vous dans l'onglet “Mon compte” > “Paramètres des notifications”.
|
329
333
|
email_subject: La portée de la proposition %{resource_title} a été mise à jour
|
330
334
|
notification_title: La portée de la proposition <a href="%{resource_path}">%{resource_title}</a> a été mise à jour par un administrateur.
|
331
335
|
voting_enabled:
|
@@ -372,7 +376,7 @@ fr:
|
|
372
376
|
accepted_proposals:
|
373
377
|
description: Nombre de propositions acceptées par les utilisateurs
|
374
378
|
object: propositions
|
375
|
-
title: Propositions
|
379
|
+
title: Propositions acceptées
|
376
380
|
endorsements:
|
377
381
|
description: Nombre d'avenants générés dans les propositions
|
378
382
|
object: soutiens
|
@@ -387,7 +391,6 @@ fr:
|
|
387
391
|
title: Votes
|
388
392
|
participatory_spaces:
|
389
393
|
highlighted_proposals:
|
390
|
-
last: Dernières propositions
|
391
394
|
see_all: Voir toutes les propositions
|
392
395
|
proposals:
|
393
396
|
actions:
|
@@ -739,7 +742,7 @@ fr:
|
|
739
742
|
official_proposal: Proposition officielle
|
740
743
|
published_answer: Réponse publiée
|
741
744
|
published_at: Publiée à
|
742
|
-
scope:
|
745
|
+
scope: Portée
|
743
746
|
state: État
|
744
747
|
title: Titre
|
745
748
|
valuator: Évaluateur
|
@@ -804,7 +807,7 @@ fr:
|
|
804
807
|
text_banner: Vous voyez actuellemnent la liste des propositions retirées par leurs auteurs. %{go_back_link}.
|
805
808
|
new:
|
806
809
|
send: Continuer
|
807
|
-
title: Créer une proposition
|
810
|
+
title: Créer une nouvelle proposition
|
808
811
|
orders:
|
809
812
|
label: 'Classement des propositions par :'
|
810
813
|
most_commented: Les plus commentées
|
data/config/locales/ga-IE.yml
CHANGED
data/config/locales/gl.yml
CHANGED
@@ -99,7 +99,7 @@ gl:
|
|
99
99
|
values:
|
100
100
|
'false': Propostas
|
101
101
|
scope_id_eq:
|
102
|
-
label:
|
102
|
+
label: Alcance
|
103
103
|
state_eq:
|
104
104
|
label: Estado
|
105
105
|
values:
|
@@ -151,7 +151,7 @@ gl:
|
|
151
151
|
proposal_wizard_step_2_help_text: Asistente de propostas "Comparar" texto de axuda paso a paso
|
152
152
|
proposal_wizard_step_3_help_text: Asistente de propostas Texto de axuda de paso "Completo"
|
153
153
|
resources_permissions_enabled: Os permisos de acción pódense establecer para cada proposta
|
154
|
-
scope_id:
|
154
|
+
scope_id: Alcance
|
155
155
|
scopes_enabled: Ámbitos habilitados
|
156
156
|
threshold_per_proposal: Umbral por proposta
|
157
157
|
vote_limit: Límite de voto por usuario
|
@@ -245,11 +245,8 @@ gl:
|
|
245
245
|
notification_title: A proposta <a href="%{resource_path}">%{resource_title}</a> foi rexeitada.
|
246
246
|
proposal_update_category:
|
247
247
|
email_intro: 'Un administrador actualizou a categoría da túa proposta "%{resource_title}", comproba isto:'
|
248
|
-
email_outro: Recibiches esta notificación porque es o autor da proposta.
|
249
248
|
email_subject: A categoría de proposta %{resource_title} foi actualizada
|
250
249
|
notification_title: A categoría de proposta <a href="%{resource_path}">%{resource_title}</a> foi actualizada por un administrador.
|
251
|
-
proposal_update_scope:
|
252
|
-
email_outro: Recibiches esta notificación porque es o autor da proposta.
|
253
250
|
voting_enabled:
|
254
251
|
email_intro: 'Podes votar propostas en %{participatory_space_title}. Comezar a participar nesta páxina:'
|
255
252
|
email_outro: Recibiches esta notificación porque estás seguindo %{participatory_space_title}. Podes deixar de recibir notificacións seguindo a ligazón anterior.
|
@@ -307,7 +304,7 @@ gl:
|
|
307
304
|
title: Votos
|
308
305
|
participatory_spaces:
|
309
306
|
highlighted_proposals:
|
310
|
-
see_all: Ver todos
|
307
|
+
see_all: Ver todos
|
311
308
|
proposals:
|
312
309
|
actions:
|
313
310
|
answer_proposal: Responder á proposta
|
data/config/locales/he-IL.yml
CHANGED
data/config/locales/hu.yml
CHANGED
@@ -148,6 +148,7 @@ hu:
|
|
148
148
|
proposal_wizard_step_2_help_text: Javaslat varázsló "Összehasonlítás" gomb súgójának szövege
|
149
149
|
proposal_wizard_step_3_help_text: Javaslat varázsló "Teljesítés" gomb súgójának szövege
|
150
150
|
resources_permissions_enabled: Egyes javaslatokhoz műveleti engedélyeket állíthatsz be
|
151
|
+
scope_id: Hatáskör
|
151
152
|
threshold_per_proposal: Küszöbérték javaslatonként
|
152
153
|
vote_limit: Támogatási limit felhasználónként
|
153
154
|
step:
|
@@ -264,12 +265,10 @@ hu:
|
|
264
265
|
notification_title: A(z) <a href="%{resource_path}">%{resource_title}</a> című javaslatot elutasították.
|
265
266
|
proposal_update_category:
|
266
267
|
email_intro: 'Az admin frissítette a(z) "%{resource_title}" című javaslatod kategóriáját, ellenőrizd:'
|
267
|
-
email_outro: Ezt az értesítést kaptad, mert te vagy a javaslat szerzője.
|
268
268
|
email_subject: A(z) %{resource_title} című javaslat frissítve
|
269
269
|
notification_title: A(z) <a href="%{resource_path}">%{resource_title}</a> című javaslat kategóriát az admin frissítette.
|
270
270
|
proposal_update_scope:
|
271
271
|
email_intro: 'Egy adminisztrátor frissítette a "%{resource_title}" javaslatának hatáskörét, ellenőrizze ezen az oldalon:'
|
272
|
-
email_outro: Ezt az értesítést kaptad, mert te vagy a javaslat szerzője.
|
273
272
|
email_subject: A(z) %{resource_title} javaslat hatásköre frissült
|
274
273
|
notification_title: A <a href="%{resource_path}">%{resource_title}</a> javaslat hatáskörét egy adminisztrátor frissítette.
|
275
274
|
voting_enabled:
|
@@ -324,15 +323,14 @@ hu:
|
|
324
323
|
proposals:
|
325
324
|
description: A létrehozott javaslatok száma
|
326
325
|
object: javaslatok
|
327
|
-
title:
|
326
|
+
title: Javaslatok
|
328
327
|
votes:
|
329
328
|
description: A felhasználók által benyújtott szavazatok száma
|
330
329
|
object: szavazatok
|
331
330
|
title: Szavazatok
|
332
331
|
participatory_spaces:
|
333
332
|
highlighted_proposals:
|
334
|
-
|
335
|
-
see_all: Összes (%{count})
|
333
|
+
see_all: Összes
|
336
334
|
proposals:
|
337
335
|
actions:
|
338
336
|
answer_proposal: Javaslat megválaszolása
|
@@ -433,7 +431,6 @@ hu:
|
|
433
431
|
index:
|
434
432
|
actions: Műveletek
|
435
433
|
assign_to_valuator: Értékelőhöz rendel
|
436
|
-
assign_to_valuator_button: Hozzárendel
|
437
434
|
cancel: Mégse
|
438
435
|
change_category: Kategória módosítása
|
439
436
|
change_scope: Hatáskör megváltoztatása
|
@@ -447,7 +444,6 @@ hu:
|
|
447
444
|
split_button: Szétválasztás
|
448
445
|
title: Javaslatok
|
449
446
|
unassign_from_valuator: Visszarendelés értékelőtől
|
450
|
-
unassign_from_valuator_button: Visszarendelés
|
451
447
|
update: Frissítés
|
452
448
|
update_scope_button: Hatáskör frissítése
|
453
449
|
new:
|
@@ -691,7 +687,6 @@ hu:
|
|
691
687
|
see_all_withdrawn: Összes visszavont javaslat
|
692
688
|
new:
|
693
689
|
send: Tovább
|
694
|
-
title: Javaslat létrehozása
|
695
690
|
orders:
|
696
691
|
label: 'Javaslatok rendezése:'
|
697
692
|
most_commented: Legtöbb hozzászólással
|
data/config/locales/id-ID.yml
CHANGED
@@ -63,6 +63,13 @@ id:
|
|
63
63
|
decidim/proposals/proposal_vote:
|
64
64
|
other: Suara
|
65
65
|
decidim:
|
66
|
+
admin:
|
67
|
+
filters:
|
68
|
+
proposals:
|
69
|
+
category_id_eq:
|
70
|
+
label: Kategori
|
71
|
+
scope_id_eq:
|
72
|
+
label: Cakupan
|
66
73
|
components:
|
67
74
|
proposals:
|
68
75
|
actions:
|
@@ -92,6 +99,7 @@ id:
|
|
92
99
|
proposal_wizard_step_2_help_text: Proposal wizard "Bandingkan" langkah bantuan teks
|
93
100
|
proposal_wizard_step_3_help_text: Panduan proposal, selesaikan langkah bantuan teks
|
94
101
|
resources_permissions_enabled: Izin tindakan dapat diatur untuk setiap proposal
|
102
|
+
scope_id: Cakupan
|
95
103
|
threshold_per_proposal: Ambang batas per proposal
|
96
104
|
vote_limit: Batas suara per pengguna
|
97
105
|
step:
|
@@ -174,11 +182,8 @@ id:
|
|
174
182
|
notification_title: Proposal <a href="%{resource_path}">%{resource_title}</a> telah ditolak.
|
175
183
|
proposal_update_category:
|
176
184
|
email_intro: 'Admin telah memperbarui kategori proposal Anda "%{resource_title}", periksa ini:'
|
177
|
-
email_outro: Anda telah menerima pemberitahuan ini karena Anda adalah penulis proposal.
|
178
185
|
email_subject: Kategori proposal %{resource_title} telah diperbarui
|
179
186
|
notification_title: Kategori proposal <a href="%{resource_path}">%{resource_title}</a> telah diperbarui oleh admin.
|
180
|
-
proposal_update_scope:
|
181
|
-
email_outro: Anda telah menerima pemberitahuan ini karena Anda adalah penulis proposal.
|
182
187
|
voting_enabled:
|
183
188
|
email_intro: 'Anda dapat memilih proposal dalam %{participatory_space_title}! Mulai berpartisipasi di halaman ini:'
|
184
189
|
email_outro: Anda telah menerima pemberitahuan ini karena Anda mengikuti %{participatory_space_title}. Anda dapat berhenti menerima notifikasi mengikuti tautan sebelumnya.
|
@@ -221,7 +226,7 @@ id:
|
|
221
226
|
accepted_proposals:
|
222
227
|
description: Jumlah proposal yang diterima oleh pengguna
|
223
228
|
object: proposal
|
224
|
-
title: Proposal yang
|
229
|
+
title: Proposal yang diterima
|
225
230
|
endorsements:
|
226
231
|
description: Jumlah dukungan yang dihasilkan dalam proposal
|
227
232
|
object: dukungan
|
@@ -236,7 +241,7 @@ id:
|
|
236
241
|
title: Suara
|
237
242
|
participatory_spaces:
|
238
243
|
highlighted_proposals:
|
239
|
-
see_all: Lihat semua
|
244
|
+
see_all: Lihat semua
|
240
245
|
proposals:
|
241
246
|
actions:
|
242
247
|
edit_proposal: Edit proposal
|
data/config/locales/is-IS.yml
CHANGED
@@ -76,13 +76,13 @@ is:
|
|
76
76
|
email_intro: 'Tillagan "%{resource_title}" hefur verið hafnað. Þú getur lesið svarið á þessari síðu:'
|
77
77
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> tillöguna hefur verið hafnað.
|
78
78
|
proposal_update_category:
|
79
|
-
email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú ert höfundur tillögunnar.
|
80
79
|
email_subject: '%{resource_title} tillöguflokkinn hefur verið uppfærður'
|
81
80
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> tillögu flokkurinn hefur verið uppfærður af admin.
|
82
|
-
proposal_update_scope:
|
83
|
-
email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú ert höfundur tillögunnar.
|
84
81
|
voting_enabled:
|
85
82
|
email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú fylgist með %{participatory_space_title}. Þú getur hætt við að fá tilkynningar eftir fyrri tengilinn.
|
83
|
+
metrics:
|
84
|
+
proposals:
|
85
|
+
title: Tillögur
|
86
86
|
proposals:
|
87
87
|
actions:
|
88
88
|
import: Flytja frá öðrum hlutum
|
@@ -111,7 +111,6 @@ is:
|
|
111
111
|
title: Einkaskilaboð
|
112
112
|
proposals:
|
113
113
|
form:
|
114
|
-
attachment_legend: "(Valfrjálst) Bæta við viðhengi"
|
115
114
|
select_a_category: Veldu flokk
|
116
115
|
index:
|
117
116
|
actions: Aðgerðir
|
@@ -151,12 +150,10 @@ is:
|
|
151
150
|
models:
|
152
151
|
proposal:
|
153
152
|
fields:
|
154
|
-
category: Flokkur
|
155
153
|
comments: Athugasemdir
|
156
154
|
id: Auðkenni
|
157
155
|
notes: Skýringar
|
158
156
|
official_proposal: Opinber tillaga
|
159
|
-
scope: Umfang
|
160
157
|
title: Titill
|
161
158
|
votes: Atkvæði
|
162
159
|
proposals:
|
@@ -197,7 +194,6 @@ is:
|
|
197
194
|
title: Birta tillöguna þína
|
198
195
|
show:
|
199
196
|
answer: Svara
|
200
|
-
edit_proposal: Breyta tillögu
|
201
197
|
proposal_accepted_reason: 'Þessi tillaga hefur verið samþykkt vegna þess að:'
|
202
198
|
proposal_in_evaluation_reason: Þessi tillaga er metin
|
203
199
|
proposal_rejected_reason: 'Þessi tillaga hefur verið hafnað vegna þess að:'
|