decidim-budgets 0.29.2 → 0.30.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/budgets/budget_list_item/vote_action.erb +2 -2
- data/app/cells/decidim/budgets/project_history_cell.rb +48 -0
- data/app/cells/decidim/budgets/project_metadata_cell.rb +3 -3
- data/app/cells/decidim/budgets/project_vote_button/show.erb +4 -2
- data/app/cells/decidim/budgets/project_vote_button_cell.rb +4 -0
- data/app/commands/decidim/budgets/admin/create_budget.rb +1 -1
- data/app/commands/decidim/budgets/admin/create_project.rb +1 -1
- data/app/commands/decidim/budgets/admin/import_proposals_to_budgets.rb +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/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 +0 -2
- 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 +6 -1
- data/app/views/decidim/budgets/order_summary_mailer/order_summary.html.erb +0 -10
- data/app/views/decidim/budgets/orders/status.html.erb +52 -0
- data/app/views/decidim/budgets/projects/_order_progress_summary_content.html.erb +3 -3
- data/app/views/decidim/budgets/projects/index.html.erb +10 -17
- data/app/views/decidim/budgets/projects/index.js.erb +1 -1
- data/app/views/decidim/budgets/projects/show.html.erb +19 -11
- data/config/locales/ar.yml +3 -10
- data/config/locales/bg.yml +3 -43
- data/config/locales/ca.yml +95 -42
- data/config/locales/cs.yml +101 -42
- data/config/locales/de.yml +95 -42
- data/config/locales/el.yml +3 -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 +95 -42
- data/config/locales/fi-plain.yml +95 -42
- data/config/locales/fi.yml +94 -41
- 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 -3
- data/config/locales/is-IS.yml +0 -3
- data/config/locales/it.yml +3 -5
- data/config/locales/ja.yml +92 -42
- data/config/locales/kaa.yml +0 -1
- data/config/locales/ko.yml +0 -20
- data/config/locales/lb.yml +3 -5
- data/config/locales/lt.yml +3 -41
- data/config/locales/lv.yml +3 -3
- data/config/locales/nl.yml +3 -24
- 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 +3 -5
- data/config/locales/ro-RO.yml +3 -17
- data/config/locales/ru.yml +3 -3
- data/config/locales/sk.yml +3 -3
- data/config/locales/sq-AL.yml +0 -16
- data/config/locales/sv.yml +94 -41
- data/config/locales/tr-TR.yml +3 -5
- data/config/locales/uk.yml +3 -3
- data/config/locales/zh-CN.yml +3 -4
- 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 -22
- 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/fi.yml
CHANGED
@@ -3,15 +3,12 @@ fi:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
budget:
|
6
|
-
decidim_scope_id: Teema
|
7
6
|
description: Kuvaus
|
8
7
|
title: Otsikko
|
9
8
|
total_budget: Kokonaisbudjetti
|
10
9
|
weight: Järjestysnumero
|
11
10
|
project:
|
12
11
|
budget_amount: Budjetti
|
13
|
-
decidim_category_id: Aihepiiri
|
14
|
-
decidim_scope_id: Teema
|
15
12
|
description: Kuvaus
|
16
13
|
proposal_ids: Liittyvät ehdotukset
|
17
14
|
proposals: Ehdotukset
|
@@ -21,6 +18,10 @@ fi:
|
|
21
18
|
scope_id: Teema
|
22
19
|
activerecord:
|
23
20
|
models:
|
21
|
+
decidim:
|
22
|
+
budgets:
|
23
|
+
project:
|
24
|
+
text: 'Ehdotus lisättiin budjettiin: %{link}'
|
24
25
|
decidim/budgets/budget:
|
25
26
|
one: Budjetti
|
26
27
|
other: Budjetit
|
@@ -29,23 +30,25 @@ fi:
|
|
29
30
|
other: Projektit
|
30
31
|
decidim:
|
31
32
|
admin:
|
33
|
+
admin_log:
|
34
|
+
changeset:
|
35
|
+
projects: Projektit
|
32
36
|
filters:
|
33
37
|
projects:
|
34
|
-
category_id_eq:
|
35
|
-
label: Aihepiiri
|
36
|
-
scope_id_eq:
|
37
|
-
label: Teema
|
38
38
|
selected_at_null:
|
39
39
|
label: Valittu
|
40
40
|
values:
|
41
41
|
'false': Valittu toteutukseen
|
42
42
|
'true': Ei valittu toteutukseen
|
43
|
+
taxonomies_part_of_contains:
|
44
|
+
label: Luokittelu
|
43
45
|
budgets:
|
44
46
|
actions:
|
45
47
|
attachment_collections: Kansiot
|
46
48
|
attachments: Liitteet
|
47
|
-
|
48
|
-
|
49
|
+
confirm_delete_budget: Haluatko varmasti poistaa tämän budjetin?
|
50
|
+
confirm_delete_project: Haluatko varmasti poistaa tämän projektin?
|
51
|
+
deleted_budgets_info: Poistetut budjetit voidaan palauttaa roskakorista.
|
49
52
|
edit: Muokkaa
|
50
53
|
edit_projects: Hallinnoi projekteja
|
51
54
|
import: Tuo ehdotuksia projekteiksi
|
@@ -54,14 +57,13 @@ fi:
|
|
54
57
|
preview: Esikatsele
|
55
58
|
send_voting_reminders: Lähetä äänestysmuistutukset
|
56
59
|
title: Toiminnot
|
60
|
+
view_deleted_budgets: Näytä poistetut budjetit
|
61
|
+
view_deleted_projects: Näytä poistetut projektit
|
57
62
|
admin:
|
58
63
|
budgets:
|
59
64
|
create:
|
60
65
|
invalid: Budjetin luonti epäonnistui.
|
61
66
|
success: Budjetin luonti onnistui.
|
62
|
-
destroy:
|
63
|
-
invalid: Budjetin poisto epäonnistui.
|
64
|
-
success: Budjetin poisto onnistui.
|
65
67
|
edit:
|
66
68
|
title: Muokkaa budjettia
|
67
69
|
update: Päivitä budjetti
|
@@ -71,6 +73,8 @@ fi:
|
|
71
73
|
title: Budjetit
|
72
74
|
users_with_finished_orders: Käyttäjien määrä, joilla on valmiita ääniä
|
73
75
|
users_with_pending_orders: Käyttäjien määrä, joilla on odottavia ääniä
|
76
|
+
manage_trash:
|
77
|
+
title: Poistetut budjetit
|
74
78
|
new:
|
75
79
|
create: Luo budjetti
|
76
80
|
title: Uusi budjetti
|
@@ -88,8 +92,6 @@ fi:
|
|
88
92
|
create:
|
89
93
|
invalid: Projektin luonti epäonnistui.
|
90
94
|
success: Projektin luonti onnistui.
|
91
|
-
destroy:
|
92
|
-
success: Projektin poisto onnistui.
|
93
95
|
edit:
|
94
96
|
title: Muokkaa projektia
|
95
97
|
update: Päivitä
|
@@ -97,9 +99,8 @@ fi:
|
|
97
99
|
actions: Toiminnot
|
98
100
|
cancel: Peruuta
|
99
101
|
change_budget: Muuta budjettia
|
100
|
-
change_category: Vaihda aihepiiri
|
101
|
-
change_scope: Vaihda teema
|
102
102
|
change_selected: Muuta tilaa
|
103
|
+
change_taxonomies: Muuta luokitteluja
|
103
104
|
deselect_implementation: Ei valittu toteutukseen
|
104
105
|
finished_orders: Valmiit äänet
|
105
106
|
pending_orders: Odottavat äänet
|
@@ -111,7 +112,8 @@ fi:
|
|
111
112
|
title: Hankkeet
|
112
113
|
update: Päivitä
|
113
114
|
update_budget_button: Päivitä projektin budjetti
|
114
|
-
|
115
|
+
manage_trash:
|
116
|
+
title: Poistetut projektit
|
115
117
|
new:
|
116
118
|
create: Luo
|
117
119
|
title: Uusi projekti
|
@@ -119,28 +121,23 @@ fi:
|
|
119
121
|
invalid: Projektin poisto epäonnistui.
|
120
122
|
success: Projektin päivitys onnistui.
|
121
123
|
update_budget:
|
122
|
-
invalid: '
|
123
|
-
select_a_project: Valitse projekti.
|
124
|
-
success: 'Seuraavien projektien päivitys onnistui budjetissa %{subject_name}: %{projects}.'
|
125
|
-
update_category:
|
126
|
-
invalid: 'Näillä projekteilla oli jo aihepiiri %{subject_name}: %{projects}.'
|
127
|
-
select_a_category: Valitse aihepiiri.
|
124
|
+
invalid: 'Seuraavat projektit ovat jo samassa budjetissa tai niiden budjetit ylittävät määritellyn budjetin enimmäismäärän: %{errored}.'
|
128
125
|
select_a_project: Valitse projekti.
|
129
|
-
success: 'Seuraavien projektien
|
130
|
-
update_scope:
|
131
|
-
invalid: 'Näillä projekteilla oli jo teema %{subject_name}: %{projects}.'
|
132
|
-
select_a_project: Valitse projekti.
|
133
|
-
select_a_scope: Valitse teema.
|
134
|
-
success: 'Seuraavien projektien teeman päivitys onnistui %{subject_name}: %{projects}.'
|
126
|
+
success: 'Seuraavien projektien siirtäminen budjettiin %{subject_name} onnistui: %{successful}.'
|
135
127
|
update_selected:
|
136
128
|
invalid:
|
137
|
-
selected: '
|
138
|
-
unselected: '
|
129
|
+
selected: 'Seuraavat projektit on jo valittu toteutukseen: %{errored}.'
|
130
|
+
unselected: 'Seuraavia projekteja ei oltu valittu toteutukseen: %{errored}.'
|
139
131
|
select_a_project: Valitse projekti.
|
140
132
|
select_a_selection: Valitse toteutuksen tila.
|
141
133
|
success:
|
142
|
-
selected: '
|
143
|
-
unselected: '
|
134
|
+
selected: 'Seuraavien projektien valinta toteutukseen onnistui: %{successful}.'
|
135
|
+
unselected: 'Seuraavien projektien poistaminen toteutuksesta onnistui: %{successful}.'
|
136
|
+
update_taxonomies:
|
137
|
+
invalid: 'Luokittelut %{taxonomies} on jo määritelty seuraaville projekteille: %{errored}.'
|
138
|
+
select_a_project: Valitse projekti.
|
139
|
+
select_a_taxonomy: Valitse luokittelu.
|
140
|
+
success: 'Seuraavien projektien määrittely luokitteluihin %{taxonomies} onnistui: %{successful}.'
|
144
141
|
proposals_imports:
|
145
142
|
create:
|
146
143
|
invalid: Ehdotusten tuominen projekteiksi epäonnistui.
|
@@ -163,10 +160,14 @@ fi:
|
|
163
160
|
budget:
|
164
161
|
create: "%{user_name} loi budjetin %{resource_name} osallistumistilassa %{space_name}"
|
165
162
|
delete: "%{user_name} poisti budjetin %{resource_name} osallistumistilassa %{space_name}"
|
163
|
+
restore: "%{user_name} palautti budjetin %{resource_name} kohteessa %{space_name}"
|
164
|
+
soft_delete: "%{user_name} siirsi budjetin %{resource_name} roskakoriin kohteessa %{space_name}"
|
166
165
|
update: "%{user_name} päivitti budjettia %{resource_name} osallistumistilassa %{space_name}"
|
167
166
|
project:
|
168
167
|
create: "%{user_name} loi hankkeen %{resource_name} osallistumistilassa %{space_name}"
|
169
168
|
delete: "%{user_name} poisti hankkeen %{resource_name} osallistumistilassa %{space_name}"
|
169
|
+
restore: "%{user_name} palautti projektin %{resource_name} kohteessa %{space_name}"
|
170
|
+
soft_delete: "%{user_name} siirsi projektin %{resource_name} roskakoriin kohteessa %{space_name}"
|
170
171
|
update: "%{user_name} päivitti hanketta %{resource_name} osallistumistilassa %{space_name}"
|
171
172
|
budget_information_modal:
|
172
173
|
back_to: Takaisin %{component_name}
|
@@ -196,6 +197,8 @@ fi:
|
|
196
197
|
vote: Äänestä
|
197
198
|
voted_budgets: Äänestetyt budjetit
|
198
199
|
voted_on: Äänestit kohdetta %{links}.
|
200
|
+
creation:
|
201
|
+
text: Hankkeet lisättiin tähän budjettin
|
199
202
|
last_activity:
|
200
203
|
new_vote_at: Uusi budjetointiääni
|
201
204
|
limit_announcement:
|
@@ -209,16 +212,30 @@ fi:
|
|
209
212
|
total_budget: Kokonaisbudjetti
|
210
213
|
project:
|
211
214
|
fields:
|
212
|
-
category: Aihepiiri
|
213
215
|
id: ID
|
214
216
|
map: Kartta
|
217
|
+
taxonomies: Luokittelut
|
215
218
|
title: Otsikko
|
219
|
+
order:
|
220
|
+
status:
|
221
|
+
continue_voting: Jatka äänestystä
|
222
|
+
download_vote: Lataa äänesi
|
223
|
+
pending_to_vote_budgets:
|
224
|
+
one: Voit äänestää toisesta budjetista
|
225
|
+
other: Voit äänestää myös muista budjeteista
|
226
|
+
share_vote: Jaa äänesi
|
227
|
+
title: Äänesi on hyväksytty onnistuneesti
|
228
|
+
view_votes:
|
229
|
+
one: Näytä ääni
|
230
|
+
other: Näytä äänet
|
231
|
+
votes_count:
|
232
|
+
one: Olet jo äänestänyt budjetin %{budget_name} äänestyksessä.
|
233
|
+
other: Olet jo antanut %{count} ääntä budjetin %{budget_name} äänestyksessä.
|
216
234
|
order_summary_mailer:
|
217
235
|
order_summary:
|
218
236
|
selected_projects: 'Projektit, jotka valitsit:'
|
219
237
|
subject: Olet äänestänyt osallistumistilassa %{space_name}
|
220
238
|
voted_on_space: Olet äänestänyt budjetista %{budget_name} osallistumistilassa %{space_name}.
|
221
|
-
voted_on_space_with_scope: Olet äänestänyt budjetista %{budget_name} osallistumistilassa %{space_name} koskien teemaa %{scope_name} (%{scope_type}).
|
222
239
|
projects:
|
223
240
|
budget_confirm:
|
224
241
|
are_you_sure: Jos muutat mieltäsi, voit muuttaa ääntäsi myöhemmin.
|
@@ -253,8 +270,6 @@ fi:
|
|
253
270
|
message: Ääntäsi ei ole kirjattu, koska et ole vielä suorittanut äänestystä loppuun asti. Haluatko varmasti poistua äänestyksestä?
|
254
271
|
title: Et ole vielä äänestänyt
|
255
272
|
filters:
|
256
|
-
category: Aihepiiri
|
257
|
-
scope: Teema
|
258
273
|
search: Haku
|
259
274
|
status: Tila
|
260
275
|
status_values:
|
@@ -323,8 +338,10 @@ fi:
|
|
323
338
|
settings:
|
324
339
|
global:
|
325
340
|
announcement: Ilmoitus
|
341
|
+
clear_all: Tyhjennä kaikki
|
326
342
|
comments_enabled: Kommentit ovat käytössä
|
327
343
|
comments_max_length: Kommenttien maksimipituus (jätä arvoksi 0 käyttääksesi oletusarvoa)
|
344
|
+
define_taxonomy_filters: Määritä osallistumistilalle suodattimia ennen kuin käytät tätä asetusta.
|
328
345
|
form:
|
329
346
|
errors:
|
330
347
|
budget_voting_rule_only_one: Ainoastaan yksi äänestyssääntö voi olla kerrallaan valittuna.
|
@@ -332,10 +349,11 @@ fi:
|
|
332
349
|
geocoding_enabled: Karttatoiminnot käytössä
|
333
350
|
landing_page_content: Budjetoinnin aloitussivun teksti
|
334
351
|
more_information_modal: Lisätietoikkunan teksti
|
352
|
+
no_taxonomy_filters_found: Luokittelusuodattimia ei löytynyt.
|
335
353
|
projects_per_page: Projektit sivua kohden
|
336
354
|
resources_permissions_enabled: Toiminnallisuutta koskevat oikeudet voidaan asettaa jokaiselle projektille
|
337
|
-
|
338
|
-
|
355
|
+
taxonomy_filters: Valitse suodattimet komponentille
|
356
|
+
taxonomy_filters_add: Lisää suodatin
|
339
357
|
title: Otsikko
|
340
358
|
total_budget: Kokonaisbudjetti
|
341
359
|
vote_minimum_budget_projects_number: Valittavien projektien vähimmäismäärä
|
@@ -363,6 +381,18 @@ fi:
|
|
363
381
|
disabled: Äänestys estetty
|
364
382
|
enabled: Äänestys on käytössä
|
365
383
|
finished: Äänestys päättynyt
|
384
|
+
download_your_data:
|
385
|
+
help:
|
386
|
+
orders:
|
387
|
+
budget: Budjetti, jolle ääni on annettu
|
388
|
+
checked_out_at: Äänen vahvistusaika
|
389
|
+
component: Äänen komponentti
|
390
|
+
created_at: Äänen luontiaika
|
391
|
+
id: Äänen yksilöivä tunniste
|
392
|
+
projects: Ääneen valitut projektit
|
393
|
+
updated_at: Äänen viimeisimmän päivityksen ajankohta
|
394
|
+
show:
|
395
|
+
projects: Projektien vienti
|
366
396
|
events:
|
367
397
|
budgets:
|
368
398
|
budget_published:
|
@@ -370,11 +400,34 @@ fi:
|
|
370
400
|
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta %{participatory_space_title}. Voit lopettaa ilmoitusten vastaanottamisen edellä esitetyn linkin kautta.
|
371
401
|
email_subject: Budjetti %{resource_title} on nyt aktiivinen osallistumistilassa %{participatory_space_title}.
|
372
402
|
notification_title: Budjetti <a href="%{resource_path}">%{resource_title}</a> on nyt aktiivinen osallistumistilassa %{participatory_space_title}.
|
403
|
+
open_data:
|
404
|
+
help:
|
405
|
+
projects:
|
406
|
+
address: Projektin osoite (jos määritetty)
|
407
|
+
budget: Tietoja budjetista (esim. "2021 budjetti")
|
408
|
+
budget_amount: Budjetin kokonaismäärä tälle projektille
|
409
|
+
comments: Projektin saamien kommenttien määrä
|
410
|
+
component: Projektin komponentti
|
411
|
+
confirmed_votes: Vahvistettujen äänten määrä tälle projektille
|
412
|
+
created_at: Projektin luontiaika
|
413
|
+
description: Projektin kuvaus
|
414
|
+
follows_count: Projektin seuraajien lukumäärä
|
415
|
+
id: Projektin yksilöivä tunniste
|
416
|
+
latitude: Projektin sijainnin leveysaste, mikäli projekti on määritetty tiettyyn paikkaan
|
417
|
+
longitude: Projektin sijainnin pituusaste, mikäli projekti on määritetty tiettyyn paikkaan
|
418
|
+
participatory_space: Mihin osallistumistilaan (esim. prosessi tai ryhmä) tämä projekti kuuluu
|
419
|
+
reference: Projektin yksilöivä viite
|
420
|
+
related_proposal_titles: Projektiin liitettyjen ehdotusten otsikot
|
421
|
+
related_proposal_urls: Projektiin liitettyjen ehdotusten URL-osoitteet
|
422
|
+
related_proposals: Projektiin liitetyt ehdotukset
|
423
|
+
selected_at: Projektin toteutukseen valitsemisen ajankohta
|
424
|
+
taxonomies: Projektin luokittelut
|
425
|
+
title: Projektin otsikko
|
426
|
+
updated_at: Projektin viimeisimmän päivityksen ajankohta
|
427
|
+
url: Projektin URL-osoite
|
373
428
|
orders:
|
374
429
|
checkout:
|
375
430
|
error: Äänesi käsittely epäonnistui.
|
376
|
-
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>
|
377
|
-
success_no_left_budgets_html: Äänesi kirjaaminen onnistui.
|
378
431
|
destroy:
|
379
432
|
error: Äänesi peruminen epäonnistui.
|
380
433
|
success: Äänesi on peruttu.
|
data/config/locales/fr-CA.yml
CHANGED
@@ -3,15 +3,12 @@ fr-CA:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
budget:
|
6
|
-
decidim_scope_id: Périmètre d'application
|
7
6
|
description: Description
|
8
7
|
title: Titre
|
9
8
|
total_budget: Budget total
|
10
9
|
weight: Rang
|
11
10
|
project:
|
12
11
|
budget_amount: Montant du budget
|
13
|
-
decidim_category_id: Catégorie
|
14
|
-
decidim_scope_id: Périmètre d'application
|
15
12
|
description: Description
|
16
13
|
proposal_ids: Propositions liées
|
17
14
|
proposals: Propositions
|
@@ -31,10 +28,6 @@ fr-CA:
|
|
31
28
|
admin:
|
32
29
|
filters:
|
33
30
|
projects:
|
34
|
-
category_id_eq:
|
35
|
-
label: Catégorie
|
36
|
-
scope_id_eq:
|
37
|
-
label: Périmètre d'application
|
38
31
|
selected_at_null:
|
39
32
|
label: Sélectionnés
|
40
33
|
values:
|
@@ -44,8 +37,9 @@ fr-CA:
|
|
44
37
|
actions:
|
45
38
|
attachment_collections: Dossiers
|
46
39
|
attachments: Documents liés
|
47
|
-
|
48
|
-
|
40
|
+
confirm_delete_budget: Etes-vous sûr(e) de vouloir supprimer ce budget ?
|
41
|
+
confirm_delete_project: Êtes-vous sûr(e) de vouloir supprimer ce projet ?
|
42
|
+
deleted_budgets_info: Les budgets supprimés peuvent être restaurés à partir de la corbeille.
|
49
43
|
edit: Modifier
|
50
44
|
edit_projects: Gérer les projets
|
51
45
|
import: Importer des propositions dans des projets
|
@@ -54,14 +48,13 @@ fr-CA:
|
|
54
48
|
preview: Aperçu
|
55
49
|
send_voting_reminders: Envoyer des rappels de vote
|
56
50
|
title: Actions
|
51
|
+
view_deleted_budgets: Voir les budgets supprimés
|
52
|
+
view_deleted_projects: Voir les projets supprimés
|
57
53
|
admin:
|
58
54
|
budgets:
|
59
55
|
create:
|
60
56
|
invalid: Un problème est survenu lors de la création de ce budget.
|
61
57
|
success: Budget créé avec succès.
|
62
|
-
destroy:
|
63
|
-
invalid: Un problème est survenu lors de la suppression de ce budget.
|
64
|
-
success: Budget supprimé avec succès.
|
65
58
|
edit:
|
66
59
|
title: Modifier le budget
|
67
60
|
update: Mettre à jour le budget
|
@@ -71,6 +64,8 @@ fr-CA:
|
|
71
64
|
title: Budgets
|
72
65
|
users_with_finished_orders: Utilisateurs ayant fini leur vote
|
73
66
|
users_with_pending_orders: Utilisateurs ayant des votes en attente
|
67
|
+
manage_trash:
|
68
|
+
title: Budgets supprimés
|
74
69
|
new:
|
75
70
|
create: Créer un budget
|
76
71
|
title: Nouveau budget
|
@@ -88,8 +83,6 @@ fr-CA:
|
|
88
83
|
create:
|
89
84
|
invalid: Il y a eu un problème lors de la création de ce projet.
|
90
85
|
success: Projet créé avec succès.
|
91
|
-
destroy:
|
92
|
-
success: Projet supprimé avec succès.
|
93
86
|
edit:
|
94
87
|
title: Éditer un projet
|
95
88
|
update: Mettre à jour
|
@@ -97,8 +90,6 @@ fr-CA:
|
|
97
90
|
actions: Actions
|
98
91
|
cancel: Annuler
|
99
92
|
change_budget: Modifier le budget
|
100
|
-
change_category: Modifier la catégorie
|
101
|
-
change_scope: Changer le secteur
|
102
93
|
change_selected: Changer l'état sélectionné
|
103
94
|
deselect_implementation: Retirer de la sélection pour implémentation
|
104
95
|
finished_orders: Votes terminés
|
@@ -111,7 +102,8 @@ fr-CA:
|
|
111
102
|
title: Projets
|
112
103
|
update: Mettre à jour
|
113
104
|
update_budget_button: Mettre à jour le budget du projet
|
114
|
-
|
105
|
+
manage_trash:
|
106
|
+
title: Projets supprimés
|
115
107
|
new:
|
116
108
|
create: Créer
|
117
109
|
title: Nouveau projet
|
@@ -119,28 +111,10 @@ fr-CA:
|
|
119
111
|
invalid: Il y a eu un problème lors de la mise à jour de ce projet.
|
120
112
|
success: Projet mis à jour avec succès.
|
121
113
|
update_budget:
|
122
|
-
invalid: 'Ces projets sont déjà dans le même budget ou leur budget est supérieur au montant maximum autorisé : %{projects}.'
|
123
114
|
select_a_project: Veuillez sélectionner un projet.
|
124
|
-
success: 'Les projets ont été mis à jour avec succès pour le budget %{subject_name} : %{projects}.'
|
125
|
-
update_category:
|
126
|
-
invalid: 'Ces projets avaient déjà la catégorie %{subject_name} : %{projects}.'
|
127
|
-
select_a_category: Veuillez sélectionner une catégorie.
|
128
|
-
select_a_project: Veuillez selectionner un projet.
|
129
|
-
success: 'Les projets ont été mis à jour avec succès avec la catégorie %{subject_name} : %{projects}.'
|
130
|
-
update_scope:
|
131
|
-
invalid: 'Ces projets avaient déjà le secteur %{subject_name} : %{projects}.'
|
132
|
-
select_a_project: Veuillez selectionner un projet.
|
133
|
-
select_a_scope: Veuillez sélectionner un secteur.
|
134
|
-
success: 'Les projets ont été mis à jour avec succès avec le secteur %{subject_name} : %{projects}.'
|
135
115
|
update_selected:
|
136
|
-
invalid:
|
137
|
-
selected: 'Ces projets ont déjà été sélectionnés pour une implémentation : %{projects}.'
|
138
|
-
unselected: 'Ces projets ont déjà été retirés de la sélection pour une implémentation : %{projects}.'
|
139
116
|
select_a_project: Veuillez selectionner un projet.
|
140
117
|
select_a_selection: Veuillez sélectionner un état d'implémentation.
|
141
|
-
success:
|
142
|
-
selected: 'Ces projets ont été bien été sélectionnés pour une implémentation : %{projects}.'
|
143
|
-
unselected: 'Ces projets ont été retirés de la sélection pour une implémentation : %{projects}.'
|
144
118
|
proposals_imports:
|
145
119
|
create:
|
146
120
|
invalid: Un problème est survenu lors de l'importation des propositions dans les projets.
|
@@ -209,16 +183,29 @@ fr-CA:
|
|
209
183
|
total_budget: Budget total
|
210
184
|
project:
|
211
185
|
fields:
|
212
|
-
category: Catégorie
|
213
186
|
id: ID
|
214
187
|
map: Carte
|
215
188
|
title: Titre
|
189
|
+
order:
|
190
|
+
status:
|
191
|
+
continue_voting: Continuer le vote
|
192
|
+
download_vote: Télécharger votre vote
|
193
|
+
pending_to_vote_budgets:
|
194
|
+
one: Vous pouvez voter dans un autre budget
|
195
|
+
other: Vous pouvez voter dans d'autres budgets
|
196
|
+
share_vote: Partagez votre vote
|
197
|
+
title: Votre vote a été enregistré avec succès
|
198
|
+
view_votes:
|
199
|
+
one: Voir le vote
|
200
|
+
other: Voir les votes
|
201
|
+
votes_count:
|
202
|
+
one: Votre vote pour %{budget_name} a déjà été enregistré.
|
203
|
+
other: Vos votes %{count} pour %{budget_name} ont déjà été enregistrés.
|
216
204
|
order_summary_mailer:
|
217
205
|
order_summary:
|
218
206
|
selected_projects: 'Les projets que vous avez sélectionnés sont :'
|
219
207
|
subject: Vous avez voté sur l'espace participatif %{space_name}
|
220
208
|
voted_on_space: Vous avez voté sur le budget %{budget_name} pour l'espace participatif %{space_name}.
|
221
|
-
voted_on_space_with_scope: Vous avez voté sur le budget %{budget_name} pour l'espace participatif %{space_name} sur %{scope_name} (%{scope_type}).
|
222
209
|
projects:
|
223
210
|
budget_confirm:
|
224
211
|
are_you_sure: Si vous changez d'avis, vous pourrez modifier votre vote plus tard.
|
@@ -253,8 +240,6 @@ fr-CA:
|
|
253
240
|
message: Votre vote n'a pas encore été enregistré car vous n'avez pas terminé le processus de vote. Êtes-vous sûr de vouloir quitter le vote ?
|
254
241
|
title: Vous n'avez pas encore voté
|
255
242
|
filters:
|
256
|
-
category: Catégorie
|
257
|
-
scope: Périmètre d'application
|
258
243
|
search: Rechercher
|
259
244
|
status: Statut
|
260
245
|
status_values:
|
@@ -329,13 +314,11 @@ fr-CA:
|
|
329
314
|
errors:
|
330
315
|
budget_voting_rule_only_one: Une seule règle de vote doit être activée.
|
331
316
|
budget_voting_rule_required: Une règle de vote est requise.
|
332
|
-
geocoding_enabled:
|
317
|
+
geocoding_enabled: Cartes activées
|
333
318
|
landing_page_content: Page d'accueil des budgets
|
334
319
|
more_information_modal: Plus d’informations
|
335
320
|
projects_per_page: Projets par page
|
336
321
|
resources_permissions_enabled: Les autorisations d'actions peuvent être définies pour chaque projet
|
337
|
-
scope_id: Périmètre d'application
|
338
|
-
scopes_enabled: Secteurs activés
|
339
322
|
title: Titre
|
340
323
|
total_budget: Budget total
|
341
324
|
vote_minimum_budget_projects_number: Nombre minimum de projets à voter
|
@@ -363,6 +346,9 @@ fr-CA:
|
|
363
346
|
disabled: Vote désactivé
|
364
347
|
enabled: Votes activés
|
365
348
|
finished: Vote terminé
|
349
|
+
download_your_data:
|
350
|
+
show:
|
351
|
+
projects: Export des projets
|
366
352
|
events:
|
367
353
|
budgets:
|
368
354
|
budget_published:
|
@@ -370,11 +356,19 @@ fr-CA:
|
|
370
356
|
email_outro: Vous recevez cette notification car vous suivez « %{participatory_space_title} ». Vous pouvez cesser de le suivre en allant sur le lien précédent.
|
371
357
|
email_subject: Le budget %{resource_title} est maintenant actif pour %{participatory_space_title}.
|
372
358
|
notification_title: Le budget <a href="%{resource_path}">%{resource_title}</a> est maintenant actif pour %{participatory_space_title}.
|
359
|
+
open_data:
|
360
|
+
help:
|
361
|
+
projects:
|
362
|
+
budget: Données concernant le budget (par exemple "Budget 2021") du projet
|
363
|
+
follows_count: Le nombre de personnes qui suivent ce projet
|
364
|
+
latitude: La latitude du projet au cas où il a un emplacement physique
|
365
|
+
longitude: La longitude du projet dans le cas où il a un emplacement physique
|
366
|
+
reference: La référence unique du projet
|
367
|
+
selected_at: L'heure à laquelle le projet a été sélectionné
|
368
|
+
updated_at: La dernière date de mise à jour du projet
|
373
369
|
orders:
|
374
370
|
checkout:
|
375
371
|
error: Une erreur s'est produite lors du traitement de votre vote.
|
376
|
-
success_html: <p>Votre vote a été soumis avec succès.</p> <p class="text-sm font-normal">Vous pouvez maintenant explorer le <a class="text-secondary underline" href="%{rest_of_budgets_link}">reste des budgets</a>.</p>
|
377
|
-
success_no_left_budgets_html: Votre vote a été enregistré avec succès.
|
378
372
|
destroy:
|
379
373
|
error: Un problème est survenu lors de l'annulation de votre vote.
|
380
374
|
success: Votre vote a été annulé avec succès.
|