decidim-proposals 0.29.2 → 0.29.3
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/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 -3
- data/config/locales/bg.yml +0 -5
- data/config/locales/bs-BA.yml +0 -2
- data/config/locales/ca-IT.yml +945 -0
- data/config/locales/ca.yml +22 -7
- data/config/locales/cs.yml +14 -3
- data/config/locales/de.yml +20 -5
- data/config/locales/el.yml +2 -4
- 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 +94 -79
- data/config/locales/fi-plain.yml +18 -3
- data/config/locales/fi.yml +18 -3
- data/config/locales/fr-CA.yml +16 -4
- data/config/locales/fr.yml +16 -4
- data/config/locales/ga-IE.yml +2 -1
- data/config/locales/gl.yml +2 -0
- data/config/locales/hu.yml +2 -6
- data/config/locales/id-ID.yml +3 -1
- data/config/locales/is-IS.yml +5 -0
- data/config/locales/it.yml +24 -3
- data/config/locales/ja.yml +19 -3
- data/config/locales/lt.yml +2 -5
- data/config/locales/lv.yml +2 -2
- data/config/locales/nl.yml +4 -4
- data/config/locales/no.yml +2 -2
- data/config/locales/pl.yml +0 -5
- data/config/locales/pt-BR.yml +0 -3
- data/config/locales/pt.yml +2 -2
- data/config/locales/ro-RO.yml +18 -2
- data/config/locales/ru.yml +5 -0
- data/config/locales/sk.yml +2 -2
- data/config/locales/sr-CS.yml +0 -2
- data/config/locales/sv.yml +7 -5
- data/config/locales/tr-TR.yml +2 -2
- data/config/locales/uk.yml +5 -0
- data/config/locales/zh-CN.yml +2 -2
- data/config/locales/zh-TW.yml +2 -4
- 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: |
|
@@ -586,7 +597,7 @@ cs:
|
|
586
597
|
proposals_imports:
|
587
598
|
create:
|
588
599
|
invalid: Při importu návrhů došlo k chybě.
|
589
|
-
success:
|
600
|
+
success: Proces importu byl zahájen. Jakmile bude dokončen, dáme vám vědět.
|
590
601
|
new:
|
591
602
|
create: Návrhy na dovoz
|
592
603
|
no_components: V tomto účastnickém prostoru neexistují žádné jiné komponenty návrhu, které by mohly importovat návrhy.
|
@@ -832,7 +843,7 @@ cs:
|
|
832
843
|
text_banner: Zobrazujete seznam návrhů stažených jejich autory. %{go_back_link}.
|
833
844
|
new:
|
834
845
|
send: Pokračovat
|
835
|
-
title:
|
846
|
+
title: Vytvořit nový návrh
|
836
847
|
orders:
|
837
848
|
label: 'Seřadit návrhy podle:'
|
838
849
|
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:
|
@@ -572,7 +587,7 @@ de:
|
|
572
587
|
proposals_imports:
|
573
588
|
create:
|
574
589
|
invalid: Beim Importieren der Vorschläge ist ein Problem aufgetreten.
|
575
|
-
success:
|
590
|
+
success: Der Importprozess wurde gestartet. Sie werden benachrichtigt, sobald er beendet ist.
|
576
591
|
new:
|
577
592
|
create: Vorschläge importieren
|
578
593
|
no_components: In diesem partizipatorischen Bereich gibt es keine weiteren Vorschlagskomponenten, aus denen die Vorschläge importiert werden könnten.
|
@@ -812,7 +827,7 @@ de:
|
|
812
827
|
text_banner: Hier sehen Sie alle Vorschläge, die von ihren Autoren zurückgezogen wurden. %{go_back_link}.
|
813
828
|
new:
|
814
829
|
send: Fortsetzen
|
815
|
-
title:
|
830
|
+
title: Neuer Vorschlag erstellen
|
816
831
|
orders:
|
817
832
|
label: 'Vorschläge sortieren nach:'
|
818
833
|
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:
|
@@ -476,7 +476,6 @@ el:
|
|
476
476
|
proposals_imports:
|
477
477
|
create:
|
478
478
|
invalid: Υπήρξε ένα πρόβλημα κατά την εισαγωγή των προτάσεων.
|
479
|
-
success: "%{number} προτάσεις εισήχθησαν επιτυχώς."
|
480
479
|
new:
|
481
480
|
create: Εισαγωγή προτάσεων
|
482
481
|
no_components: Δεν υπάρχουν άλλα στοιχεία προτάσεων σε αυτόν τον χώρο συμμετοχής για εισαγωγή των προτάσεων.
|
@@ -697,7 +696,6 @@ el:
|
|
697
696
|
text_banner: Βλέπετε τη λίστα των προτάσεων που αποσύρονται από τους συντάκτες τους. %{go_back_link}.
|
698
697
|
new:
|
699
698
|
send: Συνέχεια
|
700
|
-
title: Δημιουργήστε την πρότασή σας
|
701
699
|
orders:
|
702
700
|
label: 'Ταξινόμηση προτάσεων κατά:'
|
703
701
|
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
|
data/config/locales/es.yml
CHANGED
@@ -12,9 +12,11 @@ es:
|
|
12
12
|
state: Estado
|
13
13
|
title: Título
|
14
14
|
user_group_id: Crear borrador colaborativo como
|
15
|
+
import_participatory_text:
|
16
|
+
document: Documento
|
15
17
|
proposal:
|
16
18
|
address: Dirección
|
17
|
-
answer:
|
19
|
+
answer: Responder
|
18
20
|
answered_at: Respondido en
|
19
21
|
automatic_hashtags: Hashtags añadidos automáticamente
|
20
22
|
body: Cuerpo
|
@@ -22,13 +24,15 @@ es:
|
|
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
|
28
32
|
title: Título
|
29
33
|
user_group_id: Crear propuesta como
|
30
34
|
proposal_answer:
|
31
|
-
answer:
|
35
|
+
answer: Respuesta
|
32
36
|
cost: Coste
|
33
37
|
cost_report: Informe de coste
|
34
38
|
execution_period: Período de ejecución
|
@@ -48,6 +52,8 @@ es:
|
|
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 importar las propuestas
|
55
|
+
proposals_file_import:
|
56
|
+
file: Archivo
|
51
57
|
proposals_import:
|
52
58
|
import_proposals: Importar propuestas
|
53
59
|
keep_answers: Mantener estado y respuestas
|
@@ -377,7 +383,6 @@ es:
|
|
377
383
|
title: Apoyos
|
378
384
|
participatory_spaces:
|
379
385
|
highlighted_proposals:
|
380
|
-
last: Propuestas más recientes
|
381
386
|
see_all: Ver todas las propuestas
|
382
387
|
proposals:
|
383
388
|
actions:
|
@@ -398,6 +403,16 @@ es:
|
|
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: |
|
@@ -499,7 +514,7 @@ es:
|
|
499
514
|
proposals:
|
500
515
|
answer:
|
501
516
|
invalid: Ha habido un problema al responder a esta propuesta.
|
502
|
-
success: Propuesta
|
517
|
+
success: Propuesta respondida con éxito.
|
503
518
|
create:
|
504
519
|
invalid: Ha habido un problema al crear esta propuesta.
|
505
520
|
success: Propuesta creada correctamente.
|
@@ -531,7 +546,7 @@ es:
|
|
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:
|
|
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 de propuestas en este espacio participativo desde donde importarlas.
|
579
594
|
select_component: Selecciona un componente
|
580
595
|
select_states: Comprueba los estados de las propuestas a 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:
|
|
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:
|
|
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
|