decidim-initiatives 0.28.6 → 0.29.0.rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/app/cells/decidim/initiatives/initiative_g_cell.rb +6 -4
- data/app/cells/decidim/initiatives_votes/vote_cell.rb +1 -3
- data/app/commands/decidim/initiatives/admin/create_initiative_type.rb +9 -58
- data/app/commands/decidim/initiatives/admin/create_initiative_type_scope.rb +5 -43
- data/app/commands/decidim/initiatives/admin/update_initiative.rb +25 -42
- data/app/commands/decidim/initiatives/admin/update_initiative_answer.rb +3 -4
- data/app/commands/decidim/initiatives/admin/update_initiative_type.rb +11 -61
- data/app/commands/decidim/initiatives/admin/update_initiative_type_scope.rb +2 -33
- data/app/commands/decidim/initiatives/admin/update_initiatives_settings.rb +2 -35
- data/app/commands/decidim/initiatives/approve_membership_request.rb +1 -1
- data/app/commands/decidim/initiatives/create_initiative.rb +6 -7
- data/app/commands/decidim/initiatives/revoke_membership_request.rb +1 -1
- data/app/commands/decidim/initiatives/spawn_committee_request.rb +4 -5
- data/app/commands/decidim/initiatives/update_initiative.rb +3 -3
- data/app/commands/decidim/initiatives/validate_sms_code.rb +3 -3
- data/app/controllers/concerns/decidim/initiatives/needs_initiative.rb +1 -1
- data/app/controllers/decidim/initiatives/admin/answers_controller.rb +1 -1
- data/app/controllers/decidim/initiatives/admin/initiatives_controller.rb +7 -6
- data/app/controllers/decidim/initiatives/admin/initiatives_settings_controller.rb +1 -1
- data/app/controllers/decidim/initiatives/admin/initiatives_type_scopes_controller.rb +2 -2
- data/app/controllers/decidim/initiatives/admin/initiatives_types_controller.rb +2 -2
- data/app/controllers/decidim/initiatives/application_controller.rb +5 -2
- data/app/controllers/decidim/initiatives/committee_requests_controller.rb +1 -2
- data/app/controllers/decidim/initiatives/create_initiative_controller.rb +1 -1
- data/app/controllers/decidim/initiatives/initiatives_controller.rb +2 -2
- data/app/events/decidim/initiatives/approve_membership_request_event.rb +9 -29
- data/app/events/decidim/initiatives/create_initiative_event.rb +17 -36
- data/app/events/decidim/initiatives/revoke_membership_request_event.rb +10 -33
- data/app/events/decidim/initiatives/spawn_committee_request_event.rb +10 -33
- data/app/forms/decidim/initiatives/admin/initiative_answer_form.rb +1 -1
- data/app/forms/decidim/initiatives/admin/initiative_form.rb +3 -3
- data/app/forms/decidim/initiatives/admin/initiative_type_form.rb +2 -2
- data/app/forms/decidim/initiatives/initiative_form.rb +11 -1
- data/app/forms/decidim/initiatives/vote_form.rb +2 -2
- data/app/helpers/decidim/initiatives/initiative_helper.rb +0 -74
- data/app/helpers/decidim/initiatives/initiatives_helper.rb +0 -7
- data/app/models/decidim/initiative.rb +1 -7
- data/app/packs/entrypoints/decidim_initiatives_admin.js +0 -2
- data/app/packs/src/decidim/initiatives/admin/invite_users.js +1 -1
- data/app/permissions/decidim/initiatives/admin/permissions.rb +2 -2
- data/app/permissions/decidim/initiatives/permissions.rb +0 -14
- data/app/serializers/decidim/initiatives/initiative_serializer.rb +1 -1
- data/app/views/decidim/initiatives/admin/answers/_info_initiative.html.erb +1 -1
- data/app/views/decidim/initiatives/admin/committee_requests/index.html.erb +1 -2
- data/app/views/decidim/initiatives/admin/exports/_dropdown.html.erb +6 -6
- data/app/views/decidim/initiatives/admin/initiatives/index.html.erb +65 -59
- data/app/views/decidim/initiatives/admin/initiatives_type_scopes/_form.html.erb +1 -1
- data/app/views/decidim/initiatives/admin/initiatives_types/_initiative_type_scopes.html.erb +1 -1
- data/app/views/decidim/initiatives/admin/initiatives_types/index.html.erb +1 -1
- data/app/views/decidim/initiatives/committee_requests/new.html.erb +3 -4
- data/app/views/decidim/initiatives/initiative_signatures/fill_personal_data.html.erb +1 -1
- data/app/views/decidim/initiatives/initiatives/_interactions.html.erb +1 -1
- data/app/views/decidim/initiatives/initiatives/_new_initiative_button.html.erb +1 -1
- data/app/views/decidim/initiatives/initiatives/_vote_button.html.erb +1 -1
- data/app/views/decidim/initiatives/initiatives/print.html.erb +2 -2
- data/app/views/decidim/initiatives/initiatives/show.html.erb +2 -3
- data/app/views/layouts/decidim/_initiative_header.html.erb +6 -6
- data/app/views/layouts/decidim/initiative.html.erb +2 -2
- data/app/views/layouts/decidim/initiative_head.html.erb +1 -1
- data/config/initializers/wicked_pdf.rb +6 -4
- data/config/locales/ar.yml +0 -7
- data/config/locales/bg.yml +2 -3
- data/config/locales/ca.yml +10 -17
- data/config/locales/cs.yml +5 -13
- data/config/locales/de.yml +8 -15
- data/config/locales/el.yml +0 -4
- data/config/locales/en.yml +6 -13
- data/config/locales/es-MX.yml +12 -19
- data/config/locales/es-PY.yml +12 -19
- data/config/locales/es.yml +11 -18
- data/config/locales/eu.yml +75 -82
- data/config/locales/fi-plain.yml +8 -15
- data/config/locales/fi.yml +21 -28
- data/config/locales/fr-CA.yml +6 -7
- data/config/locales/fr.yml +5 -6
- data/config/locales/ga-IE.yml +0 -1
- data/config/locales/gl.yml +2 -6
- data/config/locales/he-IL.yml +0 -6
- data/config/locales/hu.yml +3 -5
- data/config/locales/id-ID.yml +1 -5
- data/config/locales/is-IS.yml +1 -12
- data/config/locales/it.yml +3 -9
- data/config/locales/ja.yml +9 -16
- data/config/locales/lb.yml +5 -2
- data/config/locales/lt.yml +1 -3
- data/config/locales/lv.yml +0 -4
- data/config/locales/nl.yml +1 -5
- data/config/locales/no.yml +1 -2
- data/config/locales/pl.yml +7 -3
- data/config/locales/pt-BR.yml +4 -19
- data/config/locales/pt.yml +1 -2
- data/config/locales/ro-RO.yml +1 -13
- data/config/locales/ru.yml +1 -13
- data/config/locales/sk.yml +1 -5
- data/config/locales/sl.yml +4 -0
- data/config/locales/sv.yml +73 -197
- data/config/locales/tr-TR.yml +3 -4
- data/config/locales/uk.yml +1 -13
- data/config/locales/zh-CN.yml +0 -3
- data/config/locales/zh-TW.yml +1 -3
- data/decidim-initiatives.gemspec +3 -2
- data/lib/decidim/api/initiative_api_type.rb +2 -2
- data/lib/decidim/initiatives/engine.rb +1 -0
- data/lib/decidim/initiatives/menu.rb +12 -1
- data/lib/decidim/initiatives/seeds.rb +89 -64
- data/lib/decidim/initiatives/version.rb +1 -1
- data/lib/decidim/initiatives.rb +0 -12
- data/lib/tasks/decidim_initiatives.rake +3 -3
- data/lib/tasks/initiatives/upgrade/decidim_initiatives_upgrade_tasks.rake +9 -11
- metadata +33 -26
- data/app/forms/decidim/initiatives/previous_form.rb +0 -24
- data/app/packs/entrypoints/decidim_initiatives_admin.scss +0 -1
- data/app/packs/stylesheets/decidim/initiatives/admin/initiatives.scss +0 -13
- data/app/queries/decidim/initiatives/similar_initiatives.rb +0 -54
- data/config/locales/bn-BD.yml +0 -1
- data/config/locales/bs-BA.yml +0 -1
- data/config/locales/ca-IT.yml +0 -625
data/config/locales/lt.yml
CHANGED
@@ -106,7 +106,6 @@ lt:
|
|
106
106
|
title_or_description_or_id_string_or_author_name_or_author_nickname_cont: Ieškoti %{collection} pagal pavadinimą, aprašymą, ID ar autoriaus vardą ir pavardę.
|
107
107
|
initiatives_settings:
|
108
108
|
update:
|
109
|
-
error: Įvyko klaida.
|
110
109
|
success: Iniciatyvų nustatymai atnaujinti.
|
111
110
|
menu:
|
112
111
|
attachments: Priedai
|
@@ -292,7 +291,6 @@ lt:
|
|
292
291
|
initiatives_types:
|
293
292
|
create:
|
294
293
|
error: Įvyko klaida.
|
295
|
-
success: Naujas iniciatyvos tipas sukurtas.
|
296
294
|
destroy:
|
297
295
|
success: Iniciatyvos tipas sėkmingai pašalintas.
|
298
296
|
edit:
|
@@ -361,6 +359,7 @@ lt:
|
|
361
359
|
finish:
|
362
360
|
back: Atgal
|
363
361
|
back_to_initiatives: Grįžti į iniciatyvas
|
362
|
+
callout_text: Sveikiname! Jūsų iniciatyva sukurta.
|
364
363
|
confirm: Jūs siųsite šią iniciatyvą administratoriaus peržiūrai ir publikavimui. Paskelbus iniciatyvą jos koreguoti nebegalėsite. Ar tikrai norite ją siųsti?
|
365
364
|
edit_my_initiative: Redaguoti mano iniciatyvas
|
366
365
|
go_to_my_initiatives: Eiti į mano iniciatyvas
|
@@ -541,7 +540,6 @@ lt:
|
|
541
540
|
other: " parašai"
|
542
541
|
vote_cabin:
|
543
542
|
already_voted: Jau pasirašyta
|
544
|
-
supports_required: "%{total_supports} – reikalingas parašų skaičius"
|
545
543
|
verification_required: Norėdami pasirašyti iniciatyvą, patvirtinkite savo paskyrą
|
546
544
|
vote: Pasirašyti
|
547
545
|
votes_blocked: Pasirašymas išjungtas
|
data/config/locales/lv.yml
CHANGED
@@ -99,7 +99,6 @@ lv:
|
|
99
99
|
initiative_title: Iniciatīvas nosaukums
|
100
100
|
name_and_surname: Vārds un uzvārds
|
101
101
|
postal_code: Pasta indekss
|
102
|
-
scope: Darbības tvērums
|
103
102
|
time_and_date: Laiks un datums
|
104
103
|
timestamp: Laikspiedols
|
105
104
|
titles:
|
@@ -328,7 +327,6 @@ lv:
|
|
328
327
|
recently_published: Pēdējās publicētās
|
329
328
|
print:
|
330
329
|
city: Pilsēta
|
331
|
-
print: Drukāt
|
332
330
|
result:
|
333
331
|
initiative_rejected_reason: Šī iniciatīva ir noraidīta parakstu trūkuma dēļ.
|
334
332
|
signatures_count:
|
@@ -337,7 +335,6 @@ lv:
|
|
337
335
|
other: "paraksti"
|
338
336
|
vote_cabin:
|
339
337
|
already_voted: Jau parakstīta
|
340
|
-
supports_required: "Nepieciešami %{total_supports} paraksti"
|
341
338
|
verification_required: Lai parakstītu iniciatīvu, verificējiet savu kontu
|
342
339
|
vote: Parakstīt
|
343
340
|
votes_blocked: Parakstīšana ir atspējota
|
@@ -369,7 +366,6 @@ lv:
|
|
369
366
|
resources:
|
370
367
|
initiatives_type:
|
371
368
|
actions:
|
372
|
-
create: Izveidot
|
373
369
|
title: Darbības
|
374
370
|
vote: Parakstīt
|
375
371
|
layouts:
|
data/config/locales/nl.yml
CHANGED
@@ -102,7 +102,6 @@ nl:
|
|
102
102
|
initiative_title: Titel van het initiatief
|
103
103
|
name_and_surname: Naam en achternaam
|
104
104
|
postal_code: Postcode
|
105
|
-
scope: Bereik
|
106
105
|
time_and_date: Tijd en datum
|
107
106
|
timestamp: tijdstempel
|
108
107
|
titles:
|
@@ -360,7 +359,6 @@ nl:
|
|
360
359
|
recently_published: Meest recent gepubliceerd
|
361
360
|
print:
|
362
361
|
city: stad
|
363
|
-
print: Afdrukken
|
364
362
|
result:
|
365
363
|
initiative_rejected_reason: Dit initiatief is afgewezen vanwege het gebrek aan handtekeningen.
|
366
364
|
signatures_count:
|
@@ -368,7 +366,6 @@ nl:
|
|
368
366
|
other: " handtekeningen"
|
369
367
|
vote_cabin:
|
370
368
|
already_voted: Al getekend
|
371
|
-
supports_required: "%{total_supports} handtekeningen vereist"
|
372
369
|
verification_required: Verifieer uw account om het initiatief te ondertekenen
|
373
370
|
vote: Teken
|
374
371
|
votes_blocked: Ondertekenen uitgeschakeld
|
@@ -412,9 +409,8 @@ nl:
|
|
412
409
|
comment: Reactie
|
413
410
|
initiatives_type:
|
414
411
|
actions:
|
415
|
-
create: creëren
|
416
412
|
title: acties
|
417
|
-
vote:
|
413
|
+
vote: Onderteken
|
418
414
|
layouts:
|
419
415
|
decidim:
|
420
416
|
initiative_creation_header:
|
data/config/locales/no.yml
CHANGED
@@ -305,6 +305,7 @@
|
|
305
305
|
finish:
|
306
306
|
back: Tilbake
|
307
307
|
back_to_initiatives: Tilbake til initiativer
|
308
|
+
callout_text: Gratulerer! Initiativet ditt er opprettet.
|
308
309
|
confirm: Du sender nå initiativet til en administrator for å gjennomgå og publisere det. Når det er publisert vil du ikke kunne redigere den. Er du sikker?
|
309
310
|
edit_my_initiative: Rediger mitt initiativ
|
310
311
|
go_to_my_initiatives: Gå til mine initiativer
|
@@ -444,7 +445,6 @@
|
|
444
445
|
other: " underskrifter"
|
445
446
|
vote_cabin:
|
446
447
|
already_voted: Allerede signert
|
447
|
-
supports_required: "%{total_supports} signaturer påkrevd"
|
448
448
|
verification_required: Verifiser kontoen din for å signere initiativet
|
449
449
|
vote: Signer
|
450
450
|
votes_blocked: Underskriving deaktivert
|
@@ -488,7 +488,6 @@
|
|
488
488
|
comment: Kommenter
|
489
489
|
initiatives_type:
|
490
490
|
actions:
|
491
|
-
create: Opprett
|
492
491
|
title: Handlinger
|
493
492
|
vote: Signer
|
494
493
|
layouts:
|
data/config/locales/pl.yml
CHANGED
@@ -243,6 +243,10 @@ pl:
|
|
243
243
|
most_recent: Najnowsze
|
244
244
|
exports:
|
245
245
|
initiatives: Inicjatywy
|
246
|
+
index:
|
247
|
+
initiatives_types:
|
248
|
+
alert_html: "<p>Musisz utworzyć co najmniej jeden typ inicjatywy, aby uczestnicy mogli rozpocząć tworzenie inicjatyw.</p><p> %{link}</p>"
|
249
|
+
button: Nowy typ inicjatywy
|
246
250
|
initiatives:
|
247
251
|
edit:
|
248
252
|
accept: Akceptuj inicjatywę
|
@@ -298,7 +302,7 @@ pl:
|
|
298
302
|
initiatives_types:
|
299
303
|
create:
|
300
304
|
error: Wystąpił błąd.
|
301
|
-
success:
|
305
|
+
success: Nowy typ inicjatywy został pomyślnie utworzony. Musisz zdefiniować co najmniej jeden zakres dla tego typu inicjatywy, aby można go było użyć.
|
302
306
|
destroy:
|
303
307
|
success: Typ inicjatywy został usunięty.
|
304
308
|
edit:
|
@@ -369,6 +373,7 @@ pl:
|
|
369
373
|
finish:
|
370
374
|
back: Wróć
|
371
375
|
back_to_initiatives: Wróć do inicjatyw
|
376
|
+
callout_text: Gratulacje! Twoja inicjatywa została utworzona.
|
372
377
|
confirm: Zamierzasz wysłać inicjatywę administratorowi, aby ją przejrzał i opublikował. Po opublikowaniu nie będziesz mógł jej edytować. Czy jesteś pewien?
|
373
378
|
edit_my_initiative: Edytuj moją inicjatywę
|
374
379
|
go_to_my_initiatives: Przejdź do moich inicjatyw
|
@@ -553,7 +558,6 @@ pl:
|
|
553
558
|
other: " podpisy"
|
554
559
|
vote_cabin:
|
555
560
|
already_voted: Już podpisano
|
556
|
-
supports_required: "Wymagane %{total_supports} podpisów"
|
557
561
|
verification_required: Zweryfikuj swoje konto, aby podpisać inicjatywę
|
558
562
|
vote: Podpisz
|
559
563
|
votes_blocked: Podpisywanie wyłączone
|
@@ -611,7 +615,7 @@ pl:
|
|
611
615
|
actions:
|
612
616
|
create: Utwórz
|
613
617
|
title: Działania
|
614
|
-
vote:
|
618
|
+
vote: Wspieranie
|
615
619
|
layouts:
|
616
620
|
decidim:
|
617
621
|
initiative_creation_header:
|
data/config/locales/pt-BR.yml
CHANGED
@@ -89,7 +89,6 @@ pt-BR:
|
|
89
89
|
title_or_description_or_id_string_or_author_name_or_author_nickname_cont: Pesquisar %{collection} por título, descrição, ID ou nome do autor.
|
90
90
|
initiatives_settings:
|
91
91
|
update:
|
92
|
-
error: Ocorreu um erro.
|
93
92
|
success: As configurações de iniciativas foram atualizadas com sucesso.
|
94
93
|
menu:
|
95
94
|
attachments: Anexos
|
@@ -238,8 +237,6 @@ pt-BR:
|
|
238
237
|
edit: Editar
|
239
238
|
new: Novo
|
240
239
|
photos: Fotos
|
241
|
-
update:
|
242
|
-
error: Ocorreu um erro.
|
243
240
|
initiatives_settings:
|
244
241
|
form:
|
245
242
|
comments: Mais comentado
|
@@ -249,20 +246,13 @@ pt-BR:
|
|
249
246
|
signatures: Mais assinadas
|
250
247
|
title: Configurações de iniciativas
|
251
248
|
initiatives_type_scopes:
|
252
|
-
create:
|
253
|
-
error: Ocorreu um erro.
|
254
249
|
edit:
|
255
250
|
title: Editar o âmbito do tipo de iniciativa
|
256
251
|
update: Atualizar
|
257
252
|
new:
|
258
253
|
create: Criar
|
259
254
|
title: Criar âmbito de tipo de iniciativa
|
260
|
-
update:
|
261
|
-
error: Ocorreu um erro.
|
262
255
|
initiatives_types:
|
263
|
-
create:
|
264
|
-
error: Ocorreu um erro.
|
265
|
-
success: Um novo tipo de iniciativa foi criado com sucesso.
|
266
256
|
edit:
|
267
257
|
update: Atualizar
|
268
258
|
form:
|
@@ -275,8 +265,6 @@ pt-BR:
|
|
275
265
|
new:
|
276
266
|
create: Criar
|
277
267
|
title: Novo tipo de iniciativa
|
278
|
-
update:
|
279
|
-
error: Ocorreu um erro.
|
280
268
|
admin_log:
|
281
269
|
initiative:
|
282
270
|
publish: "%{user_name} publicou a iniciativa %{resource_name}"
|
@@ -329,6 +317,7 @@ pt-BR:
|
|
329
317
|
finish:
|
330
318
|
back: Costas
|
331
319
|
back_to_initiatives: De volta às iniciativas
|
320
|
+
callout_text: Parabéns! Sua iniciativa cidadã foi criada com sucesso.
|
332
321
|
confirm: Você vai enviar a iniciativa para um administrador revisá-lo e publicá-lo. Uma vez publicado, você não será capaz de editá-lo. Você tem certeza?
|
333
322
|
edit_my_initiative: Editar minha iniciativa
|
334
323
|
go_to_my_initiatives: Vá para minhas iniciativas
|
@@ -470,7 +459,7 @@ pt-BR:
|
|
470
459
|
phone_number: Número de telefone
|
471
460
|
place_date: Local, data
|
472
461
|
postal_code: CEP/CEP
|
473
|
-
print:
|
462
|
+
print: Imprimir
|
474
463
|
province: Cidade/Estado
|
475
464
|
section: 'Se solicitado pela organização, por favor imprima e preencha este formulário para enviar quando indicado:'
|
476
465
|
signature: Assinatura
|
@@ -491,7 +480,6 @@ pt-BR:
|
|
491
480
|
other: " assinaturas"
|
492
481
|
vote_cabin:
|
493
482
|
already_voted: Já assinadas
|
494
|
-
supports_required: "São necessárias %{total_supports} assinaturas"
|
495
483
|
verification_required: Confirme sua conta para assinar a iniciativa
|
496
484
|
vote: Placa
|
497
485
|
votes_blocked: Assinatura desativada
|
@@ -532,21 +520,18 @@ pt-BR:
|
|
532
520
|
accepted: Aceitaram
|
533
521
|
expired: Expirado
|
534
522
|
unavailable_scope: Escopo não disponível
|
535
|
-
update:
|
536
|
-
error: Ocorreu um erro.
|
537
523
|
menu:
|
538
524
|
initiatives: Iniciativas
|
539
525
|
resources:
|
540
526
|
initiatives_type:
|
541
527
|
actions:
|
542
|
-
create: Criar
|
543
528
|
title: Ações
|
544
|
-
vote:
|
529
|
+
vote: Voto
|
545
530
|
layouts:
|
546
531
|
decidim:
|
547
532
|
initiative_creation_header:
|
548
533
|
fill_data: Criar
|
549
|
-
finish:
|
534
|
+
finish: Finalizar
|
550
535
|
promotal_committee: Comitê Promotor
|
551
536
|
select_initiative_type: Escolher
|
552
537
|
initiative_signature_creation_header:
|
data/config/locales/pt.yml
CHANGED
@@ -292,6 +292,7 @@ pt:
|
|
292
292
|
finish:
|
293
293
|
back: Retroceder
|
294
294
|
back_to_initiatives: Retroceder para as iniciativas
|
295
|
+
callout_text: Parabéns! A sua iniciativa foi criada com êxito.
|
295
296
|
confirm: Vai enviar esta iniciativa para que um administrador a possa rever e publicar. Assim que esteja publicada não a poderá editar. Tem a certeza?
|
296
297
|
edit_my_initiative: Editar a minha iniciativa
|
297
298
|
go_to_my_initiatives: Ir para as minhas iniciativas
|
@@ -436,7 +437,6 @@ pt:
|
|
436
437
|
other: " assinaturas"
|
437
438
|
vote_cabin:
|
438
439
|
already_voted: Já assinou
|
439
|
-
supports_required: "%{total_supports} assinaturas necessárias"
|
440
440
|
verification_required: Verifique a sua conta para assinar a iniciativa
|
441
441
|
vote: Assinar
|
442
442
|
votes_blocked: Assinatura desativada
|
@@ -480,7 +480,6 @@ pt:
|
|
480
480
|
comment: Comentários
|
481
481
|
initiatives_type:
|
482
482
|
actions:
|
483
|
-
create: Criar
|
484
483
|
title: Ações
|
485
484
|
vote: Assinar
|
486
485
|
layouts:
|
data/config/locales/ro-RO.yml
CHANGED
@@ -220,10 +220,6 @@ ro:
|
|
220
220
|
exports:
|
221
221
|
initiatives: Inițiative
|
222
222
|
initiatives:
|
223
|
-
accept:
|
224
|
-
success: Inițiativa a fost acceptată cu succes.
|
225
|
-
discard:
|
226
|
-
success: Inițiativa a fost anulată cu succes.
|
227
223
|
edit:
|
228
224
|
accept: Acceptă inițiativa
|
229
225
|
confirm: Sigur dorești asta?
|
@@ -246,12 +242,6 @@ ro:
|
|
246
242
|
edit: Editare
|
247
243
|
new: Nou
|
248
244
|
photos: Poze
|
249
|
-
publish:
|
250
|
-
success: Inițiativa a fost publicată cu succes.
|
251
|
-
reject:
|
252
|
-
success: Inițiativa a fost respinsă.
|
253
|
-
unpublish:
|
254
|
-
success: Inițiativa a fost ascunsă cu succes.
|
255
245
|
update:
|
256
246
|
error: A apărut o eroare.
|
257
247
|
success: Inițiativa a fost actualizată cu succes.
|
@@ -336,7 +326,7 @@ ro:
|
|
336
326
|
finish:
|
337
327
|
back: Înapoi
|
338
328
|
back_to_initiatives: Înapoi la inițiative
|
339
|
-
callout_text: Felicitări! Inițiativa
|
329
|
+
callout_text: Felicitări! Inițiativa ta a fost creată cu succes.
|
340
330
|
confirm: Vei trimite inițiativa unui administrator pentru a o revizui și a o publica. Odată publicată, nu o vei putea edita. Sigur dorești asta?
|
341
331
|
edit_my_initiative: Editează inițiativa mea
|
342
332
|
go_to_my_initiatives: Accesează inițiativele mele
|
@@ -487,7 +477,6 @@ ro:
|
|
487
477
|
other: " semnături"
|
488
478
|
vote_cabin:
|
489
479
|
already_voted: Deja semnat
|
490
|
-
supports_required: "%{total_supports} semnături necesare"
|
491
480
|
verification_required: Verifică-ți contul pentru a semna inițiativa
|
492
481
|
vote: Semnare
|
493
482
|
votes_blocked: Semnarea este dezactivată
|
@@ -532,7 +521,6 @@ ro:
|
|
532
521
|
comment: Comentează
|
533
522
|
initiatives_type:
|
534
523
|
actions:
|
535
|
-
create: Creează
|
536
524
|
title: Acțiuni
|
537
525
|
vote: Semnare
|
538
526
|
layouts:
|
data/config/locales/ru.yml
CHANGED
@@ -62,9 +62,6 @@ ru:
|
|
62
62
|
created_at: 'Создано:'
|
63
63
|
title: Виды починов
|
64
64
|
name: Вид почина
|
65
|
-
initiatives_votes:
|
66
|
-
fields:
|
67
|
-
scope: Охват
|
68
65
|
titles:
|
69
66
|
initiatives: Почины
|
70
67
|
initiatives_types: Виды починов
|
@@ -178,9 +175,6 @@ ru:
|
|
178
175
|
email_outro: Вы получили это уведомление, потому что вы следите за «%{author_nickname}». Вы можете отписаться от уведомлений, перейдя по приведенной выше ссылке.
|
179
176
|
email_subject: Инициатива поддержана %{author_nickname}
|
180
177
|
notification_title: <a href="%{author_path}">%{author_name} %{author_nickname}</a> поддержал почин <a href="%{resource_path}">%{resource_title}</a>.
|
181
|
-
initiative_signatures:
|
182
|
-
fill_personal_data:
|
183
|
-
continue: Продолжить
|
184
178
|
initiative_votes:
|
185
179
|
create:
|
186
180
|
error: При попытке подписаться за этот почин произошли ошибки.
|
@@ -213,7 +207,6 @@ ru:
|
|
213
207
|
recent: Самые последние
|
214
208
|
print:
|
215
209
|
city: Город
|
216
|
-
print: Распечатать
|
217
210
|
result:
|
218
211
|
initiative_rejected_reason: Этот почин был отвергнут из-за недостатка поддержки.
|
219
212
|
signatures_count:
|
@@ -223,7 +216,6 @@ ru:
|
|
223
216
|
other: " подписей"
|
224
217
|
vote_cabin:
|
225
218
|
already_voted: Уже подписали
|
226
|
-
supports_required: "Требуется %{total_supports} подписей"
|
227
219
|
vote: Подписать
|
228
220
|
votes_blocked: Подписание отключено
|
229
221
|
votes_count:
|
@@ -248,15 +240,11 @@ ru:
|
|
248
240
|
expired: Истекшие
|
249
241
|
menu:
|
250
242
|
initiatives: Почины
|
251
|
-
resources:
|
252
|
-
initiatives_type:
|
253
|
-
actions:
|
254
|
-
create: Создать
|
255
|
-
vote: Подписать
|
256
243
|
layouts:
|
257
244
|
decidim:
|
258
245
|
initiative_creation_header:
|
259
246
|
fill_data: Создать
|
247
|
+
finish: Закончить
|
260
248
|
promotal_committee: Рабочая группа по продвижению
|
261
249
|
select_initiative_type: Выбрать
|
262
250
|
initiatives:
|
data/config/locales/sk.yml
CHANGED
@@ -89,7 +89,6 @@ sk:
|
|
89
89
|
initiative_title: Názov iniciatívy
|
90
90
|
name_and_surname: Meno a priezvisko
|
91
91
|
postal_code: Poštové smerovacie číslo
|
92
|
-
scope: Rozsah
|
93
92
|
time_and_date: Čas a dátum
|
94
93
|
timestamp: Časová pečiatka
|
95
94
|
titles:
|
@@ -276,7 +275,6 @@ sk:
|
|
276
275
|
recent: Najnovšie
|
277
276
|
print:
|
278
277
|
city: Mesto
|
279
|
-
print: Tlač
|
280
278
|
result:
|
281
279
|
initiative_rejected_reason: Táto iniciatíva bola zamietnutá z dôvodu nedostatočnej podpory.
|
282
280
|
signatures_count:
|
@@ -286,7 +284,6 @@ sk:
|
|
286
284
|
other: "podpisy"
|
287
285
|
vote_cabin:
|
288
286
|
already_voted: Už ste podpísal
|
289
|
-
supports_required: "Vyžaduje sa%{total_supports} podpisov"
|
290
287
|
verification_required: Overte svoj účet, aby ste podpísali iniciatívu
|
291
288
|
vote: Podpísať
|
292
289
|
votes_blocked: Podpis zakázaný
|
@@ -316,9 +313,8 @@ sk:
|
|
316
313
|
resources:
|
317
314
|
initiatives_type:
|
318
315
|
actions:
|
319
|
-
create: Vytvoriť
|
320
316
|
title: Akcia
|
321
|
-
vote:
|
317
|
+
vote: Hlasovanie
|
322
318
|
layouts:
|
323
319
|
decidim:
|
324
320
|
initiative_creation_header:
|