decidim-assemblies 0.26.8 → 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 -6
- 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/assemblies_types_controller.rb +1 -1
- 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/assembly_members_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 -3
- data/app/views/decidim/assemblies/admin/assemblies/new.html.erb +0 -2
- data/app/views/decidim/assemblies/admin/assemblies_settings/edit.html.erb +0 -1
- data/app/views/decidim/assemblies/admin/assemblies_types/edit.html.erb +0 -1
- data/app/views/decidim/assemblies/admin/assemblies_types/index.html.erb +0 -2
- data/app/views/decidim/assemblies/admin/assemblies_types/new.html.erb +0 -1
- 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/app/views/layouts/decidim/admin/assembly.html.erb +0 -1
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +7 -76
- data/config/locales/bg.yml +1 -4
- data/config/locales/ca.yml +8 -12
- data/config/locales/cs.yml +20 -24
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +9 -13
- data/config/locales/el.yml +6 -32
- data/config/locales/en.yml +6 -11
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +8 -12
- data/config/locales/es-PY.yml +8 -12
- data/config/locales/es.yml +10 -14
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +27 -33
- data/config/locales/fi-plain.yml +9 -13
- data/config/locales/fi.yml +11 -15
- data/config/locales/fr-CA.yml +9 -13
- data/config/locales/fr.yml +14 -18
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +6 -8
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +8 -57
- data/config/locales/id-ID.yml +6 -1
- data/config/locales/is-IS.yml +9 -6
- data/config/locales/it.yml +8 -11
- data/config/locales/ja.yml +6 -10
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +6 -8
- data/config/locales/lt.yml +1 -466
- data/config/locales/lv.yml +4 -1
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +23 -31
- data/config/locales/no.yml +6 -9
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +6 -4
- data/config/locales/pt-BR.yml +7 -29
- data/config/locales/pt.yml +4 -7
- data/config/locales/ro-RO.yml +5 -22
- data/config/locales/ru.yml +7 -3
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +1 -17
- data/config/locales/sl.yml +5 -15
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +1 -0
- data/config/locales/sv.yml +12 -20
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +8 -24
- data/config/locales/uk.yml +7 -3
- data/config/locales/val-ES.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +4 -7
- data/config/locales/zh-TW.yml +1 -462
- 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 -48
- data/app/services/decidim/assemblies/assembly_search.rb +0 -18
- data/config/environment.rb +0 -0
- 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 -60
- data/config/locales/lo-LA.yml +0 -1
- data/config/locales/oc-FR.yml +0 -1
data/config/locales/tr-TR.yml
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
|
+
---
|
|
1
2
|
tr:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
4
5
|
assemblies_setting:
|
|
5
6
|
enable_organization_chart: Organizasyon şemasını etkinleştir
|
|
6
|
-
assemblies_type:
|
|
7
|
-
title: Başlik / Unvani
|
|
8
7
|
assembly:
|
|
9
|
-
announcement: Duyuru
|
|
10
8
|
area_id: Alan
|
|
11
9
|
assembly_type: Kurul türü
|
|
12
10
|
assembly_type_other: Diğer montaj türü
|
|
@@ -25,16 +23,12 @@ tr:
|
|
|
25
23
|
decidim_scope_id: kapsam
|
|
26
24
|
description: Açıklama
|
|
27
25
|
developer_group: Tanıtım grubu
|
|
28
|
-
document: Belge
|
|
29
26
|
domain: domain
|
|
30
27
|
duration: süre
|
|
31
28
|
facebook: Facebook
|
|
32
29
|
github: GitHub
|
|
33
30
|
hashtag: Başlık etiketi
|
|
34
31
|
hero_image: Ana resim
|
|
35
|
-
import_attachments: Eki içe aktar
|
|
36
|
-
import_categories: Kategorileri içe aktar
|
|
37
|
-
import_components: Bireşenleri içe aktar
|
|
38
32
|
included_at: Dahil
|
|
39
33
|
instagram: Instagram
|
|
40
34
|
internal_organisation: İç organizasyon
|
|
@@ -59,7 +53,6 @@ tr:
|
|
|
59
53
|
target: Katılanlar
|
|
60
54
|
title: Başlık
|
|
61
55
|
twitter: Twitter
|
|
62
|
-
weight: Sipariş pozisyonu
|
|
63
56
|
youtube: YouTube
|
|
64
57
|
assembly_member:
|
|
65
58
|
birthday: Doğum günü
|
|
@@ -68,20 +61,12 @@ tr:
|
|
|
68
61
|
designation_date: Atama tarihi
|
|
69
62
|
full_name: Ad Soyad
|
|
70
63
|
gender: Cinsiyet
|
|
71
|
-
non_user_avatar: Profil resmi
|
|
72
64
|
position: Pozisyon
|
|
73
65
|
user_id: Kullanıcı
|
|
74
|
-
weight: Sipatiş pozisyonu
|
|
75
66
|
assembly_user_role:
|
|
76
67
|
email: E-posta
|
|
77
68
|
name: Adı
|
|
78
69
|
role: Rol
|
|
79
|
-
errors:
|
|
80
|
-
models:
|
|
81
|
-
assembly:
|
|
82
|
-
attributes:
|
|
83
|
-
document:
|
|
84
|
-
invalid_document_type: 'Geçersiz belge türü. Kabul edilen biçimler şunlardır: %{valid_mime_types}'
|
|
85
70
|
activerecord:
|
|
86
71
|
models:
|
|
87
72
|
decidim/assembly:
|
|
@@ -190,9 +175,6 @@ tr:
|
|
|
190
175
|
update:
|
|
191
176
|
error: Bu kurul için bir yönetici güncellenirken bir sorun oluştu.
|
|
192
177
|
success: Yönetici bu kurul için başarıyla güncellendi.
|
|
193
|
-
filters:
|
|
194
|
-
decidim_assemblies_type_id_eq:
|
|
195
|
-
label: Montaj tipi
|
|
196
178
|
menu:
|
|
197
179
|
assemblies: Kurullar
|
|
198
180
|
assemblies_settings: Ayarlar
|
|
@@ -276,7 +258,6 @@ tr:
|
|
|
276
258
|
duration_help: Bu kurulun süresi sınırlıysa, bitiş tarihini seçin. Aksi takdirde belirsiz görünecektir.
|
|
277
259
|
filters: Filtreler
|
|
278
260
|
images: Resimler
|
|
279
|
-
included_at_help: Bu kurulun Decidim'e eklendiği tarihi seçin. Yaratılış tarihi ile aynı olmak zorunda değildir.
|
|
280
261
|
metadata: Meta veri
|
|
281
262
|
other: Diğer
|
|
282
263
|
select_a_created_by: tarafından oluşturulanı seçin
|
|
@@ -357,7 +338,9 @@ tr:
|
|
|
357
338
|
pages:
|
|
358
339
|
home:
|
|
359
340
|
highlighted_assemblies:
|
|
341
|
+
active_assemblies: Aktif kurullar
|
|
360
342
|
assemblies_button_title: Tüm kurulları görüntüleyen Kurullar sayfasına bağlantı
|
|
343
|
+
see_all_assemblies: Tüm kurulları gör
|
|
361
344
|
user_profile:
|
|
362
345
|
member_of:
|
|
363
346
|
member_of: Üyesi
|
|
@@ -366,12 +349,13 @@ tr:
|
|
|
366
349
|
assembly_type: Kurul türü
|
|
367
350
|
children: Kurullar
|
|
368
351
|
closing_date: Kapanış tarihi
|
|
369
|
-
composition:
|
|
370
|
-
created_by:
|
|
371
|
-
creation_date:
|
|
352
|
+
composition: Komposizyon
|
|
353
|
+
created_by: Oluşturan
|
|
354
|
+
creation_date: Oluşturulma tarihi
|
|
372
355
|
developer_group: Tanıtım grubu
|
|
373
356
|
duration: Süre
|
|
374
357
|
included_at: Dahil
|
|
358
|
+
indefinite_duration: Belirsiz
|
|
375
359
|
internal_organisation: İç organizasyon
|
|
376
360
|
is_transparent:
|
|
377
361
|
'false': opak
|
|
@@ -384,7 +368,7 @@ tr:
|
|
|
384
368
|
read_less: Daha az oku
|
|
385
369
|
read_more: Daha fazla oku
|
|
386
370
|
related_participatory_processes: İlgili katılımcı süreçleri
|
|
387
|
-
scope:
|
|
371
|
+
scope: Kapsam
|
|
388
372
|
social_networks: Sosyal ağlar
|
|
389
373
|
target: Katılanlar
|
|
390
374
|
assembly_members:
|
data/config/locales/uk.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
uk:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -222,7 +223,6 @@ uk:
|
|
|
222
223
|
assemblies:
|
|
223
224
|
form:
|
|
224
225
|
duration_help: Якщо тривалість цих зборів обмежена, оберіть дату завершення. В іншому випадку вони будуть показуватися як безстрокові.
|
|
225
|
-
included_at_help: Оберіть дату, коли ці збори були додані до Десідім. Вона не обов'язково має бути тою самою ж, що і дата створення.
|
|
226
226
|
select_a_created_by: Вкажіть, ким створені
|
|
227
227
|
select_an_area: Оберіть дільницю
|
|
228
228
|
select_an_assembly_type: Оберіть різновид зборів
|
|
@@ -269,9 +269,11 @@ uk:
|
|
|
269
269
|
public: Громадяни
|
|
270
270
|
index:
|
|
271
271
|
title: Збори
|
|
272
|
-
last_activity:
|
|
273
|
-
new_assembly: Додати збори
|
|
274
272
|
pages:
|
|
273
|
+
home:
|
|
274
|
+
highlighted_assemblies:
|
|
275
|
+
active_assemblies: Діючі збори
|
|
276
|
+
see_all_assemblies: Переглянути всі збори
|
|
275
277
|
user_profile:
|
|
276
278
|
member_of:
|
|
277
279
|
member_of: 'Входить у склад:'
|
|
@@ -286,6 +288,7 @@ uk:
|
|
|
286
288
|
developer_group: Робочий гурт з просування
|
|
287
289
|
duration: Тривалість
|
|
288
290
|
included_at: Включено в
|
|
291
|
+
indefinite_duration: Безстрокова
|
|
289
292
|
internal_organisation: Внутрішня організація
|
|
290
293
|
is_transparent:
|
|
291
294
|
'false': непрозорі
|
|
@@ -329,6 +332,7 @@ uk:
|
|
|
329
332
|
many: "%{count} зборів"
|
|
330
333
|
other: "%{count} зборів"
|
|
331
334
|
promoted_assembly:
|
|
335
|
+
more_info: Додаткові відомості
|
|
332
336
|
take_part: Взяти участь
|
|
333
337
|
assembly_navigation:
|
|
334
338
|
assembly_menu_item: Збори
|
data/config/locales/val-ES.yml
CHANGED
data/config/locales/vi.yml
CHANGED
data/config/locales/zh-CN.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
zh-CN:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -63,12 +64,6 @@ zh-CN:
|
|
|
63
64
|
email: 电子邮件地址
|
|
64
65
|
name: 名称
|
|
65
66
|
role: 作用
|
|
66
|
-
errors:
|
|
67
|
-
models:
|
|
68
|
-
assembly:
|
|
69
|
-
attributes:
|
|
70
|
-
document:
|
|
71
|
-
invalid_document_type: '无效的文档类型。接受的格式为: %{valid_mime_types}'
|
|
72
67
|
activerecord:
|
|
73
68
|
models:
|
|
74
69
|
decidim/assembly:
|
|
@@ -257,7 +252,6 @@ zh-CN:
|
|
|
257
252
|
duration_help: 如果这个程序集的持续时间有限,请选择结束日期。否则,它将显示为无限期。
|
|
258
253
|
filters: 筛选器
|
|
259
254
|
images: 图像
|
|
260
|
-
included_at_help: 选择程序集添加到 Decidim 的日期。它不一定与创建日期相同。
|
|
261
255
|
metadata: 元数据
|
|
262
256
|
other: 其他
|
|
263
257
|
select_a_created_by: 选择创建者:
|
|
@@ -335,7 +329,9 @@ zh-CN:
|
|
|
335
329
|
pages:
|
|
336
330
|
home:
|
|
337
331
|
highlighted_assemblies:
|
|
332
|
+
active_assemblies: 活动的组件
|
|
338
333
|
assemblies_button_title: 链接到显示所有程序集的程序集页面
|
|
334
|
+
see_all_assemblies: 查看所有程序集
|
|
339
335
|
user_profile:
|
|
340
336
|
member_of:
|
|
341
337
|
member_of: 成员
|
|
@@ -350,6 +346,7 @@ zh-CN:
|
|
|
350
346
|
developer_group: 促销者组
|
|
351
347
|
duration: 期限
|
|
352
348
|
included_at: 包含于
|
|
349
|
+
indefinite_duration: 不确定
|
|
353
350
|
internal_organisation: 内部组织
|
|
354
351
|
is_transparent:
|
|
355
352
|
'false': 不透明度
|
data/config/locales/zh-TW.yml
CHANGED
|
@@ -1,463 +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: "One\n集會\n\nOther\n集會"
|
|
89
|
-
decidim/assembly_member:
|
|
90
|
-
other: "One\n集會成員\nOther\n集會成員"
|
|
91
|
-
decidim/assembly_user_role:
|
|
92
|
-
other: "One\n集會使用者角色\nOther\n集會使用者角色"
|
|
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
|
-
assemblies_button_title: 鏈接到顯示所有大會的大會頁面
|
|
366
|
-
user_profile:
|
|
367
|
-
member_of:
|
|
368
|
-
member_of: 的成員
|
|
369
|
-
show:
|
|
370
|
-
area: 區域
|
|
371
|
-
assembly_type: 大會類型
|
|
372
|
-
children: 大會
|
|
373
|
-
closing_date: 截止日期
|
|
374
|
-
composition: 組成
|
|
375
|
-
created_by: 創建者
|
|
376
|
-
creation_date: 創建日期
|
|
377
|
-
developer_group: 促銷團隊
|
|
378
|
-
duration: 持續時間
|
|
379
|
-
included_at: 包含於
|
|
380
|
-
internal_organisation: 內部組織
|
|
381
|
-
is_transparent:
|
|
382
|
-
'false': 不透明
|
|
383
|
-
'true': 透明
|
|
384
|
-
local_area: 組織區域
|
|
385
|
-
participatory_scope: 決定了什麼
|
|
386
|
-
participatory_structure: 如何決定
|
|
387
|
-
private_space: 這是一個私人大會
|
|
388
|
-
purpose_of_action: 行動目的
|
|
389
|
-
read_less: 閱讀減少
|
|
390
|
-
read_more: 閱讀變多
|
|
391
|
-
related_participatory_processes: 相關參與過程
|
|
392
|
-
scope: 範圍
|
|
393
|
-
social_networks: 社群網路
|
|
394
|
-
social_networks_title: 訪問大會
|
|
395
|
-
target: 誰參加
|
|
396
|
-
assembly_members:
|
|
397
|
-
assembly_member:
|
|
398
|
-
designated_on: 指定於
|
|
399
|
-
index:
|
|
400
|
-
title: 成員
|
|
401
|
-
events:
|
|
402
|
-
assemblies:
|
|
403
|
-
create_assembly_member:
|
|
404
|
-
email_intro: <a href="%{resource_url}">%{resource_name}</a> 大會的管理員已將您添加為其成員之一。
|
|
405
|
-
email_outro: 您收到此通知是因為您受邀參加大會。 查看<a href="%{resource_url}">大會頁面</a>進行貢獻!
|
|
406
|
-
email_subject: 您已被邀請成為 %{resource_name} 大會的成員!
|
|
407
|
-
notification_title: 您已註冊為大會 <a href="%{resource_path}">%{resource_name}</a> 的成員。 請檢查<a href="%{resource_path}">大會頁面</a>以作出貢獻!
|
|
408
|
-
assembly:
|
|
409
|
-
role_assigned:
|
|
410
|
-
email_intro: 您已被分配為大會“%{resource_title}”的 %{role}。
|
|
411
|
-
email_outro: 您收到此通知是因為您是“%{resource_title}”大會的 %{role}。
|
|
412
|
-
email_subject: 您已被分配為“%{resource_title}”的 %{role}。
|
|
413
|
-
notification_title: 您已被分配為大會 <a href="%{resource_url}">%{resource_title}</a> 的 %{role}。
|
|
414
|
-
help:
|
|
415
|
-
participatory_spaces:
|
|
416
|
-
assemblies:
|
|
417
|
-
contextual: "<p>一個<strong>大會</strong> 是由一個組織的成員定期集會,就該組織的特定範圍或範圍進行決策。\n</p> <p>大會舉行會議,有些是私人的,有些是公開的。如果是公開的,就可以參加(例如:參加會議,如果容量允許的話,將點加入議程,或評論此機構所採取的提案和決策。)</p> <p>例如:年度大會(每年舉行一次,通過投票定義組織的主要行動方針以及執行機構)、平等顧問委員會(每兩個月舉行一次,就如何改善組織中的性別關係提出建議)、評估委員會(每月舉行一次,監督某個流程) 或保證機構(收集事件、濫用或提案以改善決策程序) 都是大會的例子。.</p>\n"
|
|
418
|
-
page: "<p>一個<strong>大會</strong> 是由一個組織的成員定期集會,就該組織的特定範圍或範圍進行決策。\n</p> <p>大會舉行會議,有些是私人的,有些是公開的。如果是公開的,就可以參加(例如:參加會議,如果容量允許的話,將點加入議程,或評論此機構所採取的提案和決策。)</p> <p>例如:年度大會(每年舉行一次,通過投票定義組織的主要行動方針以及執行機構)、平等顧問委員會(每兩個月舉行一次,就如何改善組織中的性別關係提出建議)、評估委員會(每月舉行一次,監督某個流程) 或保證機構(收集事件、濫用或提案以改善決策程序) 都是大會的例子。.</p>\n"
|
|
419
|
-
title: 什麼是大會?
|
|
420
|
-
log:
|
|
421
|
-
value_types:
|
|
422
|
-
assembly_presenter:
|
|
423
|
-
not_found: '在資料庫中找不到該大會 (ID: %{id})'
|
|
424
|
-
assembly_type_presenter:
|
|
425
|
-
not_found: '在資料庫中找不到該大會類型 (ID: %{id})'
|
|
426
|
-
menu:
|
|
427
|
-
assemblies: 大會
|
|
428
|
-
metrics:
|
|
429
|
-
assemblies:
|
|
430
|
-
description: 建立的大會數量
|
|
431
|
-
object: 大會
|
|
432
|
-
title: 大會
|
|
433
|
-
participatory_processes:
|
|
434
|
-
show:
|
|
435
|
-
related_assemblies: 相關大會
|
|
436
|
-
statistics:
|
|
437
|
-
assemblies_count: 大會
|
|
438
|
-
errors:
|
|
439
|
-
messages:
|
|
440
|
-
cannot_be_blank: 不能為空白
|
|
441
|
-
layouts:
|
|
442
|
-
decidim:
|
|
443
|
-
assemblies:
|
|
444
|
-
assembly:
|
|
445
|
-
more_info: 更多資訊
|
|
446
|
-
take_part: 參與
|
|
447
|
-
index:
|
|
448
|
-
children: '大會: '
|
|
449
|
-
organizational_chart: 組織結構圖
|
|
450
|
-
promoted_assemblies: 關注的大會
|
|
451
|
-
reset_chart: 重置
|
|
452
|
-
order_by_assemblies:
|
|
453
|
-
assemblies:
|
|
454
|
-
other: "%{count} 大會"
|
|
455
|
-
promoted_assembly:
|
|
456
|
-
more_info: 更多資訊
|
|
457
|
-
take_part: 參與
|
|
458
|
-
assembly_navigation:
|
|
459
|
-
assembly_member_menu_item: 成員
|
|
460
|
-
assembly_menu_item: 該大會
|
|
461
|
-
assembly_widgets:
|
|
462
|
-
show:
|
|
463
|
-
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
|