decidim-proposals 0.29.1 → 0.29.3
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_g_cell.rb +21 -0
- data/app/cells/decidim/proposals/proposal_l_cell.rb +17 -18
- data/app/commands/decidim/proposals/admin/import_proposals.rb +7 -65
- data/app/controllers/concerns/decidim/proposals/admin/filterable.rb +1 -1
- data/app/controllers/decidim/proposals/admin/proposal_answers_controller.rb +7 -0
- data/app/controllers/decidim/proposals/admin/proposals_imports_controller.rb +2 -2
- 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 -18
- data/app/forms/decidim/proposals/admin/proposal_form.rb +1 -1
- data/app/forms/decidim/proposals/admin/proposals_import_form.rb +6 -9
- data/app/forms/decidim/proposals/admin/valuation_assignment_form.rb +4 -1
- data/app/helpers/decidim/proposals/admin/proposal_bulk_actions_helper.rb +1 -1
- data/app/helpers/decidim/proposals/application_helper.rb +1 -0
- data/app/helpers/decidim/proposals/map_helper.rb +1 -1
- data/app/helpers/decidim/proposals/proposals_helper.rb +1 -3
- data/app/jobs/decidim/proposals/admin/import_proposals_job.rb +91 -0
- data/app/mailers/decidim/proposals/admin/import_proposals_mailer.rb +30 -0
- data/app/models/decidim/proposals/collaborative_draft.rb +2 -3
- data/app/models/decidim/proposals/proposal.rb +2 -11
- data/app/packs/stylesheets/decidim/proposals/proposals.scss +1 -5
- 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 +2 -1
- data/app/views/decidim/proposals/admin/import_proposals_mailer/notify_failure.html.erb +1 -0
- data/app/views/decidim/proposals/admin/import_proposals_mailer/notify_success.html.erb +2 -0
- 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/admin/proposals_imports/new.html.erb +2 -2
- 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 +8 -6
- data/config/locales/bg.yml +5 -12
- data/config/locales/bn-BD.yml +1 -0
- data/config/locales/bs-BA.yml +98 -0
- data/config/locales/ca-IT.yml +945 -0
- data/config/locales/ca.yml +27 -12
- data/config/locales/cs.yml +33 -8
- data/config/locales/de.yml +27 -12
- data/config/locales/el.yml +5 -9
- data/config/locales/en.yml +18 -3
- data/config/locales/es-MX.yml +29 -14
- data/config/locales/es-PY.yml +24 -9
- data/config/locales/es.yml +32 -17
- data/config/locales/eu.yml +185 -163
- data/config/locales/fi-plain.yml +25 -10
- data/config/locales/fi.yml +42 -27
- data/config/locales/fr-CA.yml +20 -10
- data/config/locales/fr.yml +19 -9
- data/config/locales/ga-IE.yml +2 -1
- data/config/locales/gl.yml +5 -6
- data/config/locales/he-IL.yml +7 -0
- data/config/locales/hu.yml +4 -9
- data/config/locales/id-ID.yml +12 -5
- data/config/locales/is-IS.yml +5 -7
- data/config/locales/it.yml +31 -11
- data/config/locales/ja.yml +22 -8
- data/config/locales/lt.yml +3 -8
- data/config/locales/lv.yml +7 -4
- data/config/locales/nl.yml +11 -9
- data/config/locales/no.yml +3 -6
- data/config/locales/pl.yml +2 -9
- data/config/locales/pt-BR.yml +3 -8
- data/config/locales/pt.yml +4 -6
- data/config/locales/ro-RO.yml +25 -11
- data/config/locales/ru.yml +5 -7
- data/config/locales/sk.yml +8 -5
- data/config/locales/sl.yml +0 -4
- data/config/locales/sr-CS.yml +0 -2
- data/config/locales/sv.yml +11 -8
- data/config/locales/tr-TR.yml +7 -9
- data/config/locales/uk.yml +6 -8
- data/config/locales/zh-CN.yml +3 -5
- data/config/locales/zh-TW.yml +5 -9
- data/db/migrate/20240110203504_create_default_proposal_states.rb +3 -2
- 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
- data/lib/tasks/proposals/upgrade/decidim_proposals_upgrade_tasks.rake +22 -0
- metadata +29 -21
data/config/locales/hu.yml
CHANGED
@@ -142,6 +142,7 @@ hu:
|
|
142
142
|
proposal_limit: Javaslat limit felhasználónként
|
143
143
|
proposal_wizard_step_1_help_text: Javaslat varázsló "Létrehozás" gomb súgójának szövege
|
144
144
|
resources_permissions_enabled: Egyes javaslatokhoz műveleti engedélyeket állíthatsz be
|
145
|
+
scope_id: Hatáskör
|
145
146
|
threshold_per_proposal: Küszöbérték javaslatonként
|
146
147
|
step:
|
147
148
|
amendment_creation_enabled: A módosítás létrehozása engedélyezett
|
@@ -227,12 +228,10 @@ hu:
|
|
227
228
|
notification_title_official: 'A(z) <a href="%{resource_path}">%{resource_title}</a> című hivatalos javaslat hozzáadva ehhez: %{participatory_space_title}.'
|
228
229
|
proposal_update_category:
|
229
230
|
email_intro: 'Az admin frissítette a(z) "%{resource_title}" című javaslatod kategóriáját, ellenőrizd:'
|
230
|
-
email_outro: Ezt az értesítést kaptad, mert te vagy a javaslat szerzője.
|
231
231
|
email_subject: A(z) %{resource_title} című javaslat frissítve
|
232
232
|
notification_title: A(z) <a href="%{resource_path}">%{resource_title}</a> című javaslat kategóriát az admin frissítette.
|
233
233
|
proposal_update_scope:
|
234
234
|
email_intro: 'Egy adminisztrátor frissítette a "%{resource_title}" javaslatának hatáskörét, ellenőrizze ezen az oldalon:'
|
235
|
-
email_outro: Ezt az értesítést kaptad, mert te vagy a javaslat szerzője.
|
236
235
|
email_subject: A(z) %{resource_title} javaslat hatásköre frissült
|
237
236
|
notification_title: A <a href="%{resource_path}">%{resource_title}</a> javaslat hatáskörét egy adminisztrátor frissítette.
|
238
237
|
voting_enabled:
|
@@ -279,14 +278,13 @@ hu:
|
|
279
278
|
proposals:
|
280
279
|
description: A létrehozott javaslatok száma
|
281
280
|
object: javaslatok
|
282
|
-
title:
|
281
|
+
title: Javaslatok
|
283
282
|
votes:
|
284
283
|
object: szavazat
|
285
|
-
title:
|
284
|
+
title: Szavazatok
|
286
285
|
participatory_spaces:
|
287
286
|
highlighted_proposals:
|
288
|
-
|
289
|
-
see_all: Összes (%{count})
|
287
|
+
see_all: Összes
|
290
288
|
proposals:
|
291
289
|
actions:
|
292
290
|
answer_proposal: Javaslat megválaszolása
|
@@ -388,7 +386,6 @@ hu:
|
|
388
386
|
index:
|
389
387
|
actions: Műveletek
|
390
388
|
assign_to_valuator: Értékelőhöz rendel
|
391
|
-
assign_to_valuator_button: Hozzárendel
|
392
389
|
cancel: Mégse
|
393
390
|
change_category: Kategória módosítása
|
394
391
|
change_scope: Hatáskör megváltoztatása
|
@@ -402,7 +399,6 @@ hu:
|
|
402
399
|
split_button: Szétválasztás
|
403
400
|
title: Javaslatok
|
404
401
|
unassign_from_valuator: Visszarendelés értékelőtől
|
405
|
-
unassign_from_valuator_button: Visszarendelés
|
406
402
|
update: Frissítés
|
407
403
|
update_scope_button: Hatáskör frissítése
|
408
404
|
new:
|
@@ -632,7 +628,6 @@ hu:
|
|
632
628
|
see_all_withdrawn: Összes visszavont javaslat
|
633
629
|
new:
|
634
630
|
send: Tovább
|
635
|
-
title: Javaslat létrehozása
|
636
631
|
orders:
|
637
632
|
label: 'Javaslatok rendezése:'
|
638
633
|
most_commented: Legtöbb hozzászólással
|
data/config/locales/id-ID.yml
CHANGED
@@ -58,6 +58,13 @@ id:
|
|
58
58
|
decidim/proposals/proposal_note:
|
59
59
|
other: Catatan
|
60
60
|
decidim:
|
61
|
+
admin:
|
62
|
+
filters:
|
63
|
+
proposals:
|
64
|
+
category_id_eq:
|
65
|
+
label: Kategori
|
66
|
+
scope_id_eq:
|
67
|
+
label: Cakupan
|
61
68
|
components:
|
62
69
|
proposals:
|
63
70
|
actions:
|
@@ -82,6 +89,7 @@ id:
|
|
82
89
|
proposal_limit: Batas proposal per pengguna
|
83
90
|
proposal_wizard_step_1_help_text: Panduan proposal "Buat" teks bantuan langkah
|
84
91
|
resources_permissions_enabled: Izin tindakan dapat diatur untuk setiap proposal
|
92
|
+
scope_id: Cakupan
|
85
93
|
threshold_per_proposal: Ambang batas per proposal
|
86
94
|
step:
|
87
95
|
announcement: Pengumuman
|
@@ -134,11 +142,8 @@ id:
|
|
134
142
|
email_subject: Proposal baru "%{resource_title}" ditambahkan ke %{participatory_space_title}
|
135
143
|
proposal_update_category:
|
136
144
|
email_intro: 'Admin telah memperbarui kategori proposal Anda "%{resource_title}", periksa ini:'
|
137
|
-
email_outro: Anda telah menerima pemberitahuan ini karena Anda adalah penulis proposal.
|
138
145
|
email_subject: Kategori proposal %{resource_title} telah diperbarui
|
139
146
|
notification_title: Kategori proposal <a href="%{resource_path}">%{resource_title}</a> telah diperbarui oleh admin.
|
140
|
-
proposal_update_scope:
|
141
|
-
email_outro: Anda telah menerima pemberitahuan ini karena Anda adalah penulis proposal.
|
142
147
|
voting_enabled:
|
143
148
|
email_outro: Anda telah menerima pemberitahuan ini karena Anda mengikuti %{participatory_space_title}. Anda dapat berhenti menerima notifikasi mengikuti tautan sebelumnya.
|
144
149
|
gamification:
|
@@ -172,7 +177,7 @@ id:
|
|
172
177
|
accepted_proposals:
|
173
178
|
description: Jumlah proposal yang diterima oleh pengguna
|
174
179
|
object: proposal
|
175
|
-
title: Proposal yang
|
180
|
+
title: Proposal yang diterima
|
176
181
|
endorsements:
|
177
182
|
description: Jumlah dukungan yang dihasilkan dalam proposal
|
178
183
|
object: dukungan
|
@@ -181,9 +186,11 @@ id:
|
|
181
186
|
description: Jumlah proposal yang dihasilkan
|
182
187
|
object: proposal
|
183
188
|
title: Proposal
|
189
|
+
votes:
|
190
|
+
title: Suara
|
184
191
|
participatory_spaces:
|
185
192
|
highlighted_proposals:
|
186
|
-
see_all: Lihat semua
|
193
|
+
see_all: Lihat semua
|
187
194
|
proposals:
|
188
195
|
actions:
|
189
196
|
edit_proposal: Edit proposal
|
data/config/locales/is-IS.yml
CHANGED
@@ -61,13 +61,15 @@ is:
|
|
61
61
|
proposal_published_for_space:
|
62
62
|
email_intro: Tillagan "%{resource_title}" hefur verið bætt við "%{participatory_space_title}" sem þú fylgist með.
|
63
63
|
proposal_update_category:
|
64
|
-
email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú ert höfundur tillögunnar.
|
65
64
|
email_subject: '%{resource_title} tillöguflokkinn hefur verið uppfærður'
|
66
65
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> tillögu flokkurinn hefur verið uppfærður af admin.
|
67
|
-
proposal_update_scope:
|
68
|
-
email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú ert höfundur tillögunnar.
|
69
66
|
voting_enabled:
|
70
67
|
email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú fylgist með %{participatory_space_title}. Þú getur hætt við að fá tilkynningar eftir fyrri tengilinn.
|
68
|
+
metrics:
|
69
|
+
proposals:
|
70
|
+
title: Tillögur
|
71
|
+
votes:
|
72
|
+
title: Atkvæði
|
71
73
|
proposals:
|
72
74
|
actions:
|
73
75
|
import: Flytja frá öðrum hlutum
|
@@ -92,7 +94,6 @@ is:
|
|
92
94
|
title: Einkaskilaboð
|
93
95
|
proposals:
|
94
96
|
form:
|
95
|
-
attachment_legend: "(Valfrjálst) Bæta við viðhengi"
|
96
97
|
select_a_category: Veldu flokk
|
97
98
|
index:
|
98
99
|
actions: Aðgerðir
|
@@ -129,12 +130,10 @@ is:
|
|
129
130
|
models:
|
130
131
|
proposal:
|
131
132
|
fields:
|
132
|
-
category: Flokkur
|
133
133
|
comments: Athugasemdir
|
134
134
|
id: Auðkenni
|
135
135
|
notes: Skýringar
|
136
136
|
official_proposal: Opinber tillaga
|
137
|
-
scope: Umfang
|
138
137
|
title: Titill
|
139
138
|
votes: Atkvæði
|
140
139
|
proposals:
|
@@ -170,7 +169,6 @@ is:
|
|
170
169
|
title: Birta tillöguna þína
|
171
170
|
show:
|
172
171
|
answer: Svara
|
173
|
-
edit_proposal: Breyta tillögu
|
174
172
|
proposal_accepted_reason: 'Þessi tillaga hefur verið samþykkt vegna þess að:'
|
175
173
|
proposal_in_evaluation_reason: Þessi tillaga er metin
|
176
174
|
proposal_rejected_reason: 'Þessi tillaga hefur verið hafnað vegna þess að:'
|
data/config/locales/it.yml
CHANGED
@@ -92,7 +92,7 @@ it:
|
|
92
92
|
'false': Proposte
|
93
93
|
'true': Emendamenti
|
94
94
|
scope_id_eq:
|
95
|
-
label:
|
95
|
+
label: Scopo
|
96
96
|
state_eq:
|
97
97
|
label: Stato
|
98
98
|
values:
|
@@ -146,7 +146,7 @@ it:
|
|
146
146
|
proposal_limit: Numero di proposte che possono essere create da ciascun utente
|
147
147
|
proposal_wizard_step_1_help_text: Procedura guidata proposta "Crea" testo guida passo
|
148
148
|
resources_permissions_enabled: Le autorizzazioni delle azioni possono essere impostate per ogni proposta
|
149
|
-
scope_id:
|
149
|
+
scope_id: Scopo
|
150
150
|
scopes_enabled: Ambiti abilitati
|
151
151
|
threshold_per_proposal: Voti necessari per l'approvazione della proposta
|
152
152
|
step:
|
@@ -221,12 +221,10 @@ it:
|
|
221
221
|
email_subject: Nuova proposta "%{resource_title}" aggiunta a %{participatory_space_title}
|
222
222
|
proposal_update_category:
|
223
223
|
email_intro: 'Un amministratore ha aggiornato la categoria della tua proposta "%{resource_title}", dai un''occhiata:'
|
224
|
-
email_outro: Hai ricevuto questa notifica perché sei l'autore della proposta.
|
225
224
|
email_subject: La categoria di proposta %{resource_title} è stata aggiornata
|
226
225
|
notification_title: La categoria <a href="%{resource_path}">%{resource_title}</a> proposta è stata aggiornata da un amministratore.
|
227
226
|
proposal_update_scope:
|
228
227
|
email_intro: 'Un amministratore ha aggiornato l''ambito della tua proposta%{resource_title}", dai un''occhiata a questa pagina:'
|
229
|
-
email_outro: Hai ricevuto questa notifica perché sei l'autore della proposta.
|
230
228
|
email_subject: L'ambito della proposta %{resource_title} è stato aggiornato
|
231
229
|
notification_title: L'ambito della proposta <a href="%{resource_path}">%{resource_title}</a> è stato aggiornato da un amministratore.
|
232
230
|
voting_enabled:
|
@@ -270,10 +268,12 @@ it:
|
|
270
268
|
proposals:
|
271
269
|
description: Numero di proposte generate
|
272
270
|
object: proposte
|
273
|
-
title:
|
271
|
+
title: Proposte
|
272
|
+
votes:
|
273
|
+
title: Voti
|
274
274
|
participatory_spaces:
|
275
275
|
highlighted_proposals:
|
276
|
-
see_all: Vedi tutto
|
276
|
+
see_all: Vedi tutto
|
277
277
|
proposals:
|
278
278
|
actions:
|
279
279
|
answer_proposal: Proposta di Risposta
|
@@ -289,6 +289,23 @@ it:
|
|
289
289
|
exports:
|
290
290
|
proposal_comments: Commenti
|
291
291
|
proposals: Proposte
|
292
|
+
imports:
|
293
|
+
help:
|
294
|
+
answers: |
|
295
|
+
Il documento di importazione deve contenere i seguenti nomi di colonne in caso di file CSV o Excel, o nomi di chiavi in caso di file JSON:
|
296
|
+
<ul>
|
297
|
+
<li><b>id:</b> ID della proposta di risposta</li>
|
298
|
+
<li><b>stato:</b> Uno dei "accettati", "evaluating", or "rejected"</li>
|
299
|
+
<li><b>answer/en:</b> Risposta sulla lingua inglese. Questo dipenderà dalla configurazione della tua lingua sulla piattaforma.</li>
|
300
|
+
</ul>
|
301
|
+
proposals: |
|
302
|
+
Il file deve avere i seguenti nomi di colonne in caso di file CSV o Excel, o nomi di chiavi in caso di file JSON:
|
303
|
+
<ul>
|
304
|
+
<li><b>title/en:</b> Titolo in lingua inglese. Questo dipenderà dalla configurazione della lingua della tua piattaforma.</li>
|
305
|
+
<li><b>body/en:</b> Body in lingua inglese. Questo dipenderà dalla configurazione della lingua della piattaforma.</li>
|
306
|
+
<li><b>scope/id:</b> ID per l'ambito</li>
|
307
|
+
<li><b>categoria/id:</b> ID per la categoria</li>
|
308
|
+
</ul>
|
292
309
|
models:
|
293
310
|
proposal:
|
294
311
|
name: Proposta
|
@@ -336,7 +353,7 @@ it:
|
|
336
353
|
title: Aggiorna proposta
|
337
354
|
update: Aggiornare
|
338
355
|
form:
|
339
|
-
attachment_legend: "(Opzionale)
|
356
|
+
attachment_legend: "(Opzionale) Aggiungi un allegato"
|
340
357
|
created_in_meeting: Questa proposta proviene da una riunione
|
341
358
|
delete_attachment: Elimina allegato
|
342
359
|
select_a_category: Scegli una categoria
|
@@ -344,7 +361,6 @@ it:
|
|
344
361
|
index:
|
345
362
|
actions: Azioni
|
346
363
|
assign_to_valuator: Assegna al valutatore
|
347
|
-
assign_to_valuator_button: Assegna
|
348
364
|
cancel: Annulla
|
349
365
|
change_category: Cambia categoria
|
350
366
|
change_scope: Cambia ambito
|
@@ -358,7 +374,6 @@ it:
|
|
358
374
|
split_button: Diviso
|
359
375
|
title: Proposte
|
360
376
|
unassign_from_valuator: Annulla assegnazione al valutatore
|
361
|
-
unassign_from_valuator_button: Disassegna
|
362
377
|
update: Aggiornare
|
363
378
|
update_scope_button: Aggiorna Ambito
|
364
379
|
new:
|
@@ -395,9 +410,11 @@ it:
|
|
395
410
|
select_states: Controlla gli stati delle proposte da importare
|
396
411
|
proposals_merges:
|
397
412
|
create:
|
413
|
+
invalid: 'Si è verificato un problema di fusione delle proposte selezionate perché alcune di esse:'
|
398
414
|
success: Fuse con successo le proposte in una nuova.
|
399
415
|
proposals_splits:
|
400
416
|
create:
|
417
|
+
invalid: 'Si è verificato un problema dividendo le proposte selezionate perché alcune di esse:'
|
401
418
|
success: Suddiviso con successo le proposte in nuove.
|
402
419
|
admin_log:
|
403
420
|
proposal:
|
@@ -534,7 +551,7 @@ it:
|
|
534
551
|
official_proposal: Proposta dell'Amministrazione
|
535
552
|
published_answer: Risposta pubblicata
|
536
553
|
published_at: Pubblicato a
|
537
|
-
scope:
|
554
|
+
scope: Scopo
|
538
555
|
state: Stato
|
539
556
|
title: Titolo
|
540
557
|
valuator: Valutatore
|
@@ -550,8 +567,10 @@ it:
|
|
550
567
|
description: Le coordinate verranno aggiornate quando si fa clic sul pulsante 'Anteprima'. Tuttavia, l'indirizzo non cambia.
|
551
568
|
instructions: Puoi spostare il punto sulla mappa.
|
552
569
|
edit:
|
570
|
+
add_documents: Aggiungi documenti
|
553
571
|
attachment_legend: "(Opzionale) Aggiungi un allegato"
|
554
572
|
back: Indietro
|
573
|
+
edit_documents: Modifica documenti
|
555
574
|
select_a_category: Seleziona una categoria
|
556
575
|
send: Inviare
|
557
576
|
title: Modifica la proposta
|
@@ -578,6 +597,7 @@ it:
|
|
578
597
|
one: "%{count} proposta"
|
579
598
|
other: "%{count} proposte"
|
580
599
|
new_proposal: Nuova proposta
|
600
|
+
see_all: Vedi tutto
|
581
601
|
see_all_withdrawn: Vedi tutte le proposte ritirate
|
582
602
|
new:
|
583
603
|
send: Continua
|
@@ -604,7 +624,7 @@ it:
|
|
604
624
|
show:
|
605
625
|
answer: Risposta
|
606
626
|
changes_at_title: Modifica a "%{title}"
|
607
|
-
edit_proposal: Modifica
|
627
|
+
edit_proposal: Modifica proposta
|
608
628
|
estimated_cost: Costo stimato
|
609
629
|
hidden_endorsers_count:
|
610
630
|
one: e %{count} altra persona
|
data/config/locales/ja.yml
CHANGED
@@ -12,6 +12,8 @@ ja:
|
|
12
12
|
state: 状態
|
13
13
|
title: タイトル
|
14
14
|
user_group_id: 共同草案として作成します
|
15
|
+
import_participatory_text:
|
16
|
+
document: ドキュメント
|
15
17
|
proposal:
|
16
18
|
address: 住所
|
17
19
|
answer: 回答
|
@@ -22,6 +24,8 @@ ja:
|
|
22
24
|
decidim_proposals_proposal_state_id: 状態
|
23
25
|
decidim_scope_id: スコープ
|
24
26
|
has_address: 住所有り
|
27
|
+
latitude: 緯度
|
28
|
+
longitude: 経度
|
25
29
|
scope_id: 対象範囲
|
26
30
|
state: 状態
|
27
31
|
suggested_hashtags: 推奨ハッシュタグ
|
@@ -48,6 +52,8 @@ ja:
|
|
48
52
|
proposals_copy:
|
49
53
|
copy_proposals: この操作は選択したコンポーネントにあるすべての提案を現在のコンポーネントにインポートし、元に戻せないことを理解しています。
|
50
54
|
origin_component_id: 提案をコピーするコンポーネント
|
55
|
+
proposals_file_import:
|
56
|
+
file: ファイル
|
51
57
|
proposals_import:
|
52
58
|
import_proposals: 提案をインポート
|
53
59
|
keep_answers: ステータスと回答を保持
|
@@ -114,7 +120,7 @@ ja:
|
|
114
120
|
proposal_state_id_eq:
|
115
121
|
label: ステータス
|
116
122
|
scope_id_eq:
|
117
|
-
label:
|
123
|
+
label: スコープ
|
118
124
|
state_eq:
|
119
125
|
label: 州(県)
|
120
126
|
values:
|
@@ -306,12 +312,12 @@ ja:
|
|
306
312
|
notification_title: 提案 <a href="%{resource_path}">%{resource_title}</a> のステータスを「%{state} 」に変更しました。
|
307
313
|
proposal_update_category:
|
308
314
|
email_intro: '管理者があなたの提案 "%{resource_title}" のカテゴリを更新しました。このページでチェックしてください:'
|
309
|
-
email_outro:
|
315
|
+
email_outro: あなたが提案の作成者であるため、この通知を受け取りました。
|
310
316
|
email_subject: '%{resource_title} 提案カテゴリが更新されました'
|
311
317
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> 提案カテゴリは管理者によって更新されました。
|
312
318
|
proposal_update_scope:
|
313
319
|
email_intro: '管理者があなたの提案 "%{resource_title}" のスコープを更新しました。このページで確認してください:'
|
314
|
-
email_outro:
|
320
|
+
email_outro: あなたが提案の作成者であるため、この通知を受け取りました。
|
315
321
|
email_subject: '%{resource_title} の提案範囲が更新されました'
|
316
322
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> の提案スコープが管理者によって更新されました。
|
317
323
|
voting_enabled:
|
@@ -373,8 +379,7 @@ ja:
|
|
373
379
|
title: 投票
|
374
380
|
participatory_spaces:
|
375
381
|
highlighted_proposals:
|
376
|
-
|
377
|
-
see_all: すべての提案を見る (%{count})
|
382
|
+
see_all: すべての提案を見る
|
378
383
|
proposals:
|
379
384
|
actions:
|
380
385
|
answer_proposal: 提案に回答
|
@@ -394,6 +399,15 @@ ja:
|
|
394
399
|
exports:
|
395
400
|
proposal_comments: コメント
|
396
401
|
proposals: 提案
|
402
|
+
import_proposals_mailer:
|
403
|
+
notify_failure:
|
404
|
+
body: '%{origin_component_name} コンポーネントから %{target_component_name} コンポーネントに提案をインポート中に問題が発生しました。'
|
405
|
+
subject: 提案のインポート中にエラーが発生しました
|
406
|
+
notify_success:
|
407
|
+
added_proposals:
|
408
|
+
other: "%{count} 件の提案がインポートされました。"
|
409
|
+
body: '%{origin_component_name} コンポーネントから %{target_component_name} コンポーネントにインポートされた提案が成功しました。管理インターフェイスで結果を確認できます。'
|
410
|
+
subject: 提案は正常にインポートされました
|
397
411
|
imports:
|
398
412
|
help:
|
399
413
|
answers: |
|
@@ -565,7 +579,7 @@ ja:
|
|
565
579
|
proposals_imports:
|
566
580
|
create:
|
567
581
|
invalid: 提案のインポート中に問題が発生しました。
|
568
|
-
success:
|
582
|
+
success: インポート処理が開始されました。完了次第、お知らせします。
|
569
583
|
new:
|
570
584
|
create: 提案をインポート
|
571
585
|
no_components: この参加スペースには他の提案コンポーネントはありません。
|
@@ -698,7 +712,7 @@ ja:
|
|
698
712
|
final_proposal_help_text: この草案は終了しました。最終提案を確認してください。
|
699
713
|
hidden_authors_count:
|
700
714
|
other: '%{count} 人以上'
|
701
|
-
info-message:
|
715
|
+
info-message: これは提案のための <strong>共同草案</strong> です。 これは、以下のコメントセクションを使用して提案を作成したり、編集するためのアクセスを要求することで、提案を改善したりすることができることを意味します。 作成者がアクセスを許可すると、この草案を変更できるようになります。
|
702
716
|
publish: 公開
|
703
717
|
publish_info: このバージョンの草案を公開するか、
|
704
718
|
published_proposal: 公開された提案
|
@@ -802,7 +816,7 @@ ja:
|
|
802
816
|
text_banner: 提案者が撤回した提案の一覧を表示しています。 %{go_back_link}.
|
803
817
|
new:
|
804
818
|
send: 続ける
|
805
|
-
title:
|
819
|
+
title: 新しい提案を作成
|
806
820
|
orders:
|
807
821
|
label: '提案の並び順:'
|
808
822
|
most_commented: コメントの多い順
|
data/config/locales/lt.yml
CHANGED
@@ -269,12 +269,10 @@ lt:
|
|
269
269
|
notification_title_official: Erdvėje %{participatory_space_title} pridėtas oficialus pasiūlymas <a href="%{resource_path}">%{resource_title}</a>.
|
270
270
|
proposal_update_category:
|
271
271
|
email_intro: 'Administratorius atnaujino jūsų pasiūlymo „%{resource_title}“ kategoriją, patikrinkite tai šiame puslapyje:'
|
272
|
-
email_outro: Šį pranešimą gavote dėl to, kad esate pasiūlymo autorius.
|
273
272
|
email_subject: '%{resource_title} pasiūlymo kategorija buvo atnaujinta'
|
274
273
|
notification_title: Administratorius atnaujino <a href="%{resource_path}">%{resource_title}</a> pasiūlymo kategoriją.
|
275
274
|
proposal_update_scope:
|
276
275
|
email_intro: 'Administratorius atnaujino jūsų pasiūlymo „%{resource_title}“ apimtį, patikrinkite tai šiame puslapyje:'
|
277
|
-
email_outro: Šį pranešimą gavote dėl to, kad esate pasiūlymo autorius.
|
278
276
|
email_subject: '%{resource_title} pasiūlymo apimtis buvo atnaujinta'
|
279
277
|
notification_title: Administratorius atnaujino <a href="%{resource_path}">%{resource_title}</a> pasiūlymo apimtį.
|
280
278
|
voting_enabled:
|
@@ -320,10 +318,11 @@ lt:
|
|
320
318
|
description: Pasiūlymų skaičius
|
321
319
|
object: pasiūlymai
|
322
320
|
title: Pasiūlymai
|
321
|
+
votes:
|
322
|
+
title: Balsai
|
323
323
|
participatory_spaces:
|
324
324
|
highlighted_proposals:
|
325
|
-
|
326
|
-
see_all: Žiūrėti visus pasiūlymus (%{count})
|
325
|
+
see_all: Žiūrėti visus pasiūlymus
|
327
326
|
proposals:
|
328
327
|
actions:
|
329
328
|
answer_proposal: Atsakyti į pasiūlymą
|
@@ -438,7 +437,6 @@ lt:
|
|
438
437
|
index:
|
439
438
|
actions: Veiksmai
|
440
439
|
assign_to_valuator: Priskirti vertintojui
|
441
|
-
assign_to_valuator_button: Priskirti
|
442
440
|
cancel: Atšaukti
|
443
441
|
change_category: Keisti kategoriją
|
444
442
|
change_scope: Keisti apimtį
|
@@ -452,7 +450,6 @@ lt:
|
|
452
450
|
split_button: Skaidyti
|
453
451
|
title: Pasiūlymai
|
454
452
|
unassign_from_valuator: Panaikinti vertintojui pavestą užduotį
|
455
|
-
unassign_from_valuator_button: Atšaukti priskyrimą
|
456
453
|
update: Atnaujinti
|
457
454
|
update_scope_button: Atnaujinti apimtį
|
458
455
|
new:
|
@@ -492,7 +489,6 @@ lt:
|
|
492
489
|
proposals_imports:
|
493
490
|
create:
|
494
491
|
invalid: Importuojant pasiūlymus iškilo problema.
|
495
|
-
success: "%{number} pasiūlymai importuoti."
|
496
492
|
new:
|
497
493
|
create: Importuoti pasiūlymus
|
498
494
|
no_components: Šioje dalyvaujamojo proceso erdvėje nėra kitų pasiūlymų komponentų, iš kurių būtų galima importuoti pasiūlymus.
|
@@ -725,7 +721,6 @@ lt:
|
|
725
721
|
text_banner: Jūs žiūrite autorių atsiimtų pasiūlymų sąrašą. %{go_back_link}.
|
726
722
|
new:
|
727
723
|
send: Tęsti
|
728
|
-
title: Sukurti savo pasiūlymą
|
729
724
|
orders:
|
730
725
|
label: 'Rikiuoti pasiūlymus pagal:'
|
731
726
|
most_commented: Labiausiai komentuojamas
|
data/config/locales/lv.yml
CHANGED
@@ -73,6 +73,10 @@ lv:
|
|
73
73
|
admin:
|
74
74
|
filters:
|
75
75
|
proposals:
|
76
|
+
category_id_eq:
|
77
|
+
label: Kategorija
|
78
|
+
scope_id_eq:
|
79
|
+
label: Darbības tvērums
|
76
80
|
valuator_role_ids_has:
|
77
81
|
label: Piešķirts vērtētājam
|
78
82
|
search_placeholder:
|
@@ -107,6 +111,7 @@ lv:
|
|
107
111
|
proposal_limit: Priekšlikumu skaita limits vienam dalībniekam
|
108
112
|
proposal_wizard_step_1_help_text: Priekšlikumu vedņa „Izveidot” soļa palīdzības teksts
|
109
113
|
resources_permissions_enabled: Katram priekšlikumam var iestatīt darbības atļaujas
|
114
|
+
scope_id: Darbības tvērums
|
110
115
|
threshold_per_proposal: Slieksnis vienam priekšlikumam
|
111
116
|
step:
|
112
117
|
amendment_creation_enabled: Grozījumu izveide ir iespējota
|
@@ -177,12 +182,10 @@ lv:
|
|
177
182
|
email_subject: Jauns priekšlikums "%{resource_title}" tika pievienots %{participatory_space_title}
|
178
183
|
proposal_update_category:
|
179
184
|
email_intro: 'Administrators ir atjauninājis jūsu priekšlikuma kategoriju "%{resource_title}", aplūkojiet to šajā lapā:'
|
180
|
-
email_outro: Jūs saņēmāt šo paziņojumu, jo esat priekšlikuma autors.
|
181
185
|
email_subject: '%{resource_title} priekšlikuma kategorija ir atjaunināta'
|
182
186
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> administrators ir atjauninājis priekšlikuma kategoriju.
|
183
187
|
proposal_update_scope:
|
184
188
|
email_intro: 'Administrators ir atjauninājis jūsu priekšlikuma tvērumu "%{resource_title}", aplūkojiet to šajā lapā:'
|
185
|
-
email_outro: Jūs saņēmāt šo paziņojumu, jo esat priekšlikuma autors.
|
186
189
|
email_subject: '%{resource_title} priekšlikuma tvērums tika atjaunināts'
|
187
190
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> administrators ir atjauninājis priekšlikuma tvērumu.
|
188
191
|
voting_enabled:
|
@@ -227,6 +230,8 @@ lv:
|
|
227
230
|
description: Priekšlikumu skaits
|
228
231
|
object: priekšlikumi
|
229
232
|
title: Priekšlikumi
|
233
|
+
votes:
|
234
|
+
title: Balsis
|
230
235
|
proposals:
|
231
236
|
actions:
|
232
237
|
answer_proposal: Atbildes priekšlikums
|
@@ -292,7 +297,6 @@ lv:
|
|
292
297
|
index:
|
293
298
|
actions: Darbības
|
294
299
|
assign_to_valuator: Piešķirt vērtētājam
|
295
|
-
assign_to_valuator_button: Piešķirt
|
296
300
|
cancel: Atcelt
|
297
301
|
change_category: Mainīt kategoriju
|
298
302
|
change_scope: Mainīt tvērumu
|
@@ -306,7 +310,6 @@ lv:
|
|
306
310
|
split_button: Sadalījums
|
307
311
|
title: Priekšlikumi
|
308
312
|
unassign_from_valuator: Atsaukt no vērtētāja
|
309
|
-
unassign_from_valuator_button: Atsaukt
|
310
313
|
update: Atjaunināt
|
311
314
|
update_scope_button: Atjaunināt tvērumu
|
312
315
|
new:
|
data/config/locales/nl.yml
CHANGED
@@ -84,6 +84,10 @@ nl:
|
|
84
84
|
admin:
|
85
85
|
filters:
|
86
86
|
proposals:
|
87
|
+
category_id_eq:
|
88
|
+
label: Categorie
|
89
|
+
scope_id_eq:
|
90
|
+
label: Scope
|
87
91
|
valuator_role_ids_has:
|
88
92
|
label: Toegewezen aan beoordelaar
|
89
93
|
search_placeholder:
|
@@ -93,7 +97,7 @@ nl:
|
|
93
97
|
actions:
|
94
98
|
amend: Pas aan
|
95
99
|
comment: Reactie
|
96
|
-
create:
|
100
|
+
create: Creëren
|
97
101
|
endorse: Aanbevelen
|
98
102
|
vote: Stem
|
99
103
|
vote_comment: Stem op de reactie
|
@@ -217,12 +221,10 @@ nl:
|
|
217
221
|
email_subject: Nieuw voorstel "%{resource_title}" toegevoegd aan %{participatory_space_title}
|
218
222
|
proposal_update_category:
|
219
223
|
email_intro: 'Een beheerder heeft de categorie van uw voorstel "%{resource_title} bijgewerkt, bekijk het op deze pagina:'
|
220
|
-
email_outro: Je hebt deze melding ontvangen omdat je de auteur bent van het voorstel.
|
221
224
|
email_subject: De categorie van het %{resource_title} voorstel is bijgewerkt
|
222
225
|
notification_title: De categorie van het <a href="%{resource_path}">%{resource_title}</a> voorstel is bijgewerkt door een beheerder.
|
223
226
|
proposal_update_scope:
|
224
227
|
email_intro: 'Een admin heeft de reikwijdte van je voorstel "%{resource_title}" geüpdatet, bekijk het op deze pagina:'
|
225
|
-
email_outro: Je hebt deze melding ontvangen omdat je de auteur bent van het voorstel.
|
226
228
|
email_subject: Het toepassingsgebied van het %{resource_title} voorstel is bijgewerkt
|
227
229
|
notification_title: Het bereik van <a href="%{resource_path}">%{resource_title}</a> voorstel is bijgewerkt door een admin.
|
228
230
|
voting_enabled:
|
@@ -260,7 +262,7 @@ nl:
|
|
260
262
|
accepted_proposals:
|
261
263
|
description: Aantal geaccepteerde voorstellen
|
262
264
|
object: voorstellen
|
263
|
-
title:
|
265
|
+
title: Geaccepteerde voorstellen
|
264
266
|
endorsements:
|
265
267
|
description: Aantal goedkeuringen van voorstellen
|
266
268
|
object: goedkeuringen
|
@@ -268,10 +270,12 @@ nl:
|
|
268
270
|
proposals:
|
269
271
|
description: Aantal voorstellen
|
270
272
|
object: voorstellen
|
271
|
-
title:
|
273
|
+
title: Voorstellen
|
274
|
+
votes:
|
275
|
+
title: Stemmen
|
272
276
|
participatory_spaces:
|
273
277
|
highlighted_proposals:
|
274
|
-
see_all: Alles zien
|
278
|
+
see_all: Alles zien
|
275
279
|
proposals:
|
276
280
|
actions:
|
277
281
|
answer_proposal: Antwoord voorstel
|
@@ -345,7 +349,7 @@ nl:
|
|
345
349
|
title: Voorstel bijwerken
|
346
350
|
update: Bijwerken
|
347
351
|
form:
|
348
|
-
attachment_legend: "(Optioneel)
|
352
|
+
attachment_legend: "(Optioneel) Voeg een bijlage toe"
|
349
353
|
created_in_meeting: Dit voorstel komt uit een vergadering
|
350
354
|
delete_attachment: Bijlage verwijderen
|
351
355
|
select_a_category: Kies een categorie
|
@@ -353,7 +357,6 @@ nl:
|
|
353
357
|
index:
|
354
358
|
actions: acties
|
355
359
|
assign_to_valuator: Toewijzen aan beoordelaar
|
356
|
-
assign_to_valuator_button: Toewijzen
|
357
360
|
cancel: Annuleer
|
358
361
|
change_category: Categorie wijzigen
|
359
362
|
change_scope: Wijzig scope
|
@@ -367,7 +370,6 @@ nl:
|
|
367
370
|
split_button: Splits
|
368
371
|
title: Voorstellen
|
369
372
|
unassign_from_valuator: Toewijzing beoordelaar ongedaan maken
|
370
|
-
unassign_from_valuator_button: Ontkoppelen
|
371
373
|
update: Bijwerken
|
372
374
|
update_scope_button: Toepassingsgebied bijwerken
|
373
375
|
new:
|
data/config/locales/no.yml
CHANGED
@@ -222,11 +222,8 @@
|
|
222
222
|
email_subject: Nytt forslag "%{resource_title}" lagt til %{participatory_space_title}
|
223
223
|
proposal_update_category:
|
224
224
|
email_intro: 'En admin har oppdatert kategorien for forslaget ditt "%{resource_title}", sjekk det ut på denne siden:'
|
225
|
-
email_outro: Du har mottatt denne varslingen fordi du er forfatteren av forslaget.
|
226
225
|
email_subject: Forslags kategorien %{resource_title} ble oppdatert
|
227
226
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> forslags kategorien er blitt oppdatert av en administrator.
|
228
|
-
proposal_update_scope:
|
229
|
-
email_outro: Du har mottatt denne varslingen fordi du er forfatteren av forslaget.
|
230
227
|
voting_enabled:
|
231
228
|
email_outro: Du har mottatt denne varslingen fordi du følger %{participatory_space_title}. Du kan slutte å motta varsler hvis du følger den forrige lenken.
|
232
229
|
gamification:
|
@@ -269,9 +266,11 @@
|
|
269
266
|
description: Antall forslag
|
270
267
|
object: forslag
|
271
268
|
title: Forslag
|
269
|
+
votes:
|
270
|
+
title: Stemmer
|
272
271
|
participatory_spaces:
|
273
272
|
highlighted_proposals:
|
274
|
-
see_all: Vis alle
|
273
|
+
see_all: Vis alle
|
275
274
|
proposals:
|
276
275
|
actions:
|
277
276
|
answer_proposal: Svar på forslag
|
@@ -352,7 +351,6 @@
|
|
352
351
|
select_a_meeting: Velg et møte
|
353
352
|
index:
|
354
353
|
actions: Handlinger
|
355
|
-
assign_to_valuator_button: Tildel
|
356
354
|
cancel: Avbryt
|
357
355
|
change_category: Endre kategori
|
358
356
|
change_scope: Endre tema
|
@@ -365,7 +363,6 @@
|
|
365
363
|
split: Delte forslag
|
366
364
|
split_button: Delt
|
367
365
|
title: Forslag
|
368
|
-
unassign_from_valuator_button: Fjern tilegning
|
369
366
|
update: Oppdater
|
370
367
|
update_scope_button: Oppdater tema
|
371
368
|
new:
|