decidim-assemblies 0.26.7 → 0.27.0.rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/cells/decidim/assemblies/content_blocks/highlighted_assemblies/show.erb +2 -2
- data/app/cells/decidim/assemblies/content_blocks/highlighted_assemblies_cell.rb +5 -5
- data/app/commands/decidim/assemblies/admin/copy_assembly.rb +10 -7
- data/app/commands/decidim/assemblies/admin/create_assemblies_type.rb +1 -1
- data/app/commands/decidim/assemblies/admin/create_assembly.rb +1 -1
- data/app/commands/decidim/assemblies/admin/create_assembly_member.rb +12 -12
- data/app/commands/decidim/assemblies/admin/destroy_assemblies_type.rb +1 -1
- data/app/commands/decidim/assemblies/admin/destroy_assembly_admin.rb +1 -1
- data/app/commands/decidim/assemblies/admin/destroy_assembly_member.rb +1 -1
- data/app/commands/decidim/assemblies/admin/import_assembly.rb +11 -7
- data/app/commands/decidim/assemblies/admin/notify_role_assigned_to_assembly.rb +1 -1
- data/app/commands/decidim/assemblies/admin/publish_assembly.rb +1 -1
- data/app/commands/decidim/assemblies/admin/unpublish_assembly.rb +1 -1
- data/app/commands/decidim/assemblies/admin/update_assemblies_setting.rb +1 -1
- data/app/commands/decidim/assemblies/admin/update_assemblies_type.rb +1 -1
- data/app/commands/decidim/assemblies/admin/update_assembly.rb +1 -1
- data/app/commands/decidim/assemblies/admin/update_assembly_member.rb +11 -11
- data/app/controllers/decidim/assemblies/admin/assembly_copies_controller.rb +1 -1
- data/app/controllers/decidim/assemblies/admin/assembly_imports_controller.rb +1 -1
- data/app/controllers/decidim/assemblies/admin/reminders_controller.rb +14 -0
- data/app/controllers/decidim/assemblies/assemblies_controller.rb +6 -6
- data/app/events/decidim/role_assigned_to_assembly_event.rb +1 -1
- data/app/forms/decidim/assemblies/admin/assembly_import_form.rb +5 -6
- data/app/helpers/decidim/assemblies/filter_assemblies_helper.rb +10 -6
- data/app/models/decidim/assembly.rb +10 -4
- data/app/packs/src/decidim/assemblies/orgchart.js +52 -46
- data/app/permissions/decidim/assemblies/permissions.rb +45 -11
- data/app/presenters/decidim/assemblies/admin_log/assembly_presenter.rb +1 -1
- data/app/presenters/decidim/assemblies/assembly_stats_presenter.rb +4 -1
- data/app/presenters/decidim/assembly_member_presenter.rb +3 -5
- data/app/queries/decidim/assemblies/admin/admin_users.rb +1 -1
- data/app/queries/decidim/assemblies/admin/assembly_members.rb +1 -1
- data/app/queries/decidim/assemblies/assemblies_with_user_role.rb +1 -1
- data/app/queries/decidim/assemblies/filtered_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/organization_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/organization_prioritized_assemblies.rb +2 -2
- data/app/queries/decidim/assemblies/organization_published_assemblies.rb +2 -2
- data/app/queries/decidim/assemblies/parent_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/parent_assemblies_for_select.rb +1 -1
- data/app/queries/decidim/assemblies/prioritized_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/promoted_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/published_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/visible_assemblies.rb +1 -1
- data/app/serializers/decidim/assemblies/assembly_importer.rb +3 -4
- data/app/views/decidim/assemblies/_filter_by_type.html.erb +1 -1
- data/app/views/decidim/assemblies/admin/assemblies/_form.html.erb +2 -2
- data/app/views/decidim/assemblies/admin/assemblies/index.html.erb +2 -2
- data/app/views/decidim/assemblies/assemblies/_promoted_assembly.html.erb +1 -1
- data/app/views/decidim/assemblies/assemblies/index.html.erb +3 -1
- data/app/views/decidim/assemblies/assemblies/show.html.erb +8 -6
- data/app/views/layouts/decidim/_assembly_header.html.erb +1 -1
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +1 -73
- data/config/locales/bg.yml +1 -0
- data/config/locales/ca.yml +6 -10
- data/config/locales/cs.yml +14 -18
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +7 -4
- data/config/locales/el.yml +1 -7
- data/config/locales/en.yml +5 -10
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +6 -10
- data/config/locales/es-PY.yml +6 -10
- data/config/locales/es.yml +6 -10
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +20 -27
- data/config/locales/fi-plain.yml +6 -10
- data/config/locales/fi.yml +7 -11
- data/config/locales/fr-CA.yml +6 -10
- data/config/locales/fr.yml +11 -15
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +2 -7
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +3 -44
- data/config/locales/id-ID.yml +1 -1
- data/config/locales/is-IS.yml +2 -3
- data/config/locales/it.yml +1 -7
- data/config/locales/ja.yml +6 -10
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +1 -6
- data/config/locales/lt.yml +1 -469
- data/config/locales/lv.yml +1 -1
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +18 -29
- data/config/locales/no.yml +1 -7
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +2 -3
- data/config/locales/pt-BR.yml +2 -8
- data/config/locales/pt.yml +1 -7
- data/config/locales/ro-RO.yml +2 -21
- data/config/locales/ru.yml +1 -3
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +1 -2
- data/config/locales/sl.yml +1 -8
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +1 -0
- data/config/locales/sv.yml +3 -14
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +1 -20
- data/config/locales/uk.yml +1 -3
- data/config/locales/val-ES.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +1 -7
- data/config/locales/zh-TW.yml +1 -465
- data/lib/decidim/assemblies/admin_engine.rb +5 -4
- data/lib/decidim/assemblies/participatory_space.rb +9 -9
- data/lib/decidim/assemblies/test/factories.rb +0 -4
- data/lib/decidim/assemblies/version.rb +1 -1
- metadata +13 -47
- data/app/services/decidim/assemblies/assembly_search.rb +0 -18
- data/config/locales/fa-IR.yml +0 -1
- data/config/locales/gn-PY.yml +0 -1
- data/config/locales/ka-GE.yml +0 -1
- data/config/locales/kaa.yml +0 -1
- data/config/locales/lo-LA.yml +0 -1
- data/config/locales/oc-FR.yml +0 -1
data/config/locales/zh-TW.yml
CHANGED
|
@@ -1,466 +1,2 @@
|
|
|
1
|
+
---
|
|
1
2
|
zh-TW:
|
|
2
|
-
activemodel:
|
|
3
|
-
attributes:
|
|
4
|
-
assemblies_setting:
|
|
5
|
-
enable_organization_chart: 啟用組織圖
|
|
6
|
-
assemblies_type:
|
|
7
|
-
title: 標題
|
|
8
|
-
assembly:
|
|
9
|
-
announcement: 公告
|
|
10
|
-
area_id: 區域
|
|
11
|
-
assembly_type: 大會類型
|
|
12
|
-
assembly_type_other: 其他大會類型
|
|
13
|
-
banner_image: 橫幅圖片
|
|
14
|
-
closing_date: 截止日期
|
|
15
|
-
closing_date_reason: 截止日期原因
|
|
16
|
-
composition: 組成
|
|
17
|
-
copy_categories: 複製類別
|
|
18
|
-
copy_components: 複製組件
|
|
19
|
-
copy_features: 複製功能
|
|
20
|
-
created_by: 創建者
|
|
21
|
-
created_by_other: 由其他人創建
|
|
22
|
-
creation_date: 創建日期
|
|
23
|
-
decidim_area_id: 區域
|
|
24
|
-
decidim_assemblies_type_id: 大會類型
|
|
25
|
-
decidim_scope_id: 範圍
|
|
26
|
-
description: 說明
|
|
27
|
-
developer_group: 促銷團隊
|
|
28
|
-
document: 文件
|
|
29
|
-
domain: 網域
|
|
30
|
-
duration: 持續時間
|
|
31
|
-
facebook: 臉書
|
|
32
|
-
github: GitHub
|
|
33
|
-
hashtag: 主題標籤
|
|
34
|
-
hero_image: 首頁圖片
|
|
35
|
-
import_attachments: 匯入附件
|
|
36
|
-
import_categories: 匯入類別
|
|
37
|
-
import_components: 導入組件
|
|
38
|
-
included_at: 包含於
|
|
39
|
-
instagram: Instagram
|
|
40
|
-
internal_organisation: 內部組織
|
|
41
|
-
is_transparent: 透明
|
|
42
|
-
local_area: 組織區域
|
|
43
|
-
meta_scope: 元數據範圍
|
|
44
|
-
parent_id: 母體大會
|
|
45
|
-
participatory_processes_ids: 相關參與程序
|
|
46
|
-
participatory_scope: 決定了什麼
|
|
47
|
-
participatory_structure: 如何決定
|
|
48
|
-
private_space: 私人空間
|
|
49
|
-
promoted: 重點顯示
|
|
50
|
-
published_at: 發佈於
|
|
51
|
-
purpose_of_action: 行動目的
|
|
52
|
-
scope_id: 範圍
|
|
53
|
-
scopes_enabled: 啟用範圍
|
|
54
|
-
short_description: 簡短說明
|
|
55
|
-
show_statistics: 顯示統計資料
|
|
56
|
-
slug: URL名稱
|
|
57
|
-
special_features: 特殊功能
|
|
58
|
-
subtitle: 子標題
|
|
59
|
-
target: 誰參加
|
|
60
|
-
title: 標題
|
|
61
|
-
twitter: Twitter
|
|
62
|
-
weight: 訂單位置
|
|
63
|
-
youtube: YouTube
|
|
64
|
-
assembly_member:
|
|
65
|
-
birthday: 生日
|
|
66
|
-
birthplace: 出生地
|
|
67
|
-
ceased_date: 終止日期
|
|
68
|
-
designation_date: 指定日期
|
|
69
|
-
full_name: 全名
|
|
70
|
-
gender: 性別
|
|
71
|
-
non_user_avatar: 頭像
|
|
72
|
-
position: 位置
|
|
73
|
-
user_id: 使用者或群組
|
|
74
|
-
weight: 訂單位置
|
|
75
|
-
assembly_user_role:
|
|
76
|
-
email: 電子郵件
|
|
77
|
-
name: 姓名
|
|
78
|
-
role: 角色
|
|
79
|
-
errors:
|
|
80
|
-
models:
|
|
81
|
-
assembly:
|
|
82
|
-
attributes:
|
|
83
|
-
document:
|
|
84
|
-
invalid_document_type: '文件類型無效。接受的格式為: %{valid_mime_types}'
|
|
85
|
-
activerecord:
|
|
86
|
-
models:
|
|
87
|
-
decidim/assembly:
|
|
88
|
-
other: 大會
|
|
89
|
-
decidim/assembly_member:
|
|
90
|
-
other: 大會成員
|
|
91
|
-
decidim/assembly_user_role:
|
|
92
|
-
other: 大會使用者角色
|
|
93
|
-
decidim:
|
|
94
|
-
admin:
|
|
95
|
-
actions:
|
|
96
|
-
import_assembly: 匯入
|
|
97
|
-
new_assembly: 新大會
|
|
98
|
-
new_assembly_type: 新大會類型
|
|
99
|
-
assemblies:
|
|
100
|
-
create:
|
|
101
|
-
error: 建立新大會時發生問題
|
|
102
|
-
success: 大會創建成功
|
|
103
|
-
edit:
|
|
104
|
-
update: 更新
|
|
105
|
-
index:
|
|
106
|
-
not_published: 未發佈
|
|
107
|
-
private: 不公開
|
|
108
|
-
public: 公開
|
|
109
|
-
published: 已發佈
|
|
110
|
-
new:
|
|
111
|
-
create: 創建
|
|
112
|
-
title: 新集會
|
|
113
|
-
update:
|
|
114
|
-
error: 更新此大會時出現問題
|
|
115
|
-
success: 此大會成功更新
|
|
116
|
-
assemblies_copies:
|
|
117
|
-
create:
|
|
118
|
-
error: 複製此大會時出現問題
|
|
119
|
-
success: 大會已成功複製
|
|
120
|
-
assemblies_settings:
|
|
121
|
-
update:
|
|
122
|
-
error: 更新設置時出現問題
|
|
123
|
-
success: 設置更新成功
|
|
124
|
-
assemblies_types:
|
|
125
|
-
create:
|
|
126
|
-
error: 創建新大會類型時出現問題
|
|
127
|
-
success: 大會類型創建成功
|
|
128
|
-
destroy:
|
|
129
|
-
success: 集會類型已成功刪除
|
|
130
|
-
new:
|
|
131
|
-
create: 創建
|
|
132
|
-
title: 新大會類型
|
|
133
|
-
update:
|
|
134
|
-
error: 更新此大會時出現問題
|
|
135
|
-
success: 大會類型已成功更新
|
|
136
|
-
assembly_copies:
|
|
137
|
-
new:
|
|
138
|
-
copy: 複製
|
|
139
|
-
select: 請選擇您想要複製的資料
|
|
140
|
-
title: 複製大會
|
|
141
|
-
assembly_imports:
|
|
142
|
-
create:
|
|
143
|
-
error: 這個大會匯入時發生了問題
|
|
144
|
-
success: 大會匯入成功
|
|
145
|
-
new:
|
|
146
|
-
import: 匯入
|
|
147
|
-
select: 請選擇您想匯入的資料
|
|
148
|
-
title: 匯入大會
|
|
149
|
-
assembly_members:
|
|
150
|
-
create:
|
|
151
|
-
error: 這個大會中添加成員時出現了問題
|
|
152
|
-
success: 已成功建立此大會的成員
|
|
153
|
-
destroy:
|
|
154
|
-
success: 該大會的成員已成功刪除
|
|
155
|
-
edit:
|
|
156
|
-
title: 更新大會成員
|
|
157
|
-
update: 更新
|
|
158
|
-
index:
|
|
159
|
-
assembly_members_title: 大會成員
|
|
160
|
-
new:
|
|
161
|
-
create: 建立
|
|
162
|
-
title: 新大會成員
|
|
163
|
-
update:
|
|
164
|
-
error: 更新此大會的成員時出現問題。
|
|
165
|
-
success: 此大會的成員已成功更新。
|
|
166
|
-
assembly_publications:
|
|
167
|
-
create:
|
|
168
|
-
error: 發布此大會時出現問題。
|
|
169
|
-
success: 大會已成功發布
|
|
170
|
-
destroy:
|
|
171
|
-
error: 取消發布此大會時出現問題。
|
|
172
|
-
success: 大會已成功取消發布。
|
|
173
|
-
assembly_user_roles:
|
|
174
|
-
create:
|
|
175
|
-
error: 為該大會添加管理員時出現問題。
|
|
176
|
-
success: 管理員已成功添加到此大會
|
|
177
|
-
destroy:
|
|
178
|
-
success: 管理員已成功從此大會中刪除
|
|
179
|
-
edit:
|
|
180
|
-
title: 更新大會管理員
|
|
181
|
-
update: 更新
|
|
182
|
-
index:
|
|
183
|
-
assembly_admins_title: 大會管理員
|
|
184
|
-
new:
|
|
185
|
-
create: 建立
|
|
186
|
-
title: 新大會管理員
|
|
187
|
-
update:
|
|
188
|
-
error: 更新此大會的管理員時出現問題
|
|
189
|
-
success: 此大會的管理員已成功更新。
|
|
190
|
-
filters:
|
|
191
|
-
decidim_assemblies_type_id_eq:
|
|
192
|
-
label: 大會類型
|
|
193
|
-
menu:
|
|
194
|
-
assemblies: 大會
|
|
195
|
-
assemblies_settings: 設定
|
|
196
|
-
assemblies_submenu:
|
|
197
|
-
assembly_admins: 大會管理員
|
|
198
|
-
assembly_members: 成員
|
|
199
|
-
attachment_collections: 資料夾
|
|
200
|
-
attachment_files: 檔案
|
|
201
|
-
attachments: 附件
|
|
202
|
-
categories: 類別
|
|
203
|
-
components: 元件
|
|
204
|
-
info: 資訊
|
|
205
|
-
moderations: 版主
|
|
206
|
-
private_users: 私人使用者
|
|
207
|
-
assemblies_types: 大會類型
|
|
208
|
-
models:
|
|
209
|
-
assemblies_types:
|
|
210
|
-
fields:
|
|
211
|
-
created_at: 建立於
|
|
212
|
-
title: 標題
|
|
213
|
-
assembly:
|
|
214
|
-
fields:
|
|
215
|
-
created_at: 建立於
|
|
216
|
-
private: 不公開
|
|
217
|
-
promoted: 重點顯示
|
|
218
|
-
published: 已發佈
|
|
219
|
-
title: 標題
|
|
220
|
-
name: 大會
|
|
221
|
-
assembly_member:
|
|
222
|
-
fields:
|
|
223
|
-
ceased_date: 終止日期
|
|
224
|
-
designation_date: 指定日期
|
|
225
|
-
full_name: 姓名
|
|
226
|
-
position: 位置
|
|
227
|
-
name: 成員
|
|
228
|
-
positions:
|
|
229
|
-
other: 其他
|
|
230
|
-
president: 會長
|
|
231
|
-
secretary: 祕書
|
|
232
|
-
vice_president: 副會長
|
|
233
|
-
assembly_user_role:
|
|
234
|
-
fields:
|
|
235
|
-
email: 電子郵件
|
|
236
|
-
name: 姓名
|
|
237
|
-
role: 角色
|
|
238
|
-
name: 大會管理員
|
|
239
|
-
roles:
|
|
240
|
-
admin: 管理員
|
|
241
|
-
collaborator: 合作者
|
|
242
|
-
moderator: 版主
|
|
243
|
-
valuator: 評價者
|
|
244
|
-
titles:
|
|
245
|
-
assemblies: 大會
|
|
246
|
-
assemblies_types: 大會類型
|
|
247
|
-
admin_log:
|
|
248
|
-
assembly:
|
|
249
|
-
create: "%{user_name} 建立了 %{resource_name} 大會"
|
|
250
|
-
publish: "%{user_name} 發布 %{resource_name} 大會"
|
|
251
|
-
unpublish: "%{user_name} 取消發布 %{resource_name} 大會"
|
|
252
|
-
update: "%{user_name} 更新了 %{resource_name} 大會"
|
|
253
|
-
assembly_member:
|
|
254
|
-
create: "%{user_name} 創建了 %{resource_name} 在 %{space_name} 的結果"
|
|
255
|
-
delete: "%{user_name} 從 %{space_name} 大會中刪除了 %{resource_name} 成員"
|
|
256
|
-
update: "%{user_name} 更新了 %{space_name} 大會中的 %{resource_name} 成員"
|
|
257
|
-
assembly_setting:
|
|
258
|
-
update: "%{user_name} 更新了大會設定"
|
|
259
|
-
assembly_type:
|
|
260
|
-
create: "%{user_name} 創建了 %{resource_name} 大會類型"
|
|
261
|
-
delete: "%{user_name} 刪除了 %{resource_name} 大會類型"
|
|
262
|
-
publish: "%{user_name} 發布了 %{resource_name} 大會類型"
|
|
263
|
-
unpublish: "%{user_name} 取消發布 %{resource_name} 大會類型"
|
|
264
|
-
update: "%{user_name} 更新了 %{resource_name} 大會類型"
|
|
265
|
-
assembly_user_role:
|
|
266
|
-
create: "%{user_name} 邀請 %{resource_name} 加入 %{space_name} 大會"
|
|
267
|
-
delete: "%{user_name} 從 %{space_name} 大會中刪除了參與者 %{resource_name}"
|
|
268
|
-
update: "%{user_name} 更改了 %{resource_name} 在 %{space_name} 大會中的角色"
|
|
269
|
-
assemblies:
|
|
270
|
-
admin:
|
|
271
|
-
assemblies:
|
|
272
|
-
form:
|
|
273
|
-
announcement_help: 您在此處輸入的文字將顯示至使用者的正下方大會信息
|
|
274
|
-
duration: 持續時間
|
|
275
|
-
duration_help: 如果此大會的持續時間有限,請選擇結束日期。 否則,它將顯示為不確定。
|
|
276
|
-
filters: 篩選條件
|
|
277
|
-
images: 圖片
|
|
278
|
-
included_at_help: 選擇這個議會被加入 Decidim 的日期。這不一定要和創建日期相同。
|
|
279
|
-
metadata: 元資料
|
|
280
|
-
other: 其他
|
|
281
|
-
select_a_created_by: 選擇一位創建者
|
|
282
|
-
select_an_area: 選擇一個地區
|
|
283
|
-
select_an_assembly_type: 選擇一個大會類型
|
|
284
|
-
select_parent_assembly: 選擇父組件
|
|
285
|
-
slug_help: 'URL slug 用於生成指向該組件的 URL。 只接受字母、數字和破折號,並且必須以字母開頭。 示例:%{url}'
|
|
286
|
-
social_handlers: 社群
|
|
287
|
-
title: 基本資訊
|
|
288
|
-
visbility: 可見度
|
|
289
|
-
assemblies_settings:
|
|
290
|
-
edit:
|
|
291
|
-
update: 更新
|
|
292
|
-
form:
|
|
293
|
-
title: 大會的設置
|
|
294
|
-
assemblies_types:
|
|
295
|
-
form:
|
|
296
|
-
title: 標題
|
|
297
|
-
assembly_copies:
|
|
298
|
-
form:
|
|
299
|
-
slug_help: 'URL slug 用於生成指向該組件的 URL。 只接受字母、數字和破折號,並且必須以字母開頭。 示例:%{url}'
|
|
300
|
-
assembly_imports:
|
|
301
|
-
form:
|
|
302
|
-
document_legend: 添加文檔
|
|
303
|
-
slug_help: 'URL slug 用於生成指向該組件的 URL。 只接受字母、數字和破折號,並且必須以字母開頭。 示例:%{url}'
|
|
304
|
-
assembly_members:
|
|
305
|
-
form:
|
|
306
|
-
existing_user: 現有參與者
|
|
307
|
-
explanation: '圖像的指導'
|
|
308
|
-
image_guide: 最好是沒有任何文字的肖像圖像
|
|
309
|
-
non_user: 非參與者
|
|
310
|
-
non_user_avatar_help: 在發佈他們為會員之前,您應該徵得他們的同意
|
|
311
|
-
select_a_position: 選擇一個位置
|
|
312
|
-
select_user: 選擇與會者:
|
|
313
|
-
user_type: 參與者類型
|
|
314
|
-
index:
|
|
315
|
-
filter:
|
|
316
|
-
all: 全部
|
|
317
|
-
ceased: 已停止
|
|
318
|
-
not_ceased: 沒有停止
|
|
319
|
-
filter_by: 篩選條件
|
|
320
|
-
search: 搜尋
|
|
321
|
-
content_blocks:
|
|
322
|
-
highlighted_assemblies:
|
|
323
|
-
max_results: 顯示的最大元素數量
|
|
324
|
-
new_import:
|
|
325
|
-
accepted_types:
|
|
326
|
-
json: JSON
|
|
327
|
-
assemblies:
|
|
328
|
-
show:
|
|
329
|
-
title: 關於這個大會
|
|
330
|
-
assembly_members:
|
|
331
|
-
index:
|
|
332
|
-
members: 成員
|
|
333
|
-
assembly_types:
|
|
334
|
-
commission: 手續費
|
|
335
|
-
consultative_advisory: 諮詢/顧問
|
|
336
|
-
executive: 管理人員
|
|
337
|
-
government: 政府
|
|
338
|
-
others: 其他
|
|
339
|
-
participatory: 參與式
|
|
340
|
-
working_group: 工作群組
|
|
341
|
-
content_blocks:
|
|
342
|
-
highlighted_assemblies:
|
|
343
|
-
name: 關注的大會
|
|
344
|
-
created_by:
|
|
345
|
-
city_council: 市議會
|
|
346
|
-
others: 其他
|
|
347
|
-
public: 公開
|
|
348
|
-
filter:
|
|
349
|
-
all: 所有類型
|
|
350
|
-
commission: 手續費
|
|
351
|
-
consultative_advisory: 諮詢/顧問
|
|
352
|
-
executive: 管理人員
|
|
353
|
-
government: 政府
|
|
354
|
-
help: '顯示'
|
|
355
|
-
others: 其他
|
|
356
|
-
participatory: 參與式
|
|
357
|
-
working_group: 工作群組
|
|
358
|
-
index:
|
|
359
|
-
title: 大會
|
|
360
|
-
last_activity:
|
|
361
|
-
new_assembly: 新大會
|
|
362
|
-
pages:
|
|
363
|
-
home:
|
|
364
|
-
highlighted_assemblies:
|
|
365
|
-
active_assemblies: 活耀大會
|
|
366
|
-
assemblies_button_title: 鏈接到顯示所有大會的大會頁面
|
|
367
|
-
see_all_assemblies: 查看所有大會
|
|
368
|
-
user_profile:
|
|
369
|
-
member_of:
|
|
370
|
-
member_of: 的成員
|
|
371
|
-
show:
|
|
372
|
-
area: 區域
|
|
373
|
-
assembly_type: 大會類型
|
|
374
|
-
children: 大會
|
|
375
|
-
closing_date: 截止日期
|
|
376
|
-
composition: 組成
|
|
377
|
-
created_by: 創建者
|
|
378
|
-
creation_date: 創建日期
|
|
379
|
-
developer_group: 促銷團隊
|
|
380
|
-
duration: 持續時間
|
|
381
|
-
included_at: 包含於
|
|
382
|
-
indefinite_duration: 不確定
|
|
383
|
-
internal_organisation: 內部組織
|
|
384
|
-
is_transparent:
|
|
385
|
-
'false': 不透明
|
|
386
|
-
'true': 透明
|
|
387
|
-
local_area: 組織區域
|
|
388
|
-
participatory_scope: 決定了什麼
|
|
389
|
-
participatory_structure: 如何決定
|
|
390
|
-
private_space: 這是一個私人大會
|
|
391
|
-
purpose_of_action: 行動目的
|
|
392
|
-
read_less: 閱讀減少
|
|
393
|
-
read_more: 閱讀變多
|
|
394
|
-
related_participatory_processes: 相關參與過程
|
|
395
|
-
scope: 範圍
|
|
396
|
-
social_networks: 社群網路
|
|
397
|
-
social_networks_title: 訪問大會
|
|
398
|
-
target: 誰參加
|
|
399
|
-
assembly_members:
|
|
400
|
-
assembly_member:
|
|
401
|
-
designated_on: 指定於
|
|
402
|
-
index:
|
|
403
|
-
title: 成員
|
|
404
|
-
events:
|
|
405
|
-
assemblies:
|
|
406
|
-
create_assembly_member:
|
|
407
|
-
email_intro: <a href="%{resource_url}">%{resource_name}</a> 大會的管理員已將您添加為其成員之一。
|
|
408
|
-
email_outro: 您收到此通知是因為您受邀參加大會。 查看<a href="%{resource_url}">大會頁面</a>進行貢獻!
|
|
409
|
-
email_subject: 您已被邀請成為 %{resource_name} 大會的成員!
|
|
410
|
-
notification_title: 您已註冊為大會 <a href="%{resource_path}">%{resource_name}</a> 的成員。 請檢查<a href="%{resource_path}">大會頁面</a>以作出貢獻!
|
|
411
|
-
assembly:
|
|
412
|
-
role_assigned:
|
|
413
|
-
email_intro: 您已被分配為大會“%{resource_title}”的 %{role}。
|
|
414
|
-
email_outro: 您收到此通知是因為您是“%{resource_title}”大會的 %{role}。
|
|
415
|
-
email_subject: 您已被分配為“%{resource_title}”的 %{role}。
|
|
416
|
-
notification_title: 您已被分配為大會 <a href="%{resource_url}">%{resource_title}</a> 的 %{role}。
|
|
417
|
-
help:
|
|
418
|
-
participatory_spaces:
|
|
419
|
-
assemblies:
|
|
420
|
-
contextual: "<p>一個<strong>大會</strong> 是由一個組織的成員定期集會,就該組織的特定範圍或範圍進行決策。\n</p> <p>大會舉行會議,有些是私人的,有些是公開的。如果是公開的,就可以參加(例如:參加會議,如果容量允許的話,將點加入議程,或評論此機構所採取的提案和決策。)</p> <p>例如:年度大會(每年舉行一次,通過投票定義組織的主要行動方針以及執行機構)、平等顧問委員會(每兩個月舉行一次,就如何改善組織中的性別關係提出建議)、評估委員會(每月舉行一次,監督某個流程) 或保證機構(收集事件、濫用或提案以改善決策程序) 都是大會的例子。.</p>\n"
|
|
421
|
-
page: "<p>一個<strong>大會</strong> 是由一個組織的成員定期集會,就該組織的特定範圍或範圍進行決策。\n</p> <p>大會舉行會議,有些是私人的,有些是公開的。如果是公開的,就可以參加(例如:參加會議,如果容量允許的話,將點加入議程,或評論此機構所採取的提案和決策。)</p> <p>例如:年度大會(每年舉行一次,通過投票定義組織的主要行動方針以及執行機構)、平等顧問委員會(每兩個月舉行一次,就如何改善組織中的性別關係提出建議)、評估委員會(每月舉行一次,監督某個流程) 或保證機構(收集事件、濫用或提案以改善決策程序) 都是大會的例子。.</p>\n"
|
|
422
|
-
title: 什麼是大會?
|
|
423
|
-
log:
|
|
424
|
-
value_types:
|
|
425
|
-
assembly_presenter:
|
|
426
|
-
not_found: '在資料庫中找不到該大會 (ID: %{id})'
|
|
427
|
-
assembly_type_presenter:
|
|
428
|
-
not_found: '在資料庫中找不到該大會類型 (ID: %{id})'
|
|
429
|
-
menu:
|
|
430
|
-
assemblies: 大會
|
|
431
|
-
metrics:
|
|
432
|
-
assemblies:
|
|
433
|
-
description: 建立的大會數量
|
|
434
|
-
object: 大會
|
|
435
|
-
title: 大會
|
|
436
|
-
participatory_processes:
|
|
437
|
-
show:
|
|
438
|
-
related_assemblies: 相關大會
|
|
439
|
-
statistics:
|
|
440
|
-
assemblies_count: 大會
|
|
441
|
-
errors:
|
|
442
|
-
messages:
|
|
443
|
-
cannot_be_blank: 不能為空白
|
|
444
|
-
layouts:
|
|
445
|
-
decidim:
|
|
446
|
-
assemblies:
|
|
447
|
-
assembly:
|
|
448
|
-
more_info: 更多資訊
|
|
449
|
-
take_part: 參與
|
|
450
|
-
index:
|
|
451
|
-
children: '大會: '
|
|
452
|
-
organizational_chart: 組織結構圖
|
|
453
|
-
promoted_assemblies: 關注的大會
|
|
454
|
-
reset_chart: 重置
|
|
455
|
-
order_by_assemblies:
|
|
456
|
-
assemblies:
|
|
457
|
-
other: "%{count} 大會"
|
|
458
|
-
promoted_assembly:
|
|
459
|
-
more_info: 更多資訊
|
|
460
|
-
take_part: 參與
|
|
461
|
-
assembly_navigation:
|
|
462
|
-
assembly_member_menu_item: 成員
|
|
463
|
-
assembly_menu_item: 該大會
|
|
464
|
-
assembly_widgets:
|
|
465
|
-
show:
|
|
466
|
-
take_part: 參與
|
|
@@ -53,6 +53,7 @@ module Decidim
|
|
|
53
53
|
resources :imports, only: [:new, :create] do
|
|
54
54
|
get :example, on: :collection
|
|
55
55
|
end
|
|
56
|
+
resources :reminders, only: [:new, :create]
|
|
56
57
|
end
|
|
57
58
|
|
|
58
59
|
resources :moderations do
|
|
@@ -69,7 +70,9 @@ module Decidim
|
|
|
69
70
|
post :resend_invitation, to: "participatory_space_private_users#resend_invitation"
|
|
70
71
|
end
|
|
71
72
|
collection do
|
|
72
|
-
resource :
|
|
73
|
+
resource :participatory_space_private_users_csv_imports, only: [:new, :create], path: "csv_import" do
|
|
74
|
+
delete :destroy_all
|
|
75
|
+
end
|
|
73
76
|
end
|
|
74
77
|
end
|
|
75
78
|
end
|
|
@@ -100,9 +103,7 @@ module Decidim
|
|
|
100
103
|
decidim_admin_assemblies.assemblies_path,
|
|
101
104
|
icon_name: "dial",
|
|
102
105
|
position: 2.2,
|
|
103
|
-
active:
|
|
104
|
-
is_active_link?(decidim_admin_assemblies.assemblies_types_path) ||
|
|
105
|
-
is_active_link?(decidim_admin_assemblies.edit_assemblies_settings_path),
|
|
106
|
+
active: :inclusive,
|
|
106
107
|
if: allowed_to?(:enter, :space_area, space_name: :assemblies)
|
|
107
108
|
end
|
|
108
109
|
end
|
|
@@ -66,13 +66,13 @@ Decidim.register_participatory_space(:assemblies) do |participatory_space|
|
|
|
66
66
|
Decidim::Faker::Localized.paragraph(sentence_count: 3)
|
|
67
67
|
end,
|
|
68
68
|
organization: organization,
|
|
69
|
-
hero_image: ActiveStorage::Blob.
|
|
69
|
+
hero_image: ActiveStorage::Blob.create_and_upload!(
|
|
70
70
|
io: File.open(File.join(seeds_root, "city.jpeg")),
|
|
71
71
|
filename: "hero_image.jpeg",
|
|
72
72
|
content_type: "image/jpeg",
|
|
73
73
|
metadata: nil
|
|
74
74
|
), # Keep after organization
|
|
75
|
-
banner_image: ActiveStorage::Blob.
|
|
75
|
+
banner_image: ActiveStorage::Blob.create_and_upload!(
|
|
76
76
|
io: File.open(File.join(seeds_root, "city2.jpeg")),
|
|
77
77
|
filename: "banner_image.jpeg",
|
|
78
78
|
content_type: "image/jpeg",
|
|
@@ -132,8 +132,8 @@ Decidim.register_participatory_space(:assemblies) do |participatory_space|
|
|
|
132
132
|
user.update!(
|
|
133
133
|
name: Faker::Name.name,
|
|
134
134
|
nickname: Faker::Twitter.unique.screen_name,
|
|
135
|
-
password: "
|
|
136
|
-
password_confirmation: "
|
|
135
|
+
password: "decidim123456789",
|
|
136
|
+
password_confirmation: "decidim123456789",
|
|
137
137
|
organization: organization,
|
|
138
138
|
confirmed_at: Time.current,
|
|
139
139
|
locale: I18n.default_locale,
|
|
@@ -159,13 +159,13 @@ Decidim.register_participatory_space(:assemblies) do |participatory_space|
|
|
|
159
159
|
Decidim::Faker::Localized.paragraph(sentence_count: 3)
|
|
160
160
|
end,
|
|
161
161
|
organization: organization,
|
|
162
|
-
hero_image: ActiveStorage::Blob.
|
|
162
|
+
hero_image: ActiveStorage::Blob.create_and_upload!(
|
|
163
163
|
io: File.open(File.join(seeds_root, "city.jpeg")),
|
|
164
164
|
filename: "hero_image.jpeg",
|
|
165
165
|
content_type: "image/jpeg",
|
|
166
166
|
metadata: nil
|
|
167
167
|
), # Keep after organization
|
|
168
|
-
banner_image: ActiveStorage::Blob.
|
|
168
|
+
banner_image: ActiveStorage::Blob.create_and_upload!(
|
|
169
169
|
io: File.open(File.join(seeds_root, "city2.jpeg")),
|
|
170
170
|
filename: "banner_image.jpeg",
|
|
171
171
|
content_type: "image/jpeg",
|
|
@@ -197,7 +197,7 @@ Decidim.register_participatory_space(:assemblies) do |participatory_space|
|
|
|
197
197
|
attachment_collection: attachment_collection,
|
|
198
198
|
attached_to: current_assembly,
|
|
199
199
|
content_type: "application/pdf",
|
|
200
|
-
file: ActiveStorage::Blob.
|
|
200
|
+
file: ActiveStorage::Blob.create_and_upload!(
|
|
201
201
|
io: File.open(File.join(seeds_root, "Exampledocument.pdf")),
|
|
202
202
|
filename: "Exampledocument.pdf",
|
|
203
203
|
content_type: "application/pdf",
|
|
@@ -210,7 +210,7 @@ Decidim.register_participatory_space(:assemblies) do |participatory_space|
|
|
|
210
210
|
description: Decidim::Faker::Localized.sentence(word_count: 5),
|
|
211
211
|
attached_to: current_assembly,
|
|
212
212
|
content_type: "image/jpeg",
|
|
213
|
-
file: ActiveStorage::Blob.
|
|
213
|
+
file: ActiveStorage::Blob.create_and_upload!(
|
|
214
214
|
io: File.open(File.join(seeds_root, "city.jpeg")),
|
|
215
215
|
filename: "city.jpeg",
|
|
216
216
|
content_type: "image/jpeg",
|
|
@@ -223,7 +223,7 @@ Decidim.register_participatory_space(:assemblies) do |participatory_space|
|
|
|
223
223
|
description: Decidim::Faker::Localized.sentence(word_count: 5),
|
|
224
224
|
attached_to: current_assembly,
|
|
225
225
|
content_type: "application/pdf",
|
|
226
|
-
file: ActiveStorage::Blob.
|
|
226
|
+
file: ActiveStorage::Blob.create_and_upload!(
|
|
227
227
|
io: File.open(File.join(seeds_root, "Exampledocument.pdf")),
|
|
228
228
|
filename: "Exampledocument.pdf",
|
|
229
229
|
content_type: "application/pdf",
|
|
@@ -105,7 +105,6 @@ FactoryBot.define do
|
|
|
105
105
|
end
|
|
106
106
|
|
|
107
107
|
organization { assembly.organization }
|
|
108
|
-
admin_terms_accepted_at { Time.current }
|
|
109
108
|
|
|
110
109
|
after(:create) do |user, evaluator|
|
|
111
110
|
create :assembly_user_role,
|
|
@@ -121,7 +120,6 @@ FactoryBot.define do
|
|
|
121
120
|
end
|
|
122
121
|
|
|
123
122
|
organization { assembly.organization }
|
|
124
|
-
admin_terms_accepted_at { Time.current }
|
|
125
123
|
|
|
126
124
|
after(:create) do |user, evaluator|
|
|
127
125
|
create :assembly_user_role,
|
|
@@ -137,7 +135,6 @@ FactoryBot.define do
|
|
|
137
135
|
end
|
|
138
136
|
|
|
139
137
|
organization { assembly.organization }
|
|
140
|
-
admin_terms_accepted_at { Time.current }
|
|
141
138
|
|
|
142
139
|
after(:create) do |user, evaluator|
|
|
143
140
|
create :assembly_user_role,
|
|
@@ -153,7 +150,6 @@ FactoryBot.define do
|
|
|
153
150
|
end
|
|
154
151
|
|
|
155
152
|
organization { assembly.organization }
|
|
156
|
-
admin_terms_accepted_at { Time.current }
|
|
157
153
|
|
|
158
154
|
after(:create) do |user, evaluator|
|
|
159
155
|
create :assembly_user_role,
|