decidim-accountability 0.28.1 → 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/timeline.erb +2 -2
- data/app/cells/decidim/accountability/project_cell.rb +16 -9
- 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/status.erb +1 -1
- data/app/cells/decidim/accountability/status_cell.rb +12 -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 +21 -19
- data/app/events/decidim/accountability/base_result_event.rb +4 -0
- 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 +1 -1
- 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/accountability/results/_scope_filters.html.erb +2 -2
- data/app/views/decidim/accountability/results/_search.html.erb +4 -4
- data/app/views/decidim/participatory_spaces/_result.html.erb +3 -3
- data/config/locales/ar.yml +0 -12
- data/config/locales/bg.yml +6 -12
- data/config/locales/ca.yml +1 -12
- data/config/locales/cs.yml +0 -12
- data/config/locales/da.yml +0 -11
- data/config/locales/de.yml +1 -12
- data/config/locales/el.yml +0 -12
- data/config/locales/en.yml +1 -12
- data/config/locales/es-MX.yml +5 -16
- data/config/locales/es-PY.yml +5 -16
- data/config/locales/es.yml +7 -18
- data/config/locales/eu.yml +4 -15
- data/config/locales/fi-plain.yml +1 -12
- data/config/locales/fi.yml +1 -12
- 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 +1 -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 +6 -12
- data/config/locales/pt-BR.yml +0 -12
- data/config/locales/pt.yml +0 -12
- data/config/locales/ro-RO.yml +0 -12
- 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 +0 -12
- data/config/locales/th-TH.yml +213 -0
- 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 +28 -30
- 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/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:
|
data/config/locales/it.yml
CHANGED
@@ -145,15 +145,7 @@ it:
|
|
145
145
|
search: Cerca azioni
|
146
146
|
show:
|
147
147
|
stats:
|
148
|
-
attendees: Partecipanti
|
149
148
|
back_to_resource: Torna al risultato
|
150
|
-
comments: Commenti
|
151
|
-
contributions: Contributi
|
152
|
-
last_edited_by: Ultima modifica del
|
153
|
-
last_updated_at: Ultimo aggiornamento alle
|
154
|
-
meetings: Riunioni
|
155
|
-
proposals: Proposte
|
156
|
-
votes: Voti
|
157
149
|
timeline:
|
158
150
|
title: Evoluzione del progetto
|
159
151
|
admin:
|
@@ -172,16 +164,12 @@ it:
|
|
172
164
|
name: Accountability
|
173
165
|
settings:
|
174
166
|
global:
|
175
|
-
categories_label: Nome per "Categorie"
|
176
167
|
comments_enabled: Commenti abilitati
|
177
168
|
comments_max_length: Lunghezza massima dei commenti (Lasciare 0 per il valore predefinito)
|
178
169
|
display_progress_enabled: Mostra avanzamento
|
179
|
-
heading_leaf_level_results: Nome per "Progetti"
|
180
|
-
heading_parent_level_results: Nome per "Risultati"
|
181
170
|
intro: Introduzione
|
182
171
|
scope_id: Ambito
|
183
172
|
scopes_enabled: Ambiti abilitati
|
184
|
-
subcategories_label: Nome per "Sottocategorie"
|
185
173
|
step:
|
186
174
|
comments_blocked: Commenti bloccati
|
187
175
|
events:
|
data/config/locales/ja.yml
CHANGED
@@ -13,6 +13,7 @@ ja:
|
|
13
13
|
project_ids: 含まれるプロジェクト
|
14
14
|
proposals: 含まれる提案
|
15
15
|
start_date: 開始日
|
16
|
+
subresults: 結果(サブ)
|
16
17
|
title: タイトル
|
17
18
|
updated_at: 更新日時
|
18
19
|
status:
|
@@ -230,15 +231,7 @@ ja:
|
|
230
231
|
search: アクションを検索
|
231
232
|
show:
|
232
233
|
stats:
|
233
|
-
attendees: 参加者
|
234
234
|
back_to_resource: 結果に戻る
|
235
|
-
comments: コメント
|
236
|
-
contributions: 貢献
|
237
|
-
last_edited_by: '最終編集者:'
|
238
|
-
last_updated_at: 最終更新日時
|
239
|
-
meetings: ミーティング
|
240
|
-
proposals: 提案
|
241
|
-
votes: サポート
|
242
235
|
timeline:
|
243
236
|
title: プロジェクトの進化
|
244
237
|
admin:
|
@@ -257,16 +250,12 @@ ja:
|
|
257
250
|
name: アカウンタビリティ
|
258
251
|
settings:
|
259
252
|
global:
|
260
|
-
categories_label: '「カテゴリ」の名前'
|
261
253
|
comments_enabled: コメントを有効にする
|
262
254
|
comments_max_length: コメント最大長 (デフォルト値は 0 のまま)
|
263
255
|
display_progress_enabled: 進行状況を表示
|
264
|
-
heading_leaf_level_results: プロジェクトの名前
|
265
|
-
heading_parent_level_results: 検索結果の名前
|
266
256
|
intro: はじめに
|
267
257
|
scope_id: スコープ
|
268
258
|
scopes_enabled: スコープが有効
|
269
|
-
subcategories_label: サブカテゴリの名前
|
270
259
|
step:
|
271
260
|
comments_blocked: コメントをブロック
|
272
261
|
events:
|
data/config/locales/ko.yml
CHANGED
@@ -200,15 +200,7 @@ ko:
|
|
200
200
|
search: 작업 검색
|
201
201
|
show:
|
202
202
|
stats:
|
203
|
-
attendees: 참여자
|
204
203
|
back_to_resource: 결과로 돌아가기
|
205
|
-
comments: 댓글
|
206
|
-
contributions: 기여
|
207
|
-
last_edited_by: 최근 편집자
|
208
|
-
last_updated_at: 마지막 업데이트
|
209
|
-
meetings: 회의
|
210
|
-
proposals: 제안
|
211
|
-
votes: 지원
|
212
204
|
admin:
|
213
205
|
filters:
|
214
206
|
results:
|
@@ -225,16 +217,12 @@ ko:
|
|
225
217
|
name: 책임
|
226
218
|
settings:
|
227
219
|
global:
|
228
|
-
categories_label: '"카테고리" 이름'
|
229
220
|
comments_enabled: 댓글 활성화됨
|
230
221
|
comments_max_length: 댓글 최대 길이(기본값은 0으로 남김)
|
231
222
|
display_progress_enabled: 진행사항 보기
|
232
|
-
heading_leaf_level_results: '"프로젝트" 이름'
|
233
|
-
heading_parent_level_results: '"결과" 이름'
|
234
223
|
intro: 소개
|
235
224
|
scope_id: 범위
|
236
225
|
scopes_enabled: 범위 활성화됨
|
237
|
-
subcategories_label: '"카테고리" 이름'
|
238
226
|
step:
|
239
227
|
comments_blocked: 댓글 차단됨
|
240
228
|
events:
|
data/config/locales/lb.yml
CHANGED
@@ -139,15 +139,7 @@ lb:
|
|
139
139
|
search: Suche nach Aktionen
|
140
140
|
show:
|
141
141
|
stats:
|
142
|
-
attendees: Teilnehmer
|
143
142
|
back_to_resource: Gehe zurück zum Ergebnis
|
144
|
-
comments: Kommentarer
|
145
|
-
contributions: Beiträge
|
146
|
-
last_edited_by: Zuletzt bearbeitet von
|
147
|
-
last_updated_at: Zuletzt aktualisiert am
|
148
|
-
meetings: Versammlungen
|
149
|
-
proposals: Vorschläge
|
150
|
-
votes: Unterstützt
|
151
143
|
timeline:
|
152
144
|
title: Projektentwicklung
|
153
145
|
admin:
|
@@ -166,16 +158,12 @@ lb:
|
|
166
158
|
name: Rechenschaftspflicht
|
167
159
|
settings:
|
168
160
|
global:
|
169
|
-
categories_label: Name für "Kategorien"
|
170
161
|
comments_enabled: Kommentare aktiviert
|
171
162
|
comments_max_length: Maximale Länge der Kommentare (0 für Standardwert)
|
172
163
|
display_progress_enabled: Fortschritt anzeigen
|
173
|
-
heading_leaf_level_results: Name für "Projekte"
|
174
|
-
heading_parent_level_results: Name für "Resultate"
|
175
164
|
intro: Einführung
|
176
165
|
scope_id: Bereich
|
177
166
|
scopes_enabled: Bereiche aktiviert
|
178
|
-
subcategories_label: Name für "Unterkategorien"
|
179
167
|
step:
|
180
168
|
comments_blocked: Kommentare blockiert
|
181
169
|
events:
|
data/config/locales/lt.yml
CHANGED
@@ -235,15 +235,7 @@ lt:
|
|
235
235
|
search: Ieškoti veiksmų
|
236
236
|
show:
|
237
237
|
stats:
|
238
|
-
attendees: Dalyviai
|
239
238
|
back_to_resource: Grįžti į rezultatą
|
240
|
-
comments: Komentarai
|
241
|
-
contributions: Indėliai
|
242
|
-
last_edited_by: Paskutinį kartą redaguota
|
243
|
-
last_updated_at: Paskutinį kartą atnaujinta
|
244
|
-
meetings: Susirinkimai
|
245
|
-
proposals: Pasiūlymai
|
246
|
-
votes: Palaikymai
|
247
239
|
timeline:
|
248
240
|
title: Projekto raida
|
249
241
|
admin:
|
@@ -262,16 +254,12 @@ lt:
|
|
262
254
|
name: Atskaitingumas
|
263
255
|
settings:
|
264
256
|
global:
|
265
|
-
categories_label: '„Kategorijų“ pavadinimas'
|
266
257
|
comments_enabled: Įjungti komentarai
|
267
258
|
comments_max_length: Maksimalus komentaro ilgis (įrašyti 0 įprastam ilgiui)
|
268
259
|
display_progress_enabled: Rodyti progresą
|
269
|
-
heading_leaf_level_results: '„Projektų“ pavadinimai'
|
270
|
-
heading_parent_level_results: '„Rezultatų“ pavadinimai'
|
271
260
|
intro: Įžanga
|
272
261
|
scope_id: Apimtis
|
273
262
|
scopes_enabled: Apimtys įjungtos
|
274
|
-
subcategories_label: '„Subkategorių“ pavadinimai'
|
275
263
|
step:
|
276
264
|
comments_blocked: Komentarai užblokuoti
|
277
265
|
events:
|
data/config/locales/lv.yml
CHANGED
@@ -127,14 +127,7 @@ lv:
|
|
127
127
|
search: Meklēt darbības
|
128
128
|
show:
|
129
129
|
stats:
|
130
|
-
attendees: Apmeklētāji
|
131
130
|
back_to_resource: Atgriezties pie rezultātiem
|
132
|
-
contributions: Papildinājumi
|
133
|
-
last_edited_by: Pēdējo reizi labojis
|
134
|
-
last_updated_at: Pēdējo reizi atjaunināts plkst.
|
135
|
-
meetings: Sanāksmes
|
136
|
-
proposals: Priekšlikumi
|
137
|
-
votes: Atbalsta
|
138
131
|
timeline:
|
139
132
|
title: Projekta attīstība
|
140
133
|
components:
|
@@ -142,13 +135,9 @@ lv:
|
|
142
135
|
name: Atbildība
|
143
136
|
settings:
|
144
137
|
global:
|
145
|
-
categories_label: Kategoriju nosaukums
|
146
138
|
comments_enabled: Komentāri ir iespējoti
|
147
139
|
display_progress_enabled: Rādīt progresu
|
148
|
-
heading_leaf_level_results: Projektu nosaukums
|
149
|
-
heading_parent_level_results: Rezultātu nosaukums
|
150
140
|
intro: Ievads
|
151
|
-
subcategories_label: Apakškategoriju nosaukums
|
152
141
|
step:
|
153
142
|
comments_blocked: Komentāri ir bloķēti
|
154
143
|
events:
|
data/config/locales/nl.yml
CHANGED
@@ -149,15 +149,7 @@ nl:
|
|
149
149
|
search: Zoek naar acties
|
150
150
|
show:
|
151
151
|
stats:
|
152
|
-
attendees: Deelnemers
|
153
152
|
back_to_resource: Ga terug naar resultaat
|
154
|
-
comments: Reacties
|
155
|
-
contributions: Bijdrage
|
156
|
-
last_edited_by: Laatst bewerkt door
|
157
|
-
last_updated_at: Laatst bijgewerkt om
|
158
|
-
meetings: Events
|
159
|
-
proposals: Voorstellen
|
160
|
-
votes: Ondersteunt
|
161
153
|
timeline:
|
162
154
|
title: Project evolutie
|
163
155
|
admin:
|
@@ -176,16 +168,12 @@ nl:
|
|
176
168
|
name: Opvolging
|
177
169
|
settings:
|
178
170
|
global:
|
179
|
-
categories_label: Naam voor "Categorieën"
|
180
171
|
comments_enabled: Reacties ingeschakeld
|
181
172
|
comments_max_length: Commentaar maximale lengte (laat 0 voor standaard waarde)
|
182
173
|
display_progress_enabled: Geef de voortgang weer
|
183
|
-
heading_leaf_level_results: Naam voor "Projecten"
|
184
|
-
heading_parent_level_results: Naam voor "Resultaten"
|
185
174
|
intro: Inleiding
|
186
175
|
scope_id: Scope
|
187
176
|
scopes_enabled: Scopes ingeschakeld
|
188
|
-
subcategories_label: Naam voor 'Subcategorieën'
|
189
177
|
step:
|
190
178
|
comments_blocked: Reacties geblokkeerd
|
191
179
|
events:
|
data/config/locales/no.yml
CHANGED
@@ -149,15 +149,7 @@
|
|
149
149
|
search: Søk etter handlinger
|
150
150
|
show:
|
151
151
|
stats:
|
152
|
-
attendees: Deltakere
|
153
152
|
back_to_resource: Gå tilbake til resultatet
|
154
|
-
comments: Kommentarer
|
155
|
-
contributions: Bidragene
|
156
|
-
last_edited_by: Sist endret av
|
157
|
-
last_updated_at: Sist oppdatert
|
158
|
-
meetings: Møter
|
159
|
-
proposals: Forslag
|
160
|
-
votes: Støtter
|
161
153
|
timeline:
|
162
154
|
title: Prosjektutvikling
|
163
155
|
admin:
|
@@ -176,16 +168,12 @@
|
|
176
168
|
name: Ansvarlighet
|
177
169
|
settings:
|
178
170
|
global:
|
179
|
-
categories_label: Navn på "Kategorier"
|
180
171
|
comments_enabled: Kommentarer aktivert
|
181
172
|
comments_max_length: Maks lengde på kommentarer (Sett 0 for standardverdi)
|
182
173
|
display_progress_enabled: Vis fremgang
|
183
|
-
heading_leaf_level_results: Navn på "Prosjekter"
|
184
|
-
heading_parent_level_results: Navn på "Resultater"
|
185
174
|
intro: Introduksjon
|
186
175
|
scope_id: Tema
|
187
176
|
scopes_enabled: Temaer aktivert
|
188
|
-
subcategories_label: Navn på "Underkategorier"
|
189
177
|
step:
|
190
178
|
comments_blocked: Kommentarer blokkert
|
191
179
|
events:
|
data/config/locales/pl.yml
CHANGED
@@ -13,6 +13,7 @@ pl:
|
|
13
13
|
project_ids: Uwzględnione projekty
|
14
14
|
proposals: Uwzględnione propozycje
|
15
15
|
start_date: Data rozpoczęcia
|
16
|
+
subresults: Podwyniki
|
16
17
|
title: Tytuł
|
17
18
|
updated_at: Zaktualizowano
|
18
19
|
status:
|
@@ -186,6 +187,11 @@ pl:
|
|
186
187
|
success: Importowanie wyników zakończyło się pomyślnie. Możesz przejrzeć wyniki w panelu administracyjnym.
|
187
188
|
import_projects_mailer:
|
188
189
|
import:
|
190
|
+
added_projects:
|
191
|
+
one: Wynik został prawidłowo zaimportowany z projektów.
|
192
|
+
few: "Wyniki zostały prawidłowo zaimportowane z projektów."
|
193
|
+
many: "Wyniki zostały prawidłowo zaimportowane z projektów."
|
194
|
+
other: "%{count} wynik/wyniki/wyników został/zostały/zostało zaimportowanych z projektów."
|
189
195
|
subject: Zaimportowano wyniki
|
190
196
|
success: Pomyślnie zaimportowano projekty do wyników w komponencie %{component_name}. Możesz przejrzeć wyniki w interfejsie administracji.
|
191
197
|
last_activity:
|
@@ -235,15 +241,7 @@ pl:
|
|
235
241
|
search: Szukaj działań
|
236
242
|
show:
|
237
243
|
stats:
|
238
|
-
attendees: Uczestnicy
|
239
244
|
back_to_resource: Wróć do wyniku
|
240
|
-
comments: Komentarze
|
241
|
-
contributions: Wkład
|
242
|
-
last_edited_by: Ostatnio edytowane przez
|
243
|
-
last_updated_at: Ostatnia aktualizacja
|
244
|
-
meetings: Spotkania
|
245
|
-
proposals: Propozycje
|
246
|
-
votes: Wsparcia
|
247
245
|
timeline:
|
248
246
|
title: Rozwój projektu
|
249
247
|
admin:
|
@@ -262,16 +260,12 @@ pl:
|
|
262
260
|
name: Rozliczenie
|
263
261
|
settings:
|
264
262
|
global:
|
265
|
-
categories_label: Nagłówek dla "Kategorii"
|
266
263
|
comments_enabled: Komentarze włączone
|
267
264
|
comments_max_length: Maksymalna długość komentarzy (Pozostaw 0 dla wartości domyślnej)
|
268
265
|
display_progress_enabled: Wyświetl postęp
|
269
|
-
heading_leaf_level_results: Nagłówek dla "Projektów"
|
270
|
-
heading_parent_level_results: Nagłówek dla "Wyników"
|
271
266
|
intro: Wprowadzenie
|
272
267
|
scope_id: Zakres
|
273
268
|
scopes_enabled: Zakresy włączone
|
274
|
-
subcategories_label: Nagłówek dla "Podkategorii"
|
275
269
|
step:
|
276
270
|
comments_blocked: Komentarze zablokowane
|
277
271
|
events:
|
data/config/locales/pt-BR.yml
CHANGED
@@ -235,15 +235,7 @@ pt-BR:
|
|
235
235
|
search: Procure ações
|
236
236
|
show:
|
237
237
|
stats:
|
238
|
-
attendees: Participantes
|
239
238
|
back_to_resource: Volte ao resultado
|
240
|
-
comments: Comentários
|
241
|
-
contributions: Contribuições
|
242
|
-
last_edited_by: Editado pela última vez por
|
243
|
-
last_updated_at: Última atualização em
|
244
|
-
meetings: Reuniões
|
245
|
-
proposals: Propostas
|
246
|
-
votes: Suporta
|
247
239
|
timeline:
|
248
240
|
title: Evolução do projeto
|
249
241
|
admin:
|
@@ -262,16 +254,12 @@ pt-BR:
|
|
262
254
|
name: Prestação de contas
|
263
255
|
settings:
|
264
256
|
global:
|
265
|
-
categories_label: Nome para "Categorias"
|
266
257
|
comments_enabled: Comentários ativados
|
267
258
|
comments_max_length: Tamanho máximo de comentários (deixe 0 para o valor padrão)
|
268
259
|
display_progress_enabled: Mostrar progresso
|
269
|
-
heading_leaf_level_results: Nome para "Projetos"
|
270
|
-
heading_parent_level_results: Nome para "Resultados"
|
271
260
|
intro: Introdução
|
272
261
|
scope_id: Escopo
|
273
262
|
scopes_enabled: Escopos habilitados
|
274
|
-
subcategories_label: Nome para "Subcategorias"
|
275
263
|
step:
|
276
264
|
comments_blocked: Comentários bloqueados
|
277
265
|
events:
|
data/config/locales/pt.yml
CHANGED
@@ -145,15 +145,7 @@ pt:
|
|
145
145
|
search: Pesquisa por ações
|
146
146
|
show:
|
147
147
|
stats:
|
148
|
-
attendees: Participantes
|
149
148
|
back_to_resource: Retroceder para o resultado
|
150
|
-
comments: Comentários
|
151
|
-
contributions: Contribuições
|
152
|
-
last_edited_by: Última edição por
|
153
|
-
last_updated_at: Última atualização em
|
154
|
-
meetings: Reuniões
|
155
|
-
proposals: Propostas
|
156
|
-
votes: Suporta
|
157
149
|
timeline:
|
158
150
|
title: Evolução do projeto
|
159
151
|
admin:
|
@@ -172,16 +164,12 @@ pt:
|
|
172
164
|
name: Prestação de contas
|
173
165
|
settings:
|
174
166
|
global:
|
175
|
-
categories_label: Nome para "Categorias"
|
176
167
|
comments_enabled: Comentários ativados
|
177
168
|
comments_max_length: Comprimento máximo dos comentários (Deixar 0 para o valor predefinido)
|
178
169
|
display_progress_enabled: Mostrar progresso
|
179
|
-
heading_leaf_level_results: Nome para "Projetos"
|
180
|
-
heading_parent_level_results: Nome para "Resultados"
|
181
170
|
intro: Introdução
|
182
171
|
scope_id: Âmbito
|
183
172
|
scopes_enabled: Âmbitos activados
|
184
|
-
subcategories_label: Nome para "Subcategorias"
|
185
173
|
step:
|
186
174
|
comments_blocked: Comentários bloqueados
|
187
175
|
events:
|
data/config/locales/ro-RO.yml
CHANGED
@@ -215,15 +215,7 @@ ro:
|
|
215
215
|
search: Caută acțiuni
|
216
216
|
show:
|
217
217
|
stats:
|
218
|
-
attendees: Participanți
|
219
218
|
back_to_resource: Înapoi la rezultat
|
220
|
-
comments: Comentarii
|
221
|
-
contributions: Contribuții
|
222
|
-
last_edited_by: Ultima actualizare realizată de
|
223
|
-
last_updated_at: Ultima actualizare la
|
224
|
-
meetings: Întâlniri
|
225
|
-
proposals: Propuneri
|
226
|
-
votes: Voturi
|
227
219
|
timeline:
|
228
220
|
title: Evoluția proiectului
|
229
221
|
admin:
|
@@ -242,16 +234,12 @@ ro:
|
|
242
234
|
name: Responsabilitate
|
243
235
|
settings:
|
244
236
|
global:
|
245
|
-
categories_label: Nume pentru "Categorii"
|
246
237
|
comments_enabled: Comentarii activate
|
247
238
|
comments_max_length: Lungimea maximă a comentariilor (Leave 0 pentru valoarea implicită)
|
248
239
|
display_progress_enabled: Afișare progres
|
249
|
-
heading_leaf_level_results: Nume pentru "Proiecte"
|
250
|
-
heading_parent_level_results: Nume pentru "Rezultate"
|
251
240
|
intro: Introducere
|
252
241
|
scope_id: Domeniu de interes
|
253
242
|
scopes_enabled: Domenii de interes activate
|
254
|
-
subcategories_label: Nume pentru "Subcategorii"
|
255
243
|
step:
|
256
244
|
comments_blocked: Comentarii blocate
|
257
245
|
events:
|
data/config/locales/ru.yml
CHANGED
@@ -124,14 +124,7 @@ ru:
|
|
124
124
|
search: Поиск действий
|
125
125
|
show:
|
126
126
|
stats:
|
127
|
-
attendees: Участники
|
128
127
|
back_to_resource: Вернуться к итогу
|
129
|
-
contributions: Внесенные предложения
|
130
|
-
last_edited_by: Последний раз редактировалось
|
131
|
-
last_updated_at: Последнее обновление
|
132
|
-
meetings: Встречи
|
133
|
-
proposals: Предложения
|
134
|
-
votes: Выражений поддержки
|
135
128
|
timeline:
|
136
129
|
title: Развитие проекта
|
137
130
|
components:
|
@@ -139,13 +132,9 @@ ru:
|
|
139
132
|
name: Отчетность
|
140
133
|
settings:
|
141
134
|
global:
|
142
|
-
categories_label: Название для "Категории"
|
143
135
|
comments_enabled: Комментарии включены
|
144
136
|
display_progress_enabled: Показывать ход выполнения
|
145
|
-
heading_leaf_level_results: Название для "Проекты"
|
146
|
-
heading_parent_level_results: Название для "Итоги"
|
147
137
|
intro: Вступление
|
148
|
-
subcategories_label: Название для "Подкатегории"
|
149
138
|
step:
|
150
139
|
comments_blocked: Комментарии отключены
|
151
140
|
events:
|
data/config/locales/si-LK.yml
CHANGED
data/config/locales/sk.yml
CHANGED
@@ -136,14 +136,7 @@ sk:
|
|
136
136
|
search: Hľadať akcie
|
137
137
|
show:
|
138
138
|
stats:
|
139
|
-
attendees: Účastníci
|
140
139
|
back_to_resource: Naspať na výsledky
|
141
|
-
contributions: Príspevky
|
142
|
-
last_edited_by: Naposledy editoval
|
143
|
-
last_updated_at: Naposledy aktualizované
|
144
|
-
meetings: Stretnutia
|
145
|
-
proposals: Návrhy
|
146
|
-
votes: Podporenia
|
147
140
|
timeline:
|
148
141
|
title: Vývoj projektu
|
149
142
|
components:
|
@@ -151,13 +144,9 @@ sk:
|
|
151
144
|
name: Zodpovednosť
|
152
145
|
settings:
|
153
146
|
global:
|
154
|
-
categories_label: Meno pre "Kategórie"
|
155
147
|
comments_enabled: Komentáre povolené
|
156
148
|
display_progress_enabled: Zobraziť priebeh
|
157
|
-
heading_leaf_level_results: Meno pre "Projekty"
|
158
|
-
heading_parent_level_results: Meno pre "Výsledky"
|
159
149
|
intro: Úvod
|
160
|
-
subcategories_label: Názov pre "Podkategórie"
|
161
150
|
step:
|
162
151
|
comments_blocked: Zablokované komentáre
|
163
152
|
events:
|