decidim-accountability 0.21.0 → 0.23.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (115) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/decidim/accountability/admin/accountability_admin.js.es6 +6 -42
  3. data/app/assets/stylesheets/decidim/accountability/accountability/_categories.scss +8 -1
  4. data/app/assets/stylesheets/decidim/accountability/accountability/_lines_breadcrumb.scss +8 -0
  5. data/app/assets/stylesheets/decidim/accountability/accountability/_results.scss +0 -3
  6. data/app/cells/decidim/accountability/highlighted_results_for_component/show.erb +3 -3
  7. data/app/cells/decidim/accountability/highlighted_results_for_component_cell.rb +1 -1
  8. data/app/commands/decidim/accountability/admin/create_imported_result.rb +106 -0
  9. data/app/commands/decidim/accountability/admin/update_imported_result.rb +110 -0
  10. data/app/controllers/decidim/accountability/admin/import_results_controller.rb +34 -0
  11. data/app/controllers/decidim/accountability/admin/results_controller.rb +2 -20
  12. data/app/controllers/decidim/accountability/results_controller.rb +0 -1
  13. data/app/controllers/decidim/accountability/versions_controller.rb +7 -8
  14. data/app/forms/decidim/accountability/admin/result_form.rb +3 -9
  15. data/app/helpers/decidim/accountability/admin/application_helper.rb +13 -0
  16. data/app/helpers/decidim/accountability/application_helper.rb +1 -1
  17. data/app/jobs/application_job.rb +4 -0
  18. data/app/jobs/decidim/accountability/admin/import_results_csv_job.rb +19 -0
  19. data/app/mailers/decidim/accountability/import_mailer.rb +26 -0
  20. data/app/models/decidim/accountability/result.rb +4 -1
  21. data/app/models/decidim/accountability/status.rb +3 -0
  22. data/app/models/decidim/accountability/timeline_entry.rb +3 -0
  23. data/app/queries/decidim/accountability/metrics/results_metric_manage.rb +2 -8
  24. data/app/services/decidim/accountability/result_search.rb +2 -20
  25. data/app/services/decidim/accountability/result_stats_calculator.rb +1 -1
  26. data/app/services/decidim/accountability/results_csv_importer.rb +139 -0
  27. data/app/views/decidim/accountability/admin/import_results/new.html.erb +22 -0
  28. data/app/views/decidim/accountability/admin/results/_form.html.erb +3 -7
  29. data/app/views/decidim/accountability/admin/results/index.html.erb +3 -0
  30. data/app/views/decidim/accountability/admin/results/proposals_picker.html.erb +1 -0
  31. data/app/views/decidim/accountability/import_mailer/import.html.erb +25 -0
  32. data/app/views/decidim/accountability/results/_linked_results.html.erb +1 -1
  33. data/app/views/decidim/accountability/results/_results_leaf.html.erb +5 -5
  34. data/app/views/decidim/accountability/results/_results_parent.html.erb +2 -2
  35. data/app/views/decidim/accountability/results/_scope_filters.html.erb +17 -4
  36. data/app/views/decidim/accountability/results/_search.html.erb +3 -3
  37. data/app/views/decidim/accountability/results/_stats_box.html.erb +11 -5
  38. data/app/views/decidim/accountability/results/_timeline.html.erb +2 -2
  39. data/app/views/decidim/accountability/versions/index.html.erb +7 -25
  40. data/app/views/decidim/accountability/versions/show.html.erb +9 -31
  41. data/app/views/decidim/participatory_spaces/_result.html.erb +3 -3
  42. data/config/locales/am-ET.yml +1 -0
  43. data/config/locales/ar.yml +1 -24
  44. data/config/locales/bg-BG.yml +220 -0
  45. data/config/locales/bg.yml +226 -0
  46. data/config/locales/ca.yml +31 -31
  47. data/config/locales/cs.yml +64 -64
  48. data/config/locales/da-DK.yml +1 -0
  49. data/config/locales/da.yml +202 -0
  50. data/config/locales/de.yml +40 -40
  51. data/config/locales/el.yml +223 -0
  52. data/config/locales/en.yml +22 -22
  53. data/config/locales/eo.yml +1 -0
  54. data/config/locales/es-MX.yml +22 -22
  55. data/config/locales/es-PY.yml +22 -22
  56. data/config/locales/es.yml +30 -30
  57. data/config/locales/et-EE.yml +1 -0
  58. data/config/locales/et.yml +1 -0
  59. data/config/locales/eu.yml +9 -32
  60. data/config/locales/fi-plain.yml +22 -22
  61. data/config/locales/fi.yml +35 -35
  62. data/config/locales/fr-CA.yml +226 -0
  63. data/config/locales/fr.yml +22 -22
  64. data/config/locales/ga-IE.yml +1 -0
  65. data/config/locales/gl.yml +23 -23
  66. data/config/locales/hr-HR.yml +1 -0
  67. data/config/locales/hr.yml +1 -0
  68. data/config/locales/hu.yml +19 -22
  69. data/config/locales/id-ID.yml +1 -24
  70. data/config/locales/is-IS.yml +1 -21
  71. data/config/locales/is.yml +177 -0
  72. data/config/locales/it.yml +40 -40
  73. data/config/locales/ja-JP.yml +222 -0
  74. data/config/locales/ja.yml +224 -0
  75. data/config/locales/ko-KR.yml +1 -0
  76. data/config/locales/ko.yml +1 -0
  77. data/config/locales/lt-LT.yml +1 -0
  78. data/config/locales/lt.yml +1 -0
  79. data/config/locales/lv.yml +218 -0
  80. data/config/locales/mt-MT.yml +1 -0
  81. data/config/locales/mt.yml +1 -0
  82. data/config/locales/nl.yml +21 -22
  83. data/config/locales/no.yml +27 -28
  84. data/config/locales/om-ET.yml +1 -0
  85. data/config/locales/pl.yml +75 -75
  86. data/config/locales/pt-BR.yml +2 -25
  87. data/config/locales/pt.yml +60 -62
  88. data/config/locales/ro-RO.yml +224 -0
  89. data/config/locales/ru.yml +1 -24
  90. data/config/locales/si-LK.yml +28 -0
  91. data/config/locales/sk-SK.yml +224 -0
  92. data/config/locales/sk.yml +223 -0
  93. data/config/locales/sl.yml +130 -0
  94. data/config/locales/so-SO.yml +1 -0
  95. data/config/locales/sr-CS.yml +205 -0
  96. data/config/locales/sv.yml +24 -24
  97. data/config/locales/sw-KE.yml +1 -0
  98. data/config/locales/ti-ER.yml +1 -0
  99. data/config/locales/tr-TR.yml +36 -36
  100. data/config/locales/uk.yml +1 -21
  101. data/config/locales/vi-VN.yml +1 -0
  102. data/config/locales/vi.yml +1 -0
  103. data/config/locales/zh-CN.yml +223 -0
  104. data/config/locales/zh-TW.yml +1 -0
  105. data/db/migrate/20200320105903_index_foreign_keys_in_decidim_accountability_results.rb +7 -0
  106. data/db/migrate/20200827154103_add_commentable_counter_cache_to_results.rb +9 -0
  107. data/lib/decidim/accountability/admin_engine.rb +4 -3
  108. data/lib/decidim/accountability/component.rb +6 -1
  109. data/lib/decidim/accountability/engine.rb +0 -1
  110. data/lib/decidim/accountability/test/factories.rb +3 -1
  111. data/lib/decidim/accountability/version.rb +1 -1
  112. metadata +82 -30
  113. data/app/controllers/decidim/accountability/result_widgets_controller.rb +0 -19
  114. data/app/views/decidim/accountability/admin/results/_proposals.html.erb +0 -12
  115. data/app/views/decidim/accountability/versions/_version.html.erb +0 -20
