decidim-budgets 0.29.5 → 0.30.0.rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/cells/decidim/budgets/budget_list_item/vote_action.erb +2 -2
- data/app/cells/decidim/budgets/budgets_list/main_list.erb +1 -1
- data/app/cells/decidim/budgets/budgets_list/show.erb +1 -1
- 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 +1 -8
- 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 +0 -17
- data/app/forms/decidim/budgets/admin/order_reminder_form.rb +1 -2
- data/app/forms/decidim/budgets/admin/project_form.rb +7 -33
- 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 +2 -8
- data/app/permissions/decidim/budgets/admin/permissions.rb +4 -4
- 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 +7 -2
- 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.html.erb +1 -1
- data/app/views/decidim/budgets/projects/_order_progress_summary_content.html.erb +4 -4
- data/app/views/decidim/budgets/projects/index.html.erb +2 -17
- data/app/views/decidim/budgets/projects/index.js.erb +1 -1
- data/app/views/decidim/budgets/projects/show.html.erb +23 -20
- data/config/locales/ar.yml +5 -12
- data/config/locales/bg.yml +3 -43
- data/config/locales/ca.yml +96 -43
- data/config/locales/cs.yml +101 -42
- data/config/locales/de.yml +96 -43
- data/config/locales/el.yml +3 -39
- 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 +100 -47
- data/config/locales/fi-plain.yml +96 -43
- data/config/locales/fi.yml +95 -42
- data/config/locales/fr-CA.yml +38 -44
- data/config/locales/fr.yml +38 -44
- data/config/locales/ga-IE.yml +0 -3
- data/config/locales/gl.yml +3 -7
- data/config/locales/hu.yml +3 -40
- data/config/locales/id-ID.yml +3 -7
- data/config/locales/is-IS.yml +0 -7
- data/config/locales/it.yml +3 -28
- data/config/locales/ja.yml +92 -42
- data/config/locales/kaa.yml +0 -1
- data/config/locales/ko.yml +0 -22
- data/config/locales/lb.yml +4 -6
- data/config/locales/lt.yml +3 -41
- data/config/locales/lv.yml +3 -7
- data/config/locales/nl.yml +4 -25
- data/config/locales/no.yml +3 -8
- data/config/locales/pl.yml +5 -43
- data/config/locales/pt-BR.yml +4 -43
- data/config/locales/pt.yml +4 -6
- data/config/locales/ro-RO.yml +3 -17
- data/config/locales/ru.yml +3 -7
- data/config/locales/sk.yml +3 -7
- data/config/locales/sq-AL.yml +0 -16
- data/config/locales/sv.yml +99 -46
- data/config/locales/tr-TR.yml +3 -7
- data/config/locales/uk.yml +3 -7
- data/config/locales/zh-CN.yml +3 -6
- data/config/locales/zh-TW.yml +3 -39
- 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 +1 -1
- data/lib/decidim/api/budget_type.rb +3 -6
- data/lib/decidim/api/budgets_type.rb +4 -5
- data/lib/decidim/api/project_type.rb +6 -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 +27 -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/ca-IT.yml +0 -388
data/config/locales/lt.yml
CHANGED
@@ -3,15 +3,12 @@ lt:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
budget:
|
6
|
-
decidim_scope_id: Apimtis
|
7
6
|
description: Aprašymas
|
8
7
|
title: Pavadinimas
|
9
8
|
total_budget: Visas biudžetas
|
10
9
|
weight: Vieta eilėje
|
11
10
|
project:
|
12
11
|
budget_amount: Biudžeto dydis
|
13
|
-
decidim_category_id: Kategorija
|
14
|
-
decidim_scope_id: Apimtis
|
15
12
|
description: Aprašymas
|
16
13
|
proposal_ids: Susiję pasiūlymai
|
17
14
|
proposals: Pasiūlymai
|
@@ -30,10 +27,6 @@ lt:
|
|
30
27
|
admin:
|
31
28
|
filters:
|
32
29
|
projects:
|
33
|
-
category_id_eq:
|
34
|
-
label: Kategorija
|
35
|
-
scope_id_eq:
|
36
|
-
label: Apimtis
|
37
30
|
selected_at_null:
|
38
31
|
label: Pasirinktas
|
39
32
|
values:
|
@@ -43,7 +36,6 @@ lt:
|
|
43
36
|
actions:
|
44
37
|
attachment_collections: Aplankai
|
45
38
|
attachments: Priedai
|
46
|
-
destroy: Ištrinti
|
47
39
|
edit: Redaguoti
|
48
40
|
edit_projects: Valdyti projektus
|
49
41
|
import: Importuoti pasiūlymus į projektus
|
@@ -55,9 +47,6 @@ lt:
|
|
55
47
|
create:
|
56
48
|
invalid: Kuriant šį biudžetą iškilo problema.
|
57
49
|
success: Biudžetas sukurtas sėkmingai.
|
58
|
-
destroy:
|
59
|
-
invalid: Ištrinant šį biudžetą iškilo problema.
|
60
|
-
success: Biudžetas sėkmingai ištrintas.
|
61
50
|
edit:
|
62
51
|
title: Koreguoti biudžetą
|
63
52
|
update: Atnaujinti biudžetą
|
@@ -84,16 +73,12 @@ lt:
|
|
84
73
|
create:
|
85
74
|
invalid: Kuriant šį projektą iškilo problema.
|
86
75
|
success: Projektas sukurtas sėkmingai.
|
87
|
-
destroy:
|
88
|
-
success: Projektas ištrintas sėkmingai.
|
89
76
|
edit:
|
90
77
|
title: Redaguoti projektą
|
91
78
|
update: Atnaujinti
|
92
79
|
index:
|
93
80
|
actions: Veiksmai
|
94
81
|
cancel: Atšaukti
|
95
|
-
change_category: Keisti kategoriją
|
96
|
-
change_scope: Keisti sritį
|
97
82
|
change_selected: Keisti pasirinktą būseną
|
98
83
|
deselect_implementation: Nebepasirinkti įgyvendinimui
|
99
84
|
finished_orders: Baigti balsavimai
|
@@ -102,32 +87,15 @@ lt:
|
|
102
87
|
selected: Pasirinkta
|
103
88
|
title: Projektai
|
104
89
|
update: Atnaujinimas
|
105
|
-
update_scope_button: Atnaujinti sritį
|
106
90
|
new:
|
107
91
|
create: Sukurti
|
108
92
|
title: Naujas projektas
|
109
93
|
update:
|
110
94
|
invalid: Atnaujinant šį projektą iškilo problema.
|
111
95
|
success: Projektas atnaujintas.
|
112
|
-
update_category:
|
113
|
-
invalid: 'Šie projektai turi %{subject_name} kategoriją: %{projects}.'
|
114
|
-
select_a_category: Pasirinkite kategoriją.
|
115
|
-
select_a_project: Pasirinkite projektą.
|
116
|
-
success: 'Projektai sėkmingai atnaujinti %{subject_name} kategorijoje: %{projects}.'
|
117
|
-
update_scope:
|
118
|
-
invalid: 'Šie projektai jau turi %{subject_name} sritį: %{projects}.'
|
119
|
-
select_a_project: Pasirinkite projektą.
|
120
|
-
select_a_scope: Pasirinkite apimtį.
|
121
|
-
success: 'Projektai sėkmingai atnaujinti %{subject_name} srityje: %{projects}.'
|
122
96
|
update_selected:
|
123
|
-
invalid:
|
124
|
-
selected: 'Šie projektai jau pasirinkti įgyvendinimui: %{projects}.'
|
125
|
-
unselected: 'Šie projektai jau nebėra pasirinkti įgyvendinimui: %{projects}.'
|
126
97
|
select_a_project: Pasirinkite projektą.
|
127
98
|
select_a_selection: Prašau pasirinkite įgyvendinimo būseną.
|
128
|
-
success:
|
129
|
-
selected: 'Šie projektai jau pasirinkti įgyvendinimui: %{projects}.'
|
130
|
-
unselected: 'Šių projektų įgyvendinimo atsisakyta: %{projects}.'
|
131
99
|
proposals_imports:
|
132
100
|
create:
|
133
101
|
invalid: Importuojant pasiūlymus į projektus kilo problema.
|
@@ -187,15 +155,16 @@ lt:
|
|
187
155
|
total_budget: Visas biudžetas
|
188
156
|
project:
|
189
157
|
fields:
|
190
|
-
category: Kategorija
|
191
158
|
id: ID
|
192
159
|
title: Pavadinimas
|
160
|
+
order:
|
161
|
+
status:
|
162
|
+
title: Jūsų balsas įskaitytas
|
193
163
|
order_summary_mailer:
|
194
164
|
order_summary:
|
195
165
|
selected_projects: 'Jūsų pasirinkti projektai:'
|
196
166
|
subject: Jūs balsavote dalyvaujamojo proceso erdvėje %{space_name}
|
197
167
|
voted_on_space: Jūs balsavote dėl dalyvaujamojo proceso erdvės %{space_name} biudžeto %{budget_name}.
|
198
|
-
voted_on_space_with_scope: Jūs balsavote %{budget_name} biudžete %{space_name} dalyvaujamojoje erdvėje dėl %{scope_name}(%{scope_type}).
|
199
168
|
projects:
|
200
169
|
budget_confirm:
|
201
170
|
are_you_sure: Jeigu persigalvosite, galėsite balsuoti iš naujo.
|
@@ -231,8 +200,6 @@ lt:
|
|
231
200
|
message: Jūsų balsas nebuvo registruotas nes dar neįvykdėte viso balsavimo proceso. Ar tikrai norite išeiti iš balsavimo aplinkos?
|
232
201
|
title: Dar nebasavote
|
233
202
|
filters:
|
234
|
-
category: Kategorija
|
235
|
-
scope: Apimtis
|
236
203
|
search: Ieškoti
|
237
204
|
status: Būsena
|
238
205
|
status_values:
|
@@ -310,13 +277,10 @@ lt:
|
|
310
277
|
errors:
|
311
278
|
budget_voting_rule_only_one: Turi būti įjungta tik viena balsavimo taisyklė.
|
312
279
|
budget_voting_rule_required: Būtina viena balsavimo taisyklė.
|
313
|
-
geocoding_enabled: Geokodavimas įjungtas
|
314
280
|
landing_page_content: Biudžetų numatytasis puslapis
|
315
281
|
more_information_modal: Išsamesnės informacijos modalinis langas
|
316
282
|
projects_per_page: Projektų skaičius puslapyje
|
317
283
|
resources_permissions_enabled: Kiekvienam projektui galima nustatyti leistinus veiksmus
|
318
|
-
scope_id: Apimtis
|
319
|
-
scopes_enabled: Apimtys įjungtos
|
320
284
|
title: Pavadinimas
|
321
285
|
total_budget: Visas biudžetas
|
322
286
|
vote_minimum_budget_projects_number: Mažiausias projektų, už kuriuos galima balsuoti, skaičius
|
@@ -354,8 +318,6 @@ lt:
|
|
354
318
|
orders:
|
355
319
|
checkout:
|
356
320
|
error: Apdorojant jūsų balsą iškilo problema.
|
357
|
-
success_html: <p>Jūsų balsas sėkmingai priimtas.</p><p class="text-sm font-normal">Galite peržiūrėti<a class="text-secondary underline" href="%{rest_of_budgets_link}">kitus biudžetus</a>.</p>
|
358
|
-
success_no_left_budgets_html: Jūsų balsas įskaitytas.
|
359
321
|
destroy:
|
360
322
|
error: Atšaukiant jūsų balsą iškilo problema.
|
361
323
|
success: Jūsų balsas atšauktas.
|
data/config/locales/lv.yml
CHANGED
@@ -3,7 +3,6 @@ lv:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
project:
|
6
|
-
decidim_category_id: Kategorija
|
7
6
|
description: Apraksts
|
8
7
|
proposal_ids: Saistītie priekšlikumi
|
9
8
|
title: Nosaukums
|
@@ -18,15 +17,12 @@ lv:
|
|
18
17
|
actions:
|
19
18
|
attachment_collections: Mapes
|
20
19
|
attachments: Pielikumi
|
21
|
-
destroy: Dzēst
|
22
20
|
edit: Labot
|
23
21
|
import: Importēt priekšlikumus projektos
|
24
22
|
preview: Priekšskatīt
|
25
23
|
title: Darbības
|
26
24
|
admin:
|
27
25
|
models:
|
28
|
-
budget:
|
29
|
-
name: Budžets
|
30
26
|
project:
|
31
27
|
name: Projekts
|
32
28
|
projects:
|
@@ -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,7 +78,6 @@ lv:
|
|
79
78
|
one: 1 projekts
|
80
79
|
other: "%{count} projekti"
|
81
80
|
filters:
|
82
|
-
category: Kategorija
|
83
81
|
search: Meklēt
|
84
82
|
orders:
|
85
83
|
highest_cost: Lielākās izmaksas
|
@@ -110,7 +108,5 @@ lv:
|
|
110
108
|
show_votes: Rādīt balsis
|
111
109
|
votes_choices:
|
112
110
|
enabled: Balsošana ir iespējota
|
113
|
-
statistics:
|
114
|
-
projects_count: Projekti
|
115
111
|
index:
|
116
112
|
confirmed_orders_count: Balsu skaits
|
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: Scope
|
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,7 +34,6 @@ nl:
|
|
41
34
|
actions:
|
42
35
|
attachment_collections: Mappen
|
43
36
|
attachments: Bijlagen
|
44
|
-
destroy: Verwijderen
|
45
37
|
edit: Bewerk
|
46
38
|
edit_projects: Beheer projecten
|
47
39
|
import: Voorstellen importeren in projecten
|
@@ -65,7 +57,7 @@ nl:
|
|
65
57
|
projects: Projecten
|
66
58
|
models:
|
67
59
|
budget:
|
68
|
-
name:
|
60
|
+
name: Budget
|
69
61
|
project:
|
70
62
|
name: Project
|
71
63
|
projects:
|
@@ -75,23 +67,14 @@ nl:
|
|
75
67
|
index:
|
76
68
|
actions: Acties
|
77
69
|
cancel: Annuleren
|
78
|
-
change_category: Categorie wijzigen
|
79
|
-
change_scope: Scope wijzigen
|
80
70
|
finished_orders: Voltooide stemmen
|
81
71
|
pending_orders: Afwachtende stemmen
|
82
72
|
selected: Geselecteerd
|
83
73
|
title: Projecten
|
84
74
|
update: Bijwerken
|
85
|
-
update_scope_button: Scope bijwerken
|
86
75
|
new:
|
87
76
|
create: Creëren
|
88
77
|
title: Nieuw project
|
89
|
-
update_category:
|
90
|
-
invalid: 'Deze voorstellen hadden al categorie %{subject_name}: %{projects}.'
|
91
|
-
success: 'Voorstellen succesvol bijgewerkt naar categorie %{subject_name}: %{projects}.'
|
92
|
-
update_scope:
|
93
|
-
invalid: 'Deze voorstellen hadden al scope %{subject_name}: %{projects}.'
|
94
|
-
success: 'Voorstellen succesvol bijgewerkt naar categorie %{subject_name}: %{projects}.'
|
95
78
|
proposals_imports:
|
96
79
|
new:
|
97
80
|
create: Voorstellen importeren in projecten
|
@@ -137,15 +120,16 @@ nl:
|
|
137
120
|
total_budget: Totale budget
|
138
121
|
project:
|
139
122
|
fields:
|
140
|
-
category: Categorie
|
141
123
|
id: ID
|
142
124
|
title: Titel
|
125
|
+
order:
|
126
|
+
status:
|
127
|
+
title: Uw stem is aanvaard
|
143
128
|
order_summary_mailer:
|
144
129
|
order_summary:
|
145
130
|
selected_projects: 'De projecten die je hebt geselecteerd zijn:'
|
146
131
|
subject: Je hebt gestemd in %{space_name}
|
147
132
|
voted_on_space: Je hebt gestemd op het %{budget_name} budget voor de %{space_name} inspraakruimte.
|
148
|
-
voted_on_space_with_scope: Je hebt gestemd op het %{budget_name} budget voor de %{space_name} inspraakruimte op %{scope_name} (%{scope_type}).
|
149
133
|
projects:
|
150
134
|
budget_confirm:
|
151
135
|
are_you_sure: Als je van gedachten verandert, kun je later je stem wijzigen.
|
@@ -175,8 +159,6 @@ nl:
|
|
175
159
|
message: Je stem is niet geregistreerd omdat je het stemproces nog niet hebt voltooid. Weet je zeker dat je stemmen wil verlaten?
|
176
160
|
title: Je hebt nog niet gestemd
|
177
161
|
filters:
|
178
|
-
category: Categorie
|
179
|
-
scope: Scope
|
180
162
|
search: Zoeken
|
181
163
|
status: Status
|
182
164
|
status_values:
|
@@ -221,13 +203,10 @@ nl:
|
|
221
203
|
announcement: Aankondiging
|
222
204
|
comments_enabled: Reacties ingeschakeld
|
223
205
|
comments_max_length: Commentaar maximale lengte (laat 0 voor standaardwaarde)
|
224
|
-
geocoding_enabled: Geocoding ingeschakeld
|
225
206
|
landing_page_content: Budgetten landingspagina
|
226
207
|
more_information_modal: Meer informatie
|
227
208
|
projects_per_page: Projecten per pagina
|
228
209
|
resources_permissions_enabled: Actiemachtigingen kunnen voor elk project worden ingesteld
|
229
|
-
scope_id: Scope
|
230
|
-
scopes_enabled: Scopes ingeschakeld
|
231
210
|
title: Titel
|
232
211
|
total_budget: Totale budget
|
233
212
|
vote_minimum_budget_projects_number: Minimumaantal projecten waarvoor moet worden gestemd
|
data/config/locales/no.yml
CHANGED
@@ -9,7 +9,6 @@
|
|
9
9
|
weight: Prioritert rekkefølge
|
10
10
|
project:
|
11
11
|
budget_amount: Budsjettbeløp
|
12
|
-
decidim_category_id: Kategori
|
13
12
|
description: Beskrivelse
|
14
13
|
proposal_ids: Relaterte forslag
|
15
14
|
selected: Utvalgt for implementering
|
@@ -23,8 +22,6 @@
|
|
23
22
|
admin:
|
24
23
|
filters:
|
25
24
|
projects:
|
26
|
-
category_id_eq:
|
27
|
-
label: Kategori
|
28
25
|
selected_at_null:
|
29
26
|
label: Valgt
|
30
27
|
values:
|
@@ -34,7 +31,6 @@
|
|
34
31
|
actions:
|
35
32
|
attachment_collections: Mapper
|
36
33
|
attachments: Vedlegg
|
37
|
-
destroy: Slett
|
38
34
|
edit: Editar
|
39
35
|
edit_projects: Administrer prosjekter
|
40
36
|
import: Importer forslag til prosjekter
|
@@ -115,15 +111,16 @@
|
|
115
111
|
total_budget: Totalt budsjett
|
116
112
|
project:
|
117
113
|
fields:
|
118
|
-
category: Kategori
|
119
114
|
id: ID
|
120
115
|
title: Tittel
|
116
|
+
order:
|
117
|
+
status:
|
118
|
+
title: Stemmen din ble godtatt
|
121
119
|
order_summary_mailer:
|
122
120
|
order_summary:
|
123
121
|
selected_projects: 'Prosjektene du har valgt er:'
|
124
122
|
subject: Du har stemt på %{space_name} i deltakelsesrommet
|
125
123
|
voted_on_space: Du har stemt på %{budget_name} budsjettet for %{space_name} medvirkningsrom.
|
126
|
-
voted_on_space_with_scope: Du har stemt på %{budget_name} budsjettet for %{space_name} medvirkningsrommet på %{scope_name} (%{scope_type}).
|
127
124
|
projects:
|
128
125
|
budget_confirm:
|
129
126
|
are_you_sure: Hvis du ombestemmer deg, kan du endre stemmen din senere.
|
@@ -152,7 +149,6 @@
|
|
152
149
|
message: Stemmen din er ikke registrert fordi du ikke har fullført avstemmingen. Er du sikker på at du vil avslutte avstemming?
|
153
150
|
title: Du har ikke stemt enda
|
154
151
|
filters:
|
155
|
-
category: Kategori
|
156
152
|
search: Søk
|
157
153
|
status: Status
|
158
154
|
status_values:
|
@@ -201,7 +197,6 @@
|
|
201
197
|
more_information_modal: Mer informasjon
|
202
198
|
projects_per_page: Prosjekter per side
|
203
199
|
resources_permissions_enabled: Handlingstillatelser kan settes for hvert prosjekt
|
204
|
-
scopes_enabled: Temaer aktivert
|
205
200
|
title: Tittel
|
206
201
|
total_budget: Totalt budsjett
|
207
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,7 +36,6 @@ pl:
|
|
43
36
|
actions:
|
44
37
|
attachment_collections: Foldery
|
45
38
|
attachments: Załączniki
|
46
|
-
destroy: Usuń
|
47
39
|
edit: Edytuj
|
48
40
|
edit_projects: Zarządzaj budżetem
|
49
41
|
import: Importuj propozycje do projektów
|
@@ -57,9 +49,6 @@ pl:
|
|
57
49
|
create:
|
58
50
|
invalid: Podczas tworzenia tego budżetu wystąpił błąd.
|
59
51
|
success: Budżet został utworzony.
|
60
|
-
destroy:
|
61
|
-
invalid: Wystąpił błąd podczas usuwania budżetu.
|
62
|
-
success: Budżet został usunięty.
|
63
52
|
edit:
|
64
53
|
title: Edytuj budżet
|
65
54
|
update: Aktualizuj budżet
|
@@ -86,8 +75,6 @@ pl:
|
|
86
75
|
create:
|
87
76
|
invalid: Podczas tworzenia tego projektu wystąpił błąd.
|
88
77
|
success: Projekt został utworzony.
|
89
|
-
destroy:
|
90
|
-
success: Projekt został usunięty.
|
91
78
|
edit:
|
92
79
|
title: Edytuj projekt
|
93
80
|
update: Aktualizuj
|
@@ -95,8 +82,6 @@ pl:
|
|
95
82
|
actions: Działania
|
96
83
|
cancel: Anuluj
|
97
84
|
change_budget: Zmień budżet
|
98
|
-
change_category: Zmień kategorię
|
99
|
-
change_scope: Zmień zakres
|
100
85
|
change_selected: Zmień wybrany status
|
101
86
|
deselect_implementation: Odznacz ze wdrożenia
|
102
87
|
finished_orders: Ukończone głosowania
|
@@ -109,7 +94,6 @@ pl:
|
|
109
94
|
title: Projekty
|
110
95
|
update: Aktualizuj
|
111
96
|
update_budget_button: Aktualizuj budżet projektu
|
112
|
-
update_scope_button: Aktualizuj zakres
|
113
97
|
new:
|
114
98
|
create: Utwórz
|
115
99
|
title: Nowy projekt
|
@@ -117,28 +101,10 @@ pl:
|
|
117
101
|
invalid: Podczas aktualizacji tego projektu wystąpił błąd.
|
118
102
|
success: Zaktualizowano projekt.
|
119
103
|
update_budget:
|
120
|
-
invalid: 'Te projekty są już w tym samym budżecie lub ich budżety są większe niż maksymalny dozwolony: %{projects}.'
|
121
104
|
select_a_project: Proszę wybrać projekt.
|
122
|
-
success: 'Projekty zaktualizowane do budżetu o nazwie %{subject_name}: %{projects}.'
|
123
|
-
update_category:
|
124
|
-
invalid: 'Te projekty już miały kategorię %{subject_name}: %{projects}.'
|
125
|
-
select_a_category: Proszę wybrać kategorię.
|
126
|
-
select_a_project: Proszę wybrać projekt.
|
127
|
-
success: 'Projekty zostały zaktualizowane do kategorii %{subject_name}: %{projects}.'
|
128
|
-
update_scope:
|
129
|
-
invalid: 'Te projekty już miały zakres %{subject_name}: %{projects}.'
|
130
|
-
select_a_project: Proszę wybrać projekt.
|
131
|
-
select_a_scope: Proszę wybrać zakres.
|
132
|
-
success: 'Projekty zostały zaktualizowane do zakresu o nazwie %{subject_name}: %{projects}.'
|
133
105
|
update_selected:
|
134
|
-
invalid:
|
135
|
-
selected: 'Te projekty zostały już wybrane do wdrożenia: %{projects}.'
|
136
|
-
unselected: 'Te projekty zostały już odznaczone od wdrożenia: %{projects}.'
|
137
106
|
select_a_project: Proszę wybrać projekt.
|
138
107
|
select_a_selection: Proszę wybrać stan wdrożenia.
|
139
|
-
success:
|
140
|
-
selected: 'Te projekty zostały pomyślnie wybrane do wdrożenia: %{projects}.'
|
141
|
-
unselected: 'Te projekty zostały pomyślnie odznaczone od wdrożenia: %{projects}.'
|
142
108
|
proposals_imports:
|
143
109
|
create:
|
144
110
|
invalid: Wystąpił błąd podczas importowania propozycji do projektów.
|
@@ -201,16 +167,19 @@ pl:
|
|
201
167
|
total_budget: Całkowity budżet
|
202
168
|
project:
|
203
169
|
fields:
|
204
|
-
category: Kategoria
|
205
170
|
id: Identyfikator
|
206
171
|
map: Mapa
|
207
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
|
208
178
|
order_summary_mailer:
|
209
179
|
order_summary:
|
210
180
|
selected_projects: 'Wybrane przez Ciebie projekty to:'
|
211
181
|
subject: Zagłosowałeś(-aś) w przestrzeni partycypacyjnej %{space_name}
|
212
182
|
voted_on_space: Zagłosowałeś na budżet %{budget_name} w przestrzeni partycypacyjnej %{space_name}.
|
213
|
-
voted_on_space_with_scope: Zagłosowałeś na budżet %{budget_name} w przestrzeni partycypacyjnej %{space_name} w %{scope_name} (%{scope_type}).
|
214
183
|
projects:
|
215
184
|
budget_confirm:
|
216
185
|
are_you_sure: Jeśli zmienisz zdanie, możesz zmienić swój głos później.
|
@@ -247,8 +216,6 @@ pl:
|
|
247
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?
|
248
217
|
title: Jeszcze nie głosowałeś/aś
|
249
218
|
filters:
|
250
|
-
category: Kategoria
|
251
|
-
scope: Zakres
|
252
219
|
search: Szukaj
|
253
220
|
status: Status
|
254
221
|
status_values:
|
@@ -322,13 +289,10 @@ pl:
|
|
322
289
|
errors:
|
323
290
|
budget_voting_rule_only_one: Może być włączona tylko jedna reguła głosowania.
|
324
291
|
budget_voting_rule_required: Wymagana jest jedna reguła głosowania.
|
325
|
-
geocoding_enabled: Włączono geokodowanie
|
326
292
|
landing_page_content: Strona główna budżetów
|
327
293
|
more_information_modal: Więcej informacji
|
328
294
|
projects_per_page: Projektów na stronie
|
329
295
|
resources_permissions_enabled: Uprawnienia działań można ustawić dla każdego projektu
|
330
|
-
scope_id: Zakres
|
331
|
-
scopes_enabled: Zakresy włączone
|
332
296
|
title: Tytuł
|
333
297
|
total_budget: Całkowity budżet
|
334
298
|
vote_minimum_budget_projects_number: Minimalna liczba projektów, na które można głosować
|
@@ -366,8 +330,6 @@ pl:
|
|
366
330
|
orders:
|
367
331
|
checkout:
|
368
332
|
error: Podczas przetwarzania Twojego głosu wystąpił błąd.
|
369
|
-
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>
|
370
|
-
success_no_left_budgets_html: Twój głos został przyjęty.
|
371
333
|
destroy:
|
372
334
|
error: Podczas anulowania Twojego głosu wystąpił błąd.
|
373
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: Escopo
|
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,7 +37,6 @@ pt-BR:
|
|
44
37
|
actions:
|
45
38
|
attachment_collections: Pastas
|
46
39
|
attachments: Anexos
|
47
|
-
destroy: Excluir
|
48
40
|
edit: Editar
|
49
41
|
edit_projects: Gerenciar projetos
|
50
42
|
import: Importar propostas para os projetos
|
@@ -58,9 +50,6 @@ pt-BR:
|
|
58
50
|
create:
|
59
51
|
invalid: Ocorreu um erro ao criar este orçamento.
|
60
52
|
success: Orçamento criado com sucesso.
|
61
|
-
destroy:
|
62
|
-
invalid: Ocorreu um erro ao deletar este orçamento.
|
63
|
-
success: Orçamento deletado com sucesso.
|
64
53
|
edit:
|
65
54
|
title: Editar orçamento
|
66
55
|
update: Atualizar orçamento
|
@@ -87,8 +76,6 @@ pt-BR:
|
|
87
76
|
create:
|
88
77
|
invalid: Ocorreu um erro ao criar este projeto.
|
89
78
|
success: Projeto criado com sucesso.
|
90
|
-
destroy:
|
91
|
-
success: Projeto deletado com sucesso.
|
92
79
|
edit:
|
93
80
|
title: Editar projeto
|
94
81
|
update: Atualizar
|
@@ -96,8 +83,6 @@ pt-BR:
|
|
96
83
|
actions: Ações
|
97
84
|
cancel: Cancelar
|
98
85
|
change_budget: Alterar orçamento
|
99
|
-
change_category: Mudar categoria
|
100
|
-
change_scope: Mudar escopo
|
101
86
|
change_selected: Alterar estado selecionado
|
102
87
|
deselect_implementation: Desselecionar da implementação
|
103
88
|
finished_orders: Votos finais
|
@@ -110,7 +95,6 @@ pt-BR:
|
|
110
95
|
title: Projetos
|
111
96
|
update: Atualizar
|
112
97
|
update_budget_button: Atualizar orçamento do projeto
|
113
|
-
update_scope_button: Atualizar escopo
|
114
98
|
new:
|
115
99
|
create: Criar
|
116
100
|
title: Novo projeto
|
@@ -118,28 +102,10 @@ pt-BR:
|
|
118
102
|
invalid: Houve um problema ao atualizar este projeto.
|
119
103
|
success: Projeto atualizado com sucesso.
|
120
104
|
update_budget:
|
121
|
-
invalid: 'Esses projetos já estão no mesmo orçamento ou seus orçamentos são mais que o máximo permitido: %{projects}.'
|
122
105
|
select_a_project: Por favor, selecione um projeto.
|
123
|
-
success: 'Projetos atualizados com sucesso no scopo %{subject_name}: %{projects}.'
|
124
|
-
update_category:
|
125
|
-
invalid: 'Estes projetos já tinham a categoria %{subject_name}: %{projects}.'
|
126
|
-
select_a_category: Por favor, selecione uma categoria.
|
127
|
-
select_a_project: Por favor, selecione um projeto.
|
128
|
-
success: 'Projetos atualizados com sucesso para a categoria %{subject_name}: %{projects}.'
|
129
|
-
update_scope:
|
130
|
-
invalid: 'Estes projetos já tinham o escopo %{subject_name}: %{projects}.'
|
131
|
-
select_a_project: Por favor, selecione um projeto.
|
132
|
-
select_a_scope: Por favor, selecione um escopo.
|
133
|
-
success: 'Projetos atualizados com sucesso no scopo %{subject_name}: %{projects}.'
|
134
106
|
update_selected:
|
135
|
-
invalid:
|
136
|
-
selected: 'Estes projetos já foram selecionados para a implementação: %{projects}.'
|
137
|
-
unselected: 'Estes projetos já foram desselecionados da implementação: %{projects}.'
|
138
107
|
select_a_project: Por favor, selecione um projeto.
|
139
108
|
select_a_selection: Por favor, selecione um estado de implementação.
|
140
|
-
success:
|
141
|
-
selected: 'Estes projetos foram selecionados com sucesso para a implementação: %{projects}.'
|
142
|
-
unselected: 'Estes projetos foram desselecionados da implementação com sucesso: %{projects}.'
|
143
109
|
proposals_imports:
|
144
110
|
create:
|
145
111
|
invalid: Houve um problema ao importar as propostas para projetos.
|
@@ -208,16 +174,17 @@ pt-BR:
|
|
208
174
|
total_budget: Orçamento total
|
209
175
|
project:
|
210
176
|
fields:
|
211
|
-
category: Categoria
|
212
177
|
id: ID
|
213
178
|
map: Mapa
|
214
179
|
title: Título
|
180
|
+
order:
|
181
|
+
status:
|
182
|
+
title: Seu voto foi aceito com sucesso
|
215
183
|
order_summary_mailer:
|
216
184
|
order_summary:
|
217
185
|
selected_projects: 'Os projetos que você selecionou são:'
|
218
186
|
subject: Você votou no espaço participativo %{space_name}
|
219
187
|
voted_on_space: Você votou no orçamento %{budget_name} para o espaço participativo %{space_name}.
|
220
|
-
voted_on_space_with_scope: Você votou no orçamento %{budget_name} para o espaço participativo %{space_name} em %{scope_name} (%{scope_type}).
|
221
188
|
projects:
|
222
189
|
budget_confirm:
|
223
190
|
are_you_sure: Se mudar de ideia, você pode mudar de voto mais tarde.
|
@@ -252,8 +219,6 @@ pt-BR:
|
|
252
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?
|
253
220
|
title: Você ainda não votou
|
254
221
|
filters:
|
255
|
-
category: Categoria
|
256
|
-
scope: Escopo
|
257
222
|
search: Pesquisa
|
258
223
|
status: Status
|
259
224
|
status_values:
|
@@ -328,13 +293,11 @@ pt-BR:
|
|
328
293
|
errors:
|
329
294
|
budget_voting_rule_only_one: Apenas uma regra de votação deve estar habilitada.
|
330
295
|
budget_voting_rule_required: Uma regra de votação é necessária.
|
331
|
-
geocoding_enabled:
|
296
|
+
geocoding_enabled: Mapas ativados
|
332
297
|
landing_page_content: Página inicial dos orçamentos
|
333
298
|
more_information_modal: Modal de mais informação
|
334
299
|
projects_per_page: Projetos por página
|
335
300
|
resources_permissions_enabled: Permissões de ações podem ser definidas para cada projeto
|
336
|
-
scope_id: Escopo
|
337
|
-
scopes_enabled: Escopos habilitados
|
338
301
|
title: Título
|
339
302
|
total_budget: Orçamento total
|
340
303
|
vote_minimum_budget_projects_number: Número mínimo de projetos para votar
|
@@ -372,8 +335,6 @@ pt-BR:
|
|
372
335
|
orders:
|
373
336
|
checkout:
|
374
337
|
error: Ocorreu um erro ao processar seu voto.
|
375
|
-
success_html:
|
376
|
-
success_no_left_budgets_html: Seu voto foi aceito com sucesso.
|
377
338
|
destroy:
|
378
339
|
error: Ocorreu um erro ao cancelar o seu voto.
|
379
340
|
success: Seu voto foi cancelado com sucesso.
|