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
@@ -1,3 +1,4 @@
1
+ ---
1
2
  fr:
2
3
  activemodel:
3
4
  attributes:
@@ -21,6 +22,7 @@ fr:
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:
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:
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
@@ -225,12 +235,12 @@ fr:
225
235
  accountability:
226
236
  proposal_linked:
227
237
  email_intro: 'La proposition "%{proposal_title}" a été incluse dans une réalisation. Vous pouvez le voir sur cette page :'
228
- email_outro: Vous avez reçu cette notification parce que vous suivez "%{proposal_title}". Vous pouvez arrêter de recevoir des notifications à partir du lien précédent.
238
+ email_outro: Vous avez reçu cette notification parce que vous suivez "%{proposal_title}". Si vous souhaitez vous désabonner des notifications, connectez-vous à la plateforme, puis rendez-vous dans l'onglet “Mon compte” > “Paramètres des notifications”.
229
239
  email_subject: Une mise à jour de %{proposal_title}
230
240
  notification_title: La proposition <a href="%{proposal_path}">%{proposal_title}</a> a été incluse dans la réalisation <a href="%{resource_path}">%{resource_title}</a>.
231
241
  result_progress_updated:
232
242
  email_intro: 'Le résultat "%{resource_title}", qui inclut la proposition "%{proposal_title}", est maintenant terminé à %{progress}%. Vous pouvez le voir sur cette page:'
233
- email_outro: Vous avez reçu cette notification car vous suivez "%{proposal_title}" et cette proposition est incluse dans le résultat "%{resource_title}". Vous pouvez cesser de recevoir des notifications en suivant le lien précédent.
243
+ email_outro: Vous avez reçu cette notification car vous suivez "%{proposal_title}" et cette proposition est incluse dans le résultat "%{resource_title}". Si vous souhaitez vous désabonner des notifications, connectez-vous à la plateforme, puis rendez-vous dans l'onglet “Mon compte” > “Paramètres des notifications”.
234
244
  email_subject: Une mise à jour à %{resource_title} progress
235
245
  notification_title: Le résultat <a href="%{resource_path}">%{resource_title}</a>, qui inclut la proposition <a href="%{proposal_path}">%{proposal_title}</a>, est désormais achevé à %{progress}%.
236
246
  metrics:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ga:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  gl:
2
3
  activemodel:
3
4
  attributes:
@@ -158,7 +159,6 @@ gl:
158
159
  progress: Progreso
159
160
  timeline_entry:
160
161
  fields:
161
- description: Descrición
162
162
  entry_date: Data
163
163
  result_m:
164
164
  executed: Executado
@@ -1 +1,2 @@
1
+ ---
1
2
  hr:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  hu:
2
3
  activemodel:
3
4
  attributes:
@@ -158,7 +159,6 @@ hu:
158
159
  progress: Folyamat
159
160
  timeline_entry:
160
161
  fields:
161
- description: Leírás
162
162
  entry_date: Dátum
163
163
  result_m:
164
164
  executed: Végrehajtva
@@ -204,6 +204,8 @@ hu:
204
204
  label: Állapot
205
205
  components:
206
206
  accountability:
207
+ actions:
208
+ comment: Megjegyzés
207
209
  name: Elszámoltathatóság
208
210
  settings:
209
211
  global:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  id:
2
3
  activemodel:
3
4
  attributes:
@@ -128,7 +129,6 @@ id:
128
129
  progress: Kemajuan
129
130
  timeline_entry:
130
131
  fields:
131
- description: Deskripsi
132
132
  entry_date: Tanggal
133
133
  results:
134
134
  count:
@@ -1,4 +1,5 @@
1
- is-IS:
1
+ ---
2
+ is:
2
3
  activemodel:
3
4
  attributes:
4
5
  result:
@@ -145,7 +146,6 @@ is-IS:
145
146
  progress: Framfarir
146
147
  timeline_entry:
147
148
  fields:
148
- description: Lýsing
149
149
  entry_date: Dagsetning
150
150
  result_m:
151
151
  executed: Framkvæmt
@@ -1,3 +1,4 @@
1
+ ---
1
2
  it:
2
3
  activemodel:
3
4
  attributes:
@@ -158,7 +159,6 @@ it:
158
159
  progress: Avanzamento
159
160
  timeline_entry:
160
161
  fields:
161
- description: Descrizione
162
162
  entry_date: Data
163
163
  result_m:
164
164
  executed: Eseguito
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ja:
2
3
  activemodel:
3
4
  attributes:
@@ -21,6 +22,7 @@ ja:
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: 結果の進捗状況が更新されました
@@ -120,6 +122,14 @@ ja:
120
122
  create: "%{user_name} が結果 %{resource_name} を %{space_name} に作成しました"
121
123
  delete: "%{user_name} が %{resource_name} の結果 %{space_name} を削除しました"
122
124
  update: "%{user_name} の結果 %{resource_name} を %{space_name} に更新しました"
125
+ status:
126
+ create: "%{user_name} が %{resource_name} ステータスを作成しました"
127
+ delete: "%{user_name} が %{resource_name} ステータスを削除しました"
128
+ update: "%{user_name} が %{resource_name} ステータスを更新しました"
129
+ timeline_entry:
130
+ create: "%{user_name} が %{resource_name} タイムラインエントリを作成しました"
131
+ delete: "%{user_name} が %{resource_name} タイムラインエントリを削除しました"
132
+ update: "%{user_name} が %{resource_name} タイムラインエントリを更新しました"
123
133
  value_types:
124
134
  parent_presenter:
125
135
  not_found: '親がデータベース上に見つかりませんでした (ID: %{id})'
@@ -157,8 +167,8 @@ ja:
157
167
  progress: 進捗状況
158
168
  timeline_entry:
159
169
  fields:
160
- description: 説明
161
170
  entry_date: 日付
171
+ title: タイトル
162
172
  result_m:
163
173
  executed: 実行日時
164
174
  view: 表示
@@ -1 +1,2 @@
1
+ ---
1
2
  ko:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  lb:
2
3
  activemodel:
3
4
  attributes:
@@ -158,7 +159,6 @@ lb:
158
159
  progress: Fortschritt
159
160
  timeline_entry:
160
161
  fields:
161
- description: Beschreibung
162
162
  entry_date: Datum
163
163
  result_m:
164
164
  executed: Ausgeführt
@@ -1 +1,264 @@
1
+ ---
1
2
  lt:
3
+ activemodel:
4
+ attributes:
5
+ result:
6
+ decidim_accountability_status_id: Būsena
7
+ decidim_category_id: Kategorija
8
+ decidim_scope_id: Apimtis
9
+ description: Aprašymas
10
+ end_date: Pabaigos data
11
+ progress: Progresas
12
+ project_ids: Įtraukti projektai
13
+ proposals: Įtraukti pasiūlymai
14
+ start_date: Pradžios data
15
+ title: Pavadinimas
16
+ updated_at: Atnaujinta
17
+ status:
18
+ description: Aprašymas
19
+ key: Raktas
20
+ name: Vardas
21
+ progress: Progresas
22
+ timeline_entry:
23
+ description: Aprašymas
24
+ entry_date: Data
25
+ title: Pavadinimas
26
+ models:
27
+ decidim/accountability/proposal_linked_event: Pasiūlymas įtrauktas į rezultatą
28
+ decidim/accountability/result_progress_updated_event: Rezultato progresas atnaujintas
29
+ activerecord:
30
+ models:
31
+ decidim/accountability/result:
32
+ one: Rezultatas
33
+ few: Rezultatai
34
+ many: Rezultatai
35
+ other: Rezultatai
36
+ decidim:
37
+ accountability:
38
+ actions:
39
+ attachment_collections: Aplankai
40
+ attachments: Priedai
41
+ confirm_destroy: Ar tikrai norite pašalinti šį %{name}?
42
+ destroy: Ištrinti
43
+ edit: Redaguoti
44
+ import_csv: Importuoti CSV
45
+ new: Naujas %{name}
46
+ preview: Peržiūra
47
+ timeline_entries: Projekto raida
48
+ title: Veiksmai
49
+ admin:
50
+ exports:
51
+ result_comments: Komentarai
52
+ results: Rezultatai
53
+ import_results:
54
+ new:
55
+ import: Importuoti
56
+ info: "<p>Rekomenduojame atlikti šiuos veiksmus:</p><ol><li>Sukurti norimų pridėti rezultatų būsenas (<a href='%{link_new_status}' target='_blank'>link</a>)</li><li>Sukurti bent vieną rezultatą rankiniu būdu pasinaudojant šia Administratoriaus panele (<a href='%{link_new_result}' target='_blank'>link</a>) prieš spustelint „Importuoti“, kad geriau suprastumėte formatą ir tai, ką turite užpildyti.</li><li>Parsisiųskite eksporto rinkmeną CSV formatu (%{link_export_csv})</li><li>Atlikite pakeitimus lokaliai. Galite pakeisti tik šias CSV skiltis:</li></ol><ul><li><b>category/id:</b> ID, skirtą kategorijai</li><li><b>scope/id:</b> ID, skirtą sričiai</li><li><b>parent/id:</b> pirminio elemento ID (skirtą susijusiems rezultatams). Neprivaloma</li><li><b>title/I18N:</b> Pavadinimas X kalba</li><li><b>description/I18N:</b> Aprašymas X kalba</li><li><b>start_date:</b> data, kada rezultatas pradedamas generuoti (MMMM-MM-DD formatas)</li><li><b>end_date:</b> data, kada rezultatas baigiamas generuoti (MMMM-MM-DD formatas)</li><li><b>status/id:</b> šio rezultato būsenos ID</li><li><b>progress:</b> Įvykdymo procentinė dalis (nuo 0 iki 100)</li><li><b>proposals_ids:</b> susijusių pasiūlymų vidaus ID (atskirta kableliu). Tai automatiškai pakeičiama į <span class='attribute-name'>proposal_url</span></li></ul>"
57
+ link: nuoroda
58
+ title: Importuoti rezultatus iš CSV
59
+ imports:
60
+ create:
61
+ success: Failas pradėtas importuoti. Po kelių minučių gausite e. laišką su importo rezultatu
62
+ models:
63
+ result:
64
+ name: Rezultatas
65
+ status:
66
+ name: Statusas
67
+ timeline_entry:
68
+ name: Laiko juostos įrašas
69
+ results:
70
+ create:
71
+ invalid: Kuriant šį rezultatą iškilo problema
72
+ success: Rezultatas sėkmingai sukurtas
73
+ destroy:
74
+ success: Rezultatas sėkmingai ištrintas
75
+ edit:
76
+ title: Keisti rezultatą
77
+ update: Atnaujinti rezultatą
78
+ index:
79
+ title: Rezultatai
80
+ new:
81
+ create: Sukurti rezultatą
82
+ title: Naujas rezultatas
83
+ update:
84
+ invalid: Atnaujinant šį rezultatą iškilo problema
85
+ success: Rezultatas sėkmingai atnaujintas
86
+ shared:
87
+ subnav:
88
+ statuses: Būsenos
89
+ statuses:
90
+ create:
91
+ invalid: Kuriant šią būseną iškilo problema
92
+ success: Būsena sėkmingai sukurta
93
+ destroy:
94
+ success: Būsena sėkmingai pašalinta
95
+ edit:
96
+ title: Redaguoti būseną
97
+ update: Atnaujinti būseną
98
+ index:
99
+ title: Būsenos
100
+ new:
101
+ create: Sukurti būseną
102
+ title: Nauja būsena
103
+ update:
104
+ invalid: Atnaujinant šią būseną iškilo problema
105
+ success: Būsena sėkmingai atnaujinta
106
+ timeline_entries:
107
+ create:
108
+ invalid: Kuriant šį įrašą iškilo problema
109
+ success: Įrašas sėkmingai sukurtas
110
+ destroy:
111
+ success: Įrašas sėkmingai pašalintas
112
+ edit:
113
+ title: Redaguoti įrašą
114
+ update: Atnaujinti įrašą
115
+ index:
116
+ title: Projekto laiko juostos įrašai
117
+ new:
118
+ create: Sukurti įrašą
119
+ title: Naujas įrašas
120
+ update:
121
+ invalid: Atnaujinant šį įrašą iškilo problema
122
+ success: Įrašas sėkmingai atnaujintas
123
+ admin_log:
124
+ result:
125
+ create: "%{user_name} sukūrė rezultatą %{resource_name} erdvėje %{space_name}"
126
+ delete: "%{user_name} pašalino %{resource_name} rezultatą erdvėje %{space_name}"
127
+ update: "%{user_name} atnaujino rezultatą %{resource_name} erdvėje %{space_name}"
128
+ status:
129
+ create: "%{user_name} sukūrė %{resource_name} būseną"
130
+ delete: "%{user_name} pašalino %{resource_name} būseną"
131
+ update: "%{user_name} atnaujino %{resource_name} būseną"
132
+ timeline_entry:
133
+ create: "%{user_name} sukūrė %{resource_name} laiko juostos įrašą"
134
+ delete: "%{user_name} pašalino %{resource_name} laiko juostos įrašą"
135
+ update: "%{user_name} atnaujino %{resource_name} laiko juostos įrašą"
136
+ value_types:
137
+ parent_presenter:
138
+ not_found: 'Motininis elementas duomenų bazėje nerastas (ID: %{id})'
139
+ content_blocks:
140
+ highlighted_results:
141
+ dates: Datos
142
+ results: Rezultatai
143
+ unspecified: Nenurodyta
144
+ import_mailer:
145
+ import:
146
+ errors: Klaidos
147
+ errors_present: Importuojant rezultatus iškilo problema
148
+ row_number: Eilutė
149
+ subject: Rezultatai sėkmingai importuoti
150
+ success: Rezultatai sėkmingai importuoti. Rezultatus galite peržiūrėti administravimo sąsajoje.
151
+ last_activity:
152
+ new_result_at_html: "<span>Naujas rezultatas %{link}</span>"
153
+ models:
154
+ result:
155
+ fields:
156
+ category: Kategorija
157
+ created_at: Sukurta
158
+ end_date: Pabaigos data
159
+ id: ID
160
+ progress: Progresas
161
+ scope: Apimtis
162
+ start_date: Pradžios data
163
+ status: Statusas
164
+ title: Pavadinimas
165
+ status:
166
+ fields:
167
+ description: Aprašymas
168
+ key: Raktas
169
+ name: Pavadinimas
170
+ progress: Progresas
171
+ timeline_entry:
172
+ fields:
173
+ entry_date: Data
174
+ title: Pavadinimas
175
+ result_m:
176
+ executed: Įvykdyta
177
+ view: Rodymas
178
+ results:
179
+ count:
180
+ results_count:
181
+ one: 1 rezultatas
182
+ few: "%{count} rezultatai"
183
+ many: "%{count} rezultatai"
184
+ other: "%{count} rezultatai"
185
+ filters:
186
+ all: Visi
187
+ scopes: Apimtys
188
+ home:
189
+ categories_label: Kategorijos
190
+ subcategories_label: Subkategorijos
191
+ home_header:
192
+ global_status: Bendra vykdymo būsena
193
+ nav_breadcrumb:
194
+ global: Bendras vykdymas
195
+ search:
196
+ search: Ieškoti veiksmų
197
+ show:
198
+ stats:
199
+ attendees: Dalyviai
200
+ back_to_resource: Grįžti į rezultatą
201
+ comments: Komentarai
202
+ contributions: Indėliai
203
+ last_edited_by: Paskutinį kartą redaguota
204
+ last_updated_at: Paskutinį kartą atnaujinta
205
+ meetings: Susirinkimai
206
+ proposals: Pasiūlymai
207
+ votes: Palaikymai
208
+ timeline:
209
+ title: Projekto raida
210
+ admin:
211
+ filters:
212
+ results:
213
+ category_id_eq:
214
+ label: Kategorija
215
+ scope_id_eq:
216
+ label: Apimtis
217
+ status_id_eq:
218
+ label: Būsena
219
+ components:
220
+ accountability:
221
+ actions:
222
+ comment: Komentaras
223
+ name: Atskaitingumas
224
+ settings:
225
+ global:
226
+ categories_label: '„Kategorijų“ pavadinimas'
227
+ comments_enabled: Įjungti komentarai
228
+ comments_max_length: Maksimalus komentaro ilgis (įrašyti 0 įprastam ilgiui)
229
+ display_progress_enabled: Rodyti progresą
230
+ heading_leaf_level_results: '„Projektų“ pavadinimai'
231
+ heading_parent_level_results: '„Rezultatų“ pavadinimai'
232
+ intro: Įžanga
233
+ scope_id: Apimtis
234
+ scopes_enabled: Apimtys įjungtos
235
+ subcategories_label: '„Subkategorių“ pavadinimai'
236
+ step:
237
+ comments_blocked: Komentarai užblokuoti
238
+ events:
239
+ accountability:
240
+ proposal_linked:
241
+ email_intro: 'Pasiūlymas „%{proposal_title}“ įtrauktas į rezultatą. Jį galite pamatyti šiame puslapyje:'
242
+ email_outro: Šį pranešimą gavote dėl to, kad sekate „%{proposal_title}“. Jeigu nebenorite gauti pranešimų, spustelėkite ankstesnę nuorodą.
243
+ email_subject: '%{proposal_title} atnaujinimas'
244
+ notification_title: Pasiūlymas <a href="%{proposal_path}">%{proposal_title}</a> įtrauktas į <a href="%{resource_path}">%{resource_title}</a> rezultatą.
245
+ result_progress_updated:
246
+ email_intro: 'Rezultatas „%{resource_title}“, kuris apima pasiūlymą „%{proposal_title}“, dabar %{progress}% gautas. Jį galite pamatyti šiame puslapyje:'
247
+ email_outro: Šį pranešimą gavote dėl to, kad sekate „%{proposal_title}“ ir šis pasiūlymas įtrauktas į rezultatą „%{resource_title}“. Jeigu nebenorite gauti pranešimų, spustelėkite ankstesnę nuorodą.
248
+ email_subject: '%{resource_title} eigos atnaujinimas'
249
+ notification_title: Rezultatas <a href="%{resource_path}">%{resource_title}</a>, kuris įtraukia pasiūlymą <a href="%{proposal_path}">%{proposal_title}</a>, dabar %{progress}% gautas.
250
+ metrics:
251
+ results:
252
+ description: Gautų rezultatų skaičius
253
+ object: rezultatai
254
+ title: Rezultatai
255
+ participatory_spaces:
256
+ highlighted_results:
257
+ see_all: Žiūrėti visus rezultatus (%{count})
258
+ resource_links:
259
+ included_projects:
260
+ result_project: Į šį rezultatą įtraukti projektai
261
+ included_proposals:
262
+ result_proposal: Į šį rezultatą įtraukti pasiūlymai
263
+ statistics:
264
+ results_count: Rezultatai
@@ -1,3 +1,4 @@
1
+ ---
1
2
  lv:
2
3
  activemodel:
3
4
  attributes:
@@ -143,7 +144,6 @@ lv:
143
144
  name: Nosaukums
144
145
  timeline_entry:
145
146
  fields:
146
- description: Apraksts
147
147
  entry_date: Datums
148
148
  results:
149
149
  count:
@@ -1 +1,2 @@
1
+ ---
1
2
  mt:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  nl:
2
3
  activemodel:
3
4
  attributes:
@@ -157,7 +158,6 @@ nl:
157
158
  progress: Vooruitgang
158
159
  timeline_entry:
159
160
  fields:
160
- description: Beschrijving
161
161
  entry_date: Datum
162
162
  result_m:
163
163
  executed: Uitgevoerd
@@ -1,3 +1,4 @@
1
+ ---
1
2
  "no":
2
3
  activemodel:
3
4
  attributes:
@@ -158,7 +159,6 @@
158
159
  progress: Framgang
159
160
  timeline_entry:
160
161
  fields:
161
- description: Beskrivelse
162
162
  entry_date: Dato
163
163
  result_m:
164
164
  executed: Utført
@@ -1 +1,2 @@
1
+ ---
1
2
  om:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  pl:
2
3
  activemodel:
3
4
  attributes:
@@ -21,6 +22,7 @@ pl:
21
22
  timeline_entry:
22
23
  description: Opis
23
24
  entry_date: Data
25
+ title: Tytuł
24
26
  models:
25
27
  decidim/accountability/proposal_linked_event: Propozycja zawarta w wyniku
26
28
  decidim/accountability/result_progress_updated_event: Aktualizacja postępu wyników
@@ -123,6 +125,14 @@ pl:
123
125
  create: "%{user_name} utworzył(a) wynik %{resource_name} w %{space_name}"
124
126
  delete: "%{user_name} usunął/usunęła wynik %{resource_name} z %{space_name}"
125
127
  update: "%{user_name} zaktualizował(a) wynik %{resource_name} w %{space_name}"
128
+ status:
129
+ create: "%{user_name} utworzył status %{resource_name}"
130
+ delete: "%{user_name} usunął %{resource_name} status"
131
+ update: "%{user_name} zaktualizował %{resource_name} status"
132
+ timeline_entry:
133
+ create: "%{user_name} utworzył wpis linii czasu %{resource_name}"
134
+ delete: "%{user_name} usunął wpis linii czasu %{resource_name}"
135
+ update: "%{user_name} zaktualizował wpis linii czasu %{resource_name}"
126
136
  value_types:
127
137
  parent_presenter:
128
138
  not_found: 'Nie znaleziono elementu nadrzędnego w bazie danych (ID: %{id})'
