decidim-proposals 0.27.5 → 0.27.7
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/show.erb +1 -1
- data/app/cells/decidim/proposals/participatory_text_proposal/buttons.erb +2 -2
- data/app/cells/decidim/proposals/proposal_tags/show.erb +2 -2
- data/app/controllers/decidim/proposals/widgets_controller.rb +11 -1
- data/app/helpers/decidim/proposals/application_helper.rb +1 -1
- data/app/models/decidim/proposals/proposal.rb +2 -14
- data/app/models/decidim/proposals/valuation_assignment.rb +2 -1
- data/app/packs/src/decidim/proposals/admin/proposals.js +7 -0
- data/app/permissions/decidim/proposals/permissions.rb +9 -0
- data/app/presenters/decidim/proposals/admin_log/proposal_presenter.rb +1 -5
- data/app/presenters/decidim/proposals/admin_log/value_types/proposal_title_body_presenter.rb +1 -3
- data/app/presenters/decidim/proposals/log/valuation_assignment_presenter.rb +1 -1
- data/app/views/decidim/proposals/admin/proposals/_form.html.erb +1 -1
- data/app/views/decidim/proposals/admin/proposals/_proposal-tr.html.erb +1 -1
- data/app/views/decidim/proposals/admin/proposals/show.html.erb +1 -1
- data/app/views/decidim/proposals/admin/proposals/update_attribute.js.erb +2 -1
- data/app/views/decidim/proposals/proposals/show.html.erb +3 -1
- data/config/locales/ar.yml +2 -6
- data/config/locales/bg.yml +748 -1
- data/config/locales/ca.yml +35 -33
- data/config/locales/cs.yml +5 -4
- data/config/locales/de.yml +9 -7
- data/config/locales/el.yml +0 -4
- data/config/locales/en.yml +2 -0
- data/config/locales/es-MX.yml +9 -7
- data/config/locales/es-PY.yml +9 -7
- data/config/locales/es.yml +22 -20
- data/config/locales/eu.yml +6 -4
- data/config/locales/fi-plain.yml +7 -5
- data/config/locales/fi.yml +6 -4
- data/config/locales/fr-CA.yml +9 -7
- data/config/locales/fr.yml +9 -7
- data/config/locales/ga-IE.yml +13 -0
- data/config/locales/gl.yml +2 -5
- data/config/locales/he-IL.yml +1 -0
- data/config/locales/hu.yml +16 -11
- data/config/locales/id-ID.yml +1 -4
- data/config/locales/is-IS.yml +4 -5
- data/config/locales/it.yml +4 -7
- data/config/locales/ja.yml +19 -17
- data/config/locales/lt.yml +0 -4
- data/config/locales/lv.yml +1 -4
- data/config/locales/nl.yml +5 -8
- data/config/locales/no.yml +1 -4
- data/config/locales/pl.yml +91 -5
- data/config/locales/pt-BR.yml +34 -5
- data/config/locales/pt.yml +1 -4
- data/config/locales/ro-RO.yml +1 -3
- data/config/locales/ru.yml +7 -5
- data/config/locales/sk.yml +5 -8
- data/config/locales/sv.yml +3 -7
- data/config/locales/tr-TR.yml +9 -8
- data/config/locales/uk.yml +7 -5
- data/config/locales/zh-CN.yml +1 -4
- data/config/locales/zh-TW.yml +0 -4
- data/db/migrate/20240404202756_add_valuation_assignments_count_to_decidim_proposals_proposals.rb +16 -0
- data/decidim-proposals.gemspec +40 -0
- data/lib/decidim/proposals/proposal_serializer.rb +52 -0
- data/lib/decidim/proposals/test/factories.rb +76 -57
- data/lib/decidim/proposals/valuatable.rb +2 -1
- data/lib/decidim/proposals/version.rb +1 -1
- metadata +26 -25
- data/app/presenters/decidim/proposals/log/resource_presenter.rb +0 -22
- data/config/environment.rb +0 -3
data/config/locales/es.yml
CHANGED
@@ -12,6 +12,8 @@ es:
|
|
12
12
|
state: Estado
|
13
13
|
title: Título
|
14
14
|
user_group_id: Crear borrador colaborativo como
|
15
|
+
import_participatory_text:
|
16
|
+
document: Documento de texto participativo
|
15
17
|
proposal:
|
16
18
|
address: Dirección
|
17
19
|
answer: Respuesta
|
@@ -109,7 +111,7 @@ es:
|
|
109
111
|
state_eq:
|
110
112
|
label: Estado
|
111
113
|
values:
|
112
|
-
accepted:
|
114
|
+
accepted: Aceptadas
|
113
115
|
evaluating: En evaluación
|
114
116
|
published: Publicada
|
115
117
|
rejected: Rechazada
|
@@ -234,22 +236,22 @@ es:
|
|
234
236
|
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> ha sido <strong>aceptada para acceder como contribuidora</strong> del borrador colaborativo <a href="%{resource_path}">%{resource_title}</a>.
|
235
237
|
collaborative_draft_access_rejected:
|
236
238
|
email_intro: 'Se ha denegado que %{requester_name} acceda como contribuidora del borrador colaborativo <a href="%{resource_url}">%{resource_title}</a>.'
|
237
|
-
email_outro: Has recibido esta notificación porque
|
239
|
+
email_outro: Has recibido esta notificación porque has contribuido en la propuesta "<a href="%{resource_url}">%{resource_title}</a>".
|
238
240
|
email_subject: "%{requester_name} ha sido rechazado para acceder como contribuidora del borrador colaborativo %{resource_title}."
|
239
241
|
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> ha sido <strong>rechazado para acceder como contribuidora</strong> del borrador colaborativo <a href="%{resource_path}">%{resource_title}</a>.
|
240
242
|
collaborative_draft_access_requested:
|
241
243
|
email_intro: '%{requester_name} ha solicitado acceso como contribuidora. Puede <strong>aceptar o rechazar la solicitud</strong> de la página de borrador colaborativo de <a href="%{resource_url}">%{resource_title}</a>.'
|
242
|
-
email_outro: Has recibido esta notificación porque
|
244
|
+
email_outro: Has recibido esta notificación porque has contribuido en la propuesta "<a href="%{resource_url}">%{resource_title}</a>".
|
243
245
|
email_subject: "%{requester_name} ha solicitado acceso para contribuir a %{resource_title}."
|
244
246
|
notification_title: <a href="%{requester_path}">%{requester_name} %{requester_nickname}</a> solicitó acceso para contribuir al borrador colaborativo <a href="%{resource_path}">%{resource_title}</a>. Por favor, <strong>acepta o rechaza la solicitud</strong>.
|
245
247
|
collaborative_draft_access_requester_accepted:
|
246
248
|
email_intro: Has sido aceptada para acceder como contribuidora del borrador colaborativo <a href="%{resource_url}">%{resource_title}</a>.
|
247
|
-
email_outro: Has recibido esta notificación porque has solicitado
|
249
|
+
email_outro: Has recibido esta notificación porque has solicitado contribuir en la propuesta "<a href="%{resource_url}">%{resource_title}</a>".
|
248
250
|
email_subject: Has sido aceptada como contribuidora de %{resource_title}.
|
249
251
|
notification_title: Has sido aceptada <strong>acceder como contribuidora</strong> del borrador colaborativo <a href="%{resource_path}">%{resource_title}</a>.
|
250
252
|
collaborative_draft_access_requester_rejected:
|
251
253
|
email_intro: Ha sido rechazada para acceder como contribuidora del borrador colaborativo <a href="%{resource_url}">%{resource_title}</a>.
|
252
|
-
email_outro: Has recibido esta notificación porque has solicitado
|
254
|
+
email_outro: Has recibido esta notificación porque has solicitado contribuir en la propuesta "<a href="%{resource_url}">%{resource_title}</a>".
|
253
255
|
email_subject: Has sido rechazada como contribuidora de %{resource_title}.
|
254
256
|
notification_title: Has sido <strong>rechazada como contribuidora</strong> del borrador colaborativo <a href="%{resource_path}">%{resource_title}</a>.
|
255
257
|
collaborative_draft_withdrawn:
|
@@ -270,28 +272,28 @@ es:
|
|
270
272
|
proposal_accepted:
|
271
273
|
affected_user:
|
272
274
|
email_intro: 'Tu propuesta "%{resource_title}" ha sido aceptada. Puedes leer la respuesta en esta página:'
|
273
|
-
email_outro: Has recibido esta notificación porque
|
275
|
+
email_outro: Has recibido esta notificación porque presentaste la propuesta "%{resource_title}".
|
274
276
|
email_subject: Tu propuesta ha sido aceptada
|
275
277
|
notification_title: Tu propuesta <a href="%{resource_path}">%{resource_title}</a> ha sido aceptada.
|
276
278
|
follower:
|
277
279
|
email_intro: 'La propuesta "%{resource_title}" ha sido aceptada. Puedes leer la respuesta en esta página:'
|
278
|
-
email_outro: Has recibido esta notificación porque
|
280
|
+
email_outro: Has recibido esta notificación porque estás siguiendo el espacio "%{resource_title}". Puedes dejar de seguirlo desde el enlace anterior.
|
279
281
|
email_subject: Una propuesta que estás siguiendo ha sido aceptada
|
280
282
|
notification_title: La propuesta <a href="%{resource_path}">%{resource_title}</a> ha sido aceptada.
|
281
283
|
proposal_evaluating:
|
282
284
|
affected_user:
|
283
285
|
email_intro: 'Tu propuesta "%{resource_title}" está siendo evaluada. Puedes consultar la respuesta en esta página:'
|
284
|
-
email_outro: Has recibido esta notificación porque
|
286
|
+
email_outro: Has recibido esta notificación porque presentaste la propuesta "%{resource_title}".
|
285
287
|
email_subject: Tu propuesta está siendo evaluada
|
286
288
|
notification_title: Tu propuesta <a href="%{resource_path}">%{resource_title}</a> está siendo evaluada.
|
287
289
|
follower:
|
288
290
|
email_intro: 'La propuesta "%{resource_title}" se está evaluando actualmente. Puedes encontrar la respuesta en esta página:'
|
289
|
-
email_outro: Has recibido esta notificación porque
|
291
|
+
email_outro: Has recibido esta notificación porque estás siguiendo el espacio "%{resource_title}". Puedes dejar de seguirlo desde el enlace anterior.
|
290
292
|
email_subject: Una propuesta que estás siguiendo está siendo evaluada
|
291
293
|
notification_title: La propuesta <a href="%{resource_path}">%{resource_title}</a> está siendo evaluada.
|
292
294
|
proposal_mentioned:
|
293
295
|
email_intro: Tu propuesta "%{mentioned_proposal_title}" se ha mencionado <a href="%{resource_url}"> en este espacio</a> en los comentarios.
|
294
|
-
email_outro: Has recibido esta notificación porque
|
296
|
+
email_outro: Has recibido esta notificación porque presentaste la propuesta "%{resource_title}".
|
295
297
|
email_subject: Tu propuesta "%{mentioned_proposal_title}" ha sido mencionada
|
296
298
|
notification_title: Tu propuesta "%{mentioned_proposal_title}" se ha mencionado <a href="%{resource_path}">en este espacio</a> en los comentarios.
|
297
299
|
proposal_published:
|
@@ -300,20 +302,20 @@ es:
|
|
300
302
|
email_subject: Nueva propuesta "%{resource_title}" de %{author_nickname}
|
301
303
|
notification_title: La propuesta <a href="%{resource_path}">%{resource_title}</a> ha sido publicada por <a href="%{author_path}">%{author_name} %{author_nickname}</a>.
|
302
304
|
proposal_published_for_space:
|
303
|
-
email_intro: La propuesta "%{resource_title}" se ha añadido en "%{participatory_space_title}", que estás siguiendo.
|
304
|
-
email_outro: Recibiste esta notificación porque estás siguiendo "%{participatory_space_title}". Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
|
305
|
+
email_intro: La propuesta "%{resource_title}" se ha añadido en el espacio "%{participatory_space_title}", que estás siguiendo.
|
306
|
+
email_outro: Recibiste esta notificación porque estás siguiendo el espacio "%{participatory_space_title}". Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
|
305
307
|
email_subject: Nueva propuesta "%{resource_title}" añadida a %{participatory_space_title}
|
306
308
|
notification_title: La propuesta <a href="%{resource_path}">%{resource_title}</a> ha sido añadida a %{participatory_space_title} por %{author}
|
307
309
|
notification_title_official: Se ha añadido la propuesta oficial <a href="%{resource_path}">%{resource_title}</a> en %{participatory_space_title}
|
308
310
|
proposal_rejected:
|
309
311
|
affected_user:
|
310
312
|
email_intro: 'Tu propuesta "%{resource_title}" ha sido rechazada. Puedes leer la respuesta en esta página:'
|
311
|
-
email_outro: Has recibido esta notificación porque
|
313
|
+
email_outro: Has recibido esta notificación porque presentaste la propuesta "%{resource_title}".
|
312
314
|
email_subject: Tu propuesta ha sido rechazada
|
313
315
|
notification_title: Tu propuesta <a href="%{resource_path}">%{resource_title}</a> ha sido rechazada.
|
314
316
|
follower:
|
315
317
|
email_intro: 'La propuesta "%{resource_title}" ha sido rechazada. Puedes leer la respuesta en esta página:'
|
316
|
-
email_outro: Has recibido esta notificación porque
|
318
|
+
email_outro: Has recibido esta notificación porque estás siguiendo el espacio "%{resource_title}". Puedes dejar de seguirlo desde el enlace anterior.
|
317
319
|
email_subject: Una propuesta que estás siguiendo ha sido rechazada
|
318
320
|
notification_title: La propuesta <a href="%{resource_path}">%{resource_title}</a> ha sido rechazada.
|
319
321
|
proposal_update_category:
|
@@ -469,7 +471,7 @@ es:
|
|
469
471
|
success: Texto participativo actualizado correctamente.
|
470
472
|
proposal_answers:
|
471
473
|
form:
|
472
|
-
accepted:
|
474
|
+
accepted: Aceptada
|
473
475
|
answer_proposal: Respuesta
|
474
476
|
evaluating: En evaluación
|
475
477
|
not_answered: No contestada
|
@@ -600,25 +602,25 @@ es:
|
|
600
602
|
create: "%{user_name} asignó la propuesta %{resource_name} a una evaluadora"
|
601
603
|
delete: "%{user_name} desasignó una evaluadora de la propuesta %{proposal_title}"
|
602
604
|
answers:
|
603
|
-
accepted:
|
605
|
+
accepted: Aceptada
|
604
606
|
evaluating: En evaluación
|
605
607
|
not_answered: No contestada
|
606
608
|
rejected: Rechazada
|
607
609
|
withdrawn: Retirada
|
608
610
|
application_helper:
|
609
611
|
filter_category_values:
|
610
|
-
all:
|
612
|
+
all: Todos
|
611
613
|
filter_origin_values:
|
612
|
-
all:
|
614
|
+
all: Todos
|
613
615
|
meetings: Encuentros
|
614
616
|
official: Oficial
|
615
617
|
participants: Participantes
|
616
618
|
user_groups: Grupos
|
617
619
|
filter_scope_values:
|
618
|
-
all:
|
620
|
+
all: Todos
|
619
621
|
filter_state_values:
|
620
622
|
accepted: Aceptada
|
621
|
-
all:
|
623
|
+
all: Todos
|
622
624
|
evaluating: En evaluación
|
623
625
|
not_answered: No contestada
|
624
626
|
rejected: Rechazada
|
data/config/locales/eu.yml
CHANGED
@@ -12,6 +12,8 @@ eu:
|
|
12
12
|
state: Egoera
|
13
13
|
title: Izenburua
|
14
14
|
user_group_id: Sortu zirriborro kolaboratiboa
|
15
|
+
import_participatory_text:
|
16
|
+
document: Parte hartzeko testu-dokumentua
|
15
17
|
proposal:
|
16
18
|
address: Helbidea
|
17
19
|
answer: Erantzuna
|
@@ -175,7 +177,7 @@ eu:
|
|
175
177
|
proposal_wizard_step_1_help_text: Proposamen laguntzailea "Sortu" urrats laguntza testua
|
176
178
|
proposal_wizard_step_2_help_text: Proposamen laguntzailea "Konparatu" urrats laguntza testua
|
177
179
|
proposal_wizard_step_3_help_text: Proposamen laguntzailea "Bete" urrats laguntza testua
|
178
|
-
proposal_wizard_step_4_help_text: Proposamen laguntzailea "Argitaratu" urrats
|
180
|
+
proposal_wizard_step_4_help_text: Proposamen laguntzailea "Argitaratu" urrats-laguntza testua
|
179
181
|
resources_permissions_enabled: Ekintza-baimenak proposamen bakoitzerako ezarri daitezke
|
180
182
|
scope_id: Esparrua
|
181
183
|
scopes_enabled: Esparruak gaituta
|
@@ -270,12 +272,12 @@ eu:
|
|
270
272
|
proposal_accepted:
|
271
273
|
affected_user:
|
272
274
|
email_intro: 'Zure proposamena "%{resource_title}" onartu da. Orri honetan erantzun dezakezu:'
|
273
|
-
email_outro: Jakinarazpen hau jaso duzu "%{resource_title}"
|
275
|
+
email_outro: Jakinarazpen hau jaso duzu "%{resource_title}" egilea zarelako.
|
274
276
|
email_subject: Zure proposamena onartu da
|
275
277
|
notification_title: Zure <a href="%{resource_path}">%{resource_title}</a>-proposamena onartu egin da.
|
276
278
|
follower:
|
277
279
|
email_intro: '"%{resource_title}" proposamena onartu da. Orri honetan erantzuna irakur dezakezu:'
|
278
|
-
email_outro:
|
280
|
+
email_outro: Jakinarazpen hau jaso duzu "%{resource_title}" jarraitzen ari zarelako. Jarraitzeari utzi ahal diozu aurreko estekan.
|
279
281
|
email_subject: Jarraitzen ari zaren proposamen bat onartu da
|
280
282
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> proposamena onartu egin da.
|
281
283
|
proposal_evaluating:
|
@@ -622,7 +624,7 @@ eu:
|
|
622
624
|
all: Guztiak
|
623
625
|
evaluating: Ebaluatzen
|
624
626
|
not_answered: Erantzun gabe
|
625
|
-
rejected:
|
627
|
+
rejected: Ukatua
|
626
628
|
filter_type_values:
|
627
629
|
all: Guztiak
|
628
630
|
amendments: Zuzenketak
|
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: Ehdotusaineistojen asiakirja
|
15
17
|
proposal:
|
16
18
|
address: Osoite
|
17
19
|
answer: Vastaus
|
@@ -275,18 +277,18 @@ fi-pl:
|
|
275
277
|
notification_title: Ehdotuksesi <a href="%{resource_path}">%{resource_title}</a> on hyväksytty.
|
276
278
|
follower:
|
277
279
|
email_intro: 'Ehdotus "%{resource_title}" on hyväksytty. Voit lukea vastauksen täältä:'
|
278
|
-
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat "%{resource_title}". Voit lopettaa sen seuraamisen edellä esitetyn linkin kautta.
|
280
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta "%{resource_title}". Voit lopettaa sen seuraamisen edellä esitetyn linkin kautta.
|
279
281
|
email_subject: Seuraamasi ehdotus on hyväksytty
|
280
282
|
notification_title: Ehdotus <a href="%{resource_path}">%{resource_title}</a> on hyväksytty.
|
281
283
|
proposal_evaluating:
|
282
284
|
affected_user:
|
283
285
|
email_intro: 'Ehdotustasi "%{resource_title}" arvioidaan parhaillaan. Voit tarkistaa vastauksen täältä:'
|
284
|
-
email_outro:
|
286
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet luonut kohteen "%{resource_title}".
|
285
287
|
email_subject: Ehdotuksesi arvioidaan
|
286
288
|
notification_title: Ehdotuksesi <a href="%{resource_path}">%{resource_title}</a> arvioidaan.
|
287
289
|
follower:
|
288
290
|
email_intro: 'Ehdotusta "%{resource_title}" arvioidaan parhaillaan. Voit tarkistaa vastauksen tältä sivulla:'
|
289
|
-
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat "%{resource_title}". Voit lopettaa sen seuraamisen edellä esitetyn linkin kautta.
|
291
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta "%{resource_title}". Voit lopettaa sen seuraamisen edellä esitetyn linkin kautta.
|
290
292
|
email_subject: Seuraamasi ehdotus on arvioitavana
|
291
293
|
notification_title: Ehdotus <a href="%{resource_path}">%{resource_title}</a> on arvioitavana.
|
292
294
|
proposal_mentioned:
|
@@ -313,7 +315,7 @@ fi-pl:
|
|
313
315
|
notification_title: Ehdotuksesi <a href="%{resource_path}">%{resource_title}</a> on hylätty.
|
314
316
|
follower:
|
315
317
|
email_intro: 'Ehdotus "%{resource_title}" on hylätty. Voit lukea vastauksen tällä sivulla:'
|
316
|
-
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat "%{resource_title}". Voit lopettaa sen seuraamisen edellä esitetyn linkin kautta.
|
318
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta "%{resource_title}". Voit lopettaa sen seuraamisen edellä esitetyn linkin kautta.
|
317
319
|
email_subject: Seuraamasi ehdotus on hylätty
|
318
320
|
notification_title: Ehdotus <a href="%{resource_path}">%{resource_title}</a> on hylätty.
|
319
321
|
proposal_update_category:
|
@@ -616,7 +618,7 @@ fi-pl:
|
|
616
618
|
filter_scope_values:
|
617
619
|
all: Kaikki
|
618
620
|
filter_state_values:
|
619
|
-
accepted:
|
621
|
+
accepted: Hyväksytty
|
620
622
|
all: Kaikki
|
621
623
|
evaluating: Arvioitavana
|
622
624
|
not_answered: Vastaamaton
|
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: Ehdotusaineistojen asiakirja
|
15
17
|
proposal:
|
16
18
|
address: Osoite
|
17
19
|
answer: Vastaus
|
@@ -275,7 +277,7 @@ fi:
|
|
275
277
|
notification_title: Ehdotuksesi <a href="%{resource_path}">%{resource_title}</a> on hyväksytty.
|
276
278
|
follower:
|
277
279
|
email_intro: 'Ehdotus "%{resource_title}" on hyväksytty. Voit lukea vastauksen täältä:'
|
278
|
-
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat "%{resource_title}". Voit lopettaa sen seuraamisen edellä esitetyn linkin kautta.
|
280
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta "%{resource_title}". Voit lopettaa sen seuraamisen edellä esitetyn linkin kautta.
|
279
281
|
email_subject: Seuraamasi ehdotus on hyväksytty
|
280
282
|
notification_title: Ehdotus <a href="%{resource_path}">%{resource_title}</a> on hyväksytty.
|
281
283
|
proposal_evaluating:
|
@@ -286,7 +288,7 @@ fi:
|
|
286
288
|
notification_title: Ehdotuksesi <a href="%{resource_path}">%{resource_title}</a> arvioidaan.
|
287
289
|
follower:
|
288
290
|
email_intro: 'Ehdotusta "%{resource_title}" arvioidaan parhaillaan. Voit tarkistaa vastauksen tältä sivulla:'
|
289
|
-
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat "%{resource_title}". Voit lopettaa sen seuraamisen edellä esitetyn linkin kautta.
|
291
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta "%{resource_title}". Voit lopettaa sen seuraamisen edellä esitetyn linkin kautta.
|
290
292
|
email_subject: Seuraamasi ehdotus on arvioitavana
|
291
293
|
notification_title: Ehdotus <a href="%{resource_path}">%{resource_title}</a> on arvioitavana.
|
292
294
|
proposal_mentioned:
|
@@ -313,7 +315,7 @@ fi:
|
|
313
315
|
notification_title: Ehdotuksesi <a href="%{resource_path}">%{resource_title}</a> on hylätty.
|
314
316
|
follower:
|
315
317
|
email_intro: 'Ehdotus "%{resource_title}" on hylätty. Voit lukea vastauksen tällä sivulla:'
|
316
|
-
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat "%{resource_title}". Voit lopettaa sen seuraamisen edellä esitetyn linkin kautta.
|
318
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta "%{resource_title}". Voit lopettaa sen seuraamisen edellä esitetyn linkin kautta.
|
317
319
|
email_subject: Seuraamasi ehdotus on hylätty
|
318
320
|
notification_title: Ehdotus <a href="%{resource_path}">%{resource_title}</a> on hylätty.
|
319
321
|
proposal_update_category:
|
@@ -616,7 +618,7 @@ fi:
|
|
616
618
|
filter_scope_values:
|
617
619
|
all: Kaikki
|
618
620
|
filter_state_values:
|
619
|
-
accepted:
|
621
|
+
accepted: Hyväksytty
|
620
622
|
all: Kaikki
|
621
623
|
evaluating: Arvioitavana
|
622
624
|
not_answered: Vastaamaton
|
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 du texte participatif
|
15
17
|
proposal:
|
16
18
|
address: Adresse
|
17
19
|
answer: Répondre
|
@@ -275,7 +277,7 @@ fr-CA:
|
|
275
277
|
notification_title: Votre proposition <a href="%{resource_path}">%{resource_title}</a> a été acceptée.
|
276
278
|
follower:
|
277
279
|
email_intro: 'La proposition "%{resource_title}" a été acceptée. Vous pouvez lire la réponse sur cette page :'
|
278
|
-
email_outro: Vous
|
280
|
+
email_outro: Vous recevez cette notification car vous suivez « %{resource_title} ». Vous pouvez annuler ce suivi en allant sur le lien précédent.
|
279
281
|
email_subject: Une proposition que vous suivez a été acceptée
|
280
282
|
notification_title: La proposition <a href="%{resource_path}">%{resource_title}</a> a été acceptée.
|
281
283
|
proposal_evaluating:
|
@@ -286,7 +288,7 @@ fr-CA:
|
|
286
288
|
notification_title: Votre proposition <a href="%{resource_path}">%{resource_title}</a> est en cours d'évaluation.
|
287
289
|
follower:
|
288
290
|
email_intro: 'La proposition "%{resource_title}" est en cours d''évaluation. Vous pouvez consulter cette page pour voir si une réponse a été formulée :'
|
289
|
-
email_outro: Vous
|
291
|
+
email_outro: Vous recevez cette notification car vous suivez « %{resource_title} ». Vous pouvez annuler ce suivi en allant sur le lien précédent.
|
290
292
|
email_subject: Une proposition que vous suivez est en cours d'évaluation
|
291
293
|
notification_title: La proposition <a href="%{resource_path}">%{resource_title}</a> est en cours d'évaluation.
|
292
294
|
proposal_mentioned:
|
@@ -313,7 +315,7 @@ fr-CA:
|
|
313
315
|
notification_title: Votre proposition <a href="%{resource_path}">%{resource_title}</a> a été rejetée.
|
314
316
|
follower:
|
315
317
|
email_intro: 'La proposition "%{resource_title}" n''a pas été retenue. Vous pouvez lire le commentaire ici :'
|
316
|
-
email_outro: Vous
|
318
|
+
email_outro: Vous recevez cette notification car vous suivez « %{resource_title} ». Vous pouvez annuler ce suivi en allant sur le lien précédent.
|
317
319
|
email_subject: Une proposition que vous suivez n'a pas été retenue
|
318
320
|
notification_title: La proposition <a href="%{resource_path}">%{resource_title}</a> n'a pas été retenue.
|
319
321
|
proposal_update_category:
|
@@ -472,7 +474,7 @@ fr-CA:
|
|
472
474
|
accepted: Retenue
|
473
475
|
answer_proposal: Répondre
|
474
476
|
evaluating: En cours d'évaluation
|
475
|
-
not_answered:
|
477
|
+
not_answered: En attente de réponse
|
476
478
|
rejected: Non retenue
|
477
479
|
title: Réponse à la proposition %{title}
|
478
480
|
proposal_notes:
|
@@ -617,11 +619,11 @@ fr-CA:
|
|
617
619
|
filter_scope_values:
|
618
620
|
all: Tout
|
619
621
|
filter_state_values:
|
620
|
-
accepted:
|
622
|
+
accepted: Retenue
|
621
623
|
all: Tout
|
622
624
|
evaluating: En cours d'évaluation
|
623
625
|
not_answered: En attente de réponse
|
624
|
-
rejected:
|
626
|
+
rejected: Non retenue
|
625
627
|
filter_type_values:
|
626
628
|
all: Tout
|
627
629
|
amendments: Amendements
|
@@ -939,7 +941,7 @@ fr-CA:
|
|
939
941
|
step_1: Créer une proposition
|
940
942
|
step_2: Comparer aux autres propositions
|
941
943
|
step_3: Compléter votre proposition
|
942
|
-
step_4: Publier
|
944
|
+
step_4: Publier la proposition
|
943
945
|
step_of: Étape %{current_step_num} sur %{total_steps}
|
944
946
|
title: Étapes de création de proposition
|
945
947
|
proposals_picker:
|
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 du texte participatif
|
15
17
|
proposal:
|
16
18
|
address: Adresse
|
17
19
|
answer: Répondre
|
@@ -275,7 +277,7 @@ fr:
|
|
275
277
|
notification_title: Votre proposition <a href="%{resource_path}">%{resource_title}</a> a été acceptée.
|
276
278
|
follower:
|
277
279
|
email_intro: 'La proposition "%{resource_title}" a été acceptée. Vous pouvez lire la réponse sur cette page :'
|
278
|
-
email_outro: Vous
|
280
|
+
email_outro: Vous recevez cette notification car vous suivez « %{resource_title} ». Vous pouvez annuler ce suivi en allant sur le lien précédent.
|
279
281
|
email_subject: Une proposition que vous suivez a été acceptée
|
280
282
|
notification_title: La proposition <a href="%{resource_path}">%{resource_title}</a> a été acceptée.
|
281
283
|
proposal_evaluating:
|
@@ -286,7 +288,7 @@ fr:
|
|
286
288
|
notification_title: Votre proposition <a href="%{resource_path}">%{resource_title}</a> est en cours d'évaluation.
|
287
289
|
follower:
|
288
290
|
email_intro: 'La proposition "%{resource_title}" est en cours d''évaluation. Vous pouvez consulter cette page pour voir si une réponse a été formulée :'
|
289
|
-
email_outro: Vous
|
291
|
+
email_outro: Vous recevez cette notification car vous suivez « %{resource_title} ». Vous pouvez annuler ce suivi en allant sur le lien précédent.
|
290
292
|
email_subject: Une proposition que vous suivez est en cours d'évaluation
|
291
293
|
notification_title: La proposition <a href="%{resource_path}">%{resource_title}</a> est en cours d'évaluation.
|
292
294
|
proposal_mentioned:
|
@@ -313,7 +315,7 @@ fr:
|
|
313
315
|
notification_title: Votre proposition <a href="%{resource_path}">%{resource_title}</a> a été rejetée.
|
314
316
|
follower:
|
315
317
|
email_intro: 'La proposition "%{resource_title}" n''a pas été retenue. Vous pouvez lire le commentaire ici :'
|
316
|
-
email_outro: Vous
|
318
|
+
email_outro: Vous recevez cette notification car vous suivez « %{resource_title} ». Vous pouvez annuler ce suivi en allant sur le lien précédent.
|
317
319
|
email_subject: Une proposition que vous suivez n'a pas été retenue
|
318
320
|
notification_title: La proposition <a href="%{resource_path}">%{resource_title}</a> n'a pas été retenue.
|
319
321
|
proposal_update_category:
|
@@ -472,7 +474,7 @@ fr:
|
|
472
474
|
accepted: Retenue
|
473
475
|
answer_proposal: Répondre
|
474
476
|
evaluating: En cours d'évaluation
|
475
|
-
not_answered:
|
477
|
+
not_answered: En attente de réponse
|
476
478
|
rejected: Non retenue
|
477
479
|
title: Réponse à la proposition %{title}
|
478
480
|
proposal_notes:
|
@@ -617,11 +619,11 @@ fr:
|
|
617
619
|
filter_scope_values:
|
618
620
|
all: Tout
|
619
621
|
filter_state_values:
|
620
|
-
accepted:
|
622
|
+
accepted: Retenue
|
621
623
|
all: Tout
|
622
624
|
evaluating: En cours d'évaluation
|
623
625
|
not_answered: En attente de réponse
|
624
|
-
rejected:
|
626
|
+
rejected: Non retenue
|
625
627
|
filter_type_values:
|
626
628
|
all: Tout
|
627
629
|
amendments: Amendements
|
@@ -939,7 +941,7 @@ fr:
|
|
939
941
|
step_1: Créer une proposition
|
940
942
|
step_2: Comparer aux autres propositions
|
941
943
|
step_3: Compléter votre proposition
|
942
|
-
step_4: Publier
|
944
|
+
step_4: Publier la proposition
|
943
945
|
step_of: Étape %{current_step_num} sur %{total_steps}
|
944
946
|
title: Étapes de création de proposition
|
945
947
|
proposals_picker:
|
data/config/locales/ga-IE.yml
CHANGED
@@ -30,6 +30,12 @@ ga:
|
|
30
30
|
few: Moltaí
|
31
31
|
many: Moltaí
|
32
32
|
other: Moltaí
|
33
|
+
decidim/proposals/proposal_vote:
|
34
|
+
one: Tacaíocht
|
35
|
+
two: Tacaíochtaí
|
36
|
+
few: Tacaíochtaí
|
37
|
+
many: Tacaíochtaí
|
38
|
+
other: Tacaíochtaí
|
33
39
|
decidim:
|
34
40
|
admin:
|
35
41
|
filters:
|
@@ -240,6 +246,13 @@ ga:
|
|
240
246
|
filters_small_view:
|
241
247
|
filter: Scag
|
242
248
|
unfold: Oscail
|
249
|
+
linked_proposals:
|
250
|
+
proposal_votes:
|
251
|
+
one: tacaíocht
|
252
|
+
two: tacaíochtaí
|
253
|
+
few: tacaíochtaí
|
254
|
+
many: tacaíochtaí
|
255
|
+
other: tacaíochtaí
|
243
256
|
new:
|
244
257
|
send: Lean ar aghaidh
|
245
258
|
orders:
|
data/config/locales/gl.yml
CHANGED
@@ -157,7 +157,6 @@ gl:
|
|
157
157
|
proposal_wizard_step_1_help_text: Asistente de propostas "Crear" texto de axuda paso a paso
|
158
158
|
proposal_wizard_step_2_help_text: Asistente de propostas "Comparar" texto de axuda paso a paso
|
159
159
|
proposal_wizard_step_3_help_text: Asistente de propostas Texto de axuda de paso "Completo"
|
160
|
-
proposal_wizard_step_4_help_text: Asistente de propostas "Publica" o texto de axuda paso a paso
|
161
160
|
resources_permissions_enabled: Os permisos de acción pódense establecer para cada proposta
|
162
161
|
scope_id: Ámbito
|
163
162
|
scopes_enabled: Ámbitos habilitados
|
@@ -224,7 +223,6 @@ gl:
|
|
224
223
|
notification_title: A túa proposta <a href="%{resource_path}">%{resource_title}</a> foi aceptada.
|
225
224
|
follower:
|
226
225
|
email_intro: 'A proposta "%{resource_title}" foi aceptada. Podes ler a resposta nesta páxina:'
|
227
|
-
email_outro: Recibiches esta notificación porque estás seguindo "%{resource_title}". Podes deixar de seguir desde a ligazón anterior.
|
228
226
|
email_subject: Aceptouse unha proposta que estás seguindo
|
229
227
|
notification_title: A proposta <a href="%{resource_path}">%{resource_title}</a> foi aceptada.
|
230
228
|
proposal_evaluating:
|
@@ -235,7 +233,6 @@ gl:
|
|
235
233
|
notification_title: A súa proposta <a href="%{resource_path}">%{resource_title}</a> está sendo avaliada.
|
236
234
|
follower:
|
237
235
|
email_intro: 'A proposta "%{resource_title}" está a ser avaliada. Podes consultar unha resposta nesta páxina:'
|
238
|
-
email_outro: Recibiches esta notificación porque estás seguindo "%{resource_title}". Podes deixar de seguir desde a ligazón anterior.
|
239
236
|
email_subject: Estase evaluando unha proposta que estás seguindo
|
240
237
|
notification_title: A proposta <a href="%{resource_path}">%{resource_title}</a> está a ser avaliada.
|
241
238
|
proposal_mentioned:
|
@@ -259,7 +256,6 @@ gl:
|
|
259
256
|
notification_title: A túa proposta <a href="%{resource_path}">%{resource_title}</a> foi rexeitada.
|
260
257
|
follower:
|
261
258
|
email_intro: 'A proposta "%{resource_title}" foi rexeitada. Podes ler a resposta nesta páxina:'
|
262
|
-
email_outro: Recibiches esta notificación porque estás seguindo "%{resource_title}". Podes deixar de seguir desde a ligazón anterior.
|
263
259
|
email_subject: A proposta que segues foi rexeitada
|
264
260
|
notification_title: A proposta <a href="%{resource_path}">%{resource_title}</a> foi rexeitada.
|
265
261
|
proposal_update_category:
|
@@ -396,6 +392,7 @@ gl:
|
|
396
392
|
accepted: Aceptada
|
397
393
|
answer_proposal: Resposta
|
398
394
|
evaluating: Avaliación
|
395
|
+
not_answered: Non respondeu
|
399
396
|
rejected: Rexeitado
|
400
397
|
title: Resposta á proposta %{title}
|
401
398
|
proposal_notes:
|
@@ -665,7 +662,7 @@ gl:
|
|
665
662
|
error: Houbo erros ao votar a proposta.
|
666
663
|
proposals:
|
667
664
|
compare:
|
668
|
-
continue:
|
665
|
+
continue: Continuar
|
669
666
|
no_similars_found: Ben feito! Non se atoparon propostas similares
|
670
667
|
title: Propostas similares
|
671
668
|
complete:
|
@@ -0,0 +1 @@
|
|
1
|
+
he:
|
data/config/locales/hu.yml
CHANGED
@@ -11,6 +11,8 @@ hu:
|
|
11
11
|
state: Állapot
|
12
12
|
title: Cím
|
13
13
|
user_group_id: Közösen szerkesztett vázlat
|
14
|
+
import_participatory_text:
|
15
|
+
document: Közösen szerkesztendő szöveg
|
14
16
|
proposal:
|
15
17
|
address: Cím
|
16
18
|
answer: Válasz
|
@@ -20,6 +22,7 @@ hu:
|
|
20
22
|
category_id: Kategória
|
21
23
|
decidim_scope_id: Hatáskör
|
22
24
|
has_address: Van lakcíme
|
25
|
+
scope_id: Hatáskör
|
23
26
|
state: Állapot
|
24
27
|
suggested_hashtags: Javasolt hashtagek
|
25
28
|
title: Cím
|
@@ -124,6 +127,8 @@ hu:
|
|
124
127
|
comments_enabled: Megjegyzések engedélyezve
|
125
128
|
default_sort_order: Alapértelmezett javaslat rendezés
|
126
129
|
default_sort_order_help: Az alapértelmezett azt jelenti, hogy ha a támogatások engedélyezettek, a javaslatok véletlenszerűség szerint rendezve fog megjelenni, és ha a támogatások blokkolva vannak, akkor a leginkább támogatottak szerint lesznek rendezve.
|
130
|
+
default_sort_order_options:
|
131
|
+
most_endorsed: Legtámogatottabb
|
127
132
|
geocoding_enabled: Geokódolás engedélyezve
|
128
133
|
minimum_votes_per_user: Minimális támogatás felhasználónként
|
129
134
|
new_proposal_body_template: Új javaslat szövegtörzse
|
@@ -143,7 +148,6 @@ hu:
|
|
143
148
|
proposal_wizard_step_1_help_text: Javaslat varázsló "Létrehozás" gomb súgójának szövege
|
144
149
|
proposal_wizard_step_2_help_text: Javaslat varázsló "Összehasonlítás" gomb súgójának szövege
|
145
150
|
proposal_wizard_step_3_help_text: Javaslat varázsló "Teljesítés" gomb súgójának szövege
|
146
|
-
proposal_wizard_step_4_help_text: Javaslat varázsló "Közzététel" gomb súgójának szövege
|
147
151
|
resources_permissions_enabled: Egyes javaslatokhoz műveleti engedélyeket állíthatsz be
|
148
152
|
threshold_per_proposal: Küszöbérték javaslatonként
|
149
153
|
vote_limit: Támogatási limit felhasználónként
|
@@ -167,6 +171,8 @@ hu:
|
|
167
171
|
creation_enabled_readonly: Ez a beállítás le van tiltva, ha aktiválja a Részvételi Szövegek funkciót. A javaslatok részvételi szövegekként való feltöltéséhez kattintson a Részvételi Szövegek gombra és kövesse az utasításokat.
|
168
172
|
default_sort_order: Alapértelmezett javaslat rendezés
|
169
173
|
default_sort_order_help: Az alapértelmezett azt jelenti, hogy ha a támogatások engedélyezettek, a javaslatok véletlenszerűség szerint rendezve fog megjelenni, és ha a támogatások blokkolva vannak, akkor a leginkább támogatottak szerint lesznek rendezve.
|
174
|
+
default_sort_order_options:
|
175
|
+
most_endorsed: Legtámogatottabb
|
170
176
|
endorsements_blocked: Jóváhagyások letiltva
|
171
177
|
endorsements_enabled: Jóváhagyások engedélyezve
|
172
178
|
proposal_answering_enabled: Javaslat válasz engedélyezve
|
@@ -220,7 +226,6 @@ hu:
|
|
220
226
|
notification_title: Javaslata <a href="%{resource_path}">%{resource_title}</a> elfogadva.
|
221
227
|
follower:
|
222
228
|
email_intro: 'A(z) "%{resource_title}" című javaslat elfogadva. További részletek a következő oldalon:'
|
223
|
-
email_outro: 'Ezt az értesítést azért kaptad, mert ezt követed: "%{resource_title}". Leiratkozás az előző link segítségével.'
|
224
229
|
email_subject: A követett javaslatot elfogadták
|
225
230
|
notification_title: A <a href="%{resource_path}">%{resource_title}</a> című javaslatot elfogadták.
|
226
231
|
proposal_evaluating:
|
@@ -231,7 +236,6 @@ hu:
|
|
231
236
|
notification_title: Javaslata <a href="%{resource_path}">%{resource_title}</a> értékelődik.
|
232
237
|
follower:
|
233
238
|
email_intro: 'A(z) "%{resource_title}" című javaslatot éppen értékelik. További részletek a következő oldalon:'
|
234
|
-
email_outro: 'Ezt az értesítést azért kaptad, mert ezt követed: "%{resource_title}". Leiratkozás az előző link segítségével.'
|
235
239
|
email_subject: A követett javaslat értékelése folyamatban van
|
236
240
|
notification_title: A(z) <a href="%{resource_path}">%{resource_title}</a> javaslat értékelése folyamatban.
|
237
241
|
proposal_mentioned:
|
@@ -258,7 +262,6 @@ hu:
|
|
258
262
|
notification_title: Javaslata <a href="%{resource_path}">%{resource_title}</a> elutasításra került.
|
259
263
|
follower:
|
260
264
|
email_intro: 'A(z) "%{resource_title}" című javaslat elutasítva. További részletek a következő oldalon:'
|
261
|
-
email_outro: 'Ezt az értesítést azért kaptad, mert ezt követed: "%{resource_title}". Leiratkozás az előző link segítségével.'
|
262
265
|
email_subject: A követett javaslatot elutasították
|
263
266
|
notification_title: A(z) <a href="%{resource_path}">%{resource_title}</a> című javaslatot elutasították.
|
264
267
|
proposal_update_category:
|
@@ -317,9 +320,9 @@ hu:
|
|
317
320
|
object: javaslatok
|
318
321
|
title: Elfogadott javaslatok
|
319
322
|
endorsements:
|
320
|
-
description: A javaslatokhoz kapcsolódó
|
321
|
-
object:
|
322
|
-
title:
|
323
|
+
description: A javaslatokhoz kapcsolódó támogatások száma
|
324
|
+
object: támogatások
|
325
|
+
title: Támogatások
|
323
326
|
proposals:
|
324
327
|
description: A létrehozott javaslatok száma
|
325
328
|
object: javaslatok
|
@@ -405,7 +408,7 @@ hu:
|
|
405
408
|
accepted: Elfogadva
|
406
409
|
answer_proposal: Válasz
|
407
410
|
evaluating: Értékelés
|
408
|
-
not_answered:
|
411
|
+
not_answered: Nem megválaszolt
|
409
412
|
rejected: Elutasítva
|
410
413
|
title: Válasz a(z) %{title} javaslatra
|
411
414
|
proposal_notes:
|
@@ -469,8 +472,8 @@ hu:
|
|
469
472
|
comments_positive_count: Kedvenc
|
470
473
|
created_at: Létrehozás dátuma
|
471
474
|
documents: Dokumentumok
|
472
|
-
endorsements_count:
|
473
|
-
endorsements_ranking:
|
475
|
+
endorsements_count: Támogatások száma
|
476
|
+
endorsements_ranking: Támogatások szerinti besorolás
|
474
477
|
endorsers: Támogatók
|
475
478
|
link: Link
|
476
479
|
n_more_endorsers:
|
@@ -701,7 +704,7 @@ hu:
|
|
701
704
|
error: Hiba történt a javaslatra való szavazás során.
|
702
705
|
proposals:
|
703
706
|
compare:
|
704
|
-
continue:
|
707
|
+
continue: Tovább
|
705
708
|
no_similars_found: Szép munka! Nincsen hasonló javaslat
|
706
709
|
title: Hasonló javaslatok
|
707
710
|
complete:
|
@@ -718,6 +721,7 @@ hu:
|
|
718
721
|
back: Vissza
|
719
722
|
edit_documents: Dokumentum szerkesztése
|
720
723
|
edit_image: Kép szerkesztése
|
724
|
+
gallery_legend: "(Opcionális) Hozzáadhat egy képet a javaslat lapjához"
|
721
725
|
select_a_category: Válassz kategóriát
|
722
726
|
send: Küldés
|
723
727
|
title: Javaslat szerkesztése
|
@@ -853,6 +857,7 @@ hu:
|
|
853
857
|
proposals_picker:
|
854
858
|
choose_proposals: Javaslatok kiválasztása
|
855
859
|
close: Bezár
|
860
|
+
more_proposals: '%{number} további javaslat érhető el. Finomítsa keresését, hogy megtalálja ezeket.'
|
856
861
|
no_proposals: Egyetlen javaslat sem felel meg a keresési feltételeknek, vagy nincsenek javaslatok.
|
857
862
|
publish:
|
858
863
|
error: Hiba történt a javaslat közzététele során.
|