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.
Files changed (89) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/accountability/highlighted_results_for_component_cell.rb +0 -3
  3. data/app/cells/decidim/accountability/project_cell.rb +1 -6
  4. data/app/cells/decidim/accountability/result_l_cell.rb +1 -2
  5. data/app/cells/decidim/accountability/result_metadata_cell.rb +0 -6
  6. data/app/cells/decidim/accountability/results_cell.rb +0 -2
  7. data/app/cells/decidim/accountability/status_cell.rb +11 -8
  8. data/app/commands/decidim/accountability/admin/create_imported_result.rb +18 -85
  9. data/app/commands/decidim/accountability/admin/create_result.rb +12 -86
  10. data/app/commands/decidim/accountability/admin/create_status.rb +3 -31
  11. data/app/commands/decidim/accountability/admin/create_timeline_entry.rb +3 -30
  12. data/app/commands/decidim/accountability/admin/has_result_command.rb +54 -0
  13. data/app/commands/decidim/accountability/admin/update_imported_result.rb +16 -70
  14. data/app/commands/decidim/accountability/admin/update_result.rb +10 -72
  15. data/app/commands/decidim/accountability/admin/update_status.rb +3 -39
  16. data/app/commands/decidim/accountability/admin/update_timeline_entry.rb +3 -38
  17. data/app/controllers/decidim/accountability/admin/results_controller.rb +1 -1
  18. data/app/controllers/decidim/accountability/admin/statuses_controller.rb +7 -8
  19. data/app/controllers/decidim/accountability/admin/timeline_entries_controller.rb +8 -8
  20. data/app/controllers/decidim/accountability/results_controller.rb +1 -21
  21. data/app/helpers/decidim/accountability/application_helper.rb +0 -34
  22. data/app/helpers/decidim/accountability/breadcrumb_helper.rb +0 -4
  23. data/app/models/decidim/accountability/result.rb +1 -1
  24. data/app/models/decidim/accountability/status.rb +1 -1
  25. data/app/packs/src/decidim/accountability/index.js +1 -1
  26. data/app/services/decidim/accountability/results_csv_importer.rb +1 -1
  27. data/app/views/decidim/accountability/admin/results/index.html.erb +7 -15
  28. data/app/views/decidim/accountability/admin/statuses/index.html.erb +2 -2
  29. data/app/views/decidim/accountability/admin/timeline_entries/index.html.erb +1 -1
  30. data/app/views/decidim/accountability/results/_home_categories.html.erb +2 -2
  31. data/app/views/decidim/accountability/results/_nav_breadcrumb.html.erb +8 -8
  32. data/app/views/decidim/accountability/results/_project.html.erb +1 -1
  33. data/app/views/decidim/participatory_spaces/_result.html.erb +3 -3
  34. data/config/locales/ar.yml +0 -12
  35. data/config/locales/bg.yml +0 -12
  36. data/config/locales/ca.yml +0 -12
  37. data/config/locales/cs.yml +0 -13
  38. data/config/locales/da.yml +0 -11
  39. data/config/locales/de.yml +0 -12
  40. data/config/locales/el.yml +0 -12
  41. data/config/locales/en.yml +0 -12
  42. data/config/locales/es-MX.yml +0 -12
  43. data/config/locales/es-PY.yml +0 -12
  44. data/config/locales/es.yml +0 -12
  45. data/config/locales/eu.yml +0 -12
  46. data/config/locales/fi-plain.yml +0 -12
  47. data/config/locales/fi.yml +2 -14
  48. data/config/locales/fr-CA.yml +0 -12
  49. data/config/locales/fr.yml +0 -12
  50. data/config/locales/ga-IE.yml +0 -8
  51. data/config/locales/gl.yml +0 -12
  52. data/config/locales/he-IL.yml +0 -12
  53. data/config/locales/hu.yml +0 -12
  54. data/config/locales/id-ID.yml +0 -11
  55. data/config/locales/is-IS.yml +0 -12
  56. data/config/locales/it.yml +0 -12
  57. data/config/locales/ja.yml +0 -12
  58. data/config/locales/ko.yml +0 -12
  59. data/config/locales/lb.yml +0 -12
  60. data/config/locales/lt.yml +0 -12
  61. data/config/locales/lv.yml +0 -11
  62. data/config/locales/nl.yml +0 -12
  63. data/config/locales/no.yml +0 -12
  64. data/config/locales/pl.yml +0 -12
  65. data/config/locales/pt-BR.yml +0 -12
  66. data/config/locales/pt.yml +0 -12
  67. data/config/locales/ro-RO.yml +7 -21
  68. data/config/locales/ru.yml +0 -11
  69. data/config/locales/si-LK.yml +0 -5
  70. data/config/locales/sk.yml +0 -11
  71. data/config/locales/sl.yml +0 -4
  72. data/config/locales/sq-AL.yml +0 -12
  73. data/config/locales/sr-CS.yml +0 -11
  74. data/config/locales/sv.yml +25 -76
  75. data/config/locales/th-TH.yml +0 -1
  76. data/config/locales/tr-TR.yml +0 -12
  77. data/config/locales/uk.yml +0 -11
  78. data/config/locales/zh-CN.yml +0 -11
  79. data/config/locales/zh-TW.yml +0 -12
  80. data/decidim-accountability.gemspec +1 -1
  81. data/lib/decidim/accountability/component.rb +0 -4
  82. data/lib/decidim/accountability/seeds.rb +76 -67
  83. data/lib/decidim/accountability/test/factories.rb +0 -4
  84. data/lib/decidim/accountability/version.rb +1 -1
  85. data/lib/decidim/api/result_type.rb +1 -1
  86. metadata +25 -27
  87. data/app/commands/decidim/accountability/admin/destroy_result.rb +0 -43
  88. data/app/services/decidim/accountability/result_stats_calculator.rb +0 -49
  89. data/app/views/decidim/accountability/results/_stats_box.html.erb +0 -79
