decidim-proposals 0.28.0 → 0.28.1
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/controllers/decidim/proposals/admin/participatory_texts_controller.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/views/decidim/proposals/admin/participatory_texts/index.html.erb +2 -2
- data/app/views/decidim/proposals/admin/participatory_texts/new_import.html.erb +3 -3
- data/app/views/decidim/proposals/admin/proposals/_proposal-tr.html.erb +1 -1
- data/app/views/decidim/proposals/admin/proposals/edit.html.erb +2 -2
- data/app/views/decidim/proposals/admin/proposals/index.html.erb +2 -2
- data/app/views/decidim/proposals/admin/proposals/new.html.erb +2 -2
- data/app/views/decidim/proposals/admin/proposals/update_attribute.js.erb +2 -1
- data/app/views/decidim/proposals/admin/proposals_imports/new.html.erb +2 -2
- data/app/views/decidim/proposals/collaborative_drafts/show.html.erb +1 -1
- data/app/views/decidim/proposals/proposals/preview.html.erb +1 -1
- data/app/views/decidim/proposals/proposals/show.html.erb +2 -2
- data/config/locales/ar.yml +1 -4
- data/config/locales/bg.yml +23 -2
- data/config/locales/ca.yml +25 -25
- data/config/locales/cs.yml +3 -3
- data/config/locales/de.yml +5 -5
- data/config/locales/el.yml +0 -3
- data/config/locales/es-MX.yml +5 -5
- data/config/locales/es-PY.yml +6 -6
- data/config/locales/es.yml +17 -17
- data/config/locales/eu.yml +3 -3
- data/config/locales/fi-plain.yml +5 -5
- data/config/locales/fi.yml +4 -4
- data/config/locales/fr-CA.yml +6 -6
- data/config/locales/fr.yml +6 -6
- data/config/locales/gl.yml +1 -3
- data/config/locales/he-IL.yml +14 -0
- data/config/locales/hu.yml +10 -8
- data/config/locales/id-ID.yml +1 -3
- data/config/locales/is-IS.yml +4 -3
- data/config/locales/it.yml +3 -5
- data/config/locales/ja.yml +23 -17
- data/config/locales/lt.yml +0 -3
- data/config/locales/lv.yml +1 -3
- data/config/locales/nl.yml +4 -6
- data/config/locales/no.yml +1 -3
- data/config/locales/pl.yml +65 -4
- data/config/locales/pt-BR.yml +41 -4
- data/config/locales/pt.yml +1 -3
- data/config/locales/ro-RO.yml +1 -3
- data/config/locales/ru.yml +6 -3
- data/config/locales/sk.yml +5 -7
- data/config/locales/sv.yml +3 -6
- data/config/locales/tr-TR.yml +7 -6
- data/config/locales/uk.yml +6 -3
- data/config/locales/zh-CN.yml +1 -3
- data/config/locales/zh-TW.yml +0 -3
- data/db/migrate/20240404202756_add_valuation_assignments_count_to_decidim_proposals_proposals.rb +16 -0
- data/decidim-proposals.gemspec +47 -0
- data/lib/decidim/proposals/engine.rb +2 -2
- data/lib/decidim/proposals/proposal_serializer.rb +1 -0
- data/lib/decidim/proposals/test/factories.rb +62 -84
- data/lib/decidim/proposals/valuatable.rb +2 -1
- data/lib/decidim/proposals/version.rb +1 -1
- metadata +29 -28
- data/config/brakeman.ignore +0 -63
- data/config/environment.rb +0 -3
data/config/locales/es-MX.yml
CHANGED
@@ -277,7 +277,7 @@ es-MX:
|
|
277
277
|
notification_title: Su propuesta <a href="%{resource_path}">%{resource_title}</a> ha sido aceptada.
|
278
278
|
follower:
|
279
279
|
email_intro: 'La propuesta "%{resource_title}" ha sido aceptada. Puedes leer la respuesta en esta página:'
|
280
|
-
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.
|
281
281
|
email_subject: Se ha aceptado una propesta que estás siguiendo
|
282
282
|
notification_title: La propuesta <a href="%{resource_path}">%{resource_title}</a> ha sido aceptada.
|
283
283
|
proposal_evaluating:
|
@@ -288,7 +288,7 @@ es-MX:
|
|
288
288
|
notification_title: Su propuesta <a href="%{resource_path}">%{resource_title}</a> está siendo evaluada.
|
289
289
|
follower:
|
290
290
|
email_intro: 'La propuesta "%{resource_title}" se está evaluando actualmente. Puedes encontrar la respuesta en esta página:'
|
291
|
-
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.
|
292
292
|
email_subject: Se está evaluando una propuesta que estás siguiendo
|
293
293
|
notification_title: La propuesta <a href="%{resource_path}">%{resource_title}</a> está siendo evaluada.
|
294
294
|
proposal_mentioned:
|
@@ -315,7 +315,7 @@ es-MX:
|
|
315
315
|
notification_title: Su propuesta <a href="%{resource_path}">%{resource_title}</a> ha sido rechazada.
|
316
316
|
follower:
|
317
317
|
email_intro: 'La propuesta "%{resource_title}" ha sido rechazada. Puedes leer la respuesta en esta página:'
|
318
|
-
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.
|
319
319
|
email_subject: Se ha rechazado una propuesta que estás siguiendo
|
320
320
|
notification_title: La propuesta <a href="%{resource_path}">%{resource_title}</a> ha sido rechazada.
|
321
321
|
proposal_update_category:
|
@@ -608,11 +608,11 @@ es-MX:
|
|
608
608
|
participants: Participantes
|
609
609
|
user_groups: Grupos de Usuarios
|
610
610
|
filter_state_values:
|
611
|
-
accepted:
|
611
|
+
accepted: Aceptadas
|
612
612
|
all: Todos
|
613
613
|
evaluating: En evaluación
|
614
614
|
not_answered: No contestada
|
615
|
-
rejected:
|
615
|
+
rejected: Rechazada
|
616
616
|
filter_type_values:
|
617
617
|
all: Todos
|
618
618
|
amendments: Enmiendas
|
data/config/locales/es-PY.yml
CHANGED
@@ -277,7 +277,7 @@ es-PY:
|
|
277
277
|
notification_title: Su propuesta <a href="%{resource_path}">%{resource_title}</a> ha sido aceptada.
|
278
278
|
follower:
|
279
279
|
email_intro: 'La propuesta "%{resource_title}" ha sido aceptada. Puedes leer la respuesta en esta página:'
|
280
|
-
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.
|
281
281
|
email_subject: Se ha aceptado una propesta que estás siguiendo
|
282
282
|
notification_title: La propuesta <a href="%{resource_path}">%{resource_title}</a> ha sido aceptada.
|
283
283
|
proposal_evaluating:
|
@@ -288,7 +288,7 @@ es-PY:
|
|
288
288
|
notification_title: Su propuesta <a href="%{resource_path}">%{resource_title}</a> está siendo evaluada.
|
289
289
|
follower:
|
290
290
|
email_intro: 'La propuesta "%{resource_title}" se está evaluando actualmente. Puedes encontrar la respuesta en esta página:'
|
291
|
-
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.
|
292
292
|
email_subject: Se está evaluando una propuesta que estás siguiendo
|
293
293
|
notification_title: La propuesta <a href="%{resource_path}">%{resource_title}</a> está siendo evaluada.
|
294
294
|
proposal_mentioned:
|
@@ -315,7 +315,7 @@ es-PY:
|
|
315
315
|
notification_title: Su propuesta <a href="%{resource_path}">%{resource_title}</a> ha sido rechazada.
|
316
316
|
follower:
|
317
317
|
email_intro: 'La propuesta "%{resource_title}" ha sido rechazada. Puedes leer la respuesta en esta página:'
|
318
|
-
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.
|
319
319
|
email_subject: Se ha rechazado una propuesta que estás siguiendo
|
320
320
|
notification_title: La propuesta <a href="%{resource_path}">%{resource_title}</a> ha sido rechazada.
|
321
321
|
proposal_update_category:
|
@@ -608,11 +608,11 @@ es-PY:
|
|
608
608
|
participants: Participantes
|
609
609
|
user_groups: Grupos de Usuarios
|
610
610
|
filter_state_values:
|
611
|
-
accepted:
|
611
|
+
accepted: Aceptadas
|
612
612
|
all: Todos
|
613
|
-
evaluating:
|
613
|
+
evaluating: En evaluación
|
614
614
|
not_answered: No contestada
|
615
|
-
rejected:
|
615
|
+
rejected: Rechazada
|
616
616
|
filter_type_values:
|
617
617
|
all: Todos
|
618
618
|
amendments: Enmiendas
|
data/config/locales/es.yml
CHANGED
@@ -109,7 +109,7 @@ es:
|
|
109
109
|
state_eq:
|
110
110
|
label: Estado
|
111
111
|
values:
|
112
|
-
accepted:
|
112
|
+
accepted: Aceptadas
|
113
113
|
evaluating: En evaluación
|
114
114
|
not_answered: Sin respuesta
|
115
115
|
published: Publicada
|
@@ -236,22 +236,22 @@ es:
|
|
236
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>.
|
237
237
|
collaborative_draft_access_rejected:
|
238
238
|
email_intro: 'Se ha denegado que %{requester_name} acceda como contribuidora del borrador colaborativo <a href="%{resource_url}">%{resource_title}</a>.'
|
239
|
-
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>".
|
240
240
|
email_subject: "%{requester_name} ha sido rechazado para acceder como contribuidora del borrador colaborativo %{resource_title}."
|
241
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>.
|
242
242
|
collaborative_draft_access_requested:
|
243
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>.'
|
244
|
-
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>".
|
245
245
|
email_subject: "%{requester_name} ha solicitado acceso para contribuir a %{resource_title}."
|
246
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>.
|
247
247
|
collaborative_draft_access_requester_accepted:
|
248
248
|
email_intro: Has sido aceptada para acceder como contribuidora del borrador colaborativo <a href="%{resource_url}">%{resource_title}</a>.
|
249
|
-
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>".
|
250
250
|
email_subject: Has sido aceptada como contribuidora de %{resource_title}.
|
251
251
|
notification_title: Has sido aceptada <strong>acceder como contribuidora</strong> del borrador colaborativo <a href="%{resource_path}">%{resource_title}</a>.
|
252
252
|
collaborative_draft_access_requester_rejected:
|
253
253
|
email_intro: Ha sido rechazada para acceder como contribuidora del borrador colaborativo <a href="%{resource_url}">%{resource_title}</a>.
|
254
|
-
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>".
|
255
255
|
email_subject: Has sido rechazada como contribuidora de %{resource_title}.
|
256
256
|
notification_title: Has sido <strong>rechazada como contribuidora</strong> del borrador colaborativo <a href="%{resource_path}">%{resource_title}</a>.
|
257
257
|
collaborative_draft_withdrawn:
|
@@ -272,28 +272,28 @@ es:
|
|
272
272
|
proposal_accepted:
|
273
273
|
affected_user:
|
274
274
|
email_intro: 'Tu propuesta "%{resource_title}" ha sido aceptada. Puedes leer la respuesta en esta página:'
|
275
|
-
email_outro: Has recibido esta notificación porque
|
275
|
+
email_outro: Has recibido esta notificación porque presentaste la propuesta "%{resource_title}".
|
276
276
|
email_subject: Tu propuesta ha sido aceptada
|
277
277
|
notification_title: Tu propuesta <a href="%{resource_path}">%{resource_title}</a> ha sido aceptada.
|
278
278
|
follower:
|
279
279
|
email_intro: 'La propuesta "%{resource_title}" ha sido aceptada. Puedes leer la respuesta en esta página:'
|
280
|
-
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.
|
281
281
|
email_subject: Se ha aceptado una propesta que estás siguiendo
|
282
282
|
notification_title: La propuesta <a href="%{resource_path}">%{resource_title}</a> ha sido aceptada.
|
283
283
|
proposal_evaluating:
|
284
284
|
affected_user:
|
285
285
|
email_intro: 'Tu propuesta "%{resource_title}" está siendo evaluada. Puedes consultar la respuesta en esta página:'
|
286
|
-
email_outro: Has recibido esta notificación porque
|
286
|
+
email_outro: Has recibido esta notificación porque presentaste la propuesta "%{resource_title}".
|
287
287
|
email_subject: Tu propuesta está siendo evaluada
|
288
288
|
notification_title: Tu propuesta <a href="%{resource_path}">%{resource_title}</a> está siendo evaluada.
|
289
289
|
follower:
|
290
290
|
email_intro: 'La propuesta "%{resource_title}" se está evaluando actualmente. Puedes encontrar la respuesta en esta página:'
|
291
|
-
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.
|
292
292
|
email_subject: Se está evaluando una propuesta que estás siguiendo
|
293
293
|
notification_title: La propuesta <a href="%{resource_path}">%{resource_title}</a> está siendo evaluada.
|
294
294
|
proposal_mentioned:
|
295
295
|
email_intro: Tu propuesta "%{mentioned_proposal_title}" se ha mencionado <a href="%{resource_url}"> en este espacio</a> en los comentarios.
|
296
|
-
email_outro: Has recibido esta notificación porque
|
296
|
+
email_outro: Has recibido esta notificación porque presentaste la propuesta "%{resource_title}".
|
297
297
|
email_subject: Tu propuesta "%{mentioned_proposal_title}" ha sido mencionada
|
298
298
|
notification_title: Tu propuesta "%{mentioned_proposal_title}" se ha mencionado <a href="%{resource_path}">en este espacio</a> en los comentarios.
|
299
299
|
proposal_published:
|
@@ -302,20 +302,20 @@ es:
|
|
302
302
|
email_subject: Nueva propuesta "%{resource_title}" de %{author_nickname}
|
303
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>.
|
304
304
|
proposal_published_for_space:
|
305
|
-
email_intro: La propuesta "%{resource_title}" se ha añadido en "%{participatory_space_title}", que estás siguiendo.
|
306
|
-
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.
|
307
307
|
email_subject: Nueva propuesta "%{resource_title}" añadida a %{participatory_space_title}
|
308
308
|
notification_title: '%{author} ha añadido la propuesta <a href="%{resource_path}">%{resource_title}</a> a %{participatory_space_title}.'
|
309
309
|
notification_title_official: Se ha añadido la propuesta oficial <a href="%{resource_path}">%{resource_title}</a> en %{participatory_space_title}.
|
310
310
|
proposal_rejected:
|
311
311
|
affected_user:
|
312
312
|
email_intro: 'Tu propuesta "%{resource_title}" ha sido rechazada. Puedes leer la respuesta en esta página:'
|
313
|
-
email_outro: Has recibido esta notificación porque
|
313
|
+
email_outro: Has recibido esta notificación porque presentaste la propuesta "%{resource_title}".
|
314
314
|
email_subject: Tu propuesta ha sido rechazada
|
315
315
|
notification_title: Tu propuesta <a href="%{resource_path}">%{resource_title}</a> ha sido rechazada.
|
316
316
|
follower:
|
317
317
|
email_intro: 'La propuesta "%{resource_title}" ha sido rechazada. Puedes leer la respuesta en esta página:'
|
318
|
-
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.
|
319
319
|
email_subject: Se ha rechazado una propuesta que estás siguiendo
|
320
320
|
notification_title: La propuesta <a href="%{resource_path}">%{resource_title}</a> ha sido rechazada.
|
321
321
|
proposal_update_category:
|
@@ -472,7 +472,7 @@ es:
|
|
472
472
|
success: Texto participativo actualizado correctamente.
|
473
473
|
proposal_answers:
|
474
474
|
form:
|
475
|
-
accepted:
|
475
|
+
accepted: Aceptada
|
476
476
|
answer_proposal: Respuesta
|
477
477
|
evaluating: En evaluación
|
478
478
|
not_answered: No contestada
|
@@ -595,7 +595,7 @@ es:
|
|
595
595
|
create: "%{user_name} asignó la propuesta %{resource_name} a una evaluadora"
|
596
596
|
delete: "%{user_name} desasignó una evaluadora de la propuesta %{proposal_title}"
|
597
597
|
answers:
|
598
|
-
accepted:
|
598
|
+
accepted: Aceptada
|
599
599
|
evaluating: En evaluación
|
600
600
|
not_answered: No contestada
|
601
601
|
rejected: Rechazada
|
@@ -681,7 +681,7 @@ es:
|
|
681
681
|
requests:
|
682
682
|
accepted_request:
|
683
683
|
error: No has podido ser aceptada como contribuidora. Por favor, inténtalo de nuevo más tarde.
|
684
|
-
success: "Se ha
|
684
|
+
success: "Se ha aceptado con éxito a @%{user} como colaboradora."
|
685
685
|
access_requested:
|
686
686
|
error: Tu solicitud no pudo ser completada, por favor inténtalo de nuevo más tarde.
|
687
687
|
success: Tu solicitud para colaborar ha sido enviada correctamente.
|
data/config/locales/eu.yml
CHANGED
@@ -272,12 +272,12 @@ eu:
|
|
272
272
|
proposal_accepted:
|
273
273
|
affected_user:
|
274
274
|
email_intro: 'Zure proposamena "%{resource_title}" onartu da. Orri honetan erantzun dezakezu:'
|
275
|
-
email_outro: Jakinarazpen hau jaso duzu "%{resource_title}"
|
275
|
+
email_outro: Jakinarazpen hau jaso duzu "%{resource_title}" egilea zarelako.
|
276
276
|
email_subject: Zure proposamena onartu da
|
277
277
|
notification_title: Zure <a href="%{resource_path}">%{resource_title}</a>-proposamena onartu egin da.
|
278
278
|
follower:
|
279
279
|
email_intro: '"%{resource_title}" proposamena onartu da. Orri honetan erantzuna irakur dezakezu:'
|
280
|
-
email_outro:
|
280
|
+
email_outro: Jakinarazpen hau jaso duzu "%{resource_title}" jarraitzen ari zarelako. Jarraitzeari utzi ahal diozu aurreko estekan.
|
281
281
|
email_subject: Jarraitzen ari zaren proposamen bat onartu da
|
282
282
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> proposamena onartu egin da.
|
283
283
|
proposal_evaluating:
|
@@ -613,7 +613,7 @@ eu:
|
|
613
613
|
all: Guztiak
|
614
614
|
evaluating: Ebaluatzen
|
615
615
|
not_answered: Erantzun gabe
|
616
|
-
rejected:
|
616
|
+
rejected: Ukatua
|
617
617
|
filter_type_values:
|
618
618
|
all: Guztiak
|
619
619
|
amendments: Zuzenketak
|
data/config/locales/fi-plain.yml
CHANGED
@@ -277,18 +277,18 @@ fi-pl:
|
|
277
277
|
notification_title: Ehdotuksesi <a href="%{resource_path}">%{resource_title}</a> on hyväksytty.
|
278
278
|
follower:
|
279
279
|
email_intro: 'Ehdotus "%{resource_title}" on hyväksytty. Voit lukea vastauksen täältä:'
|
280
|
-
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.
|
281
281
|
email_subject: Seuraamasi ehdotus on hyväksytty
|
282
282
|
notification_title: Ehdotus <a href="%{resource_path}">%{resource_title}</a> on hyväksytty.
|
283
283
|
proposal_evaluating:
|
284
284
|
affected_user:
|
285
285
|
email_intro: 'Ehdotustasi "%{resource_title}" arvioidaan parhaillaan. Voit tarkistaa vastauksen täältä:'
|
286
|
-
email_outro:
|
286
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet luonut kohteen "%{resource_title}".
|
287
287
|
email_subject: Ehdotuksesi arvioidaan
|
288
288
|
notification_title: Ehdotuksesi <a href="%{resource_path}">%{resource_title}</a> arvioidaan.
|
289
289
|
follower:
|
290
290
|
email_intro: 'Ehdotusta "%{resource_title}" arvioidaan parhaillaan. Voit tarkistaa vastauksen tältä sivulla:'
|
291
|
-
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.
|
292
292
|
email_subject: Seuraamasi ehdotus on arvioitavana
|
293
293
|
notification_title: Ehdotus <a href="%{resource_path}">%{resource_title}</a> on arvioitavana.
|
294
294
|
proposal_mentioned:
|
@@ -315,7 +315,7 @@ fi-pl:
|
|
315
315
|
notification_title: Ehdotuksesi <a href="%{resource_path}">%{resource_title}</a> on hylätty.
|
316
316
|
follower:
|
317
317
|
email_intro: 'Ehdotus "%{resource_title}" on hylätty. Voit lukea vastauksen tällä sivulla:'
|
318
|
-
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.
|
319
319
|
email_subject: Seuraamasi ehdotus on hylätty
|
320
320
|
notification_title: Ehdotus <a href="%{resource_path}">%{resource_title}</a> on hylätty.
|
321
321
|
proposal_update_category:
|
@@ -607,7 +607,7 @@ fi-pl:
|
|
607
607
|
participants: Osallistujat
|
608
608
|
user_groups: Käyttäjäryhmät
|
609
609
|
filter_state_values:
|
610
|
-
accepted:
|
610
|
+
accepted: Hyväksytty
|
611
611
|
all: Kaikki
|
612
612
|
evaluating: Arvioitavana
|
613
613
|
not_answered: Vastaamaton
|
data/config/locales/fi.yml
CHANGED
@@ -277,7 +277,7 @@ fi:
|
|
277
277
|
notification_title: Ehdotuksesi <a href="%{resource_path}">%{resource_title}</a> on hyväksytty.
|
278
278
|
follower:
|
279
279
|
email_intro: 'Ehdotus "%{resource_title}" on hyväksytty. Voit lukea vastauksen täältä:'
|
280
|
-
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.
|
281
281
|
email_subject: Seuraamasi ehdotus on hyväksytty
|
282
282
|
notification_title: Ehdotus <a href="%{resource_path}">%{resource_title}</a> on hyväksytty.
|
283
283
|
proposal_evaluating:
|
@@ -288,7 +288,7 @@ fi:
|
|
288
288
|
notification_title: Ehdotuksesi <a href="%{resource_path}">%{resource_title}</a> arvioidaan.
|
289
289
|
follower:
|
290
290
|
email_intro: 'Ehdotusta "%{resource_title}" arvioidaan parhaillaan. Voit tarkistaa vastauksen tältä sivulla:'
|
291
|
-
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.
|
292
292
|
email_subject: Seuraamasi ehdotus on arvioitavana
|
293
293
|
notification_title: Ehdotus <a href="%{resource_path}">%{resource_title}</a> on arvioitavana.
|
294
294
|
proposal_mentioned:
|
@@ -315,7 +315,7 @@ fi:
|
|
315
315
|
notification_title: Ehdotuksesi <a href="%{resource_path}">%{resource_title}</a> on hylätty.
|
316
316
|
follower:
|
317
317
|
email_intro: 'Ehdotus "%{resource_title}" on hylätty. Voit lukea vastauksen tällä sivulla:'
|
318
|
-
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.
|
319
319
|
email_subject: Seuraamasi ehdotus on hylätty
|
320
320
|
notification_title: Ehdotus <a href="%{resource_path}">%{resource_title}</a> on hylätty.
|
321
321
|
proposal_update_category:
|
@@ -607,7 +607,7 @@ fi:
|
|
607
607
|
participants: Osallistujat
|
608
608
|
user_groups: Käyttäjäryhmät
|
609
609
|
filter_state_values:
|
610
|
-
accepted:
|
610
|
+
accepted: Hyväksytty
|
611
611
|
all: Kaikki
|
612
612
|
evaluating: Arvioitavana
|
613
613
|
not_answered: Vastaamaton
|
data/config/locales/fr-CA.yml
CHANGED
@@ -277,7 +277,7 @@ fr-CA:
|
|
277
277
|
notification_title: Votre proposition <a href="%{resource_path}">%{resource_title}</a> a été acceptée.
|
278
278
|
follower:
|
279
279
|
email_intro: 'La proposition "%{resource_title}" a été acceptée. Vous pouvez lire la réponse sur cette page :'
|
280
|
-
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.
|
281
281
|
email_subject: Une proposition que vous suivez a été acceptée
|
282
282
|
notification_title: La proposition <a href="%{resource_path}">%{resource_title}</a> a été acceptée.
|
283
283
|
proposal_evaluating:
|
@@ -288,7 +288,7 @@ fr-CA:
|
|
288
288
|
notification_title: Votre proposition <a href="%{resource_path}">%{resource_title}</a> est en cours d'évaluation.
|
289
289
|
follower:
|
290
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 :'
|
291
|
-
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.
|
292
292
|
email_subject: Une proposition que vous suivez est en cours d'évaluation
|
293
293
|
notification_title: La proposition <a href="%{resource_path}">%{resource_title}</a> est en cours d'évaluation.
|
294
294
|
proposal_mentioned:
|
@@ -315,7 +315,7 @@ fr-CA:
|
|
315
315
|
notification_title: Votre proposition <a href="%{resource_path}">%{resource_title}</a> a été rejetée.
|
316
316
|
follower:
|
317
317
|
email_intro: 'La proposition "%{resource_title}" n''a pas été retenue. Vous pouvez lire le commentaire ici :'
|
318
|
-
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.
|
319
319
|
email_subject: Une proposition que vous suivez a été rejetée
|
320
320
|
notification_title: La proposition <a href="%{resource_path}">%{resource_title}</a> n'a pas été retenue.
|
321
321
|
proposal_update_category:
|
@@ -475,7 +475,7 @@ fr-CA:
|
|
475
475
|
accepted: Retenue
|
476
476
|
answer_proposal: Répondre
|
477
477
|
evaluating: En cours d'évaluation
|
478
|
-
not_answered:
|
478
|
+
not_answered: En attente de réponse
|
479
479
|
rejected: Non retenue
|
480
480
|
title: Réponse à la proposition %{title}
|
481
481
|
proposal_notes:
|
@@ -608,11 +608,11 @@ fr-CA:
|
|
608
608
|
participants: Participants
|
609
609
|
user_groups: Groupes d'utilisateurs
|
610
610
|
filter_state_values:
|
611
|
-
accepted:
|
611
|
+
accepted: Retenue
|
612
612
|
all: Tout
|
613
613
|
evaluating: En cours d'évaluation
|
614
614
|
not_answered: En attente de réponse
|
615
|
-
rejected:
|
615
|
+
rejected: Non retenue
|
616
616
|
filter_type_values:
|
617
617
|
all: Tout
|
618
618
|
amendments: Amendements
|
data/config/locales/fr.yml
CHANGED
@@ -277,7 +277,7 @@ fr:
|
|
277
277
|
notification_title: Votre proposition <a href="%{resource_path}">%{resource_title}</a> a été acceptée.
|
278
278
|
follower:
|
279
279
|
email_intro: 'La proposition "%{resource_title}" a été acceptée. Vous pouvez lire la réponse sur cette page :'
|
280
|
-
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.
|
281
281
|
email_subject: Une proposition que vous suivez a été acceptée
|
282
282
|
notification_title: La proposition <a href="%{resource_path}">%{resource_title}</a> a été acceptée.
|
283
283
|
proposal_evaluating:
|
@@ -288,7 +288,7 @@ fr:
|
|
288
288
|
notification_title: Votre proposition <a href="%{resource_path}">%{resource_title}</a> est en cours d'évaluation.
|
289
289
|
follower:
|
290
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 :'
|
291
|
-
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.
|
292
292
|
email_subject: Une proposition que vous suivez est en cours d'évaluation
|
293
293
|
notification_title: La proposition <a href="%{resource_path}">%{resource_title}</a> est en cours d'évaluation.
|
294
294
|
proposal_mentioned:
|
@@ -315,7 +315,7 @@ fr:
|
|
315
315
|
notification_title: Votre proposition <a href="%{resource_path}">%{resource_title}</a> a été rejetée.
|
316
316
|
follower:
|
317
317
|
email_intro: 'La proposition "%{resource_title}" n''a pas été retenue. Vous pouvez lire le commentaire ici :'
|
318
|
-
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.
|
319
319
|
email_subject: Une proposition que vous suivez a été rejetée
|
320
320
|
notification_title: La proposition <a href="%{resource_path}">%{resource_title}</a> n'a pas été retenue.
|
321
321
|
proposal_update_category:
|
@@ -475,7 +475,7 @@ fr:
|
|
475
475
|
accepted: Retenue
|
476
476
|
answer_proposal: Répondre
|
477
477
|
evaluating: En cours d'évaluation
|
478
|
-
not_answered:
|
478
|
+
not_answered: En attente de réponse
|
479
479
|
rejected: Non retenue
|
480
480
|
title: Réponse à la proposition %{title}
|
481
481
|
proposal_notes:
|
@@ -608,11 +608,11 @@ fr:
|
|
608
608
|
participants: Participants
|
609
609
|
user_groups: Groupes d'utilisateurs
|
610
610
|
filter_state_values:
|
611
|
-
accepted:
|
611
|
+
accepted: Retenue
|
612
612
|
all: Tout
|
613
613
|
evaluating: En cours d'évaluation
|
614
614
|
not_answered: En attente de réponse
|
615
|
-
rejected:
|
615
|
+
rejected: Non retenue
|
616
616
|
filter_type_values:
|
617
617
|
all: Tout
|
618
618
|
amendments: Amendements
|
data/config/locales/gl.yml
CHANGED
@@ -217,7 +217,6 @@ gl:
|
|
217
217
|
notification_title: A túa proposta <a href="%{resource_path}">%{resource_title}</a> foi aceptada.
|
218
218
|
follower:
|
219
219
|
email_intro: 'A proposta "%{resource_title}" foi aceptada. Podes ler a resposta nesta páxina:'
|
220
|
-
email_outro: Recibiches esta notificación porque estás seguindo "%{resource_title}". Podes deixar de seguir desde a ligazón anterior.
|
221
220
|
notification_title: A proposta <a href="%{resource_path}">%{resource_title}</a> foi aceptada.
|
222
221
|
proposal_evaluating:
|
223
222
|
affected_user:
|
@@ -227,7 +226,6 @@ gl:
|
|
227
226
|
notification_title: A súa proposta <a href="%{resource_path}">%{resource_title}</a> está sendo avaliada.
|
228
227
|
follower:
|
229
228
|
email_intro: 'A proposta "%{resource_title}" está a ser avaliada. Podes consultar unha resposta nesta páxina:'
|
230
|
-
email_outro: Recibiches esta notificación porque estás seguindo "%{resource_title}". Podes deixar de seguir desde a ligazón anterior.
|
231
229
|
notification_title: A proposta <a href="%{resource_path}">%{resource_title}</a> está a ser avaliada.
|
232
230
|
proposal_mentioned:
|
233
231
|
email_outro: Recibiches esta notificación porque es un autor de "%{resource_title}".
|
@@ -249,7 +247,6 @@ gl:
|
|
249
247
|
notification_title: A túa proposta <a href="%{resource_path}">%{resource_title}</a> foi rexeitada.
|
250
248
|
follower:
|
251
249
|
email_intro: 'A proposta "%{resource_title}" foi rexeitada. Podes ler a resposta nesta páxina:'
|
252
|
-
email_outro: Recibiches esta notificación porque estás seguindo "%{resource_title}". Podes deixar de seguir desde a ligazón anterior.
|
253
250
|
notification_title: A proposta <a href="%{resource_path}">%{resource_title}</a> foi rexeitada.
|
254
251
|
proposal_update_category:
|
255
252
|
email_intro: 'Un administrador actualizou a categoría da túa proposta "%{resource_title}", comproba isto:'
|
@@ -377,6 +374,7 @@ gl:
|
|
377
374
|
accepted: Aceptada
|
378
375
|
answer_proposal: Resposta
|
379
376
|
evaluating: Avaliación
|
377
|
+
not_answered: Non respondeu
|
380
378
|
rejected: Rexeitado
|
381
379
|
title: Resposta á proposta %{title}
|
382
380
|
proposal_notes:
|
@@ -0,0 +1,14 @@
|
|
1
|
+
---
|
2
|
+
he:
|
3
|
+
decidim:
|
4
|
+
events:
|
5
|
+
proposals:
|
6
|
+
proposal_accepted:
|
7
|
+
follower:
|
8
|
+
email_subject: הצעה שאת.ה עוקב.ת אחריה התקבלה
|
9
|
+
proposal_evaluating:
|
10
|
+
follower:
|
11
|
+
email_subject: הצעה שאת.ה עוקב.ת אחריה נמצאת בשלב ההערכה
|
12
|
+
proposal_rejected:
|
13
|
+
follower:
|
14
|
+
email_subject: הצעה שאת.ה עוקב.ת אחריה נדחתה
|
data/config/locales/hu.yml
CHANGED
@@ -20,6 +20,7 @@ hu:
|
|
20
20
|
category_id: Kategória
|
21
21
|
decidim_scope_id: Hatáskör
|
22
22
|
has_address: Van lakcíme
|
23
|
+
scope_id: Hatáskör
|
23
24
|
state: Állapot
|
24
25
|
suggested_hashtags: Javasolt hashtagek
|
25
26
|
title: Cím
|
@@ -126,6 +127,8 @@ hu:
|
|
126
127
|
comments_enabled: Megjegyzések engedélyezve
|
127
128
|
default_sort_order: Alapértelmezett javaslat rendezés
|
128
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
|
129
132
|
geocoding_enabled: Geokódolás engedélyezve
|
130
133
|
minimum_votes_per_user: Minimális támogatás felhasználónként
|
131
134
|
new_proposal_body_template: Új javaslat szövegtörzse
|
@@ -169,6 +172,8 @@ hu:
|
|
169
172
|
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.
|
170
173
|
default_sort_order: Alapértelmezett javaslat rendezés
|
171
174
|
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.
|
175
|
+
default_sort_order_options:
|
176
|
+
most_endorsed: Legtámogatottabb
|
172
177
|
endorsements_blocked: Jóváhagyások letiltva
|
173
178
|
endorsements_enabled: Jóváhagyások engedélyezve
|
174
179
|
proposal_answering_enabled: Javaslat válasz engedélyezve
|
@@ -222,7 +227,6 @@ hu:
|
|
222
227
|
notification_title: Javaslata <a href="%{resource_path}">%{resource_title}</a> elfogadva.
|
223
228
|
follower:
|
224
229
|
email_intro: 'A(z) "%{resource_title}" című javaslat elfogadva. További részletek a következő oldalon:'
|
225
|
-
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.'
|
226
230
|
email_subject: Elfogadtak egy javaslatot, amelyet követ
|
227
231
|
notification_title: A <a href="%{resource_path}">%{resource_title}</a> című javaslatot elfogadták.
|
228
232
|
proposal_evaluating:
|
@@ -233,7 +237,6 @@ hu:
|
|
233
237
|
notification_title: Javaslata <a href="%{resource_path}">%{resource_title}</a> értékelődik.
|
234
238
|
follower:
|
235
239
|
email_intro: 'A(z) "%{resource_title}" című javaslatot éppen értékelik. További részletek a következő oldalon:'
|
236
|
-
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.'
|
237
240
|
email_subject: A követett javaslat értékelése folyamatban van
|
238
241
|
notification_title: A(z) <a href="%{resource_path}">%{resource_title}</a> javaslat értékelése folyamatban.
|
239
242
|
proposal_mentioned:
|
@@ -260,7 +263,6 @@ hu:
|
|
260
263
|
notification_title: Javaslata <a href="%{resource_path}">%{resource_title}</a> elutasításra került.
|
261
264
|
follower:
|
262
265
|
email_intro: 'A(z) "%{resource_title}" című javaslat elutasítva. További részletek a következő oldalon:'
|
263
|
-
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.'
|
264
266
|
email_subject: A követett javaslatot elutasították
|
265
267
|
notification_title: A(z) <a href="%{resource_path}">%{resource_title}</a> című javaslatot elutasították.
|
266
268
|
proposal_update_category:
|
@@ -319,9 +321,9 @@ hu:
|
|
319
321
|
object: javaslatok
|
320
322
|
title: Elfogadott javaslatok
|
321
323
|
endorsements:
|
322
|
-
description: A javaslatokhoz kapcsolódó
|
323
|
-
object:
|
324
|
-
title:
|
324
|
+
description: A javaslatokhoz kapcsolódó támogatások száma
|
325
|
+
object: támogatások
|
326
|
+
title: Támogatások
|
325
327
|
proposals:
|
326
328
|
description: A létrehozott javaslatok száma
|
327
329
|
object: javaslatok
|
@@ -404,7 +406,7 @@ hu:
|
|
404
406
|
accepted: Elfogadva
|
405
407
|
answer_proposal: Válasz
|
406
408
|
evaluating: Értékelés
|
407
|
-
not_answered:
|
409
|
+
not_answered: Nem megválaszolt
|
408
410
|
rejected: Elutasítva
|
409
411
|
title: Válasz a(z) %{title} javaslatra
|
410
412
|
proposal_notes:
|
@@ -462,7 +464,7 @@ hu:
|
|
462
464
|
body: Szöveg
|
463
465
|
comments_count: Hozzászólások száma
|
464
466
|
documents: Dokumentumok
|
465
|
-
endorsements_count:
|
467
|
+
endorsements_count: Támogatások száma
|
466
468
|
endorsers: Támogatók
|
467
469
|
n_more_endorsers:
|
468
470
|
one: és még egy
|
data/config/locales/id-ID.yml
CHANGED
@@ -142,7 +142,6 @@ id:
|
|
142
142
|
notification_title: Proposal Anda <a href="%{resource_path}">%{resource_title}</a> telah diterima.
|
143
143
|
follower:
|
144
144
|
email_intro: 'Proposal "%{resource_title}" telah diterima. Anda dapat membaca jawabannya di halaman ini:'
|
145
|
-
email_outro: Anda telah menerima pemberitahuan ini karena Anda mengikuti "%{resource_title}". Anda dapat berhenti mengikutinya dari tautan sebelumnya.
|
146
145
|
notification_title: Proposal <a href="%{resource_path}">%{resource_title}</a> telah diterima.
|
147
146
|
proposal_evaluating:
|
148
147
|
affected_user:
|
@@ -152,7 +151,6 @@ id:
|
|
152
151
|
notification_title: Proposal Anda <a href="%{resource_path}">%{resource_title}</a> sedang dievaluasi.
|
153
152
|
follower:
|
154
153
|
email_intro: 'Proposal "%{resource_title}" saat ini sedang dievaluasi. Anda dapat memeriksa jawaban di halaman ini:'
|
155
|
-
email_outro: Anda telah menerima pemberitahuan ini karena Anda mengikuti "%{resource_title}". Anda dapat berhenti mengikutinya dari tautan sebelumnya.
|
156
154
|
notification_title: Proposal <a href="%{resource_path}">%{resource_title}</a> sedang dievaluasi.
|
157
155
|
proposal_mentioned:
|
158
156
|
email_outro: Anda telah menerima pemberitahuan ini karena Anda adalah pengarang "%{resource_title}".
|
@@ -174,7 +172,6 @@ id:
|
|
174
172
|
notification_title: Proposal Anda <a href="%{resource_path}">%{resource_title}</a> telah ditolak.
|
175
173
|
follower:
|
176
174
|
email_intro: 'Proposal "%{resource_title}" telah ditolak. Anda dapat membaca jawabannya di halaman ini:'
|
177
|
-
email_outro: Anda telah menerima pemberitahuan ini karena Anda mengikuti "%{resource_title}". Anda dapat berhenti mengikutinya dari tautan sebelumnya.
|
178
175
|
notification_title: Proposal <a href="%{resource_path}">%{resource_title}</a> telah ditolak.
|
179
176
|
proposal_update_category:
|
180
177
|
email_intro: 'Admin telah memperbarui kategori proposal Anda "%{resource_title}", periksa ini:'
|
@@ -288,6 +285,7 @@ id:
|
|
288
285
|
accepted: Diterima
|
289
286
|
answer_proposal: Menjawab
|
290
287
|
evaluating: Mengevaluasi
|
288
|
+
not_answered: Tidak dijawab
|
291
289
|
rejected: Ditolak
|
292
290
|
title: Jawaban untuk proposal %{title}
|
293
291
|
proposal_notes:
|
data/config/locales/is-IS.yml
CHANGED
@@ -59,12 +59,10 @@ is:
|
|
59
59
|
proposal_accepted:
|
60
60
|
follower:
|
61
61
|
email_intro: 'Tillagan "%{resource_title}" hefur verið samþykkt. Þú getur lesið svarið á þessari síðu:'
|
62
|
-
email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú fylgist með "%{resource_title}". Þú getur sleppt því frá fyrri tengilinn.
|
63
62
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> tillöguna hefur verið samþykkt.
|
64
63
|
proposal_evaluating:
|
65
64
|
follower:
|
66
65
|
email_intro: 'Tillagan "%{resource_title}" er nú metin. Þú getur leitað að svari á þessari síðu:'
|
67
|
-
email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú fylgist með "%{resource_title}". Þú getur sleppt því frá fyrri tengilinn.
|
68
66
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> tillögunni er metið.
|
69
67
|
proposal_mentioned:
|
70
68
|
email_subject: Tillagan þín "%{mentioned_proposal_title}" hefur verið minnst
|
@@ -77,7 +75,6 @@ is:
|
|
77
75
|
proposal_rejected:
|
78
76
|
follower:
|
79
77
|
email_intro: 'Tillagan "%{resource_title}" hefur verið hafnað. Þú getur lesið svarið á þessari síðu:'
|
80
|
-
email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú fylgist með "%{resource_title}". Þú getur sleppt því frá fyrri tengilinn.
|
81
78
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> tillöguna hefur verið hafnað.
|
82
79
|
proposal_update_category:
|
83
80
|
email_outro: Þú hefur fengið þessa tilkynningu vegna þess að þú ert höfundur tillögunnar.
|
@@ -104,6 +101,7 @@ is:
|
|
104
101
|
accepted: Samþykkt
|
105
102
|
answer_proposal: Svara
|
106
103
|
evaluating: Mat
|
104
|
+
not_answered: Ekki svarað
|
107
105
|
rejected: Hafnað
|
108
106
|
title: Svar fyrir tillögu %{title}
|
109
107
|
proposal_notes:
|
@@ -147,7 +145,10 @@ is:
|
|
147
145
|
filter_origin_values:
|
148
146
|
official: Opinber
|
149
147
|
filter_state_values:
|
148
|
+
accepted: Samþykkt
|
149
|
+
evaluating: Mat
|
150
150
|
not_answered: Ekki svarað
|
151
|
+
rejected: Hafnað
|
151
152
|
models:
|
152
153
|
proposal:
|
153
154
|
fields:
|