decidim-budgets 0.28.2 → 0.28.4
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/views/decidim/budgets/admin/projects/_bulk-actions.html.erb +5 -3
- data/config/locales/fi-plain.yml +1 -1
- data/config/locales/fi.yml +3 -3
- data/config/locales/pt-BR.yml +67 -0
- data/config/locales/sv.yml +167 -53
- data/lib/decidim/budgets/version.rb +1 -1
- metadata +12 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0836cf8fb72452447c8f5cc2a97ce950a19fa7c7eebd4ac3fbd93a564f0864f4'
|
|
4
|
+
data.tar.gz: 7b673db6e52e3ccacab19be1464b4955a49ce1535bd0a10d877c1cfb769ba303
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3f8005f5ab51ffaca7e404b3c2a7e4336a8c601a9f734cf9e38795a655723da43b1d7225c0055b30782f2271b2a89c21c796bf5e1ff6331ec98f5fec9565af4d
|
|
7
|
+
data.tar.gz: '009fb8e2e464d4f4bcfebd207e25b7464ed7854c46296150b81f09ff467ad0f2dec923925a04bc7da9dc73fc84168aa15771410ed46b28d4702293e2a2931c56'
|
|
@@ -12,9 +12,11 @@
|
|
|
12
12
|
<% end %>
|
|
13
13
|
<% if allowed_to? :import_proposals, :project %>
|
|
14
14
|
<%= import_dropdown do %>
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
<%= link_to new_budget_proposals_import_path(budget) do %>
|
|
16
|
+
<li class="imports--component">
|
|
17
|
+
<%= t("actions.import", scope: "decidim.budgets", name: t("models.project.name", scope: "decidim.budgets.admin")) %>
|
|
18
|
+
</li>
|
|
19
|
+
<% end %>
|
|
18
20
|
<% end %>
|
|
19
21
|
<% end %>
|
|
20
22
|
<%= link_to t("actions.new_project", scope: "decidim.budgets"), new_budget_project_path, class: "button button__sm button__secondary new" if allowed_to? :create, :project %>
|
data/config/locales/fi-plain.yml
CHANGED
|
@@ -121,7 +121,7 @@ fi-pl:
|
|
|
121
121
|
update_budget:
|
|
122
122
|
invalid: 'Nämä hankkeet ovat jo samassa budjetissa tai niiden budjetit ovat enemmän kuin suurin sallittu määrä: %{projects}.'
|
|
123
123
|
select_a_project: Valitse hanke.
|
|
124
|
-
success: 'Seuraavat hankkeet
|
|
124
|
+
success: 'Seuraavat hankkeet päivitys onnistui budjetissa %{subject_name}: %{projects}.'
|
|
125
125
|
update_category:
|
|
126
126
|
invalid: 'Näillä projekteilla oli jo aihepiiri %{subject_name}: %{projects}.'
|
|
127
127
|
select_a_category: Valitse aihepiiri.
|
data/config/locales/fi.yml
CHANGED
|
@@ -121,7 +121,7 @@ fi:
|
|
|
121
121
|
update_budget:
|
|
122
122
|
invalid: 'Nämä hankkeet ovat jo samassa budjetissa tai niiden budjetit ovat enemmän kuin suurin sallittu määrä: %{projects}.'
|
|
123
123
|
select_a_project: Valitse hanke.
|
|
124
|
-
success: 'Seuraavat hankkeet
|
|
124
|
+
success: 'Seuraavat hankkeet päivitys onnistui budjetissa %{subject_name}: %{projects}.'
|
|
125
125
|
update_category:
|
|
126
126
|
invalid: 'Näillä hankkeilla oli jo aihepiiri %{subject_name}: %{projects}.'
|
|
127
127
|
select_a_category: Valitse aihepiiri.
|
|
@@ -144,7 +144,7 @@ fi:
|
|
|
144
144
|
proposals_imports:
|
|
145
145
|
create:
|
|
146
146
|
invalid: Ehdotusten tuominen hankkeiksi epäonnistui.
|
|
147
|
-
success: "%{number}
|
|
147
|
+
success: "%{number} ehdotuksen tuonti hankkeiksi onnistui."
|
|
148
148
|
new:
|
|
149
149
|
create: Tuo ehdotuksia hankkeiksi
|
|
150
150
|
default_budget: Oletusbudjetti
|
|
@@ -328,7 +328,7 @@ fi:
|
|
|
328
328
|
errors:
|
|
329
329
|
budget_voting_rule_only_one: Ainoastaan yksi äänestyssääntö voi olla kerrallaan valittuna.
|
|
330
330
|
budget_voting_rule_required: Yksi äänestyssääntö on valittava.
|
|
331
|
-
geocoding_enabled:
|
|
331
|
+
geocoding_enabled: Karttatoiminnot käytössä
|
|
332
332
|
landing_page_content: Budjetoinnin aloitussivun teksti
|
|
333
333
|
more_information_modal: Lisätietoikkunan teksti
|
|
334
334
|
projects_per_page: Hankkeet sivua kohden
|
data/config/locales/pt-BR.yml
CHANGED
|
@@ -121,6 +121,7 @@ pt-BR:
|
|
|
121
121
|
update_budget:
|
|
122
122
|
invalid: 'Esses projetos já estão no mesmo orçamento ou seus orçamentos são mais que o máximo permitido: %{projects}.'
|
|
123
123
|
select_a_project: Por favor, selecione um projeto.
|
|
124
|
+
success: 'Projetos atualizados com sucesso no scopo %{subject_name}: %{projects}.'
|
|
124
125
|
update_category:
|
|
125
126
|
invalid: 'Estes projetos já tinham a categoria %{subject_name}: %{projects}.'
|
|
126
127
|
select_a_category: Por favor, selecione uma categoria.
|
|
@@ -141,12 +142,17 @@ pt-BR:
|
|
|
141
142
|
selected: 'Estes projetos foram selecionados com sucesso para a implementação: %{projects}.'
|
|
142
143
|
unselected: 'Estes projetos foram desselecionados da implementação com sucesso: %{projects}.'
|
|
143
144
|
proposals_imports:
|
|
145
|
+
create:
|
|
146
|
+
invalid: Houve um problema ao importar as propostas para projetos.
|
|
147
|
+
success: "%{number} propostas importadas para projetos."
|
|
144
148
|
new:
|
|
145
149
|
create: Importar propostas para projetos
|
|
146
150
|
default_budget: Orçamento padrão
|
|
151
|
+
import_all_accepted_proposals: Importar todas as propostas aceitas
|
|
147
152
|
no_components: Não há outros componentes da proposta neste espaço participativo para importar as propostas para projetos.
|
|
148
153
|
origin_component_id: Componente de origem
|
|
149
154
|
select_component: Selecione um componente
|
|
155
|
+
title: Importar propostas para os projetos
|
|
150
156
|
reminders:
|
|
151
157
|
orders:
|
|
152
158
|
description: Os usuários receberão um e-mail com links para os orçamentos em que tenham pedido pendente.
|
|
@@ -168,14 +174,32 @@ pt-BR:
|
|
|
168
174
|
continue: Continuar
|
|
169
175
|
more_information: Mais informação
|
|
170
176
|
budgets_list:
|
|
177
|
+
budgets: Orçamentos
|
|
171
178
|
cancel_order:
|
|
172
179
|
more_than_one: exclua seu voto em %{name} e comece de novo
|
|
173
180
|
only_one: exclua seu voto e comece novamente.
|
|
181
|
+
count:
|
|
182
|
+
one: "Orçamento em %{count}"
|
|
183
|
+
other: "%{count} Orçamentos"
|
|
184
|
+
empty: Ainda não há orçamentos ainda
|
|
185
|
+
finished_message: Você terminou o processo de votação. Obrigado por participar!
|
|
174
186
|
highlighted_cta: Votar em %{name}
|
|
187
|
+
if_change_opinion: Se você mudou de ideia, você pode
|
|
188
|
+
orders:
|
|
189
|
+
highest_cost: Custo mais alto
|
|
190
|
+
label: Ordenar orçamentos por
|
|
191
|
+
lowest_cost: Custo mais baixo
|
|
192
|
+
random: Ordem aleatória
|
|
193
|
+
progress: Terminar votação
|
|
194
|
+
remove_vote: Remover voto
|
|
195
|
+
show: Ver projetos
|
|
175
196
|
vote: Voto
|
|
197
|
+
voted_budgets: Orçamentos votados
|
|
198
|
+
voted_on: Você votou em %{links}.
|
|
176
199
|
last_activity:
|
|
177
200
|
new_vote_at: Nova votação sobre orçamentação em
|
|
178
201
|
limit_announcement:
|
|
202
|
+
cant_vote: Você não pode votar neste orçamento. <a href="%{landing_path}">Tente outro orçamento</a>.
|
|
179
203
|
limit_reached: Você tem votos ativos em %{links}. Para votar neste orçamento você deve <a href="%{landing_path}">excluir seu voto e começar do zero</a>.
|
|
180
204
|
models:
|
|
181
205
|
budget:
|
|
@@ -185,6 +209,8 @@ pt-BR:
|
|
|
185
209
|
total_budget: Orçamento total
|
|
186
210
|
project:
|
|
187
211
|
fields:
|
|
212
|
+
category: Categoria
|
|
213
|
+
id: ID
|
|
188
214
|
title: Título
|
|
189
215
|
order_summary_mailer:
|
|
190
216
|
order_summary:
|
|
@@ -212,13 +238,17 @@ pt-BR:
|
|
|
212
238
|
are_you_sure: Deseja mesmo cancelar o seu voto?
|
|
213
239
|
cancel_order: exclua seu voto e comece de novo
|
|
214
240
|
checked_out:
|
|
241
|
+
description: Você já votou no orçamento. Se você mudou de ideia, você pode apagar seu voto %{cancel_link}.
|
|
215
242
|
title: Votação do orçamento concluída
|
|
243
|
+
vote: Orçamento total
|
|
216
244
|
count:
|
|
217
245
|
projects_count:
|
|
218
246
|
one: 1 projeto
|
|
219
247
|
other: "%{count} projetos"
|
|
248
|
+
empty: Não há projetos ainda.
|
|
220
249
|
exit_modal:
|
|
221
250
|
cancel: Voltar à votação
|
|
251
|
+
exit: Sair da votação
|
|
222
252
|
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?
|
|
223
253
|
title: Você ainda não votou
|
|
224
254
|
filters:
|
|
@@ -230,6 +260,22 @@ pt-BR:
|
|
|
230
260
|
all: Todos
|
|
231
261
|
not_selected: Não selecionado
|
|
232
262
|
selected: Selecionado
|
|
263
|
+
order_progress:
|
|
264
|
+
assigned: Atribuído
|
|
265
|
+
budget: Orçamento
|
|
266
|
+
dynamic_help:
|
|
267
|
+
keep_adding_projects: Continuar adicionando projetos
|
|
268
|
+
minimum_reached: Você atingiu o mínimo para poder votar
|
|
269
|
+
start_adding_projects: Começar a adicionar projetos
|
|
270
|
+
minimum: Mínimo
|
|
271
|
+
minimum_projects_rule:
|
|
272
|
+
description: Selecione pelo menos %{minimum_number} projetos que você deseja e vote de acordo com suas preferências para definir o orçamento.
|
|
273
|
+
projects_rule:
|
|
274
|
+
description: Selecione pelo menos %{minimum_number} e até %{maximum_number} projetos que você deseja e vote de acordo com suas preferências para definir o orçamento.
|
|
275
|
+
projects_rule_maximum_only:
|
|
276
|
+
description: Selecione até %{maximum_number} projetos que você desejar e vote de acordo com suas preferências para definir o orçamento.
|
|
277
|
+
vote_threshold_percent_rule:
|
|
278
|
+
description: Atribua pelo menos %{minimum_budget} aos projetos que você deseja e vote de acordo com suas preferências para definir o orçamento.
|
|
233
279
|
orders:
|
|
234
280
|
highest_cost: Custo mais alto
|
|
235
281
|
label: Ordenar projetos por
|
|
@@ -238,6 +284,8 @@ pt-BR:
|
|
|
238
284
|
random: Ordem aleatória
|
|
239
285
|
selected: Selecionado
|
|
240
286
|
project:
|
|
287
|
+
add: Adicione o projeto %{resource_name} ao seu voto.
|
|
288
|
+
remove: Remover projeto %{resource_name} do seu voto.
|
|
241
289
|
selected: Selecionado
|
|
242
290
|
votes:
|
|
243
291
|
one: voto
|
|
@@ -245,10 +293,17 @@ pt-BR:
|
|
|
245
293
|
you_voted: Você votou nisto
|
|
246
294
|
project_budget_button:
|
|
247
295
|
add: Adicione ao seu voto
|
|
296
|
+
add_descriptive: Adicione o projeto %{resource_name} ao seu voto.
|
|
248
297
|
added: Adicionado ao seu voto
|
|
298
|
+
added_descriptive: Projeto %{resource_name} adicionado ao seu voto.
|
|
299
|
+
project_filter:
|
|
300
|
+
added: Adicionado
|
|
301
|
+
all: Todos
|
|
249
302
|
projects_for: Projetos para %{name}
|
|
303
|
+
select_projects: Selecionar projetos
|
|
250
304
|
show:
|
|
251
305
|
budget: Orçamento
|
|
306
|
+
prompt: Selecione o orçamento
|
|
252
307
|
vote_reminder_mailer:
|
|
253
308
|
vote_reminder:
|
|
254
309
|
email_budgets: 'Áreas onde você tem uma votação inacabada:'
|
|
@@ -269,6 +324,10 @@ pt-BR:
|
|
|
269
324
|
announcement: Anúncio
|
|
270
325
|
comments_enabled: Comentários ativados
|
|
271
326
|
comments_max_length: Tamanho máximo de comentários (deixe 0 para o valor padrão)
|
|
327
|
+
form:
|
|
328
|
+
errors:
|
|
329
|
+
budget_voting_rule_only_one: Apenas uma regra de votação deve estar habilitada.
|
|
330
|
+
budget_voting_rule_required: Uma regra de votação é necessária.
|
|
272
331
|
geocoding_enabled: Geocoding habilitado
|
|
273
332
|
landing_page_content: Página inicial dos orçamentos
|
|
274
333
|
more_information_modal: Modal de mais informação
|
|
@@ -310,6 +369,14 @@ pt-BR:
|
|
|
310
369
|
email_outro: Você recebeu esta notificação porque está seguindo %{participatory_space_title}. Você pode parar de receber notificações após o link anterior.
|
|
311
370
|
email_subject: O orçamento %{resource_title} agora está ativo para %{participatory_space_title}.
|
|
312
371
|
notification_title: O orçamento <a href="%{resource_path}">%{resource_title}</a> agora está ativo para %{participatory_space_title}.
|
|
372
|
+
orders:
|
|
373
|
+
checkout:
|
|
374
|
+
error: Ocorreu um erro ao processar seu voto.
|
|
375
|
+
success_html:
|
|
376
|
+
success_no_left_budgets_html: Seu voto foi aceito com sucesso.
|
|
377
|
+
destroy:
|
|
378
|
+
error: Ocorreu um erro ao cancelar o seu voto.
|
|
379
|
+
success: Seu voto foi cancelado com sucesso.
|
|
313
380
|
resource_links:
|
|
314
381
|
included_proposals:
|
|
315
382
|
project_proposal: Propostas incluídas neste projeto
|
data/config/locales/sv.yml
CHANGED
|
@@ -3,24 +3,27 @@ sv:
|
|
|
3
3
|
activemodel:
|
|
4
4
|
attributes:
|
|
5
5
|
budget:
|
|
6
|
-
decidim_scope_id:
|
|
6
|
+
decidim_scope_id: Indelning
|
|
7
7
|
description: Beskrivning
|
|
8
8
|
title: Titel
|
|
9
9
|
total_budget: Total budget
|
|
10
|
-
weight:
|
|
10
|
+
weight: Position i listan
|
|
11
11
|
project:
|
|
12
12
|
budget_amount: Belopp
|
|
13
13
|
decidim_category_id: Kategori
|
|
14
|
-
decidim_scope_id:
|
|
14
|
+
decidim_scope_id: Indelning
|
|
15
15
|
description: Beskrivning
|
|
16
16
|
proposal_ids: Relaterade förslag
|
|
17
17
|
proposals: Förslag
|
|
18
18
|
selected: Valt för genomförande
|
|
19
19
|
title: Titel
|
|
20
20
|
proposals_import:
|
|
21
|
-
scope_id:
|
|
21
|
+
scope_id: Indelning
|
|
22
22
|
activerecord:
|
|
23
23
|
models:
|
|
24
|
+
decidim/budgets/budget:
|
|
25
|
+
one: Budget
|
|
26
|
+
other: Budgetar
|
|
24
27
|
decidim/budgets/project:
|
|
25
28
|
one: Projekt
|
|
26
29
|
other: Projekt
|
|
@@ -31,7 +34,7 @@ sv:
|
|
|
31
34
|
category_id_eq:
|
|
32
35
|
label: Kategori
|
|
33
36
|
scope_id_eq:
|
|
34
|
-
label:
|
|
37
|
+
label: Indelning
|
|
35
38
|
selected_at_null:
|
|
36
39
|
label: Valda
|
|
37
40
|
values:
|
|
@@ -46,22 +49,34 @@ sv:
|
|
|
46
49
|
edit: Redigera
|
|
47
50
|
edit_projects: Hantera projekt
|
|
48
51
|
import: Importera förslag till projekt
|
|
52
|
+
new_budget: Ny budget
|
|
53
|
+
new_project: Nytt projekt
|
|
49
54
|
preview: Förhandsvisa
|
|
55
|
+
send_voting_reminders: Skicka påminnelser om att rösta
|
|
50
56
|
title: Åtgärder
|
|
51
57
|
admin:
|
|
52
58
|
budgets:
|
|
59
|
+
create:
|
|
60
|
+
invalid: Det gick inte att skapa budgeten.
|
|
61
|
+
success: Budgeten har skapats.
|
|
62
|
+
destroy:
|
|
63
|
+
invalid: Det gick inte att radera budgeten.
|
|
64
|
+
success: Budgeten har raderats.
|
|
53
65
|
edit:
|
|
54
66
|
title: Redigera budget
|
|
55
67
|
update: Uppdatera budget
|
|
56
68
|
index:
|
|
57
|
-
finished_orders:
|
|
69
|
+
finished_orders: Färdiga omröstningar
|
|
58
70
|
pending_orders: Pågående omröstningar
|
|
59
71
|
title: Budgetar
|
|
60
|
-
users_with_finished_orders: Användare med
|
|
61
|
-
users_with_pending_orders: Användare med väntande
|
|
72
|
+
users_with_finished_orders: Användare med färdiga omröstningar
|
|
73
|
+
users_with_pending_orders: Användare med väntande omröstningar
|
|
62
74
|
new:
|
|
63
75
|
create: Skapa budget
|
|
64
76
|
title: Ny budget
|
|
77
|
+
update:
|
|
78
|
+
invalid: Det gick inte att uppdatera budgeten.
|
|
79
|
+
success: Budgeten har uppdaterats.
|
|
65
80
|
exports:
|
|
66
81
|
projects: Projekt
|
|
67
82
|
models:
|
|
@@ -70,28 +85,74 @@ sv:
|
|
|
70
85
|
project:
|
|
71
86
|
name: Projekt
|
|
72
87
|
projects:
|
|
88
|
+
create:
|
|
89
|
+
invalid: Det gick inte att skapa projektet.
|
|
90
|
+
success: Projektet har skapats.
|
|
91
|
+
destroy:
|
|
92
|
+
success: Projektet har raderats.
|
|
73
93
|
edit:
|
|
74
94
|
title: Redigera projekt
|
|
75
95
|
update: Uppdatera
|
|
76
96
|
index:
|
|
77
97
|
actions: Åtgärder
|
|
78
98
|
cancel: Avbryt
|
|
99
|
+
change_budget: Ändra budget
|
|
79
100
|
change_category: Ändra kategori
|
|
101
|
+
change_scope: Ändra indelning
|
|
102
|
+
change_selected: Ändra status
|
|
103
|
+
deselect_implementation: Välj bort från genomförande
|
|
80
104
|
finished_orders: Avslutade omröstningar
|
|
81
105
|
pending_orders: Pågående omröstningar
|
|
106
|
+
select_for_implementation: Välj för genomförande
|
|
82
107
|
selected: Valda
|
|
108
|
+
selected_options:
|
|
109
|
+
'no': 'Nej'
|
|
110
|
+
'yes': 'Ja'
|
|
83
111
|
title: Projekt
|
|
84
112
|
update: Uppdatera
|
|
85
|
-
|
|
113
|
+
update_budget_button: Uppdatera projektets budget
|
|
114
|
+
update_scope_button: Uppdatera indelning
|
|
86
115
|
new:
|
|
87
116
|
create: Skapa
|
|
88
117
|
title: Nytt projekt
|
|
118
|
+
update:
|
|
119
|
+
invalid: Det gick inte att uppdatera projektet.
|
|
120
|
+
success: Projektet har uppdaterats.
|
|
121
|
+
update_budget:
|
|
122
|
+
invalid: 'Projekten ingår redan i samma budget eller överstiger det maximala beloppet: %{projects}.'
|
|
123
|
+
select_a_project: Välj ett projekt.
|
|
124
|
+
success: 'Projekten till budgeten %{subject_name} har uppdaterats: %{projects}.'
|
|
125
|
+
update_category:
|
|
126
|
+
invalid: 'De här projekten tillhörde redan kategorin %{subject_name}: %{projects}.'
|
|
127
|
+
select_a_category: Välj en kategori.
|
|
128
|
+
select_a_project: Välj ett projekt.
|
|
129
|
+
success: 'Projekten till budgeten %{subject_name} har uppdaterats: %{projects}.'
|
|
130
|
+
update_scope:
|
|
131
|
+
invalid: 'De här projekten tillhörde redan indelningen %{subject_name}: %{projects}.'
|
|
132
|
+
select_a_project: Välj ett projekt.
|
|
133
|
+
select_a_scope: Välj en indelning.
|
|
134
|
+
success: 'Projekten inom %{subject_name} har uppdaterats: %{projects}.'
|
|
135
|
+
update_selected:
|
|
136
|
+
invalid:
|
|
137
|
+
selected: 'De här projekten har redan valts för genomförande: %{projects}.'
|
|
138
|
+
unselected: 'Projekten har redan valts bort för genomförande: %{projects}.'
|
|
139
|
+
select_a_project: Välj ett projekt.
|
|
140
|
+
select_a_selection: Välj status för genomförandet.
|
|
141
|
+
success:
|
|
142
|
+
selected: 'Projekten har redan valts för genomförande: %{projects}.'
|
|
143
|
+
unselected: 'Projekten har valts bort från genomförande: %{projects}.'
|
|
89
144
|
proposals_imports:
|
|
145
|
+
create:
|
|
146
|
+
invalid: Det gick inte att importera förslagen till projekten.
|
|
147
|
+
success: "%{number} förslag har importerats till projekt."
|
|
90
148
|
new:
|
|
91
149
|
create: Importera förslag till projekt
|
|
92
150
|
default_budget: Förvald budget
|
|
151
|
+
import_all_accepted_proposals: Importera alla godkända förslag
|
|
93
152
|
no_components: Det finns inga andra förslagskomponenter med förslag i deltagarutrymmet som kan importeras till projekt.
|
|
153
|
+
origin_component_id: Ursprungskomponent
|
|
94
154
|
select_component: Välj en komponent
|
|
155
|
+
title: Importera förslag till projekt
|
|
95
156
|
reminders:
|
|
96
157
|
orders:
|
|
97
158
|
description: Användarna kommer få ett e-post med länkar till budgetar de har börjat rösta i.
|
|
@@ -117,12 +178,28 @@ sv:
|
|
|
117
178
|
cancel_order:
|
|
118
179
|
more_than_one: dra tillbaka din röst på %{name} och börja om
|
|
119
180
|
only_one: dra tillbaka din röst och börja om.
|
|
181
|
+
count:
|
|
182
|
+
one: "%{count} budget"
|
|
183
|
+
other: "%{count} budgetar"
|
|
184
|
+
empty: Det finns inga budgetar än
|
|
185
|
+
finished_message: Du har avslutat omröstningen. Tack för ditt deltagande!
|
|
120
186
|
highlighted_cta: Rösta på %{name}
|
|
121
|
-
|
|
187
|
+
if_change_opinion: Om du har ändrat dig kan du
|
|
188
|
+
orders:
|
|
189
|
+
highest_cost: Högst kostnad
|
|
190
|
+
label: Sortera budgetar efter
|
|
191
|
+
lowest_cost: Lägst kostnad
|
|
192
|
+
random: Slumpvis ordning
|
|
193
|
+
progress: Avsluta omröstning
|
|
122
194
|
remove_vote: Ta bort röst
|
|
123
195
|
show: Visa projekt
|
|
124
196
|
vote: Rösta
|
|
197
|
+
voted_budgets: Budgetar som röstats i
|
|
198
|
+
voted_on: Du har röstat på %{links}.
|
|
199
|
+
last_activity:
|
|
200
|
+
new_vote_at: Ny röst i budget
|
|
125
201
|
limit_announcement:
|
|
202
|
+
cant_vote: Du kan inte rösta i den här budgeten. <a href="%{landing_path}">Prova en annan budget</a>.
|
|
126
203
|
limit_reached: Du har aktiva röster i %{links}. För att rösta måste du <a href="%{landing_path}">ta bort din röst och börja om</a>.
|
|
127
204
|
models:
|
|
128
205
|
budget:
|
|
@@ -137,10 +214,10 @@ sv:
|
|
|
137
214
|
title: Titel
|
|
138
215
|
order_summary_mailer:
|
|
139
216
|
order_summary:
|
|
140
|
-
selected_projects: '
|
|
141
|
-
subject: Du har röstat i
|
|
142
|
-
voted_on_space: Du har röstat på budgeten %{budget_name} i
|
|
143
|
-
voted_on_space_with_scope: Du har röstat på budgeten %{budget_name} i
|
|
217
|
+
selected_projects: 'Du har valt följande projekt:'
|
|
218
|
+
subject: Du har röstat i %{space_name}
|
|
219
|
+
voted_on_space: Du har röstat på budgeten %{budget_name} i %{space_name}.
|
|
220
|
+
voted_on_space_with_scope: Du har röstat på budgeten %{budget_name} i %{space_name} för %{scope_name} (%{scope_type}).
|
|
144
221
|
projects:
|
|
145
222
|
budget_confirm:
|
|
146
223
|
are_you_sure: Om du ändrar dig kan du ändra rösten senare.
|
|
@@ -150,29 +227,33 @@ sv:
|
|
|
150
227
|
title: Bekräfta röst
|
|
151
228
|
budget_excess:
|
|
152
229
|
budget_excess:
|
|
230
|
+
description: Det här projekt överstiger budgeten och kan inte läggas till. Du måste först ta bort ett projekt innan du lägger till ett nytt.
|
|
153
231
|
title: Maximal budget överskriden
|
|
232
|
+
description: Det här projekt överstiger budgeten och kan inte läggas till. Du måste först ta bort ett projekt innan du lägger till ett nytt.
|
|
154
233
|
ok: OK
|
|
155
234
|
projects_excess:
|
|
156
235
|
description: Du har valt för många projekt. Du måste först ta bort ett projekt innan du lägger till ett nytt.
|
|
157
236
|
title: Maximalt antal projekt överskridet
|
|
158
237
|
budget_summary:
|
|
159
238
|
are_you_sure: Vill du dra tillbaka din röst?
|
|
160
|
-
cancel_order: dra tillbaka din röst
|
|
239
|
+
cancel_order: dra tillbaka din röst
|
|
161
240
|
checked_out:
|
|
241
|
+
description: Du har redan röstat i budgeten. Om du har ändrat dig kan du ta bort din röst.
|
|
162
242
|
title: Budgetomröstning slutförd
|
|
163
243
|
vote: Rösta i budgeten
|
|
164
244
|
count:
|
|
165
245
|
projects_count:
|
|
166
246
|
one: Ett projekt
|
|
167
247
|
other: "%{count} projekt"
|
|
248
|
+
empty: Det finns inga projekt än
|
|
168
249
|
exit_modal:
|
|
169
250
|
cancel: Tillbaka till omröstningen
|
|
170
|
-
exit:
|
|
171
|
-
message: Din röst har inte registrerats eftersom du ännu inte har slutfört omröstningen. Är du säker på att du vill
|
|
251
|
+
exit: Avbryt omröstning
|
|
252
|
+
message: Din röst har inte registrerats eftersom du ännu inte har slutfört omröstningen. Är du säker på att du vill lämna omröstningen?
|
|
172
253
|
title: Du har ännu inte röstat
|
|
173
254
|
filters:
|
|
174
255
|
category: Kategori
|
|
175
|
-
scope:
|
|
256
|
+
scope: Indelning
|
|
176
257
|
search: Sök
|
|
177
258
|
status: Status
|
|
178
259
|
status_values:
|
|
@@ -182,37 +263,56 @@ sv:
|
|
|
182
263
|
order_progress:
|
|
183
264
|
assigned: Tilldelade
|
|
184
265
|
budget: Budget
|
|
266
|
+
dynamic_help:
|
|
267
|
+
keep_adding_projects: Fortsätt lägga till projekt
|
|
268
|
+
minimum_reached: Du har uppnått den lägsta gränsen för att kunna rösta
|
|
269
|
+
start_adding_projects: Börja lägga till projekt
|
|
185
270
|
minimum: Minst
|
|
271
|
+
minimum_projects_rule:
|
|
272
|
+
description: Välj minst %{minimum_number} projekt att rösta på inom budgeten.
|
|
273
|
+
projects_rule:
|
|
274
|
+
description: Välj minst %{minimum_number} och som mest %{maximum_number} projekt att rösta på inom budgeten.
|
|
275
|
+
projects_rule_maximum_only:
|
|
276
|
+
description: Välj upp till %{maximum_number} projekt att rösta på inom budgeten.
|
|
277
|
+
vote_threshold_percent_rule:
|
|
278
|
+
description: Tilldela minst %{minimum_budget} till de projekt du vill rösta på inom budgeten.
|
|
186
279
|
orders:
|
|
187
280
|
highest_cost: Högst kostnad
|
|
188
|
-
label:
|
|
189
|
-
lowest_cost:
|
|
281
|
+
label: Sortera projekt efter
|
|
282
|
+
lowest_cost: Lägst kostnad
|
|
190
283
|
most_voted: Mest röster
|
|
191
|
-
random:
|
|
284
|
+
random: Slumpvis ordning
|
|
192
285
|
selected: Valda
|
|
193
286
|
project:
|
|
287
|
+
add: Lägg till projektet %{resource_name} till din röst.
|
|
288
|
+
remove: Ta bort projektet %{resource_name} från din röst.
|
|
194
289
|
selected: Valda
|
|
195
290
|
votes:
|
|
196
291
|
one: röst
|
|
197
292
|
other: röster
|
|
293
|
+
you_voted: Du röstade på det här
|
|
198
294
|
project_budget_button:
|
|
199
|
-
add: Lägg till
|
|
200
|
-
|
|
295
|
+
add: Lägg till
|
|
296
|
+
add_descriptive: Lägg till projektet %{resource_name} till din röst.
|
|
297
|
+
added: Tillagd
|
|
298
|
+
added_descriptive: Projektet %{resource_name} har lagts till din röst.
|
|
201
299
|
project_filter:
|
|
202
|
-
added:
|
|
300
|
+
added: Tillagd
|
|
203
301
|
all: Alla
|
|
204
|
-
projects_for: Projekt
|
|
302
|
+
projects_for: Projekt inom %{name}
|
|
303
|
+
select_projects: Välj projekt
|
|
205
304
|
show:
|
|
206
305
|
budget: Budget
|
|
306
|
+
prompt: Välj budget
|
|
207
307
|
vote_reminder_mailer:
|
|
208
308
|
vote_reminder:
|
|
209
|
-
email_budgets: 'Områden där du
|
|
210
|
-
email_intro: Du har börjat rösta i medborgarbudgeten men inte
|
|
211
|
-
email_link:
|
|
212
|
-
email_outro: Kom ihåg att
|
|
309
|
+
email_budgets: 'Områden där du har en oavslutad omröstning:'
|
|
310
|
+
email_intro: Du har börjat rösta i medborgarbudgeten men inte gjort klart den.
|
|
311
|
+
email_link: Gör färdigt omröstningen
|
|
312
|
+
email_outro: Kom ihåg att göra färdigt omröstningen. För att rösta måste du först välja ett eller flera förslag som du vill rösta för och bekräfta din röst med knappen "Rösta".
|
|
213
313
|
email_subject:
|
|
214
|
-
one: Du har börjat rösta i medborgarbudgeten men
|
|
215
|
-
other: Du har börjat rösta i medborgarbudgeten men
|
|
314
|
+
one: Du har börjat rösta i medborgarbudgeten men inte skickat in din röst
|
|
315
|
+
other: Du har börjat rösta i medborgarbudgeten men inte skickat in dina röster
|
|
216
316
|
components:
|
|
217
317
|
budgets:
|
|
218
318
|
actions:
|
|
@@ -222,50 +322,64 @@ sv:
|
|
|
222
322
|
settings:
|
|
223
323
|
global:
|
|
224
324
|
announcement: Meddelande
|
|
225
|
-
comments_enabled:
|
|
226
|
-
comments_max_length: Maximal
|
|
227
|
-
|
|
325
|
+
comments_enabled: Aktivera kommentarer
|
|
326
|
+
comments_max_length: Maximal kommentarslängd (ange 0 för att använda standardvärdet)
|
|
327
|
+
form:
|
|
328
|
+
errors:
|
|
329
|
+
budget_voting_rule_only_one: Endast en röstningsregel kan vara aktiverad.
|
|
330
|
+
budget_voting_rule_required: Det krävs en röstningsregel.
|
|
331
|
+
geocoding_enabled: Aktivera visning på karta
|
|
332
|
+
landing_page_content: Landningssida för budgetar
|
|
228
333
|
more_information_modal: Fönster "Mer information"
|
|
229
334
|
projects_per_page: Projekt per sida
|
|
230
|
-
resources_permissions_enabled:
|
|
231
|
-
scope_id:
|
|
232
|
-
scopes_enabled:
|
|
335
|
+
resources_permissions_enabled: Behörigheter kan ställas in för varje projekt
|
|
336
|
+
scope_id: Indelning
|
|
337
|
+
scopes_enabled: Aktivera indelningar
|
|
233
338
|
title: Titel
|
|
234
339
|
total_budget: Total budget
|
|
235
|
-
vote_minimum_budget_projects_number: Minsta antal projekt att rösta
|
|
236
|
-
vote_rule_minimum_budget_projects_enabled: 'Aktivera regel: Minsta antal projekt att rösta
|
|
340
|
+
vote_minimum_budget_projects_number: Minsta antal projekt att rösta på
|
|
341
|
+
vote_rule_minimum_budget_projects_enabled: 'Aktivera regel: Minsta antal projekt att rösta på'
|
|
342
|
+
vote_rule_selected_projects_enabled: 'Aktivera regel: Minsta och högsta antal projekt att rösta på'
|
|
237
343
|
vote_rule_threshold_percent_enabled: 'Aktivera regel: Lägsta procentandel av budget'
|
|
238
|
-
vote_selected_projects_maximum:
|
|
344
|
+
vote_selected_projects_maximum: Maximalt antal projekt att välja
|
|
239
345
|
vote_selected_projects_minimum: Minsta antal projekt att välja
|
|
240
|
-
vote_threshold_percent:
|
|
346
|
+
vote_threshold_percent: Tröskelvärde för röster i procent
|
|
241
347
|
workflow: Arbetsflöde
|
|
242
348
|
workflow_choices:
|
|
243
|
-
all: 'Rösta på alla:
|
|
244
|
-
one: 'Rösta på en:
|
|
349
|
+
all: 'Rösta på alla: låt deltagare att rösta i alla budgetar.'
|
|
350
|
+
one: 'Rösta på en: låt deltagare rösta i valfri budget, men bara i en.'
|
|
245
351
|
step:
|
|
246
352
|
announcement: Meddelande
|
|
247
|
-
comments_blocked:
|
|
248
|
-
highlighted_heading:
|
|
249
|
-
landing_page_content:
|
|
250
|
-
list_heading:
|
|
353
|
+
comments_blocked: Stäng av kommentarer
|
|
354
|
+
highlighted_heading: Markerad rubrik
|
|
355
|
+
landing_page_content: Landningssida för budgetar
|
|
356
|
+
list_heading: Rubrik för lista
|
|
251
357
|
more_information_modal: Fönster "Mer information"
|
|
252
358
|
show_votes: Visa röster
|
|
253
359
|
title: Titel
|
|
254
360
|
votes: Omröstning
|
|
255
361
|
votes_choices:
|
|
256
362
|
disabled: Omröstning inaktiverad
|
|
257
|
-
enabled:
|
|
363
|
+
enabled: Omröstning aktiverad
|
|
258
364
|
finished: Omröstning avslutad
|
|
259
365
|
events:
|
|
260
366
|
budgets:
|
|
261
367
|
budget_published:
|
|
262
|
-
email_intro: 'Budgeten %{resource_title}
|
|
263
|
-
email_outro: Du har fått det här meddelandet eftersom du följer %{participatory_space_title}. Du kan sluta att ta emot
|
|
264
|
-
email_subject: Budgeten %{resource_title}
|
|
265
|
-
notification_title: Budgeten <a href="%{resource_path}">%{resource_title}</a>
|
|
368
|
+
email_intro: 'Budgeten %{resource_title} för %{participatory_space_title} är nu aktiv. Du kan se den från den här sidan:'
|
|
369
|
+
email_outro: Du har fått det här meddelandet eftersom du följer %{participatory_space_title}. Du kan sluta att ta emot meddelanden via föregående länk.
|
|
370
|
+
email_subject: Budgeten %{resource_title} för %{participatory_space_title} är nu aktiv.
|
|
371
|
+
notification_title: Budgeten <a href="%{resource_path}">%{resource_title}</a> för %{participatory_space_title} är nu aktiv.
|
|
372
|
+
orders:
|
|
373
|
+
checkout:
|
|
374
|
+
error: Det gick inte att behandla din röst.
|
|
375
|
+
success_html: <p>Din röst har godkänts.</p> <p class="text-sm font-normal">Du kan utforska <a class="text-secondary underline" href="%{rest_of_budgets_link}">resten av budgeten här</a>.</p>
|
|
376
|
+
success_no_left_budgets_html: Din röst har tagits emot.
|
|
377
|
+
destroy:
|
|
378
|
+
error: Det gick inte att dra tillbaka din röst.
|
|
379
|
+
success: Din röst har dragits tillbaka.
|
|
266
380
|
resource_links:
|
|
267
381
|
included_proposals:
|
|
268
|
-
project_proposal: Förslag som ingår i
|
|
382
|
+
project_proposal: Förslag som ingår i projektet
|
|
269
383
|
statistics:
|
|
270
384
|
orders_count: Stöd
|
|
271
385
|
projects_count: Projekt
|
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.28.
|
|
4
|
+
version: 0.28.4
|
|
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: 2024-
|
|
13
|
+
date: 2024-10-02 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.28.
|
|
21
|
+
version: 0.28.4
|
|
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.28.
|
|
28
|
+
version: 0.28.4
|
|
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.28.
|
|
35
|
+
version: 0.28.4
|
|
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.28.
|
|
42
|
+
version: 0.28.4
|
|
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.28.
|
|
49
|
+
version: 0.28.4
|
|
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.28.
|
|
56
|
+
version: 0.28.4
|
|
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.28.
|
|
63
|
+
version: 0.28.4
|
|
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.28.
|
|
70
|
+
version: 0.28.4
|
|
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.28.
|
|
77
|
+
version: 0.28.4
|
|
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.28.
|
|
84
|
+
version: 0.28.4
|
|
85
85
|
description: A budgets component for decidim's participatory spaces.
|
|
86
86
|
email:
|
|
87
87
|
- josepjaume@gmail.com
|