decidim-budgets 0.28.4 → 0.28.6
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/budgets_list/main_list.erb +1 -1
- data/app/cells/decidim/budgets/budgets_list/show.erb +1 -1
- data/app/commands/decidim/budgets/admin/import_proposals_to_budgets.rb +6 -2
- data/app/forms/decidim/budgets/admin/budget_form.rb +1 -1
- data/app/forms/decidim/budgets/admin/project_form.rb +1 -1
- data/app/forms/decidim/budgets/admin/project_import_proposals_form.rb +1 -1
- data/app/packs/stylesheets/budgets.scss +6 -2
- data/app/permissions/decidim/budgets/permissions.rb +2 -0
- data/app/views/decidim/budgets/budgets/index.html.erb +1 -1
- data/app/views/decidim/budgets/projects/_order.html.erb +1 -1
- data/app/views/decidim/budgets/projects/_order_progress_summary_content.html.erb +1 -1
- data/app/views/decidim/budgets/projects/index.html.erb +10 -2
- data/config/locales/ar.yml +1 -3
- data/config/locales/bg.yml +1 -2
- data/config/locales/bn-BD.yml +1 -0
- data/config/locales/bs-BA.yml +22 -0
- data/config/locales/ca-IT.yml +387 -0
- data/config/locales/ca.yml +1 -1
- data/config/locales/cs.yml +1 -1
- data/config/locales/de.yml +4 -4
- data/config/locales/el.yml +0 -1
- data/config/locales/es-MX.yml +1 -1
- data/config/locales/es-PY.yml +1 -1
- data/config/locales/eu.yml +92 -83
- data/config/locales/fi-plain.yml +15 -15
- data/config/locales/fi.yml +68 -68
- data/config/locales/fr-CA.yml +4 -4
- data/config/locales/fr.yml +3 -3
- data/config/locales/ga-IE.yml +0 -4
- data/config/locales/gl.yml +0 -7
- data/config/locales/hu.yml +2 -3
- data/config/locales/id-ID.yml +0 -3
- data/config/locales/is-IS.yml +0 -3
- data/config/locales/it.yml +23 -5
- data/config/locales/ko.yml +8 -0
- data/config/locales/lb.yml +0 -4
- data/config/locales/lt.yml +0 -1
- data/config/locales/lv.yml +0 -3
- data/config/locales/nl.yml +2 -3
- data/config/locales/no.yml +0 -7
- data/config/locales/pl.yml +0 -1
- data/config/locales/pt-BR.yml +2 -3
- data/config/locales/pt.yml +0 -5
- data/config/locales/ro-RO.yml +1 -2
- data/config/locales/ru.yml +0 -3
- data/config/locales/sk.yml +0 -3
- data/config/locales/sq-AL.yml +10 -3
- data/config/locales/sv.yml +3 -3
- data/config/locales/tr-TR.yml +0 -5
- data/config/locales/uk.yml +0 -3
- data/config/locales/zh-CN.yml +0 -5
- data/config/locales/zh-TW.yml +0 -1
- data/decidim-budgets.gemspec +1 -1
- data/lib/decidim/api/budget_type.rb +6 -0
- data/lib/decidim/api/budgets_type.rb +1 -3
- data/lib/decidim/api/project_type.rb +13 -0
- data/lib/decidim/budgets/version.rb +1 -1
- metadata +16 -13
data/config/locales/fi.yml
CHANGED
@@ -25,8 +25,8 @@ fi:
|
|
25
25
|
one: Budjetti
|
26
26
|
other: Budjetit
|
27
27
|
decidim/budgets/project:
|
28
|
-
one:
|
29
|
-
other:
|
28
|
+
one: Projekti
|
29
|
+
other: Projektit
|
30
30
|
decidim:
|
31
31
|
admin:
|
32
32
|
filters:
|
@@ -44,13 +44,13 @@ fi:
|
|
44
44
|
actions:
|
45
45
|
attachment_collections: Kansiot
|
46
46
|
attachments: Liitteet
|
47
|
-
confirm_destroy: Haluatko varmasti poistaa tämän
|
47
|
+
confirm_destroy: Haluatko varmasti poistaa tämän projektin?
|
48
48
|
destroy: Poista
|
49
49
|
edit: Muokkaa
|
50
|
-
edit_projects: Hallinnoi
|
51
|
-
import: Tuo ehdotuksia
|
50
|
+
edit_projects: Hallinnoi projekteja
|
51
|
+
import: Tuo ehdotuksia projekteiksi
|
52
52
|
new_budget: Uusi budjetti
|
53
|
-
new_project: Uusi
|
53
|
+
new_project: Uusi projekti
|
54
54
|
preview: Esikatsele
|
55
55
|
send_voting_reminders: Lähetä äänestysmuistutukset
|
56
56
|
title: Toiminnot
|
@@ -78,20 +78,20 @@ fi:
|
|
78
78
|
invalid: Budjetin päivitys epäonnistui.
|
79
79
|
success: Budjetin päivitys onnistui.
|
80
80
|
exports:
|
81
|
-
projects:
|
81
|
+
projects: Projektit
|
82
82
|
models:
|
83
83
|
budget:
|
84
84
|
name: Budjetti
|
85
85
|
project:
|
86
|
-
name:
|
86
|
+
name: Projekti
|
87
87
|
projects:
|
88
88
|
create:
|
89
|
-
invalid:
|
90
|
-
success:
|
89
|
+
invalid: Projektin luonti epäonnistui.
|
90
|
+
success: Projektin luonti onnistui.
|
91
91
|
destroy:
|
92
|
-
success:
|
92
|
+
success: Projektin poisto onnistui.
|
93
93
|
edit:
|
94
|
-
title: Muokkaa
|
94
|
+
title: Muokkaa projektia
|
95
95
|
update: Päivitä
|
96
96
|
index:
|
97
97
|
actions: Toiminnot
|
@@ -110,49 +110,49 @@ fi:
|
|
110
110
|
'yes': 'Kyllä'
|
111
111
|
title: Hankkeet
|
112
112
|
update: Päivitä
|
113
|
-
update_budget_button: Päivitä
|
113
|
+
update_budget_button: Päivitä projektin budjetti
|
114
114
|
update_scope_button: Muuta teema
|
115
115
|
new:
|
116
116
|
create: Luo
|
117
|
-
title: Uusi
|
117
|
+
title: Uusi projekti
|
118
118
|
update:
|
119
|
-
invalid:
|
120
|
-
success:
|
119
|
+
invalid: Projektin poisto epäonnistui.
|
120
|
+
success: Projektin päivitys onnistui.
|
121
121
|
update_budget:
|
122
|
-
invalid: 'Nämä
|
123
|
-
select_a_project: Valitse
|
124
|
-
success: '
|
122
|
+
invalid: 'Nämä projektit ovat jo samassa budjetissa tai niiden budjetit ovat enemmän kuin suurin sallittu määrä: %{projects}.'
|
123
|
+
select_a_project: Valitse projekti.
|
124
|
+
success: 'Seuraavien projektien päivitys onnistui budjetissa %{subject_name}: %{projects}.'
|
125
125
|
update_category:
|
126
|
-
invalid: 'Näillä
|
126
|
+
invalid: 'Näillä projekteilla oli jo aihepiiri %{subject_name}: %{projects}.'
|
127
127
|
select_a_category: Valitse aihepiiri.
|
128
|
-
select_a_project: Valitse
|
129
|
-
success: 'Seuraavien
|
128
|
+
select_a_project: Valitse projekti.
|
129
|
+
success: 'Seuraavien projektien aihepiirin päivitys onnistui %{subject_name}: %{projects}.'
|
130
130
|
update_scope:
|
131
|
-
invalid: 'Näillä
|
132
|
-
select_a_project: Valitse
|
131
|
+
invalid: 'Näillä projekteilla oli jo teema %{subject_name}: %{projects}.'
|
132
|
+
select_a_project: Valitse projekti.
|
133
133
|
select_a_scope: Valitse teema.
|
134
|
-
success: 'Seuraavien
|
134
|
+
success: 'Seuraavien projektien teeman päivitys onnistui %{subject_name}: %{projects}.'
|
135
135
|
update_selected:
|
136
136
|
invalid:
|
137
|
-
selected: 'Nämä
|
138
|
-
unselected: 'Näitä
|
139
|
-
select_a_project: Valitse
|
137
|
+
selected: 'Nämä projektit oli jo valittu toteutukseen: %{projects}.'
|
138
|
+
unselected: 'Näitä projekteja ei oltu valittu toteutukseen: %{projects}.'
|
139
|
+
select_a_project: Valitse projekti.
|
140
140
|
select_a_selection: Valitse toteutuksen tila.
|
141
141
|
success:
|
142
|
-
selected: 'Näiden
|
143
|
-
unselected: 'Näiden
|
142
|
+
selected: 'Näiden projektien valinta toteutukseen onnistui: %{projects}.'
|
143
|
+
unselected: 'Näiden projektien toteutukseen valinnan poistaminen onnistui: %{projects}.'
|
144
144
|
proposals_imports:
|
145
145
|
create:
|
146
|
-
invalid: Ehdotusten tuominen
|
147
|
-
success: "%{number} ehdotuksen tuonti
|
146
|
+
invalid: Ehdotusten tuominen projekteiksi epäonnistui.
|
147
|
+
success: "%{number} ehdotuksen tuonti projekteiksi onnistui."
|
148
148
|
new:
|
149
|
-
create: Tuo ehdotuksia
|
149
|
+
create: Tuo ehdotuksia projekteiksi
|
150
150
|
default_budget: Oletusbudjetti
|
151
151
|
import_all_accepted_proposals: Tuo kaikki hyväksytyt ehdotukset
|
152
|
-
no_components: Tässä osallistumistilassa ei ole ole muita ehdotuskomponentteja, joista voitaisiin tuoda ehdotuksia
|
152
|
+
no_components: Tässä osallistumistilassa ei ole ole muita ehdotuskomponentteja, joista voitaisiin tuoda ehdotuksia projekteiksi.
|
153
153
|
origin_component_id: Lähdekomponentti
|
154
154
|
select_component: Valitse komponentti
|
155
|
-
title: Tuo ehdotuksia
|
155
|
+
title: Tuo ehdotuksia projekteiksi
|
156
156
|
reminders:
|
157
157
|
orders:
|
158
158
|
description: Käyttäjät saavat sähköpostiviestin, jossa on linkit budjetteihin, joissa heillä on odottavia ääniä.
|
@@ -192,7 +192,7 @@ fi:
|
|
192
192
|
random: Satunnainen järjestys
|
193
193
|
progress: Viimeistele äänestys
|
194
194
|
remove_vote: Poista ääni
|
195
|
-
show: Näytä
|
195
|
+
show: Näytä projektit
|
196
196
|
vote: Äänestä
|
197
197
|
voted_budgets: Äänestetyt budjetit
|
198
198
|
voted_on: Äänestit kohdetta %{links}.
|
@@ -205,7 +205,7 @@ fi:
|
|
205
205
|
budget:
|
206
206
|
fields:
|
207
207
|
name: Nimi
|
208
|
-
projects_count:
|
208
|
+
projects_count: Projektien määrä
|
209
209
|
total_budget: Kokonaisbudjetti
|
210
210
|
project:
|
211
211
|
fields:
|
@@ -214,7 +214,7 @@ fi:
|
|
214
214
|
title: Otsikko
|
215
215
|
order_summary_mailer:
|
216
216
|
order_summary:
|
217
|
-
selected_projects: '
|
217
|
+
selected_projects: 'Projektit, jotka valitsit:'
|
218
218
|
subject: Olet äänestänyt osallistumistilassa %{space_name}
|
219
219
|
voted_on_space: Olet äänestänyt budjetista %{budget_name} osallistumistilassa %{space_name}.
|
220
220
|
voted_on_space_with_scope: Olet äänestänyt budjetista %{budget_name} osallistumistilassa %{space_name} koskien teemaa %{scope_name} (%{scope_type}).
|
@@ -223,19 +223,19 @@ fi:
|
|
223
223
|
are_you_sure: Jos muutat mieltäsi, voit muuttaa ääntäsi myöhemmin.
|
224
224
|
cancel: Peruuta
|
225
225
|
confirm: Vahvista
|
226
|
-
description: Olet valinnut nämä
|
226
|
+
description: Olet valinnut nämä projektit osaksi budjettia.
|
227
227
|
title: Vahvista ääni
|
228
228
|
budget_excess:
|
229
229
|
budget_excess:
|
230
|
-
description: Tämä
|
230
|
+
description: Tämä projekti ylittää maksimibudjetin, minkä takia sitä ei voida lisätä ääneen. Halutessasi voit poistaa jonkin toisen projektin äänestäsi tai äänestää nykyisten valintojen mukaisesti.
|
231
231
|
title: Maksimibudjetti ylitetty
|
232
|
-
description: Tämä
|
232
|
+
description: Tämä projekti ylittää maksimibudjetin, minkä takia sitä ei voida lisätä ääneen. Halutessasi voit poistaa jonkin toisen projektin äänestäsi tai äänestää nykyisten valintojen mukaisesti.
|
233
233
|
ok: OK
|
234
234
|
projects_excess:
|
235
|
-
description: Tämä
|
235
|
+
description: Tämä projekti ylittää valittavien projektien maksimimäärän, minkä takia sitä ei voida lisätä ääneen. Halutessasi voit poistaa jonkin toisen projektin äänestäsi tai äänestää nykyisten valintojen mukaisesti.
|
236
236
|
title: Maksimihankkeiden määrä ylitetty
|
237
237
|
budget_summary:
|
238
|
-
are_you_sure: Haluatko varmasti
|
238
|
+
are_you_sure: Haluatko varmasti perua äänesi?
|
239
239
|
cancel_order: poista äänesi
|
240
240
|
checked_out:
|
241
241
|
description: Olet jo äänestänyt tätä budjettia. Jos muutit mieltäsi, voit poistaa äänesi.
|
@@ -243,9 +243,9 @@ fi:
|
|
243
243
|
vote: Äänestä budjettia
|
244
244
|
count:
|
245
245
|
projects_count:
|
246
|
-
one: 1
|
247
|
-
other: "%{count}
|
248
|
-
empty: Ei yhtään
|
246
|
+
one: 1 projekti
|
247
|
+
other: "%{count} projektia"
|
248
|
+
empty: Ei yhtään projektia
|
249
249
|
exit_modal:
|
250
250
|
cancel: Palaa äänestykseen
|
251
251
|
exit: Poistu äänestyksestä
|
@@ -264,18 +264,18 @@ fi:
|
|
264
264
|
assigned: Varattu
|
265
265
|
budget: Budjetti
|
266
266
|
dynamic_help:
|
267
|
-
keep_adding_projects: Jatka
|
267
|
+
keep_adding_projects: Jatka projektien valitsemista
|
268
268
|
minimum_reached: Olet saavuttanut äänestystä varten vaaditun vähimmäismäärän
|
269
|
-
start_adding_projects: Aloita
|
269
|
+
start_adding_projects: Aloita valitsemalla projekteja
|
270
270
|
minimum: Vähintään
|
271
271
|
minimum_projects_rule:
|
272
|
-
description: Valitse vähintään %{minimum_number} haluamaasi
|
272
|
+
description: Valitse vähintään %{minimum_number} haluamaasi projektia ja äänestä haluamallasi tavalla vaikuttaaksesi budjetin jakautumiseen.
|
273
273
|
projects_rule:
|
274
|
-
description: Valitse vähintään %{minimum_number} ja enintään %{maximum_number} haluamaasi
|
274
|
+
description: Valitse vähintään %{minimum_number} ja enintään %{maximum_number} haluamaasi projektia ja äänestä haluamallasi tavalla vaikuttaaksesi budjetin jakautumiseen.
|
275
275
|
projects_rule_maximum_only:
|
276
|
-
description: Valitse enintään %{maximum_number} haluamaasi
|
276
|
+
description: Valitse enintään %{maximum_number} haluamaasi projektia ja äänestä haluamallasi tavalla vaikuttaaksesi budjetin jakautumiseen.
|
277
277
|
vote_threshold_percent_rule:
|
278
|
-
description: Varaa vähintään %{minimum_budget}
|
278
|
+
description: Varaa vähintään %{minimum_budget} projekteille ja äänestä haluamallasi tavalla vaikuttaaksesi budjetin jakautumiseen.
|
279
279
|
orders:
|
280
280
|
highest_cost: Kallein ensin
|
281
281
|
label: Järjestä hankkeet
|
@@ -284,8 +284,8 @@ fi:
|
|
284
284
|
random: Satunnainen järjestys
|
285
285
|
selected: Valitut
|
286
286
|
project:
|
287
|
-
add: Lisää
|
288
|
-
remove: Poista
|
287
|
+
add: Lisää projekti %{resource_name} ääneesi.
|
288
|
+
remove: Poista projekti %{resource_name} äänestäsi.
|
289
289
|
selected: Valittu
|
290
290
|
votes:
|
291
291
|
one: ääni
|
@@ -293,14 +293,14 @@ fi:
|
|
293
293
|
you_voted: Äänestit tätä
|
294
294
|
project_budget_button:
|
295
295
|
add: Lisää
|
296
|
-
add_descriptive: Lisää
|
296
|
+
add_descriptive: Lisää projekti %{resource_name} ääneesi.
|
297
297
|
added: Lisätty
|
298
|
-
added_descriptive:
|
298
|
+
added_descriptive: Projekti %{resource_name} lisätty ääneesi.
|
299
299
|
project_filter:
|
300
300
|
added: Lisätty
|
301
301
|
all: Kaikki
|
302
|
-
projects_for:
|
303
|
-
select_projects: Valitse
|
302
|
+
projects_for: Projektit kohteelle %{name}
|
303
|
+
select_projects: Valitse projekteja
|
304
304
|
show:
|
305
305
|
budget: Budjetti
|
306
306
|
prompt: Valitse budjetti
|
@@ -331,18 +331,18 @@ fi:
|
|
331
331
|
geocoding_enabled: Karttatoiminnot käytössä
|
332
332
|
landing_page_content: Budjetoinnin aloitussivun teksti
|
333
333
|
more_information_modal: Lisätietoikkunan teksti
|
334
|
-
projects_per_page:
|
335
|
-
resources_permissions_enabled: Toiminnallisuutta koskevat oikeudet voidaan asettaa jokaiselle
|
334
|
+
projects_per_page: Projektit sivua kohden
|
335
|
+
resources_permissions_enabled: Toiminnallisuutta koskevat oikeudet voidaan asettaa jokaiselle projektille
|
336
336
|
scope_id: Teema
|
337
337
|
scopes_enabled: Teemat käytössä
|
338
338
|
title: Otsikko
|
339
339
|
total_budget: Kokonaisbudjetti
|
340
|
-
vote_minimum_budget_projects_number: Valittavien
|
341
|
-
vote_rule_minimum_budget_projects_enabled: 'Ota sääntö käyttöön: Valittavien
|
342
|
-
vote_rule_selected_projects_enabled: 'Ota sääntö käyttöön: Valittavien
|
340
|
+
vote_minimum_budget_projects_number: Valittavien projektien vähimmäismäärä
|
341
|
+
vote_rule_minimum_budget_projects_enabled: 'Ota sääntö käyttöön: Valittavien projektien vähimmäismäärä'
|
342
|
+
vote_rule_selected_projects_enabled: 'Ota sääntö käyttöön: Valittavien projektien enimmäis- ja vähimmäismäärä'
|
343
343
|
vote_rule_threshold_percent_enabled: 'Ota sääntö käyttöön: Kokonaisbudjetin prosentuaalinen vähimmäismäärä'
|
344
|
-
vote_selected_projects_maximum: Valittavien
|
345
|
-
vote_selected_projects_minimum: Valittavien
|
344
|
+
vote_selected_projects_maximum: Valittavien projektien enimmäismäärä
|
345
|
+
vote_selected_projects_minimum: Valittavien projektien vähimmäismäärä
|
346
346
|
vote_threshold_percent: Äänestyksen kynnysprosentti
|
347
347
|
workflow: Työnkulku
|
348
348
|
workflow_choices:
|
@@ -375,13 +375,13 @@ fi:
|
|
375
375
|
success_html: <p>Äänestäminen onnistui.</p> <p class="text-sm font-normal">Voit tutkia myös <a class="text-secondary underline" href="%{rest_of_budgets_link}">muita budjetteja</a>.</p>
|
376
376
|
success_no_left_budgets_html: Äänesi kirjaaminen onnistui.
|
377
377
|
destroy:
|
378
|
-
error: Äänesi
|
378
|
+
error: Äänesi peruminen epäonnistui.
|
379
379
|
success: Äänesi on peruttu.
|
380
380
|
resource_links:
|
381
381
|
included_proposals:
|
382
|
-
project_proposal: Tähän
|
382
|
+
project_proposal: Tähän projektiin liittyvät ehdotukset
|
383
383
|
statistics:
|
384
384
|
orders_count: Kannatusta
|
385
|
-
projects_count:
|
385
|
+
projects_count: Projektia
|
386
386
|
index:
|
387
387
|
confirmed_orders_count: Äänten määrä
|
data/config/locales/fr-CA.yml
CHANGED
@@ -3,7 +3,7 @@ fr-CA:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
budget:
|
6
|
-
decidim_scope_id:
|
6
|
+
decidim_scope_id: Périmètre d'application
|
7
7
|
description: Description
|
8
8
|
title: Titre
|
9
9
|
total_budget: Budget total
|
@@ -34,7 +34,7 @@ fr-CA:
|
|
34
34
|
category_id_eq:
|
35
35
|
label: Catégorie
|
36
36
|
scope_id_eq:
|
37
|
-
label:
|
37
|
+
label: Périmètre d'application
|
38
38
|
selected_at_null:
|
39
39
|
label: Sélectionnés
|
40
40
|
values:
|
@@ -44,7 +44,7 @@ fr-CA:
|
|
44
44
|
actions:
|
45
45
|
attachment_collections: Dossiers
|
46
46
|
attachments: Documents liés
|
47
|
-
confirm_destroy: Êtes-vous
|
47
|
+
confirm_destroy: Êtes-vous sûr(e) de vouloir supprimer ce projet ?
|
48
48
|
destroy: Supprimer
|
49
49
|
edit: Modifier
|
50
50
|
edit_projects: Gérer les projets
|
@@ -333,7 +333,7 @@ fr-CA:
|
|
333
333
|
more_information_modal: Plus d’informations
|
334
334
|
projects_per_page: Projets par page
|
335
335
|
resources_permissions_enabled: Les autorisations d'actions peuvent être définies pour chaque projet
|
336
|
-
scope_id:
|
336
|
+
scope_id: Périmètre d'application
|
337
337
|
scopes_enabled: Secteurs activés
|
338
338
|
title: Titre
|
339
339
|
total_budget: Budget total
|
data/config/locales/fr.yml
CHANGED
@@ -11,7 +11,7 @@ fr:
|
|
11
11
|
project:
|
12
12
|
budget_amount: Montant du budget
|
13
13
|
decidim_category_id: Catégorie
|
14
|
-
decidim_scope_id:
|
14
|
+
decidim_scope_id: Secteur
|
15
15
|
description: Description
|
16
16
|
proposal_ids: Propositions liées
|
17
17
|
proposals: Propositions
|
@@ -44,7 +44,7 @@ fr:
|
|
44
44
|
actions:
|
45
45
|
attachment_collections: Dossiers
|
46
46
|
attachments: Documents liés
|
47
|
-
confirm_destroy: Êtes-vous
|
47
|
+
confirm_destroy: Êtes-vous sûr(e) de vouloir supprimer ce projet ?
|
48
48
|
destroy: Supprimer
|
49
49
|
edit: Modifier
|
50
50
|
edit_projects: Gérer les projets
|
@@ -253,7 +253,7 @@ fr:
|
|
253
253
|
title: Vous n'avez pas encore voté
|
254
254
|
filters:
|
255
255
|
category: Catégorie
|
256
|
-
scope:
|
256
|
+
scope: Secteur
|
257
257
|
search: Rechercher
|
258
258
|
status: Statut
|
259
259
|
status_values:
|
data/config/locales/ga-IE.yml
CHANGED
@@ -3,11 +3,9 @@ ga:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
budget:
|
6
|
-
decidim_scope_id: Scóip
|
7
6
|
title: Teideal
|
8
7
|
project:
|
9
8
|
decidim_category_id: Catagóir
|
10
|
-
decidim_scope_id: Scóip
|
11
9
|
title: Teideal
|
12
10
|
decidim:
|
13
11
|
budgets:
|
@@ -55,7 +53,6 @@ ga:
|
|
55
53
|
ok: Togha
|
56
54
|
filters:
|
57
55
|
category: Catagóir
|
58
|
-
scope: Scóip
|
59
56
|
search: Cuardaigh
|
60
57
|
status: Stádas
|
61
58
|
status_values:
|
@@ -70,7 +67,6 @@ ga:
|
|
70
67
|
name: Buiséid
|
71
68
|
settings:
|
72
69
|
global:
|
73
|
-
scope_id: Scóip
|
74
70
|
title: Teideal
|
75
71
|
step:
|
76
72
|
title: Teideal
|
data/config/locales/gl.yml
CHANGED
@@ -3,7 +3,6 @@ gl:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
budget:
|
6
|
-
decidim_scope_id: Ámbito
|
7
6
|
description: Descripción
|
8
7
|
title: Título
|
9
8
|
total_budget: Orzamento total
|
@@ -11,7 +10,6 @@ gl:
|
|
11
10
|
project:
|
12
11
|
budget_amount: Importe do orzamento
|
13
12
|
decidim_category_id: Categoría
|
14
|
-
decidim_scope_id: Alcance
|
15
13
|
description: Descrición
|
16
14
|
proposal_ids: Propostas relacionadas
|
17
15
|
title: Título
|
@@ -26,8 +24,6 @@ gl:
|
|
26
24
|
projects:
|
27
25
|
category_id_eq:
|
28
26
|
label: Categoría
|
29
|
-
scope_id_eq:
|
30
|
-
label: Ámbito
|
31
27
|
selected_at_null:
|
32
28
|
label: Seleccionado
|
33
29
|
values:
|
@@ -37,7 +33,6 @@ gl:
|
|
37
33
|
actions:
|
38
34
|
attachment_collections: Carpetas
|
39
35
|
attachments: Anexos
|
40
|
-
confirm_destroy: Estás seguro de que queres eliminar este proxecto?
|
41
36
|
destroy: Eliminar
|
42
37
|
edit: Editar
|
43
38
|
edit_projects: Xestionar proxectos
|
@@ -144,7 +139,6 @@ gl:
|
|
144
139
|
title: Aínda non votaches
|
145
140
|
filters:
|
146
141
|
category: Categoría
|
147
|
-
scope: Alcance
|
148
142
|
search: Busca
|
149
143
|
status: Estado
|
150
144
|
status_values:
|
@@ -183,7 +177,6 @@ gl:
|
|
183
177
|
comments_enabled: Comentarios habilitados
|
184
178
|
comments_max_length: Lonxitude máxima dos comentarios (0 para valor predefinido)
|
185
179
|
projects_per_page: Proxectos por páxina
|
186
|
-
scope_id: Ámbito
|
187
180
|
scopes_enabled: Ámbitos habilitados
|
188
181
|
title: Título
|
189
182
|
total_budget: Orzamento total
|
data/config/locales/hu.yml
CHANGED
@@ -11,7 +11,7 @@ hu:
|
|
11
11
|
project:
|
12
12
|
budget_amount: Költségvetés összege
|
13
13
|
decidim_category_id: Kategória
|
14
|
-
decidim_scope_id:
|
14
|
+
decidim_scope_id: Hatókör
|
15
15
|
description: Leírás
|
16
16
|
proposal_ids: Kapcsolódó javaslatok
|
17
17
|
proposals: Javaslatok
|
@@ -41,7 +41,6 @@ hu:
|
|
41
41
|
actions:
|
42
42
|
attachment_collections: Mappák
|
43
43
|
attachments: Mellékletek
|
44
|
-
confirm_destroy: Biztosan törölni szeretnéd ezt a projektet?
|
45
44
|
destroy: Törlés
|
46
45
|
edit: Szerkesztés
|
47
46
|
edit_projects: Projektek kezelése
|
@@ -237,7 +236,7 @@ hu:
|
|
237
236
|
title: Még nem szavaztál
|
238
237
|
filters:
|
239
238
|
category: Kategória
|
240
|
-
scope:
|
239
|
+
scope: Hatókör
|
241
240
|
search: Keresés
|
242
241
|
status: Státusz
|
243
242
|
status_values:
|
data/config/locales/id-ID.yml
CHANGED
@@ -4,7 +4,6 @@ id:
|
|
4
4
|
attributes:
|
5
5
|
project:
|
6
6
|
decidim_category_id: Kategori
|
7
|
-
decidim_scope_id: Cakupan
|
8
7
|
description: Deskripsi
|
9
8
|
proposal_ids: Proposal terkait
|
10
9
|
title: Judul
|
@@ -17,7 +16,6 @@ id:
|
|
17
16
|
actions:
|
18
17
|
attachment_collections: Folder
|
19
18
|
attachments: Lampiran
|
20
|
-
confirm_destroy: Anda yakin ingin menghapus proyek ini?
|
21
19
|
destroy: Menghapus
|
22
20
|
edit: Edit
|
23
21
|
import: Impor proposal ke proyek
|
@@ -72,7 +70,6 @@ id:
|
|
72
70
|
other: "%{count} proyek"
|
73
71
|
filters:
|
74
72
|
category: Kategori
|
75
|
-
scope: Cakupan
|
76
73
|
search: Pencarian
|
77
74
|
show:
|
78
75
|
budget: Anggaran
|
data/config/locales/is-IS.yml
CHANGED
@@ -4,7 +4,6 @@ is:
|
|
4
4
|
attributes:
|
5
5
|
project:
|
6
6
|
decidim_category_id: Flokkur
|
7
|
-
decidim_scope_id: Umfang
|
8
7
|
description: Lýsing
|
9
8
|
proposal_ids: Tengdar tillögur
|
10
9
|
title: Titill
|
@@ -12,7 +11,6 @@ is:
|
|
12
11
|
budgets:
|
13
12
|
actions:
|
14
13
|
attachments: Viðhengi
|
15
|
-
confirm_destroy: Ertu viss um að þú viljir eyða þessu verkefni?
|
16
14
|
destroy: Eyða
|
17
15
|
edit: Breyta
|
18
16
|
preview: Preview
|
@@ -61,7 +59,6 @@ is:
|
|
61
59
|
other: "%{count} verkefni"
|
62
60
|
filters:
|
63
61
|
category: Flokkur
|
64
|
-
scope: Umfang
|
65
62
|
search: Leita
|
66
63
|
show:
|
67
64
|
budget: Fjárhagsáætlun
|
data/config/locales/it.yml
CHANGED
@@ -3,7 +3,6 @@ it:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
budget:
|
6
|
-
decidim_scope_id: Ambito
|
7
6
|
description: Descrizione
|
8
7
|
title: Titolo
|
9
8
|
total_budget: Budget totale
|
@@ -11,7 +10,6 @@ it:
|
|
11
10
|
project:
|
12
11
|
budget_amount: Importo del budget
|
13
12
|
decidim_category_id: Categoria
|
14
|
-
decidim_scope_id: Ambito tematico
|
15
13
|
description: Descrizione
|
16
14
|
proposal_ids: Proposte correlate
|
17
15
|
selected: Selezionato per l'implementazione
|
@@ -22,11 +20,15 @@ it:
|
|
22
20
|
one: Progetto
|
23
21
|
other: Progetti
|
24
22
|
decidim:
|
23
|
+
admin:
|
24
|
+
filters:
|
25
|
+
projects:
|
26
|
+
category_id_eq:
|
27
|
+
label: Categoria
|
25
28
|
budgets:
|
26
29
|
actions:
|
27
30
|
attachment_collections: Cartelle
|
28
31
|
attachments: Allegati
|
29
|
-
confirm_destroy: Sei certo di voler cancellare questo progetto?
|
30
32
|
destroy: Cancella
|
31
33
|
edit: Modifica
|
32
34
|
edit_projects: Gestisci progetti
|
@@ -59,13 +61,29 @@ it:
|
|
59
61
|
title: Modifica il progetto
|
60
62
|
update: Aggiorna
|
61
63
|
index:
|
64
|
+
change_category: Cambia categoria
|
65
|
+
change_scope: Cambia ambito
|
62
66
|
finished_orders: Votazione finale
|
63
67
|
pending_orders: Votazione pendente
|
64
68
|
selected: Selezionato
|
65
69
|
title: Progetti
|
70
|
+
update_scope_button: Aggiorna ambito
|
66
71
|
new:
|
67
72
|
create: Crea
|
68
73
|
title: Nuovo progetto
|
74
|
+
update_category:
|
75
|
+
invalid: 'Questi progetti avevano già la categoria %{subject_name} %{projects}.'
|
76
|
+
success: 'Progetti aggiornati con successo alla categoria %{subject_name} e ambito %{projects}.'
|
77
|
+
update_scope:
|
78
|
+
invalid: 'Questi progetti avevano già la categoria %{subject_name} e l''ambito %{projects}.'
|
79
|
+
success: 'Progetti aggiornati con successo alla categoria %{subject_name} e ambito %{projects}.'
|
80
|
+
update_selected:
|
81
|
+
invalid:
|
82
|
+
selected: 'Questi progetti sono già stati selezionati per l''implementazione: %{projects}.'
|
83
|
+
unselected: 'Questi progetti sono già stati deselezionati dall''implementazione: %{projects}.'
|
84
|
+
success:
|
85
|
+
selected: 'Questi progetti sono stati selezionati con successo per l''implementazione: %{projects}.'
|
86
|
+
unselected: 'Questi progetti sono già stati deselezionati dall''implementazione: %{projects}.'
|
69
87
|
proposals_imports:
|
70
88
|
new:
|
71
89
|
create: Importa proposte per progetti
|
@@ -108,6 +126,7 @@ it:
|
|
108
126
|
total_budget: Budget totale
|
109
127
|
project:
|
110
128
|
fields:
|
129
|
+
category: Categoria
|
111
130
|
title: Titolo
|
112
131
|
order_summary_mailer:
|
113
132
|
order_summary:
|
@@ -144,7 +163,6 @@ it:
|
|
144
163
|
title: Non hai ancora votato
|
145
164
|
filters:
|
146
165
|
category: Categoria
|
147
|
-
scope: Ambito tematico
|
148
166
|
search: Cerca
|
149
167
|
status: Stato
|
150
168
|
status_values:
|
@@ -180,11 +198,11 @@ it:
|
|
180
198
|
announcement: Annuncio
|
181
199
|
comments_enabled: Commenti abilitati
|
182
200
|
comments_max_length: Lunghezza massima dei commenti (Lasciare 0 per il valore predefinito)
|
201
|
+
geocoding_enabled: Geocodifica abilitata
|
183
202
|
landing_page_content: Pagina iniziale dei budget
|
184
203
|
more_information_modal: Finestra modale "Maggiori informazioni"
|
185
204
|
projects_per_page: Progetti per pagina
|
186
205
|
resources_permissions_enabled: Le autorizzazioni relative alle azioni possono essere impostate per ogni progetto
|
187
|
-
scope_id: Obiettivo
|
188
206
|
scopes_enabled: Obiettivi abilitati
|
189
207
|
title: Titolo
|
190
208
|
total_budget: Budget totale
|
data/config/locales/ko.yml
CHANGED
data/config/locales/lb.yml
CHANGED
@@ -5,7 +5,6 @@ lb:
|
|
5
5
|
project:
|
6
6
|
budget_amount: Höhe des Budgets
|
7
7
|
decidim_category_id: Kategorie
|
8
|
-
decidim_scope_id: Umfang
|
9
8
|
description: Beschreibung
|
10
9
|
proposal_ids: Ähnliche Vorschläge
|
11
10
|
selected: Zur Implementierung ausgewählt
|
@@ -20,7 +19,6 @@ lb:
|
|
20
19
|
actions:
|
21
20
|
attachment_collections: Ordner
|
22
21
|
attachments: Anhänge
|
23
|
-
confirm_destroy: Möchten Sie dieses Projekt wirklich löschen?
|
24
22
|
destroy: Löschen
|
25
23
|
edit: Bearbeiten
|
26
24
|
edit_projects: Projekte verwalten
|
@@ -123,7 +121,6 @@ lb:
|
|
123
121
|
other: "%{count} Projekte"
|
124
122
|
filters:
|
125
123
|
category: Kategorie
|
126
|
-
scope: Umfang
|
127
124
|
search: Suche
|
128
125
|
status: Status
|
129
126
|
status_values:
|
@@ -163,7 +160,6 @@ lb:
|
|
163
160
|
more_information_modal: Weitere Informationen
|
164
161
|
projects_per_page: Projekte pro Seite
|
165
162
|
resources_permissions_enabled: Berechtigungen können für jedes Projekt festgelegt werden
|
166
|
-
scope_id: Bereich
|
167
163
|
scopes_enabled: Bereiche aktiviert
|
168
164
|
title: Titel
|
169
165
|
total_budget: Gesamtbudget; Gesamtetat
|
data/config/locales/lt.yml
CHANGED
data/config/locales/lv.yml
CHANGED
@@ -4,7 +4,6 @@ lv:
|
|
4
4
|
attributes:
|
5
5
|
project:
|
6
6
|
decidim_category_id: Kategorija
|
7
|
-
decidim_scope_id: Darbības tvērums
|
8
7
|
description: Apraksts
|
9
8
|
proposal_ids: Saistītie priekšlikumi
|
10
9
|
title: Nosaukums
|
@@ -19,7 +18,6 @@ lv:
|
|
19
18
|
actions:
|
20
19
|
attachment_collections: Mapes
|
21
20
|
attachments: Pielikumi
|
22
|
-
confirm_destroy: Vai tiešām vēlaties dzēst šo projektu?
|
23
21
|
destroy: Dzēst
|
24
22
|
edit: Labot
|
25
23
|
import: Importēt priekšlikumus projektos
|
@@ -80,7 +78,6 @@ lv:
|
|
80
78
|
other: "%{count} projekti"
|
81
79
|
filters:
|
82
80
|
category: Kategorija
|
83
|
-
scope: Darbības tvērums
|
84
81
|
search: Meklēt
|
85
82
|
orders:
|
86
83
|
highest_cost: Lielākās izmaksas
|