decidim-accountability 0.28.0 → 0.28.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/accountability/highlighted_results_for_component/show.erb +1 -1
  3. data/app/cells/decidim/accountability/project_cell.rb +2 -2
  4. data/app/cells/decidim/accountability/result_metadata_cell.rb +3 -3
  5. data/app/cells/decidim/accountability/status_cell.rb +2 -1
  6. data/app/events/decidim/accountability/base_result_event.rb +25 -0
  7. data/app/events/decidim/accountability/proposal_linked_event.rb +1 -18
  8. data/app/events/decidim/accountability/result_progress_updated_event.rb +2 -18
  9. data/app/views/decidim/accountability/admin/import_results/new.html.erb +2 -2
  10. data/app/views/decidim/accountability/admin/projects_import/new.html.erb +2 -2
  11. data/app/views/decidim/accountability/admin/results/edit.html.erb +2 -2
  12. data/app/views/decidim/accountability/admin/results/index.html.erb +2 -2
  13. data/app/views/decidim/accountability/admin/results/new.html.erb +2 -2
  14. data/app/views/decidim/accountability/admin/statuses/edit.html.erb +2 -2
  15. data/app/views/decidim/accountability/admin/statuses/index.html.erb +2 -2
  16. data/app/views/decidim/accountability/admin/statuses/new.html.erb +2 -2
  17. data/app/views/decidim/accountability/admin/timeline_entries/edit.html.erb +2 -2
  18. data/app/views/decidim/accountability/admin/timeline_entries/index.html.erb +2 -2
  19. data/app/views/decidim/accountability/admin/timeline_entries/new.html.erb +2 -2
  20. data/app/views/decidim/accountability/results/home.html.erb +1 -1
  21. data/app/views/decidim/accountability/results/index.html.erb +1 -1
  22. data/config/locales/ar.yml +1 -1
  23. data/config/locales/bg.yml +113 -0
  24. data/config/locales/ca.yml +1 -1
  25. data/config/locales/da.yml +0 -1
  26. data/config/locales/de.yml +1 -1
  27. data/config/locales/es.yml +2 -2
  28. data/config/locales/he-IL.yml +313 -0
  29. data/config/locales/hu.yml +11 -0
  30. data/config/locales/id-ID.yml +0 -1
  31. data/config/locales/it.yml +6 -0
  32. data/config/locales/ko.yml +249 -0
  33. data/config/locales/lb.yml +1 -1
  34. data/config/locales/lv.yml +0 -1
  35. data/config/locales/pt-BR.yml +11 -0
  36. data/config/locales/pt.yml +6 -0
  37. data/config/locales/ro-RO.yml +73 -24
  38. data/config/locales/ru.yml +0 -1
  39. data/config/locales/si-LK.yml +1 -0
  40. data/config/locales/sk.yml +0 -1
  41. data/config/locales/sq-AL.yml +6 -0
  42. data/config/locales/sr-CS.yml +0 -1
  43. data/config/locales/tr-TR.yml +80 -0
  44. data/config/locales/uk.yml +0 -1
  45. data/config/locales/zh-CN.yml +0 -1
  46. data/decidim-accountability.gemspec +45 -0
  47. data/lib/decidim/accountability/engine.rb +2 -0
  48. data/lib/decidim/accountability/test/factories.rb +29 -17
  49. data/lib/decidim/accountability/version.rb +1 -1
  50. data/lib/decidim/api/result_type.rb +0 -1
  51. metadata +29 -27
  52. data/config/environment.rb +0 -3
@@ -40,6 +40,11 @@ pt-BR:
40
40
  confirm_destroy: Deseja mesmo excluir %{name}?
41
41
  destroy: Excluir
42
42
  edit: Editar
43
+ import: Projetos importantes para outro componente
44
+ import_csv: Importar resultados de arquivo CSV
45
+ new_result: Novo resultado
46
+ new_status: Novo status
47
+ new_timeline_entry: Nova entrada da linha de tempo
43
48
  preview: Pré-visualização
44
49
  timeline_entries: Evolução do projeto
45
50
  title: Ações
@@ -72,8 +77,10 @@ pt-BR:
72
77
  </ul>
73
78
  </li>
74
79
  </ol>
80
+ title: Importar resultados de arquivo CSV
75
81
  imports:
76
82
  create:
83
+ invalid: Houve um problema ao importar resultados.
77
84
  success: O arquivo começou a importar. Você receberá um e-mail nos próximos minutos com o resultado da importação.
78
85
  models:
79
86
  result:
@@ -95,6 +102,7 @@ pt-BR:
95
102
  success:
96
103
  one: Projetos na fila para ser importado. Você será notificado no seu endereço eletrônico quando estiver completo.
97
104
  other: "Projetos na fila para importar. Você sera notificado em seu endereço eletrônico quando estiver completo."
105
+ title: Projetos importantes para outro componente
98
106
  results:
99
107
  create:
100
108
  invalid: Houve um problema criando esse resultado.
@@ -215,11 +223,14 @@ pt-BR:
215
223
  all: Todos
216
224
  home:
217
225
  categories_label: Categorias
226
+ empty: Não existem resultados ainda.
227
+ empty_filters: Não há resultados com este critério.
218
228
  subcategories_label: Subcategorias
219
229
  home_header:
220
230
  global_status: Status de execução global
221
231
  nav_breadcrumb:
222
232
  global: Execução global
233
+ no_results: Não há projetos
223
234
  search:
224
235
  search: Procure ações
225
236
  show:
@@ -8,6 +8,7 @@ pt:
8
8
  decidim_scope_id: Âmbito
9
9
  description: Descrição
10
10
  end_date: Data final
11
+ meetings_ids: Reuniões associadas
11
12
  progress: Progresso
12
13
  project_ids: Projetos incluídos
13
14
  proposals: Propostas incluídas
@@ -22,6 +23,7 @@ pt:
22
23
  timeline_entry:
23
24
  description: Descrição
24
25
  entry_date: Data
26
+ title: Título
25
27
  models:
26
28
  decidim/accountability/proposal_linked_event: Proposta incluída em um resultado
27
29
  decidim/accountability/result_progress_updated_event: Progresso do resultado atualizado
@@ -38,6 +40,10 @@ pt:
38
40
  confirm_destroy: Tem certeza de que deseja eliminar este %{name}?
39
41
  destroy: Eliminar
40
42
  edit: Editar
43
+ import: Importar projetos de outro componente
44
+ import_csv: Importar resultados de um CSV
45
+ new_result: Novo resultado
46
+ new_status: Novo estado
41
47
  preview: Pré-visualizar
42
48
  timeline_entries: Evolução do projeto
43
49
  title: Ações
@@ -26,7 +26,7 @@ ro:
26
26
  title: Titlu
27
27
  models:
28
28
  decidim/accountability/proposal_linked_event: Propunere inclusă în rezultat
29
- decidim/accountability/result_progress_updated_event: Progresul rezultatului actualizat
29
+ decidim/accountability/result_progress_updated_event: Progresul rezultatului a fost actualizat
30
30
  activerecord:
31
31
  models:
32
32
  decidim/accountability/result:
@@ -40,7 +40,12 @@ ro:
40
40
  attachments: Atașamente
41
41
  confirm_destroy: Sunteți sigur că doriți să ștergeți %{name}?
42
42
  destroy: Ștergere
43
- edit: Editare
43
+ edit: Actualizare
44
+ import: Importați proiecte din altă componentă
45
+ import_csv: Importați rezultate dintr-un fișier CSV
46
+ new_result: Rezultat nou
47
+ new_status: Stare nouă
48
+ new_timeline_entry: Intrare nouă de cronologie
44
49
  preview: Previzualizare
45
50
  timeline_entries: Evoluția proiectului
46
51
  title: Acțiuni
@@ -50,58 +55,95 @@ ro:
50
55
  results: Rezultate
51
56
  import_results:
52
57
  new:
53
- download_export: Descarcați Export cu format CSV
54
- import: Importă
58
+ download_export: Descărcați Exportul în format CSV
59
+ import: Importați
60
+ imports:
61
+ create:
62
+ invalid: A apărut o problemă la importul rezultatelor.
55
63
  models:
56
64
  result:
57
65
  name: Rezultat
58
66
  status:
59
- name: Stadiu
67
+ name: Stare
60
68
  projects_import:
69
+ create:
70
+ invalid: A apărut o problemă la importul proiectelor în rezultate, vă rugăm să urmați instrucțiunile cu atenție și să vă asigurați că ați selectat proiecte pentru implementare.
61
71
  new:
62
- create: Importă
72
+ create: Importați
73
+ import_all_selected_projects: Importați toate proiectele selectate pentru implementare
74
+ new_items:
75
+ one: 1 proiect selectat va fi importat
76
+ few: "Proiectele selectate vor fi importate"
77
+ other: "Cele %{count} proiecte vor fi importate"
78
+ origin_component_id: Componenta de origine
63
79
  select_component: Selectați componenta
80
+ success:
81
+ one: 1 proiect în așteptare pentru a fi importat. Veți fi notificat prin e-mail, odată ce importul a fost finalizat.
82
+ few: "%{count} proiecte în așteptare pentru a fi importate. Veți fi notificat prin e-mail, odată ce importul a fost finalizat."
83
+ other: "%{count} proiecte în așteptare pentru a fi importate. Veți fi notificat prin e-mail, odată ce importul a fost finalizat."
84
+ title: Importați proiecte din altă componentă
64
85
  results:
86
+ create:
87
+ invalid: A apărut o problemă la crearea acestui rezultat.
88
+ success: Rezultatul a fost creat.
89
+ destroy:
90
+ success: Rezultatul a fost șters.
65
91
  edit:
66
- title: Editare rezultat
92
+ title: Actualizare rezultat
67
93
  update: Actualizare rezultat
68
94
  index:
69
95
  title: Rezultate
70
96
  new:
71
- create: Creează rezultat
97
+ create: Creați un rezultat nou
72
98
  title: Rezultat nou
99
+ update:
100
+ invalid: A apărut o eroare la actualizarea acestui rezultat.
101
+ success: Rezultatul a fost actualizat.
73
102
  shared:
74
103
  subnav:
75
- statuses: Stadii
104
+ statuses: Stări
76
105
  statuses:
106
+ create:
107
+ invalid: A apărut o eroare la crearea acestei stări.
108
+ success: Starea a fost creată.
109
+ destroy:
110
+ success: Starea a fost ștearsă.
77
111
  edit:
78
- title: Editare stadiu
79
- update: Actualizare stadiu
112
+ title: Actualizare stare
113
+ update: Actualizare stare
80
114
  index:
81
- title: Stadii
115
+ title: Stări
82
116
  new:
83
- create: Creează stadiu
84
- title: Stadiu nou
117
+ create: Creează stare
118
+ title: Stare nouă
119
+ update:
120
+ invalid: A apărut o eroare la actualizarea acestei stări.
121
+ success: Starea a fost actualizată.
85
122
  timeline_entries:
86
123
  create:
87
124
  invalid: A apărut o eroare la crearea acestei înregistrări.
88
- success: Înregistrare creată cu succes.
125
+ success: Intrarea de cronologie a fost creată.
126
+ destroy:
127
+ success: Intrarea de cronologie a fost ștearsă.
89
128
  edit:
90
- title: Editare înregistrare
91
- update: Actualizare înregistrare
129
+ title: Editați înregistrarea
130
+ update: Actualizați înregistrarea
92
131
  index:
93
132
  title: Înregistrări în calendarul proiectului
94
133
  new:
95
- create: Creează înregistrare
134
+ create: Creați înregistrare
96
135
  title: Înregistrare nouă
97
136
  update:
98
- success: Înregistrare actualizată cu succes.
137
+ invalid: A apărut o eroare la actualizarea acestei înregistrări.
138
+ success: Intrarea de cronologie a fost actualizată.
99
139
  admin_log:
100
140
  result:
101
- create: "%{user_name} a creat %{resource_name} în %{space_name}"
102
- delete: "%{user_name} a șters %{resource_name} în %{space_name}"
103
- update: "%{user_name} a actualizat %{resource_name} în %{space_name}"
141
+ create: "%{user_name} a creat rezultatul %{resource_name} în %{space_name}"
142
+ delete: "%{user_name} a șters rezultatul %{resource_name} din %{space_name}"
143
+ update: "%{user_name} a actualizat rezultatul %{resource_name} din %{space_name}"
104
144
  status:
145
+ create: "%{user_name} a creat starea resursei %{resource_name}"
146
+ delete: "%{user_name} a șters starea resursei %{resource_name}"
105
147
  update: "%{user_name} a actualizat starea %{resource_name}"
106
148
  timeline_entry:
107
149
  create: "%{user_name} a creat intrarea de cronologie pentru %{resource_name}"
@@ -122,6 +164,10 @@ ro:
122
164
  success: Rezultate importate. Puteți revizui rezultatele în interfața de administrare.
123
165
  import_projects_mailer:
124
166
  import:
167
+ added_projects:
168
+ one: Un rezultat a fost importat din proiecte.
169
+ few: "Rezultatele au fost importate din proiecte."
170
+ other: "%{count} rezultate au fost importate din proiecte."
125
171
  subject: Importul de proiecte a avut succes
126
172
  last_activity:
127
173
  new_result: 'Rezultat nou:'
@@ -135,7 +181,7 @@ ro:
135
181
  progress: Progres
136
182
  scope: Domeniu de interes
137
183
  start_date: Dată de începere
138
- status: Stadiu
184
+ status: Stare
139
185
  title: Titlu
140
186
  status:
141
187
  fields:
@@ -157,11 +203,14 @@ ro:
157
203
  all: Toate
158
204
  home:
159
205
  categories_label: Categorii
206
+ empty: Nu există rezultate încă.
207
+ empty_filters: Nu există rezultate cu acest criteriu.
160
208
  subcategories_label: Subcategorii
161
209
  home_header:
162
210
  global_status: Stare execuție globală
163
211
  nav_breadcrumb:
164
212
  global: Execuție globală
213
+ no_results: Nu există proiecte
165
214
  search:
166
215
  search: Caută acțiuni
167
216
  show:
@@ -170,7 +219,7 @@ ro:
170
219
  back_to_resource: Înapoi la rezultat
171
220
  comments: Comentarii
172
221
  contributions: Contribuții
173
- last_edited_by: Ultima editare de
222
+ last_edited_by: Ultima actualizare realizată de
174
223
  last_updated_at: Ultima actualizare la
175
224
  meetings: Întâlniri
176
225
  proposals: Propuneri
@@ -126,7 +126,6 @@ ru:
126
126
  stats:
127
127
  attendees: Участники
128
128
  back_to_resource: Вернуться к итогу
129
- comments: Комментарии
130
129
  contributions: Внесенные предложения
131
130
  last_edited_by: Последний раз редактировалось
132
131
  last_updated_at: Последнее обновление
@@ -58,4 +58,5 @@ si:
58
58
  results:
59
59
  show:
60
60
  stats:
61
+ comments: අදහස්
61
62
  meetings: රැස්වීම්
@@ -138,7 +138,6 @@ sk:
138
138
  stats:
139
139
  attendees: Účastníci
140
140
  back_to_resource: Naspať na výsledky
141
- comments: Komentáre
142
141
  contributions: Príspevky
143
142
  last_edited_by: Naposledy editoval
144
143
  last_updated_at: Naposledy aktualizované
@@ -40,6 +40,8 @@ sq:
40
40
  confirm_destroy: Je i sigurt që dëshiron ta fshish këtë %{name}?
41
41
  destroy: Fshij
42
42
  edit: Përpuno
43
+ import: Importo projekte nga një komponente tjetër
44
+ import_csv: Importo rezultate nga CSV
43
45
  new_result: Rezultat i ri
44
46
  new_status: Status i ri
45
47
  new_timeline_entry: Afat kohor i ri
@@ -75,6 +77,7 @@ sq:
75
77
  </ul>
76
78
  </li>
77
79
  </ol>
80
+ title: Importo rezultate nga CSV
78
81
  imports:
79
82
  create:
80
83
  invalid: Ndodhi një gabim gjatë importimit të rezultateve.
@@ -99,6 +102,7 @@ sq:
99
102
  success:
100
103
  one: 1 projekt në rradhë për t'u importuar. Do të njoftohesh me email, kur të përfundojë.
101
104
  other: "%{count} projekte në rradhë për t'u importuar. Do të njoftohesh me email, kur të përfundojnë."
105
+ title: Importo projekte nga një komponente tjetër
102
106
  results:
103
107
  create:
104
108
  invalid: Ndodhi një gabim gjatë krijimit të këtij rezultati.
@@ -219,6 +223,8 @@ sq:
219
223
  all: Të gjitha
220
224
  home:
221
225
  categories_label: Kategoritë
226
+ empty: Nuk ka rezultate.
227
+ empty_filters: Nuk ka rezultate me kriteret e kërkuara.
222
228
  subcategories_label: Nënkategoritë
223
229
  home_header:
224
230
  global_status: Statusi i përgjithshëm i ekzekutimit
@@ -124,7 +124,6 @@ sr:
124
124
  stats:
125
125
  attendees: Učesnici
126
126
  back_to_resource: Vrati se na rezultat
127
- comments: Komentari
128
127
  contributions: Doprinosi
129
128
  last_edited_by: Poslednji put izmenjeno od strane
130
129
  last_updated_at: Poslеdnji put ažurirano
@@ -40,6 +40,8 @@ tr:
40
40
  confirm_destroy: Bu %{name}silmek istediğinize emin misiniz?
41
41
  destroy: silmek
42
42
  edit: Düzenle
43
+ import: Başka bir bileşenden proje aktar
44
+ import_csv: Sonuçları CSV dosyasından içe aktarın
43
45
  new_result: Yeni sonuç
44
46
  new_status: Yeni Durum
45
47
  new_timeline_entry: Yeni Zaman çizelgesi Kaydı
@@ -54,16 +56,53 @@ tr:
54
56
  new:
55
57
  download_export: ' İhracat i CSV formatında indirin '
56
58
  import: İçe aktar
59
+ info: |
60
+ <p>Şu adımları uygulamanızı öneririz:</p>
61
+ <ol>
62
+ <li><a href='%{link_new_status}' target='_blank'>Eklemek istediğiniz Sonuçlar için kayıtları</a></li>
63
+ Biçimi ve neye ihtiyacınız olacağını daha iyi anlamak için, İçe Aktarmayı kullanmadan önce bu Yönetici paneli aracılığıyla <li><a href='%{link_new_result}' target='_blank'>manuel olarak en az bir Sonuç oluşturun</a> doldurmak için.</li>
64
+ <li>%{link_export_csv</li>
65
+ <li>Değişiklikleri yerel olarak yapın. CSV'nin yalnızca aşağıdaki sütunlarını değiştirebilirsiniz:
66
+ <ul>
67
+ <li><b>kategori/kimlik:</b> Kategorinin kimliği</li>
68
+ <li><b>kapsam/kimlik:</b> Kapsamın kimliği</li>
69
+ <li><b>ebeveyn/kimlik:</b> Ebeveynin kimliği (ilgili Sonuçlar için). İsteğe bağlı</li>
70
+ <li><b>title/en:</b> İngilizce dilindeki başlık. Bu, platform dili yapılandırmanıza bağlı olacaktır.</li>
71
+ <li><b>description/tr:</b> İngilizce diliyle ilgili açıklama. Bu, platform dili yapılandırmanıza bağlı olacaktır.</li>
72
+ <li><b>başlangıç_tarihi:</b> sonucun yürütülmeye başlayacağı tarih (YYYY-AA-GG biçiminde)</li>
73
+ <li><b>bitiş_tarihi:</b> sonucun yürütülmesinin sona erdiği tarih (YYYY-AA-GG biçiminde)</li>
74
+ <li><b>durum/kimlik:</b> Bu sonuca ilişkin Durumun kimliği</li>
75
+ <li><b>ilerleme:</b> Yürütme yüzdesi (0'dan 100'e kadar)</li>
76
+ <li><b>teklifler_kimlikleri:</b> İlgili tekliflerin dahili kimliği (virgülle ayrılmış). Otomatik olarak <span class='attribute-name'>proposal_url</span></li> biçimine dönüştürülür
77
+ </ul>
78
+ </li>
79
+ </ol>
80
+ title: Sonuçları CSV dosyasından içe aktarın
81
+ imports:
82
+ create:
83
+ invalid: Sonuçlar içe aktarılırken bir sorun oluştu.
84
+ success: Dosya aktarımı başladı. Birkaç dakika içinde içe aktarma işleminin sonucunu içeren bir e-posta alacaksınız.
57
85
  models:
58
86
  result:
59
87
  name: Sonuç
60
88
  status:
61
89
  name: durum
62
90
  projects_import:
91
+ create:
92
+ invalid: Projelerin sonuçlara aktarılmasında bir sorun oluştu. Lütfen talimatları dikkatlice takip edin ve projeleri seçtiğinizden emin olun.
63
93
  new:
64
94
  create: İçe aktar
95
+ import_all_selected_projects: Seçilen tüm projeleri içe aktarın
96
+ no_components: Bu katılımcı alanda projeleri sonuçlara dönüştürecek bütçe bileşenleri yoktur.
97
+ origin_component_id: Asıl bileşen
65
98
  select_component: Bir bileşen seç
99
+ title: Projeleri başka bir bileşenden içe aktarın
66
100
  results:
101
+ create:
102
+ invalid: Sonuçlar sorgulanırken bir sorun oluştu.
103
+ success: Sonuçlar Başarıyla oluşturuldu.
104
+ destroy:
105
+ success: Sonuçlar Başarıyla Silindi.
67
106
  edit:
68
107
  title: Sonucu düzenle
69
108
  update: Sonuç güncelle
@@ -72,10 +111,18 @@ tr:
72
111
  new:
73
112
  create: Sonuç oluştur
74
113
  title: Yeni sonuç
114
+ update:
115
+ invalid: Sonucu Güncellerken Hata Oluştu.
116
+ success: Sonuçlar başarıyla güncellendi.
75
117
  shared:
76
118
  subnav:
77
119
  statuses: durumlar
78
120
  statuses:
121
+ create:
122
+ invalid: Kayıt oluşturulurken sorun oluştu.
123
+ success: Kayıt başarıyla oluşturuldu.
124
+ destroy:
125
+ success: Kayıt başarıyla silindi.
79
126
  edit:
80
127
  title: Durumu düzenle
81
128
  update: Güncelleme durumu
@@ -84,7 +131,15 @@ tr:
84
131
  new:
85
132
  create: Durum oluştur
86
133
  title: Yeni statü
134
+ update:
135
+ invalid: Güncellemede Sorun Oluştu.
136
+ success: Kayıt başarıyla güncellendi.
87
137
  timeline_entries:
138
+ create:
139
+ invalid: Bu kaydı oluştururken hata oluştu.
140
+ success: Giriş basarıyla tamamlandı.
141
+ destroy:
142
+ success: Kayıt Başarıyla silindi.
88
143
  edit:
89
144
  title: Girişi düzenle
90
145
  update: Girişi güncelle
@@ -93,11 +148,22 @@ tr:
93
148
  new:
94
149
  create: Giriş oluştur
95
150
  title: Yeni giriş
151
+ update:
152
+ invalid: Kayıt güncellenirken hata oluştu.
153
+ success: Kayıt Başarıyla Güncellendi.
96
154
  admin_log:
97
155
  result:
98
156
  create: "%{user_name} sonuç yaratmıştır %{resource_name} içinde %{space_name}"
99
157
  delete: "%{user_name} %{resource_name} sonuçtan %{space_name}sildi"
100
158
  update: "%{user_name} güncellenen sonuç %{resource_name} in %{space_name}"
159
+ status:
160
+ create: "48 / 5.000\nÇeviri sonuçları\nÇeviri sonucu\n%{user_name}, %{resource_name} kaydını oluşturdu"
161
+ delete: "%{user_name}, %{resource_name} kaydını sildi"
162
+ update: "%{user_name}, %{resource_name} kaydını Güncelledi"
163
+ timeline_entry:
164
+ create: "%{user_name}, %{resource_name} zaman çizelgesi girişini oluşturdu"
165
+ delete: "%{user_name}, %{resource_name} zaman çizelgesi girişini sildi"
166
+ update: "%{user_name}, %{resource_name} zaman çizelgesi girişini güncelledi"
101
167
  value_types:
102
168
  parent_presenter:
103
169
  not_found: 'Üst veritabanında bulunamadı (ID: %{id})'
@@ -107,9 +173,16 @@ tr:
107
173
  import_mailer:
108
174
  import:
109
175
  errors: Hatalar
176
+ errors_present: '%{user_name}, %{resource_name} zaman çizelgesi girişini güncelledi.'
110
177
  row_number: Satır
111
178
  subject: Sonuçların içe aktarılması başarılı
112
179
  success: Sonuçların içe aktarılması başarılı. Sonuçları yönetim arayüzünde inceleyebilirsiniz.
180
+ import_projects_mailer:
181
+ import:
182
+ subject: Projeler başarıyla aktarılmıştır
183
+ success: '%{component_name} bileşenindekiprojeler başarıyla aktarılmıştır. Sonuçları yönetim arayüzünde inceleyebilirsiniz.'
184
+ last_activity:
185
+ new_result: 'Yeni sonuç:'
113
186
  models:
114
187
  result:
115
188
  fields:
@@ -131,6 +204,7 @@ tr:
131
204
  timeline_entry:
132
205
  fields:
133
206
  entry_date: tarih
207
+ title: Başlık
134
208
  results:
135
209
  count:
136
210
  results_count:
@@ -140,6 +214,8 @@ tr:
140
214
  all: Herşey
141
215
  home:
142
216
  categories_label: Kategoriler
217
+ empty: Henüz sonuç yok.
218
+ empty_filters: Bu kriterlere uyan sonuç bulunamamıştır.
143
219
  subcategories_label: Alt Kategoriler
144
220
  home_header:
145
221
  global_status: Genel yürütme durumu
@@ -172,6 +248,8 @@ tr:
172
248
  label: Durum
173
249
  components:
174
250
  accountability:
251
+ actions:
252
+ comment: Yorum
175
253
  name: Sorumluluk
176
254
  settings:
177
255
  global:
@@ -212,3 +290,5 @@ tr:
212
290
  result_project: Bu sonuca dahil edilen projeler
213
291
  included_proposals:
214
292
  result_proposal: Bu sonuca dahil teklifler
293
+ statistics:
294
+ results_count: Sonuçlar
@@ -125,7 +125,6 @@ uk:
125
125
  stats:
126
126
  attendees: Учасники
127
127
  back_to_resource: Повернутися до підсумків
128
- comments: Коментарів
129
128
  contributions: Внесені пропозиції
130
129
  last_edited_by: Останній раз редагувалося
131
130
  last_updated_at: Останній раз оновлювалося
@@ -129,7 +129,6 @@ zh-CN:
129
129
  stats:
130
130
  attendees: 参与者
131
131
  back_to_resource: 返回结果
132
- comments: 评论
133
132
  contributions: 二. 捐款
134
133
  last_edited_by: 最后编辑者
135
134
  last_updated_at: 最后更新于
@@ -0,0 +1,45 @@
1
+ # frozen_string_literal: true
2
+
3
+ $LOAD_PATH.push File.expand_path("lib", __dir__)
4
+
5
+ # Maintain your gem's version:
6
+ require "decidim/accountability/version"
7
+
8
+ # Describe your gem and declare its dependencies:
9
+ Gem::Specification.new do |s|
10
+ s.version = Decidim::Accountability.version
11
+ s.authors = ["Josep Jaume Rey Peroy", "Marc Riera Casals", "Oriol Gual Oliva"]
12
+ s.email = ["josepjaume@gmail.com", "mrc2407@gmail.com", "oriolgual@gmail.com"]
13
+ s.license = "AGPL-3.0"
14
+ s.homepage = "https://decidim.org"
15
+ s.metadata = {
16
+ "bug_tracker_uri" => "https://github.com/decidim/decidim/issues",
17
+ "documentation_uri" => "https://docs.decidim.org/",
18
+ "funding_uri" => "https://opencollective.com/decidim",
19
+ "homepage_uri" => "https://decidim.org",
20
+ "source_code_uri" => "https://github.com/decidim/decidim"
21
+ }
22
+ s.required_ruby_version = "~> 3.1.0"
23
+
24
+ s.name = "decidim-accountability"
25
+ s.summary = "Decidim accountability module"
26
+ s.description = "An accountability component for decidim's participatory spaces."
27
+
28
+ s.files = Dir.chdir(__dir__) do
29
+ `git ls-files -z`.split("\x0").select do |f|
30
+ (File.expand_path(f) == __FILE__) ||
31
+ f.start_with?(*%w(app/ config/ db/ lib/ Rakefile README.md))
32
+ end
33
+ end
34
+
35
+ s.add_dependency "decidim-comments", Decidim::Accountability.version
36
+ s.add_dependency "decidim-core", Decidim::Accountability.version
37
+
38
+ s.add_development_dependency "decidim-admin", Decidim::Accountability.version
39
+ s.add_development_dependency "decidim-assemblies", Decidim::Accountability.version
40
+ s.add_development_dependency "decidim-comments", Decidim::Accountability.version
41
+ s.add_development_dependency "decidim-dev", Decidim::Accountability.version
42
+ s.add_development_dependency "decidim-meetings", Decidim::Accountability.version
43
+ s.add_development_dependency "decidim-participatory_processes", Decidim::Accountability.version
44
+ s.add_development_dependency "decidim-proposals", Decidim::Accountability.version
45
+ end
@@ -21,6 +21,8 @@ module Decidim
21
21
  Decidim.icons.register(name: "Decidim::Accountability::Result", icon: "briefcase-2-line", description: "Result / project (Accountability)", category: "activity",
22
22
  engine: :accountability)
23
23
 
24
+ Decidim.icons.register(name: "route-line", icon: "route-line", category: "system", description: "", engine: :accountability)
25
+
24
26
  Decidim.icons.register(name: "focus-2-line", icon: "focus-2-line", category: "system", description: "", engine: :accountability)
25
27
  Decidim.icons.register(name: "briefcase-2-line", icon: "briefcase-2-line", category: "system", description: "", engine: :accountability)
26
28
  end
@@ -9,16 +9,19 @@ require "decidim/participatory_processes/test/factories"
9
9
 
10
10
  FactoryBot.define do
11
11
  factory :accountability_component, parent: :component do
12
- name { Decidim::Components::Namer.new(participatory_space.organization.available_locales, :accountability).i18n_name }
12
+ transient do
13
+ skip_injection { false }
14
+ end
15
+ name { generate_component_name(participatory_space.organization.available_locales, :accountability, skip_injection:) }
13
16
  manifest_name { :accountability }
14
- participatory_space { create(:participatory_process, :with_steps, organization:) }
17
+ participatory_space { create(:participatory_process, :with_steps, organization:, skip_injection:) }
15
18
  settings do
16
19
  {
17
- intro: Decidim::Faker::Localized.wrapped("<p>", "</p>") { generate_localized_title },
18
- categories_label: Decidim::Faker::Localized.word,
19
- subcategories_label: Decidim::Faker::Localized.word,
20
- heading_parent_level_results: Decidim::Faker::Localized.word,
21
- heading_leaf_level_results: Decidim::Faker::Localized.word,
20
+ intro: generate_localized_description(:accountability_component_intro, skip_injection:),
21
+ categories_label: generate_localized_word(:accountability_component_categories_label, skip_injection:),
22
+ subcategories_label: generate_localized_word(:accountability_component_subcategories_label, skip_injection:),
23
+ heading_parent_level_results: generate_localized_word(:accountability_component_heading_parent_level_results, skip_injection:),
24
+ heading_leaf_level_results: generate_localized_word(:accountability_component_heading_leaf_level_results, skip_injection:),
22
25
  scopes_enabled: true,
23
26
  scope_id: participatory_space.scope&.id
24
27
  }
@@ -26,27 +29,36 @@ FactoryBot.define do
26
29
  end
27
30
 
28
31
  factory :status, class: "Decidim::Accountability::Status" do
29
- component { create(:accountability_component) }
32
+ transient do
33
+ skip_injection { false }
34
+ end
35
+ component { create(:accountability_component, skip_injection:) }
30
36
  sequence(:key) { |n| "status_#{n}" }
31
- name { Decidim::Faker::Localized.word }
32
- description { generate_localized_title }
37
+ name { generate_localized_word(:status_name, skip_injection:) }
38
+ description { generate_localized_word(:status_description, skip_injection:) }
33
39
  progress { rand(1..100) }
34
40
  end
35
41
 
36
42
  factory :result, class: "Decidim::Accountability::Result" do
37
- component { create(:accountability_component) }
38
- title { generate_localized_title }
39
- description { Decidim::Faker::Localized.wrapped("<p>", "</p>") { generate_localized_title } }
43
+ transient do
44
+ skip_injection { false }
45
+ end
46
+ component { create(:accountability_component, skip_injection:) }
47
+ title { generate_localized_title(:result_title, skip_injection:) }
48
+ description { generate_localized_description(:result_description, skip_injection:) }
40
49
  start_date { "12/7/2017" }
41
50
  end_date { "30/9/2017" }
42
- status { create :status, component: }
51
+ status { create :status, component:, skip_injection: }
43
52
  progress { rand(1..100) }
44
53
  end
45
54
 
46
55
  factory :timeline_entry, class: "Decidim::Accountability::TimelineEntry" do
47
- result { create(:result) }
56
+ transient do
57
+ skip_injection { false }
58
+ end
59
+ result { create(:result, skip_injection:) }
48
60
  entry_date { "12/7/2017" }
49
- title { generate_localized_title }
50
- description { generate_localized_title }
61
+ title { generate_localized_title(:timeline_entry_title, skip_injection:) }
62
+ description { generate_localized_title(:timeline_entry_description, skip_injection:) }
51
63
  end
52
64
  end
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds decidim-accountability version.
5
5
  module Accountability
6
6
  def self.version
7
- "0.28.0"
7
+ "0.28.1"
8
8
  end
9
9
  end
10
10
  end
@@ -3,7 +3,6 @@
3
3
  module Decidim
4
4
  module Accountability
5
5
  class ResultType < Decidim::Api::Types::BaseObject
6
- implements Decidim::Core::ComponentInterface
7
6
  implements Decidim::Core::CategorizableInterface
8
7
  implements Decidim::Comments::CommentableInterface
9
8
  implements Decidim::Core::ScopableInterface