decidim-accountability 0.26.0 → 0.27.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/accountability/highlighted_results_for_component_cell.rb +13 -1
  3. data/app/commands/decidim/accountability/admin/create_imported_result.rb +1 -1
  4. data/app/commands/decidim/accountability/admin/create_result.rb +1 -1
  5. data/app/commands/decidim/accountability/admin/create_status.rb +6 -3
  6. data/app/commands/decidim/accountability/admin/create_timeline_entry.rb +11 -7
  7. data/app/commands/decidim/accountability/admin/destroy_result.rb +1 -1
  8. data/app/commands/decidim/accountability/admin/update_imported_result.rb +1 -1
  9. data/app/commands/decidim/accountability/admin/update_result.rb +1 -1
  10. data/app/commands/decidim/accountability/admin/update_status.rb +6 -3
  11. data/app/commands/decidim/accountability/admin/update_timeline_entry.rb +9 -5
  12. data/app/controllers/decidim/accountability/admin/statuses_controller.rb +5 -3
  13. data/app/controllers/decidim/accountability/admin/timeline_entries_controller.rb +5 -3
  14. data/app/controllers/decidim/accountability/results_controller.rb +12 -12
  15. data/app/forms/decidim/accountability/admin/result_form.rb +2 -2
  16. data/app/forms/decidim/accountability/admin/timeline_entry_form.rb +2 -1
  17. data/app/helpers/decidim/accountability/breadcrumb_helper.rb +2 -2
  18. data/app/models/decidim/accountability/result.rb +9 -5
  19. data/app/models/decidim/accountability/status.rb +6 -2
  20. data/app/models/decidim/accountability/timeline_entry.rb +6 -0
  21. data/app/packs/images/decidim/accountability/{decidim_accountability_icon.svg → decidim_accountability.svg} +0 -0
  22. data/app/presenters/decidim/accountability/admin_log/status_presenter.rb +38 -0
  23. data/app/presenters/decidim/accountability/admin_log/timeline_entry_presenter.rb +37 -0
  24. data/app/services/decidim/accountability/results_calculator.rb +10 -6
  25. data/app/views/decidim/accountability/admin/timeline_entries/_form.html.erb +5 -1
  26. data/app/views/decidim/accountability/admin/timeline_entries/index.html.erb +2 -2
  27. data/app/views/decidim/accountability/results/_home_categories.html.erb +2 -2
  28. data/app/views/decidim/accountability/results/_nav_breadcrumb.html.erb +3 -3
  29. data/app/views/decidim/accountability/results/_results_leaf.html.erb +3 -3
  30. data/app/views/decidim/accountability/results/_results_parent.html.erb +1 -1
  31. data/app/views/decidim/accountability/results/_scope_filters.html.erb +3 -3
  32. data/app/views/decidim/accountability/results/_search.html.erb +1 -1
  33. data/app/views/decidim/accountability/results/_timeline.html.erb +7 -1
  34. data/app/views/decidim/accountability/results/home.html.erb +3 -1
  35. data/app/views/decidim/accountability/versions/show.html.erb +3 -1
  36. data/config/locales/am-ET.yml +1 -0
  37. data/config/locales/ar.yml +52 -4
  38. data/config/locales/bg.yml +1 -1
  39. data/config/locales/ca.yml +11 -1
  40. data/config/locales/cs.yml +11 -1
  41. data/config/locales/da.yml +1 -1
  42. data/config/locales/de.yml +11 -1
  43. data/config/locales/el.yml +1 -1
  44. data/config/locales/en.yml +10 -1
  45. data/config/locales/eo.yml +1 -0
  46. data/config/locales/es-MX.yml +11 -1
  47. data/config/locales/es-PY.yml +11 -1
  48. data/config/locales/es.yml +11 -1
  49. data/config/locales/et.yml +1 -0
  50. data/config/locales/eu.yml +1 -1
  51. data/config/locales/fi-plain.yml +11 -1
  52. data/config/locales/fi.yml +12 -2
  53. data/config/locales/fr-CA.yml +11 -1
  54. data/config/locales/fr.yml +13 -3
  55. data/config/locales/ga-IE.yml +1 -0
  56. data/config/locales/gl.yml +1 -1
  57. data/config/locales/hr.yml +1 -0
  58. data/config/locales/hu.yml +3 -1
  59. data/config/locales/id-ID.yml +1 -1
  60. data/config/locales/is-IS.yml +2 -2
  61. data/config/locales/it.yml +1 -1
  62. data/config/locales/ja.yml +11 -1
  63. data/config/locales/ko.yml +1 -0
  64. data/config/locales/lb.yml +1 -1
  65. data/config/locales/lt.yml +263 -0
  66. data/config/locales/lv.yml +1 -1
  67. data/config/locales/mt.yml +1 -0
  68. data/config/locales/nl.yml +1 -1
  69. data/config/locales/no.yml +1 -1
  70. data/config/locales/om-ET.yml +1 -0
  71. data/config/locales/pl.yml +11 -1
  72. data/config/locales/pt-BR.yml +2 -2
  73. data/config/locales/pt.yml +1 -1
  74. data/config/locales/ro-RO.yml +1 -1
  75. data/config/locales/ru.yml +1 -1
  76. data/config/locales/si-LK.yml +1 -0
  77. data/config/locales/sk.yml +1 -1
  78. data/config/locales/sl.yml +1 -1
  79. data/config/locales/so-SO.yml +1 -0
  80. data/config/locales/sr-CS.yml +1 -1
  81. data/config/locales/sv.yml +3 -1
  82. data/config/locales/sw-KE.yml +1 -0
  83. data/config/locales/ti-ER.yml +1 -0
  84. data/config/locales/tr-TR.yml +1 -1
  85. data/config/locales/uk.yml +1 -1
  86. data/config/locales/val-ES.yml +1 -0
  87. data/config/locales/vi.yml +1 -0
  88. data/config/locales/zh-CN.yml +1 -1
  89. data/config/locales/zh-TW.yml +1 -0
  90. data/db/migrate/20220331150008_add_title_to_timeline_entries.rb +7 -0
  91. data/db/migrate/20220331150155_move_legacy_description_to_title_of_timeline_entries.rb +13 -0
  92. data/lib/decidim/accountability/component.rb +2 -1
  93. data/lib/decidim/accountability/test/factories.rb +1 -0
  94. data/lib/decidim/accountability/version.rb +1 -1
  95. data/lib/decidim/api/timeline_entry_type.rb +1 -0
  96. metadata +29 -26
  97. data/app/services/decidim/accountability/result_search.rb +0 -48
@@ -4,7 +4,7 @@
4
4
 
5
5
  <ul class="tags tags--action">
6
6
  <li <%= active_class_if_current(nil) %>>
7
- <%= link_to url_for(filter: { category_id: category.try(:id) }) do %>
7
+ <%= link_to url_for(filter: { with_category: category.try(:id) }) do %>
8
8
  <span class="show-for-sr"><%= Decidim::Scope.model_name.human(count: 2) %></span>
9
9
  <%= t("results.filters.all", scope: "decidim.accountability") %>
10
10
  <% end %>
@@ -12,7 +12,7 @@
12
12
 
13
13
  <% if current_participatory_space.scope %>
14
14
  <li <%= active_class_if_current(current_participatory_space.scope.id) %>>
15
- <%= link_to url_for(filter: { scope_id: current_participatory_space.scope.id, category_id: category.try(:id) }) do %>
15
+ <%= link_to url_for(filter: { with_scope: current_participatory_space.scope.id, with_category: category.try(:id) }) do %>
16
16
  <span class="show-for-sr"><%= Decidim::Scope.model_name.human(count: 1) %></span>
17
17
  <%= translated_attribute(current_participatory_space.scope.name) %>
18
18
  <% end %>
@@ -20,7 +20,7 @@
20
20
  <% end %>
21
21
  <% current_participatory_space.subscopes.each do |scope| %>
22
22
  <li <%= active_class_if_current(scope.id) %>>
23
- <%= link_to url_for(filter: { scope_id: scope.id, category_id: category.try(:id) }) do %>
23
+ <%= link_to url_for(filter: { with_scope: scope.id, with_category: category.try(:id) }) do %>
24
24
  <span class="show-for-sr"><%= Decidim::Scope.model_name.human(count: 1) %></span>
25
25
  <%= translated_attribute(scope.name) %>
26
26
  <% end %>
@@ -1,7 +1,7 @@
1
1
  <%= form_tag results_path, method: :get do %>
2
2
  <div class="filters__search">
3
3
  <div class="input-group">
4
- <%= search_field_tag "filter[search_text]", nil, class: "input-group-field", placeholder: t(".search"), value: "", title: t(".search") %>
4
+ <%= search_field_tag "filter[search_text_cont]", nil, class: "input-group-field", placeholder: t(".search"), value: "", title: t(".search") %>
5
5
  <div class="input-group-button">
6
6
  <button type="submit" class="button">
7
7
  <%= icon "magnifying-glass", aria_label: t(".search"), role: "img" %>
@@ -13,8 +13,14 @@
13
13
  <%= timeline_entry.entry_date %>
14
14
  </span>
15
15
  <h4 class="timeline__title">
16
- <%= translated_attribute timeline_entry.description %>
16
+ <%= translated_attribute timeline_entry.title %>
17
17
  </h4>
18
+
19
+ <% if translated_attribute(timeline_entry.description).present? %>
20
+ <div class="timeline__description__description">
21
+ <%== translated_attribute timeline_entry.description %>
22
+ </div>
23
+ <% end %>
18
24
  </div>
19
25
  </div>
20
26
  </li>
@@ -6,4 +6,6 @@
6
6
  </div>
7
7
  </div>
8
8
 
9
- <%= javascript_pack_tag "decidim_accountability" %>
9
+ <% content_for :js_content do %>
10
+ <%= javascript_pack_tag "decidim_accountability" %>
11
+ <% end %>
@@ -1,4 +1,6 @@
1
- <%= javascript_pack_tag "decidim_accountability" %>
1
+ <% content_for :js_content do %>
2
+ <%= javascript_pack_tag "decidim_accountability" %>
3
+ <% end %>
2
4
  <div class="row accountability">
3
5
  <div class="small-12 columns">
4
6
  <%= render partial: "decidim/accountability/results/nav_breadcrumb", locals: { category: versioned_resource.parent.try(:category) || versioned_resource.try(:category) } %>
@@ -1 +1,2 @@
1
+ ---
1
2
  am:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ar:
2
3
  activemodel:
3
4
  attributes:
@@ -21,6 +22,7 @@ ar:
21
22
  timeline_entry:
22
23
  description: وصف
23
24
  entry_date: تاريخ
25
+ title: العنوان
24
26
  models:
25
27
  decidim/accountability/proposal_linked_event: اقتراح المدرجة في النتيجة
26
28
  decidim/accountability/result_progress_updated_event: نتيجة التقدم المحدث
@@ -36,16 +38,29 @@ ar:
36
38
  decidim:
37
39
  accountability:
38
40
  actions:
41
+ attachment_collections: المجلدات
42
+ attachments: المرفقات
39
43
  confirm_destroy: هل أنت متأكد أنك تريد حذف هذا %{name}؟
40
44
  destroy: حذف
41
45
  edit: تعديل
46
+ import_csv: استيراد CSV
42
47
  new: جديد %{name}
43
48
  preview: معاينة
44
49
  timeline_entries: تطور المشروع
45
- title: أفعال
50
+ title: الإجراءات
46
51
  admin:
47
52
  exports:
53
+ result_comments: التعليقات
48
54
  results: النتائج
55
+ import_results:
56
+ new:
57
+ import: استيراد
58
+ info: "<p>نحن ننصح باتباع هذه الخطوات:</p>\n<ol>\n <li>قم بإنشاء حالات النتائج التي تريد إضافتها (<a href=\"%{link_new_status}\" target=\"_blank\">الرابط</a>)</li>\n <li>قم بإنشاء نتيجة واحدة على الأقل يدويًا من خلال لوحة المدير هذه (<a href=\"%{link_new_result}\" target=\"_blank\">link</a>) قبل أستخدام الاستيراد, للحصول على فهم أفضل للتنسيق وما ستحتاج لملئه.</li>\n <li>قم بتنزيل التصدير بتنسيق CSV(%{link_export_csv})</li>\n <li>قم بإجراء التغييرات محليًا على جهازك. يمكنك فقط تغيير الأعمدة التالية من ملف CSV:</li>\n</ol>\n<ul>\n <li><b>category/id:</b>رقم مٌعرف للفئه</li>\n <li><b>scope/id:</b>رقم مٌعرف للمجال</li>\n <li><b>parent/id:</b> رقم مٌعرف بالأب (للنتائج ذات الصلة). اختياري</li>\n <li><b>title/I18N:</b> عنوان اللغه</li>\n <li><b>description/I18N:</b> وصف اللغه</li>\n <li><b>start_date:</b>التاريخ الذي يبدأ فيه تنفيذ النتيجة (التنسيق YYYY-MM-DD)</li>\n <li><b>end_date:</b> التاريخ الذي ينتهى فيه تنفيذ النتيجة (التنسيق YYYY-MM-DD</li>\n <li><b>status/id:</b> رقم مٌعرف لحالة النتيجة</li>\n <li><b>progress:</b> النسبة المئوية (من 0 الى 100) للتنفيذ</li>\n <li><b>proposals_ids:</b> رقم مُعرف داخلى للمقترحات ذات الصلة (مفصولاً بفاصلة). يتم تحويله تلقائيًا إلى <span class=\"attribute-name\">رابط للمقترح</span></li>\n</ul>"
59
+ link: الرابط
60
+ title: استيراد النتائج من ملف CSV
61
+ imports:
62
+ create:
63
+ success: لقد بدأ استيراد الملف. سوف تتلقى رسالة بريد إلكتروني في غصون الدقائق القادمة مع نتيجة الاستيراد
49
64
  models:
50
65
  result:
51
66
  name: نتيجة
@@ -114,14 +129,30 @@ ar:
114
129
  update: "%{user_name} نتيجة محدثة %{resource_name} في %{space_name}"
115
130
  value_types:
116
131
  parent_presenter:
117
- not_found: 'لم يتم العثور على الأصل في قاعدة البيانات (المعرف: %{id})'
132
+ not_found: 'لم يتم العثور على الأصل في قاعدة البيانات (الرقم-المُعرف: %{id})'
133
+ content_blocks:
134
+ highlighted_results:
135
+ dates: التواريخ
136
+ results: النتائج
137
+ unspecified: غير محدد
138
+ import_mailer:
139
+ import:
140
+ errors: أخطاء
141
+ errors_present: حدثت مشكلة في استيراد النتائج
142
+ row_number: الصف
143
+ subject: استيراد النتائج بنجاح
144
+ success: نجاح استيراد النتائج. يمكنك مراجعة النتائج في واجهة الإدارة.
118
145
  last_activity:
119
146
  new_result_at_html: "<span>نتيجة جديدة في %{link}</span>"
120
147
  models:
121
148
  result:
122
149
  fields:
150
+ category: الفئة
151
+ created_at: أنشئ
123
152
  end_date: تاريخ الانتهاء
153
+ id: المعرف ID
124
154
  progress: تقدم
155
+ scope: النطاق
125
156
  start_date: تاريخ البدء
126
157
  status: الحالة
127
158
  title: عنوان
@@ -133,8 +164,11 @@ ar:
133
164
  progress: تقدم
134
165
  timeline_entry:
135
166
  fields:
136
- description: وصف
137
167
  entry_date: تاريخ
168
+ title: العنوان
169
+ result_m:
170
+ executed: تم التنفيذ
171
+ view: عرض
138
172
  results:
139
173
  count:
140
174
  results_count:
@@ -174,17 +208,26 @@ ar:
174
208
  results:
175
209
  category_id_eq:
176
210
  label: الفئة
211
+ scope_id_eq:
212
+ label: النطاق
213
+ status_id_eq:
214
+ label: الحالة
177
215
  components:
178
216
  accountability:
217
+ actions:
218
+ comment: تعليق
179
219
  name: المسائلة
180
220
  settings:
181
221
  global:
182
222
  categories_label: اسم "الفئات"
183
223
  comments_enabled: تم تمكين التعليقات
224
+ comments_max_length: الحد الأقصى لطول التعليقات (اترك ال0 للقيمة الافتراضية)
184
225
  display_progress_enabled: عرض التقدم
185
226
  heading_leaf_level_results: اسم "المشاريع"
186
227
  heading_parent_level_results: اسم "النتائج"
187
228
  intro: مقدمة
229
+ scope_id: النطاق
230
+ scopes_enabled: النطاقات مفعلة
188
231
  subcategories_label: اسم "الفئات الفرعية"
189
232
  step:
190
233
  comments_blocked: تم حظر التعليقات
@@ -202,11 +245,16 @@ ar:
202
245
  notification_title: النتيجة <a href="%{resource_path}">%{resource_title}</a>، التي تتضمن الاقتراح <a href="%{proposal_path}">%{proposal_title}</a>، اكتملت الآن بنسبة %{progress}٪.
203
246
  metrics:
204
247
  results:
205
- description: عدد النتائج الناتجة
248
+ description: عدد النتائج التي تم إنشاؤها
206
249
  object: النتائج
207
250
  title: النتائج
251
+ participatory_spaces:
252
+ highlighted_results:
253
+ see_all: عرض كل النتائج (%{count})
208
254
  resource_links:
209
255
  included_projects:
210
256
  result_project: المشاريع المدرجة في هذه النتيجة
211
257
  included_proposals:
212
258
  result_proposal: المقترحات المدرجة في هذه النتيجة
259
+ statistics:
260
+ results_count: النتائج
@@ -1,3 +1,4 @@
1
+ ---
1
2
  bg:
2
3
  activemodel:
3
4
  attributes:
@@ -146,7 +147,6 @@ bg:
146
147
  progress: Напредък
147
148
  timeline_entry:
148
149
  fields:
149
- description: Описание
150
150
  entry_date: Дата
151
151
  results:
152
152
  count:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ca:
2
3
  activemodel:
3
4
  attributes:
@@ -21,6 +22,7 @@ ca:
21
22
  timeline_entry:
22
23
  description: Descripció
23
24
  entry_date: Data
25
+ title: Títol
24
26
  models:
25
27
  decidim/accountability/proposal_linked_event: Proposta inclosa a un resultat
26
28
  decidim/accountability/result_progress_updated_event: Progrés del resultat actualitzat
@@ -121,6 +123,14 @@ ca:
121
123
  create: "%{user_name} ha creat el resultat %{resource_name} en %{space_name}"
122
124
  delete: "%{user_name} ha eliminat el resultat %{resource_name} de l'espai %{space_name}"
123
125
  update: "%{user_name} ha actualitzat el resultat %{resource_name} en %{space_name}"
126
+ status:
127
+ create: "%{user_name} ha creat l'estat %{resource_name}"
128
+ delete: "%{user_name} ha eliminat l'estat %{resource_name}"
129
+ update: "%{user_name} ha actualitzat l'estat %{resource_name}"
130
+ timeline_entry:
131
+ create: "%{user_name} ha creat l'entrada %{resource_name} a la línia de temps"
132
+ delete: "%{user_name} ha eliminat l'entrada %{resource_name} a la línia de temps"
133
+ update: "%{user_name} ha actualitzat l'entrada %{resource_name} a la línia de temps"
124
134
  value_types:
125
135
  parent_presenter:
126
136
  not_found: 'No s''ha trobat el pare a la base de dades (ID: %{id})'
@@ -158,8 +168,8 @@ ca:
158
168
  progress: Progrés
159
169
  timeline_entry:
160
170
  fields:
161
- description: Descripció
162
171
  entry_date: Data
172
+ title: Títol
163
173
  result_m:
164
174
  executed: Executat
165
175
  view: Veure
@@ -1,3 +1,4 @@
1
+ ---
1
2
  cs:
2
3
  activemodel:
3
4
  attributes:
@@ -21,6 +22,7 @@ cs:
21
22
  timeline_entry:
22
23
  description: Popis
23
24
  entry_date: Datum
25
+ title: Název
24
26
  models:
25
27
  decidim/accountability/proposal_linked_event: Návrh zahrnutý do výsledku
26
28
  decidim/accountability/result_progress_updated_event: Výsledek byl aktualizován
@@ -123,6 +125,14 @@ cs:
123
125
  create: "%{user_name} vytvořen výsledek %{resource_name} v %{space_name}"
124
126
  delete: "%{user_name} odstranil %{resource_name} výsledek v %{space_name}"
125
127
  update: "%{user_name} aktualizovaný výsledek %{resource_name} v %{space_name}"
128
+ status:
129
+ create: "%{user_name} vytvořil/a stav %{resource_name}"
130
+ delete: "%{user_name} odstranil stav %{resource_name}"
131
+ update: "%{user_name} aktualizoval stav %{resource_name}"
132
+ timeline_entry:
133
+ create: "%{user_name} vytvořil záznam %{resource_name} časové osy"
134
+ delete: "%{user_name} odstranil záznam %{resource_name} časové osy"
135
+ update: "%{user_name} aktualizoval záznam %{resource_name} časové osy"
126
136
  value_types:
127
137
  parent_presenter:
128
138
  not_found: 'Nadřazený nebyl nalezen v databázi (ID: %{id})'
@@ -160,8 +170,8 @@ cs:
160
170
  progress: Průběh
161
171
  timeline_entry:
162
172
  fields:
163
- description: Popis
164
173
  entry_date: Datum
174
+ title: Název
165
175
  result_m:
166
176
  executed: Provedeno
167
177
  view: Zobrazit
@@ -1,3 +1,4 @@
1
+ ---
1
2
  da:
2
3
  activemodel:
3
4
  attributes:
@@ -146,7 +147,6 @@ da:
146
147
  progress: Fremskridt
147
148
  timeline_entry:
148
149
  fields:
149
- description: Beskrivelse
150
150
  entry_date: Dato
151
151
  results:
152
152
  count:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  de:
2
3
  activemodel:
3
4
  attributes:
@@ -21,6 +22,7 @@ de:
21
22
  timeline_entry:
22
23
  description: Beschreibung
23
24
  entry_date: Datum
25
+ title: Titel
24
26
  models:
25
27
  decidim/accountability/proposal_linked_event: Vorschlag in einem Ergebnis enthalten
26
28
  decidim/accountability/result_progress_updated_event: Ergebnisfortschritt aktualisiert
@@ -121,6 +123,14 @@ de:
121
123
  create: "%{user_name} hat das Ergebnis %{resource_name} in %{space_name} erstellt"
122
124
  delete: "%{user_name} hat das Ergebnis %{resource_name} in %{space_name} gelöscht"
123
125
  update: "%{user_name} hat das Ergebnis %{resource_name} in %{space_name} aktualisiert"
126
+ status:
127
+ create: "%{user_name} hat den Status %{resource_name} erstellt"
128
+ delete: "%{user_name} hat den Status %{resource_name} gelöscht"
129
+ update: "%{user_name} hat den Status %{resource_name} aktualisiert"
130
+ timeline_entry:
131
+ create: "%{user_name} hat den Zeiteintrag %{resource_name} erstellt"
132
+ delete: "%{user_name} hat den Zeiteintrag %{resource_name} gelöscht"
133
+ update: "%{user_name} hat den Zeiteintrag %{resource_name} aktualisiert"
124
134
  value_types:
125
135
  parent_presenter:
126
136
  not_found: 'Das übergeordnete Objekt wurde nicht in der Datenbank gefunden (ID: %{id})'
@@ -158,8 +168,8 @@ de:
158
168
  progress: Fortschritt
159
169
  timeline_entry:
160
170
  fields:
161
- description: Beschreibung
162
171
  entry_date: Datum
172
+ title: Titel
163
173
  result_m:
164
174
  executed: Ausgeführt
165
175
  view: Ansicht
@@ -1,3 +1,4 @@
1
+ ---
1
2
  el:
2
3
  activemodel:
3
4
  attributes:
@@ -158,7 +159,6 @@ el:
158
159
  progress: Πρόοδος
159
160
  timeline_entry:
160
161
  fields:
161
- description: Περιγραφή
162
162
  entry_date: Ημερομηνία
163
163
  result_m:
164
164
  executed: Εκτελέσθηκε
@@ -22,6 +22,7 @@ en:
22
22
  timeline_entry:
23
23
  description: Description
24
24
  entry_date: Date
25
+ title: Title
25
26
  models:
26
27
  decidim/accountability/proposal_linked_event: Proposal included in a result
27
28
  decidim/accountability/result_progress_updated_event: Result progress updated
@@ -122,6 +123,14 @@ en:
122
123
  create: "%{user_name} created result %{resource_name} in %{space_name}"
123
124
  delete: "%{user_name} deleted the %{resource_name} result in %{space_name}"
124
125
  update: "%{user_name} updated result %{resource_name} in %{space_name}"
126
+ status:
127
+ create: "%{user_name} created the %{resource_name} status"
128
+ delete: "%{user_name} deleted the %{resource_name} status"
129
+ update: "%{user_name} updated the %{resource_name} status"
130
+ timeline_entry:
131
+ create: "%{user_name} created the %{resource_name} timeline entry"
132
+ delete: "%{user_name} deleted the %{resource_name} timeline entry"
133
+ update: "%{user_name} updated the %{resource_name} timeline entry"
125
134
  value_types:
126
135
  parent_presenter:
127
136
  not_found: 'The parent was not found on the database (ID: %{id})'
@@ -159,8 +168,8 @@ en:
159
168
  progress: Progress
160
169
  timeline_entry:
161
170
  fields:
162
- description: Description
163
171
  entry_date: Date
172
+ title: Title
164
173
  result_m:
165
174
  executed: Executed
166
175
  view: View
@@ -1 +1,2 @@
1
+ ---
1
2
  eo:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es-MX:
2
3
  activemodel:
3
4
  attributes:
@@ -21,6 +22,7 @@ es-MX:
21
22
  timeline_entry:
22
23
  description: Descripción
23
24
  entry_date: Fecha
25
+ title: Título
24
26
  models:
25
27
  decidim/accountability/proposal_linked_event: Propuesta incluida en un resultado
26
28
  decidim/accountability/result_progress_updated_event: Progreso del resultado actualizado
@@ -121,6 +123,14 @@ es-MX:
121
123
  create: "%{user_name} creó el resultado %{resource_name} en %{space_name}"
122
124
  delete: "%{user_name} borró el resultado %{resource_name} en %{space_name}"
123
125
  update: "%{user_name} actualizó el resultado %{resource_name} en %{space_name}"
126
+ status:
127
+ create: "%{user_name} ha creado el estado %{resource_name}"
128
+ delete: "%{user_name} ha eliminado el estado %{resource_name}"
129
+ update: "%{user_name} ha actualizado el estado %{resource_name}"
130
+ timeline_entry:
131
+ create: "%{user_name} ha creado la entrada %{resource_name} en la línea de tiempo"
132
+ delete: "%{user_name} ha eliminado la entrada %{resource_name} en la línea de tiempo"
133
+ update: "%{user_name} ha actualizado la entrada %{resource_name} en la línea de tiempo"
124
134
  value_types:
125
135
  parent_presenter:
126
136
  not_found: 'El padre no se encontró en la base de datos (ID: %{id})'
@@ -158,8 +168,8 @@ es-MX:
158
168
  progress: Progreso
159
169
  timeline_entry:
160
170
  fields:
161
- description: Descripción
162
171
  entry_date: Fecha
172
+ title: Título
163
173
  result_m:
164
174
  executed: Ejecutado
165
175
  view: Ver
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es-PY:
2
3
  activemodel:
3
4
  attributes:
@@ -21,6 +22,7 @@ es-PY:
21
22
  timeline_entry:
22
23
  description: Descripción
23
24
  entry_date: Fecha
25
+ title: Título
24
26
  models:
25
27
  decidim/accountability/proposal_linked_event: Propuesta incluida en un resultado
26
28
  decidim/accountability/result_progress_updated_event: Progreso del resultado actualizado
@@ -121,6 +123,14 @@ es-PY:
121
123
  create: "%{user_name} creó el resultado %{resource_name} en %{space_name}"
122
124
  delete: "%{user_name} borró el resultado %{resource_name} en %{space_name}"
123
125
  update: "%{user_name} actualizó el resultado %{resource_name} en %{space_name}"
126
+ status:
127
+ create: "%{user_name} ha creado el estado %{resource_name}"
128
+ delete: "%{user_name} ha eliminado el estado %{resource_name}"
129
+ update: "%{user_name} ha actualizado el estado %{resource_name}"
130
+ timeline_entry:
131
+ create: "%{user_name} ha creado la entrada %{resource_name} en la línea de tiempo"
132
+ delete: "%{user_name} ha eliminado la entrada %{resource_name} en la línea de tiempo"
133
+ update: "%{user_name} ha actualizado la entrada %{resource_name} en la línea de tiempo"
124
134
  value_types:
125
135
  parent_presenter:
126
136
  not_found: 'El padre no se encontró en la base de datos (ID: %{id})'
@@ -158,8 +168,8 @@ es-PY:
158
168
  progress: Progreso
159
169
  timeline_entry:
160
170
  fields:
161
- description: Descripción
162
171
  entry_date: Fecha
172
+ title: Título
163
173
  result_m:
164
174
  executed: Ejecutado
165
175
  view: Ver
@@ -1,3 +1,4 @@
1
+ ---
1
2
  es:
2
3
  activemodel:
3
4
  attributes:
@@ -21,6 +22,7 @@ es:
21
22
  timeline_entry:
22
23
  description: Descripción
23
24
  entry_date: Fecha
25
+ title: Título
24
26
  models:
25
27
  decidim/accountability/proposal_linked_event: Propuesta incluida en un resultado
26
28
  decidim/accountability/result_progress_updated_event: Progreso del resultado actualizado
@@ -121,6 +123,14 @@ es:
121
123
  create: "%{user_name} creó el resultado %{resource_name} en %{space_name}"
122
124
  delete: "%{user_name} borró el resultado %{resource_name} en %{space_name}"
123
125
  update: "%{user_name} actualizó el resultado %{resource_name} en %{space_name}"
126
+ status:
127
+ create: "%{user_name} ha creado el estado %{resource_name}"
128
+ delete: "%{user_name} ha eliminado el estado %{resource_name}"
129
+ update: "%{user_name} ha actualizado el estado %{resource_name}"
130
+ timeline_entry:
131
+ create: "%{user_name} ha creado la entrada %{resource_name} en la línea de tiempo"
132
+ delete: "%{user_name} ha eliminado la entrada %{resource_name} en la línea de tiempo"
133
+ update: "%{user_name} ha actualizado la entrada %{resource_name} en la línea de tiempo"
124
134
  value_types:
125
135
  parent_presenter:
126
136
  not_found: 'El padre no se encontró en la base de datos (ID: %{id})'
@@ -158,8 +168,8 @@ es:
158
168
  progress: Progreso
159
169
  timeline_entry:
160
170
  fields:
161
- description: Descripción
162
171
  entry_date: Fecha
172
+ title: Título
163
173
  result_m:
164
174
  executed: Ejecutado
165
175
  view: Ver
@@ -1 +1,2 @@
1
+ ---
1
2
  et:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  eu:
2
3
  activemodel:
3
4
  attributes:
@@ -158,7 +159,6 @@ eu:
158
159
  progress: Aurrerapena
159
160
  timeline_entry:
160
161
  fields:
161
- description: Descripción
162
162
  entry_date: Data
163
163
  result_m:
164
164
  executed: Burutua
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fi-pl:
2
3
  activemodel:
3
4
  attributes:
@@ -21,6 +22,7 @@ fi-pl:
21
22
  timeline_entry:
22
23
  description: Kuvaus
23
24
  entry_date: Päivämäärä
25
+ title: Otsikko
24
26
  models:
25
27
  decidim/accountability/proposal_linked_event: Ehdotus sisältyy tulokseen
26
28
  decidim/accountability/result_progress_updated_event: Tuloksen edistyminen päivitetty
@@ -121,6 +123,14 @@ fi-pl:
121
123
  create: "%{user_name} loi tuloksen %{resource_name} tilassa %{space_name}"
122
124
  delete: "%{user_name} poisti tuloksen %{resource_name} tilassa %{space_name}"
123
125
  update: "%{user_name} päivitti tuloksen %{resource_name} tilassa %{space_name}"
126
+ status:
127
+ create: "%{user_name} loi tilan %{resource_name}"
128
+ delete: "%{user_name} poisti tilan %{resource_name}"
129
+ update: "%{user_name} päivitti tilaa %{resource_name}"
130
+ timeline_entry:
131
+ create: "%{user_name} loi aikajanan merkinnän %{resource_name}"
132
+ delete: "%{user_name} poisti aikajanan merkinnän %{resource_name}"
133
+ update: "%{user_name} päivitti aikajanan merkintää %{resource_name}"
124
134
  value_types:
125
135
  parent_presenter:
126
136
  not_found: 'Pääelementtiä ei löytynyt tietokannasta (ID: %{id})'
@@ -158,8 +168,8 @@ fi-pl:
158
168
  progress: Edistyminen
159
169
  timeline_entry:
160
170
  fields:
161
- description: Kuvaus
162
171
  entry_date: Päivämäärä
172
+ title: Otsikko
163
173
  result_m:
164
174
  executed: Valmistunut
165
175
  view: Näytä
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fi:
2
3
  activemodel:
3
4
  attributes:
@@ -21,6 +22,7 @@ fi:
21
22
  timeline_entry:
22
23
  description: Kuvaus
23
24
  entry_date: Päivämäärä
25
+ title: Otsikko
24
26
  models:
25
27
  decidim/accountability/proposal_linked_event: Ehdotus sisältyy tulokseen
26
28
  decidim/accountability/result_progress_updated_event: Tuloksen edistyminen päivitetty
@@ -34,7 +36,7 @@ fi:
34
36
  actions:
35
37
  attachment_collections: Kansiot
36
38
  attachments: Liitteet
37
- confirm_destroy: Oletko varma, että haluat poistaa tämän tuloksen?
39
+ confirm_destroy: Oletko varma, että haluat poistaa tämän kohteen nimeltä "%{name}"?
38
40
  destroy: Poista
39
41
  edit: Muokkaa
40
42
  import_csv: Tuo CSV
@@ -121,6 +123,14 @@ fi:
121
123
  create: "%{user_name} loi tuloksen %{resource_name} osallistumistilassa %{space_name}"
122
124
  delete: "%{user_name} poisti tuloksen %{resource_name} osallistumistilassa %{space_name}"
123
125
  update: "%{user_name} päivitti tuloksen %{resource_name} osallistumistilassa %{space_name}"
126
+ status:
127
+ create: "%{user_name} loi tilan %{resource_name}"
128
+ delete: "%{user_name} poisti tilan %{resource_name}"
129
+ update: "%{user_name} päivitti tilaa %{resource_name}"
130
+ timeline_entry:
131
+ create: "%{user_name} loi aikajanan merkinnän %{resource_name}"
132
+ delete: "%{user_name} poisti aikajanan merkinnän %{resource_name}"
133
+ update: "%{user_name} päivitti aikajanan merkintää %{resource_name}"
124
134
  value_types:
125
135
  parent_presenter:
126
136
  not_found: 'Pääelementtiä ei löytynyt tietokannasta (ID: %{id})'
@@ -158,8 +168,8 @@ fi:
158
168
  progress: Edistyminen
159
169
  timeline_entry:
160
170
  fields:
161
- description: Kuvaus
162
171
  entry_date: Päivämäärä
172
+ title: Otsikko
163
173
  result_m:
164
174
  executed: Valmistunut
165
175
  view: Näytä
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fr-CA:
2
3
  activemodel:
3
4
  attributes:
@@ -21,6 +22,7 @@ fr-CA:
21
22
  timeline_entry:
22
23
  description: Description
23
24
  entry_date: Date
25
+ title: Titre
24
26
  models:
25
27
  decidim/accountability/proposal_linked_event: Proposition incluse dans une réalisation
26
28
  decidim/accountability/result_progress_updated_event: Résultat du progrès mis à jour
@@ -121,6 +123,14 @@ fr-CA:
121
123
  create: "%{user_name} a créé la réalisation %{resource_name} dans %{space_name}"
122
124
  delete: "%{user_name} a supprimé la réalisation %{resource_name} dans %{space_name}"
123
125
  update: "%{user_name} a mis à jour la réalisation %{resource_name} dans %{space_name}"
126
+ status:
127
+ create: "%{user_name} a créé le statut %{resource_name}"
128
+ delete: "%{user_name} a supprimé le statut %{resource_name}"
129
+ update: "%{user_name} a mis à jour le statut %{resource_name}"
130
+ timeline_entry:
131
+ create: "%{user_name} a créé l'étape d'évolution de la réalisation %{resource_name}"
132
+ delete: "%{user_name} a supprimé l'étape d'évolution de la réalisation %{resource_name}"
133
+ update: "%{user_name} a mis à jour l'étape d'évolution de la réalisation %{resource_name}"
124
134
  value_types:
125
135
  parent_presenter:
126
136
  not_found: 'Le parent n''a pas été trouvé dans la base de données (ID: %{id})'
@@ -158,8 +168,8 @@ fr-CA:
158
168
  progress: Avancement
159
169
  timeline_entry:
160
170
  fields:
161
- description: Description
162
171
  entry_date: Date
172
+ title: Titre
163
173
  result_m:
164
174
  executed: Exécuté
165
175
  view: Voir