decidim-accountability 0.27.4 → 0.27.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/accountability/highlighted_results_for_component/show.erb +1 -1
- data/app/events/decidim/accountability/base_result_event.rb +25 -0
- data/app/events/decidim/accountability/proposal_linked_event.rb +1 -18
- data/app/events/decidim/accountability/result_progress_updated_event.rb +2 -18
- data/app/views/decidim/accountability/results/_home_header.html.erb +1 -1
- data/app/views/decidim/accountability/results/_show_leaf.html.erb +1 -1
- data/app/views/decidim/accountability/results/_timeline.html.erb +1 -1
- data/app/views/decidim/participatory_spaces/_result.html.erb +2 -2
- data/config/locales/ar.yml +1 -1
- data/config/locales/bg.yml +61 -1
- data/config/locales/ca.yml +1 -1
- data/config/locales/da.yml +0 -1
- data/config/locales/de.yml +1 -1
- data/config/locales/es.yml +2 -2
- data/config/locales/eu.yml +24 -24
- data/config/locales/he-IL.yml +219 -0
- data/config/locales/id-ID.yml +0 -1
- data/config/locales/it.yml +2 -0
- data/config/locales/ja.yml +1 -1
- data/config/locales/kaa.yml +26 -0
- data/config/locales/ko.yml +188 -0
- data/config/locales/lb.yml +1 -1
- data/config/locales/lt.yml +22 -0
- data/config/locales/lv.yml +0 -1
- data/config/locales/no.yml +8 -8
- data/config/locales/pt-BR.yml +21 -0
- data/config/locales/pt.yml +1 -0
- data/config/locales/ro-RO.yml +23 -21
- data/config/locales/ru.yml +0 -1
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +0 -1
- data/config/locales/sq-AL.yml +222 -0
- data/config/locales/sr-CS.yml +0 -1
- data/config/locales/th-TH.yml +1 -0
- data/config/locales/tr-TR.yml +13 -0
- data/config/locales/uk.yml +0 -1
- data/config/locales/zh-CN.yml +0 -1
- data/decidim-accountability.gemspec +38 -0
- data/lib/decidim/accountability/component.rb +1 -1
- data/lib/decidim/accountability/test/factories.rb +29 -17
- data/lib/decidim/accountability/version.rb +1 -1
- data/lib/decidim/api/result_type.rb +0 -1
- metadata +30 -26
- data/config/environment.rb +0 -0
@@ -0,0 +1,219 @@
|
|
1
|
+
---
|
2
|
+
he:
|
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
|
+
one: תוצאה
|
33
|
+
two: תוצאות
|
34
|
+
many: תוצאות
|
35
|
+
other: תוצאות
|
36
|
+
decidim:
|
37
|
+
accountability:
|
38
|
+
actions:
|
39
|
+
attachment_collections: תיקיות
|
40
|
+
attachments: צרופות
|
41
|
+
confirm_destroy: האם את/ה בטוח/ה שברצונך למחוק את {name}?
|
42
|
+
destroy: מחיקה
|
43
|
+
edit: עריכה
|
44
|
+
preview: תצוגה מקדימה
|
45
|
+
timeline_entries: אבולוציה של הפרויקט
|
46
|
+
title: פעולות
|
47
|
+
admin:
|
48
|
+
exports:
|
49
|
+
result_comments: תגובות
|
50
|
+
results: תוצאות
|
51
|
+
import_results:
|
52
|
+
new:
|
53
|
+
download_export: להורדת הייצוא כקובץ CSV
|
54
|
+
import: ייבוא
|
55
|
+
models:
|
56
|
+
result:
|
57
|
+
name: תוצאה
|
58
|
+
status:
|
59
|
+
name: סטטוס
|
60
|
+
results:
|
61
|
+
edit:
|
62
|
+
title: עריכת תוצאה
|
63
|
+
update: עדכון תוצאה
|
64
|
+
index:
|
65
|
+
title: תוצאות
|
66
|
+
new:
|
67
|
+
create: יצירת תוצאה
|
68
|
+
title: תוצאה חדשה
|
69
|
+
shared:
|
70
|
+
subnav:
|
71
|
+
statuses: סטטוסים
|
72
|
+
statuses:
|
73
|
+
edit:
|
74
|
+
title: עריכת סטטוס
|
75
|
+
update: עדכון סטטוס
|
76
|
+
index:
|
77
|
+
title: סטטוסים
|
78
|
+
new:
|
79
|
+
create: יצירת סטטוס
|
80
|
+
title: סטטוס חדש
|
81
|
+
timeline_entries:
|
82
|
+
edit:
|
83
|
+
title: עריכת רשומה
|
84
|
+
update: עדכן רשומה
|
85
|
+
index:
|
86
|
+
title: ערכי ציר הזמן של הפרויקט
|
87
|
+
new:
|
88
|
+
create: יצירת רשומה
|
89
|
+
title: רשומה חדשה
|
90
|
+
admin_log:
|
91
|
+
result:
|
92
|
+
create: "%{user_name} תוצאה נוצרה %{resource_name} ב %{space_name}"
|
93
|
+
delete: "%{user_name} מחק.ה את %{resource_name} התוצאה ב %{space_name}"
|
94
|
+
update: "%{user_name} עדכן.ה תוצאה %{resource_name} ב %{space_name}"
|
95
|
+
status:
|
96
|
+
create: "%{user_name} יצר.ה את %{resource_name} הסטטוס"
|
97
|
+
delete: "%{user_name} מחק.ה את %{resource_name} הסטטוס"
|
98
|
+
update: "%{user_name} עדכנ.ה את %{resource_name} הסטטוס"
|
99
|
+
timeline_entry:
|
100
|
+
create: "%{user_name} יצר את הערך של ציר הזמן %{resource_name}"
|
101
|
+
delete: "%{user_name} מחק את הערך של ציר הזמן %{resource_name}"
|
102
|
+
update: "%{user_name} יצר את הערך של ציר הזמן %{resource_name}"
|
103
|
+
value_types:
|
104
|
+
parent_presenter:
|
105
|
+
not_found: 'ההורה לא נמצא במסד הנתונים (מזהה: %{id})'
|
106
|
+
content_blocks:
|
107
|
+
highlighted_results:
|
108
|
+
results: תוצאות
|
109
|
+
import_mailer:
|
110
|
+
import:
|
111
|
+
errors: שגיאות
|
112
|
+
row_number: שורה
|
113
|
+
subject: ייבוא מוצלח של תוצאות
|
114
|
+
success: ייבוא מוצלח של תוצאות. ניתן לעיין בתוצאות בממשק הניהול.
|
115
|
+
models:
|
116
|
+
result:
|
117
|
+
fields:
|
118
|
+
category: קטגוריה
|
119
|
+
created_at: נוצר
|
120
|
+
end_date: תאריך סיום
|
121
|
+
id: מספר מזהה
|
122
|
+
progress: התקדמות
|
123
|
+
scope: היקף
|
124
|
+
start_date: תאריך התחלה
|
125
|
+
status: סטטוס
|
126
|
+
title: כותרת
|
127
|
+
status:
|
128
|
+
fields:
|
129
|
+
description: תיאור
|
130
|
+
key: מפתח
|
131
|
+
name: שם
|
132
|
+
progress: התקדמות
|
133
|
+
timeline_entry:
|
134
|
+
fields:
|
135
|
+
entry_date: תאריך
|
136
|
+
title: כותרת
|
137
|
+
results:
|
138
|
+
count:
|
139
|
+
results_count:
|
140
|
+
one: תוצאה אחת
|
141
|
+
two: "שתי תוצאות"
|
142
|
+
many: "%{count} תוצאות"
|
143
|
+
other: "%{count} תוצאות"
|
144
|
+
filters:
|
145
|
+
all: הכל
|
146
|
+
home:
|
147
|
+
categories_label: קטגוריות
|
148
|
+
subcategories_label: תתי קטגוריות
|
149
|
+
home_header:
|
150
|
+
global_status: סטטוס ביצוע גלובלי
|
151
|
+
nav_breadcrumb:
|
152
|
+
global: ביצוע גלובלי
|
153
|
+
search:
|
154
|
+
search: חיפוש פעולה
|
155
|
+
show:
|
156
|
+
stats:
|
157
|
+
attendees: משתתפים.ות
|
158
|
+
back_to_resource: בחזרה לתוצאות
|
159
|
+
comments: תגובות
|
160
|
+
contributions: תרומות
|
161
|
+
last_edited_by: נערך לאחרונה על-ידי
|
162
|
+
last_updated_at: עודכן לאחרונה ב
|
163
|
+
meetings: פגישות
|
164
|
+
proposals: הצעות
|
165
|
+
votes: תמיכה
|
166
|
+
timeline:
|
167
|
+
title: אבולוציה של הפרויקט
|
168
|
+
admin:
|
169
|
+
filters:
|
170
|
+
results:
|
171
|
+
category_id_eq:
|
172
|
+
label: קטגוריה
|
173
|
+
scope_id_eq:
|
174
|
+
label: היקף
|
175
|
+
status_id_eq:
|
176
|
+
label: סטטוס
|
177
|
+
components:
|
178
|
+
accountability:
|
179
|
+
actions:
|
180
|
+
comment: תגובה
|
181
|
+
name: אחריותיות
|
182
|
+
settings:
|
183
|
+
global:
|
184
|
+
categories_label: שם ל"קטגוריות"
|
185
|
+
comments_enabled: איפשור תגובות
|
186
|
+
comments_max_length: אורך מקסימלי להערות (השאירו 0 לערך ברירת המחדל)
|
187
|
+
display_progress_enabled: הצגת התקדמות
|
188
|
+
heading_leaf_level_results: שם ל"פרויקטים"
|
189
|
+
heading_parent_level_results: שם ל"תוצאות"
|
190
|
+
intro: הקדמה
|
191
|
+
scope_id: היקף
|
192
|
+
scopes_enabled: היקפים מאופשרים
|
193
|
+
subcategories_label: שם ל"תתי קטוגריות"
|
194
|
+
step:
|
195
|
+
comments_blocked: תגובות חסומות
|
196
|
+
events:
|
197
|
+
accountability:
|
198
|
+
proposal_linked:
|
199
|
+
email_intro: 'ההצעה "%{proposal_title}" נכללה בתוצאה. ניתן לראות אותה מהעמוד הזה:'
|
200
|
+
email_outro: קיבלת הודעה זו מכיוון שאת.ה עוקב.ת אחר "%{proposal_title}". ניתן להפסיק לקבל התראות באמצעות הקישור הקודם.
|
201
|
+
email_subject: עדכון ל-%{proposal_title}
|
202
|
+
notification_title: ההצעה <a href="%{proposal_path}">%{proposal_title}</a> נכללה בתוצאת <a href="%{resource_path}">%{resource_title}</a>.
|
203
|
+
result_progress_updated:
|
204
|
+
email_intro: 'התוצאה "%{resource_title}", הכוללת את ההצעה "%{proposal_title}", הושלמה כעת %{progress}%. ניתן לראות את זה מהעמוד הזה:'
|
205
|
+
email_outro: קיבלת הודעה זו מכיוון שאת.ה עוקב.ת אחר "%{proposal_title}", וההצעה הזו כלולה בתוצאה "%{resource_title}". ניתן להפסיק לקבל התראות באמצעות הקישור הקודם.
|
206
|
+
email_subject: עדכון ל-%{resource_title} התקדמות
|
207
|
+
notification_title: התוצאה <a href="%{resource_path}">%{resource_title}</a>, הכוללת את ההצעה <a href="%{proposal_path}">%{proposal_title}</a>, היא כעת %{ התקדמות}% הושלמה.
|
208
|
+
metrics:
|
209
|
+
results:
|
210
|
+
description: מספר התוצאות שנוצרו
|
211
|
+
object: תוצאות
|
212
|
+
title: תוצאות
|
213
|
+
resource_links:
|
214
|
+
included_projects:
|
215
|
+
result_project: פרויקטים כלולים בתוצאה זו
|
216
|
+
included_proposals:
|
217
|
+
result_proposal: הצעות כלולות בתוצאה זו
|
218
|
+
statistics:
|
219
|
+
results_count: תוצאות
|
data/config/locales/id-ID.yml
CHANGED
data/config/locales/it.yml
CHANGED
@@ -22,6 +22,7 @@ it:
|
|
22
22
|
timeline_entry:
|
23
23
|
description: Descrizione
|
24
24
|
entry_date: Data
|
25
|
+
title: Titolo
|
25
26
|
models:
|
26
27
|
decidim/accountability/proposal_linked_event: Proposta inclusa in un risultato
|
27
28
|
decidim/accountability/result_progress_updated_event: Avanzamento dei risultati aggiornato
|
@@ -158,6 +159,7 @@ it:
|
|
158
159
|
timeline_entry:
|
159
160
|
fields:
|
160
161
|
entry_date: Data
|
162
|
+
title: Titolo
|
161
163
|
result_m:
|
162
164
|
executed: Eseguito
|
163
165
|
view: Visualizza
|
data/config/locales/ja.yml
CHANGED
data/config/locales/kaa.yml
CHANGED
@@ -5,6 +5,10 @@ kaa:
|
|
5
5
|
result:
|
6
6
|
decidim_accountability_status_id: Jaǵday
|
7
7
|
decidim_category_id: Kategoriya
|
8
|
+
status:
|
9
|
+
name: Ataması
|
10
|
+
timeline_entry:
|
11
|
+
entry_date: Sáne
|
8
12
|
activerecord:
|
9
13
|
models:
|
10
14
|
decidim/accountability/result:
|
@@ -30,10 +34,25 @@ kaa:
|
|
30
34
|
status:
|
31
35
|
name: Jaǵday
|
32
36
|
results:
|
37
|
+
edit:
|
38
|
+
title: Nátiyjeni ózgertiw
|
39
|
+
update: Nátiyjeni jańalaw
|
33
40
|
index:
|
34
41
|
title: Nátiyjeler
|
42
|
+
new:
|
43
|
+
create: Nátiyje jaratıw
|
44
|
+
title: Jańa nátiyje
|
45
|
+
shared:
|
46
|
+
subnav:
|
47
|
+
statuses: Jaǵdaylar
|
35
48
|
statuses:
|
49
|
+
edit:
|
50
|
+
title: Jaǵdaydı ózgertiw
|
51
|
+
update: Jaǵdaydı jańalaw
|
52
|
+
index:
|
53
|
+
title: Jaǵdaylar
|
36
54
|
new:
|
55
|
+
create: Jaǵday jaratıw
|
37
56
|
title: Jańa jaǵday
|
38
57
|
content_blocks:
|
39
58
|
highlighted_results:
|
@@ -51,6 +70,13 @@ kaa:
|
|
51
70
|
timeline_entry:
|
52
71
|
fields:
|
53
72
|
entry_date: Sáne
|
73
|
+
results:
|
74
|
+
count:
|
75
|
+
results_count:
|
76
|
+
one: 1 nátiyje
|
77
|
+
other: "%{count} nátiyje"
|
78
|
+
home:
|
79
|
+
categories_label: Kategoriyalar
|
54
80
|
admin:
|
55
81
|
filters:
|
56
82
|
results:
|
data/config/locales/ko.yml
CHANGED
@@ -1 +1,189 @@
|
|
1
|
+
---
|
1
2
|
ko:
|
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
|
+
title: 작업
|
43
|
+
admin:
|
44
|
+
exports:
|
45
|
+
result_comments: 댓글
|
46
|
+
results: 결과
|
47
|
+
import_results:
|
48
|
+
new:
|
49
|
+
download_export: CSV 포맷으로 다운로드
|
50
|
+
import: 가져오기
|
51
|
+
models:
|
52
|
+
result:
|
53
|
+
name: 결과
|
54
|
+
status:
|
55
|
+
name: 상태
|
56
|
+
results:
|
57
|
+
edit:
|
58
|
+
title: 결과 수정
|
59
|
+
update: 결과 업데이트
|
60
|
+
index:
|
61
|
+
title: 결과
|
62
|
+
new:
|
63
|
+
create: 결과 생성
|
64
|
+
title: 새 결과
|
65
|
+
shared:
|
66
|
+
subnav:
|
67
|
+
statuses: 상태
|
68
|
+
statuses:
|
69
|
+
edit:
|
70
|
+
title: 상태 수정하기
|
71
|
+
update: 상태 업데이트
|
72
|
+
index:
|
73
|
+
title: 상태
|
74
|
+
new:
|
75
|
+
create: 상태 생성하기
|
76
|
+
title: 새 상태
|
77
|
+
admin_log:
|
78
|
+
result:
|
79
|
+
create: "%{user_name} 이(가) %{space_name} 에서 %{resource_name} 결과를 생성했습니다"
|
80
|
+
delete: "%{user_name} 이(가) %{space_name} 에서 %{resource_name} 결과를 삭제했습니다"
|
81
|
+
update: "%{user_name} 이(가) %{space_name} 에서 %{resource_name} 결과를 업데이트했습니다"
|
82
|
+
status:
|
83
|
+
create: "%{user_name} 이(가) %{resource_name} 상태를 생성했습니다"
|
84
|
+
delete: "%{user_name} 이(가) %{resource_name} 상태를 삭제했습니다"
|
85
|
+
update: "%{user_name} 이(가) %{resource_name} 상태를 업데이트했습니다"
|
86
|
+
content_blocks:
|
87
|
+
highlighted_results:
|
88
|
+
results: 결과
|
89
|
+
import_mailer:
|
90
|
+
import:
|
91
|
+
errors: 오류
|
92
|
+
row_number: 열
|
93
|
+
subject: 결과 가져오기 성공
|
94
|
+
success: 결과 가져오기 성공. 관리자 화면에서 결과를 볼 수 있습니다.
|
95
|
+
models:
|
96
|
+
result:
|
97
|
+
fields:
|
98
|
+
category: 분류
|
99
|
+
created_at: 생성됨
|
100
|
+
end_date: 종료 날짜
|
101
|
+
id: 아이디
|
102
|
+
progress: 진행 상황
|
103
|
+
scope: 범위
|
104
|
+
start_date: 시작 날짜
|
105
|
+
status: 상태
|
106
|
+
title: 제목
|
107
|
+
status:
|
108
|
+
fields:
|
109
|
+
description: 상세정보
|
110
|
+
key: 키
|
111
|
+
name: 이름
|
112
|
+
progress: 진행 상황
|
113
|
+
timeline_entry:
|
114
|
+
fields:
|
115
|
+
entry_date: 날짜
|
116
|
+
title: 제목
|
117
|
+
results:
|
118
|
+
count:
|
119
|
+
results_count:
|
120
|
+
other: "%{count} 개의 결과"
|
121
|
+
filters:
|
122
|
+
all: 전체
|
123
|
+
home:
|
124
|
+
categories_label: 분류
|
125
|
+
subcategories_label: '하위 분류:'
|
126
|
+
search:
|
127
|
+
search: 작업 검색
|
128
|
+
show:
|
129
|
+
stats:
|
130
|
+
attendees: 참여자
|
131
|
+
back_to_resource: 결과로 돌아가기
|
132
|
+
comments: 댓글
|
133
|
+
contributions: 기여
|
134
|
+
last_edited_by: 최근 편집자
|
135
|
+
last_updated_at: 마지막 업데이트
|
136
|
+
meetings: 회의
|
137
|
+
proposals: 제안
|
138
|
+
votes: 지원
|
139
|
+
admin:
|
140
|
+
filters:
|
141
|
+
results:
|
142
|
+
category_id_eq:
|
143
|
+
label: 분류
|
144
|
+
scope_id_eq:
|
145
|
+
label: 범위
|
146
|
+
status_id_eq:
|
147
|
+
label: 상태
|
148
|
+
components:
|
149
|
+
accountability:
|
150
|
+
actions:
|
151
|
+
comment: 댓글 달기
|
152
|
+
name: 책임
|
153
|
+
settings:
|
154
|
+
global:
|
155
|
+
categories_label: '"카테고리" 이름'
|
156
|
+
comments_enabled: 댓글 활성화됨
|
157
|
+
comments_max_length: 댓글 최대 길이(기본값은 0으로 남김)
|
158
|
+
display_progress_enabled: 진행사항 보기
|
159
|
+
heading_leaf_level_results: '"프로젝트" 이름'
|
160
|
+
heading_parent_level_results: '"결과" 이름'
|
161
|
+
intro: 소개
|
162
|
+
scope_id: 범위
|
163
|
+
scopes_enabled: 범위 활성화됨
|
164
|
+
subcategories_label: '"카테고리" 이름'
|
165
|
+
step:
|
166
|
+
comments_blocked: 댓글 차단됨
|
167
|
+
events:
|
168
|
+
accountability:
|
169
|
+
proposal_linked:
|
170
|
+
email_intro: '%{proposal_title} 제안이 결과에 포함되었습니다. 이 페이지에서 확인할 수 있습니다:'
|
171
|
+
email_outro: '%{proposal_title} 을(를) 팔로우하고 있으므로 이 알림을 받았습니다. 이전 링크를 클릭해 알림 수신을 중지할 수 있습니다.'
|
172
|
+
email_subject: '%{proposal_title} 업데이트'
|
173
|
+
notification_title: <a href="% {proposal_path}">% {proposal_title}/a> 제안이 <a href="% {resource_path}">% {resource_title}/a> 결과에 포함되었습니다.
|
174
|
+
result_progress_updated:
|
175
|
+
email_intro: '%{proposal_title} 제안을 포함하는 %{resource_title} 결과가 %{progress}% 완료되었습니다. 이 페이지에서 확인할 수 있습니다:'
|
176
|
+
email_outro: '%{proposal_title} 을(를) 팔로우중이어서 이 알림을 받게되었고, %{resource_title} 에 이 의도가 포함되어 있습니다. 이전 링크를 팔로우해서 알림을 받지 않으실 수 있습니다.'
|
177
|
+
email_subject: '%{resource_title} 과정에 업데이트 발생'
|
178
|
+
notification_title: 제안 <a href="% {resource_path}">% {resource_path}">% {proposal_title}/a>를 포함하는 <a href="% {resource_title}/a> 결과는 이제 %{progress}% 완료되었습니다.
|
179
|
+
metrics:
|
180
|
+
results:
|
181
|
+
object: 결과
|
182
|
+
title: 결과
|
183
|
+
resource_links:
|
184
|
+
included_projects:
|
185
|
+
result_project: 본 결과에 포함된 프로젝트
|
186
|
+
included_proposals:
|
187
|
+
result_proposal: 본 결과에 포함된 제안
|
188
|
+
statistics:
|
189
|
+
results_count: 결과
|
data/config/locales/lb.yml
CHANGED
@@ -182,7 +182,7 @@ lb:
|
|
182
182
|
stats:
|
183
183
|
attendees: Teilnehmer
|
184
184
|
back_to_resource: Gehe zurück zum Ergebnis
|
185
|
-
comments:
|
185
|
+
comments: Kommentarer
|
186
186
|
contributions: Beiträge
|
187
187
|
last_edited_by: Zuletzt bearbeitet von
|
188
188
|
last_updated_at: Zuletzt aktualisiert am
|
data/config/locales/lt.yml
CHANGED
@@ -52,7 +52,29 @@ lt:
|
|
52
52
|
results: Rezultatai
|
53
53
|
import_results:
|
54
54
|
new:
|
55
|
+
download_export: Eksportuoti CSV formatu
|
55
56
|
import: Importuoti
|
57
|
+
info: |
|
58
|
+
<p>Rekomenduojame laikytis šių žingsnių:</p>
|
59
|
+
<ol>
|
60
|
+
<li><a href='%{link_new_status}' target='_blank'>Sukurkite rezultatų statusus</a>, kuriuos norite pridėti</li>
|
61
|
+
<li><a href='%{link_new_result}' target='_blank'>Sukurkite bent vieną rezultatą rankiniu būdu</a> per šią admin panelę prieš naudodami Importuoti, kad geriau suprastumėte formatą ir tai, ką turėsite užpildyti.</li>
|
62
|
+
<li>%{link_export_csv}</li>
|
63
|
+
<li>Atlikite pakeitimus vietoje. Galite keisti tik šiuos CSV stulpelius:
|
64
|
+
<ul>
|
65
|
+
<li><b>category/id:</b> Kategorijos ID</li>
|
66
|
+
<li><b>scope/id:</b> Masto ID</li>
|
67
|
+
<li><b>parent/id:</b> Tėvo ID (susijusiems rezultatams). Pasirinktinai</li>
|
68
|
+
<li><b>title/en:</b> Pavadinimas anglų kalba. Tai priklauso nuo jūsų platformos kalbos konfigūracijos.</li>
|
69
|
+
<li><b>description/en:</b> Aprašymas anglų kalba. Tai priklauso nuo jūsų platformos kalbos konfigūracijos.</li>
|
70
|
+
<li><b>start_date:</b> data, kada prasideda rezultato vykdymas (formatas YYYY-MM-DD)</li>
|
71
|
+
<li><b>end_date:</b> data, kada baigiasi rezultato vykdymas (formatas YYYY-MM-DD)</li>
|
72
|
+
<li><b>status/id:</b> Šio rezultato statuso ID</li>
|
73
|
+
<li><b>progress:</b> Vykdymo procentas (nuo 0 iki 100)</li>
|
74
|
+
<li><b>proposals_ids:</b> susijusių pasiūlymų vidinis ID (atskirtas kableliu). Automatiškai konvertuojamas į <span class='attribute-name'>proposal_url</span></li>
|
75
|
+
</ul>
|
76
|
+
</li>
|
77
|
+
</ol>
|
56
78
|
title: Importuoti rezultatus iš CSV
|
57
79
|
imports:
|
58
80
|
create:
|
data/config/locales/lv.yml
CHANGED
data/config/locales/no.yml
CHANGED
@@ -94,7 +94,7 @@
|
|
94
94
|
index:
|
95
95
|
title: Statuser
|
96
96
|
new:
|
97
|
-
create:
|
97
|
+
create: Opprett status
|
98
98
|
title: Ny status
|
99
99
|
update:
|
100
100
|
invalid: Det oppsto et problem med å oppdatere statusen din
|
@@ -106,12 +106,12 @@
|
|
106
106
|
destroy:
|
107
107
|
success: Oppføringen ble slettet
|
108
108
|
edit:
|
109
|
-
title: Rediger
|
109
|
+
title: Rediger oppføring
|
110
110
|
update: Oppdater oppføringen
|
111
111
|
index:
|
112
|
-
title:
|
112
|
+
title: Oppføringer på prosjekttidslinje
|
113
113
|
new:
|
114
|
-
create:
|
114
|
+
create: Opprett oppføring
|
115
115
|
title: Ny oppføring
|
116
116
|
update:
|
117
117
|
invalid: Det oppsto et problem med å oppdatere oppføringen
|
@@ -119,11 +119,11 @@
|
|
119
119
|
admin_log:
|
120
120
|
result:
|
121
121
|
create: "%{user_name} opprettet resultat %{resource_name} i %{space_name}"
|
122
|
-
delete: "%{user_name} slettet %{resource_name}
|
123
|
-
update: "%{user_name} oppdaterte
|
122
|
+
delete: "%{user_name} slettet %{resource_name}-resultatet i %{space_name}"
|
123
|
+
update: "%{user_name} oppdaterte %{resource_name}-resultatet i %{space_name}"
|
124
124
|
status:
|
125
|
-
create: "%{user_name} har opprettet
|
126
|
-
delete: "%{user_name} slettet
|
125
|
+
create: "%{user_name} har opprettet %{resource_name}-statusen"
|
126
|
+
delete: "%{user_name} slettet %{resource_name}-statusen"
|
127
127
|
update: "%{user_name} oppdaterte statusen %{resource_name}"
|
128
128
|
timeline_entry:
|
129
129
|
create: "%{user_name} opprettet %{resource_name} i tidslinjen"
|
data/config/locales/pt-BR.yml
CHANGED
@@ -52,6 +52,27 @@ pt-BR:
|
|
52
52
|
new:
|
53
53
|
download_export: Baixe a Exportação com formato CSV
|
54
54
|
import: Importar
|
55
|
+
info: |
|
56
|
+
<p>Nós recomendamos que você siga esses passos:</p>
|
57
|
+
<ol>
|
58
|
+
<li><a href='%{link_new_status}' target='_blank'>Crie os Status para os Resultado</a>que você queira adicionar.</li>
|
59
|
+
<li><a href='%{link_new_result}' target='_blank'>Crie no mínimo um Resultado maualmente</a> através desse Painel de Administração antes de usar a função Importar, para um melhor entendimento a respeito do formato e o que você precisa preencher.</li>
|
60
|
+
<li>%{link_export_csv}</li>
|
61
|
+
<li>Faça as mudanças localmente. Você só pode alterar as seguintes colunas do CSV:
|
62
|
+
<ul>
|
63
|
+
<li><b>categoria/id:</b> Identificador para a Categoria</li>
|
64
|
+
<li><b>escopo/id:</b> Identificador para o Escopo</li>
|
65
|
+
<li><b>pai/id:</b> Identificador do pai (para Resultados relacionados). Opcional</li>
|
66
|
+
<li><b>titulo/pt-br:</b> Título na língua Portuguesa. Isto dependerá das configurações de linguagem da sua plataforma.</li>
|
67
|
+
<li><b>descricao/pt-br:</b> Descrição na língua Portuguesa. Isto dependerá das configurações de linguagem da sua plataforma.</li>
|
68
|
+
<li><b>data_inicio:</b> data de início de execução dos resultados (formato DD-MM-YYYY)</li>
|
69
|
+
<li><b>data_fim:</b> data de fim da execução dos resultados (formato DD-MM-YYYY)</li>
|
70
|
+
<li><b>status/id:</b> Identificador do Status para este resultado</li>
|
71
|
+
<li><b>progresso:</b> Porcentagem (de 0 a 100) desta execução</li>
|
72
|
+
<li><b>ids_propostos:</b> Identificadores interno das propostas relacionadas (serparadas por vírgula). É automaticamente convertida para <span class='attribute-name'>url_proposta</span></li>
|
73
|
+
</ul>
|
74
|
+
</li>
|
75
|
+
</ol>
|
55
76
|
title: Importar resultados de CSV
|
56
77
|
imports:
|
57
78
|
create:
|
data/config/locales/pt.yml
CHANGED
@@ -22,6 +22,7 @@ pt:
|
|
22
22
|
timeline_entry:
|
23
23
|
description: Descrição
|
24
24
|
entry_date: Data
|
25
|
+
title: Título
|
25
26
|
models:
|
26
27
|
decidim/accountability/proposal_linked_event: Proposta incluída em um resultado
|
27
28
|
decidim/accountability/result_progress_updated_event: Progresso do resultado atualizado
|