@@ -35,6 +35,7 @@ sv:
35
35
  confirm_destroy: Vill du radera detta %{name}?
36
36
  destroy: Radera
37
37
  edit: Redigera
38
+ import_csv: Importera CSV
38
39
  new: Ny %{name}
39
40
  preview: Förhandsvisa
40
41
  timeline_entries: Projektutveckling
@@ -42,6 +43,15 @@ sv:
42
43
  admin:
43
44
  exports:
44
45
  results: Resultat
46
+ import_results:
47
+ new:
48
+ import: Importera
49
+ info: "<p>Vi rekommenderar att du följer dessa steg:</p><ol><li>Skapa statusar för de resultat som du vill lägga till (<a href='%{link_new_status}' target='_blank'>länk</a>)</li><li>Skapa minst ett resultat manuellt genom denna Admin panel (<a href='%{link_new_result}' target='_blank'>länk</a>) innan du använder Importera, för att ha en bättre förståelse för formatet och vad du behöver för att fylla i.</li><li>Ladda ner exporten med CSV-format (%{link_export_csv})</li><li>Gör ändringarna lokalt. Du kan bara ändra följande kolumner i CSV:</li></ol><ul><li><b>kategori/id:</b> ID för kategorin</li><li><b>omfattning/id:</b> ID för omfattningen</li><li><b>förälder/id:</b> ID för föräldern (för relaterade resultat). Valfri</li><li><b>title/I18N:</b> Titel på X språk</li><li><b>beskrivning/I18N:</b> Beskrivning på X språk</li><li><b>start_date:</b> datum när resultatet startar exekvering (format YYYY-MM-DD)</li><li><b>end_date:</b> datum när resultatet slutar exekvering (format YYYY-MM-DD)</li><li><b>status/id:</b> ID för status för detta resultat</li><li><b>fortskrider:</b> Procent (från 0 till 100) av exekveringen</li><li><b>förslag_ids:</b> internt ID för de relaterade förslagen (separerade med komma). Det konverteras automatiskt till <span class='attribute-name'>proposal_url</span></li></ul>"
50
+ link: länk
51
+ title: Importera resultat från CSV
52
+ imports:
53
+ create:
54
+ success: Filen har börjat importera. Du kommer att få ett e-postmeddelande inom de närmaste minuterna med resultatet av importen
45
55
  models:
46
56
  result:
47
57
  name: Resultat
@@ -58,17 +68,11 @@ sv:
58
68
  edit:
59
69
  title: Redigera resultat
60
70
  update: Uppdatera resultat
61
- form:
62
- add_proposal: Lägg till förslag
63
71
  index:
64
72
  title: Resultat
65
73
  new:
66
74
  create: Skapa resultat
67
75
  title: Nytt resultat
68
- proposals:
69
- close: Stäng
70
- current_selection: Aktuellt urval
71
- select: Välj
72
76
  update:
73
77
  invalid: Det gick inte att uppdatera det här resultatet
74
78
  success: Resultatet har uppdaterats
@@ -117,6 +121,13 @@ sv:
117
121
  value_types:
118
122
  parent_presenter:
119
123
  not_found: 'Föräldraposten hittades inte i databasen (ID: %{id})'
124
+ import_mailer:
125
+ import:
126
+ errors: Fel
127
+ errors_present: Det gick inte att importera resultat
128
+ row_number: Rad
129
+ subject: Lyckad import av resultat
130
+ success: Lyckad import av resultat. Du kan granska resultaten i administrationsgränssnittet.
120
131
  last_activity:
121
132
  new_result_at_html: "<span>Nytt resultat på %{link}</span>"
122
133
  models:
@@ -157,30 +168,16 @@ sv:
157
168
  show:
158
169
  stats:
159
170
  attendees: Deltagare
160
- back_to_result: Gå tillbaka till resultatet
171
+ back_to_resource: Gå tillbaka till resultatet
161
172
  comments: Kommentarer
162
173
  contributions: Bidrag
163
174
  last_edited_by: Senast ändrad av
164
175
  last_updated_at: Senast uppdaterad den
165
176
  meetings: Möten
166
- number_of_versions: Versioner
167
177
  proposals: Förslag
168
- show_all_versions: Visa alla versioner
169
- version_author: Versionsförfattare
170
- version_created_at: Version skapad
171
- version_number: Versionsnummer
172
- version_number_out_of_total: "%{current_version} av %{total_count}"
173
- votes: Stöder
178
+ votes: Stöd
174
179
  timeline:
175
180
  title: Projektutveckling
176
- versions:
177
- index:
178
- changes_at_title: Ändringar vid "%{title}"
179
- title: Versioner
180
- show:
181
- changes_at_title: Ändringar vid "%{title}"
182
- version:
183
- version_index: Version %{index}
184
181
  components:
185
182
  accountability:
186
183
  name: Ansvarsskyldighet
@@ -188,10 +185,13 @@ sv:
188
185
  global:
189
186
  categories_label: Namn för "Kategorier"
