decidim-proposals 0.16.0 → 0.16.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/participatory_text_proposal_cell.rb +3 -1
- data/app/cells/decidim/proposals/proposal_activity_cell.rb +9 -1
- data/app/commands/decidim/proposals/admin/discard_participatory_text.rb +40 -0
- data/app/commands/decidim/proposals/admin/import_participatory_text.rb +5 -1
- data/app/commands/decidim/proposals/admin/publish_participatory_text.rb +6 -18
- data/app/commands/decidim/proposals/admin/update_participatory_text.rb +56 -0
- data/app/commands/decidim/proposals/create_proposal.rb +21 -22
- data/app/commands/decidim/proposals/publish_collaborative_draft.rb +1 -0
- data/app/commands/decidim/proposals/publish_proposal.rb +25 -3
- data/app/commands/decidim/proposals/update_proposal.rb +19 -23
- data/app/controllers/concerns/decidim/proposals/orderable.rb +1 -1
- data/app/controllers/decidim/proposals/admin/participatory_texts_controller.rb +46 -14
- data/app/forms/decidim/proposals/admin/import_participatory_text_form.rb +1 -2
- data/app/forms/decidim/proposals/admin/proposal_form.rb +1 -1
- data/app/helpers/decidim/proposals/application_helper.rb +0 -4
- data/app/permissions/decidim/proposals/admin/permissions.rb +2 -4
- data/app/views/decidim/proposals/admin/participatory_texts/_article-preview.html.erb +1 -1
- data/app/views/decidim/proposals/admin/participatory_texts/_bulk-actions.html.erb +1 -0
- data/app/views/decidim/proposals/admin/participatory_texts/index.html.erb +8 -5
- data/app/views/decidim/proposals/proposals/show.html.erb +9 -0
- data/config/locales/ar-SA.yml +667 -0
- data/config/locales/ca.yml +28 -21
- data/config/locales/cs-CZ.yml +775 -0
- data/config/locales/de.yml +7 -0
- data/config/locales/en.yml +7 -0
- data/config/locales/es-MX.yml +751 -0
- data/config/locales/es-PY.yml +7 -0
- data/config/locales/es.yml +21 -14
- data/config/locales/eu.yml +10 -3
- data/config/locales/fi-pl.yml +8 -1
- data/config/locales/fi.yml +11 -4
- data/config/locales/fr.yml +7 -0
- data/config/locales/gl.yml +7 -0
- data/config/locales/hu.yml +21 -14
- data/config/locales/id-ID.yml +7 -0
- data/config/locales/it.yml +8 -1
- data/config/locales/nl.yml +10 -3
- data/config/locales/pl.yml +8 -1
- data/config/locales/pt-BR.yml +7 -0
- data/config/locales/pt.yml +7 -0
- data/config/locales/ru.yml +6 -0
- data/config/locales/sv.yml +7 -0
- data/config/locales/tr-TR.yml +8 -0
- data/config/locales/uk.yml +6 -0
- data/db/migrate/20190215113158_use_md5_indexes.rb +17 -0
- data/lib/decidim/content_parsers/proposal_parser.rb +2 -2
- data/lib/decidim/proposals/admin_engine.rb +4 -2
- data/lib/decidim/proposals/markdown_to_proposals.rb +49 -4
- data/lib/decidim/proposals/proposal_serializer.rb +3 -2
- data/lib/decidim/proposals/version.rb +1 -1
- metadata +26 -20
data/config/locales/es-PY.yml
CHANGED
@@ -289,13 +289,16 @@ es-PY:
|
|
289
289
|
name: Propuesta
|
290
290
|
participatory_texts:
|
291
291
|
bulk-actions:
|
292
|
+
are_you_sure: '¿Estás seguro de descartar todo el borrador del texto participativo?'
|
292
293
|
import_doc: Importar documento
|
294
|
+
discard_all: Descartar todo
|
293
295
|
import:
|
294
296
|
invalid: El formulario no es válido!
|
295
297
|
success: Enhorabuena, las siguientes secciones se analizaron en el documento importado y se convirtieron en propuestas. Ahora puedes revisar y ajustar lo que necesites antes de publicar.
|
296
298
|
index:
|
297
299
|
info_1: Las siguientes secciones se analizaron en el documento importado y se convirtieron en propuestas. Ahora puedes revisar y ajustar lo que necesites antes de publicar.
|
298
300
|
publish_document: Publicar documento
|
301
|
+
save_draft: Guardar borrador
|
299
302
|
title: PREVIO TEXTO PARTICIPATIVO
|
300
303
|
new_import:
|
301
304
|
bottom_hint: "(Podrás previsualizar y ordenar las secciones del documento)"
|
@@ -305,10 +308,14 @@ es-PY:
|
|
305
308
|
publish:
|
306
309
|
invalid: No se pudieron publicar propuestas.
|
307
310
|
success: Todas las propuestas han sido publicadas.
|
311
|
+
discard:
|
312
|
+
success: Todos los borradores de textos participativos han sido descartados.
|
308
313
|
sections:
|
309
314
|
article: "<em>Artículo</em>"
|
310
315
|
section: "<em>Sección:</em> <strong>%{title}</strong>"
|
311
316
|
sub-section: "<em>Subsección:</em> %{title}"
|
317
|
+
update:
|
318
|
+
success: Texto participativo actualizado con éxito.
|
312
319
|
proposal_answers:
|
313
320
|
edit:
|
314
321
|
accepted: Aceptada
|
data/config/locales/es.yml
CHANGED
@@ -149,10 +149,10 @@ es:
|
|
149
149
|
notification_title: Ahora puedes empezar a <a href="%{resource_path}">adherirte propuestas</a> en <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
150
150
|
proposal_accepted:
|
151
151
|
affected_user:
|
152
|
-
email_intro: '
|
153
|
-
email_outro: Has recibido esta notificación porque eres
|
154
|
-
email_subject:
|
155
|
-
notification_title:
|
152
|
+
email_intro: 'Tu propuesta "%{resource_title}" ha sido aceptada. Puedes leer la respuesta en esta página:'
|
153
|
+
email_outro: Has recibido esta notificación porque eres autora de "%{resource_title}".
|
154
|
+
email_subject: Tu propuesta ha sido aceptada
|
155
|
+
notification_title: Tu propuesta <a href="%{resource_path}">%{resource_title}</a> ha sido aceptada.
|
156
156
|
follower:
|
157
157
|
email_intro: 'La propuesta "%{resource_title}" ha sido aceptada. Puedes leer la respuesta en esta página:'
|
158
158
|
email_outro: Has recibido esta notificación porque sigues "%{resource_title}". Puedes dejar de seguirlo en el enlace anterior.
|
@@ -165,10 +165,10 @@ es:
|
|
165
165
|
notification_title: <a href="%{endorser_path}">%{endorser_name} %{endorser_nickname}</a> se ha adherido a a propuesta <a href="%{resource_path}">%{resource_title}</a>.
|
166
166
|
proposal_evaluating:
|
167
167
|
affected_user:
|
168
|
-
email_intro: '
|
169
|
-
email_outro: Has recibido esta notificación porque eres
|
168
|
+
email_intro: 'Tu propuesta "%{resource_title}" está siendo evaluada. Puedes consultar la respuesta en esta página:'
|
169
|
+
email_outro: Has recibido esta notificación porque eres autora de "%{resource_title}".
|
170
170
|
email_subject: Tu propuesta esta siendo evaluada
|
171
|
-
notification_title:
|
171
|
+
notification_title: Tu propuesta <a href="%{resource_path}">%{resource_title}</a> está siendo evaluada.
|
172
172
|
follower:
|
173
173
|
email_intro: 'La propuesta "%{resource_title}" se está evaluando actualmente. Puedes encontrar la respuesta en esta página:'
|
174
174
|
email_outro: Has recibido esta notificación porque sigues "%{resource_title}". Puedes dejar de seguirlo en el enlace anterior.
|
@@ -176,7 +176,7 @@ es:
|
|
176
176
|
notification_title: La propuesta <a href="%{resource_path}">%{resource_title}</a> está siendo evaluada.
|
177
177
|
proposal_mentioned:
|
178
178
|
email_intro: Tu propuesta "%{mentioned_proposal_title}" se ha mencionado <a href="%{resource_path}">en este espacio</a> en los comentarios.
|
179
|
-
email_outro: Has recibido esta notificación porque eres
|
179
|
+
email_outro: Has recibido esta notificación porque eres autora de "%{resource_title}".
|
180
180
|
email_subject: Tu propuesta "%{mentioned_proposal_title}" ha sido mencionada
|
181
181
|
notification_title: Tu propuesta "%{mentioned_proposal_title}" se ha mencionado <a href="%{resource_path}">en este espacio</a> en los comentarios.
|
182
182
|
proposal_published:
|
@@ -191,10 +191,10 @@ es:
|
|
191
191
|
notification_title: La propuesta <a href="%{resource_path}">%{resource_title}</a> se ha añadido a %{participatory_space_title}
|
192
192
|
proposal_rejected:
|
193
193
|
affected_user:
|
194
|
-
email_intro: '
|
195
|
-
email_outro: Has recibido esta notificación porque eres
|
196
|
-
email_subject:
|
197
|
-
notification_title:
|
194
|
+
email_intro: 'Tu propuesta "%{resource_title}" ha sido rechazada. Puedes leer la respuesta en esta página:'
|
195
|
+
email_outro: Has recibido esta notificación porque eres autora de "%{resource_title}".
|
196
|
+
email_subject: Tu propuesta ha sido rechazada
|
197
|
+
notification_title: Tu propuesta <a href="%{resource_path}">%{resource_title}</a> ha sido rechazada.
|
198
198
|
follower:
|
199
199
|
email_intro: 'La propuesta "%{resource_title}" ha sido rechazada. Puedes leer la respuesta en esta página:'
|
200
200
|
email_outro: Has recibido esta notificación porque sigues "%{resource_title}". Puedes dejar de seguirlo en el enlace anterior.
|
@@ -261,7 +261,7 @@ es:
|
|
261
261
|
votes:
|
262
262
|
description: Número de apoyos generados en las propuestas por los usuarios
|
263
263
|
object: votos
|
264
|
-
title:
|
264
|
+
title: Apoyos
|
265
265
|
participatory_processes:
|
266
266
|
participatory_process_groups:
|
267
267
|
highlighted_proposals:
|
@@ -289,13 +289,16 @@ es:
|
|
289
289
|
name: Propuesta
|
290
290
|
participatory_texts:
|
291
291
|
bulk-actions:
|
292
|
+
are_you_sure: '¿Seguro que quieres descartar todo el borrador de texto participativo?'
|
292
293
|
import_doc: Importar documento
|
294
|
+
discard_all: Descartar todo
|
293
295
|
import:
|
294
296
|
invalid: '¡El formulario no es válido!'
|
295
297
|
success: Enhorabuena, los párrafos y secciones del documento importado se han convertido correctamente en propuestas. Ahora puedes revisarlas y ajustar las que necesites antes de publicar.
|
296
298
|
index:
|
297
299
|
info_1: Los párrafos y secciones del documento importado se han convertido correctamente en propuestas. Ahora puedes revisarlas y ajustar las que necesites antes de publicar.
|
298
300
|
publish_document: Publicar documento
|
301
|
+
save_draft: Guardar borrador
|
299
302
|
title: PREVISUALIZAR TEXTO PARTICIPATIVO
|
300
303
|
new_import:
|
301
304
|
bottom_hint: "(Podrás previsualizar y ordenar las secciones del documento)"
|
@@ -305,10 +308,14 @@ es:
|
|
305
308
|
publish:
|
306
309
|
invalid: No se pudieron publicar las propuestas
|
307
310
|
success: Todas las propuestas han sido publicadas
|
311
|
+
discard:
|
312
|
+
success: Todos los borradores de textos participativos han sido descartados.
|
308
313
|
sections:
|
309
314
|
article: "<em>Artículo</em>"
|
310
315
|
section: "<em>Sección:</em> <strong>%{title}</strong>"
|
311
316
|
sub-section: "<em>Subsección:</em> %{title}"
|
317
|
+
update:
|
318
|
+
success: Texto participativo actualizado con éxito.
|
312
319
|
proposal_answers:
|
313
320
|
edit:
|
314
321
|
accepted: Aceptada
|
@@ -725,7 +732,7 @@ es:
|
|
725
732
|
title: Versiones
|
726
733
|
stats:
|
727
734
|
back_to_collaborative_draft: Volver al borrador colaborativo
|
728
|
-
back_to_proposal: Volver a propuesta
|
735
|
+
back_to_proposal: Volver a la propuesta
|
729
736
|
number_of_versions: Versiones
|
730
737
|
show_all_versions: Mostrar todas las versiones
|
731
738
|
version_author: Autor de la versión
|
data/config/locales/eu.yml
CHANGED
@@ -261,7 +261,7 @@ eu:
|
|
261
261
|
votes:
|
262
262
|
description: Erabiltzaileek proposatutako sortutako boto kopurua
|
263
263
|
object: boto
|
264
|
-
title:
|
264
|
+
title: Euskarriak
|
265
265
|
participatory_processes:
|
266
266
|
participatory_process_groups:
|
267
267
|
highlighted_proposals:
|
@@ -289,13 +289,16 @@ eu:
|
|
289
289
|
name: Proposamena
|
290
290
|
participatory_texts:
|
291
291
|
bulk-actions:
|
292
|
+
are_you_sure: Ziur al zaude parte hartzailearen testu-zirriborroa baztertu nahi duzula?
|
292
293
|
import_doc: Inportatu dokumentua
|
294
|
+
discard_all: Baztertu guztiak
|
293
295
|
import:
|
294
296
|
invalid: Inprimakia baliogabea da!
|
295
297
|
success: Zorionak, ondorengo atalak inportatutako dokumentutik aztertu dira, proposamen bihurtu dira. Orain argitalpenaren aurretik behar duzun guztia berrikusi eta egokitu dezakezu.
|
296
298
|
index:
|
297
299
|
info_1: Ondorengo atalak inportatutako dokumentutik aztertu dira, proposamen bihurtu dira. Orain argitalpenaren aurretik behar duzun guztia berrikusi eta egokitu dezakezu.
|
298
300
|
publish_document: Argitaratu dokumentua
|
301
|
+
save_draft: Aurreztu zirriborroa
|
299
302
|
title: PREVIEW PARTICIPATORIO TEXT
|
300
303
|
new_import:
|
301
304
|
bottom_hint: "(Dokumentuko atalen aurrebista eta ordenazioa ahal izango duzu)"
|
@@ -305,10 +308,14 @@ eu:
|
|
305
308
|
publish:
|
306
309
|
invalid: Ezin izan dira proposamenik argitaratu
|
307
310
|
success: Proposamen guztiak argitaratu dira
|
311
|
+
discard:
|
312
|
+
success: Parte-hartzaileen testu-zirriborro guztiak baztertu egin dira.
|
308
313
|
sections:
|
309
314
|
article: "<em>artikuluaren</em>"
|
310
315
|
section: "<em>Artikulua:</em> <strong>%{title}</strong>"
|
311
316
|
sub-section: "<em>Azpiatala:</em> %{title}"
|
317
|
+
update:
|
318
|
+
success: Parte hartzailearen testua zuzen eguneratu da.
|
312
319
|
proposal_answers:
|
313
320
|
edit:
|
314
321
|
accepted: Onartuta
|
@@ -551,7 +558,7 @@ eu:
|
|
551
558
|
official_proposal: Proposamen ofiziala
|
552
559
|
published_at: Argitaratu at
|
553
560
|
scope: Esparrua
|
554
|
-
state:
|
561
|
+
state: Estatu
|
555
562
|
title: Titulua
|
556
563
|
votes: Euskarriak
|
557
564
|
new:
|
@@ -612,7 +619,7 @@ eu:
|
|
612
619
|
origin: Jatorria
|
613
620
|
related_to: Honekin lotuta
|
614
621
|
search: Bilatu
|
615
|
-
state:
|
622
|
+
state: Estatu
|
616
623
|
voted: Bozkatuta
|
617
624
|
amendment_type: Mota
|
618
625
|
filters_small_view:
|
data/config/locales/fi-pl.yml
CHANGED
@@ -289,13 +289,16 @@ fi-pl:
|
|
289
289
|
name: Ehdotus
|
290
290
|
participatory_texts:
|
291
291
|
bulk-actions:
|
292
|
+
are_you_sure: Haluatko varmasti hylätä koko ehdotusaineiston luonnoksen?
|
292
293
|
import_doc: Tuo aineisto
|
294
|
+
discard_all: Hylkää kaikki
|
293
295
|
import:
|
294
296
|
invalid: Lomake on virheellinen!
|
295
297
|
success: Onnittelut, seuraavat osat on tuotu aineistosta ja ne on muunnettu ehdotuksiksi. Voit tarkistaa ja muuttaa mitä haluat ennen julkaisua.
|
296
298
|
index:
|
297
299
|
info_1: Seuraavat osat on tuotu aineistosta ja ne on muunnettu ehdotuksiksi. Voit tarkistaa ja muuttaa mitä haluat ennen julkaisua.
|
298
300
|
publish_document: Julkaise aineisto
|
301
|
+
save_draft: Tallenna luonnos
|
299
302
|
title: ESIKATSELE EHDOTUSAINEISTOA
|
300
303
|
new_import:
|
301
304
|
bottom_hint: "(Voit esikatsella ja lajitella aineiston osioita)"
|
@@ -305,10 +308,14 @@ fi-pl:
|
|
305
308
|
publish:
|
306
309
|
invalid: Ehdotuksia ei voitu julkaista
|
307
310
|
success: Kaikki ehdotukset on julkaistu
|
311
|
+
discard:
|
312
|
+
success: Kaikki ehdotusaineistojen luonnokset on hylätty.
|
308
313
|
sections:
|
309
314
|
article: "<em>Kappalesisältö</em>"
|
310
315
|
section: "<em>Osio:</em> <strong>%{title}</strong>"
|
311
316
|
sub-section: "<em>Alaosio:</em> %{title}"
|
317
|
+
update:
|
318
|
+
success: Ehdotusaineistojen päivitys onnistui.
|
312
319
|
proposal_answers:
|
313
320
|
edit:
|
314
321
|
accepted: Hyväksytty
|
@@ -699,7 +706,7 @@ fi-pl:
|
|
699
706
|
vote_limit:
|
700
707
|
description: Voit äänestää enintään %{limit} ehdotusta.
|
701
708
|
left: Jäljellä
|
702
|
-
votes:
|
709
|
+
votes: Äänet
|
703
710
|
wizard_aside:
|
704
711
|
back: Takaisin
|
705
712
|
info: Olet luomassa <strong>ehdotusta</strong>.
|
data/config/locales/fi.yml
CHANGED
@@ -140,7 +140,7 @@ fi:
|
|
140
140
|
creation_enabled:
|
141
141
|
email_intro: 'Voit nyt luoda uusia ehdotuksia kohteessa %{participatory_space_title}! Aloita osallistuminen tällä sivulla:'
|
142
142
|
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta %{participatory_space_title}. Voit lopettaa ilmoitusten vastaanottamisen edellä esitetyn linkin kautta.
|
143
|
-
email_subject:
|
143
|
+
email_subject: Ehdotuksia on nyt mahdollista laatia kohteessa %{participatory_space_title}
|
144
144
|
notification_title: Voit nyt esittää <a href="%{resource_path}">uusia ehdotuksia</a> kohteessa <a href="%{participatory_space_url}">%{participatory_space_title}</a>
|
145
145
|
endorsing_enabled:
|
146
146
|
email_intro: 'Voit suositella ehdotuksia kohteessa %{participatory_space_title}! Aloita osallistuminen tällä sivulla:'
|
@@ -289,13 +289,16 @@ fi:
|
|
289
289
|
name: Ehdotus
|
290
290
|
participatory_texts:
|
291
291
|
bulk-actions:
|
292
|
+
are_you_sure: Haluatko varmasti hylätä koko ehdotusaineiston luonnoksen?
|
292
293
|
import_doc: Tuo aineisto
|
294
|
+
discard_all: Hylkää kaikki
|
293
295
|
import:
|
294
296
|
invalid: Lomake on virheellinen!
|
295
297
|
success: Onnittelut, seuraavat osat on tuotu aineistosta ja ne on muunnettu ehdotuksiksi. Voit tarkistaa ja muuttaa mitä haluat ennen julkaisua.
|
296
298
|
index:
|
297
299
|
info_1: Seuraavat osat on tuotu aineistosta ja ne on muunnettu ehdotuksiksi. Voit tarkistaa ja muuttaa mitä haluat ennen julkaisua.
|
298
300
|
publish_document: Julkaise aineisto
|
301
|
+
save_draft: Tallenna luonnos
|
299
302
|
title: ESIKATSELE EHDOTUSAINEISTOA
|
300
303
|
new_import:
|
301
304
|
bottom_hint: "(Voit esikatsella ja lajitella aineiston osioita)"
|
@@ -305,10 +308,14 @@ fi:
|
|
305
308
|
publish:
|
306
309
|
invalid: Ehdotuksia ei voitu julkaista
|
307
310
|
success: Kaikki ehdotukset on julkaistu
|
311
|
+
discard:
|
312
|
+
success: Kaikki ehdotusaineistojen luonnokset on hylätty.
|
308
313
|
sections:
|
309
314
|
article: "<em>Kappalesisältö</em>"
|
310
315
|
section: "<em>Osio:</em> <strong>%{title}</strong>"
|
311
316
|
sub-section: "<em>Alaosio:</em> %{title}"
|
317
|
+
update:
|
318
|
+
success: Ehdotusaineistojen päivitys onnistui.
|
312
319
|
proposal_answers:
|
313
320
|
edit:
|
314
321
|
accepted: Hyväksytty
|
@@ -327,10 +334,10 @@ fi:
|
|
327
334
|
title: Omat muistiinpanot
|
328
335
|
proposals:
|
329
336
|
answer:
|
330
|
-
invalid: Ehdotukseen
|
337
|
+
invalid: Ehdotukseen vastaaminen epäonnistui
|
331
338
|
success: Ehdotukseen vastattu onnistuneesti
|
332
339
|
create:
|
333
|
-
invalid: Ehdotuksen
|
340
|
+
invalid: Ehdotuksen luonti epäonnistui
|
334
341
|
success: Ehdotus luotu onnistuneesti
|
335
342
|
edit:
|
336
343
|
title: Päivitä ehdotusta
|
@@ -699,7 +706,7 @@ fi:
|
|
699
706
|
vote_limit:
|
700
707
|
description: Voit äänestää enintään %{limit} ehdotusta.
|
701
708
|
left: Jäljellä
|
702
|
-
votes:
|
709
|
+
votes: Äänet
|
703
710
|
wizard_aside:
|
704
711
|
back: Takaisin
|
705
712
|
info: Olet luomassa <strong>ehdotusta</strong>.
|
data/config/locales/fr.yml
CHANGED
@@ -289,13 +289,16 @@ fr:
|
|
289
289
|
name: Proposition
|
290
290
|
participatory_texts:
|
291
291
|
bulk-actions:
|
292
|
+
are_you_sure: Etes-vous sûr de supprimer le brouillon du texte participatif?
|
292
293
|
import_doc: Document d'importation
|
294
|
+
discard_all: Jeter tout
|
293
295
|
import:
|
294
296
|
invalid: Le formulaire est invalide!
|
295
297
|
success: Félicitations, les sections suivantes ont été analysées à partir du document importé, elles ont été converties en propositions. Maintenant, vous pouvez revoir et ajuster tout ce dont vous avez besoin avant de publier.
|
296
298
|
index:
|
297
299
|
info_1: Les sections suivantes ont été analysées à partir du document importé et ont été converties en propositions. Maintenant, vous pouvez revoir et ajuster tout ce dont vous avez besoin avant de publier.
|
298
300
|
publish_document: Publier le document
|
301
|
+
save_draft: Enregistrer le brouillon
|
299
302
|
title: APERÇU DU TEXTE PARTICIPATIF
|
300
303
|
new_import:
|
301
304
|
bottom_hint: "(Vous pourrez prévisualiser et trier les sections de document)"
|
@@ -305,10 +308,14 @@ fr:
|
|
305
308
|
publish:
|
306
309
|
invalid: Impossible de publier des propositions
|
307
310
|
success: Toutes les propositions ont été publiées
|
311
|
+
discard:
|
312
|
+
success: Tous les brouillons de texte participatifs ont été rejetés.
|
308
313
|
sections:
|
309
314
|
article: "<em>article</em>"
|
310
315
|
section: "<em>Section:</em> <strong>%{title}</strong>"
|
311
316
|
sub-section: "<em>Sous-section:</em> %{title}"
|
317
|
+
update:
|
318
|
+
success: Texte participatif mis à jour avec succès.
|
312
319
|
proposal_answers:
|
313
320
|
edit:
|
314
321
|
accepted: Retenue
|
data/config/locales/gl.yml
CHANGED
@@ -289,13 +289,16 @@ gl:
|
|
289
289
|
name: Proposta
|
290
290
|
participatory_texts:
|
291
291
|
bulk-actions:
|
292
|
+
are_you_sure: '¿Está seguro de descartar o borrador de texto participativo enteiro?'
|
292
293
|
import_doc: Importar documento
|
294
|
+
discard_all: Descartar todo
|
293
295
|
import:
|
294
296
|
invalid: O formulario non é válido.
|
295
297
|
success: Parabéns, foron analizadas as seguintes seccións do documento importado, convertéronse en propostas. Agora podes revisar e axustar o que necesites antes de publicar.
|
296
298
|
index:
|
297
299
|
info_1: As seguintes seccións foron analizadas dende o documento importado, convertéronse en propostas. Agora podes revisar e axustar o que necesites antes de publicar.
|
298
300
|
publish_document: Publicar documento
|
301
|
+
save_draft: Gardar borrador
|
299
302
|
title: TEXTO PARTICIPARIO PREVIEW
|
300
303
|
new_import:
|
301
304
|
bottom_hint: "(Poderá ver e ordenar as seccións do documento)"
|
@@ -305,10 +308,14 @@ gl:
|
|
305
308
|
publish:
|
306
309
|
invalid: Non se puideron publicar propostas
|
307
310
|
success: Todas as propostas foron publicadas
|
311
|
+
discard:
|
312
|
+
success: Todos os borradores de texto participativos foron descartados.
|
308
313
|
sections:
|
309
314
|
article: "<em>artigo</em>"
|
310
315
|
section: "<em>Sección:</em> <strong>%{title}</strong>"
|
311
316
|
sub-section: "<em>Subsección:</em> %{title}"
|
317
|
+
update:
|
318
|
+
success: Texto participativo actualizado con éxito.
|
312
319
|
proposal_answers:
|
313
320
|
edit:
|
314
321
|
accepted: Aceptada
|
data/config/locales/hu.yml
CHANGED
@@ -12,13 +12,13 @@ hu:
|
|
12
12
|
proposal:
|
13
13
|
answer: Válasz
|
14
14
|
answered_at: 'Megválaszolva:'
|
15
|
-
automatic_hashtags:
|
15
|
+
automatic_hashtags: Hashtagek automatikusan hozzáadva
|
16
16
|
body: Szöveg
|
17
17
|
category_id: Kategória
|
18
18
|
has_address: Van lakcíme
|
19
19
|
scope_id: Hatáskör
|
20
20
|
state: Állapot
|
21
|
-
suggested_hashtags: Javasolt
|
21
|
+
suggested_hashtags: Javasolt hashtagek
|
22
22
|
title: Cím
|
23
23
|
user_group_id: Készíts javaslatot
|
24
24
|
proposal_answer:
|
@@ -71,7 +71,7 @@ hu:
|
|
71
71
|
name: Javaslatok
|
72
72
|
settings:
|
73
73
|
global:
|
74
|
-
amendments_enabled:
|
74
|
+
amendments_enabled: A módosítások engedélyezve vannak
|
75
75
|
announcement: Közlemény
|
76
76
|
attachments_allowed: Mellékletek engedélyezése
|
77
77
|
can_accumulate_supports_beyond_threshold: Képes átlépni a támogatás küszöb-értékét
|
@@ -95,13 +95,13 @@ hu:
|
|
95
95
|
vote_limit: Szavazási limit felhasználónként
|
96
96
|
step:
|
97
97
|
announcement: Közlemény
|
98
|
-
automatic_hashtags:
|
98
|
+
automatic_hashtags: Hashtagek hozzáadva minden javaslathoz
|
99
99
|
comments_blocked: Megjegyzések letiltva
|
100
100
|
creation_enabled: Javaslat létrehozása engedélyezve
|
101
101
|
endorsements_blocked: Jóváhagyások letiltva
|
102
102
|
endorsements_enabled: Jóváhagyások engedélyezve
|
103
103
|
proposal_answering_enabled: Javaslat válasz engedélyezve
|
104
|
-
suggested_hashtags:
|
104
|
+
suggested_hashtags: Hashtagek javasolva a felhasználóknak új javaslatokra
|
105
105
|
votes_blocked: Szavazás letiltva
|
106
106
|
votes_enabled: Szavazás engedélyezve
|
107
107
|
votes_hidden: Szavazatok elrejtése (ha a szavazás engedélyezett, ez elrejti a szavazatok számát)
|
@@ -151,7 +151,7 @@ hu:
|
|
151
151
|
affected_user:
|
152
152
|
email_intro: 'Javaslata "%{resource_title}" elfogadva. A válasz ezen az oldalon olvasható:'
|
153
153
|
email_outro: Ezt az értesítést megkapta, mert a "%{resource_title}" szerzője.
|
154
|
-
email_subject: A
|
154
|
+
email_subject: A javaslatodat elfogadták
|
155
155
|
notification_title: Javaslata <a href="%{resource_path}">%{resource_title}</a> elfogadva.
|
156
156
|
follower:
|
157
157
|
email_intro: 'A(z) "%{resource_title}" című javaslat elfogadva. További részletek a következő oldalon:'
|
@@ -247,7 +247,7 @@ hu:
|
|
247
247
|
unearned_own: Még nem hoztál létre javaslatokat.
|
248
248
|
metrics:
|
249
249
|
accepted_proposals:
|
250
|
-
description: A felhasználók által elfogadott
|
250
|
+
description: A felhasználók által elfogadott javaslatok száma
|
251
251
|
object: javaslatok
|
252
252
|
title: Elfogadott javaslatok
|
253
253
|
endorsements:
|
@@ -261,7 +261,7 @@ hu:
|
|
261
261
|
votes:
|
262
262
|
description: A felhasználók által benyújtott szavazatok száma
|
263
263
|
object: szavazat
|
264
|
-
title:
|
264
|
+
title: Szavazatok
|
265
265
|
participatory_processes:
|
266
266
|
participatory_process_groups:
|
267
267
|
highlighted_proposals:
|
@@ -289,13 +289,16 @@ hu:
|
|
289
289
|
name: Javaslat
|
290
290
|
participatory_texts:
|
291
291
|
bulk-actions:
|
292
|
+
are_you_sure: Biztos, hogy elveti az egész részvételi szöveg tervezet?
|
292
293
|
import_doc: Dokumentum importálása
|
294
|
+
discard_all: Összes elvetése
|
293
295
|
import:
|
294
296
|
invalid: Az űrlap érvénytelen!
|
295
297
|
success: Gratulálunk, az alábbi szakaszokat elemeztük az importált dokumentumból, és átkerültek javaslatokká. Mostantól megtekintheti és módosíthatja, amire szüksége van a közzététel előtt.
|
296
298
|
index:
|
297
299
|
info_1: Az importált dokumentumból az alábbi részek kerültek feldolgozásra, amelyek javaslatokká lettek alakítva. Mostantól megtekintheted és módosíthatod, amire szükséged van a közzététel előtt.
|
298
300
|
publish_document: Dokumentum közzététele
|
301
|
+
save_draft: Vázlat mentése
|
299
302
|
title: RÉSZTVEVŐ SZÖVEG előnézete
|
300
303
|
new_import:
|
301
304
|
bottom_hint: "(Megtekintheted és rendezheted a dokumentumokat)"
|
@@ -305,10 +308,14 @@ hu:
|
|
305
308
|
publish:
|
306
309
|
invalid: Nem sikerült közzé tenni a javaslatokat
|
307
310
|
success: Minden pályázat megjelent
|
311
|
+
discard:
|
312
|
+
success: Az összes résztvevő szövegtervezetet elvetették.
|
308
313
|
sections:
|
309
314
|
article: "<em>Cikk</em>"
|
310
315
|
section: "<em>szakasz:</em> <strong>%{title}</strong>"
|
311
316
|
sub-section: "<em>Alszakasz:</em> %{title}"
|
317
|
+
update:
|
318
|
+
success: A részvételi szöveg sikeresen frissült.
|
312
319
|
proposal_answers:
|
313
320
|
edit:
|
314
321
|
accepted: Elfogadva
|
@@ -400,19 +407,19 @@ hu:
|
|
400
407
|
filter_origin_values:
|
401
408
|
all: Minden
|
402
409
|
citizens: Állampolgárok
|
403
|
-
meetings:
|
410
|
+
meetings: Találkozók
|
404
411
|
official: Hivatalos
|
405
412
|
user_groups: Felhasználói csoportok
|
406
413
|
filter_state_values:
|
407
|
-
accepted:
|
414
|
+
accepted: Elfogadva
|
408
415
|
all: Minden
|
409
|
-
evaluating:
|
416
|
+
evaluating: Értékelés
|
410
417
|
except_rejected: Összes elutasítva
|
411
418
|
rejected: Elutasítva
|
412
419
|
filter_type_values:
|
413
420
|
all: Minden
|
414
421
|
amendments: Módosítások
|
415
|
-
proposals:
|
422
|
+
proposals: Javaslatok
|
416
423
|
collaborative_drafts:
|
417
424
|
collaborative_draft:
|
418
425
|
publish:
|
@@ -441,7 +448,7 @@ hu:
|
|
441
448
|
title: Fejezd be a közös vázlatot
|
442
449
|
count:
|
443
450
|
drafts_count:
|
444
|
-
one: "%{count}
|
451
|
+
one: "%{count} közös vázlat"
|
445
452
|
other: "%{count} együttműködési tervezet"
|
446
453
|
create:
|
447
454
|
error: Hiba a közösen szerkesztett vázlatok létrehozásakor
|
@@ -614,7 +621,7 @@ hu:
|
|
614
621
|
search: Keresés
|
615
622
|
state: Állapot
|
616
623
|
voted: Szavazott
|
617
|
-
amendment_type:
|
624
|
+
amendment_type: Típus
|
618
625
|
filters_small_view:
|
619
626
|
close_modal: Modal bezárása
|
620
627
|
filter: Szűrés
|