@@ -160,8 +170,8 @@ pl:
160
170
  progress: Postęp
161
171
  timeline_entry:
162
172
  fields:
163
- description: Opis
164
173
  entry_date: Data
174
+ title: Tytuł
165
175
  result_m:
166
176
  executed: Wykonane
167
177
  view: Zobacz
@@ -1,4 +1,5 @@
1
- pt-BR:
1
+ ---
2
+ pt:
2
3
  activemodel:
3
4
  attributes:
4
5
  result:
@@ -158,7 +159,6 @@ pt-BR:
158
159
  progress: Progresso
159
160
  timeline_entry:
160
161
  fields:
161
- description: Descrição
162
162
  entry_date: Data
163
163
  result_m:
164
164
  executed: Executado
@@ -1,3 +1,4 @@
1
+ ---
1
2
  pt:
2
3
  activemodel:
3
4
  attributes:
@@ -158,7 +159,6 @@ pt:
158
159
  progress: Progresso
159
160
  timeline_entry:
160
161
  fields:
161
- description: Descrição
162
162
  entry_date: Data
163
163
  result_m:
164
164
  executed: Executado
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ro:
2
3
  activemodel:
3
4
  attributes:
@@ -159,7 +160,6 @@ ro:
159
160
  progress: Progres
160
161
  timeline_entry:
161
162
  fields:
162
- description: Descriere
163
163
  entry_date: Dată
164
164
  result_m:
165
165
  executed: Executat
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ru:
2
3
  activemodel:
3
4
  attributes:
@@ -131,7 +132,6 @@ ru:
131
132
  progress: Продвижение
132
133
  timeline_entry:
133
134
  fields:
134
- description: Описание
135
135
  entry_date: Дата
136
136
  results:
137
137
  count:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  si:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  sk:
2
3
  activemodel:
3
4
  attributes:
@@ -152,7 +153,6 @@ sk:
152
153
  progress: Postup
153
154
  timeline_entry:
154
155
  fields:
155
- description: Popis
156
156
  entry_date: Dátum
157
157
  result_m:
158
158
  view: Zobraziť
@@ -1,3 +1,4 @@
1
+ ---
1
2
  sl:
2
3
  activemodel:
3
4
  attributes:
@@ -97,7 +98,6 @@ sl:
97
98
  progress: Napredek
98
99
  timeline_entry:
99
100
  fields:
100
- description: Opis
101
101
  entry_date: Datum
102
102
  results:
103
103
  filters:
@@ -1 +1,2 @@
1
+ ---
1
2
  so:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  sr:
2
3
  activemodel:
3
4
  attributes:
@@ -130,7 +131,6 @@ sr:
130
131
  progress: Napredak
131
132
  timeline_entry:
132
133
  fields:
133
- description: Opis
134
134
  entry_date: Datum
135
135
  results:
136
136
  count:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  sv:
2
3
  activemodel:
3
4
  attributes:
@@ -21,6 +22,7 @@ sv:
21
22
  timeline_entry:
22
23
  description: Beskrivning
23
24
  entry_date: Datum
25
+ title: Titel
24
26
  models:
25
27
  decidim/accountability/proposal_linked_event: Förslag som ingår i ett resultat
26
28
  decidim/accountability/result_progress_updated_event: Uppdaterat resultatutvecklingen
@@ -158,8 +160,8 @@ sv:
158
160
  progress: Behandling
159
161
  timeline_entry:
160
162
  fields:
161
- description: Beskrivning
162
163
  entry_date: Datum
164
+ title: Titel
163
165
  result_m:
164
166
  executed: Utfört
165
167
  view: Visa