190
187
  comments_enabled: Kommentarer på
188
+ comments_max_length: Maximal längd för kommentarer (Lämna 0 för standardvärde)
191
189
  display_progress_enabled: Visa behandling
192
190
  heading_leaf_level_results: Namn för "Projekt"
193
191
  heading_parent_level_results: Namn för "Resultat"
194
192
  intro: Intro
193
+ scope_id: Omfång
194
+ scopes_enabled: Omfång aktiverade
195
195
  subcategories_label: Namn för "Underkategorier"
196
196
  step:
197
197
  comments_blocked: Kommentarer blockerade
@@ -199,7 +199,7 @@ sv:
199
199
  accountability:
200
200
  proposal_linked:
201
201
  email_intro: 'Förslaget "%{proposal_title}" har tagits med i ett resultat. Visa det från den här sidan:'
202
- email_outro: Du har fått den här meddelandet eftersom du följer "%{proposal_title}". Du kan sluta att ta emot meddelanden genom att följa föregående länk.
202
+ email_outro: Du har fått det här meddelandet eftersom du följer "%{proposal_title}". Du kan sluta att ta emot meddelanden genom att följa föregående länk.
203
203
  email_subject: En uppdatering till %{proposal_title}
204
204
  notification_title: Förslaget <a href="%{proposal_path}">%{proposal_title}</a> har tagits med i resultatet <a href="%{resource_path}">%{resource_title}</a>.
205
205
  result_progress_updated:
@@ -218,7 +218,7 @@ sv:
218
218
  results: Resultat
219
219
  participatory_spaces:
220
220
  highlighted_results:
221
- see_all: Visa alla (%{count})
221
+ see_all: Se alla resultat (%{count})
222
222
  resource_links:
223
223
  included_projects:
224
224
  result_project: Projekt som ingår i detta resultat
@@ -0,0 +1 @@
1
+ sw:
@@ -0,0 +1 @@
1
+ ti:
@@ -2,7 +2,7 @@ tr:
2
2
  activemodel:
3
3
  attributes:
4
4
  result:
5
- decidim_accountability_status_id: durum
5
+ decidim_accountability_status_id: Durum
6
6
  decidim_category_id: Kategori
7
7
  decidim_scope_id: kapsam
8
8
  description: Açıklama
@@ -35,6 +35,7 @@ tr:
35
35
  confirm_destroy: Bu %{name}silmek istediğinize emin misiniz?
36
36
  destroy: silmek
37
37
  edit: Düzenle
38
+ import_csv: CSV'yi içe aktar
38
39
  new: Yeni %{name}
39
40
  preview: Ön izleme
40
41
  timeline_entries: Proje evrimi
@@ -42,6 +43,15 @@ tr:
42
43
  admin:
43
44
  exports:
44
45
  results: Sonuçlar
46
+ import_results:
47
+ new:
48
+ import: İçe aktar
49
+ info: "<p>Bu adımları izlemenizi tavsiye ederiz:</p><ol><li>Eklemek istediğiniz Sonuçlar için Statüleri oluşturun (<a href='%{link_new_status}' target='_blank'>bağlantı</a>)</li><li>Biçimi ve neleri doldurmanız gerektiğini daha iyi anlamak için İçe Aktar'ı kullanmadan önce bu Yönetici paneli (<a href='%{link_new_result}' target='_blank'>bağlantı</a>) aracılığıyla yeniden en az bir Sonuç oluşturun. </li><li>Dışa aktarımı CSV formatında indirin (%{link_export_csv})</li><li>Değişiklikleri yerel olarak yapın. CSV'nin yalnızca aşağıdaki sütunlarını değiştirebilirsiniz:</li></ol><ul><li><b>category/id:</b> Kategori ID</li><li><b>scope/id:</b> Kapsam ID </li><li><b>parent/id:</b> Üst ID (ilgili Sonuçlar için). İsteğe bağlı</li><li><b>title/I18N:</b> X dilinde başlık</li><li><b>description/I18N:</b> X dilinde açıklama</li><li><b>start_date:</b> sonucun uygulamaya başladığı tarih (biçim YYYY-AA-GG)</li><li><b>end_date:</b> sonucun yürütmeyi bitirdiği tarih (biçim YYYY-AA-GG)</li><li><b>status/id:</b> Durum ID</li><li><b>progress:</b> Yürütme yüzdesi (0'dan 100'e)</li><li><b>proposals_ids:</b> İlgili tekliflerin ID'leri (virgülle ayrılmış). Otomatik olarak <span class='attribute-name'>proposal_url</span>'e dönüştürülür</li></ul>"
50
+ link: bağlantı
51
+ title: Sonuçları CSV'den içe aktar
52
+ imports:
53
+ create:
54
+ success: Dosya içe aktarılmaya başladı. Önümüzdeki birkaç dakika içinde içe aktarmanın sonucunu içeren bir e-posta alacaksınız
45
55
  models:
46
56
  result:
47
57
  name: Sonuç
@@ -58,17 +68,11 @@ tr:
58
68
  edit:
59
69
  title: Sonucu düzenle
60
70
  update: Sonuç güncelle
61
- form:
62
- add_proposal: Teklif ekle
63
71
  index:
64
72
  title: Sonuçlar
65
73
  new:
66
74
  create: Sonuç oluştur
67
75
  title: Yeni sonuç
68
- proposals:
69
- close: Kapat
70
- current_selection: Şu anki seçim
71
- select: seçmek
72
76
  update:
73
77
  invalid: Bu sonucu güncellerken bir sorun oluştu
74
78
  success: Sonuç başarıyla güncellendi
@@ -117,6 +121,13 @@ tr:
117
121
  value_types:
118
122
  parent_presenter:
119
123
  not_found: 'Üst veritabanında bulunamadı (ID: %{id})'
124
+ import_mailer:
125
+ import:
126
+ errors: Hatalar
127
+ errors_present: Sonuçları içe aktarırken bir sorun oluştu
128
+ row_number: Satır
129
+ subject: Sonuçların içe aktarılması başarılı
130
+ success: Sonuçların içe aktarılması başarılı. Sonuçları yönetim arayüzünde inceleyebilirsiniz.
120
131
  last_activity:
121
132
  new_result_at_html: "<span> %{link}</span>yeni sonuç"
122
133
  models:
@@ -157,41 +168,30 @@ tr:
157
168
  show:
158
169
  stats:
159
170
  attendees: Katılımcılar
160
- back_to_result: Sonuca geri dön
171
+ back_to_resource: Sonuca geri dön
161
172
  comments: Yorumlar
162
173
  contributions: Katılımlar
163
- last_edited_by: Tarafından düzenlenmiş Son
164
- last_updated_at: 'Son güncelleme tarihi:'
174
+ last_edited_by: Son düzenleyen
175
+ last_updated_at: Son güncelleme
165
176
  meetings: Toplantılar
