decidim-budgets 0.26.2 → 0.26.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/locales/ca.yml +3 -3
- data/config/locales/de.yml +2 -0
- data/config/locales/fr.yml +1 -1
- data/config/locales/lt.yml +338 -0
- data/config/locales/nl.yml +28 -12
- data/config/locales/oc-FR.yml +1 -0
- data/config/locales/sv.yml +3 -0
- data/lib/decidim/budgets/component.rb +1 -1
- data/lib/decidim/budgets/version.rb +1 -1
- metadata +13 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9783071f2f03519467687fece2911d28f77971cc971229a3e478b463445bf59d
|
4
|
+
data.tar.gz: 2ba0b7f432155e01fc61319749d71b5d4addf9dc440adbfbe1e1e9fa564169bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fecaa1b8879eece732abf6fb6d32a23655a135eeb5e2748cbb5e16ee0c031b23af76a3d61c8a7e7cc377997a31dc875db39a6d621ded6c1977c6bfaa6a567411
|
7
|
+
data.tar.gz: cdad13c11987cebe70b880c927626e85d91938ea0f47523541d2ba41543eec00a6547b5ad3473b990f861333e0190b9d2a9c9bc7ba2dfbed2e9388d1b68b130a
|
data/config/locales/ca.yml
CHANGED
@@ -170,13 +170,13 @@ ca:
|
|
170
170
|
title: Confirmar vot
|
171
171
|
budget_excess:
|
172
172
|
budget_excess:
|
173
|
-
description: Aquest projecte sobrepassa el pressupost màxim i no es pot afegir. Si ho desitges, pots eliminar un projecte ja seleccionat per afegir aquest o
|
173
|
+
description: Aquest projecte sobrepassa el pressupost màxim i no es pot afegir. Si ho desitges, pots eliminar un projecte ja seleccionat per afegir aquest o votar d'acord amb les teves preferències.
|
174
174
|
title: Pressupost excedit
|
175
175
|
close: Tancar
|
176
|
-
description: Aquest projecte sobrepassa el pressupost màxim i no es pot afegir. Si ho desitges, pots eliminar un projecte ja seleccionat per afegir aquest o
|
176
|
+
description: Aquest projecte sobrepassa el pressupost màxim i no es pot afegir. Si ho desitges, pots eliminar un projecte ja seleccionat per afegir aquest o votar d'acord amb les teves preferències.
|
177
177
|
ok: D'acord
|
178
178
|
projects_excess:
|
179
|
-
description: Aquest projecte sobrepassa el pressupost màxim i no es pot afegir. Si ho desitges, pots eliminar un projecte ja seleccionat per afegir aquest o
|
179
|
+
description: Aquest projecte sobrepassa el pressupost màxim i no es pot afegir. Si ho desitges, pots eliminar un projecte ja seleccionat per afegir aquest o votar d'acord amb les teves preferències.
|
180
180
|
title: Màxim de projectes excedit
|
181
181
|
budget_summary:
|
182
182
|
are_you_sure: Segur que vols cancel·lar el teu vot?
|
data/config/locales/de.yml
CHANGED
@@ -13,6 +13,7 @@ de:
|
|
13
13
|
decidim_scope_id: Umfang
|
14
14
|
description: Beschreibung
|
15
15
|
proposal_ids: Ähnliche Vorschläge
|
16
|
+
proposals: Vorschläge
|
16
17
|
selected: Zur Implementierung ausgewählt
|
17
18
|
title: Titel
|
18
19
|
activerecord:
|
@@ -101,6 +102,7 @@ de:
|
|
101
102
|
success: "%{number} Vorschläge wurden erfolgreich in Projekte importiert"
|
102
103
|
new:
|
103
104
|
create: Importieren Sie Vorschläge in Projekte
|
105
|
+
import_all_accepted_proposals: Alle akzeptierten Vorschläge importieren
|
104
106
|
no_components: Es gibt keine weiteren Vorschlagskomponenten in diesem partizipativen Raum, um die Vorschläge in Projekte zu importieren.
|
105
107
|
select_component: Bitte wählen Sie eine Komponente aus
|
106
108
|
title: Vorschläge importieren
|
data/config/locales/fr.yml
CHANGED
data/config/locales/lt.yml
CHANGED
@@ -1 +1,339 @@
|
|
1
1
|
lt:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
budget:
|
5
|
+
decidim_scope_id: Apimtis
|
6
|
+
description: Aprašymas
|
7
|
+
title: Pavadinimas
|
8
|
+
total_budget: Visas biudžetas
|
9
|
+
weight: Vieta eilėje
|
10
|
+
project:
|
11
|
+
budget_amount: Biudžeto dydis
|
12
|
+
decidim_category_id: Kategorija
|
13
|
+
decidim_scope_id: Apimtis
|
14
|
+
description: Aprašymas
|
15
|
+
proposal_ids: Susiję pasiūlymai
|
16
|
+
proposals: Pasiūlymai
|
17
|
+
selected: Pasirinkti įgyvendinimui
|
18
|
+
title: Pavadinimas
|
19
|
+
proposals_import:
|
20
|
+
scope_id: Apimtis
|
21
|
+
activerecord:
|
22
|
+
models:
|
23
|
+
decidim/budgets/project:
|
24
|
+
one: Projektas
|
25
|
+
few: Projektai
|
26
|
+
many: Projektai
|
27
|
+
other: Projektai
|
28
|
+
decidim:
|
29
|
+
admin:
|
30
|
+
filters:
|
31
|
+
projects:
|
32
|
+
category_id_eq:
|
33
|
+
label: Kategorija
|
34
|
+
scope_id_eq:
|
35
|
+
label: Apimtis
|
36
|
+
selected_at_null:
|
37
|
+
label: Pasirinktas
|
38
|
+
values:
|
39
|
+
'false': Pasirinkta įgyvendinimui
|
40
|
+
'true': Nepasirinkta įgyvendinimui
|
41
|
+
budgets:
|
42
|
+
actions:
|
43
|
+
attachment_collections: Aplankai
|
44
|
+
attachments: Priedai
|
45
|
+
confirm_destroy: Ar tikrai norite ištrinti šį projektą?
|
46
|
+
destroy: Ištrinti
|
47
|
+
edit: Redaguoti
|
48
|
+
edit_projects: Valdyti projektus
|
49
|
+
import: Importuoti pasiūlymus į projektus
|
50
|
+
new: Naujas %{name}
|
51
|
+
preview: Peržiūra
|
52
|
+
title: Veiksmai
|
53
|
+
admin:
|
54
|
+
budgets:
|
55
|
+
create:
|
56
|
+
invalid: Kuriant šį biudžetą iškilo problema
|
57
|
+
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
|
+
edit:
|
62
|
+
title: Koreguoti biudžetą
|
63
|
+
update: Atnaujinti biudžetą
|
64
|
+
index:
|
65
|
+
finished_orders: Baigti balsavimai
|
66
|
+
pending_orders: Balsai laukiantys patvirtinimo
|
67
|
+
title: Biudžetai
|
68
|
+
users_with_finished_orders: Naudotojai užbaigę balsavimą
|
69
|
+
users_with_pending_orders: Naudotojai, kurių balsai laukia patvirtinimo
|
70
|
+
new:
|
71
|
+
create: Sukurti biudžetą
|
72
|
+
title: Naujas biudžetas
|
73
|
+
update:
|
74
|
+
invalid: Atnaujinant šį biudžetą iškilo problema
|
75
|
+
success: Biudžetas atnaujintas sėkmingai
|
76
|
+
exports:
|
77
|
+
projects: Projektai
|
78
|
+
models:
|
79
|
+
budget:
|
80
|
+
name: Biudžetas
|
81
|
+
project:
|
82
|
+
name: Projektas
|
83
|
+
projects:
|
84
|
+
create:
|
85
|
+
invalid: Kuriant šį projektą iškilo problema
|
86
|
+
success: Projektas sukurtas sėkmingai
|
87
|
+
destroy:
|
88
|
+
success: Projektas ištrintas sėkmingai
|
89
|
+
edit:
|
90
|
+
title: Redaguoti projektą
|
91
|
+
update: Atnaujinti
|
92
|
+
index:
|
93
|
+
finished_orders: Baigti balsavimai
|
94
|
+
pending_orders: Balsai laukiantys patvirtinimo
|
95
|
+
selected: Pasirinkta
|
96
|
+
title: Projektai
|
97
|
+
new:
|
98
|
+
create: Sukurti
|
99
|
+
title: Naujas projektas
|
100
|
+
update:
|
101
|
+
invalid: Atnaujinant šį projektą iškilo problema
|
102
|
+
success: Projektas atnaujintas
|
103
|
+
proposals_imports:
|
104
|
+
create:
|
105
|
+
invalid: Importuojant pasiūlymus į projektus kilo problema
|
106
|
+
success: "%{number} pasiūlymai sėkmingai įkelti į projektus"
|
107
|
+
new:
|
108
|
+
create: Importuoti pasiūlymus į projektus
|
109
|
+
default_budget: Numatytasis biudžetas
|
110
|
+
import_all_accepted_proposals: Importuoti visus priimtus projektus
|
111
|
+
no_components: Nėra kitų pasiūlymų komponentų šioje dalyvaujamojoje erdvėje, kuriuos būtų galima importuoti į projektus.
|
112
|
+
origin_component_id: Originalusis komponentas
|
113
|
+
select_component: Pasirinkite komponentą
|
114
|
+
title: Importuoti pasiūlymus
|
115
|
+
admin_log:
|
116
|
+
budget:
|
117
|
+
create: "%{user_name} sukūrė %{resource_name} biudžetą %{space_name} erdvėje"
|
118
|
+
delete: "%{user_name} ištrynė %{resource_name} biudžetą %{space_name} erdvėje"
|
119
|
+
update: "%{user_name} atnaujino %{resource_name} biudžetą %{space_name} erdvėje"
|
120
|
+
project:
|
121
|
+
create: "%{user_name} sukūrė %{resource_name} projektą %{space_name} erdvėje"
|
122
|
+
delete: "%{user_name} ištrynė %{resource_name} projektą %{space_name} erdvėje"
|
123
|
+
update: "%{user_name} atnaujino %{resource_name} projektą %{space_name} erdvėje"
|
124
|
+
budget:
|
125
|
+
view: Peržiūrėti visus biudžeto projektus
|
126
|
+
budget_information_modal:
|
127
|
+
back_to: Atgal į %{component_name}
|
128
|
+
close_modal: Uždaryti modalinį langą
|
129
|
+
continue: Tęsti
|
130
|
+
more_information: Daugiau informacijos
|
131
|
+
budget_list_item:
|
132
|
+
voting_finished: Balsavote šiame biudžete
|
133
|
+
voting_started: Pradėjote balsuoti šiame biudžete
|
134
|
+
budgets_list:
|
135
|
+
cancel_order:
|
136
|
+
more_than_one: ištrinkite balsą %{name} ir pradėkite iš naujo
|
137
|
+
only_one: ištrinti balsą ir pradėti iš naujo.
|
138
|
+
finished_message: Jūs baigėte balsuoti. Dėkojame už dalyvavimą!
|
139
|
+
highlighted_cta: Balsuoti dėl %{name}
|
140
|
+
if_change_opinion: Jeigu persigalvojote, galite
|
141
|
+
my_budgets: Mano biudžetai
|
142
|
+
progress: Baigti balsavimą
|
143
|
+
show: Peržiūrėti projektus
|
144
|
+
vote: Balsuoti
|
145
|
+
voted_on: Jūs balsavote dėl %{links}
|
146
|
+
limit_announcement:
|
147
|
+
cant_vote: Negalite balsuoti šito biudžeto. <a href="%{landing_path}"> Pabandykite kitą biudžetą.</a>
|
148
|
+
limit_reached: Turite aktyvių balsų %{links}. Tam, kad balsuoti šiame biudžete turite <a href="%{landing_path}"> ištrinti balsus ir pradėti iš naujo</a>.
|
149
|
+
models:
|
150
|
+
budget:
|
151
|
+
fields:
|
152
|
+
name: Pavadinimas
|
153
|
+
projects_count: Projektų skaičius
|
154
|
+
total_budget: Visas biudžetas
|
155
|
+
project:
|
156
|
+
fields:
|
157
|
+
category: Kategorija
|
158
|
+
id: ID
|
159
|
+
title: Pavadinimas
|
160
|
+
order_summary_mailer:
|
161
|
+
order_summary:
|
162
|
+
selected_projects: 'Jūsų pasirinkti projektai:'
|
163
|
+
subject: Jūs balsavote dalyvaujamojo proceso erdvėje %{space_name}
|
164
|
+
voted_on_space: Jūs balsavote dėl dalyvaujamojo proceso erdvės %{space_name} biudžeto %{budget_name}.
|
165
|
+
voted_on_space_with_scope: Jūs balsavote %{budget_name} biudžete %{space_name} dalyvaujamojoje erdvėje dėl %{scope_name}(%{scope_type}).
|
166
|
+
projects:
|
167
|
+
budget_confirm:
|
168
|
+
are_you_sure: Jeigu persigalvosite, galėsite balsuoti iš naujo.
|
169
|
+
cancel: Atšaukti
|
170
|
+
confirm: Patvirtinti
|
171
|
+
description: Šiuos projektus pasirinkote įtraukti į biudžetą.
|
172
|
+
title: Patvirtinti balsavimą
|
173
|
+
budget_excess:
|
174
|
+
budget_excess:
|
175
|
+
description: Šio projekto biudžetas viršija didžiausią nustatytą ribą ir projekto negalima pridėti. Jei norite, galite pašalinti projektą, kurį jau pasirinkote pridėti, arba balsuoti, atsižvelgami į tai kam teikiate pirmenybę.
|
176
|
+
title: Didžiausia nustatyta biudžeto riba viršyta
|
177
|
+
close: Uždaryti
|
178
|
+
description: Šio projekto kaina viršija didžiausią nustatytą biudžeto ribą ir projekto negalima pridėti. Jei norite, galite pašalinti projektą, kurį jau pasirinkote pridėti, arba balsuotii atsižvelgdmai į tai kam teikiate pirmenybę.
|
179
|
+
ok: OK
|
180
|
+
projects_excess:
|
181
|
+
description: Šio projekto biudžetas viršija didžiausią nustatytą projektų kiekio ribą ir projekto negalima pridėti. Jei norite, galite pašalinti projektą, kurį jau pasirinkote pridėti, arba balsuoti atsižvelgdami į tai kam teikiate pirmenybę.
|
182
|
+
title: Didžiausio nustatyto projektų skaičiaus riba viršyta
|
183
|
+
budget_summary:
|
184
|
+
are_you_sure: Ar tikrai norite atšauti savo balsą?
|
185
|
+
assigned: 'Priskirta:'
|
186
|
+
cancel_order: pašalinti balsą ir pradėti iš naujo
|
187
|
+
checked_out:
|
188
|
+
description: Jūs jau balsavote už biudžetą. Jeigu persigalvojote, galite %{cancel_link}.
|
189
|
+
title: Balsavimas dėl biudžeto baigtas
|
190
|
+
minimum_projects_rule:
|
191
|
+
description: Kokiems projektams, jūsų nuomone, turėtume skirti biudžetą? Pasirinkite ne mažiau kaip %{minimum_number} projektus, kuriuos norite paremti ir atitinkamai išreiškite savo prioritetus.
|
192
|
+
instruction: "<li>Pasirinkite bent %{minimum_number} projektus ir balsuokite pagal savo prioritetus tam, kad numatyti biudžeto išlaidas.</li>"
|
193
|
+
projects_rule:
|
194
|
+
description: Kokie projektai Jūsų manymu turėtų gauti finansavimą? Pasirinkite tarp %{minimum_number} ir %{maximum_number} projektų kurių norėtumėt ir skirkite balsuos pagal Jūsų prioritetus.
|
195
|
+
instruction: "<li>Pasirinkite tarp %{minimum_number} ir %{maximum_number} projektų ir balsuokite pagal savo prioritetus tam, kad nustatyti kam skirti biudžetą.</li>"
|
196
|
+
projects_rule_maximum_only:
|
197
|
+
description: Kokiems projektams, jūsų nuomone, turėtume skirti biudžetą? Pasirinkite ne mažiau kaip %{maximum_number} projektus, kuriuos norite paremti ir atitinkamai išreiškite savo prioritetus.
|
198
|
+
instruction: "<li>Pasirinkite iki %{maximum_number} projektų ir balsuokite pagal savo prioritetus tam, kad numatyti biudžeto išlaidas.</li>"
|
199
|
+
rules:
|
200
|
+
title: Biudžeto taisyklės
|
201
|
+
title: Jūs sprendžiate dėl biudžeto
|
202
|
+
total_budget: Visas biudžetas
|
203
|
+
total_projects: Viso balsų
|
204
|
+
vote_threshold_percent_rule:
|
205
|
+
description: Kokiems projektams, jūsų nuomone, turėtume skirti biudžetą? Projektams, kuriuos norite paremti, skirkite ne mažiau kaip %{minimum_budget} ir, norėdami nustatyti biudžetą, balsuokite pagal tai kam teikiate pirmenybę.
|
206
|
+
instruction: "<li>Pasirinkite bent %{minimum_budget} projektus ir balsuokite pagal savo prioritetus tam, kad numatyti biudžeto išlaidas.</li>"
|
207
|
+
count:
|
208
|
+
projects_count:
|
209
|
+
one: 1 projektas
|
210
|
+
few: "%{count} projektai (-ų)"
|
211
|
+
many: "%{count} projektai (-ų)"
|
212
|
+
other: "%{count} projektai"
|
213
|
+
exit_modal:
|
214
|
+
cancel: Grįžti į balsavimą
|
215
|
+
close_modal: Uždaryti modalinį langą
|
216
|
+
exit: Išeiti iš balsavimo
|
217
|
+
message: Jūsų balsas nebuvo registruotas nes dar neįvykdėte viso balsavimo proceso. Ar tikrai norite išeiti iš balsavimo aplinkos?
|
218
|
+
title: Dar nebasavote
|
219
|
+
filters:
|
220
|
+
category: Kategorija
|
221
|
+
scope: Apimtis
|
222
|
+
search: Ieškoti
|
223
|
+
status: Būsena
|
224
|
+
status_values:
|
225
|
+
all: Visi
|
226
|
+
not_selected: Nepasrinkta
|
227
|
+
selected: Pasirinkta
|
228
|
+
filters_small_view:
|
229
|
+
close_modal: Uždaryti modalinį langą
|
230
|
+
filter: Filtras
|
231
|
+
filter_by: Filtruoti pagal
|
232
|
+
unfold: Išskleisti
|
233
|
+
order_progress:
|
234
|
+
vote: Balsuoti
|
235
|
+
order_selected_projects:
|
236
|
+
remove: Pašalinti
|
237
|
+
selected_projects:
|
238
|
+
one: pasirinktas projektas
|
239
|
+
few: pasirinkti projektai
|
240
|
+
many: pasirinkti projektai
|
241
|
+
other: pasirinkti projektai
|
242
|
+
view: Peržiūra
|
243
|
+
orders:
|
244
|
+
highest_cost: Didžiausia kaina
|
245
|
+
label: Rikiuoti projektus pagal
|
246
|
+
lowest_cost: Žemiausią kainą
|
247
|
+
most_voted: Balsų skaičių
|
248
|
+
random: Atsitiktinai
|
249
|
+
selected: Pasirinkta
|
250
|
+
project:
|
251
|
+
add: Pridėti projektą %{resource_name} prie balsų
|
252
|
+
remove: Pašalinti projektą %{resource_name} iš balsų
|
253
|
+
selected: Pasirinkta
|
254
|
+
view: Peržiūrėti
|
255
|
+
votes:
|
256
|
+
one: balsas
|
257
|
+
few: balsai
|
258
|
+
many: balsai
|
259
|
+
other: balsai
|
260
|
+
you_voted: Balsavote už
|
261
|
+
project_budget_button:
|
262
|
+
add: Pridėti prie balsų
|
263
|
+
add_descriptive: Pridėti projektą %{resource_name} prie balsų
|
264
|
+
added: Pridėta prie Jūsų balsų
|
265
|
+
added_descriptive: Projektas %{resource_name} pridėtas prie Jūsų balsų
|
266
|
+
projects_for: Projektai dėl %{name}
|
267
|
+
show:
|
268
|
+
budget: Biudžetas
|
269
|
+
view_all_projects: Peržiūrėti visus projektus
|
270
|
+
components:
|
271
|
+
budgets:
|
272
|
+
actions:
|
273
|
+
comment: Komentuoti
|
274
|
+
vote: Balsuoti
|
275
|
+
name: Biudžetai
|
276
|
+
settings:
|
277
|
+
global:
|
278
|
+
announcement: Pranešimas
|
279
|
+
comments_enabled: Komentarai aktyvuoti
|
280
|
+
comments_max_length: Maksimalus komentaro ilgis (įrašyti 0 įprastam ilgiui)
|
281
|
+
form:
|
282
|
+
errors:
|
283
|
+
budget_voting_rule_only_one: Turi būti įjungta tik viena balsavimo taisyklė
|
284
|
+
budget_voting_rule_required: Būtina viena balsavimo taisyklė
|
285
|
+
landing_page_content: Biudžetų numatytasis puslapis
|
286
|
+
more_information_modal: Išsamesnės informacijos modalinis langas
|
287
|
+
projects_per_page: Projektų skaičius puslapyje
|
288
|
+
resources_permissions_enabled: Kiekvienam projektui galima nustatyti leistinus veiksmus
|
289
|
+
scope_id: Apimtis
|
290
|
+
scopes_enabled: Apimtys įjungtos
|
291
|
+
title: Pavadinimas
|
292
|
+
total_budget: Visas biudžetas
|
293
|
+
vote_minimum_budget_projects_number: Mažiausias projektų, už kuriuos galima balsuoti, skaičius
|
294
|
+
vote_rule_minimum_budget_projects_enabled: 'Įjungti taisyklę: mažiausias projektų, už kuriuos galima balsuoti, skaičius'
|
295
|
+
vote_rule_selected_projects_enabled: 'Įjungti taisyklę: mažiausias ir didžiausias projektų, už kuriuos galima balsuoti, skaičius'
|
296
|
+
vote_rule_threshold_percent_enabled: 'Įjungti taisyklę: Mažiausia biudžeto procentinė dalis'
|
297
|
+
vote_selected_projects_maximum: Didžiausias skaičius projektų, kuriuos galima pasirinkti
|
298
|
+
vote_selected_projects_minimum: Mažiausias skaičius projektų, kuriuos reikia pasirinkti
|
299
|
+
vote_threshold_percent: Balsų skaičiaus riba procentais
|
300
|
+
workflow: Eiga
|
301
|
+
workflow_choices:
|
302
|
+
all: 'Balsuoti už visus: dalyviai gali balsuoti už visus biudžetus.'
|
303
|
+
one: 'Balsuoti už vieną: dalyviai gali balsuoti tik už vieną pasirinktą biudžetą.'
|
304
|
+
step:
|
305
|
+
announcement: Skelbimas
|
306
|
+
comments_blocked: Komentarai užblokuoti
|
307
|
+
highlighted_heading: Paryškinta antraštė
|
308
|
+
landing_page_content: Biudžetų numatytasis puslapis
|
309
|
+
list_heading: Pateikti antraštę
|
310
|
+
more_information_modal: Išsamesnės informacijos modalinis langas
|
311
|
+
show_votes: Rodyti balsus
|
312
|
+
title: Pavadinimas
|
313
|
+
votes: Balsavimas
|
314
|
+
votes_choices:
|
315
|
+
disabled: Balsavimas išjungtas
|
316
|
+
enabled: Balsavimas įjungtas
|
317
|
+
finished: Balsavimas baigtas
|
318
|
+
events:
|
319
|
+
budgets:
|
320
|
+
budget_published:
|
321
|
+
email_intro: '%{participatory_space_title} %{resource_title} biudžetas dabar aktyvus. Jį galite pamatyti šiame puslapyje:'
|
322
|
+
email_outro: Šį pranešimą gavote dėl to, kad sekate %{participatory_space_title}. Jeigu nebenorite gauti pranešimų, spustelėkite ankstesnę nuorodą.
|
323
|
+
email_subject: '%{participatory_space_title} %{resource_title} biudžetas dabar aktyvus.'
|
324
|
+
notification_title: <a href="%{resource_path}">%{resource_title} biudžetas dabar aktyvus %{participatory_space_title} erdvėje.
|
325
|
+
orders:
|
326
|
+
checkout:
|
327
|
+
error: Apdorojant jūsų balsą iškilo problema
|
328
|
+
success: Jūsų balsas įskaitytas
|
329
|
+
destroy:
|
330
|
+
error: Atšaukiant jūsų balsą iškilo problema
|
331
|
+
success: Jūsų balsas atšauktas
|
332
|
+
resource_links:
|
333
|
+
included_proposals:
|
334
|
+
project_proposal: Į šį projektą įtraukti pasiūlymai
|
335
|
+
statistics:
|
336
|
+
orders_count: Palaikymai
|
337
|
+
projects_count: Projektai
|
338
|
+
index:
|
339
|
+
confirmed_orders_count: Balsų skaičius
|
data/config/locales/nl.yml
CHANGED
@@ -13,8 +13,11 @@ nl:
|
|
13
13
|
decidim_scope_id: Reikwijdte
|
14
14
|
description: Beschrijving
|
15
15
|
proposal_ids: Verwante voorstellen
|
16
|
+
proposals: Voorstellen
|
16
17
|
selected: Geselecteerd voor implementatie
|
17
18
|
title: Titel
|
19
|
+
proposals_import:
|
20
|
+
scope_id: Scope
|
18
21
|
activerecord:
|
19
22
|
models:
|
20
23
|
decidim/budgets/project:
|
@@ -101,7 +104,10 @@ nl:
|
|
101
104
|
success: "%{number} voorstellen succesvol geïmporteerd in projecten"
|
102
105
|
new:
|
103
106
|
create: Voorstellen importeren in projecten
|
104
|
-
|
107
|
+
default_budget: Standaard budget
|
108
|
+
import_all_accepted_proposals: Alle geaccepteerde voorstellen importeren
|
109
|
+
no_components: Er zijn geen andere voorstelonderdelen in deze participatieruimte om voorstellen in projecten te kunnen importeren.
|
110
|
+
origin_component_id: Oorsprong component
|
105
111
|
select_component: Selecteer een component
|
106
112
|
title: Voorstellen importeren
|
107
113
|
admin_log:
|
@@ -152,7 +158,7 @@ nl:
|
|
152
158
|
order_summary_mailer:
|
153
159
|
order_summary:
|
154
160
|
selected_projects: 'De projecten die je hebt geselecteerd zijn:'
|
155
|
-
subject: Je hebt gestemd
|
161
|
+
subject: Je hebt gestemd in %{space_name}
|
156
162
|
voted_on_space: Je hebt gestemd op het %{budget_name} budget voor de %{space_name} inspraakruimte.
|
157
163
|
voted_on_space_with_scope: Je hebt gestemd op het %{budget_name} budget voor de %{space_name} inspraakruimte op %{scope_name} (%{scope_type}).
|
158
164
|
projects:
|
@@ -164,10 +170,13 @@ nl:
|
|
164
170
|
title: Bevestig de stem
|
165
171
|
budget_excess:
|
166
172
|
budget_excess:
|
173
|
+
description: Dit project overschrijdt het maximale budget en kan niet worden toegevoegd. Als je wil, kun je een project verwijderen dat je al had geselecteerd, om je stem opnieuw te kunnen uitbrengen.
|
167
174
|
title: Maximum budget overschreden
|
168
175
|
close: Sluit
|
176
|
+
description: Dit project overschrijdt het maximale budget en kan niet worden toegevoegd. Als je wil, kun je een project verwijderen dat je al had geselecteerd, om je stem opnieuw te kunnen uitbrengen.
|
169
177
|
ok: OK
|
170
178
|
projects_excess:
|
179
|
+
description: Dit project overschrijdt het maximale aantal projecten en kan niet worden toegevoegd. Als je wil, kun je een project verwijderen dat je al had geselecteerd, om je stem opnieuw te kunnen uitbrengen.
|
171
180
|
title: Maximum aantal projecten overschreden
|
172
181
|
budget_summary:
|
173
182
|
are_you_sure: Weet u zeker dat u uw stem wilt annuleren?
|
@@ -183,20 +192,26 @@ nl:
|
|
183
192
|
description: Aan welke projecten moeten volgens jou middelen worden toegewezen? Selecteer minstens %{minimum_number} project(en) en maximum %{maximum_number} projecten en geef zo je voorkeur voor het budget door.
|
184
193
|
instruction: "<li>Selecteer minstens %{minimum_number} project(en) en maximum %{maximum_number} projecten en geef zo je voorkeur voor het budget door.</li>"
|
185
194
|
projects_rule_maximum_only:
|
186
|
-
description: Aan welke projecten moeten volgens jou middelen worden toegewezen? Selecteer maximum %{maximum_number} projecten en geef
|
195
|
+
description: Aan welke projecten moeten volgens jou middelen worden toegewezen? Selecteer maximum %{maximum_number} projecten en geef je voorkeuren door om het budget vast te leggen.
|
187
196
|
instruction: "<li>Selecteer maximum %{maximum_number} project(en) en geef zo je voorkeur voor het budget door.</li>"
|
188
197
|
rules:
|
189
|
-
title:
|
198
|
+
title: Budgetregels
|
190
199
|
title: U bepaalt het budget
|
191
200
|
total_budget: Totale budget
|
192
201
|
total_projects: Totaal aantal stemmen
|
193
202
|
vote_threshold_percent_rule:
|
194
|
-
description: Voor welke projecten vind jij dat we budget moeten vrijmaken? Wijs
|
203
|
+
description: Voor welke projecten vind jij dat we budget moeten vrijmaken? Wijs minstens %{minimum_budget} toe aan de projecten die jij wil en geef zo je voorkeur voor het budget door.
|
195
204
|
instruction: "<li>Wijs minstens %{minimum_budget} toe aan de projecten die je wil en geef zo je voorkeur voor het budget door.</li>"
|
196
205
|
count:
|
197
206
|
projects_count:
|
198
207
|
one: 1 project
|
199
208
|
other: "%{count} projecten"
|
209
|
+
exit_modal:
|
210
|
+
cancel: Terug naar stemmen
|
211
|
+
close_modal: Sluit venster
|
212
|
+
exit: Verlaat stemmen
|
213
|
+
message: Je stem is niet geregistreerd omdat je het stemproces nog niet hebt voltooid. Weet je zeker dat je stemmen wil verlaten?
|
214
|
+
title: Je hebt nog niet gestemd
|
200
215
|
filters:
|
201
216
|
category: Categorie
|
202
217
|
scope: Reikwijdte
|
@@ -227,8 +242,8 @@ nl:
|
|
227
242
|
random: Willekeurige volgorde
|
228
243
|
selected: Geselecteerd
|
229
244
|
project:
|
230
|
-
add: Voeg project %{resource_name} toe aan
|
231
|
-
remove: Verwijder project %{resource_name} uit
|
245
|
+
add: Voeg project %{resource_name} toe aan je stem
|
246
|
+
remove: Verwijder project %{resource_name} uit je stem
|
232
247
|
selected: Geselecteerd
|
233
248
|
view: Bekijk
|
234
249
|
votes:
|
@@ -237,9 +252,9 @@ nl:
|
|
237
252
|
you_voted: Je stemde hiervoor
|
238
253
|
project_budget_button:
|
239
254
|
add: Voeg toe aan je stem
|
240
|
-
add_descriptive: Voeg project %{resource_name} toe aan
|
255
|
+
add_descriptive: Voeg project %{resource_name} toe aan je stem
|
241
256
|
added: Toegevoegd aan je stem
|
242
|
-
added_descriptive: Project %{resource_name} is aan
|
257
|
+
added_descriptive: Project %{resource_name} is aan je stem toegevoegd
|
243
258
|
projects_for: Projecten voor %{name}
|
244
259
|
show:
|
245
260
|
budget: Begroting
|
@@ -254,10 +269,10 @@ nl:
|
|
254
269
|
global:
|
255
270
|
announcement: Aankondiging
|
256
271
|
comments_enabled: Reacties ingeschakeld
|
257
|
-
comments_max_length: Commentaar maximale lengte (laat 0 voor
|
272
|
+
comments_max_length: Commentaar maximale lengte (laat 0 voor standaardwaarde)
|
258
273
|
form:
|
259
274
|
errors:
|
260
|
-
budget_voting_rule_only_one: Slechts één stemregel
|
275
|
+
budget_voting_rule_only_one: Slechts één stemregel kan ingesteld zijn
|
261
276
|
budget_voting_rule_required: Eén stemregel is vereist
|
262
277
|
landing_page_content: Budgetten landingspagina
|
263
278
|
more_information_modal: Meer informatie
|
@@ -267,8 +282,9 @@ nl:
|
|
267
282
|
scopes_enabled: Scopes ingeschakeld
|
268
283
|
title: Titel
|
269
284
|
total_budget: Totale budget
|
270
|
-
vote_minimum_budget_projects_number:
|
285
|
+
vote_minimum_budget_projects_number: Minimumaantal projecten waarvoor moet worden gestemd
|
271
286
|
vote_rule_minimum_budget_projects_enabled: 'Inschakelen van regel: minimum aantal projecten waarover gestemd moet worden'
|
287
|
+
vote_rule_selected_projects_enabled: 'Activeer regel: er moet over een minimum en een maximum aantal projecten gestemd worden'
|
272
288
|
vote_rule_threshold_percent_enabled: 'Regel inschakelen: Minimaal budget percentage'
|
273
289
|
vote_selected_projects_maximum: Maximum aantal te selecteren projecten
|
274
290
|
vote_selected_projects_minimum: Minimaal aantal te selecteren projecten
|
@@ -0,0 +1 @@
|
|
1
|
+
oc:
|
data/config/locales/sv.yml
CHANGED
@@ -15,6 +15,8 @@ sv:
|
|
15
15
|
proposal_ids: Relaterade förslag
|
16
16
|
selected: Valda för genomförande
|
17
17
|
title: Titel
|
18
|
+
proposals_import:
|
19
|
+
scope_id: Omfång
|
18
20
|
activerecord:
|
19
21
|
models:
|
20
22
|
decidim/budgets/project:
|
@@ -101,6 +103,7 @@ sv:
|
|
101
103
|
success: "%{number} förslag har importerats till projekt"
|
102
104
|
new:
|
103
105
|
create: Importera förslag till projekt
|
106
|
+
default_budget: Förvald budget
|
104
107
|
no_components: Det finns inga andra förslagskomponenter med förslag i deltagarutrymmet som kan importeras till projekt.
|
105
108
|
select_component: Välj en komponent
|
106
109
|
title: Importera förslag
|
@@ -123,7 +123,7 @@ Decidim.register_component(:budgets) do |component|
|
|
123
123
|
settings: {
|
124
124
|
landing_page_content: landing_page_content,
|
125
125
|
more_information_modal: Decidim::Faker::Localized.paragraph(sentence_count: 4),
|
126
|
-
workflow:
|
126
|
+
workflow: Decidim::Budgets.workflows.keys.sample
|
127
127
|
}
|
128
128
|
)
|
129
129
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-budgets
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.26.
|
4
|
+
version: 0.26.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josep Jaume Rey Peroy
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2022-
|
13
|
+
date: 2022-09-29 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: decidim-comments
|
@@ -18,70 +18,70 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - '='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 0.26.
|
21
|
+
version: 0.26.3
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
25
|
requirements:
|
26
26
|
- - '='
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
version: 0.26.
|
28
|
+
version: 0.26.3
|
29
29
|
- !ruby/object:Gem::Dependency
|
30
30
|
name: decidim-core
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
32
32
|
requirements:
|
33
33
|
- - '='
|
34
34
|
- !ruby/object:Gem::Version
|
35
|
-
version: 0.26.
|
35
|
+
version: 0.26.3
|
36
36
|
type: :runtime
|
37
37
|
prerelease: false
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
39
39
|
requirements:
|
40
40
|
- - '='
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: 0.26.
|
42
|
+
version: 0.26.3
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: decidim-admin
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
46
46
|
requirements:
|
47
47
|
- - '='
|
48
48
|
- !ruby/object:Gem::Version
|
49
|
-
version: 0.26.
|
49
|
+
version: 0.26.3
|
50
50
|
type: :development
|
51
51
|
prerelease: false
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
53
53
|
requirements:
|
54
54
|
- - '='
|
55
55
|
- !ruby/object:Gem::Version
|
56
|
-
version: 0.26.
|
56
|
+
version: 0.26.3
|
57
57
|
- !ruby/object:Gem::Dependency
|
58
58
|
name: decidim-dev
|
59
59
|
requirement: !ruby/object:Gem::Requirement
|
60
60
|
requirements:
|
61
61
|
- - '='
|
62
62
|
- !ruby/object:Gem::Version
|
63
|
-
version: 0.26.
|
63
|
+
version: 0.26.3
|
64
64
|
type: :development
|
65
65
|
prerelease: false
|
66
66
|
version_requirements: !ruby/object:Gem::Requirement
|
67
67
|
requirements:
|
68
68
|
- - '='
|
69
69
|
- !ruby/object:Gem::Version
|
70
|
-
version: 0.26.
|
70
|
+
version: 0.26.3
|
71
71
|
- !ruby/object:Gem::Dependency
|
72
72
|
name: decidim-proposals
|
73
73
|
requirement: !ruby/object:Gem::Requirement
|
74
74
|
requirements:
|
75
75
|
- - '='
|
76
76
|
- !ruby/object:Gem::Version
|
77
|
-
version: 0.26.
|
77
|
+
version: 0.26.3
|
78
78
|
type: :development
|
79
79
|
prerelease: false
|
80
80
|
version_requirements: !ruby/object:Gem::Requirement
|
81
81
|
requirements:
|
82
82
|
- - '='
|
83
83
|
- !ruby/object:Gem::Version
|
84
|
-
version: 0.26.
|
84
|
+
version: 0.26.3
|
85
85
|
description: A budgets component for decidim's participatory spaces.
|
86
86
|
email:
|
87
87
|
- josepjaume@gmail.com
|
@@ -264,6 +264,7 @@ files:
|
|
264
264
|
- config/locales/mt.yml
|
265
265
|
- config/locales/nl.yml
|
266
266
|
- config/locales/no.yml
|
267
|
+
- config/locales/oc-FR.yml
|
267
268
|
- config/locales/om-ET.yml
|
268
269
|
- config/locales/pl.yml
|
269
270
|
- config/locales/pt-BR.yml
|