decidim-accountability 0.27.6 → 0.27.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/events/decidim/accountability/base_result_event.rb +4 -0
- data/config/locales/pl.yml +21 -0
- data/config/locales/th-TH.yml +140 -0
- data/lib/decidim/accountability/version.rb +1 -1
- metadata +24 -24
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 836b316836dfba957c625640cd75fd318e780be94398a718eb7e019b8128d826
|
4
|
+
data.tar.gz: a0a7e186b2a72f1475ecd1f890912cc24c88dbe914ba482e5d8cf747f2a103cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 07fd094ed743dd16f4368d932c6e24606ea35e57e087bac879fb267e9ba94ea54f19df23904cd2641f4757c524b3eb4a6546c8274b7d5c770897996faaef54ba
|
7
|
+
data.tar.gz: 453aee59d79d6debdd0a8157e756be153115cb2492ed707bbd9838073b327529feb0af6ed75f5dc0e31ad5339d7e16d7b1439c13d203f7f8d24797fa6fcacb6f
|
@@ -20,6 +20,10 @@ module Decidim
|
|
20
20
|
def proposal
|
21
21
|
@proposal ||= resource.linked_resources(:proposals, "included_proposals").find_by(id: extra[:proposal_id])
|
22
22
|
end
|
23
|
+
|
24
|
+
def hidden_resource?
|
25
|
+
super || (proposal.respond_to?(:hidden?) && proposal.hidden?)
|
26
|
+
end
|
23
27
|
end
|
24
28
|
end
|
25
29
|
end
|
data/config/locales/pl.yml
CHANGED
@@ -54,6 +54,27 @@ pl:
|
|
54
54
|
new:
|
55
55
|
download_export: Pobierz Eksport w formacie CSV
|
56
56
|
import: Importuj
|
57
|
+
info: |
|
58
|
+
<p>Rekomendujemy podjęcie następujących kroków:</p>
|
59
|
+
<ol>
|
60
|
+
<li><a href='%{link_new_status}' target='_blank'>Utwórz statusy dla wyników</a>, które chcesz dodać</li>
|
61
|
+
<li><a href='%{link_new_result}' target='_blank'>Utwórz przynajmniej jeden wynik ręcznie</a> przez portal administratora przed użyciem importu w celu lepszego zrozumienia formatu i tego, co będzie trzeba uzupełnić.</li>
|
62
|
+
<li>%{link_export_csv}</li>
|
63
|
+
<li>Dokonaj zmian lokalnie. Możesz tylko zmienić następujące kolumny pliku CSV::
|
64
|
+
<ul>
|
65
|
+
<li><b>category/id:</b> ID kategorii</li>
|
66
|
+
<li><b>scope/id:</b> ID zakresu</li>
|
67
|
+
<li><b>parent/id:</b> ID rodzica (dla powiązanych wyników). Opcjonalne</li>
|
68
|
+
<li><b>title/en:</b> Tytuł po angielsku. Będzie zależał od wyboru języka platformy w konfiguracji.</li>
|
69
|
+
<li><b>description/en:</b> Opis po angielsku. Będzie zależał od wyboru języka platformy w konfiguracji.</li>
|
70
|
+
<li><b>start_date:</b> data rozpoczęcia wykonania wyniku (format YYYY-MM-DD)</li>
|
71
|
+
<li><b>end_date:</b> data zakończenia wykonania wyniku (format YYYY-MM-DD)</li>
|
72
|
+
<li><b>status/id:</b> ID statusu dla tego wyniku</li>
|
73
|
+
<li><b>progress:</b> Postęp wykonania w procentach (od 0 do 100)</li>
|
74
|
+
<li><b>proposals_ids:</b> wewnętrzne ID powiązanych propozycji (oddzielone przecinkiem). Jest automatycznie konwertowane do <span class='attribute-name'>proposal_url</span></li>
|
75
|
+
</ul>
|
76
|
+
</li>
|
77
|
+
</ol>
|
57
78
|
title: Importuj wyniki z CSV
|
58
79
|
imports:
|
59
80
|
create:
|
data/config/locales/th-TH.yml
CHANGED
@@ -1 +1,141 @@
|
|
1
|
+
---
|
1
2
|
th:
|
3
|
+
activemodel:
|
4
|
+
attributes:
|
5
|
+
result:
|
6
|
+
decidim_accountability_status_id: สถานะ
|
7
|
+
decidim_category_id: หมวดหมู่
|
8
|
+
decidim_scope_id: ขอบเขต
|
9
|
+
description: คำอธิบาย
|
10
|
+
end_date: วันสิ้นสุด
|
11
|
+
progress: ความคืบหน้า
|
12
|
+
project_ids: รวมโครงการ
|
13
|
+
proposals: รวมข้อเสนอ
|
14
|
+
start_date: วันที่เริ่มต้น
|
15
|
+
title: ชื่อ
|
16
|
+
updated_at: อัปเดตที่
|
17
|
+
status:
|
18
|
+
description: คำอธิบาย
|
19
|
+
key: สำคัญ
|
20
|
+
name: ชื่อ
|
21
|
+
progress: ความคืบหน้า
|
22
|
+
timeline_entry:
|
23
|
+
description: คำอธิบาย
|
24
|
+
entry_date: วันที่
|
25
|
+
title: ชื่อ
|
26
|
+
models:
|
27
|
+
decidim/accountability/proposal_linked_event: ข้อเสนอที่รวมอยู่ในผลลัพธ์
|
28
|
+
decidim/accountability/result_progress_updated_event: อัปเดตความคืบหน้าของผลลัพธ์แล้ว
|
29
|
+
activerecord:
|
30
|
+
models:
|
31
|
+
decidim/accountability/result:
|
32
|
+
other: ผลลัพธ์
|
33
|
+
decidim:
|
34
|
+
accountability:
|
35
|
+
actions:
|
36
|
+
attachment_collections: โฟลเดอร์
|
37
|
+
attachments: ไฟล์แนบ
|
38
|
+
confirm_destroy: คุณแน่ใจหรือไม่ว่าต้องการลบ %{name} นี้
|
39
|
+
destroy: ลบ
|
40
|
+
edit: แก้ไข
|
41
|
+
preview: ดูตัวอย่าง
|
42
|
+
timeline_entries: วิวัฒนาการของโครงการ
|
43
|
+
title: การดำเนินการ
|
44
|
+
admin:
|
45
|
+
exports:
|
46
|
+
result_comments: ความคิดเห็น
|
47
|
+
results: ผลลัพธ์
|
48
|
+
import_results:
|
49
|
+
new:
|
50
|
+
download_export: ดาวน์โหลดการส่งออกด้วยรูปแบบ CSV
|
51
|
+
import: นำเข้า
|
52
|
+
models:
|
53
|
+
result:
|
54
|
+
name: ผลลัพธ์
|
55
|
+
status:
|
56
|
+
name: สถานะ
|
57
|
+
results:
|
58
|
+
edit:
|
59
|
+
title: แก้ไขผลลัพธ์
|
60
|
+
update: อัพเดทผลครับ
|
61
|
+
index:
|
62
|
+
title: ผลลัพธ์
|
63
|
+
new:
|
64
|
+
create: สร้างผลลัพธ์
|
65
|
+
title: ผลลัพธ์ใหม่
|
66
|
+
shared:
|
67
|
+
subnav:
|
68
|
+
statuses: สถานะ
|
69
|
+
statuses:
|
70
|
+
edit:
|
71
|
+
title: แก้ไขสถานะ
|
72
|
+
update: อัพเดตสถานะ
|
73
|
+
index:
|
74
|
+
title: สถานะ
|
75
|
+
new:
|
76
|
+
create: Create status
|
77
|
+
title: สถานะใหม่
|
78
|
+
results:
|
79
|
+
home:
|
80
|
+
categories_label: หมวดหมู่
|
81
|
+
subcategories_label: หมวดหมู่ย่อย
|
82
|
+
home_header:
|
83
|
+
global_status: สถานะการดำเนินการทั่วโลก
|
84
|
+
nav_breadcrumb:
|
85
|
+
global: การดำเนินการระดับโลก
|
86
|
+
search:
|
87
|
+
search: ค้นหาการกระทำ
|
88
|
+
show:
|
89
|
+
stats:
|
90
|
+
back_to_resource: กลับไปหาผลลัพธ์
|
91
|
+
comments: ความคิดเห็น
|
92
|
+
timeline:
|
93
|
+
title: วิวัฒนาการของโครงการ
|
94
|
+
admin:
|
95
|
+
filters:
|
96
|
+
results:
|
97
|
+
category_id_eq:
|
98
|
+
label: หมวดหมู่
|
99
|
+
scope_id_eq:
|
100
|
+
label: ขอบเขต
|
101
|
+
status_id_eq:
|
102
|
+
label: สถานะ
|
103
|
+
components:
|
104
|
+
accountability:
|
105
|
+
actions:
|
106
|
+
comment: ความคิดเห็น
|
107
|
+
name: ความรับผิดชอบ
|
108
|
+
settings:
|
109
|
+
global:
|
110
|
+
comments_enabled: เปิดใช้งานความคิดเห็นแล้ว
|
111
|
+
comments_max_length: ความคิดเห็นความยาวสูงสุด (ปล่อยให้ 0 เป็นค่าเริ่มต้น)
|
112
|
+
display_progress_enabled: แสดงความคืบหน้า
|
113
|
+
intro: คำแนะนำ
|
114
|
+
scope_id: ขอบเขต
|
115
|
+
scopes_enabled: เปิดใช้งานขอบเขตแล้ว
|
116
|
+
step:
|
117
|
+
comments_blocked: ความคิดเห็นถูกบล็อก
|
118
|
+
events:
|
119
|
+
accountability:
|
120
|
+
proposal_linked:
|
121
|
+
email_intro: 'ข้อเสนอ "%{proposal_title}" ถูกรวมไว้ในผลลัพธ์แล้ว คุณสามารถดูได้จากหน้านี้:'
|
122
|
+
email_outro: คุณได้รับการแจ้งเตือนนี้เนื่องจากคุณกำลังติดตาม "%{proposal_title}" คุณสามารถหยุดรับการแจ้งเตือนได้ตามลิงก์ก่อนหน้า
|
123
|
+
email_subject: การอัปเดตเป็น %{proposal_title}
|
124
|
+
notification_title: ข้อเสนอ <a href="%{proposal_path}">%{proposal_title}</a> ถูกรวมไว้ในผลลัพธ์ <a href="%{resource_path}">%{resource_title}</a> แล้ว
|
125
|
+
result_progress_updated:
|
126
|
+
email_intro: 'ผลลัพธ์ "%{resource_title}" ซึ่งรวมถึงข้อเสนอ "%{proposal_title}" ขณะนี้เสร็จสมบูรณ์แล้ว %{progress}% คุณสามารถดูได้จากหน้านี้:'
|
127
|
+
email_outro: คุณได้รับการแจ้งเตือนนี้เนื่องจากคุณกำลังติดตาม "%{proposal_title}" และข้อเสนอนี้รวมอยู่ในผลลัพธ์ "%{resource_title}" คุณสามารถหยุดรับการแจ้งเตือนได้ตามลิงก์ก่อนหน้า
|
128
|
+
email_subject: การอัปเดตความคืบหน้าของ %{resource_title}
|
129
|
+
notification_title: ผลลัพธ์ <a href="%{resource_path}">%{resource_title}</a> ซึ่งรวมถึงข้อเสนอ <a href="%{proposal_path}">%{proposal_title}</a> อยู่ในขณะนี้ %{ ความคืบหน้า}% เสร็จสมบูรณ์
|
130
|
+
metrics:
|
131
|
+
results:
|
132
|
+
description: จำนวนผลลัพธ์ที่สร้างขึ้น
|
133
|
+
object: ผลลัพธ์
|
134
|
+
title: ผลลัพธ์
|
135
|
+
resource_links:
|
136
|
+
included_projects:
|
137
|
+
result_project: โครงการที่รวมอยู่ในผลลัพธ์นี้
|
138
|
+
included_proposals:
|
139
|
+
result_proposal: โครงการที่รวมอยู่ในผลลัพธ์นี้
|
140
|
+
statistics:
|
141
|
+
results_count: ผลลัพธ์
|
metadata
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-accountability
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.27.
|
4
|
+
version: 0.27.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josep Jaume Rey Peroy
|
8
8
|
- Marc Riera Casals
|
9
9
|
- Oriol Gual Oliva
|
10
|
-
autorequire:
|
10
|
+
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2024-
|
13
|
+
date: 2024-07-16 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: decidim-comments
|
@@ -18,126 +18,126 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - '='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 0.27.
|
21
|
+
version: 0.27.7
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
25
|
requirements:
|
26
26
|
- - '='
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
version: 0.27.
|
28
|
+
version: 0.27.7
|
29
29
|
- !ruby/object:Gem::Dependency
|
30
30
|
name: decidim-core
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
32
32
|
requirements:
|
33
33
|
- - '='
|
34
34
|
- !ruby/object:Gem::Version
|
35
|
-
version: 0.27.
|
35
|
+
version: 0.27.7
|
36
36
|
type: :runtime
|
37
37
|
prerelease: false
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
39
39
|
requirements:
|
40
40
|
- - '='
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: 0.27.
|
42
|
+
version: 0.27.7
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: decidim-admin
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
46
46
|
requirements:
|
47
47
|
- - '='
|
48
48
|
- !ruby/object:Gem::Version
|
49
|
-
version: 0.27.
|
49
|
+
version: 0.27.7
|
50
50
|
type: :development
|
51
51
|
prerelease: false
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
53
53
|
requirements:
|
54
54
|
- - '='
|
55
55
|
- !ruby/object:Gem::Version
|
56
|
-
version: 0.27.
|
56
|
+
version: 0.27.7
|
57
57
|
- !ruby/object:Gem::Dependency
|
58
58
|
name: decidim-assemblies
|
59
59
|
requirement: !ruby/object:Gem::Requirement
|
60
60
|
requirements:
|
61
61
|
- - '='
|
62
62
|
- !ruby/object:Gem::Version
|
63
|
-
version: 0.27.
|
63
|
+
version: 0.27.7
|
64
64
|
type: :development
|
65
65
|
prerelease: false
|
66
66
|
version_requirements: !ruby/object:Gem::Requirement
|
67
67
|
requirements:
|
68
68
|
- - '='
|
69
69
|
- !ruby/object:Gem::Version
|
70
|
-
version: 0.27.
|
70
|
+
version: 0.27.7
|
71
71
|
- !ruby/object:Gem::Dependency
|
72
72
|
name: decidim-comments
|
73
73
|
requirement: !ruby/object:Gem::Requirement
|
74
74
|
requirements:
|
75
75
|
- - '='
|
76
76
|
- !ruby/object:Gem::Version
|
77
|
-
version: 0.27.
|
77
|
+
version: 0.27.7
|
78
78
|
type: :development
|
79
79
|
prerelease: false
|
80
80
|
version_requirements: !ruby/object:Gem::Requirement
|
81
81
|
requirements:
|
82
82
|
- - '='
|
83
83
|
- !ruby/object:Gem::Version
|
84
|
-
version: 0.27.
|
84
|
+
version: 0.27.7
|
85
85
|
- !ruby/object:Gem::Dependency
|
86
86
|
name: decidim-dev
|
87
87
|
requirement: !ruby/object:Gem::Requirement
|
88
88
|
requirements:
|
89
89
|
- - '='
|
90
90
|
- !ruby/object:Gem::Version
|
91
|
-
version: 0.27.
|
91
|
+
version: 0.27.7
|
92
92
|
type: :development
|
93
93
|
prerelease: false
|
94
94
|
version_requirements: !ruby/object:Gem::Requirement
|
95
95
|
requirements:
|
96
96
|
- - '='
|
97
97
|
- !ruby/object:Gem::Version
|
98
|
-
version: 0.27.
|
98
|
+
version: 0.27.7
|
99
99
|
- !ruby/object:Gem::Dependency
|
100
100
|
name: decidim-meetings
|
101
101
|
requirement: !ruby/object:Gem::Requirement
|
102
102
|
requirements:
|
103
103
|
- - '='
|
104
104
|
- !ruby/object:Gem::Version
|
105
|
-
version: 0.27.
|
105
|
+
version: 0.27.7
|
106
106
|
type: :development
|
107
107
|
prerelease: false
|
108
108
|
version_requirements: !ruby/object:Gem::Requirement
|
109
109
|
requirements:
|
110
110
|
- - '='
|
111
111
|
- !ruby/object:Gem::Version
|
112
|
-
version: 0.27.
|
112
|
+
version: 0.27.7
|
113
113
|
- !ruby/object:Gem::Dependency
|
114
114
|
name: decidim-participatory_processes
|
115
115
|
requirement: !ruby/object:Gem::Requirement
|
116
116
|
requirements:
|
117
117
|
- - '='
|
118
118
|
- !ruby/object:Gem::Version
|
119
|
-
version: 0.27.
|
119
|
+
version: 0.27.7
|
120
120
|
type: :development
|
121
121
|
prerelease: false
|
122
122
|
version_requirements: !ruby/object:Gem::Requirement
|
123
123
|
requirements:
|
124
124
|
- - '='
|
125
125
|
- !ruby/object:Gem::Version
|
126
|
-
version: 0.27.
|
126
|
+
version: 0.27.7
|
127
127
|
- !ruby/object:Gem::Dependency
|
128
128
|
name: decidim-proposals
|
129
129
|
requirement: !ruby/object:Gem::Requirement
|
130
130
|
requirements:
|
131
131
|
- - '='
|
132
132
|
- !ruby/object:Gem::Version
|
133
|
-
version: 0.27.
|
133
|
+
version: 0.27.7
|
134
134
|
type: :development
|
135
135
|
prerelease: false
|
136
136
|
version_requirements: !ruby/object:Gem::Requirement
|
137
137
|
requirements:
|
138
138
|
- - '='
|
139
139
|
- !ruby/object:Gem::Version
|
140
|
-
version: 0.27.
|
140
|
+
version: 0.27.7
|
141
141
|
description: An accountability component for decidim's participatory spaces.
|
142
142
|
email:
|
143
143
|
- josepjaume@gmail.com
|
@@ -371,7 +371,7 @@ homepage: https://github.com/decidim/decidim
|
|
371
371
|
licenses:
|
372
372
|
- AGPL-3.0
|
373
373
|
metadata: {}
|
374
|
-
post_install_message:
|
374
|
+
post_install_message:
|
375
375
|
rdoc_options: []
|
376
376
|
require_paths:
|
377
377
|
- lib
|
@@ -386,8 +386,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
386
386
|
- !ruby/object:Gem::Version
|
387
387
|
version: '0'
|
388
388
|
requirements: []
|
389
|
-
rubygems_version: 3.
|
390
|
-
signing_key:
|
389
|
+
rubygems_version: 3.5.14
|
390
|
+
signing_key:
|
391
391
|
specification_version: 4
|
392
392
|
summary: Decidim accountability module
|
393
393
|
test_files: []
|