decidim-accountability 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/forms/decidim/accountability/admin/result_form.rb +1 -1
- data/app/forms/decidim/accountability/admin/timeline_entry_form.rb +1 -1
- data/app/mailers/decidim/accountability/import_projects_mailer.rb +3 -0
- data/app/views/decidim/accountability/import_projects_mailer/import.html.erb +1 -1
- data/config/locales/ar.yml +78 -13
- data/config/locales/bg.yml +3 -10
- data/config/locales/bn-BD.yml +1 -0
- data/config/locales/bs-BA.yml +164 -0
- data/config/locales/ca-IT.yml +292 -0
- data/config/locales/da.yml +16 -4
- data/config/locales/de.yml +3 -3
- data/config/locales/el.yml +0 -8
- data/config/locales/eu.yml +34 -34
- data/config/locales/fi-plain.yml +4 -4
- data/config/locales/fi.yml +13 -13
- data/config/locales/fr-CA.yml +9 -8
- data/config/locales/fr.yml +6 -5
- data/config/locales/ga-IE.yml +3 -3
- data/config/locales/gl.yml +6 -6
- data/config/locales/gn-PY.yml +11 -0
- data/config/locales/he-IL.yml +2 -8
- data/config/locales/hu.yml +4 -11
- data/config/locales/id-ID.yml +10 -3
- data/config/locales/is-IS.yml +6 -6
- data/config/locales/it.yml +60 -3
- data/config/locales/ja.yml +1 -1
- data/config/locales/kaa.yml +2 -2
- data/config/locales/ko.yml +0 -6
- data/config/locales/lb.yml +7 -7
- data/config/locales/lt.yml +0 -10
- data/config/locales/lv.yml +13 -3
- data/config/locales/nl.yml +3 -3
- data/config/locales/no.yml +3 -3
- data/config/locales/pl.yml +0 -9
- data/config/locales/pt-BR.yml +3 -10
- data/config/locales/pt.yml +6 -0
- data/config/locales/ro-RO.yml +2 -10
- data/config/locales/ru.yml +11 -4
- data/config/locales/si-LK.yml +14 -0
- data/config/locales/sk.yml +13 -3
- data/config/locales/sl.yml +13 -3
- data/config/locales/sq-AL.yml +0 -7
- data/config/locales/sr-CS.yml +10 -3
- data/config/locales/sv.yml +2 -2
- data/config/locales/th-TH.yml +5 -6
- data/config/locales/tr-TR.yml +7 -6
- data/config/locales/uk.yml +13 -3
- data/config/locales/zh-CN.yml +12 -3
- data/config/locales/zh-TW.yml +0 -7
- data/decidim-accountability.gemspec +1 -1
- data/lib/decidim/accountability/version.rb +1 -1
- data/lib/decidim/api/accountability_type.rb +1 -3
- metadata +24 -21
@@ -0,0 +1,292 @@
|
|
1
|
+
---
|
2
|
+
ca-IT:
|
3
|
+
activemodel:
|
4
|
+
attributes:
|
5
|
+
result:
|
6
|
+
decidim_accountability_status_id: Estat
|
7
|
+
decidim_category_id: Categoria
|
8
|
+
decidim_scope_id: Àmbit
|
9
|
+
description: Descripció
|
10
|
+
end_date: Data de finalització
|
11
|
+
meetings_ids: Trobades relacionades
|
12
|
+
progress: Progrés
|
13
|
+
project_ids: Projectes inclosos
|
14
|
+
proposals: Propostes incloses
|
15
|
+
start_date: Data d'inici
|
16
|
+
subresults: Subresultats
|
17
|
+
title: Títol
|
18
|
+
updated_at: Actualitzat el
|
19
|
+
status:
|
20
|
+
description: Descripció
|
21
|
+
key: Clau
|
22
|
+
name: Nom
|
23
|
+
progress: Progrés
|
24
|
+
timeline_entry:
|
25
|
+
description: Descripció
|
26
|
+
entry_date: Data
|
27
|
+
title: Títol
|
28
|
+
models:
|
29
|
+
decidim/accountability/proposal_linked_event: Proposta inclosa a un resultat
|
30
|
+
decidim/accountability/result_progress_updated_event: Progrés del resultat actualitzat
|
31
|
+
activerecord:
|
32
|
+
models:
|
33
|
+
decidim/accountability/result:
|
34
|
+
one: Resultat
|
35
|
+
other: Resultats
|
36
|
+
decidim:
|
37
|
+
accountability:
|
38
|
+
actions:
|
39
|
+
attachment_collections: Carpetes
|
40
|
+
attachments: Fitxers adjunts
|
41
|
+
confirm_destroy: Segur que vols suprimir aquest %{name}?
|
42
|
+
destroy: Esborrar
|
43
|
+
edit: Editar
|
44
|
+
import: Importar projectes des d'un altre component
|
45
|
+
import_csv: Importar resultats des d'un fitxer CSV
|
46
|
+
new_result: Afegir resultat
|
47
|
+
new_status: Afegir estat
|
48
|
+
new_timeline_entry: Afegir entrada de la cronologia
|
49
|
+
preview: Previsualitzar
|
50
|
+
timeline_entries: Evolució del projecte
|
51
|
+
title: Accions
|
52
|
+
admin:
|
53
|
+
exports:
|
54
|
+
result_comments: Comentaris
|
55
|
+
results: Resultats
|
56
|
+
import_results:
|
57
|
+
new:
|
58
|
+
download_export: Descarregar l'exportació en format CSV
|
59
|
+
import: Importar
|
60
|
+
info: |
|
61
|
+
<p>Et recomanem que segueixis les passes següents:</p>
|
62
|
+
<ol>
|
63
|
+
<li><a href='%{link_new_status}' target='_blank'>Crea els estats per als resultats</a> que vulguis afegir</li>
|
64
|
+
<li><a href='%{link_new_result}' target='_blank'>Crea com a mínim un resultat manualment</a> a través del taulell d'administració abans d'importar, per a entendre millor el format i com cal omplir-ho.</li>
|
65
|
+
<li>%{link_export_csv}</li>
|
66
|
+
<li>Fes els canvis en local. Només pots modificar les següents columnes del CSV:
|
67
|
+
<ul>
|
68
|
+
<li><b>id category/id:</b> ID per la categoria</li>
|
69
|
+
<li><b>scope/id:</b> ID per a l'àmbit</li>
|
70
|
+
<li><b>parent/id:</b> ID per al pare (per a resultats relacionats). Opcional</li>
|
71
|
+
<li><b>title/I18N:</b> Title en la llengua X</li>
|
72
|
+
<li><b>description/I18N:</b> Descripció en la lleguna X </li>
|
73
|
+
<li><b>start_date:</b> data en la que s'inicia l'execució del resultat (format YYYY-MM-DD)</li>
|
74
|
+
<li><b>end_date:</b> data en la que finalitza l'execució del resultat (format YYYY-MM-DD)</li>
|
75
|
+
<li><b>status/id:</b> ID de l'estat per a aquest resultat</li>
|
76
|
+
<li><b>progress:</b> Tant per cent (de 0 a 100) d'execució</li>
|
77
|
+
<li><b>proposals_ids:</b> ID intern de les propostes relacionades (separades per comes). Es convertirà automàticament en <span class='attribute-name'>proposal_url</span></li>
|
78
|
+
</ul>
|
79
|
+
</li>
|
80
|
+
</ol>
|
81
|
+
title: Importar resultats des d'un fitxer CSV
|
82
|
+
imports:
|
83
|
+
create:
|
84
|
+
invalid: Hi ha hagut un problema important els resultats.
|
85
|
+
success: S'està important el fitxer. Rebràs un correu electrònic en els pròxims minuts amb el resultat de la importació.
|
86
|
+
models:
|
87
|
+
result:
|
88
|
+
name: Resultat
|
89
|
+
status:
|
90
|
+
name: Estat
|
91
|
+
projects_import:
|
92
|
+
create:
|
93
|
+
invalid: Hi ha hagut un problema important els projectes com a resultats, si us plau, segueix les instruccions amb cura i assegura't de marcar els projectes seleccionats per a la seva implementació.
|
94
|
+
new:
|
95
|
+
create: Importar
|
96
|
+
import_all_selected_projects: Importar tots els projectes seleccionats per a ser implementats
|
97
|
+
new_items:
|
98
|
+
one: S'importarà 1 projecte seleccionat
|
99
|
+
other: "S'importaran %{count} projectes seleccionats"
|
100
|
+
no_components: No hi ha cap component de pressupostos en aquest espai de participació per a poder importar els projectes com a resultats.
|
101
|
+
origin_component_id: Component d'origen
|
102
|
+
select_component: Selecciona un component
|
103
|
+
success:
|
104
|
+
one: Hi ha 1 projecte a la cua per ser importat. Es notificarà per correu electrònic, quan es completi la importació.
|
105
|
+
other: "Hi ha %{count} a la cua per ser importats. Es notificarà per correu electrònic, quan es completi la importació."
|
106
|
+
title: Importar projectes des d'un altre component
|
107
|
+
results:
|
108
|
+
create:
|
109
|
+
invalid: S'ha produït un error en crear aquest resultat.
|
110
|
+
success: Resultat creat correctament.
|
111
|
+
destroy:
|
112
|
+
success: Resultat eliminat correctament.
|
113
|
+
edit:
|
114
|
+
title: Editar resultat
|
115
|
+
update: Actualitzar resultat
|
116
|
+
index:
|
117
|
+
title: Resultats
|
118
|
+
new:
|
119
|
+
create: Crear resultat
|
120
|
+
title: Nou resultat
|
121
|
+
update:
|
122
|
+
invalid: S'ha produït un error en actualitzar aquest resultat.
|
123
|
+
success: Resultat actualitzat correctament.
|
124
|
+
shared:
|
125
|
+
subnav:
|
126
|
+
statuses: Estats
|
127
|
+
statuses:
|
128
|
+
create:
|
129
|
+
invalid: S'ha produït un error en crear aquest estat.
|
130
|
+
success: Estat creat correctament.
|
131
|
+
destroy:
|
132
|
+
success: Estat creat correctament.
|
133
|
+
edit:
|
134
|
+
title: Editar estat
|
135
|
+
update: Actualitzar estat
|
136
|
+
index:
|
137
|
+
title: Estats
|
138
|
+
new:
|
139
|
+
create: Crear estat
|
140
|
+
title: Nou estat
|
141
|
+
update:
|
142
|
+
invalid: S'ha produït un error en actualitzar aquest estat.
|
143
|
+
success: Estat actualitzat correctament.
|
144
|
+
timeline_entries:
|
145
|
+
create:
|
146
|
+
invalid: S'ha produït un error en crear aquesta entrada.
|
147
|
+
success: Entrada creada correctament.
|
148
|
+
destroy:
|
149
|
+
success: Entrada eliminada correctament.
|
150
|
+
edit:
|
151
|
+
title: Editar element
|
152
|
+
update: Actualitzar element
|
153
|
+
index:
|
154
|
+
title: Evolució del projecte
|
155
|
+
new:
|
156
|
+
create: Crear element
|
157
|
+
title: Nou element
|
158
|
+
update:
|
159
|
+
invalid: S'ha produït un error en actualitzar aquesta entrada.
|
160
|
+
success: Entrada actualitzada correctament.
|
161
|
+
admin_log:
|
162
|
+
result:
|
163
|
+
create: "%{user_name} ha creat el resultat %{resource_name} en %{space_name}"
|
164
|
+
delete: "%{user_name} ha eliminat el resultat %{resource_name} de l'espai %{space_name}"
|
165
|
+
update: "%{user_name} ha actualitzat el resultat %{resource_name} en %{space_name}"
|
166
|
+
status:
|
167
|
+
create: "%{user_name} ha creat l'estat %{resource_name}"
|
168
|
+
delete: "%{user_name} ha eliminat l'estat %{resource_name}"
|
169
|
+
update: "%{user_name} ha actualitzat l'estat %{resource_name}"
|
170
|
+
timeline_entry:
|
171
|
+
create: "%{user_name} ha creat l'entrada %{resource_name} a la línia de temps"
|
172
|
+
delete: "%{user_name} ha eliminat l'entrada %{resource_name} a la línia de temps"
|
173
|
+
update: "%{user_name} ha actualitzat l'entrada %{resource_name} a la línia de temps"
|
174
|
+
value_types:
|
175
|
+
parent_presenter:
|
176
|
+
not_found: 'No s''ha trobat el pare a la base de dades (ID: %{id})'
|
177
|
+
content_blocks:
|
178
|
+
highlighted_results:
|
179
|
+
results: Resultats
|
180
|
+
import_mailer:
|
181
|
+
import:
|
182
|
+
errors: Errors
|
183
|
+
errors_present: Hi ha hagut un problema important els resultats.
|
184
|
+
row_number: Fila
|
185
|
+
subject: Els resultats s'han importat correctament
|
186
|
+
success: Els resultats s'han important correctament. Pots revisar els resultats a través del panell d'administració.
|
187
|
+
import_projects_mailer:
|
188
|
+
import:
|
189
|
+
added_projects:
|
190
|
+
one: S'ha importat un resultat des de projectes.
|
191
|
+
other: "S'han importat %{count} resultats des de projectes."
|
192
|
+
subject: Els projectes s'han importat correctament
|
193
|
+
success: Projectes importats com a resultats amb èxit al component %{component_name}. Pots revisar els resultats al taulell d'administració.
|
194
|
+
last_activity:
|
195
|
+
new_result: 'Nou resultat:'
|
196
|
+
models:
|
197
|
+
result:
|
198
|
+
fields:
|
199
|
+
category: Categoria
|
200
|
+
created_at: Creat
|
201
|
+
end_date: Fi
|
202
|
+
id: ID
|
203
|
+
progress: Progrés
|
204
|
+
scope: Àmbit
|
205
|
+
start_date: Inici
|
206
|
+
status: Estat
|
207
|
+
title: Títol
|
208
|
+
status:
|
209
|
+
fields:
|
210
|
+
description: Descripció
|
211
|
+
key: Clau
|
212
|
+
name: Nom
|
213
|
+
progress: Progrés
|
214
|
+
timeline_entry:
|
215
|
+
fields:
|
216
|
+
entry_date: Data
|
217
|
+
title: Títol
|
218
|
+
results:
|
219
|
+
count:
|
220
|
+
results_count:
|
221
|
+
one: Un resultat
|
222
|
+
other: "%{count} resultats"
|
223
|
+
filters:
|
224
|
+
all: Tots
|
225
|
+
home:
|
226
|
+
categories_label: Categories
|
227
|
+
empty: Encara no hi ha cap resultat.
|
228
|
+
empty_filters: No hi ha cap resultat amb aquest criteri.
|
229
|
+
subcategories_label: Subcategories
|
230
|
+
home_header:
|
231
|
+
global_status: Estat d'execució global
|
232
|
+
nav_breadcrumb:
|
233
|
+
global: Execució global
|
234
|
+
no_results: No hi ha projectes
|
235
|
+
search:
|
236
|
+
search: Cercar actuacions
|
237
|
+
show:
|
238
|
+
stats:
|
239
|
+
back_to_resource: Tornar al resultat
|
240
|
+
timeline:
|
241
|
+
title: Evolució del projecte
|
242
|
+
admin:
|
243
|
+
filters:
|
244
|
+
results:
|
245
|
+
category_id_eq:
|
246
|
+
label: Categoria
|
247
|
+
scope_id_eq:
|
248
|
+
label: Àmbit
|
249
|
+
status_id_eq:
|
250
|
+
label: Estat
|
251
|
+
components:
|
252
|
+
accountability:
|
253
|
+
actions:
|
254
|
+
comment: Comentar
|
255
|
+
name: Seguiment
|
256
|
+
settings:
|
257
|
+
global:
|
258
|
+
comments_enabled: Comentaris habilitats
|
259
|
+
comments_max_length: Longitud màxima dels comentaris (deixa 0 si vols mantenir la configuració per defecte)
|
260
|
+
display_progress_enabled: Mostrar el progrés
|
261
|
+
intro: Introducció
|
262
|
+
scope_id: Àmbit
|
263
|
+
scopes_enabled: Àmbits habilitats
|
264
|
+
step:
|
265
|
+
comments_blocked: Comentaris bloquejats
|
266
|
+
events:
|
267
|
+
accountability:
|
268
|
+
proposal_linked:
|
269
|
+
email_intro: 'La proposta "%{proposal_title}" s''ha inclòs en un resultat. Pots veure-ho des d''aquesta pàgina:'
|
270
|
+
email_outro: Has rebut aquesta notificació perquè estàs seguint "%{proposal_title}". Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
271
|
+
email_subject: Una actualització a %{proposal_title}
|
272
|
+
notification_title: La proposta <a href="%{proposal_path}">%{proposal_title}</a> s'ha inclòs al resultat <a href="%{resource_path}">%{resource_title}</a>.
|
273
|
+
result_progress_updated:
|
274
|
+
email_intro: 'El resultat "%{resource_title}", que inclou la proposta "%{proposal_title}", s''ha completat en un %{progress}%. Pots veure-ho des d''aquesta pàgina:'
|
275
|
+
email_outro: Has rebut aquesta notificació perquè estàs seguint la proposta "%{proposal_title}", i aquesta s'inclou al resultat "%{resource_title}". Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
276
|
+
email_subject: Una actualització sobre el progrés de %{resource_title}
|
277
|
+
notification_title: El resultat <a href="%{resource_path}">%{resource_title}</a>, que inclou la proposta <a href="%{proposal_path}">%{proposal_title}</a>, s'ha completat en un %{progress}%.
|
278
|
+
metrics:
|
279
|
+
results:
|
280
|
+
description: Nombre de resultats generats
|
281
|
+
object: resultats
|
282
|
+
title: Resultats
|
283
|
+
participatory_spaces:
|
284
|
+
highlighted_results:
|
285
|
+
see_all: Veure tots els resultats
|
286
|
+
resource_links:
|
287
|
+
included_projects:
|
288
|
+
result_project: Projectes inclosos en aquest resultat
|
289
|
+
included_proposals:
|
290
|
+
result_proposal: Propostes incloses en aquest resultat
|
291
|
+
statistics:
|
292
|
+
results_count: Resultats
|
data/config/locales/da.yml
CHANGED
@@ -50,6 +50,9 @@ da:
|
|
50
50
|
name: Resultat
|
51
51
|
status:
|
52
52
|
name: Status
|
53
|
+
projects_import:
|
54
|
+
new:
|
55
|
+
create: Import
|
53
56
|
results:
|
54
57
|
edit:
|
55
58
|
title: Rediger resultat
|
@@ -97,8 +100,10 @@ da:
|
|
97
100
|
models:
|
98
101
|
result:
|
99
102
|
fields:
|
103
|
+
category: Kategori
|
100
104
|
end_date: Slutdato
|
101
105
|
progress: Fremskridt
|
106
|
+
scope: Anvendelsesområde
|
102
107
|
start_date: Start dato
|
103
108
|
status: Status
|
104
109
|
title: Titel
|
@@ -118,9 +123,6 @@ da:
|
|
118
123
|
other: "%{count} resultater"
|
119
124
|
filters:
|
120
125
|
all: Alle
|
121
|
-
home:
|
122
|
-
categories_label: Kategorier
|
123
|
-
subcategories_label: Underkategorier
|
124
126
|
home_header:
|
125
127
|
global_status: Samlet gennemførelsesstatus
|
126
128
|
nav_breadcrumb:
|
@@ -132,6 +134,13 @@ da:
|
|
132
134
|
back_to_resource: Tilbage til resultater
|
133
135
|
timeline:
|
134
136
|
title: Projektets udvikling
|
137
|
+
admin:
|
138
|
+
filters:
|
139
|
+
results:
|
140
|
+
category_id_eq:
|
141
|
+
label: Kategori
|
142
|
+
scope_id_eq:
|
143
|
+
label: Anvendelsesområde
|
135
144
|
components:
|
136
145
|
accountability:
|
137
146
|
name: Ansvarlighed
|
@@ -141,8 +150,11 @@ da:
|
|
141
150
|
comments_max_length: Kommentarer maks. længde (Leave 0 for standardværdi)
|
142
151
|
display_progress_enabled: Vis fremskridt
|
143
152
|
intro: Intro
|
144
|
-
scope_id:
|
153
|
+
scope_id: Anvendelsesområde
|
145
154
|
scopes_enabled: Omfang aktiveret
|
155
|
+
metrics:
|
156
|
+
results:
|
157
|
+
title: Resultater
|
146
158
|
resource_links:
|
147
159
|
included_proposals:
|
148
160
|
result_proposal: Forslag i dette resultat
|
data/config/locales/de.yml
CHANGED
@@ -201,7 +201,7 @@ de:
|
|
201
201
|
end_date: Enddatum
|
202
202
|
id: ID
|
203
203
|
progress: Fortschritt
|
204
|
-
scope:
|
204
|
+
scope: Umfang
|
205
205
|
start_date: Startdatum
|
206
206
|
status: Status
|
207
207
|
title: Titel
|
@@ -245,7 +245,7 @@ de:
|
|
245
245
|
category_id_eq:
|
246
246
|
label: Kategorie
|
247
247
|
scope_id_eq:
|
248
|
-
label:
|
248
|
+
label: Umfang
|
249
249
|
status_id_eq:
|
250
250
|
label: Status
|
251
251
|
components:
|
@@ -259,7 +259,7 @@ de:
|
|
259
259
|
comments_max_length: Maximale Länge der Kommentare (0 für Standardwert)
|
260
260
|
display_progress_enabled: Fortschritt anzeigen
|
261
261
|
intro: Einführung
|
262
|
-
scope_id:
|
262
|
+
scope_id: Umfang
|
263
263
|
scopes_enabled: Bereiche aktiviert
|
264
264
|
step:
|
265
265
|
comments_blocked: Kommentare blockiert
|
data/config/locales/el.yml
CHANGED
@@ -86,12 +86,7 @@ el:
|
|
86
86
|
new:
|
87
87
|
create: Εισαγωγή
|
88
88
|
import_all_selected_projects: Εισαγωγή όλων των επιλεγμένων έργων για υλοποίηση
|
89
|
-
new_items:
|
90
|
-
one: 1 επιλεγμένο έργο θα εισαχθεί
|
91
|
-
other: "%{count} επιλεγμένα έργα θα εισαχθούν"
|
92
89
|
no_components: Δεν υπάρχουν άλλα στοιχεία προϋπολογισμού σε αυτόν τον χώρο συμμετοχής για εισαγωγή των έργων σε αποτελέσματα.
|
93
|
-
origin_component_id: Στοιχείο καταγωγής
|
94
|
-
select_component: Επιλέξτε ένα στοιχείο
|
95
90
|
success:
|
96
91
|
one: 1 έργο στην ουρά για εισαγωγή. Θα ειδοποιηθείτε μέσω email μόλις ολοκληρωθεί.
|
97
92
|
other: "%{count} έργα στην ουρά για εισαγωγή. Θα ειδοποιηθείτε μέσω email μόλις ολοκληρωθεί."
|
@@ -213,9 +208,6 @@ el:
|
|
213
208
|
other: "%{count} αποτελέσματα"
|
214
209
|
filters:
|
215
210
|
all: Όλα
|
216
|
-
home:
|
217
|
-
categories_label: Κατηγορίες
|
218
|
-
subcategories_label: Υποκατηγορίες
|
219
211
|
home_header:
|
220
212
|
global_status: Κατάσταση καθολικής εκτέλεσης
|
221
213
|
nav_breadcrumb:
|
data/config/locales/eu.yml
CHANGED
@@ -5,7 +5,7 @@ eu:
|
|
5
5
|
result:
|
6
6
|
decidim_accountability_status_id: Egoera
|
7
7
|
decidim_category_id: Kategoria
|
8
|
-
decidim_scope_id:
|
8
|
+
decidim_scope_id: Eremua
|
9
9
|
description: Deskribapena
|
10
10
|
end_date: Bukaera-data
|
11
11
|
meetings_ids: Honekin lotutako topaketak
|
@@ -26,7 +26,7 @@ eu:
|
|
26
26
|
entry_date: Data
|
27
27
|
title: Izenburua
|
28
28
|
models:
|
29
|
-
decidim/accountability/proposal_linked_event:
|
29
|
+
decidim/accountability/proposal_linked_event: Proposamena emaitza batean dago
|
30
30
|
decidim/accountability/result_progress_updated_event: Emaitzen aurrerapena eguneratu da
|
31
31
|
activerecord:
|
32
32
|
models:
|
@@ -37,7 +37,7 @@ eu:
|
|
37
37
|
accountability:
|
38
38
|
actions:
|
39
39
|
attachment_collections: Karpetak
|
40
|
-
attachments: Erantsitako
|
40
|
+
attachments: Erantsitako fitxategiak
|
41
41
|
confirm_destroy: Ziur zaude emaitza hau ezabatu nahi duzula?
|
42
42
|
destroy: Ezabatu
|
43
43
|
edit: Editatu
|
@@ -82,7 +82,7 @@ eu:
|
|
82
82
|
imports:
|
83
83
|
create:
|
84
84
|
invalid: Arazo bat egon da emaitzak inportatzean.
|
85
|
-
success:
|
85
|
+
success: Fitxeroa inportatzen ari da. Hurrengo minutuetan mezu elektroniko bat jasoko duzu inportazioaren emaitzak dituena.
|
86
86
|
models:
|
87
87
|
result:
|
88
88
|
name: Emaitza
|
@@ -90,7 +90,7 @@ eu:
|
|
90
90
|
name: Egoera
|
91
91
|
projects_import:
|
92
92
|
create:
|
93
|
-
invalid: Arazo bat
|
93
|
+
invalid: Arazo bat gertatu da proiektuak emaitzetara inportatzean, mesedez, jarraitu arretaz argibideak eta ziurtatu proiektuak inplementatzeko aukeratu dituzula.
|
94
94
|
new:
|
95
95
|
create: Inportatu
|
96
96
|
import_all_selected_projects: Inportatu inplementatzeko aukeratu dituzun proiektu guztiak
|
@@ -129,10 +129,10 @@ eu:
|
|
129
129
|
invalid: Arazo bat egon da egoera hau sortzean.
|
130
130
|
success: Egoera zuzen sortua.
|
131
131
|
destroy:
|
132
|
-
success: Egoera
|
132
|
+
success: Egoera ondo ezabatu da.
|
133
133
|
edit:
|
134
134
|
title: Editatu egoera
|
135
|
-
update:
|
135
|
+
update: Egoera eguneratu
|
136
136
|
index:
|
137
137
|
title: Egoerak
|
138
138
|
new:
|
@@ -144,43 +144,43 @@ eu:
|
|
144
144
|
timeline_entries:
|
145
145
|
create:
|
146
146
|
invalid: Arazoen bat gertatu da sarrera hau sortzean.
|
147
|
-
success: Sarrera
|
147
|
+
success: Sarrera ondo sortu da.
|
148
148
|
destroy:
|
149
|
-
success: Sarrera
|
149
|
+
success: Sarrera ondo ezabatu da.
|
150
150
|
edit:
|
151
151
|
title: Editatu sarrera
|
152
152
|
update: Eguneratu sarrera
|
153
153
|
index:
|
154
154
|
title: Proiektuaren bilakaera
|
155
155
|
new:
|
156
|
-
create: Sortu
|
156
|
+
create: Sortu sarrera
|
157
157
|
title: Beste sarrera bat
|
158
158
|
update:
|
159
|
-
invalid:
|
160
|
-
success: Sarrera
|
159
|
+
invalid: Arazoren bat gertatu da sarrera hau eguneratzean.
|
160
|
+
success: Sarrera ondo sortu da.
|
161
161
|
admin_log:
|
162
162
|
result:
|
163
|
-
create: "%{user_name}
|
164
|
-
delete: "%{user_name}
|
165
|
-
update: "%{user_name}
|
163
|
+
create: "%{user_name} parte-hartzaileak %{resource_name} emaitza sortu du %{space_name} espazioan"
|
164
|
+
delete: "%{user_name} parte-hartzaileak %{resource_name} emaitza ezabatu du %{space_name} espazioan"
|
165
|
+
update: "%{user_name} parte-hartzaileak %{resource_name} emaitza eguneratu du %{space_name} espazioan"
|
166
166
|
status:
|
167
|
-
create: "%{user_name}
|
168
|
-
delete: "%{user_name}
|
169
|
-
update: "%{user_name}
|
167
|
+
create: "%{user_name} parte-hartzaileak %{resource_name} egoera sortu du"
|
168
|
+
delete: "%{user_name} parte-hartzaileak %{resource_name} egoera ezabatu du"
|
169
|
+
update: "%{user_name} parte-hartzaileak %{resource_name} egoera eguneratu du"
|
170
170
|
timeline_entry:
|
171
|
-
create: "%{user_name}
|
172
|
-
delete: "%{user_name}
|
173
|
-
update: "%{user_name}
|
171
|
+
create: "%{user_name} parte-hartzaileak %{resource_name} sarrera sortu du kronologian"
|
172
|
+
delete: "%{user_name} parte-hartzaileak %{resource_name} sarrera ezabatu du kronologiatik"
|
173
|
+
update: "%{user_name} parte-hartzaileak %{resource_name} sarrera eguneratu du kronologian"
|
174
174
|
value_types:
|
175
175
|
parent_presenter:
|
176
|
-
not_found: '
|
176
|
+
not_found: 'Nagusia ez zen aurkitu (ID: %{id}) datu-basean'
|
177
177
|
content_blocks:
|
178
178
|
highlighted_results:
|
179
179
|
results: Emaitzak
|
180
180
|
import_mailer:
|
181
181
|
import:
|
182
182
|
errors: Erroreak
|
183
|
-
errors_present:
|
183
|
+
errors_present: Arazoren bat gertatu da emaitzak inportatzean.
|
184
184
|
row_number: Errenkada
|
185
185
|
subject: Emaitzak zuzen inportatu dira
|
186
186
|
success: Emaitzak zuzen inportatu dira. Emaitzak administrazioaren panelaren bidez berrikusi ahal dituzu.
|
@@ -201,7 +201,7 @@ eu:
|
|
201
201
|
end_date: Amaiera-data
|
202
202
|
id: ID
|
203
203
|
progress: Aurrerapena
|
204
|
-
scope:
|
204
|
+
scope: Eremua
|
205
205
|
start_date: Hasiera-data
|
206
206
|
status: Egoera
|
207
207
|
title: Izenburua
|
@@ -228,7 +228,7 @@ eu:
|
|
228
228
|
empty_filters: Ez dago emaitzarik irizpide honekin.
|
229
229
|
subcategories_label: Azpikategoriak
|
230
230
|
home_header:
|
231
|
-
global_status:
|
231
|
+
global_status: Exekuzio-egoera orokorra
|
232
232
|
nav_breadcrumb:
|
233
233
|
global: Gauzatze osoa
|
234
234
|
no_results: Ez dago proiekturik
|
@@ -245,7 +245,7 @@ eu:
|
|
245
245
|
category_id_eq:
|
246
246
|
label: Kategoria
|
247
247
|
scope_id_eq:
|
248
|
-
label:
|
248
|
+
label: Eremua
|
249
249
|
status_id_eq:
|
250
250
|
label: Egoera
|
251
251
|
components:
|
@@ -258,11 +258,11 @@ eu:
|
|
258
258
|
comments_enabled: Iruzkinak gaituta
|
259
259
|
comments_max_length: Iruzkinen gehieneko luzera (utzi 0 hasierako konfigurazioari eusteko)
|
260
260
|
display_progress_enabled: Erakutsi aurrerapena
|
261
|
-
intro:
|
262
|
-
scope_id:
|
263
|
-
scopes_enabled:
|
261
|
+
intro: Sarrera
|
262
|
+
scope_id: Eremua
|
263
|
+
scopes_enabled: Eremuak gaituta
|
264
264
|
step:
|
265
|
-
comments_blocked:
|
265
|
+
comments_blocked: Iruzkin blokeatuak
|
266
266
|
events:
|
267
267
|
accountability:
|
268
268
|
proposal_linked:
|
@@ -271,10 +271,10 @@ eu:
|
|
271
271
|
email_subject: 'Eguneraketa bat honetarako: %{proposal_title}'
|
272
272
|
notification_title: <a href="%{proposal_path}">%{proposal_title}</a> proposamena <a href="%{resource_path}">%{resource_title}</a> emaitzan sartu da.
|
273
273
|
result_progress_updated:
|
274
|
-
email_intro: '"%{proposal_title}" proposamena duen "%{resource_title}" emaitza % %{progress}% osatu da. Orrialde honetan ikusi dezakezu:'
|
274
|
+
email_intro: '"%{proposal_title}" proposamena duen "%{resource_title}" emaitza, % %{progress}% osatu da. Orrialde honetan ikusi dezakezu:'
|
275
275
|
email_outro: Jakinarazpen hau jaso duzu "%{proposal_title}" jarraitzen ari zarelako, eta proposamen hori "%{resource_title}" emaitzaren barruan dago. Aurreko estekan sartu jakinarazpenak jasotzeari utzi nahi badiozu.
|
276
|
-
email_subject:
|
277
|
-
notification_title: <a href="%{proposal_path}">%{proposal_title}</a> proposamena duen <a href="%{resource_path}">%{resource_title}</a> emaitza %{progress}% osatu da.
|
276
|
+
email_subject: Eguneraketa bat %{resource_title} bilakaeran
|
277
|
+
notification_title: <a href="%{proposal_path}">%{proposal_title}</a> proposamena duen <a href="%{resource_path}">%{resource_title}</a> emaitza, % %{progress}% osatu da.
|
278
278
|
metrics:
|
279
279
|
results:
|
280
280
|
description: Sortutako emaitza kopurua
|
@@ -282,7 +282,7 @@ eu:
|
|
282
282
|
title: Emaitzak
|
283
283
|
participatory_spaces:
|
284
284
|
highlighted_results:
|
285
|
-
see_all: Ikusi emaitza guztiak
|
285
|
+
see_all: Ikusi emaitza guztiak
|
286
286
|
resource_links:
|
287
287
|
included_projects:
|
288
288
|
result_project: Emaitza honetan sartutako proiektuak
|
data/config/locales/fi-plain.yml
CHANGED
@@ -95,15 +95,15 @@ fi-pl:
|
|
95
95
|
create: Tuo
|
96
96
|
import_all_selected_projects: Tuo kaikki toteutukseen valitut hankkeet
|
97
97
|
new_items:
|
98
|
-
one: 1 toteutukseen valittu
|
99
|
-
other: "%{count} toteutukseen valittua
|
98
|
+
one: 1 toteutukseen valittu projekti tuodaan
|
99
|
+
other: "%{count} toteutukseen valittua projektia tuodaan"
|
100
100
|
no_components: Tässä osallistumistilassa ei ole yhtään budjetointikomponenttia, josta hankkeet voitaisiin tuoda tuloksiksi.
|
101
101
|
origin_component_id: Lähdekomponentti
|
102
102
|
select_component: Valitse komponentti
|
103
103
|
success:
|
104
104
|
one: 1 hanke on lisätty jonoon tuotavaksi. Sinulle ilmoitetaan sähköpostitse, kun tuonti valmistuu.
|
105
105
|
other: "%{count} hanketta on lisätty jonoon tuotavaksi. Sinulle ilmoitetaan sähköpostitse, kun tuonti valmistuu."
|
106
|
-
title: Tuo
|
106
|
+
title: Tuo projekteja toisesta komponentista
|
107
107
|
results:
|
108
108
|
create:
|
109
109
|
invalid: Tuloksen luonti epäonnistui.
|
@@ -231,7 +231,7 @@ fi-pl:
|
|
231
231
|
global_status: Yleisen toteutuksen tila
|
232
232
|
nav_breadcrumb:
|
233
233
|
global: Yleinen toteutus
|
234
|
-
no_results:
|
234
|
+
no_results: Projekteja ei ole saatavilla
|
235
235
|
search:
|
236
236
|
search: Hae toimintoja
|
237
237
|
show:
|
data/config/locales/fi.yml
CHANGED
@@ -90,20 +90,20 @@ fi:
|
|
90
90
|
name: Tila
|
91
91
|
projects_import:
|
92
92
|
create:
|
93
|
-
invalid:
|
93
|
+
invalid: Projektien tuominen tuloksiin epäonnistui, seuraa ohjeita tarkasti ja tarkasta, että olet valinnut hankkeita toteutukseen.
|
94
94
|
new:
|
95
95
|
create: Tuo
|
96
|
-
import_all_selected_projects: Tuo kaikki toteutukseen valitut
|
96
|
+
import_all_selected_projects: Tuo kaikki toteutukseen valitut projektit
|
97
97
|
new_items:
|
98
|
-
one: 1 toteutukseen valittu
|
99
|
-
other: "%{count} toteutukseen valittua
|
100
|
-
no_components: Tässä
|
98
|
+
one: 1 toteutukseen valittu projekti tuodaan
|
99
|
+
other: "%{count} toteutukseen valittua projektia tuodaan"
|
100
|
+
no_components: Tässä osallisuustilassa ei ole yhtään budjetointikomponenttia, josta projektit voitaisiin tuoda tuloksiksi.
|
101
101
|
origin_component_id: Lähdekomponentti
|
102
102
|
select_component: Valitse komponentti
|
103
103
|
success:
|
104
|
-
one: 1
|
105
|
-
other: "%{count}
|
106
|
-
title: Tuo
|
104
|
+
one: 1 projekti on lisätty jonoon tuotavaksi. Sinulle ilmoitetaan sähköpostitse, kun tuonti valmistuu.
|
105
|
+
other: "%{count} projektia on lisätty jonoon tuotavaksi. Sinulle ilmoitetaan sähköpostitse, kun tuonti valmistuu."
|
106
|
+
title: Tuo projekteja toisesta komponentista
|
107
107
|
results:
|
108
108
|
create:
|
109
109
|
invalid: Tuloksen luonti epäonnistui.
|
@@ -187,10 +187,10 @@ fi:
|
|
187
187
|
import_projects_mailer:
|
188
188
|
import:
|
189
189
|
added_projects:
|
190
|
-
one: Yksi tulos tuotiin
|
191
|
-
other: "%{count} tulosta tuotiin
|
190
|
+
one: Yksi tulos tuotiin projekteista.
|
191
|
+
other: "%{count} tulosta tuotiin projekteista."
|
192
192
|
subject: Tulosten tuonti onnistui
|
193
|
-
success:
|
193
|
+
success: Projektien tuonti tuloksiksi %{component_name} -komponentista onnistui. Voit tarkastaa tuonnin tulokset hallintapaneelista.
|
194
194
|
last_activity:
|
195
195
|
new_result: 'Uusi tulos:'
|
196
196
|
models:
|
@@ -231,7 +231,7 @@ fi:
|
|
231
231
|
global_status: Yleisen toteutuksen tila
|
232
232
|
nav_breadcrumb:
|
233
233
|
global: Yleinen toteutus
|
234
|
-
no_results:
|
234
|
+
no_results: Projekteja ei ole saatavilla
|
235
235
|
search:
|
236
236
|
search: Hae toimintoja
|
237
237
|
show:
|
@@ -285,7 +285,7 @@ fi:
|
|
285
285
|
see_all: Näytä kaikki tulokset
|
286
286
|
resource_links:
|
287
287
|
included_projects:
|
288
|
-
result_project: Tähän tulokseen liittyvät
|
288
|
+
result_project: Tähän tulokseen liittyvät projektit
|
289
289
|
included_proposals:
|
290
290
|
result_proposal: Tähän tulokseen liittyvät ehdotukset
|
291
291
|
statistics:
|