@@ -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:
@@ -231,15 +231,7 @@ ja:
231
231
  search: アクションを検索
232
232
  show:
233
233
  stats:
234
- attendees: 参加者
235
234
  back_to_resource: 結果に戻る
236
- comments: コメント
237
- contributions: 貢献
238
- last_edited_by: '最終編集者:'
239
- last_updated_at: 最終更新日時
240
- meetings: ミーティング
241
- proposals: 提案
242
- votes: サポート
243
235
  timeline:
244
236
  title: プロジェクトの進化
245
237
  admin:
@@ -258,16 +250,12 @@ ja:
258
250
  name: アカウンタビリティ
259
251
  settings:
260
252
  global:
261
- categories_label: '「カテゴリ」の名前'
262
253
  comments_enabled: コメントを有効にする
263
254
  comments_max_length: コメント最大長 (デフォルト値は 0 のまま)
264
255
  display_progress_enabled: 進行状況を表示
265
- heading_leaf_level_results: プロジェクトの名前
266
- heading_parent_level_results: 検索結果の名前
267
256
  intro: はじめに
268
257
  scope_id: スコープ
269
258
  scopes_enabled: スコープが有効
270
- subcategories_label: サブカテゴリの名前
271
259
  step:
272
260
  comments_blocked: コメントをブロック
273
261
  events:
@@ -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:
@@ -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:
@@ -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:
@@ -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:
@@ -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:
@@ -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:
@@ -241,15 +241,7 @@ pl:
241
241
  search: Szukaj działań
242
242
  show:
243
243
  stats:
244
- attendees: Uczestnicy
245
244
  back_to_resource: Wróć do wyniku
246
- comments: Komentarze
247
- contributions: Wkład
248
- last_edited_by: Ostatnio edytowane przez
249
- last_updated_at: Ostatnia aktualizacja
250
- meetings: Spotkania
251
- proposals: Propozycje
252
- votes: Wsparcia
253
245
  timeline:
254
246
  title: Rozwój projektu
255
247
  admin:
@@ -268,16 +260,12 @@ pl:
268
260
  name: Rozliczenie
269
261
  settings:
270
262
  global:
271
- categories_label: Nagłówek dla "Kategorii"
272
263
  comments_enabled: Komentarze włączone
273
264
  comments_max_length: Maksymalna długość komentarzy (Pozostaw 0 dla wartości domyślnej)