166
- number_of_versions: Sürümler
167
- proposals: Teklif
168
- show_all_versions: Tüm sürümleri göster
169
- version_author: Sürüm yazarı
170
- version_created_at: '''De oluşturulan sürüm'
171
- version_number: Versiyon numarası
172
- version_number_out_of_total: "%{current_version} üzerinden %{total_count}"
177
+ proposals: Teklifler
173
178
  votes: Destekler
174
179
  timeline:
175
- title: Proje evrimi
176
- versions:
177
- index:
178
- changes_at_title: '"%{title}" daki değişiklikler'
179
- title: Sürümler
180
- show:
181
- changes_at_title: '"%{title}" daki değişiklikler'
182
- version:
183
- version_index: Sürüm %{index}
180
+ title: Proje gelişimi
184
181
  components:
185
182
  accountability:
186
- name: Hesap verebilirlik
183
+ name: Sorumluluk
187
184
  settings:
188
185
  global:
189
186
  categories_label: '"Kategoriler" için isim'
190
187
  comments_enabled: Yorumlar etkin
191
- display_progress_enabled: Ekran ilerleme
192
- heading_leaf_level_results: '"Projelerin" Adı'
188
+ comments_max_length: Maksimum yorum uzunluğu (Varsayılan değer için 0 bırakın)
189
+ display_progress_enabled: İlerlemeyi göster
190
+ heading_leaf_level_results: '"Projeler" için isim'
193
191
  heading_parent_level_results: '"Sonuçların" Adı'
194
- intro: giriş
192
+ intro: Tanıtım
193
+ scope_id: Kapsam
194
+ scopes_enabled: Kapsamlar etkinleştirildi
195
195
  subcategories_label: '"Alt kategoriler" için isim'
196
196
  step:
197
197
  comments_blocked: Yorumlar engellendi
@@ -199,18 +199,18 @@ tr:
199
199
  accountability:
200
200
  proposal_linked:
201
201
  email_intro: '"%{proposal_title}" teklifi bir sonuca dahil edildi. Bu sayfadan görebilirsiniz:'
202
- email_outro: Bu bildirimi aldınız çünkü "%{proposal_title}" u takip ediyorsun. Önceki bağlantıyı takip ederek bildirim almayı durdurabilirsiniz.
203
- email_subject: '%{proposal_title}güncellemesi'
202
+ email_outro: Bu bildirimi "%{proposal_title}" takip ettiğiniz için aldınız. Bir önceki bağlantıdan takip etmeyi bırakabilirsiniz.
203
+ email_subject: '%{proposal_title} teklifi için bir güncelleme bulundu'
204
204
  notification_title: <a href="%{proposal_path}">%{proposal_title}</a> teklifi <a href="%{resource_path}">%{resource_title}</a> sonucuna dahil edilmiştir.
205
205
  result_progress_updated:
206
206
  email_intro: '"%{proposal_title}" önerisini içeren "%{resource_title}" sonucu şimdi% %{progress}tamamlandı. Bu sayfadan görebilirsiniz:'
207
207
  email_outro: '"%{proposal_title}" izlemekte olduğunuz için bu bildirimi aldınız ve bu teklif "%{resource_title}" sonucuna dahil edildi. Önceki bağlantıyı takip ederek bildirim almayı durdurabilirsiniz.'
208
- email_subject: '%{resource_title} ilerleme için güncelleme'
209
- notification_title: <a href="%{proposal_path}">%{proposal_title}</a>önerisini içeren sonuç%{resource_title}<a href="%{resource_path}"></a>, şimdi% %{progress}tamamlandı.
208
+ email_subject: '%{resource_title} için bir güncelleme'
209
+ notification_title: '<a href="%{proposal_path}">%{proposal_title}</a> teklifini içeren <a href="%{resource_path}">%{resource_title}</a> sonucu: %{progress} tamamlandı.'
210
210
  metrics:
211
211
  results:
212
212
  description: Üretilen sonuç sayısı
213
- object: Sonuçlar
213
+ object: sonuçlar
214
214
  title: Sonuçlar
215
215
  participatory_processes:
216
216
  participatory_process_groups:
@@ -218,7 +218,7 @@ tr:
218
218
  results: Sonuçlar
219
219
  participatory_spaces:
220
220
  highlighted_results:
221
- see_all: Tümünü gör (%{count})
221
+ see_all: Tüm sonuçları gör (%{count})
222
222
  resource_links:
223
223
  included_projects:
224
224
  result_project: Bu sonuca dahil edilen projeler
@@ -59,17 +59,11 @@ uk:
59
59
  edit:
60
60
  title: Редагувати підсумки
61
61
  update: Оновити підсумки
62
- form:
63
- add_proposal: Додати пропозицію
64
62
  index:
65
63
  title: Підсумки
66
64
  new:
67
65
  create: Створити підсумки
68
66
  title: Додати підсумки
69
- proposals:
70
- close: Закрити
71
- current_selection: Поточний вибір
72
- select: Оберіть
73
67
  update:
74
68
  invalid: При спробі оновити ці підсумки сталася помилка
75
69
  success: Підсумки успішно оновлено
@@ -158,30 +152,16 @@ uk:
158
152
  show:
159
153
  stats:
160
154
  attendees: Учасники
161
- back_to_result: Повернутися до підсумків
155
+ back_to_resource: Повернутися до підсумків
162
156
  comments: Коментарів
163
157
  contributions: Внесені пропозиції
164
158
  last_edited_by: Останній раз редагувалося
165
159
  last_updated_at: Останній раз оновлювалося
166
160
  meetings: Зустрічі
167
- number_of_versions: Версії
168
161
  proposals: Пропозиції
169
- show_all_versions: Показати всі версії
170
- version_author: Автор версії
171
- version_created_at: 'Версію створено:'
172
- version_number: Номер версії
173
- version_number_out_of_total: "%{current_version} з %{total_count}"
174
162
  votes: Підтримує
175
163
  timeline:
176
164
  title: Розвиток проекту
177
- versions:
178
- index:
179
- changes_at_title: Зміни в "%{title}"
180
- title: Версії
181
- show:
182
- changes_at_title: Зміни в "%{title}"
183
- version:
184
- version_index: Версія %{index}
185
165
  components:
186
166
  accountability:
187
167
  name: Звітність
@@ -0,0 +1 @@
1
+ vi:
@@ -0,0 +1 @@
1
+ vi:
@@ -0,0 +1,223 @@
1
+ zh-CN:
2
+ activemodel:
3
+ attributes:
4
+ result:
5
+ decidim_accountability_status_id: 状态
6
+ decidim_category_id: 类别
7
+ decidim_scope_id: 范围
8
+ description: 描述
9
+ end_date: 结束日期
10
+ progress: 进展情况
11
+ project_ids: 包括项目
12
+ proposals: 包括的建议
13
+ start_date: 开始日期
14
+ title: 标题
15
+ updated_at: 更新于
16
+ status:
17
+ description: 描述
18
+ key: 关键字
19
+ name: 名称
20
+ progress: 进展情况
21
+ timeline_entry:
22
+ description: 描述
23
+ entry_date: 日期
24
+ models:
25
+ decidim/accountability/proposal_linked_event: 结果中包括的提案
26
+ decidim/accountability/result_progress_updated_event: 结果进度更新
27
+ activerecord:
28
+ models:
29
+ decidim/accountability/result:
30
+ other: 成果
31
+ decidim:
32
+ accountability:
33
+ actions:
34
+ confirm_destroy: 您确定要删除此 %{name} 吗?
35
+ destroy: 删除
36
+ edit: 编辑
37
+ import_csv: 导入 CSV
38
+ new: 新建 %{name}
39
+ preview: 预览
40
+ timeline_entries: 项目进化
41
+ title: 行动
42
+ admin:
43
+ exports:
44
+ results: 成果
45
+ import_results:
46
+ new:
47
+ import: 导入
48
+ link: 链接
49
+ title: 从 CSV 导入结果
50
+ imports:
51
+ create:
52
+ success: 该文件已经开始导入。您将在几分钟内收到一封电子邮件,其导入的结果将会被导入。
53
+ models:
54
+ result:
55
+ name: 结果
56
+ status:
57
+ name: 状态
58
+ timeline_entry:
59
+ name: 时间线条目
60
+ results:
61
+ create:
62
+ invalid: 创建此结果时出现问题
63
+ success: 结果已成功创建
64
+ destroy:
65
+ success: 结果删除成功
66
+ edit:
67
+ title: 编辑结果
68
+ update: 更新结果
69
+ index:
70
+ title: 成果
71
+ new:
72
+ create: 创建结果
73
+ title: 新结果
74
+ update:
75
+ invalid: 更新此结果时出现问题
76
+ success: 结果已成功更新
77
+ shared:
78
+ subnav:
79
+ statuses: Statuses
80
+ statuses:
81
+ create:
82
+ invalid: 创建此状态时出现问题
83
+ success: 状态创建成功
84
+ destroy:
85
+ success: 状态删除成功
86
+ edit:
87
+ title: 编辑状态
88
+ update: 更新状态
89
+ index:
90
+ title: Statuses
91
+ new:
92
+ create: 创建状态
93
+ title: 新状态
94
+ update:
95
+ invalid: 更新此状态时出现问题
96
+ success: 状态已更新
97
+ timeline_entries:
98
+ create:
99
+ invalid: 创建此条目时出错
100
+ success: 条目创建成功
101
+ destroy:
102
+ success: 条目删除成功
103
+ edit:
104
+ title: 编辑条目
105
+ update: 更新条目
106
+ index:
107
+ title: 项目时间表条目
108
+ new:
109
+ create: 创建条目
110
+ title: 新建条目
111
+ update:
112
+ invalid: 更新此条目时出错
113
+ success: 条目已成功更新
114
+ admin_log:
115
+ result:
116
+ create: "%{user_name} 在 %{resource_name} 创建了结果 %{space_name}"
117
+ delete: "%{user_name} 刪除 %{resource_name} 結果在 %{space_name}"
118
+ update: "%{user_name} 更新结果 %{resource_name} 在 %{space_name}"
119
+ value_types:
120
+ parent_presenter:
121
+ not_found: '在数据库中找不到父级(ID: %{id})'
122
+ import_mailer:
123
+ import:
124
+ errors: 错误
125
+ errors_present: 导入结果时出现问题
126
+ row_number: 行
127
+ subject: 成功导入结果
128
+ success: 成功导入结果。您可以在管理界面查看结果。
129
+ last_activity:
130
+ new_result_at_html: "<span>在 %{link}的新结果</span>"
131
+ models:
132
+ result:
133
+ fields:
134
+ end_date: 结束日期
135
+ progress: 进展情况
136
+ start_date: 开始日期
137
+ status: 状态
138
+ title: 标题
139
+ status:
140
+ fields:
141
+ description: 描述
142
+ key: 关键字
143
+ name: 名称
144
+ progress: 进展情况
145
+ timeline_entry:
146
+ fields:
147
+ description: 描述
148
+ entry_date: 日期
149
+ results:
150
+ count:
151
+ results_count:
152
+ other: "%{count} 个结果"
153
+ filters:
154
+ all: 所有的
155
+ scopes: 范围
156
+ home:
157
+ categories_label: 类别管理
158
+ subcategories_label: 子类别
159
+ home_header:
160
+ global_status: 全局执行状态
161
+ nav_breadcrumb:
162
+ global: 全局执行
163
+ search:
164
+ search: 搜索操作
165
+ show:
166
+ stats:
167
+ attendees: 参与者
168
+ back_to_resource: 返回结果
169
+ comments: 评论
170
+ contributions: 二. 捐款
171
+ last_edited_by: 最后编辑者
172
+ last_updated_at: 最后更新于
173
+ meetings: 会议
174
+ proposals: 建议
175
+ votes: 支持
176
+ timeline:
177
+ title: 项目进化
178
+ components:
179
+ accountability:
180
+ name: 问责制
181
+ settings:
182
+ global:
183
+ categories_label: '"类别"的名称'
184
+ comments_enabled: 评论已启用
185
+ comments_max_length: 评论最大长度 (默认值留0)
186
+ display_progress_enabled: 显示进度
187
+ heading_leaf_level_results: '“项目”的名称'
188
+ heading_parent_level_results: '"结果"的名称'
189
+ intro: 简介
190
+ scope_id: 范围
191
+ scopes_enabled: 范围已启用
192
+ subcategories_label: '"子类别"的名称'
193
+ step:
194
+ comments_blocked: 评论已阻止
195
+ events:
196
+ accountability:
197
+ proposal_linked:
198
+ email_intro: '提议 "%{proposal_title}" 已被包含在结果中。您可以从这个页面查看:'
199
+ email_outro: 您收到此通知是因为您正在关注 "%{proposal_title}"。您可以停止收到跟随上一个链接的通知。
200
+ email_subject: 更新到 %{proposal_title}
201
+ notification_title: 提议 <a href="%{proposal_path}">%{proposal_title}</a> 已被包含在 <a href="%{resource_path}">%{resource_title}</a> 结果中。
202
+ result_progress_updated:
203
+ email_intro: '结果"%{resource_title}", 其中包括"%{proposal_title}", 现在完成了 %{progress}%。你可以从这个页面看到它:'
204
+ email_outro: 您收到此通知是因为您正在关注"%{proposal_title}",此建议包含在结果"%{resource_title}"中。 您可以停止接收跟随上一个链接的通知。
205
+ email_subject: 更新到 %{resource_title} 进度
206
+ notification_title: 结果 <a href="%{resource_path}">%{resource_title}</a>, 其中包括提议 <a href="%{proposal_path}">%{proposal_title}</a>, 现在已完成 %{progress}%。
207
+ metrics:
208
+ results:
209
+ description: 生成的结果数
210
+ object: 结果
211
+ title: 成果
212
+ participatory_processes:
213
+ participatory_process_groups:
214
+ highlighted_results:
215
+ results: 成果
216
+ participatory_spaces:
217
+ highlighted_results:
218
+ see_all: 查看所有结果 (%{count})
219
+ resource_links:
220
+ included_projects:
221
+ result_project: B. 列入这一结果的项目
222
+ included_proposals:
223
+ result_proposal: B. 列入这一结果的建议