decidim-budgets 0.29.1 → 0.29.3
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/app/views/decidim/budgets/projects/index.js.erb +10 -0
- data/app/views/decidim/budgets/projects/show.html.erb +14 -9
- 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 +388 -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 +93 -84
- 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
@@ -0,0 +1,388 @@
|
|
1
|
+
---
|
2
|
+
ca-IT:
|
3
|
+
activemodel:
|
4
|
+
attributes:
|
5
|
+
budget:
|
6
|
+
decidim_scope_id: Àmbit
|
7
|
+
description: Descripció
|
8
|
+
title: Títol
|
9
|
+
total_budget: Pressupost total
|
10
|
+
weight: Ordre de posició
|
11
|
+
project:
|
12
|
+
budget_amount: Import del pressupost
|
13
|
+
decidim_category_id: Categoria
|
14
|
+
decidim_scope_id: Àmbit
|
15
|
+
description: Descripció
|
16
|
+
proposal_ids: Propostes relacionades
|
17
|
+
proposals: Propostes
|
18
|
+
selected: Seleccionat per implementar
|
19
|
+
title: Títol
|
20
|
+
proposals_import:
|
21
|
+
scope_id: Àmbit
|
22
|
+
activerecord:
|
23
|
+
models:
|
24
|
+
decidim/budgets/budget:
|
25
|
+
one: Pressupost
|
26
|
+
other: Pressupostos
|
27
|
+
decidim/budgets/project:
|
28
|
+
one: Projecte
|
29
|
+
other: Projectes
|
30
|
+
decidim:
|
31
|
+
admin:
|
32
|
+
filters:
|
33
|
+
projects:
|
34
|
+
category_id_eq:
|
35
|
+
label: Categoria
|
36
|
+
scope_id_eq:
|
37
|
+
label: Àmbit
|
38
|
+
selected_at_null:
|
39
|
+
label: Seleccionat
|
40
|
+
values:
|
41
|
+
'false': Seleccionat per implementar
|
42
|
+
'true': No s'ha seleccionat per implementar
|
43
|
+
budgets:
|
44
|
+
actions:
|
45
|
+
attachment_collections: Carpetes
|
46
|
+
attachments: Adjunts
|
47
|
+
confirm_destroy: Segur que vols eliminar aquest projecte?
|
48
|
+
destroy: Esborrar
|
49
|
+
edit: Editar
|
50
|
+
edit_projects: Gestionar projectes
|
51
|
+
import: Importa propostes a projectes
|
52
|
+
new_budget: Afegir pressupost
|
53
|
+
new_project: Afegir projecte
|
54
|
+
preview: Previsualitzar
|
55
|
+
send_voting_reminders: Enviar recordatoris de votació
|
56
|
+
title: Accions
|
57
|
+
admin:
|
58
|
+
budgets:
|
59
|
+
create:
|
60
|
+
invalid: S'ha produït un error en crear aquest pressupost.
|
61
|
+
success: Pressupost creat correctament.
|
62
|
+
destroy:
|
63
|
+
invalid: S'ha produït un error en eliminar aquest pressupost.
|
64
|
+
success: Pressupost eliminat correctament.
|
65
|
+
edit:
|
66
|
+
title: Edita el pressupost
|
67
|
+
update: Actualitza el pressupost
|
68
|
+
index:
|
69
|
+
finished_orders: Vots finalitzats
|
70
|
+
pending_orders: Vots en procés
|
71
|
+
title: Pressupostos
|
72
|
+
users_with_finished_orders: Usuàries amb vots finalitzats
|
73
|
+
users_with_pending_orders: Usuàries amb vots pendents
|
74
|
+
new:
|
75
|
+
create: Crea pressupost
|
76
|
+
title: Nou pressupost
|
77
|
+
update:
|
78
|
+
invalid: S'ha produït un error en actualitzar aquest pressupost.
|
79
|
+
success: Pressupost actualitzat correctament.
|
80
|
+
exports:
|
81
|
+
projects: Projectes
|
82
|
+
models:
|
83
|
+
budget:
|
84
|
+
name: Pressupost
|
85
|
+
project:
|
86
|
+
name: Projecte
|
87
|
+
projects:
|
88
|
+
create:
|
89
|
+
invalid: S'ha produït un error en crear aquest projecte.
|
90
|
+
success: Projecte creat correctament.
|
91
|
+
destroy:
|
92
|
+
success: Projecte eliminat correctament.
|
93
|
+
edit:
|
94
|
+
title: Editar projecte
|
95
|
+
update: Actualitzar
|
96
|
+
index:
|
97
|
+
actions: Accions
|
98
|
+
cancel: Cancel·lar
|
99
|
+
change_budget: Canviar pressupost
|
100
|
+
change_category: Canviar categoria
|
101
|
+
change_scope: Canviar àmbit
|
102
|
+
change_selected: Canviar l'estat seleccionat
|
103
|
+
deselect_implementation: No s'ha seleccionat per implementar
|
104
|
+
finished_orders: Vots finalitzats
|
105
|
+
pending_orders: Vots en procés
|
106
|
+
select_for_implementation: Seleccionat per implementar
|
107
|
+
selected: Seleccionat
|
108
|
+
selected_options:
|
109
|
+
'no': 'No'
|
110
|
+
'yes': 'Sí'
|
111
|
+
title: Projectes
|
112
|
+
update: Actualitzar
|
113
|
+
update_budget_button: Actualitzar el pressupost del projecte
|
114
|
+
update_scope_button: Actualitzar àmbit
|
115
|
+
new:
|
116
|
+
create: Crear
|
117
|
+
title: Nou projecte
|
118
|
+
update:
|
119
|
+
invalid: S'ha produït un error en actualitzar aquest projecte.
|
120
|
+
success: Projecte actualitzat correctament.
|
121
|
+
update_budget:
|
122
|
+
invalid: 'Aquests projectes ja estan al mateix pressupost o els seus pressupostos són superiors al màxim permès: %{projects}.'
|
123
|
+
select_a_project: Si us plau, selecciona un projecte.
|
124
|
+
success: 'Projectes actualitzats correctament pel pressupost de %{subject_name}: %{projects}.'
|
125
|
+
update_category:
|
126
|
+
invalid: 'Aquestes propostes ja tenien la categoria %{subject_name}: %{projects}.'
|
127
|
+
select_a_category: Si us plau, selecciona una categoria.
|
128
|
+
select_a_project: Si us plau, selecciona un projecte.
|
129
|
+
success: 'Els projectes s''han actualitzat correctament a la categoria %{subject_name}: %{projects}.'
|
130
|
+
update_scope:
|
131
|
+
invalid: 'Aquests projectes ja estaven assignats a l''àmbit %{subject_name}: %{projects}.'
|
132
|
+
select_a_project: Si us plau, selecciona un projecte.
|
133
|
+
select_a_scope: Si us plau, selecciona un àmbit.
|
134
|
+
success: 'Els projectes s''han actualitzat correctament a l''àmbit %{subject_name}: %{projects}.'
|
135
|
+
update_selected:
|
136
|
+
invalid:
|
137
|
+
selected: 'Aquests projectes ja han estat seleccionats per a ser implementats: %{projects}.'
|
138
|
+
unselected: 'Aquests projectes han estat deseleccionats de ser implementats: %{projects}.'
|
139
|
+
select_a_project: Si us plau, selecciona un projecte.
|
140
|
+
select_a_selection: Si us plau, selecciona un estat d'implementació.
|
141
|
+
success:
|
142
|
+
selected: 'Aquests projectes s''han seleccionat correctament per a ser implementats: %{projects}.'
|
143
|
+
unselected: 'Aquests projectes s''han deseleccionat correctament per a ser implementats: %{projects}.'
|
144
|
+
proposals_imports:
|
145
|
+
create:
|
146
|
+
invalid: S'ha produït un error en importar les propostes a projectes.
|
147
|
+
success: "S'ha importat amb èxit %{number} propostes a projectes."
|
148
|
+
new:
|
149
|
+
create: Importa propostes a projectes
|
150
|
+
default_budget: Pressupost per defecte
|
151
|
+
import_all_accepted_proposals: Importar totes les propostes acceptades
|
152
|
+
no_components: No hi ha cap component de propostes en aquest espai participatiu per importar les propostes a projectes.
|
153
|
+
origin_component_id: Component d'origen
|
154
|
+
select_component: Selecciona un component
|
155
|
+
title: Importa propostes a projectes
|
156
|
+
reminders:
|
157
|
+
orders:
|
158
|
+
description: Les usuàries rebran un correu amb els enllaços als pressupostos on tenen "comandes" pendents.
|
159
|
+
title:
|
160
|
+
one: Estàs a punt d'enviar un correu recordatori a %{count} usuària
|
161
|
+
other: Estàs a punt d'enviar un correu recordatori a les usuàries %{count}
|
162
|
+
admin_log:
|
163
|
+
budget:
|
164
|
+
create: "%{user_name} ha creat el pressupost %{resource_name} a l'espai %{space_name}"
|
165
|
+
delete: "%{user_name} ha eliminat el pressupost %{resource_name} de l'espai %{space_name}"
|
166
|
+
update: "%{user_name} ha actualitzat el pressupost %{resource_name} de l'espai %{space_name}"
|
167
|
+
project:
|
168
|
+
create: "%{user_name} ha creat el projecte %{resource_name} a l'espai %{space_name}"
|
169
|
+
delete: "%{user_name} ha eliminat el projecte %{resource_name} de l'espai %{space_name}"
|
170
|
+
update: "%{user_name} ha actualitzat el projecte %{resource_name} de l'espai %{space_name}"
|
171
|
+
budget_information_modal:
|
172
|
+
back_to: Tornar a %{component_name}
|
173
|
+
close_modal: Tancar el modal
|
174
|
+
continue: Continuar
|
175
|
+
more_information: Més informació sobre el pressupost
|
176
|
+
budgets_list:
|
177
|
+
budgets: Pressupostos
|
178
|
+
cancel_order:
|
179
|
+
more_than_one: eliminar el teu vot a %{name} i començar de nou
|
180
|
+
only_one: eliminar el teu vot i començar de nou.
|
181
|
+
count:
|
182
|
+
one: "%{count} pressupost"
|
183
|
+
other: "%{count} pressupostos"
|
184
|
+
empty: Encara no hi ha cap pressupost
|
185
|
+
finished_message: Has finalitzat el procés de votació. Gràcies per participar-hi!
|
186
|
+
highlighted_cta: Votar a %{name}
|
187
|
+
if_change_opinion: Si has canviat d'opinió, pots
|
188
|
+
orders:
|
189
|
+
highest_cost: Cost més elevat
|
190
|
+
label: Ordenar projectes per
|
191
|
+
lowest_cost: Cost més baix
|
192
|
+
random: Ordre aleatori
|
193
|
+
progress: Acaba la votació
|
194
|
+
remove_vote: Eliminar el vot
|
195
|
+
show: Mostra els projectes
|
196
|
+
vote: Vota
|
197
|
+
voted_budgets: Pressupostos votats
|
198
|
+
voted_on: Has votat a %{links}.
|
199
|
+
last_activity:
|
200
|
+
new_vote_at: Nova votació pressupostària a
|
201
|
+
limit_announcement:
|
202
|
+
cant_vote: No pots votar a aquest pressupost. <a href="%{landing_path}"> Prova amb un altre pressupost</a>.
|
203
|
+
limit_reached: Tens vots actius a %{links}. Per votar en aquest pressupot has d' <a href="%{landing_path}">esborrar el teu vot i començar de nou</a>.
|
204
|
+
models:
|
205
|
+
budget:
|
206
|
+
fields:
|
207
|
+
name: Nom
|
208
|
+
projects_count: Número de projectes
|
209
|
+
total_budget: Pressupost total
|
210
|
+
project:
|
211
|
+
fields:
|
212
|
+
category: Categoria
|
213
|
+
id: ID
|
214
|
+
map: Mapa
|
215
|
+
title: Títol
|
216
|
+
order_summary_mailer:
|
217
|
+
order_summary:
|
218
|
+
selected_projects: 'Els projectes que has seleccionat són:'
|
219
|
+
subject: Has votat a l'espai de participació %{space_name}
|
220
|
+
voted_on_space: Has votat al pressupost %{budget_name} de l'espai de participació %{space_name}.
|
221
|
+
voted_on_space_with_scope: Has votat al pressupost %{budget_name} de l'espai de participació %{space_name} de %{scope_name} (%{scope_type}).
|
222
|
+
projects:
|
223
|
+
budget_confirm:
|
224
|
+
are_you_sure: Si canvies d'opinió, pots modificar el teu vot més tard.
|
225
|
+
cancel: Cancel·lar
|
226
|
+
confirm: Confirmar
|
227
|
+
description: Aquests són els projectes que has seleccionat per formar part del pressupost.
|
228
|
+
title: Confirmar vot
|
229
|
+
budget_excess:
|
230
|
+
budget_excess:
|
231
|
+
description: No es pot afegir aquest projecte perquè sobrepassaria el màxim del pressupost disponible. Si ho desitges, pots eliminar un projecte ja seleccionat per a poder votar d'acord amb les teves preferències.
|
232
|
+
title: Pressupost excedit
|
233
|
+
description: No es pot afegir aquest projecte perquè sobrepassaria el màxim del pressupost disponible. Si ho desitges, pots eliminar un projecte ja seleccionat per a poder votar d'acord amb les teves preferències.
|
234
|
+
ok: D'acord
|
235
|
+
projects_excess:
|
236
|
+
description: Aquest projecte sobrepassa el pressupost màxim i no es pot afegir. Si ho desitges, pots eliminar un projecte ja seleccionat per afegir aquest o votar d'acord amb les teves preferències.
|
237
|
+
title: Màxim de projectes excedit
|
238
|
+
budget_summary:
|
239
|
+
are_you_sure: Segur que vols cancel·lar el teu vot?
|
240
|
+
cancel_order: eliminar el teu vot i començar de nou
|
241
|
+
checked_out:
|
242
|
+
description: Ja has votat pel pressupost. Si has canviat d'idea, pots esborrar el teu vot.
|
243
|
+
title: Vot pels pressupostos completat
|
244
|
+
vote: Votar pressupost
|
245
|
+
count:
|
246
|
+
projects_count:
|
247
|
+
one: 1 projecte
|
248
|
+
other: "%{count} projectes"
|
249
|
+
empty: Encara no hi ha cap projecte
|
250
|
+
exit_modal:
|
251
|
+
cancel: Tornar a la votació
|
252
|
+
exit: Sortir de la votació
|
253
|
+
message: El teu vot no ha estat registrat perquè encara no ha completat el procés de votació. Segur que vols sortir de la votació?
|
254
|
+
title: Encara no has votat
|
255
|
+
filters:
|
256
|
+
category: Categoria
|
257
|
+
scope: Àmbit
|
258
|
+
search: Cerca
|
259
|
+
status: Estat
|
260
|
+
status_values:
|
261
|
+
all: Tots
|
262
|
+
not_selected: No seleccionat
|
263
|
+
selected: Seleccionat
|
264
|
+
order_progress:
|
265
|
+
assigned: Assignat
|
266
|
+
budget: Pressupost
|
267
|
+
dynamic_help:
|
268
|
+
keep_adding_projects: Seguir afegint projectes
|
269
|
+
minimum_reached: Has arribat al mínim per a poder votar
|
270
|
+
start_adding_projects: Començar a afegir projectes
|
271
|
+
minimum: Mínim
|
272
|
+
minimum_projects_rule:
|
273
|
+
description: Selecciona com a mínim %{minimum_number} projectes que vulguis i vota segons les teves preferències per a definir el pressupost.
|
274
|
+
projects_rule:
|
275
|
+
description: Selecciona entre %{minimum_number} i %{maximum_number} projectes que vulguis i vota segons les teves preferències per a definir el pressupost.
|
276
|
+
projects_rule_maximum_only:
|
277
|
+
description: Selecciona fins a %{maximum_number} projectes que vulguis i vota segons les teves preferències per a definir el pressupost.
|
278
|
+
vote_threshold_percent_rule:
|
279
|
+
description: Assigna com a mínim %{minimum_budget} amb els projectes que vulguis i vota segons les teves preferències per a definir el pressupost.
|
280
|
+
orders:
|
281
|
+
highest_cost: Major cost
|
282
|
+
label: Ordenar projectes per
|
283
|
+
lowest_cost: Menor cost
|
284
|
+
most_voted: Més votats
|
285
|
+
random: Ordre aleatori
|
286
|
+
selected: Seleccionat
|
287
|
+
project:
|
288
|
+
add: Afegir el projecte %{resource_name} al teu vot.
|
289
|
+
remove: Esborrar el projecte %{resource_name} del teu vot.
|
290
|
+
selected: Seleccionat
|
291
|
+
votes:
|
292
|
+
one: vot
|
293
|
+
other: vots
|
294
|
+
you_voted: Has votat això
|
295
|
+
project_budget_button:
|
296
|
+
add: Afegir
|
297
|
+
add_descriptive: Afegeix el projecte %{resource_name} al teu vot.
|
298
|
+
added: Afegit al teu vot
|
299
|
+
added_descriptive: El projecte %{resource_name} s'ha afegit al teu vot.
|
300
|
+
project_filter:
|
301
|
+
added: Afegit
|
302
|
+
all: Tots
|
303
|
+
projects_for: Projectes per a %{name}
|
304
|
+
select_projects: Selecciona projectes
|
305
|
+
show:
|
306
|
+
budget: Pressupost
|
307
|
+
prompt: Seleccionar pressupost
|
308
|
+
vote_reminder_mailer:
|
309
|
+
vote_reminder:
|
310
|
+
email_budgets: 'Àrees a les quals no has finalitzat el vot:'
|
311
|
+
email_intro: Has iniciat la votació als pressupostos participatius, però no l'has completat.
|
312
|
+
email_link: Ves-hi i segueix votant
|
313
|
+
email_outro: Si us plau, recorda completar el vot. Per votar, primer has de seleccionar la proposta o propostes que vols votar i a després confirmar el teu vot amb el botó "Votar".
|
314
|
+
email_subject:
|
315
|
+
one: Tens un vot no finalitzat a la votació dels pressupostos participatius
|
316
|
+
other: Tens alguns vots no finalitzats a la votació dels pressupostos participatius
|
317
|
+
components:
|
318
|
+
budgets:
|
319
|
+
actions:
|
320
|
+
comment: Comentar
|
321
|
+
vote: Vota
|
322
|
+
name: Pressupostos
|
323
|
+
settings:
|
324
|
+
global:
|
325
|
+
announcement: Avís
|
326
|
+
comments_enabled: Comentaris habilitats
|
327
|
+
comments_max_length: Longitud màxima dels comentaris (deixa 0 si vols mantenir la configuració per defecte)
|
328
|
+
form:
|
329
|
+
errors:
|
330
|
+
budget_voting_rule_only_one: Només s'ha d'activar una norma de votació.
|
331
|
+
budget_voting_rule_required: Es requereix una norma per a la votació.
|
332
|
+
geocoding_enabled: Geolocalització habilitada
|
333
|
+
landing_page_content: Pàgina d'inici de pressupostos
|
334
|
+
more_information_modal: Finestra de "Més informació"
|
335
|
+
projects_per_page: Projectes per pàgina
|
336
|
+
resources_permissions_enabled: Es poden establir permisos d'accions per a cada projecte
|
337
|
+
scope_id: Àmbit
|
338
|
+
scopes_enabled: Àmbits habilitats
|
339
|
+
title: Títol
|
340
|
+
total_budget: Pressupost total
|
341
|
+
vote_minimum_budget_projects_number: Número mínim de projectes a votar
|
342
|
+
vote_rule_minimum_budget_projects_enabled: 'Activar norma: Número mínim de projectes a votar'
|
343
|
+
vote_rule_selected_projects_enabled: 'Activar regla: número mínim i màxim de projectes a votar'
|
344
|
+
vote_rule_threshold_percent_enabled: 'Activar norma: percentatge mínim del pressupost'
|
345
|
+
vote_selected_projects_maximum: Número màxim de projectes a seleccionar
|
346
|
+
vote_selected_projects_minimum: Número màxim de projectes a seleccionar
|
347
|
+
vote_threshold_percent: Percentatge del pressupost mínim per fer el vot
|
348
|
+
workflow: Workflow
|
349
|
+
workflow_choices:
|
350
|
+
all: 'Votar a tots: permet a les participants votar a tots els pressupostos.'
|
351
|
+
one: 'Votar a un: permet a les participants votar a qualsevol pressupost, però només a un.'
|
352
|
+
step:
|
353
|
+
announcement: Avís
|
354
|
+
comments_blocked: Comentaris bloquejats
|
355
|
+
highlighted_heading: Capçalera destacada
|
356
|
+
landing_page_content: Pàgina d'inici de pressupostos
|
357
|
+
list_heading: Títol de la llista
|
358
|
+
more_information_modal: Finestra de "Més informació"
|
359
|
+
show_votes: Mostra els suports
|
360
|
+
title: Títol
|
361
|
+
votes: Votació
|
362
|
+
votes_choices:
|
363
|
+
disabled: Votació inhabilitada
|
364
|
+
enabled: S'ha habilitat la votació
|
365
|
+
finished: Votació finalitzada
|
366
|
+
events:
|
367
|
+
budgets:
|
368
|
+
budget_published:
|
369
|
+
email_intro: 'Ja està activa la fase %{resource_title} per a %{participatory_space_title}. Pots veure-la des d''aquesta pàgina:'
|
370
|
+
email_outro: Has rebut aquesta notificació perquè estàs seguint l'espai "%{participatory_space_title}". Pots deixar de rebre notificacions a través de l'enllaç anterior.
|
371
|
+
email_subject: El component %{resource_title} ja està actiu per %{participatory_space_title}.
|
372
|
+
notification_title: El pressupost <a href="%{resource_path}">%{resource_title}</a> a %{participatory_space_title} ja està actiu.
|
373
|
+
orders:
|
374
|
+
checkout:
|
375
|
+
error: S'ha produït un error en processar el teu vot.
|
376
|
+
success_html: <p>El teu vot ha estat acceptat amb èxit.</p> <p class="text-sm font-normal">Pots <a class="text-secondary underline" href="%{rest_of_budgets_link}">consultar la resta de pressupostos</a>.</p>
|
377
|
+
success_no_left_budgets_html: El teu vot s'ha acceptat correctament.
|
378
|
+
destroy:
|
379
|
+
error: S'ha produït un error en cancel·lar el teu vot.
|
380
|
+
success: El teu vot ha estat cancel·lat correctament.
|
381
|
+
resource_links:
|
382
|
+
included_proposals:
|
383
|
+
project_proposal: Propostes incloses en aquest projecte
|
384
|
+
statistics:
|
385
|
+
orders_count: Suports
|
386
|
+
projects_count: Projectes
|
387
|
+
index:
|
388
|
+
confirmed_orders_count: Recompte de vots
|
data/config/locales/ca.yml
CHANGED
@@ -293,7 +293,7 @@ ca:
|
|
293
293
|
other: vots
|
294
294
|
you_voted: Has votat això
|
295
295
|
project_budget_button:
|
296
|
-
add: Afegir
|
296
|
+
add: Afegir
|
297
297
|
add_descriptive: Afegeix el projecte %{resource_name} al teu vot.
|
298
298
|
added: Afegit al teu vot
|
299
299
|
added_descriptive: El projecte %{resource_name} s'ha afegit al teu vot.
|
data/config/locales/cs.yml
CHANGED
@@ -48,7 +48,7 @@ cs:
|
|
48
48
|
actions:
|
49
49
|
attachment_collections: Složky
|
50
50
|
attachments: Přílohy
|
51
|
-
confirm_destroy: Opravdu chcete tento projekt
|
51
|
+
confirm_destroy: Opravdu chcete odstranit tento projekt?
|
52
52
|
destroy: Smazat
|
53
53
|
edit: Upravit
|
54
54
|
edit_projects: Spravovat projekty
|
data/config/locales/de.yml
CHANGED
@@ -3,7 +3,7 @@ de:
|
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
5
|
budget:
|
6
|
-
decidim_scope_id:
|
6
|
+
decidim_scope_id: Themenbereich
|
7
7
|
description: Beschreibung
|
8
8
|
title: Titel
|
9
9
|
total_budget: Gesamtbudget
|
@@ -11,7 +11,7 @@ de:
|
|
11
11
|
project:
|
12
12
|
budget_amount: Höhe des Budgets
|
13
13
|
decidim_category_id: Kategorie
|
14
|
-
decidim_scope_id:
|
14
|
+
decidim_scope_id: Themenbereich
|
15
15
|
description: Beschreibung
|
16
16
|
proposal_ids: Ähnliche Vorschläge
|
17
17
|
proposals: Vorschläge
|
@@ -254,7 +254,7 @@ de:
|
|
254
254
|
title: Sie haben noch nicht abgestimmt
|
255
255
|
filters:
|
256
256
|
category: Kategorie
|
257
|
-
scope:
|
257
|
+
scope: Themenbereich
|
258
258
|
search: Suche
|
259
259
|
status: Status
|
260
260
|
status_values:
|
@@ -334,7 +334,7 @@ de:
|
|
334
334
|
more_information_modal: Weitere Informationen
|
335
335
|
projects_per_page: Projekte pro Seite
|
336
336
|
resources_permissions_enabled: Berechtigungen können für jedes Projekt festgelegt werden
|
337
|
-
scope_id:
|
337
|
+
scope_id: Themenbereich
|
338
338
|
scopes_enabled: Bereiche aktiviert
|
339
339
|
title: Titel
|
340
340
|
total_budget: Gesamtbudget; Gesamtetat
|
data/config/locales/el.yml
CHANGED
data/config/locales/es-MX.yml
CHANGED
@@ -44,7 +44,7 @@ es-MX:
|
|
44
44
|
actions:
|
45
45
|
attachment_collections: Carpetas
|
46
46
|
attachments: Archivos adjuntos
|
47
|
-
confirm_destroy: '¿
|
47
|
+
confirm_destroy: '¿Seguro que deseas eliminar este proyecto?'
|
48
48
|
destroy: Borrar
|
49
49
|
edit: Editar
|
50
50
|
edit_projects: Gestionar proyectos
|
data/config/locales/es-PY.yml
CHANGED
@@ -44,7 +44,7 @@ es-PY:
|
|
44
44
|
actions:
|
45
45
|
attachment_collections: Carpetas
|
46
46
|
attachments: Archivos adjuntos
|
47
|
-
confirm_destroy: '¿
|
47
|
+
confirm_destroy: '¿Seguro que deseas eliminar este proyecto?'
|
48
48
|
destroy: Borrar
|
49
49
|
edit: Editar
|
50
50
|
edit_projects: Gestionar proyectos
|