274
265
  display_progress_enabled: Wyświetl postęp
275
- heading_leaf_level_results: Nagłówek dla "Projektów"
276
- heading_parent_level_results: Nagłówek dla "Wyników"
277
266
  intro: Wprowadzenie
278
267
  scope_id: Zakres
279
268
  scopes_enabled: Zakresy włączone
280
- subcategories_label: Nagłówek dla "Podkategorii"
281
269
  step:
282
270
  comments_blocked: Komentarze zablokowane
283
271
  events:
@@ -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:
@@ -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:
@@ -8,12 +8,11 @@ ro:
8
8
  decidim_scope_id: Domeniu de interes
9
9
  description: Descriere
10
10
  end_date: Data de sfârșit
11
- meetings_ids: Ședințe incluse
11
+ meetings_ids: Inclusiv ședințele
12
12
  progress: Progres
13
13
  project_ids: Proiecte incluse
14
14
  proposals: Propuneri incluse
15
15
  start_date: Data de început
16
- subresults: Subrezultate
17
16
  title: Titlu
18
17
  updated_at: Ultima actualizare
19
18
  status:
@@ -58,7 +57,6 @@ ro:
58
57
  new:
59
58
  download_export: Descărcați Exportul în format CSV
60
59
  import: Importați
61
- title: Importați rezultate dintr-un fișier CSV
62
60
  imports:
63
61
  create:
64
62
  invalid: A apărut o problemă la importul rezultatelor.
@@ -76,7 +74,7 @@ ro:
76
74
  new_items:
77
75
  one: 1 proiect selectat va fi importat
78
76
  few: "Proiectele selectate vor fi importate"
79
- other: "Cele %{count} proiecte selectate vor fi importate"
77
+ other: "Cele %{count} proiecte vor fi importate"
80
78
  origin_component_id: Componenta de origine
81
79
  select_component: Selectați componenta
82
80
  success:
@@ -178,11 +176,11 @@ ro:
178
176
  fields:
179
177
  category: Categorie
180
178
  created_at: Creat
181
- end_date: Data de sfârșit
179
+ end_date: Dată de sfârșit
182
180
  id: ID
183
181
  progress: Progres
184
182
  scope: Domeniu de interes
185
- start_date: Data de început
183
+ start_date: Dată de începere
186
184
  status: Stare
187
185
  title: Titlu
188
186
  status:
@@ -206,7 +204,7 @@ ro:
206
204
  home:
207
205
  categories_label: Categorii
208
206
  empty: Nu există rezultate încă.
209
- empty_filters: Nu există rezultate pentru acest criteriu.
207
+ empty_filters: Nu există rezultate cu acest criteriu.
210
208
  subcategories_label: Subcategorii
211
209
  home_header:
212
210
  global_status: Stare execuție globală
@@ -217,15 +215,7 @@ ro:
217
215
  search: Caută acțiuni
218
216
  show:
219
217
  stats:
220
- attendees: Participanți
221
218
  back_to_resource: Înapoi la rezultat
222
- comments: Comentarii
223
- contributions: Contribuții
224
- last_edited_by: Ultima actualizare realizată de
225
- last_updated_at: Ultima actualizare la
226
- meetings: Întâlniri
227
- proposals: Propuneri
228
- votes: Voturi
229
219
  timeline:
230
220
  title: Evoluția proiectului
231
221
  admin:
@@ -244,23 +234,19 @@ ro:
244
234
  name: Responsabilitate
245
235
  settings:
246
236
  global:
247
- categories_label: Nume pentru "Categorii"
248
237
  comments_enabled: Comentarii activate
249
- comments_max_length: Lungimea maximă a comentariilor (Lăsați 0 pentru valoarea implicită)
238
+ comments_max_length: Lungimea maximă a comentariilor (Leave 0 pentru valoarea implicită)
250
239
  display_progress_enabled: Afișare progres
251
- heading_leaf_level_results: Nume pentru "Proiecte"
252
- heading_parent_level_results: Nume pentru "Rezultate"
253
240
  intro: Introducere
254
241
  scope_id: Domeniu de interes
255
242
  scopes_enabled: Domenii de interes activate
