decidim-accountability 0.28.3 → 0.29.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/accountability/highlighted_results_for_component_cell.rb +0 -3
- data/app/cells/decidim/accountability/project_cell.rb +1 -6
- data/app/cells/decidim/accountability/result_l_cell.rb +1 -2
- data/app/cells/decidim/accountability/result_metadata_cell.rb +0 -6
- data/app/cells/decidim/accountability/results_cell.rb +0 -2
- data/app/cells/decidim/accountability/status_cell.rb +11 -8
- data/app/commands/decidim/accountability/admin/create_imported_result.rb +18 -85
- data/app/commands/decidim/accountability/admin/create_result.rb +12 -86
- data/app/commands/decidim/accountability/admin/create_status.rb +3 -31
- data/app/commands/decidim/accountability/admin/create_timeline_entry.rb +3 -30
- data/app/commands/decidim/accountability/admin/has_result_command.rb +54 -0
- data/app/commands/decidim/accountability/admin/update_imported_result.rb +16 -70
- data/app/commands/decidim/accountability/admin/update_result.rb +10 -72
- data/app/commands/decidim/accountability/admin/update_status.rb +3 -39
- data/app/commands/decidim/accountability/admin/update_timeline_entry.rb +3 -38
- data/app/controllers/decidim/accountability/admin/results_controller.rb +1 -1
- data/app/controllers/decidim/accountability/admin/statuses_controller.rb +7 -8
- data/app/controllers/decidim/accountability/admin/timeline_entries_controller.rb +8 -8
- data/app/controllers/decidim/accountability/results_controller.rb +1 -21
- data/app/helpers/decidim/accountability/application_helper.rb +0 -34
- data/app/helpers/decidim/accountability/breadcrumb_helper.rb +0 -4
- data/app/models/decidim/accountability/result.rb +1 -1
- data/app/models/decidim/accountability/status.rb +1 -1
- data/app/packs/src/decidim/accountability/index.js +1 -1
- data/app/services/decidim/accountability/results_csv_importer.rb +1 -1
- data/app/views/decidim/accountability/admin/results/index.html.erb +7 -15
- data/app/views/decidim/accountability/admin/statuses/index.html.erb +2 -2
- data/app/views/decidim/accountability/admin/timeline_entries/index.html.erb +1 -1
- data/app/views/decidim/accountability/results/_home_categories.html.erb +2 -2
- data/app/views/decidim/accountability/results/_nav_breadcrumb.html.erb +8 -8
- data/app/views/decidim/accountability/results/_project.html.erb +1 -1
- data/app/views/decidim/participatory_spaces/_result.html.erb +3 -3
- data/config/locales/ar.yml +0 -12
- data/config/locales/bg.yml +0 -12
- data/config/locales/ca.yml +0 -12
- data/config/locales/cs.yml +0 -13
- data/config/locales/da.yml +0 -11
- data/config/locales/de.yml +0 -12
- data/config/locales/el.yml +0 -12
- data/config/locales/en.yml +0 -12
- data/config/locales/es-MX.yml +0 -12
- data/config/locales/es-PY.yml +0 -12
- data/config/locales/es.yml +0 -12
- data/config/locales/eu.yml +0 -12
- data/config/locales/fi-plain.yml +0 -12
- data/config/locales/fi.yml +2 -14
- data/config/locales/fr-CA.yml +0 -12
- data/config/locales/fr.yml +0 -12
- data/config/locales/ga-IE.yml +0 -8
- data/config/locales/gl.yml +0 -12
- data/config/locales/he-IL.yml +0 -12
- data/config/locales/hu.yml +0 -12
- data/config/locales/id-ID.yml +0 -11
- data/config/locales/is-IS.yml +0 -12
- data/config/locales/it.yml +0 -12
- data/config/locales/ja.yml +0 -12
- data/config/locales/ko.yml +0 -12
- data/config/locales/lb.yml +0 -12
- data/config/locales/lt.yml +0 -12
- data/config/locales/lv.yml +0 -11
- data/config/locales/nl.yml +0 -12
- data/config/locales/no.yml +0 -12
- data/config/locales/pl.yml +0 -12
- data/config/locales/pt-BR.yml +0 -12
- data/config/locales/pt.yml +0 -12
- data/config/locales/ro-RO.yml +7 -21
- data/config/locales/ru.yml +0 -11
- data/config/locales/si-LK.yml +0 -5
- data/config/locales/sk.yml +0 -11
- data/config/locales/sl.yml +0 -4
- data/config/locales/sq-AL.yml +0 -12
- data/config/locales/sr-CS.yml +0 -11
- data/config/locales/sv.yml +25 -76
- data/config/locales/th-TH.yml +0 -1
- data/config/locales/tr-TR.yml +0 -12
- data/config/locales/uk.yml +0 -11
- data/config/locales/zh-CN.yml +0 -11
- data/config/locales/zh-TW.yml +0 -12
- data/decidim-accountability.gemspec +1 -1
- data/lib/decidim/accountability/component.rb +0 -4
- data/lib/decidim/accountability/seeds.rb +76 -67
- data/lib/decidim/accountability/test/factories.rb +0 -4
- data/lib/decidim/accountability/version.rb +1 -1
- data/lib/decidim/api/result_type.rb +1 -1
- metadata +25 -27
- data/app/commands/decidim/accountability/admin/destroy_result.rb +0 -43
- data/app/services/decidim/accountability/result_stats_calculator.rb +0 -49
- data/app/views/decidim/accountability/results/_stats_box.html.erb +0 -79
data/config/locales/ca.yml
CHANGED
@@ -236,15 +236,7 @@ ca:
|
|
236
236
|
search: Cercar actuacions
|
237
237
|
show:
|
238
238
|
stats:
|
239
|
-
attendees: Assistents
|
240
239
|
back_to_resource: Tornar al resultat
|
241
|
-
comments: Comentaris
|
242
|
-
contributions: Aportacions
|
243
|
-
last_edited_by: Editat per última vegada per
|
244
|
-
last_updated_at: Darrera actualització el
|
245
|
-
meetings: Trobades
|
246
|
-
proposals: Propostes
|
247
|
-
votes: Suports
|
248
240
|
timeline:
|
249
241
|
title: Evolució del projecte
|
250
242
|
admin:
|
@@ -263,16 +255,12 @@ ca:
|
|
263
255
|
name: Seguiment
|
264
256
|
settings:
|
265
257
|
global:
|
266
|
-
categories_label: Nom per a "Categories"
|
267
258
|
comments_enabled: Comentaris habilitats
|
268
259
|
comments_max_length: Longitud màxima dels comentaris (deixa 0 si vols mantenir la configuració per defecte)
|
269
260
|
display_progress_enabled: Mostrar el progrés
|
270
|
-
heading_leaf_level_results: Nom per a "Projectes"
|
271
|
-
heading_parent_level_results: Nom per a "Resultats"
|
272
261
|
intro: Introducció
|
273
262
|
scope_id: Àmbit
|
274
263
|
scopes_enabled: Àmbits habilitats
|
275
|
-
subcategories_label: Nom per a "Subcategories"
|
276
264
|
step:
|
277
265
|
comments_blocked: Comentaris bloquejats
|
278
266
|
events:
|
data/config/locales/cs.yml
CHANGED
@@ -13,7 +13,6 @@ cs:
|
|
13
13
|
project_ids: Zahrnuté projekty
|
14
14
|
proposals: Zahrnuté návrhy
|
15
15
|
start_date: Datum zahájení
|
16
|
-
subresults: Dílčí výsledky
|
17
16
|
title: Titul
|
18
17
|
updated_at: Aktualizováno v
|
19
18
|
status:
|
@@ -246,15 +245,7 @@ cs:
|
|
246
245
|
search: Hledat akce
|
247
246
|
show:
|
248
247
|
stats:
|
249
|
-
attendees: Účastníci
|
250
248
|
back_to_resource: Přejít zpět na výsledek
|
251
|
-
comments: Komentáře
|
252
|
-
contributions: Příspěvky
|
253
|
-
last_edited_by: Naposledy upravil
|
254
|
-
last_updated_at: Poslední aktualizace v
|
255
|
-
meetings: Setkání
|
256
|
-
proposals: Návrhy
|
257
|
-
votes: Hlasy
|
258
249
|
timeline:
|
259
250
|
title: Vývoj projektu
|
260
251
|
admin:
|
@@ -273,16 +264,12 @@ cs:
|
|
273
264
|
name: Odpovědnost
|
274
265
|
settings:
|
275
266
|
global:
|
276
|
-
categories_label: Název pro "Kategorie"
|
277
267
|
comments_enabled: Komentáře povoleny
|
278
268
|
comments_max_length: Maximální délka komentáře (ponechte 0 pro výchozí hodnotu)
|
279
269
|
display_progress_enabled: Zobrazit průběh
|
280
|
-
heading_leaf_level_results: Název pro "Projekty"
|
281
|
-
heading_parent_level_results: Název pro "Výsledky"
|
282
270
|
intro: Intro
|
283
271
|
scope_id: Oblast působnosti
|
284
272
|
scopes_enabled: Oblast působnosti povolena
|
285
|
-
subcategories_label: Název pro "Podkategorie"
|
286
273
|
step:
|
287
274
|
comments_blocked: Komentáře blokovány
|
288
275
|
events:
|
data/config/locales/da.yml
CHANGED
@@ -129,14 +129,7 @@ da:
|
|
129
129
|
search: Søg efter handlinger
|
130
130
|
show:
|
131
131
|
stats:
|
132
|
-
attendees: Mødedeltagere
|
133
132
|
back_to_resource: Tilbage til resultater
|
134
|
-
contributions: Bidrag
|
135
|
-
last_edited_by: Sidst redigeret af
|
136
|
-
last_updated_at: Senest opdateret den
|
137
|
-
meetings: Møder
|
138
|
-
proposals: Forslag
|
139
|
-
votes: Støtter
|
140
133
|
timeline:
|
141
134
|
title: Projektets udvikling
|
142
135
|
components:
|
@@ -144,16 +137,12 @@ da:
|
|
144
137
|
name: Ansvarlighed
|
145
138
|
settings:
|
146
139
|
global:
|
147
|
-
categories_label: Navn for "kategorier"
|
148
140
|
comments_enabled: Kommentarer aktiveret
|
149
141
|
comments_max_length: Kommentarer maks. længde (Leave 0 for standardværdi)
|
150
142
|
display_progress_enabled: Vis fremskridt
|
151
|
-
heading_leaf_level_results: Navn for "Projekter"
|
152
|
-
heading_parent_level_results: Navn for "Resultater"
|
153
143
|
intro: Intro
|
154
144
|
scope_id: Omfang
|
155
145
|
scopes_enabled: Omfang aktiveret
|
156
|
-
subcategories_label: Navn for "Underkategorier"
|
157
146
|
resource_links:
|
158
147
|
included_proposals:
|
159
148
|
result_proposal: Forslag i dette resultat
|
data/config/locales/de.yml
CHANGED
@@ -236,15 +236,7 @@ de:
|
|
236
236
|
search: Suche nach Aktionen
|
237
237
|
show:
|
238
238
|
stats:
|
239
|
-
attendees: Teilnehmer
|
240
239
|
back_to_resource: Gehe zurück zum Ergebnis
|
241
|
-
comments: Bemerkungen
|
242
|
-
contributions: Beiträge
|
243
|
-
last_edited_by: Zuletzt bearbeitet von
|
244
|
-
last_updated_at: Zuletzt aktualisiert am
|
245
|
-
meetings: Meetings
|
246
|
-
proposals: Vorschläge
|
247
|
-
votes: Unterstützt
|
248
240
|
timeline:
|
249
241
|
title: Projektentwicklung
|
250
242
|
admin:
|
@@ -263,16 +255,12 @@ de:
|
|
263
255
|
name: Rechenschaftspflicht
|
264
256
|
settings:
|
265
257
|
global:
|
266
|
-
categories_label: Name für "Kategorien"
|
267
258
|
comments_enabled: Kommentare aktiviert
|
268
259
|
comments_max_length: Maximale Länge der Kommentare (0 für Standardwert)
|
269
260
|
display_progress_enabled: Fortschritt anzeigen
|
270
|
-
heading_leaf_level_results: Name für "Projekte"
|
271
|
-
heading_parent_level_results: Name für "Ergebnisse"
|
272
261
|
intro: Einführung
|
273
262
|
scope_id: Bereich
|
274
263
|
scopes_enabled: Bereiche aktiviert
|
275
|
-
subcategories_label: Name für "Unterkategorien"
|
276
264
|
step:
|
277
265
|
comments_blocked: Kommentare blockiert
|
278
266
|
events:
|
data/config/locales/el.yml
CHANGED
@@ -224,15 +224,7 @@ el:
|
|
224
224
|
search: Αναζήτηση ενεργειών
|
225
225
|
show:
|
226
226
|
stats:
|
227
|
-
attendees: Συμμετέχοντες
|
228
227
|
back_to_resource: Επιστροφή στο αποτέλεσμα
|
229
|
-
comments: Σχόλια
|
230
|
-
contributions: Συνεισφορές
|
231
|
-
last_edited_by: Τελευταία επεξεργασία από
|
232
|
-
last_updated_at: Τελευταία ενημέρωση στις
|
233
|
-
meetings: Συσκέψεις
|
234
|
-
proposals: Προτάσεις
|
235
|
-
votes: Υποστηρίξεις
|
236
228
|
timeline:
|
237
229
|
title: Εξέλιξη έργου
|
238
230
|
admin:
|
@@ -251,16 +243,12 @@ el:
|
|
251
243
|
name: Υπευθυνότητα
|
252
244
|
settings:
|
253
245
|
global:
|
254
|
-
categories_label: Όνομα για «Κατηγορίες»
|
255
246
|
comments_enabled: Τα σχόλια ενεργοποιήθηκαν
|
256
247
|
comments_max_length: Μέγιστο μέγεθος σχολίων (Αφήστε το 0 για το προκαθορισμένο μέγεθος)
|
257
248
|
display_progress_enabled: Εμφάνιση προόδου
|
258
|
-
heading_leaf_level_results: Όνομα για «Έργα»
|
259
|
-
heading_parent_level_results: Όνομα για «Αποτελέσματα»
|
260
249
|
intro: Εισαγωγή
|
261
250
|
scope_id: Πεδίο εφαρμογής
|
262
251
|
scopes_enabled: Ενεργοποιημένα πεδία εφαρμογής
|
263
|
-
subcategories_label: Όνομα για «Υποκατηγορίες»
|
264
252
|
step:
|
265
253
|
comments_blocked: Τα σχόλια αποκλείστηκαν
|
266
254
|
events:
|
data/config/locales/en.yml
CHANGED
@@ -237,15 +237,7 @@ en:
|
|
237
237
|
search: Search for actions
|
238
238
|
show:
|
239
239
|
stats:
|
240
|
-
attendees: Attendees
|
241
240
|
back_to_resource: Go back to result
|
242
|
-
comments: Comments
|
243
|
-
contributions: Contributions
|
244
|
-
last_edited_by: Last edited by
|
245
|
-
last_updated_at: Last updated at
|
246
|
-
meetings: Meetings
|
247
|
-
proposals: Proposals
|
248
|
-
votes: Supports
|
249
241
|
timeline:
|
250
242
|
title: Project evolution
|
251
243
|
admin:
|
@@ -264,16 +256,12 @@ en:
|
|
264
256
|
name: Accountability
|
265
257
|
settings:
|
266
258
|
global:
|
267
|
-
categories_label: Name for "Categories"
|
268
259
|
comments_enabled: Comments enabled
|
269
260
|
comments_max_length: Comments max length (Leave 0 for default value)
|
270
261
|
display_progress_enabled: Display progress
|
271
|
-
heading_leaf_level_results: Name for "Projects"
|
272
|
-
heading_parent_level_results: Name for "Results"
|
273
262
|
intro: Intro
|
274
263
|
scope_id: Scope
|
275
264
|
scopes_enabled: Scopes enabled
|
276
|
-
subcategories_label: Name for "Subcategories"
|
277
265
|
step:
|
278
266
|
comments_blocked: Comments blocked
|
279
267
|
events:
|
data/config/locales/es-MX.yml
CHANGED
@@ -236,15 +236,7 @@ es-MX:
|
|
236
236
|
search: Buscar actuaciones
|
237
237
|
show:
|
238
238
|
stats:
|
239
|
-
attendees: Asistentes
|
240
239
|
back_to_resource: Volver al resultado
|
241
|
-
comments: Comentarios
|
242
|
-
contributions: Aportes
|
243
|
-
last_edited_by: Última edición por
|
244
|
-
last_updated_at: Última actualización en
|
245
|
-
meetings: Lista de encuentros
|
246
|
-
proposals: Propuestas
|
247
|
-
votes: Soportes
|
248
240
|
timeline:
|
249
241
|
title: Evolución del proyecto
|
250
242
|
admin:
|
@@ -263,16 +255,12 @@ es-MX:
|
|
263
255
|
name: Seguimiento
|
264
256
|
settings:
|
265
257
|
global:
|
266
|
-
categories_label: Nombre para "Categorías"
|
267
258
|
comments_enabled: Comentarios habilitados
|
268
259
|
comments_max_length: Longitud máxima de los comentarios (deja 0 si quieres mantener la configuración por defecto)
|
269
260
|
display_progress_enabled: Mostrar progreso
|
270
|
-
heading_leaf_level_results: Nombre para "Proyectos"
|
271
|
-
heading_parent_level_results: Nombre para "Resultados"
|
272
261
|
intro: Introducción
|
273
262
|
scope_id: Ámbito
|
274
263
|
scopes_enabled: Ámbitos habilitados
|
275
|
-
subcategories_label: Nombre para "Subcategorías"
|
276
264
|
step:
|
277
265
|
comments_blocked: Comentarios bloqueados
|
278
266
|
events:
|
data/config/locales/es-PY.yml
CHANGED
@@ -236,15 +236,7 @@ es-PY:
|
|
236
236
|
search: Buscar actuaciones
|
237
237
|
show:
|
238
238
|
stats:
|
239
|
-
attendees: Asistentes
|
240
239
|
back_to_resource: Volver al resultado
|
241
|
-
comments: Comentarios
|
242
|
-
contributions: Aportes
|
243
|
-
last_edited_by: Última edición por
|
244
|
-
last_updated_at: Última actualización en
|
245
|
-
meetings: Lista de encuentros
|
246
|
-
proposals: Propuestas
|
247
|
-
votes: Soportes
|
248
240
|
timeline:
|
249
241
|
title: Evolución del proyecto
|
250
242
|
admin:
|
@@ -263,16 +255,12 @@ es-PY:
|
|
263
255
|
name: Seguimiento
|
264
256
|
settings:
|
265
257
|
global:
|
266
|
-
categories_label: Nombre para "Categorías"
|
267
258
|
comments_enabled: Comentarios habilitados
|
268
259
|
comments_max_length: Longitud máxima de los comentarios (deja 0 si quieres mantener la configuración por defecto)
|
269
260
|
display_progress_enabled: Mostrar progreso
|
270
|
-
heading_leaf_level_results: Nombre para "Proyectos"
|
271
|
-
heading_parent_level_results: Nombre para "Resultados"
|
272
261
|
intro: Introducción
|
273
262
|
scope_id: Ámbito
|
274
263
|
scopes_enabled: Ámbitos habilitados
|
275
|
-
subcategories_label: Nombre para "Subcategorías"
|
276
264
|
step:
|
277
265
|
comments_blocked: Comentarios bloqueados
|
278
266
|
events:
|
data/config/locales/es.yml
CHANGED
@@ -236,15 +236,7 @@ es:
|
|
236
236
|
search: Buscar actuaciones
|
237
237
|
show:
|
238
238
|
stats:
|
239
|
-
attendees: Asistentes
|
240
239
|
back_to_resource: Volver al resultado
|
241
|
-
comments: Comentarios
|
242
|
-
contributions: Aportes
|
243
|
-
last_edited_by: Última edición por
|
244
|
-
last_updated_at: Última actualización en
|
245
|
-
meetings: Lista de encuentros
|
246
|
-
proposals: Propuestas
|
247
|
-
votes: Soportes
|
248
240
|
timeline:
|
249
241
|
title: Evolución del proyecto
|
250
242
|
admin:
|
@@ -263,16 +255,12 @@ es:
|
|
263
255
|
name: Seguimiento
|
264
256
|
settings:
|
265
257
|
global:
|
266
|
-
categories_label: Nombre para "Categorías"
|
267
258
|
comments_enabled: Comentarios habilitados
|
268
259
|
comments_max_length: Longitud máxima de los comentarios (deja 0 si quieres mantener la configuración por defecto)
|
269
260
|
display_progress_enabled: Mostrar progreso
|
270
|
-
heading_leaf_level_results: Nombre para "Proyectos"
|
271
|
-
heading_parent_level_results: Nombre para "Resultados"
|
272
261
|
intro: Introducción
|
273
262
|
scope_id: Ámbito
|
274
263
|
scopes_enabled: Ámbitos habilitados
|
275
|
-
subcategories_label: Nombre para "Subcategorías"
|
276
264
|
step:
|
277
265
|
comments_blocked: Comentarios bloqueados
|
278
266
|
events:
|
data/config/locales/eu.yml
CHANGED
@@ -236,15 +236,7 @@ eu:
|
|
236
236
|
search: Bilatu ekintzak
|
237
237
|
show:
|
238
238
|
stats:
|
239
|
-
attendees: Bertaratuak
|
240
239
|
back_to_resource: Itzuli emaitzetara
|
241
|
-
comments: Iruzkinak
|
242
|
-
contributions: Ekarpenak
|
243
|
-
last_edited_by: Azken editorea
|
244
|
-
last_updated_at: Azken eguneraketa
|
245
|
-
meetings: Topaketak
|
246
|
-
proposals: Proposamenak
|
247
|
-
votes: Babesak
|
248
240
|
timeline:
|
249
241
|
title: Proiektuaren bilakaera
|
250
242
|
admin:
|
@@ -263,16 +255,12 @@ eu:
|
|
263
255
|
name: Jarraipena
|
264
256
|
settings:
|
265
257
|
global:
|
266
|
-
categories_label: '"Kategoriak" izena'
|
267
258
|
comments_enabled: Iruzkinak gaituta
|
268
259
|
comments_max_length: Iruzkinen gehieneko luzera (utzi 0 hasierako konfigurazioari eusteko)
|
269
260
|
display_progress_enabled: Erakutsi aurrerapena
|
270
|
-
heading_leaf_level_results: '"Proiektuak" izena'
|
271
|
-
heading_parent_level_results: '"Emaitzak" izena'
|
272
261
|
intro: Intro
|
273
262
|
scope_id: Esparrua
|
274
263
|
scopes_enabled: Esparruak gaituta
|
275
|
-
subcategories_label: '"Azpikategoriak" izena'
|
276
264
|
step:
|
277
265
|
comments_blocked: Iruzkinak blokeatuta
|
278
266
|
events:
|
data/config/locales/fi-plain.yml
CHANGED
@@ -236,15 +236,7 @@ fi-pl:
|
|
236
236
|
search: Hae toimintoja
|
237
237
|
show:
|
238
238
|
stats:
|
239
|
-
attendees: Osallistujat
|
240
239
|
back_to_resource: Palaa tulokseen
|
241
|
-
comments: Kommentit
|
242
|
-
contributions: Osallistumiset
|
243
|
-
last_edited_by: Viimeksi muokannut
|
244
|
-
last_updated_at: Päivitetty viimeksi
|
245
|
-
meetings: Tapaamiset
|
246
|
-
proposals: Ehdotukset
|
247
|
-
votes: Kannatukset
|
248
240
|
timeline:
|
249
241
|
title: Projektin kehitys
|
250
242
|
admin:
|
@@ -263,16 +255,12 @@ fi-pl:
|
|
263
255
|
name: Vastuullisuus
|
264
256
|
settings:
|
265
257
|
global:
|
266
|
-
categories_label: Nimi termille "Aihepiirit"
|
267
258
|
comments_enabled: Kommentointi käytössä
|
268
259
|
comments_max_length: Kommenttien maksimipituus (jätä arvoksi 0 käyttääksesi oletusarvoa)
|
269
260
|
display_progress_enabled: Näytä edistyminen
|
270
|
-
heading_leaf_level_results: Nimi termille "Suunnitelmat"
|
271
|
-
heading_parent_level_results: Nimi termille "Tulokset"
|
272
261
|
intro: Esittelyteksti
|
273
262
|
scope_id: Teema
|
274
263
|
scopes_enabled: Teemat käytössä
|
275
|
-
subcategories_label: Nimi termille "Ala-aihepiirit"
|
276
264
|
step:
|
277
265
|
comments_blocked: Kommentointi estetty
|
278
266
|
events:
|
data/config/locales/fi.yml
CHANGED
@@ -236,15 +236,7 @@ fi:
|
|
236
236
|
search: Hae toimintoja
|
237
237
|
show:
|
238
238
|
stats:
|
239
|
-
attendees: Osallistujat
|
240
239
|
back_to_resource: Palaa tulokseen
|
241
|
-
comments: Kommentit
|
242
|
-
contributions: Osallistumiset
|
243
|
-
last_edited_by: Viimeksi muokannut
|
244
|
-
last_updated_at: Päivitetty viimeksi
|
245
|
-
meetings: Tapaamiset
|
246
|
-
proposals: Ehdotukset
|
247
|
-
votes: Kannatukset
|
248
240
|
timeline:
|
249
241
|
title: Hankkeen kehitys
|
250
242
|
admin:
|
@@ -263,27 +255,23 @@ fi:
|
|
263
255
|
name: Vastuullisuus
|
264
256
|
settings:
|
265
257
|
global:
|
266
|
-
categories_label: Nimi termille "Aihepiirit"
|
267
258
|
comments_enabled: Kommentointi käytössä
|
268
259
|
comments_max_length: Kommenttien maksimipituus (jätä arvoksi 0 käyttääksesi oletusarvoa)
|
269
260
|
display_progress_enabled: Näytä edistyminen
|
270
|
-
heading_leaf_level_results: Nimi termille "Hankkeet"
|
271
|
-
heading_parent_level_results: Nimi termille "Tulokset"
|
272
261
|
intro: Esittelyteksti
|
273
262
|
scope_id: Teema
|
274
263
|
scopes_enabled: Teemat käytössä
|
275
|
-
subcategories_label: Nimi termille "Ala-aihepiirit"
|
276
264
|
step:
|
277
265
|
comments_blocked: Kommentointi estetty
|
278
266
|
events:
|
279
267
|
accountability:
|
280
268
|
proposal_linked:
|
281
|
-
email_intro: 'Ehdotus "%{proposal_title}" on liitetty tulokseen. Voit tutustua siihen sivulta:'
|
269
|
+
email_intro: 'Ehdotus "%{proposal_title}" on liitetty tulokseen. Voit tutustua siihen tältä sivulta:'
|
282
270
|
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat "%{proposal_title}". Voit lopettaa ilmoitusten vastaanottamisen edellä esitetyn linkin kautta.
|
283
271
|
email_subject: Päivitys kohtaan %{proposal_title}
|
284
272
|
notification_title: Ehdotus <a href="%{proposal_path}">%{proposal_title}</a> on sisällytetty tulokseen <a href="%{resource_path}">%{resource_title}</a>.
|
285
273
|
result_progress_updated:
|
286
|
-
email_intro: 'Tulos "%{resource_title}", joka sisältää ehdotuksen "%{proposal_title}", on nyt %{progress}% valmis. Voit tutustua siihen sivulta:'
|
274
|
+
email_intro: 'Tulos "%{resource_title}", joka sisältää ehdotuksen "%{proposal_title}", on nyt %{progress}% valmis. Voit tutustua siihen tältä sivulta:'
|
287
275
|
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat ehdotusta "%{proposal_title}" ja se sisältyy tulokseen "%{resource_title}". Voit lopettaa ilmoitusten vastaanottamisen edellä esitetyn linkin kautta.
|
288
276
|
email_subject: Päivitys kohteen %{resource_title} edistykseen
|
289
277
|
notification_title: Tulos <a href="%{resource_path}">%{resource_title}</a>, joka sisältää ehdotuksen <a href="%{proposal_path}">%{proposal_title}</a>, on nyt %{progress}% valmis.
|
data/config/locales/fr-CA.yml
CHANGED
@@ -235,15 +235,7 @@ fr-CA:
|
|
235
235
|
search: Rechercher des réalisations
|
236
236
|
show:
|
237
237
|
stats:
|
238
|
-
attendees: Participants
|
239
238
|
back_to_resource: Revenir à la réalisation
|
240
|
-
comments: Commentaires
|
241
|
-
contributions: Contributions
|
242
|
-
last_edited_by: Dernière édition par
|
243
|
-
last_updated_at: Dernière mise à jour à
|
244
|
-
meetings: Réunions
|
245
|
-
proposals: Propositions
|
246
|
-
votes: Votes
|
247
239
|
timeline:
|
248
240
|
title: Évolution du projet
|
249
241
|
admin:
|
@@ -262,16 +254,12 @@ fr-CA:
|
|
262
254
|
name: Suivi
|
263
255
|
settings:
|
264
256
|
global:
|
265
|
-
categories_label: Nom pour "Catégories"
|
266
257
|
comments_enabled: Activer le module de commentaire
|
267
258
|
comments_max_length: Longueur max des commentaires (laisser 0 pour la valeur par défaut)
|
268
259
|
display_progress_enabled: Afficher les progrès
|
269
|
-
heading_leaf_level_results: Nom pour "Projets"
|
270
|
-
heading_parent_level_results: Nom pour "Réalisations"
|
271
260
|
intro: Introduction
|
272
261
|
scope_id: Secteur
|
273
262
|
scopes_enabled: Secteurs activés
|
274
|
-
subcategories_label: Nom pour "Sous-catégories"
|
275
263
|
step:
|
276
264
|
comments_blocked: Bloquer la création de nouveaux commentaires
|
277
265
|
events:
|
data/config/locales/fr.yml
CHANGED
@@ -235,15 +235,7 @@ fr:
|
|
235
235
|
search: Rechercher des réalisations
|
236
236
|
show:
|
237
237
|
stats:
|
238
|
-
attendees: Participants
|
239
238
|
back_to_resource: Revenir à la réalisation
|
240
|
-
comments: Commentaires
|
241
|
-
contributions: Contributions
|
242
|
-
last_edited_by: Dernière édition par
|
243
|
-
last_updated_at: Dernière mise à jour à
|
244
|
-
meetings: Réunions
|
245
|
-
proposals: Propositions
|
246
|
-
votes: Votes
|
247
239
|
timeline:
|
248
240
|
title: Évolution du projet
|
249
241
|
admin:
|
@@ -262,16 +254,12 @@ fr:
|
|
262
254
|
name: Suivi
|
263
255
|
settings:
|
264
256
|
global:
|
265
|
-
categories_label: Nom pour "Catégories"
|
266
257
|
comments_enabled: Activer le module de commentaire
|
267
258
|
comments_max_length: Longueur max des commentaires (laisser 0 pour la valeur par défaut)
|
268
259
|
display_progress_enabled: Afficher les progrès
|
269
|
-
heading_leaf_level_results: Nom pour "Projets"
|
270
|
-
heading_parent_level_results: Nom pour "Réalisations"
|
271
260
|
intro: Introduction
|
272
261
|
scope_id: Secteur
|
273
262
|
scopes_enabled: Secteurs activés
|
274
|
-
subcategories_label: Nom pour "Sous-catégories"
|
275
263
|
step:
|
276
264
|
comments_blocked: Bloquer la création de nouveaux commentaires
|
277
265
|
events:
|
data/config/locales/ga-IE.yml
CHANGED
@@ -77,12 +77,6 @@ ga:
|
|
77
77
|
home:
|
78
78
|
categories_label: Catagóirí
|
79
79
|
subcategories_label: Fochatagóirí
|
80
|
-
show:
|
81
|
-
stats:
|
82
|
-
comments: Tráchtanna
|
83
|
-
meetings: Cruinnithe
|
84
|
-
proposals: Moltaí
|
85
|
-
votes: Tacaíochtaí
|
86
80
|
admin:
|
87
81
|
filters:
|
88
82
|
results:
|
@@ -98,10 +92,8 @@ ga:
|
|
98
92
|
comment: Tabhair Trácht
|
99
93
|
settings:
|
100
94
|
global:
|
101
|
-
categories_label: Ainm do "Catagóirí"
|
102
95
|
intro: Réamhrá
|
103
96
|
scope_id: Scóip
|
104
|
-
subcategories_label: Ainm do "Fochatagóirí"
|
105
97
|
metrics:
|
106
98
|
results:
|
107
99
|
object: torthaí
|
data/config/locales/gl.yml
CHANGED
@@ -139,15 +139,7 @@ gl:
|
|
139
139
|
search: Busca de accións
|
140
140
|
show:
|
141
141
|
stats:
|
142
|
-
attendees: Asistentes
|
143
142
|
back_to_resource: Volver ao resultado
|
144
|
-
comments: Comentarios
|
145
|
-
contributions: Contribucións
|
146
|
-
last_edited_by: Última edición por
|
147
|
-
last_updated_at: Última actualización en
|
148
|
-
meetings: Reunións
|
149
|
-
proposals: Propostas
|
150
|
-
votes: Soporta
|
151
143
|
timeline:
|
152
144
|
title: Evolución do proxecto
|
153
145
|
admin:
|
@@ -166,16 +158,12 @@ gl:
|
|
166
158
|
name: Responsabilidade
|
167
159
|
settings:
|
168
160
|
global:
|
169
|
-
categories_label: Nome para "Categorías"
|
170
161
|
comments_enabled: Comentarios habilitados
|
171
162
|
comments_max_length: Lonxitude máxima dos comentarios (0 para valor predefinido)
|
172
163
|
display_progress_enabled: Mostrar o progreso
|
173
|
-
heading_leaf_level_results: Nome para "Proxectos"
|
174
|
-
heading_parent_level_results: Nome para "Resultados"
|
175
164
|
intro: Intro
|
176
165
|
scope_id: Ámbito
|
177
166
|
scopes_enabled: Ámbitos habilitados
|
178
|
-
subcategories_label: Nome para "Subcategorías"
|
179
167
|
step:
|
180
168
|
comments_blocked: Comentarios bloqueados
|
181
169
|
events:
|
data/config/locales/he-IL.yml
CHANGED
@@ -245,15 +245,7 @@ he:
|
|
245
245
|
search: חיפוש פעולה
|
246
246
|
show:
|
247
247
|
stats:
|
248
|
-
attendees: משתתפים.ות
|
249
248
|
back_to_resource: בחזרה לתוצאות
|
250
|
-
comments: תגובות
|
251
|
-
contributions: תרומות
|
252
|
-
last_edited_by: נערך לאחרונה על-ידי
|
253
|
-
last_updated_at: עודכן לאחרונה ב
|
254
|
-
meetings: פגישות
|
255
|
-
proposals: הצעות
|
256
|
-
votes: תמיכה
|
257
249
|
timeline:
|
258
250
|
title: אבולוציה של הפרויקט
|
259
251
|
admin:
|
@@ -272,16 +264,12 @@ he:
|
|
272
264
|
name: אחריותיות
|
273
265
|
settings:
|
274
266
|
global:
|
275
|
-
categories_label: שם ל"קטגוריות"
|
276
267
|
comments_enabled: איפשור תגובות
|
277
268
|
comments_max_length: אורך מקסימלי להערות (השאירו 0 לערך ברירת המחדל)
|
278
269
|
display_progress_enabled: הצגת התקדמות
|
279
|
-
heading_leaf_level_results: שם ל"פרויקטים"
|
280
|
-
heading_parent_level_results: שם ל"תוצאות"
|
281
270
|
intro: הקדמה
|
282
271
|
scope_id: היקף
|
283
272
|
scopes_enabled: היקפים מאופשרים
|
284
|
-
subcategories_label: שם ל"תתי קטוגריות"
|
285
273
|
step:
|
286
274
|
comments_blocked: תגובות חסומות
|
287
275
|
events:
|
data/config/locales/hu.yml
CHANGED
@@ -235,15 +235,7 @@ hu:
|
|
235
235
|
search: Műveletek keresése
|
236
236
|
show:
|
237
237
|
stats:
|
238
|
-
attendees: Résztvevők
|
239
238
|
back_to_resource: Vissza az eredményekhez
|
240
|
-
comments: Hozzászólások
|
241
|
-
contributions: Közreműködők
|
242
|
-
last_edited_by: 'Utoljára szerkesztette:'
|
243
|
-
last_updated_at: Utoljára frissítve
|
244
|
-
meetings: Találkozók
|
245
|
-
proposals: Javaslatok
|
246
|
-
votes: Támogatás
|
247
239
|
timeline:
|
248
240
|
title: Projekt alakulása
|
249
241
|
admin:
|
@@ -262,16 +254,12 @@ hu:
|
|
262
254
|
name: Elszámoltathatóság
|
263
255
|
settings:
|
264
256
|
global:
|
265
|
-
categories_label: '"Kategóriák" neve'
|
266
257
|
comments_enabled: Megjegyzések engedélyezve
|
267
258
|
comments_max_length: Kommentek maximális hossza (Hagyjon 0 -t az alapértékhez)
|
268
259
|
display_progress_enabled: Állapot megjelenítése
|
269
|
-
heading_leaf_level_results: '"Projektek" neve'
|
270
|
-
heading_parent_level_results: '"Eredmények" neve'
|
271
260
|
intro: Intro
|
272
261
|
scope_id: Hatáskör
|
273
262
|
scopes_enabled: Hatáskörök engedélyezve
|
274
|
-
subcategories_label: '"Alkategóriák" neve'
|
275
263
|
step:
|
276
264
|
comments_blocked: Megjegyzések letiltva
|
277
265
|
events:
|
data/config/locales/id-ID.yml
CHANGED
@@ -118,14 +118,7 @@ id:
|
|
118
118
|
search: Cari tindakan
|
119
119
|
show:
|
120
120
|
stats:
|
121
|
-
attendees: Hadirin
|
122
121
|
back_to_resource: Kembali ke hasil
|
123
|
-
contributions: Kontribusi
|
124
|
-
last_edited_by: Terakhir diedit oleh
|
125
|
-
last_updated_at: Terakhir diperbarui pada
|
126
|
-
meetings: Rapat
|
127
|
-
proposals: Proposal
|
128
|
-
votes: Mendukung
|
129
122
|
timeline:
|
130
123
|
title: Evolusi proyek
|
131
124
|
components:
|
@@ -133,13 +126,9 @@ id:
|
|
133
126
|
name: Akuntabilitas
|
134
127
|
settings:
|
135
128
|
global:
|
136
|
-
categories_label: Nama untuk "Kategori"
|
137
129
|
comments_enabled: Komentar diaktifkan
|
138
130
|
display_progress_enabled: Kemajuan tampilan
|
139
|
-
heading_leaf_level_results: Nama untuk "Proyek"
|
140
|
-
heading_parent_level_results: Nama untuk "Hasil"
|
141
131
|
intro: Intro
|
142
|
-
subcategories_label: Nama untuk "Subkategori"
|
143
132
|
step:
|
144
133
|
comments_blocked: Komentar diblokir
|
145
134
|
events:
|
data/config/locales/is-IS.yml
CHANGED
@@ -136,15 +136,7 @@ is:
|
|
136
136
|
search: Leitaðu að aðgerðum
|
137
137
|
show:
|
138
138
|
stats:
|
139
|
-
attendees: Dómarar
|
140
139
|
back_to_resource: Fara aftur til niðurstöðu
|
141
|
-
comments: Athugasemdir
|
142
|
-
contributions: Framlög
|
143
|
-
last_edited_by: Síðast breytt af
|
144
|
-
last_updated_at: Síðast uppfært á
|
145
|
-
meetings: Fundir
|
146
|
-
proposals: Tillögur
|
147
|
-
votes: Styður
|
148
140
|
timeline:
|
149
141
|
title: Verkefnisþróun
|
150
142
|
admin:
|
@@ -161,15 +153,11 @@ is:
|
|
161
153
|
name: Ábyrgð
|
162
154
|
settings:
|
163
155
|
global:
|
164
|
-
categories_label: Nafn fyrir "Flokkar"
|
165
156
|
comments_enabled: Athugasemdir virkt
|
166
157
|
display_progress_enabled: Sýna framfarir
|
167
|
-
heading_leaf_level_results: Nafn fyrir "Verkefni"
|
168
|
-
heading_parent_level_results: Nafn fyrir "Úrslit"
|
169
158
|
intro: Intro
|
170
159
|
scope_id: Gildissvið
|
171
160
|
scopes_enabled: Umfang virkt
|
172
|
-
subcategories_label: Nafn fyrir "undirflokka"
|
173
161
|
step:
|
174
162
|
comments_blocked: Athugasemdir læst
|
175
163
|
events:
|