decidim-budgets 0.29.1 → 0.30.0.rc1
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/budgets/budget_list_item/vote_action.erb +2 -2
- data/app/cells/decidim/budgets/project_history_cell.rb +48 -0
- data/app/cells/decidim/budgets/project_metadata_cell.rb +3 -3
- data/app/cells/decidim/budgets/project_vote_button/show.erb +4 -2
- data/app/cells/decidim/budgets/project_vote_button_cell.rb +4 -0
- data/app/commands/decidim/budgets/admin/create_budget.rb +1 -1
- data/app/commands/decidim/budgets/admin/create_project.rb +1 -1
- data/app/commands/decidim/budgets/admin/import_proposals_to_budgets.rb +7 -10
- data/app/commands/decidim/budgets/admin/update_budget.rb +1 -1
- data/app/commands/decidim/budgets/admin/update_project.rb +2 -2
- data/app/commands/decidim/budgets/admin/update_project_selection.rb +1 -1
- data/app/controllers/concerns/decidim/budgets/admin/filterable.rb +7 -11
- data/app/controllers/decidim/budgets/admin/budgets_controller.rb +12 -15
- data/app/controllers/decidim/budgets/admin/projects_controller.rb +61 -85
- data/app/controllers/decidim/budgets/orders_controller.rb +7 -3
- data/app/controllers/decidim/budgets/projects_controller.rb +7 -16
- data/app/forms/decidim/budgets/admin/budget_form.rb +1 -18
- data/app/forms/decidim/budgets/admin/project_form.rb +8 -34
- data/app/forms/decidim/budgets/admin/project_import_proposals_form.rb +0 -11
- data/app/helpers/decidim/budgets/projects_helper.rb +6 -31
- data/app/models/decidim/budgets/budget.rb +2 -0
- data/app/models/decidim/budgets/project.rb +21 -1
- data/app/packs/stylesheets/budgets.scss +0 -2
- data/app/permissions/decidim/budgets/admin/permissions.rb +4 -4
- data/app/permissions/decidim/budgets/permissions.rb +2 -0
- data/app/presenters/decidim/budgets/admin_log/budget_presenter.rb +1 -1
- data/app/presenters/decidim/budgets/admin_log/project_presenter.rb +1 -1
- data/app/presenters/decidim/budgets/project_presenter.rb +28 -0
- data/app/queries/decidim/budgets/filtered_projects.rb +2 -2
- data/app/queries/decidim/budgets/metrics/budget_followers_metric_measure.rb +2 -2
- data/app/queries/decidim/budgets/metrics/budget_participants_metric_measure.rb +2 -2
- data/app/serializers/decidim/budgets/download_your_data_budgets_order_serializer.rb +2 -2
- data/app/views/decidim/budgets/admin/budgets/_actions.html.erb +21 -0
- data/app/views/decidim/budgets/admin/budgets/_budget-tr.html.erb +18 -0
- data/app/views/decidim/budgets/admin/budgets/_budgets-thead.html.erb +8 -0
- data/app/views/decidim/budgets/admin/budgets/_form.html.erb +0 -6
- data/app/views/decidim/budgets/admin/budgets/index.html.erb +16 -48
- data/app/views/decidim/budgets/admin/budgets/manage_trash.html.erb +19 -0
- data/app/views/decidim/budgets/admin/projects/_actions.html.erb +27 -0
- data/app/views/decidim/budgets/admin/projects/_bulk-actions.html.erb +0 -2
- data/app/views/decidim/budgets/admin/projects/_form.html.erb +6 -8
- data/app/views/decidim/budgets/admin/projects/_project-tr.html.erb +2 -27
- data/app/views/decidim/budgets/admin/projects/_projects-thead.html.erb +14 -0
- data/app/views/decidim/budgets/admin/projects/bulk_actions/_dropdown.html.erb +7 -10
- data/app/views/decidim/budgets/admin/projects/bulk_actions/_taxonomy_change.html.erb +23 -0
- data/app/views/decidim/budgets/admin/projects/index.html.erb +19 -21
- data/app/views/decidim/budgets/admin/projects/manage_trash.html.erb +26 -0
- data/app/views/decidim/budgets/admin/projects/update_attribute.js.erb +1 -1
- data/app/views/decidim/budgets/admin/proposals_imports/new.html.erb +0 -5
- data/app/views/decidim/budgets/budgets/index.html.erb +6 -1
- data/app/views/decidim/budgets/order_summary_mailer/order_summary.html.erb +0 -10
- data/app/views/decidim/budgets/orders/status.html.erb +52 -0
- data/app/views/decidim/budgets/projects/_order_progress_summary_content.html.erb +3 -3
- data/app/views/decidim/budgets/projects/index.html.erb +10 -17
- data/app/views/decidim/budgets/projects/index.js.erb +10 -0
- data/app/views/decidim/budgets/projects/show.html.erb +19 -11
- data/config/locales/ar.yml +4 -13
- data/config/locales/bg.yml +3 -44
- data/config/locales/bn-BD.yml +1 -0
- data/config/locales/bs-BA.yml +22 -0
- data/config/locales/ca.yml +95 -42
- data/config/locales/cs.yml +101 -42
- data/config/locales/de.yml +95 -42
- data/config/locales/el.yml +3 -40
- data/config/locales/en.yml +95 -42
- data/config/locales/es-MX.yml +95 -42
- data/config/locales/es-PY.yml +95 -42
- data/config/locales/es.yml +95 -42
- data/config/locales/eu.yml +176 -114
- data/config/locales/fi-plain.yml +107 -54
- data/config/locales/fi.yml +148 -95
- data/config/locales/fr-CA.yml +38 -44
- data/config/locales/fr.yml +38 -44
- data/config/locales/ga-IE.yml +0 -7
- data/config/locales/gl.yml +3 -14
- data/config/locales/hu.yml +3 -41
- data/config/locales/id-ID.yml +3 -6
- data/config/locales/is-IS.yml +0 -6
- data/config/locales/it.yml +3 -10
- data/config/locales/ja.yml +92 -42
- data/config/locales/kaa.yml +0 -1
- data/config/locales/ko.yml +0 -12
- data/config/locales/lb.yml +3 -9
- data/config/locales/lt.yml +3 -42
- data/config/locales/lv.yml +3 -6
- data/config/locales/nl.yml +3 -25
- data/config/locales/no.yml +3 -15
- data/config/locales/pl.yml +5 -44
- data/config/locales/pt-BR.yml +4 -44
- data/config/locales/pt.yml +3 -10
- data/config/locales/ro-RO.yml +3 -18
- data/config/locales/ru.yml +3 -6
- data/config/locales/sk.yml +3 -6
- data/config/locales/sq-AL.yml +0 -9
- data/config/locales/sv.yml +96 -43
- data/config/locales/tr-TR.yml +3 -10
- data/config/locales/uk.yml +3 -6
- data/config/locales/zh-CN.yml +3 -9
- data/config/locales/zh-TW.yml +3 -40
- data/db/migrate/20200827154129_add_commentable_counter_cache_to_projects.rb +1 -1
- data/db/migrate/20210310120613_add_followable_counter_cache_to_budgets.rb +1 -1
- data/db/migrate/20240828103724_add_deleted_at_to_decidim_budgets_budgets.rb +8 -0
- data/db/migrate/20240916135141_add_deleted_at_to_decidim_budgets_projects.rb +8 -0
- data/decidim-budgets.gemspec +2 -2
- data/lib/decidim/api/budget_type.rb +8 -5
- data/lib/decidim/api/budgets_type.rb +5 -8
- data/lib/decidim/api/project_type.rb +19 -8
- data/lib/decidim/budgets/admin_engine.rb +16 -2
- data/lib/decidim/budgets/component.rb +4 -5
- data/lib/decidim/budgets/engine.rb +1 -0
- data/lib/decidim/budgets/project_serializer.rb +16 -14
- data/lib/decidim/budgets/seeds.rb +0 -2
- data/lib/decidim/budgets/version.rb +1 -1
- metadata +30 -23
- data/app/cells/decidim/budgets/project_tags/show.erb +0 -5
- data/app/cells/decidim/budgets/project_tags_cell.rb +0 -18
- data/app/commands/decidim/budgets/admin/destroy_budget.rb +0 -17
- data/app/commands/decidim/budgets/admin/update_project_category.rb +0 -48
- data/app/commands/decidim/budgets/admin/update_project_scope.rb +0 -54
- data/app/helpers/decidim/budgets/admin/application_helper.rb +0 -13
- data/app/views/decidim/budgets/admin/projects/bulk_actions/_recategorize.html.erb +0 -15
- data/app/views/decidim/budgets/admin/projects/bulk_actions/_scope-change.html.erb +0 -22
data/config/locales/lv.yml
CHANGED
@@ -3,8 +3,6 @@ lv:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
project:
|
6
|
-
decidim_category_id: Kategorija
|
7
|
-
decidim_scope_id: Darbības tvērums
|
8
6
|
description: Apraksts
|
9
7
|
proposal_ids: Saistītie priekšlikumi
|
10
8
|
title: Nosaukums
|
@@ -19,8 +17,6 @@ lv:
|
|
19
17
|
actions:
|
20
18
|
attachment_collections: Mapes
|
21
19
|
attachments: Pielikumi
|
22
|
-
confirm_destroy: Vai tiešām vēlaties dzēst šo projektu?
|
23
|
-
destroy: Dzēst
|
24
20
|
edit: Labot
|
25
21
|
import: Importēt priekšlikumus projektos
|
26
22
|
preview: Priekšskatīt
|
@@ -54,6 +50,9 @@ lv:
|
|
54
50
|
project:
|
55
51
|
fields:
|
56
52
|
title: Nosaukums
|
53
|
+
order:
|
54
|
+
status:
|
55
|
+
title: Jūsu balsojums ir veiksmīgi pieņemts
|
57
56
|
order_summary_mailer:
|
58
57
|
order_summary:
|
59
58
|
selected_projects: 'Jūsu izvēlētie projekti ir:'
|
@@ -79,8 +78,6 @@ lv:
|
|
79
78
|
one: 1 projekts
|
80
79
|
other: "%{count} projekti"
|
81
80
|
filters:
|
82
|
-
category: Kategorija
|
83
|
-
scope: Darbības tvērums
|
84
81
|
search: Meklēt
|
85
82
|
orders:
|
86
83
|
highest_cost: Lielākās izmaksas
|
data/config/locales/nl.yml
CHANGED
@@ -3,15 +3,12 @@ nl:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
budget:
|
6
|
-
decidim_scope_id: Scope
|
7
6
|
description: Omschrijving
|
8
7
|
title: Titel
|
9
8
|
total_budget: Totale budget
|
10
9
|
weight: Bestelpositie
|
11
10
|
project:
|
12
11
|
budget_amount: Budget bedrag
|
13
|
-
decidim_category_id: Categorie
|
14
|
-
decidim_scope_id: Reikwijdte
|
15
12
|
description: Beschrijving
|
16
13
|
proposal_ids: Verwante voorstellen
|
17
14
|
proposals: Voorstellen
|
@@ -28,10 +25,6 @@ nl:
|
|
28
25
|
admin:
|
29
26
|
filters:
|
30
27
|
projects:
|
31
|
-
category_id_eq:
|
32
|
-
label: Categorie
|
33
|
-
scope_id_eq:
|
34
|
-
label: Scope
|
35
28
|
selected_at_null:
|
36
29
|
label: Geselecteerd
|
37
30
|
values:
|
@@ -41,8 +34,6 @@ nl:
|
|
41
34
|
actions:
|
42
35
|
attachment_collections: Mappen
|
43
36
|
attachments: Bijlagen
|
44
|
-
confirm_destroy: Weet u zeker dat u dit project wilt verwijderen?
|
45
|
-
destroy: Verwijderen
|
46
37
|
edit: Bewerk
|
47
38
|
edit_projects: Beheer projecten
|
48
39
|
import: Voorstellen importeren in projecten
|
@@ -76,23 +67,14 @@ nl:
|
|
76
67
|
index:
|
77
68
|
actions: Acties
|
78
69
|
cancel: Annuleren
|
79
|
-
change_category: Categorie wijzigen
|
80
|
-
change_scope: Scope wijzigen
|
81
70
|
finished_orders: Voltooide stemmen
|
82
71
|
pending_orders: Afwachtende stemmen
|
83
72
|
selected: Geselecteerd
|
84
73
|
title: Projecten
|
85
74
|
update: Bijwerken
|
86
|
-
update_scope_button: Scope bijwerken
|
87
75
|
new:
|
88
76
|
create: Creëren
|
89
77
|
title: Nieuw project
|
90
|
-
update_category:
|
91
|
-
invalid: 'Deze voorstellen hadden al categorie %{subject_name}: %{projects}.'
|
92
|
-
success: 'Voorstellen succesvol bijgewerkt naar categorie %{subject_name}: %{projects}.'
|
93
|
-
update_scope:
|
94
|
-
invalid: 'Deze voorstellen hadden al scope %{subject_name}: %{projects}.'
|
95
|
-
success: 'Voorstellen succesvol bijgewerkt naar categorie %{subject_name}: %{projects}.'
|
96
78
|
proposals_imports:
|
97
79
|
new:
|
98
80
|
create: Voorstellen importeren in projecten
|
@@ -138,15 +120,16 @@ nl:
|
|
138
120
|
total_budget: Totale budget
|
139
121
|
project:
|
140
122
|
fields:
|
141
|
-
category: Categorie
|
142
123
|
id: ID
|
143
124
|
title: Titel
|
125
|
+
order:
|
126
|
+
status:
|
127
|
+
title: Uw stem is aanvaard
|
144
128
|
order_summary_mailer:
|
145
129
|
order_summary:
|
146
130
|
selected_projects: 'De projecten die je hebt geselecteerd zijn:'
|
147
131
|
subject: Je hebt gestemd in %{space_name}
|
148
132
|
voted_on_space: Je hebt gestemd op het %{budget_name} budget voor de %{space_name} inspraakruimte.
|
149
|
-
voted_on_space_with_scope: Je hebt gestemd op het %{budget_name} budget voor de %{space_name} inspraakruimte op %{scope_name} (%{scope_type}).
|
150
133
|
projects:
|
151
134
|
budget_confirm:
|
152
135
|
are_you_sure: Als je van gedachten verandert, kun je later je stem wijzigen.
|
@@ -176,8 +159,6 @@ nl:
|
|
176
159
|
message: Je stem is niet geregistreerd omdat je het stemproces nog niet hebt voltooid. Weet je zeker dat je stemmen wil verlaten?
|
177
160
|
title: Je hebt nog niet gestemd
|
178
161
|
filters:
|
179
|
-
category: Categorie
|
180
|
-
scope: Reikwijdte
|
181
162
|
search: Zoeken
|
182
163
|
status: Status
|
183
164
|
status_values:
|
@@ -222,13 +203,10 @@ nl:
|
|
222
203
|
announcement: Aankondiging
|
223
204
|
comments_enabled: Reacties ingeschakeld
|
224
205
|
comments_max_length: Commentaar maximale lengte (laat 0 voor standaardwaarde)
|
225
|
-
geocoding_enabled: Geocoding ingeschakeld
|
226
206
|
landing_page_content: Budgetten landingspagina
|
227
207
|
more_information_modal: Meer informatie
|
228
208
|
projects_per_page: Projecten per pagina
|
229
209
|
resources_permissions_enabled: Actiemachtigingen kunnen voor elk project worden ingesteld
|
230
|
-
scope_id: Scope
|
231
|
-
scopes_enabled: Scopes ingeschakeld
|
232
210
|
title: Titel
|
233
211
|
total_budget: Totale budget
|
234
212
|
vote_minimum_budget_projects_number: Minimumaantal projecten waarvoor moet worden gestemd
|
data/config/locales/no.yml
CHANGED
@@ -3,15 +3,12 @@
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
budget:
|
6
|
-
decidim_scope_id: Tema
|
7
6
|
description: Beskrivelse
|
8
7
|
title: Tittel
|
9
8
|
total_budget: Totalt budsjett
|
10
9
|
weight: Prioritert rekkefølge
|
11
10
|
project:
|
12
11
|
budget_amount: Budsjettbeløp
|
13
|
-
decidim_category_id: Kategori
|
14
|
-
decidim_scope_id: Tema
|
15
12
|
description: Beskrivelse
|
16
13
|
proposal_ids: Relaterte forslag
|
17
14
|
selected: Utvalgt for implementering
|
@@ -25,10 +22,6 @@
|
|
25
22
|
admin:
|
26
23
|
filters:
|
27
24
|
projects:
|
28
|
-
category_id_eq:
|
29
|
-
label: Kategori
|
30
|
-
scope_id_eq:
|
31
|
-
label: Tema
|
32
25
|
selected_at_null:
|
33
26
|
label: Valgt
|
34
27
|
values:
|
@@ -38,8 +31,6 @@
|
|
38
31
|
actions:
|
39
32
|
attachment_collections: Mapper
|
40
33
|
attachments: Vedlegg
|
41
|
-
confirm_destroy: Er du sikker på at du vil slette dette prosjektet?
|
42
|
-
destroy: Slett
|
43
34
|
edit: Editar
|
44
35
|
edit_projects: Administrer prosjekter
|
45
36
|
import: Importer forslag til prosjekter
|
@@ -120,15 +111,16 @@
|
|
120
111
|
total_budget: Totalt budsjett
|
121
112
|
project:
|
122
113
|
fields:
|
123
|
-
category: Kategori
|
124
114
|
id: ID
|
125
115
|
title: Tittel
|
116
|
+
order:
|
117
|
+
status:
|
118
|
+
title: Stemmen din ble godtatt
|
126
119
|
order_summary_mailer:
|
127
120
|
order_summary:
|
128
121
|
selected_projects: 'Prosjektene du har valgt er:'
|
129
122
|
subject: Du har stemt på %{space_name} i deltakelsesrommet
|
130
123
|
voted_on_space: Du har stemt på %{budget_name} budsjettet for %{space_name} medvirkningsrom.
|
131
|
-
voted_on_space_with_scope: Du har stemt på %{budget_name} budsjettet for %{space_name} medvirkningsrommet på %{scope_name} (%{scope_type}).
|
132
124
|
projects:
|
133
125
|
budget_confirm:
|
134
126
|
are_you_sure: Hvis du ombestemmer deg, kan du endre stemmen din senere.
|
@@ -157,8 +149,6 @@
|
|
157
149
|
message: Stemmen din er ikke registrert fordi du ikke har fullført avstemmingen. Er du sikker på at du vil avslutte avstemming?
|
158
150
|
title: Du har ikke stemt enda
|
159
151
|
filters:
|
160
|
-
category: Kategori
|
161
|
-
scope: Tema
|
162
152
|
search: Søk
|
163
153
|
status: Status
|
164
154
|
status_values:
|
@@ -207,8 +197,6 @@
|
|
207
197
|
more_information_modal: Mer informasjon
|
208
198
|
projects_per_page: Prosjekter per side
|
209
199
|
resources_permissions_enabled: Handlingstillatelser kan settes for hvert prosjekt
|
210
|
-
scope_id: Tema
|
211
|
-
scopes_enabled: Temaer aktivert
|
212
200
|
title: Tittel
|
213
201
|
total_budget: Totalt budsjett
|
214
202
|
vote_minimum_budget_projects_number: Minimum antall prosjekter å stemme på
|
data/config/locales/pl.yml
CHANGED
@@ -3,15 +3,12 @@ pl:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
budget:
|
6
|
-
decidim_scope_id: Zakres
|
7
6
|
description: Opis
|
8
7
|
title: Tytuł
|
9
8
|
total_budget: Całkowity budżet
|
10
9
|
weight: Kolejność na stronie
|
11
10
|
project:
|
12
11
|
budget_amount: Kwota budżetu
|
13
|
-
decidim_category_id: Kategoria
|
14
|
-
decidim_scope_id: Zakres
|
15
12
|
description: Opis
|
16
13
|
proposal_ids: Powiązane propozycje
|
17
14
|
proposals: Propozycje
|
@@ -30,10 +27,6 @@ pl:
|
|
30
27
|
admin:
|
31
28
|
filters:
|
32
29
|
projects:
|
33
|
-
category_id_eq:
|
34
|
-
label: Kategoria
|
35
|
-
scope_id_eq:
|
36
|
-
label: Zakres
|
37
30
|
selected_at_null:
|
38
31
|
label: Wybrane
|
39
32
|
values:
|
@@ -43,8 +36,6 @@ pl:
|
|
43
36
|
actions:
|
44
37
|
attachment_collections: Foldery
|
45
38
|
attachments: Załączniki
|
46
|
-
confirm_destroy: Czy na pewno chcesz usunąć ten projekt?
|
47
|
-
destroy: Usuń
|
48
39
|
edit: Edytuj
|
49
40
|
edit_projects: Zarządzaj budżetem
|
50
41
|
import: Importuj propozycje do projektów
|
@@ -58,9 +49,6 @@ pl:
|
|
58
49
|
create:
|
59
50
|
invalid: Podczas tworzenia tego budżetu wystąpił błąd.
|
60
51
|
success: Budżet został utworzony.
|
61
|
-
destroy:
|
62
|
-
invalid: Wystąpił błąd podczas usuwania budżetu.
|
63
|
-
success: Budżet został usunięty.
|
64
52
|
edit:
|
65
53
|
title: Edytuj budżet
|
66
54
|
update: Aktualizuj budżet
|
@@ -87,8 +75,6 @@ pl:
|
|
87
75
|
create:
|
88
76
|
invalid: Podczas tworzenia tego projektu wystąpił błąd.
|
89
77
|
success: Projekt został utworzony.
|
90
|
-
destroy:
|
91
|
-
success: Projekt został usunięty.
|
92
78
|
edit:
|
93
79
|
title: Edytuj projekt
|
94
80
|
update: Aktualizuj
|
@@ -96,8 +82,6 @@ pl:
|
|
96
82
|
actions: Działania
|
97
83
|
cancel: Anuluj
|
98
84
|
change_budget: Zmień budżet
|
99
|
-
change_category: Zmień kategorię
|
100
|
-
change_scope: Zmień zakres
|
101
85
|
change_selected: Zmień wybrany status
|
102
86
|
deselect_implementation: Odznacz ze wdrożenia
|
103
87
|
finished_orders: Ukończone głosowania
|
@@ -110,7 +94,6 @@ pl:
|
|
110
94
|
title: Projekty
|
111
95
|
update: Aktualizuj
|
112
96
|
update_budget_button: Aktualizuj budżet projektu
|
113
|
-
update_scope_button: Aktualizuj zakres
|
114
97
|
new:
|
115
98
|
create: Utwórz
|
116
99
|
title: Nowy projekt
|
@@ -118,28 +101,10 @@ pl:
|
|
118
101
|
invalid: Podczas aktualizacji tego projektu wystąpił błąd.
|
119
102
|
success: Zaktualizowano projekt.
|
120
103
|
update_budget:
|
121
|
-
invalid: 'Te projekty są już w tym samym budżecie lub ich budżety są większe niż maksymalny dozwolony: %{projects}.'
|
122
104
|
select_a_project: Proszę wybrać projekt.
|
123
|
-
success: 'Projekty zaktualizowane do budżetu o nazwie %{subject_name}: %{projects}.'
|
124
|
-
update_category:
|
125
|
-
invalid: 'Te projekty już miały kategorię %{subject_name}: %{projects}.'
|
126
|
-
select_a_category: Proszę wybrać kategorię.
|
127
|
-
select_a_project: Proszę wybrać projekt.
|
128
|
-
success: 'Projekty zostały zaktualizowane do kategorii %{subject_name}: %{projects}.'
|
129
|
-
update_scope:
|
130
|
-
invalid: 'Te projekty już miały zakres %{subject_name}: %{projects}.'
|
131
|
-
select_a_project: Proszę wybrać projekt.
|
132
|
-
select_a_scope: Proszę wybrać zakres.
|
133
|
-
success: 'Projekty zostały zaktualizowane do zakresu o nazwie %{subject_name}: %{projects}.'
|
134
105
|
update_selected:
|
135
|
-
invalid:
|
136
|
-
selected: 'Te projekty zostały już wybrane do wdrożenia: %{projects}.'
|
137
|
-
unselected: 'Te projekty zostały już odznaczone od wdrożenia: %{projects}.'
|
138
106
|
select_a_project: Proszę wybrać projekt.
|
139
107
|
select_a_selection: Proszę wybrać stan wdrożenia.
|
140
|
-
success:
|
141
|
-
selected: 'Te projekty zostały pomyślnie wybrane do wdrożenia: %{projects}.'
|
142
|
-
unselected: 'Te projekty zostały pomyślnie odznaczone od wdrożenia: %{projects}.'
|
143
108
|
proposals_imports:
|
144
109
|
create:
|
145
110
|
invalid: Wystąpił błąd podczas importowania propozycji do projektów.
|
@@ -202,16 +167,19 @@ pl:
|
|
202
167
|
total_budget: Całkowity budżet
|
203
168
|
project:
|
204
169
|
fields:
|
205
|
-
category: Kategoria
|
206
170
|
id: Identyfikator
|
207
171
|
map: Mapa
|
208
172
|
title: Tytuł
|
173
|
+
order:
|
174
|
+
status:
|
175
|
+
continue_voting: Kontynuuj głosowanie
|
176
|
+
download_vote: Pobierz swój głos
|
177
|
+
title: Twój głos został przyjęty
|
209
178
|
order_summary_mailer:
|
210
179
|
order_summary:
|
211
180
|
selected_projects: 'Wybrane przez Ciebie projekty to:'
|
212
181
|
subject: Zagłosowałeś(-aś) w przestrzeni partycypacyjnej %{space_name}
|
213
182
|
voted_on_space: Zagłosowałeś na budżet %{budget_name} w przestrzeni partycypacyjnej %{space_name}.
|
214
|
-
voted_on_space_with_scope: Zagłosowałeś na budżet %{budget_name} w przestrzeni partycypacyjnej %{space_name} w %{scope_name} (%{scope_type}).
|
215
183
|
projects:
|
216
184
|
budget_confirm:
|
217
185
|
are_you_sure: Jeśli zmienisz zdanie, możesz zmienić swój głos później.
|
@@ -248,8 +216,6 @@ pl:
|
|
248
216
|
message: Twój głos nie został zarejestrowany, ponieważ nie ukończyłeś/aś jeszcze procesu głosowania. Czy na pewno chcesz zakończyć głosowanie?
|
249
217
|
title: Jeszcze nie głosowałeś/aś
|
250
218
|
filters:
|
251
|
-
category: Kategoria
|
252
|
-
scope: Zakres
|
253
219
|
search: Szukaj
|
254
220
|
status: Status
|
255
221
|
status_values:
|
@@ -323,13 +289,10 @@ pl:
|
|
323
289
|
errors:
|
324
290
|
budget_voting_rule_only_one: Może być włączona tylko jedna reguła głosowania.
|
325
291
|
budget_voting_rule_required: Wymagana jest jedna reguła głosowania.
|
326
|
-
geocoding_enabled: Włączono geokodowanie
|
327
292
|
landing_page_content: Strona główna budżetów
|
328
293
|
more_information_modal: Więcej informacji
|
329
294
|
projects_per_page: Projektów na stronie
|
330
295
|
resources_permissions_enabled: Uprawnienia działań można ustawić dla każdego projektu
|
331
|
-
scope_id: Zakres
|
332
|
-
scopes_enabled: Zakresy włączone
|
333
296
|
title: Tytuł
|
334
297
|
total_budget: Całkowity budżet
|
335
298
|
vote_minimum_budget_projects_number: Minimalna liczba projektów, na które można głosować
|
@@ -367,8 +330,6 @@ pl:
|
|
367
330
|
orders:
|
368
331
|
checkout:
|
369
332
|
error: Podczas przetwarzania Twojego głosu wystąpił błąd.
|
370
|
-
success_html: <p>Twój głos został zaakceptowany.</p> <p class="text-sm font-normal">Możesz zobaczyć <a class="text-secondary underline" href="%{rest_of_budgets_link}">pozostałe budżety</a>.</p>
|
371
|
-
success_no_left_budgets_html: Twój głos został przyjęty.
|
372
333
|
destroy:
|
373
334
|
error: Podczas anulowania Twojego głosu wystąpił błąd.
|
374
335
|
success: Twój głos został anulowany.
|
data/config/locales/pt-BR.yml
CHANGED
@@ -3,15 +3,12 @@ pt-BR:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
budget:
|
6
|
-
decidim_scope_id: Escopo
|
7
6
|
description: Descrição
|
8
7
|
title: Título
|
9
8
|
total_budget: Orçamento total
|
10
9
|
weight: Posição do pedido
|
11
10
|
project:
|
12
11
|
budget_amount: Valor do orçamento
|
13
|
-
decidim_category_id: Categoria
|
14
|
-
decidim_scope_id: Âmbito
|
15
12
|
description: Descrição
|
16
13
|
proposal_ids: Propostas relacionadas
|
17
14
|
proposals: Propostas
|
@@ -31,10 +28,6 @@ pt-BR:
|
|
31
28
|
admin:
|
32
29
|
filters:
|
33
30
|
projects:
|
34
|
-
category_id_eq:
|
35
|
-
label: Categoria
|
36
|
-
scope_id_eq:
|
37
|
-
label: Escopo
|
38
31
|
selected_at_null:
|
39
32
|
label: Selecionado
|
40
33
|
values:
|
@@ -44,8 +37,6 @@ pt-BR:
|
|
44
37
|
actions:
|
45
38
|
attachment_collections: Pastas
|
46
39
|
attachments: Anexos
|
47
|
-
confirm_destroy: Deseja mesmo excluir este projeto?
|
48
|
-
destroy: Excluir
|
49
40
|
edit: Editar
|
50
41
|
edit_projects: Gerenciar projetos
|
51
42
|
import: Importar propostas para os projetos
|
@@ -59,9 +50,6 @@ pt-BR:
|
|
59
50
|
create:
|
60
51
|
invalid: Ocorreu um erro ao criar este orçamento.
|
61
52
|
success: Orçamento criado com sucesso.
|
62
|
-
destroy:
|
63
|
-
invalid: Ocorreu um erro ao deletar este orçamento.
|
64
|
-
success: Orçamento deletado com sucesso.
|
65
53
|
edit:
|
66
54
|
title: Editar orçamento
|
67
55
|
update: Atualizar orçamento
|
@@ -88,8 +76,6 @@ pt-BR:
|
|
88
76
|
create:
|
89
77
|
invalid: Ocorreu um erro ao criar este projeto.
|
90
78
|
success: Projeto criado com sucesso.
|
91
|
-
destroy:
|
92
|
-
success: Projeto deletado com sucesso.
|
93
79
|
edit:
|
94
80
|
title: Editar projeto
|
95
81
|
update: Atualizar
|
@@ -97,8 +83,6 @@ pt-BR:
|
|
97
83
|
actions: Ações
|
98
84
|
cancel: Cancelar
|
99
85
|
change_budget: Alterar orçamento
|
100
|
-
change_category: Mudar categoria
|
101
|
-
change_scope: Mudar escopo
|
102
86
|
change_selected: Alterar estado selecionado
|
103
87
|
deselect_implementation: Desselecionar da implementação
|
104
88
|
finished_orders: Votos finais
|
@@ -111,7 +95,6 @@ pt-BR:
|
|
111
95
|
title: Projetos
|
112
96
|
update: Atualizar
|
113
97
|
update_budget_button: Atualizar orçamento do projeto
|
114
|
-
update_scope_button: Atualizar escopo
|
115
98
|
new:
|
116
99
|
create: Criar
|
117
100
|
title: Novo projeto
|
@@ -119,28 +102,10 @@ pt-BR:
|
|
119
102
|
invalid: Houve um problema ao atualizar este projeto.
|
120
103
|
success: Projeto atualizado com sucesso.
|
121
104
|
update_budget:
|
122
|
-
invalid: 'Esses projetos já estão no mesmo orçamento ou seus orçamentos são mais que o máximo permitido: %{projects}.'
|
123
105
|
select_a_project: Por favor, selecione um projeto.
|
124
|
-
success: 'Projetos atualizados com sucesso no scopo %{subject_name}: %{projects}.'
|
125
|
-
update_category:
|
126
|
-
invalid: 'Estes projetos já tinham a categoria %{subject_name}: %{projects}.'
|
127
|
-
select_a_category: Por favor, selecione uma categoria.
|
128
|
-
select_a_project: Por favor, selecione um projeto.
|
129
|
-
success: 'Projetos atualizados com sucesso para a categoria %{subject_name}: %{projects}.'
|
130
|
-
update_scope:
|
131
|
-
invalid: 'Estes projetos já tinham o escopo %{subject_name}: %{projects}.'
|
132
|
-
select_a_project: Por favor, selecione um projeto.
|
133
|
-
select_a_scope: Por favor, selecione um escopo.
|
134
|
-
success: 'Projetos atualizados com sucesso no scopo %{subject_name}: %{projects}.'
|
135
106
|
update_selected:
|
136
|
-
invalid:
|
137
|
-
selected: 'Estes projetos já foram selecionados para a implementação: %{projects}.'
|
138
|
-
unselected: 'Estes projetos já foram desselecionados da implementação: %{projects}.'
|
139
107
|
select_a_project: Por favor, selecione um projeto.
|
140
108
|
select_a_selection: Por favor, selecione um estado de implementação.
|
141
|
-
success:
|
142
|
-
selected: 'Estes projetos foram selecionados com sucesso para a implementação: %{projects}.'
|
143
|
-
unselected: 'Estes projetos foram desselecionados da implementação com sucesso: %{projects}.'
|
144
109
|
proposals_imports:
|
145
110
|
create:
|
146
111
|
invalid: Houve um problema ao importar as propostas para projetos.
|
@@ -209,16 +174,17 @@ pt-BR:
|
|
209
174
|
total_budget: Orçamento total
|
210
175
|
project:
|
211
176
|
fields:
|
212
|
-
category: Categoria
|
213
177
|
id: ID
|
214
178
|
map: Mapa
|
215
179
|
title: Título
|
180
|
+
order:
|
181
|
+
status:
|
182
|
+
title: Seu voto foi aceito com sucesso
|
216
183
|
order_summary_mailer:
|
217
184
|
order_summary:
|
218
185
|
selected_projects: 'Os projetos que você selecionou são:'
|
219
186
|
subject: Você votou no espaço participativo %{space_name}
|
220
187
|
voted_on_space: Você votou no orçamento %{budget_name} para o espaço participativo %{space_name}.
|
221
|
-
voted_on_space_with_scope: Você votou no orçamento %{budget_name} para o espaço participativo %{space_name} em %{scope_name} (%{scope_type}).
|
222
188
|
projects:
|
223
189
|
budget_confirm:
|
224
190
|
are_you_sure: Se mudar de ideia, você pode mudar de voto mais tarde.
|
@@ -253,8 +219,6 @@ pt-BR:
|
|
253
219
|
message: Seu voto não foi registrado porque você ainda não concluiu o processo de votação. Tem certeza que deseja sair da votação?
|
254
220
|
title: Você ainda não votou
|
255
221
|
filters:
|
256
|
-
category: Categoria
|
257
|
-
scope: Âmbito
|
258
222
|
search: Pesquisa
|
259
223
|
status: Status
|
260
224
|
status_values:
|
@@ -329,13 +293,11 @@ pt-BR:
|
|
329
293
|
errors:
|
330
294
|
budget_voting_rule_only_one: Apenas uma regra de votação deve estar habilitada.
|
331
295
|
budget_voting_rule_required: Uma regra de votação é necessária.
|
332
|
-
geocoding_enabled:
|
296
|
+
geocoding_enabled: Mapas ativados
|
333
297
|
landing_page_content: Página inicial dos orçamentos
|
334
298
|
more_information_modal: Modal de mais informação
|
335
299
|
projects_per_page: Projetos por página
|
336
300
|
resources_permissions_enabled: Permissões de ações podem ser definidas para cada projeto
|
337
|
-
scope_id: Escopo
|
338
|
-
scopes_enabled: Escopos habilitados
|
339
301
|
title: Título
|
340
302
|
total_budget: Orçamento total
|
341
303
|
vote_minimum_budget_projects_number: Número mínimo de projetos para votar
|
@@ -373,8 +335,6 @@ pt-BR:
|
|
373
335
|
orders:
|
374
336
|
checkout:
|
375
337
|
error: Ocorreu um erro ao processar seu voto.
|
376
|
-
success_html:
|
377
|
-
success_no_left_budgets_html: Seu voto foi aceito com sucesso.
|
378
338
|
destroy:
|
379
339
|
error: Ocorreu um erro ao cancelar o seu voto.
|
380
340
|
success: Seu voto foi cancelado com sucesso.
|
data/config/locales/pt.yml
CHANGED
@@ -3,15 +3,12 @@ pt:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
budget:
|
6
|
-
decidim_scope_id: Âmbito
|
7
6
|
description: Descrição
|
8
7
|
title: Título
|
9
8
|
total_budget: Orçamento total
|
10
9
|
weight: Posição de ordenamento
|
11
10
|
project:
|
12
11
|
budget_amount: Valor do orçamento
|
13
|
-
decidim_category_id: Categoria
|
14
|
-
decidim_scope_id: Âmbito
|
15
12
|
description: Descrição
|
16
13
|
proposal_ids: Propostas relacionadas
|
17
14
|
selected: Seleccionado para implementação
|
@@ -26,8 +23,6 @@ pt:
|
|
26
23
|
actions:
|
27
24
|
attachment_collections: Pastas
|
28
25
|
attachments: Anexos
|
29
|
-
confirm_destroy: Tem certeza de que deseja eliminar este projeto?
|
30
|
-
destroy: Eliminar
|
31
26
|
edit: Editar
|
32
27
|
edit_projects: Gerir projectos
|
33
28
|
import: Importar propostas para projetos
|
@@ -103,12 +98,14 @@ pt:
|
|
103
98
|
project:
|
104
99
|
fields:
|
105
100
|
title: Título
|
101
|
+
order:
|
102
|
+
status:
|
103
|
+
title: O seu voto foi aceite corretamente
|
106
104
|
order_summary_mailer:
|
107
105
|
order_summary:
|
108
106
|
selected_projects: 'Os projetos que selecionou são:'
|
109
107
|
subject: Votou no espaço participativo %{space_name}
|
110
108
|
voted_on_space: Votou no orçamento %{budget_name} para o espaço participativo %{space_name}.
|
111
|
-
voted_on_space_with_scope: Votou no orçamento %{budget_name} para o espaço participativo %{space_name} em %{scope_name} (%{scope_type}).
|
112
109
|
projects:
|
113
110
|
budget_confirm:
|
114
111
|
are_you_sure: Se mudar de ideias, pode alterar o seu voto mais tarde.
|
@@ -132,8 +129,6 @@ pt:
|
|
132
129
|
one: 1 projeto
|
133
130
|
other: "%{count} projetos"
|
134
131
|
filters:
|
135
|
-
category: Categoria
|
136
|
-
scope: Âmbito
|
137
132
|
search: Pesquisar
|
138
133
|
status: Estado
|
139
134
|
status_values:
|
@@ -173,8 +168,6 @@ pt:
|
|
173
168
|
more_information_modal: Mais informações modal
|
174
169
|
projects_per_page: Projetos por página
|
175
170
|
resources_permissions_enabled: Permissões de acções podem ser definidas para cada projecto
|
176
|
-
scope_id: Âmbito
|
177
|
-
scopes_enabled: Âmbitos activados
|
178
171
|
title: Título
|
179
172
|
total_budget: Orçamento total
|
180
173
|
vote_minimum_budget_projects_number: Número mínimo de projetos a votar
|
data/config/locales/ro-RO.yml
CHANGED
@@ -3,15 +3,12 @@ ro:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
budget:
|
6
|
-
decidim_scope_id: Domeniu de interes
|
7
6
|
description: Descriere
|
8
7
|
title: Titlu
|
9
8
|
total_budget: Total budget
|
10
9
|
weight: Ordinea în poziționare
|
11
10
|
project:
|
12
11
|
budget_amount: Sumă bugetară
|
13
|
-
decidim_category_id: Categorie
|
14
|
-
decidim_scope_id: Domeniu de interes
|
15
12
|
description: Descriere
|
16
13
|
proposal_ids: Propuneri asociate
|
17
14
|
proposals: Propuneri
|
@@ -29,10 +26,6 @@ ro:
|
|
29
26
|
admin:
|
30
27
|
filters:
|
31
28
|
projects:
|
32
|
-
category_id_eq:
|
33
|
-
label: Categorie
|
34
|
-
scope_id_eq:
|
35
|
-
label: Domeniu de interes
|
36
29
|
selected_at_null:
|
37
30
|
label: Selectate
|
38
31
|
values:
|
@@ -42,8 +35,6 @@ ro:
|
|
42
35
|
actions:
|
43
36
|
attachment_collections: Dosare
|
44
37
|
attachments: Atașamente
|
45
|
-
confirm_destroy: Sigur dorești să ştergi acest proiect?
|
46
|
-
destroy: Ștergere
|
47
38
|
edit: Editare
|
48
39
|
edit_projects: Gestionați proiectele
|
49
40
|
import: Importă propuneri în proiecte
|
@@ -78,8 +69,6 @@ ro:
|
|
78
69
|
index:
|
79
70
|
actions: Acțiuni
|
80
71
|
cancel: Anulează
|
81
|
-
change_category: Schimbă categoria
|
82
|
-
change_scope: Schimbă domeniul
|
83
72
|
change_selected: Schimbă starea selectată
|
84
73
|
finished_orders: Voturi terminate
|
85
74
|
pending_orders: Voturi în așteptare
|
@@ -87,7 +76,6 @@ ro:
|
|
87
76
|
selected: Selectate
|
88
77
|
title: Proiecte
|
89
78
|
update: Actualizare
|
90
|
-
update_scope_button: Actualizează domeniu
|
91
79
|
new:
|
92
80
|
create: Creează
|
93
81
|
title: Proiect nou
|
@@ -127,15 +115,16 @@ ro:
|
|
127
115
|
total_budget: Buget total
|
128
116
|
project:
|
129
117
|
fields:
|
130
|
-
category: Categorie
|
131
118
|
id: ID
|
132
119
|
title: Titlu
|
120
|
+
order:
|
121
|
+
status:
|
122
|
+
title: Votul tău a fost acceptat cu succes
|
133
123
|
order_summary_mailer:
|
134
124
|
order_summary:
|
135
125
|
selected_projects: 'Proiectele pe care le-ai selectat sunt:'
|
136
126
|
subject: Ai votat pentru spațiul participativ %{space_name}
|
137
127
|
voted_on_space: Ai votat pentrul bugetul %{budget_name} aferent spațiului participativ %{space_name}.
|
138
|
-
voted_on_space_with_scope: Ai votat pentrul bugetul %{budget_name} aferent spațiului participativ %{space_name} pentru %{scope_name} (%{scope_type}).
|
139
128
|
projects:
|
140
129
|
budget_confirm:
|
141
130
|
are_you_sure: Dacă te răzgândești, poți modifica votul mai târziu.
|
@@ -165,8 +154,6 @@ ro:
|
|
165
154
|
message: Votul tău nu a fost înregistrat încă pentru că nu ai finalizat procesul de votare. Sigur dorești să ieși din secțiunea de votare?
|
166
155
|
title: Nu ai votat încă
|
167
156
|
filters:
|
168
|
-
category: Categorie
|
169
|
-
scope: Domeniu
|
170
157
|
search: Caută
|
171
158
|
status: Stadiu
|
172
159
|
status_values:
|
@@ -207,8 +194,6 @@ ro:
|
|
207
194
|
more_information_modal: Mai multe informații
|
208
195
|
projects_per_page: Proiecte pe pagină
|
209
196
|
resources_permissions_enabled: Pentru fiecare proiect pot fi setate drepturi pentru acțiuni
|
210
|
-
scope_id: Domeniu de interes
|
211
|
-
scopes_enabled: Domenii activate
|
212
197
|
title: Titlu
|
213
198
|
total_budget: Buget total
|
214
199
|
vote_minimum_budget_projects_number: Numărul minim de proiecte de votat
|
data/config/locales/ru.yml
CHANGED
@@ -3,8 +3,6 @@ ru:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
project:
|
6
|
-
decidim_category_id: Категория
|
7
|
-
decidim_scope_id: Охват
|
8
6
|
description: Описание
|
9
7
|
proposal_ids: Подобные предложения
|
10
8
|
title: Название
|
@@ -20,8 +18,6 @@ ru:
|
|
20
18
|
actions:
|
21
19
|
attachment_collections: Папки
|
22
20
|
attachments: Прикрепленные файлы
|
23
|
-
confirm_destroy: Вы действительно хотите удалить этот проект?
|
24
|
-
destroy: Удалить
|
25
21
|
edit: Редактировать
|
26
22
|
import: Внести в проекты позаимствованные предложения
|
27
23
|
preview: Предпросмотр
|
@@ -55,6 +51,9 @@ ru:
|
|
55
51
|
project:
|
56
52
|
fields:
|
57
53
|
title: Название
|
54
|
+
order:
|
55
|
+
status:
|
56
|
+
title: Ваш голос был успешно принят
|
58
57
|
projects:
|
59
58
|
budget_confirm:
|
60
59
|
cancel: Отменить
|
@@ -77,8 +76,6 @@ ru:
|
|
77
76
|
many: "%{count} проектов"
|
78
77
|
other: "%{count} проектов"
|
79
78
|
filters:
|
80
|
-
category: Категория
|
81
|
-
scope: Охват
|
82
79
|
search: Поиск
|
83
80
|
project_budget_button:
|
84
81
|
add: Добавить
|