256
- subcategories_label: Nume pentru "Subcategorii"
257
243
  step:
258
244
  comments_blocked: Comentarii blocate
259
245
  events:
260
246
  accountability:
261
247
  proposal_linked:
262
248
  email_intro: 'Propunerea "%{proposal_title}" a fost inclusă într-un rezultat. O puteți vedea de pe această pagină:'
263
- email_outro: Ați primit această notificare deoarece urmați "%{proposal_title}". Puteți înceta primiți notificări urmând linkul anterior.
249
+ email_outro: Ai primit această notificare deoarece urmărești „%{proposal_title}”. Poți anula aceste notificări de la link-ul anterior.
264
250
  email_subject: O actualizare la %{proposal_title}
265
251
  notification_title: Propunerea <a href="%{proposal_path}">%{proposal_title}</a> a fost inclusă în rezultatul <a href="%{resource_path}">%{resource_title}</a>.
266
252
  result_progress_updated:
@@ -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:
@@ -55,8 +55,3 @@ si:
55
55
  timeline_entry:
56
56
  fields:
57
57
  entry_date: දිනය
58
- results:
59
- show:
60
- stats:
61
- comments: අදහස්
62
- meetings: රැස්වීම්
@@ -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:
@@ -95,10 +95,6 @@ sl:
95
95
  subcategories_label: Podkategorije
96
96
  search:
97
97
  search: Išči dejanja
98
- show:
99
- stats:
100
- last_edited_by: Nazadnje uredil(a) {0}, {1}
101
- meetings: Sestanki
102
98
  components:
103
99
  accountability:
104
100
  settings:
@@ -235,15 +235,7 @@ sq:
235
235
  search: Kërko për veprime
236
236
  show:
237
237
  stats:
238
- attendees: Të pranishëm
239
238
  back_to_resource: Kthehu mbrapsht tek rezultati
240
- comments: Komente
241
- contributions: Kontributet
242
- last_edited_by: Së fundi edituar nga
243
- last_updated_at: Përditësimi i fundit në
244
- meetings: Mbledhjet
245
- proposals: Propozimet
246
- votes: Mbështetjet
247
239
  timeline:
248
240
  title: Evoluimi i projektit
249
241
  admin:
@@ -262,16 +254,12 @@ sq:
262
254
  name: Përgjegjësia
263
255
  settings:
264
256
  global:
265
- categories_label: Emri për "Kategoritë"
266
257
  comments_enabled: Komentet e aktivizuara
267
258
  comments_max_length: Madhësia maks. e komenteve
268
259
  display_progress_enabled: Shfaq ecurinë
269
- heading_leaf_level_results: Ermi për "Projekte"
270
- heading_parent_level_results: Emri për "Rezultate"
271
260
  intro: Hyrje
272
261
  scope_id: Fushëveprimi
273
262
  scopes_enabled: Fushveprimet e aktivizuara
274
- subcategories_label: Emri për "Nënategoritë"
275
263
  step:
276
264
  comments_blocked: Komentet të bllokuara
277
265
  events:
@@ -122,14 +122,7 @@ sr:
122
122
  search: Potraga za akcijama
123
123
  show:
124
124
  stats:
125
- attendees: Učesnici
126
125
  back_to_resource: Vrati se na rezultat
127
- contributions: Doprinosi
128
- last_edited_by: Poslednji put izmenjeno od strane
129
- last_updated_at: Poslеdnji put ažurirano
130
- meetings: Sastanci
131
- proposals: Predlozi
132
- votes: Podržavanja
133
126
  timeline:
134
127
  title: Evolucija projekta
135
128
  components:
@@ -137,13 +130,9 @@ sr:
137
130
  name: Odgovornost
138
131
  settings:
139
132
  global:
140
- categories_label: Ime za "Kategorije"
141
133
  comments_enabled: Komentari su omogućeni
142
134
  display_progress_enabled: Prikaži napredak
143
- heading_leaf_level_results: Ime za "Projekte"
144
- heading_parent_level_results: Ime za "Rezultate"
145
135
  intro: Uvod
146
- subcategories_label: Ime za "Podkategorije"
147
136
  step:
148
137
  comments_blocked: Komentari su onemogućeni
149
138
  events: