decidim-proposals 0.29.2 → 0.29.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/cells/decidim/proposals/highlighted_proposals_for_component/show.erb +0 -12
- data/app/commands/decidim/proposals/admin/import_proposals.rb +7 -65
- data/app/controllers/decidim/proposals/admin/proposal_answers_controller.rb +7 -0
- data/app/controllers/decidim/proposals/admin/proposals_imports_controller.rb +2 -2
- data/app/controllers/decidim/proposals/versions_controller.rb +1 -1
- data/app/forms/decidim/proposals/admin/proposal_answer_form.rb +0 -15
- data/app/helpers/decidim/proposals/application_helper.rb +1 -0
- data/app/helpers/decidim/proposals/proposals_helper.rb +1 -3
- data/app/jobs/decidim/proposals/admin/import_proposals_job.rb +91 -0
- data/app/mailers/decidim/proposals/admin/import_proposals_mailer.rb +30 -0
- data/app/models/decidim/proposals/collaborative_draft.rb +2 -3
- data/app/models/decidim/proposals/proposal.rb +0 -5
- data/app/models/decidim/proposals/proposal_state.rb +1 -1
- data/app/services/decidim/proposals/proposal_builder.rb +1 -0
- data/app/views/decidim/proposals/admin/import_proposals_mailer/notify_failure.html.erb +1 -0
- data/app/views/decidim/proposals/admin/import_proposals_mailer/notify_success.html.erb +2 -0
- data/app/views/decidim/proposals/admin/proposals/_form.html.erb +1 -1
- data/app/views/decidim/proposals/admin/proposals/show.html.erb +4 -4
- data/app/views/decidim/proposals/proposals/_proposals.html.erb +1 -1
- data/app/views/decidim/proposals/proposals/index.html.erb +8 -1
- data/config/locales/ar.yml +7 -10
- data/config/locales/bg.yml +1 -9
- data/config/locales/bs-BA.yml +0 -6
- data/config/locales/ca-IT.yml +945 -0
- data/config/locales/ca.yml +22 -7
- data/config/locales/cs.yml +14 -8
- data/config/locales/de.yml +21 -9
- data/config/locales/el.yml +2 -7
- data/config/locales/en.yml +18 -3
- data/config/locales/es-MX.yml +21 -6
- data/config/locales/es-PY.yml +21 -6
- data/config/locales/es.yml +24 -9
- data/config/locales/eu.yml +98 -83
- data/config/locales/fi-plain.yml +19 -7
- data/config/locales/fi.yml +19 -7
- data/config/locales/fr-CA.yml +17 -8
- data/config/locales/fr.yml +16 -7
- data/config/locales/ga-IE.yml +2 -1
- data/config/locales/gl.yml +2 -3
- data/config/locales/hu.yml +3 -10
- data/config/locales/id-ID.yml +3 -1
- data/config/locales/is-IS.yml +5 -0
- data/config/locales/it.yml +24 -6
- data/config/locales/ja.yml +19 -5
- data/config/locales/lt.yml +2 -10
- data/config/locales/lv.yml +2 -6
- data/config/locales/nl.yml +6 -9
- data/config/locales/no.yml +2 -5
- data/config/locales/pl.yml +2 -12
- data/config/locales/pt-BR.yml +0 -6
- data/config/locales/pt.yml +2 -5
- data/config/locales/ro-RO.yml +18 -6
- data/config/locales/ru.yml +5 -0
- data/config/locales/sk.yml +5 -10
- data/config/locales/sr-CS.yml +0 -6
- data/config/locales/sv.yml +11 -7
- data/config/locales/tr-TR.yml +3 -6
- data/config/locales/uk.yml +5 -0
- data/config/locales/zh-CN.yml +2 -4
- data/config/locales/zh-TW.yml +2 -6
- data/lib/decidim/proposals/version.rb +1 -1
- data/lib/tasks/proposals/upgrade/decidim_proposals_upgrade_tasks.rake +22 -0
- metadata +25 -20
data/config/locales/ca.yml
CHANGED
@@ -12,9 +12,11 @@ ca:
|
|
12
12
|
state: Estat
|
13
13
|
title: Títol
|
14
14
|
user_group_id: Crea un esborrany col·laboratiu com a
|
15
|
+
import_participatory_text:
|
16
|
+
document: Document
|
15
17
|
proposal:
|
16
18
|
address: Adreça
|
17
|
-
answer:
|
19
|
+
answer: Respondre
|
18
20
|
answered_at: Respost el
|
19
21
|
automatic_hashtags: Hashtags afegits automàticament
|
20
22
|
body: Cos
|
@@ -22,13 +24,15 @@ ca:
|
|
22
24
|
decidim_proposals_proposal_state_id: Estat
|
23
25
|
decidim_scope_id: Àmbit
|
24
26
|
has_address: Té adreça
|
27
|
+
latitude: Latitud
|
28
|
+
longitude: Longitud
|
25
29
|
scope_id: Àmbit
|
26
30
|
state: Estat
|
27
31
|
suggested_hashtags: Hashtags suggerits
|
28
32
|
title: Títol
|
29
33
|
user_group_id: Crea una proposta com a
|
30
34
|
proposal_answer:
|
31
|
-
answer:
|
35
|
+
answer: Resposta
|
32
36
|
cost: Cost
|
33
37
|
cost_report: Informe de cost
|
34
38
|
execution_period: Període d'execució
|
@@ -48,6 +52,8 @@ ca:
|
|
48
52
|
proposals_copy:
|
49
53
|
copy_proposals: Entenc que això importarà totes les propostes del component seleccionat a l'actual i que aquesta acció no es pot desfer.
|
50
54
|
origin_component_id: Component des d'on importar les propostes
|
55
|
+
proposals_file_import:
|
56
|
+
file: Arxiu
|
51
57
|
proposals_import:
|
52
58
|
import_proposals: Importar propostes
|
53
59
|
keep_answers: Manté l'estat i les respostes
|
@@ -194,7 +200,7 @@ ca:
|
|
194
200
|
scope_id: Àmbit
|
195
201
|
scopes_enabled: Àmbits habilitats
|
196
202
|
threshold_per_proposal: Llindar per proposta
|
197
|
-
vote_limit: Límit de
|
203
|
+
vote_limit: Límit de suports per participant
|
198
204
|
step:
|
199
205
|
amendment_creation_enabled: Creació d'esmenes habilitada
|
200
206
|
amendment_creation_enabled_help: Les participants poden esmenar les propostes.
|
@@ -377,7 +383,6 @@ ca:
|
|
377
383
|
title: Suports
|
378
384
|
participatory_spaces:
|
379
385
|
highlighted_proposals:
|
380
|
-
last: Propostes més recents
|
381
386
|
see_all: Veure totes les propostes
|
382
387
|
proposals:
|
383
388
|
actions:
|
@@ -398,6 +403,16 @@ ca:
|
|
398
403
|
exports:
|
399
404
|
proposal_comments: Comentaris
|
400
405
|
proposals: Propostes
|
406
|
+
import_proposals_mailer:
|
407
|
+
notify_failure:
|
408
|
+
body: Hi ha hagut un problema en importar propostes del component %{origin_component_name} al component %{target_component_name}.
|
409
|
+
subject: S'ha produït un error en importar les propostes
|
410
|
+
notify_success:
|
411
|
+
added_proposals:
|
412
|
+
one: S'ha importat una proposta.
|
413
|
+
other: "S'han importat %{count} propostes."
|
414
|
+
body: S'han importat amb èxit les propostes des del component %{origin_component_name} al component %{target_component_name}. Pots revisar els resultats al tauler d'administració.
|
415
|
+
subject: Les propostes s'han importat correctament
|
401
416
|
imports:
|
402
417
|
help:
|
403
418
|
answers: |
|
@@ -531,7 +546,7 @@ ca:
|
|
531
546
|
statuses: Estats
|
532
547
|
title: Propostes
|
533
548
|
unassign_from_valuator: Desfer assignació a avaluadora
|
534
|
-
unassign_from_valuator_button: Desfer assignació
|
549
|
+
unassign_from_valuator_button: Desfer l'assignació
|
535
550
|
update: Actualitza
|
536
551
|
update_scope_button: Actualitzar àmbit
|
537
552
|
new:
|
@@ -572,7 +587,7 @@ ca:
|
|
572
587
|
proposals_imports:
|
573
588
|
create:
|
574
589
|
invalid: S'ha produït un error en importar les propostes.
|
575
|
-
success:
|
590
|
+
success: El procés d'importació ha començat. T'avisarem quan hagi finalitzat.
|
576
591
|
new:
|
577
592
|
create: Importa propostes
|
578
593
|
no_components: No hi ha cap altre component de propostes en aquest espai participatiu des d'on importar-les.
|
@@ -812,7 +827,7 @@ ca:
|
|
812
827
|
text_banner: Estàs veient un llistat de propostes retirades per les seves autores. %{go_back_link}.
|
813
828
|
new:
|
814
829
|
send: Continua
|
815
|
-
title: Crea
|
830
|
+
title: Crea una nova proposta
|
816
831
|
orders:
|
817
832
|
label: 'Ordenar propostes:'
|
818
833
|
most_commented: Més comentades
|
data/config/locales/cs.yml
CHANGED
@@ -12,6 +12,8 @@ cs:
|
|
12
12
|
state: Stav
|
13
13
|
title: Titul
|
14
14
|
user_group_id: Vytvořit návrh spolupráce jako
|
15
|
+
import_participatory_text:
|
16
|
+
document: Dokument
|
15
17
|
proposal:
|
16
18
|
address: Adresa
|
17
19
|
answer: Odpovědět
|
@@ -22,6 +24,8 @@ cs:
|
|
22
24
|
decidim_proposals_proposal_state_id: Stav
|
23
25
|
decidim_scope_id: Rozsah
|
24
26
|
has_address: Má adresu
|
27
|
+
latitude: Zeměpisná šířka
|
28
|
+
longitude: Zeměpisná délka
|
25
29
|
scope_id: Oblast působnosti
|
26
30
|
state: Stav
|
27
31
|
suggested_hashtags: Navrhované hashtagy
|
@@ -48,6 +52,8 @@ cs:
|
|
48
52
|
proposals_copy:
|
49
53
|
copy_proposals: Rozumím, že tento krok naimportuje všechny návrhy z vybraného prvku do toho současného a že tuto akci nelze vrátit zpět.
|
50
54
|
origin_component_id: Komponenta pro kopírování návrhů z
|
55
|
+
proposals_file_import:
|
56
|
+
file: Soubor
|
51
57
|
proposals_import:
|
52
58
|
import_proposals: Návrhy na dovoz
|
53
59
|
keep_answers: Zachovat stav a odpovědi
|
@@ -385,7 +391,6 @@ cs:
|
|
385
391
|
title: Hlasy
|
386
392
|
participatory_spaces:
|
387
393
|
highlighted_proposals:
|
388
|
-
last: Poslední návrhy
|
389
394
|
see_all: Zobrazit všechny
|
390
395
|
proposals:
|
391
396
|
actions:
|
@@ -406,6 +411,12 @@ cs:
|
|
406
411
|
exports:
|
407
412
|
proposal_comments: Komentáře
|
408
413
|
proposals: Návrhy
|
414
|
+
import_proposals_mailer:
|
415
|
+
notify_failure:
|
416
|
+
body: Při importu návrhů ze komponenty %{origin_component_name} do komponenty %{target_component_name} došlo k chybě.
|
417
|
+
subject: Došlo k chybě při importu návrhů
|
418
|
+
notify_success:
|
419
|
+
subject: Návrhy byly úspěšně importovány
|
409
420
|
imports:
|
410
421
|
help:
|
411
422
|
answers: |
|
@@ -561,11 +572,6 @@ cs:
|
|
561
572
|
endorsements_count: Počet schvalování
|
562
573
|
endorsers: Schvalující
|
563
574
|
link: Zobrazit návrh
|
564
|
-
n_more_endorsers:
|
565
|
-
one: a další 1
|
566
|
-
few: a %{count} dalších
|
567
|
-
many: a %{count} dalších
|
568
|
-
other: a dalších %{count}
|
569
575
|
photos: Fotky
|
570
576
|
ranking: "%{ranking} z %{total}"
|
571
577
|
related_meetings: Související schůzky
|
@@ -586,7 +592,7 @@ cs:
|
|
586
592
|
proposals_imports:
|
587
593
|
create:
|
588
594
|
invalid: Při importu návrhů došlo k chybě.
|
589
|
-
success:
|
595
|
+
success: Proces importu byl zahájen. Jakmile bude dokončen, dáme vám vědět.
|
590
596
|
new:
|
591
597
|
create: Návrhy na dovoz
|
592
598
|
no_components: V tomto účastnickém prostoru neexistují žádné jiné komponenty návrhu, které by mohly importovat návrhy.
|
@@ -832,7 +838,7 @@ cs:
|
|
832
838
|
text_banner: Zobrazujete seznam návrhů stažených jejich autory. %{go_back_link}.
|
833
839
|
new:
|
834
840
|
send: Pokračovat
|
835
|
-
title:
|
841
|
+
title: Vytvořit nový návrh
|
836
842
|
orders:
|
837
843
|
label: 'Seřadit návrhy podle:'
|
838
844
|
most_commented: Nejvíce komentované
|
data/config/locales/de.yml
CHANGED
@@ -12,6 +12,8 @@ de:
|
|
12
12
|
state: Status
|
13
13
|
title: Titel
|
14
14
|
user_group_id: Kollaborativen Entwurf erstellen als
|
15
|
+
import_participatory_text:
|
16
|
+
document: Dokument
|
15
17
|
proposal:
|
16
18
|
address: Adresse
|
17
19
|
answer: Antworten
|
@@ -22,6 +24,8 @@ de:
|
|
22
24
|
decidim_proposals_proposal_state_id: Status
|
23
25
|
decidim_scope_id: Umfang
|
24
26
|
has_address: Hat eine Adresse
|
27
|
+
latitude: Breitengrad
|
28
|
+
longitude: Längengrad
|
25
29
|
scope_id: Bereich
|
26
30
|
state: Status
|
27
31
|
suggested_hashtags: Vorgeschlagene Hashtags
|
@@ -48,6 +52,8 @@ de:
|
|
48
52
|
proposals_copy:
|
49
53
|
copy_proposals: Ich verstehe, dass dies alle Vorschläge von der ausgewählten Komponente in die aktuelle Komponente importiert und dass diese Aktion nicht rückgängig gemacht werden kann.
|
50
54
|
origin_component_id: Komponente zum Kopieren der Vorschläge aus
|
55
|
+
proposals_file_import:
|
56
|
+
file: Datei
|
51
57
|
proposals_import:
|
52
58
|
import_proposals: Vorschläge importieren
|
53
59
|
keep_answers: Status und Antworten behalten
|
@@ -374,10 +380,9 @@ de:
|
|
374
380
|
votes:
|
375
381
|
description: Anzahl Stimmen über Vorschläge
|
376
382
|
object: Stimmen
|
377
|
-
title:
|
383
|
+
title: Stimmen
|
378
384
|
participatory_spaces:
|
379
385
|
highlighted_proposals:
|
380
|
-
last: Letzte Vorschläge
|
381
386
|
see_all: Alle anzeigen
|
382
387
|
proposals:
|
383
388
|
actions:
|
@@ -398,6 +403,16 @@ de:
|
|
398
403
|
exports:
|
399
404
|
proposal_comments: Kommentare
|
400
405
|
proposals: Vorschläge
|
406
|
+
import_proposals_mailer:
|
407
|
+
notify_failure:
|
408
|
+
body: Beim Importieren von Vorschlägen aus der Komponente %{origin_component_name} in die Komponente %{target_component_name} ist ein Fehler aufgetreten.
|
409
|
+
subject: Beim Importieren der Vorschläge ist ein Fehler aufgetreten
|
410
|
+
notify_success:
|
411
|
+
added_proposals:
|
412
|
+
one: Ein Vorschlag wurde importiert.
|
413
|
+
other: "%{count} Vorschläge wurden importiert."
|
414
|
+
body: Vorschläge erfolgreich aus der Komponente %{origin_component_name} zu %{target_component_name} importiert. Sie können die Ergebnisse in der Adminoberfläche überprüfen.
|
415
|
+
subject: Die Vorschläge wurden erfolgreich importiert
|
401
416
|
imports:
|
402
417
|
help:
|
403
418
|
answers: |
|
@@ -531,7 +546,7 @@ de:
|
|
531
546
|
statuses: Status
|
532
547
|
title: Vorschläge
|
533
548
|
unassign_from_valuator: Zuweisung zur Bewertung zurückziehen
|
534
|
-
unassign_from_valuator_button:
|
549
|
+
unassign_from_valuator_button:
|
535
550
|
update: Aktualisieren
|
536
551
|
update_scope_button: Umfang aktualisieren
|
537
552
|
new:
|
@@ -549,9 +564,6 @@ de:
|
|
549
564
|
endorsements_count: Anzahl der Befürwortungen
|
550
565
|
endorsers: Befürworter
|
551
566
|
link: Vorschlag anzeigen
|
552
|
-
n_more_endorsers:
|
553
|
-
one: und 1 mehr
|
554
|
-
other: und %{count} mehr
|
555
567
|
photos: Fotos
|
556
568
|
ranking: "%{ranking} von %{total}"
|
557
569
|
related_meetings: Ähnliche Besprechungen
|
@@ -572,7 +584,7 @@ de:
|
|
572
584
|
proposals_imports:
|
573
585
|
create:
|
574
586
|
invalid: Beim Importieren der Vorschläge ist ein Problem aufgetreten.
|
575
|
-
success:
|
587
|
+
success: Der Importprozess wurde gestartet. Sie werden benachrichtigt, sobald er beendet ist.
|
576
588
|
new:
|
577
589
|
create: Vorschläge importieren
|
578
590
|
no_components: In diesem partizipatorischen Bereich gibt es keine weiteren Vorschlagskomponenten, aus denen die Vorschläge importiert werden könnten.
|
@@ -779,7 +791,7 @@ de:
|
|
779
791
|
send: Abschicken
|
780
792
|
title: Vorschlag bearbeiten
|
781
793
|
edit_draft:
|
782
|
-
discard:
|
794
|
+
discard: Entwurf verwerfen
|
783
795
|
discard_confirmation: Möchten Sie diesen Vorschlagsentwurf wirklich verwerfen?
|
784
796
|
send: Vorschau
|
785
797
|
title: Vorschlagsentwurf bearbeiten
|
@@ -812,7 +824,7 @@ de:
|
|
812
824
|
text_banner: Hier sehen Sie alle Vorschläge, die von ihren Autoren zurückgezogen wurden. %{go_back_link}.
|
813
825
|
new:
|
814
826
|
send: Fortsetzen
|
815
|
-
title:
|
827
|
+
title: Neuer Vorschlag erstellen
|
816
828
|
orders:
|
817
829
|
label: 'Vorschläge sortieren nach:'
|
818
830
|
most_commented: Am meisten kommentiert
|
data/config/locales/el.yml
CHANGED
@@ -312,6 +312,8 @@ el:
|
|
312
312
|
description: Αριθμός προτάσεων
|
313
313
|
object: προτάσεις
|
314
314
|
title: Προτάσεις
|
315
|
+
votes:
|
316
|
+
title: Ψήφοι
|
315
317
|
participatory_spaces:
|
316
318
|
highlighted_proposals:
|
317
319
|
see_all: Δείτε όλες τις προτάσεις
|
@@ -424,7 +426,6 @@ el:
|
|
424
426
|
index:
|
425
427
|
actions: Ενέργειες
|
426
428
|
assign_to_valuator: Εκχώρηση σε εκτιμητή
|
427
|
-
assign_to_valuator_button: Εκχώρηση
|
428
429
|
cancel: Ακύρωση
|
429
430
|
change_category: Αλλαγή κατηγορίας
|
430
431
|
change_scope: Αλλαγή πεδίου εφαρμογής
|
@@ -438,7 +439,6 @@ el:
|
|
438
439
|
split_button: Διαχωρισμός
|
439
440
|
title: Προτάσεις
|
440
441
|
unassign_from_valuator: Κατάργηση εκχώρησης από εκτιμητή
|
441
|
-
unassign_from_valuator_button: Κατάργηση εκχώρησης
|
442
442
|
update: Ενημέρωση
|
443
443
|
update_scope_button: Ενημέρωση πεδίου εφαρμογής
|
444
444
|
new:
|
@@ -454,9 +454,6 @@ el:
|
|
454
454
|
documents: Έγγραφα
|
455
455
|
endorsements_count: Πλήθος επιδοκιμασιών
|
456
456
|
endorsers: Υποστηρικτές
|
457
|
-
n_more_endorsers:
|
458
|
-
one: και 1 ακόμα
|
459
|
-
other: και %{count} ακόμη
|
460
457
|
photos: Φωτογραφίες
|
461
458
|
ranking: "%{ranking} από %{total}"
|
462
459
|
related_meetings: Σχετικές συσκέψεις
|
@@ -476,7 +473,6 @@ el:
|
|
476
473
|
proposals_imports:
|
477
474
|
create:
|
478
475
|
invalid: Υπήρξε ένα πρόβλημα κατά την εισαγωγή των προτάσεων.
|
479
|
-
success: "%{number} προτάσεις εισήχθησαν επιτυχώς."
|
480
476
|
new:
|
481
477
|
create: Εισαγωγή προτάσεων
|
482
478
|
no_components: Δεν υπάρχουν άλλα στοιχεία προτάσεων σε αυτόν τον χώρο συμμετοχής για εισαγωγή των προτάσεων.
|
@@ -697,7 +693,6 @@ el:
|
|
697
693
|
text_banner: Βλέπετε τη λίστα των προτάσεων που αποσύρονται από τους συντάκτες τους. %{go_back_link}.
|
698
694
|
new:
|
699
695
|
send: Συνέχεια
|
700
|
-
title: Δημιουργήστε την πρότασή σας
|
701
696
|
orders:
|
702
697
|
label: 'Ταξινόμηση προτάσεων κατά:'
|
703
698
|
most_commented: Με τα περισσότερα σχόλια
|
data/config/locales/en.yml
CHANGED
@@ -12,6 +12,8 @@ en:
|
|
12
12
|
state: State
|
13
13
|
title: Title
|
14
14
|
user_group_id: Create collaborative draft as
|
15
|
+
import_participatory_text:
|
16
|
+
document: Document
|
15
17
|
proposal:
|
16
18
|
address: Address
|
17
19
|
answer: Answer
|
@@ -22,6 +24,8 @@ en:
|
|
22
24
|
decidim_proposals_proposal_state_id: State
|
23
25
|
decidim_scope_id: Scope
|
24
26
|
has_address: Has address
|
27
|
+
latitude: Latitude
|
28
|
+
longitude: Longitude
|
25
29
|
scope_id: Scope
|
26
30
|
state: State
|
27
31
|
suggested_hashtags: Suggested hashtags
|
@@ -48,6 +52,8 @@ en:
|
|
48
52
|
proposals_copy:
|
49
53
|
copy_proposals: I understand that this will import all proposals from the selected component to the current one and that this action cannot be reversed.
|
50
54
|
origin_component_id: Component to copy the proposals from
|
55
|
+
proposals_file_import:
|
56
|
+
file: File
|
51
57
|
proposals_import:
|
52
58
|
import_proposals: Import proposals
|
53
59
|
keep_answers: Keep state and answers
|
@@ -377,7 +383,6 @@ en:
|
|
377
383
|
title: Votes
|
378
384
|
participatory_spaces:
|
379
385
|
highlighted_proposals:
|
380
|
-
last: Last proposals
|
381
386
|
see_all: See all proposals
|
382
387
|
proposals:
|
383
388
|
actions:
|
@@ -398,6 +403,16 @@ en:
|
|
398
403
|
exports:
|
399
404
|
proposal_comments: Comments
|
400
405
|
proposals: Proposals
|
406
|
+
import_proposals_mailer:
|
407
|
+
notify_failure:
|
408
|
+
body: There was a problem while importing proposals from the %{origin_component_name} component to the %{target_component_name} component.
|
409
|
+
subject: There was an error importing proposals
|
410
|
+
notify_success:
|
411
|
+
added_proposals:
|
412
|
+
one: One proposal was imported.
|
413
|
+
other: "%{count} proposals were imported."
|
414
|
+
body: Successful imported proposals from the %{origin_component_name} component to the %{target_component_name} component. You can review the results in the administration interface.
|
415
|
+
subject: The proposals have been imported successfully
|
401
416
|
imports:
|
402
417
|
help:
|
403
418
|
answers: |
|
@@ -572,7 +587,7 @@ en:
|
|
572
587
|
proposals_imports:
|
573
588
|
create:
|
574
589
|
invalid: There was a problem importing the proposals.
|
575
|
-
success:
|
590
|
+
success: The import process has started. We will let you know once it has finished.
|
576
591
|
new:
|
577
592
|
create: Import proposals
|
578
593
|
no_components: There are no other proposal components in this participatory space to import the proposals from.
|
@@ -812,7 +827,7 @@ en:
|
|
812
827
|
text_banner: You are viewing the list of proposals withdrawn by their authors. %{go_back_link}.
|
813
828
|
new:
|
814
829
|
send: Continue
|
815
|
-
title: Create
|
830
|
+
title: Create new proposal
|
816
831
|
orders:
|
817
832
|
label: 'Order proposals by:'
|
818
833
|
most_commented: Most commented
|
data/config/locales/es-MX.yml
CHANGED
@@ -12,6 +12,8 @@ es-MX:
|
|
12
12
|
state: Estado
|
13
13
|
title: Título
|
14
14
|
user_group_id: Crear borrador colaborativo como
|
15
|
+
import_participatory_text:
|
16
|
+
document: Documento
|
15
17
|
proposal:
|
16
18
|
address: Dirección
|
17
19
|
answer: Respuesta
|
@@ -22,6 +24,8 @@ es-MX:
|
|
22
24
|
decidim_proposals_proposal_state_id: Estado
|
23
25
|
decidim_scope_id: Ámbito
|
24
26
|
has_address: Tiene dirección
|
27
|
+
latitude: Latitud
|
28
|
+
longitude: Longitud
|
25
29
|
scope_id: Ámbito
|
26
30
|
state: Estado
|
27
31
|
suggested_hashtags: Hashtags sugeridos
|
@@ -48,6 +52,8 @@ es-MX:
|
|
48
52
|
proposals_copy:
|
49
53
|
copy_proposals: Entiendo que esto importará todas las propuestas del componente seleccionado al actual y que esta acción no se puede deshacer.
|
50
54
|
origin_component_id: Componente desde dónde copiar las propuestas
|
55
|
+
proposals_file_import:
|
56
|
+
file: Archivo
|
51
57
|
proposals_import:
|
52
58
|
import_proposals: Propuestas de importación
|
53
59
|
keep_answers: Mantener estado y respuestas
|
@@ -377,7 +383,6 @@ es-MX:
|
|
377
383
|
title: Apoyos
|
378
384
|
participatory_spaces:
|
379
385
|
highlighted_proposals:
|
380
|
-
last: Propuestas más recientes
|
381
386
|
see_all: Ver todo
|
382
387
|
proposals:
|
383
388
|
actions:
|
@@ -398,6 +403,16 @@ es-MX:
|
|
398
403
|
exports:
|
399
404
|
proposal_comments: Comentarios
|
400
405
|
proposals: Propuestas
|
406
|
+
import_proposals_mailer:
|
407
|
+
notify_failure:
|
408
|
+
body: Ha habido un problema al importar propuestas del componente %{origin_component_name} al componente %{target_component_name}.
|
409
|
+
subject: Se ha producido un error al importar las propuestas
|
410
|
+
notify_success:
|
411
|
+
added_proposals:
|
412
|
+
one: Se ha importado una propuesta.
|
413
|
+
other: "Se han importado %{count} propuestas."
|
414
|
+
body: Se han importado con éxito las propuestas desde el componente %{origin_component_name} al componente %{target_component_name}. Puedes revisar los resultados en el tablero de administración.
|
415
|
+
subject: Las propuestas se han importado correctamente
|
401
416
|
imports:
|
402
417
|
help:
|
403
418
|
answers: |
|
@@ -531,7 +546,7 @@ es-MX:
|
|
531
546
|
statuses: Estados
|
532
547
|
title: Propuestas
|
533
548
|
unassign_from_valuator: Desasignar de evaluadora
|
534
|
-
unassign_from_valuator_button:
|
549
|
+
unassign_from_valuator_button: Deshacer la asignación
|
535
550
|
update: Actualizar
|
536
551
|
update_scope_button: Actualizar ámbito
|
537
552
|
new:
|
@@ -572,13 +587,13 @@ es-MX:
|
|
572
587
|
proposals_imports:
|
573
588
|
create:
|
574
589
|
invalid: Se ha producido un error al importar las propuestas.
|
575
|
-
success:
|
590
|
+
success: El proceso de importación ha comenzado. Te avisaremos cuando haya terminado.
|
576
591
|
new:
|
577
592
|
create: Importar propuestas
|
578
593
|
no_components: No hay otros componentes propuesta en este espacio participativo desde el que importar.
|
579
594
|
select_component: Por favor selecciona un componente
|
580
595
|
select_states: Verifica los estados de las propuestas para importar
|
581
|
-
title: Importar
|
596
|
+
title: Importar propuestas desde otro componente
|
582
597
|
proposals_merges:
|
583
598
|
create:
|
584
599
|
invalid: 'Ha habido un problema al fusionar las propuestas seleccionadas porque algunas de ellas:'
|
@@ -653,7 +668,7 @@ es-MX:
|
|
653
668
|
send: Enviar
|
654
669
|
title: Editar borrador colaborativo
|
655
670
|
empty: Todavía no hay borradores colaborativos
|
656
|
-
empty_filters: No hay
|
671
|
+
empty_filters: No hay ningún borrador colaborativo con este criterio
|
657
672
|
filters:
|
658
673
|
all: Todas
|
659
674
|
amendment: Enmiendas
|
@@ -812,7 +827,7 @@ es-MX:
|
|
812
827
|
text_banner: Estás viendo la lista de propuestas retiradas por sus autoras. %{go_back_link}.
|
813
828
|
new:
|
814
829
|
send: Continuar
|
815
|
-
title:
|
830
|
+
title: Crear una nueva propuesta
|
816
831
|
orders:
|
817
832
|
label: 'Ordenar propuestas por:'
|
818
833
|
most_commented: Más comentadas
|
data/config/locales/es-PY.yml
CHANGED
@@ -12,6 +12,8 @@ es-PY:
|
|
12
12
|
state: Estado
|
13
13
|
title: Título
|
14
14
|
user_group_id: Crear borrador colaborativo como
|
15
|
+
import_participatory_text:
|
16
|
+
document: Documento
|
15
17
|
proposal:
|
16
18
|
address: Dirección
|
17
19
|
answer: Respuesta
|
@@ -22,6 +24,8 @@ es-PY:
|
|
22
24
|
decidim_proposals_proposal_state_id: Estado
|
23
25
|
decidim_scope_id: Ámbito
|
24
26
|
has_address: Tiene dirección
|
27
|
+
latitude: Latitud
|
28
|
+
longitude: Longitud
|
25
29
|
scope_id: Ámbito
|
26
30
|
state: Estado
|
27
31
|
suggested_hashtags: Hashtags sugeridos
|
@@ -48,6 +52,8 @@ es-PY:
|
|
48
52
|
proposals_copy:
|
49
53
|
copy_proposals: Entiendo que esto importará todas las propuestas del componente seleccionado al actual y que esta acción no se puede deshacer.
|
50
54
|
origin_component_id: Componente para copiar las propuestas de
|
55
|
+
proposals_file_import:
|
56
|
+
file: Archivo
|
51
57
|
proposals_import:
|
52
58
|
import_proposals: Propuestas de importación
|
53
59
|
keep_answers: Mantener estado y respuestas
|
@@ -377,7 +383,6 @@ es-PY:
|
|
377
383
|
title: Votos
|
378
384
|
participatory_spaces:
|
379
385
|
highlighted_proposals:
|
380
|
-
last: Propuestas más recientes
|
381
386
|
see_all: Ver todo
|
382
387
|
proposals:
|
383
388
|
actions:
|
@@ -398,6 +403,16 @@ es-PY:
|
|
398
403
|
exports:
|
399
404
|
proposal_comments: Comentarios
|
400
405
|
proposals: Propuestas
|
406
|
+
import_proposals_mailer:
|
407
|
+
notify_failure:
|
408
|
+
body: Ha habido un problema al importar propuestas del componente %{origin_component_name} al componente %{target_component_name}.
|
409
|
+
subject: Se ha producido un error al importar las propuestas
|
410
|
+
notify_success:
|
411
|
+
added_proposals:
|
412
|
+
one: Se ha importado una propuesta.
|
413
|
+
other: "Se han importado %{count} propuestas."
|
414
|
+
body: Se han importado con éxito las propuestas desde el componente %{origin_component_name} al componente %{target_component_name}. Puedes revisar los resultados en el tablero de administración.
|
415
|
+
subject: Las propuestas se han importado correctamente
|
401
416
|
imports:
|
402
417
|
help:
|
403
418
|
answers: |
|
@@ -531,7 +546,7 @@ es-PY:
|
|
531
546
|
statuses: Estados
|
532
547
|
title: Propuestas
|
533
548
|
unassign_from_valuator: Desasignar de evaluadora
|
534
|
-
unassign_from_valuator_button:
|
549
|
+
unassign_from_valuator_button: Deshacer la asignación
|
535
550
|
update: Actualizar
|
536
551
|
update_scope_button: Actualizar ámbito
|
537
552
|
new:
|
@@ -572,13 +587,13 @@ es-PY:
|
|
572
587
|
proposals_imports:
|
573
588
|
create:
|
574
589
|
invalid: Se ha producido un error al importar las propuestas.
|
575
|
-
success:
|
590
|
+
success: El proceso de importación ha comenzado. Te avisaremos cuando haya terminado.
|
576
591
|
new:
|
577
592
|
create: Importar propuestas
|
578
593
|
no_components: No hay otros componentes propuesta en este espacio participativo desde el que importar.
|
579
594
|
select_component: Por favor selecciona un componente
|
580
595
|
select_states: Verifique los estados de las propuestas para importar
|
581
|
-
title: Importar
|
596
|
+
title: Importar propuestas desde otro componente
|
582
597
|
proposals_merges:
|
583
598
|
create:
|
584
599
|
invalid: 'Ha habido un problema al fusionar las propuestas seleccionadas porque algunas de ellas:'
|
@@ -653,7 +668,7 @@ es-PY:
|
|
653
668
|
send: Enviar
|
654
669
|
title: Editar borrador colaborativo
|
655
670
|
empty: Todavía no hay borradores colaborativos
|
656
|
-
empty_filters: No hay
|
671
|
+
empty_filters: No hay ningún borrador colaborativo con este criterio
|
657
672
|
filters:
|
658
673
|
all: Todas
|
659
674
|
amendment: Enmiendas
|
@@ -812,7 +827,7 @@ es-PY:
|
|
812
827
|
text_banner: Estás viendo la lista de propuestas retiradas por sus autoras. %{go_back_link}.
|
813
828
|
new:
|
814
829
|
send: Continuar
|
815
|
-
title:
|
830
|
+
title: Crear una nueva propuesta
|
816
831
|
orders:
|
817
832
|
label: 'Ordenar propuestas por:'
|
818
833
|
most_commented: Más comentadas
|