decidim-assemblies 0.26.5 → 0.26.7
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/views/decidim/assemblies/admin/assemblies/_form.html.erb +2 -2
- data/app/views/decidim/assemblies/assemblies/show.html.erb +5 -5
- data/config/locales/ar.yml +72 -0
- data/config/locales/eu.yml +5 -5
- data/config/locales/fa-IR.yml +1 -0
- data/config/locales/fi.yml +1 -1
- data/config/locales/kaa.yml +1 -0
- data/config/locales/ro-RO.yml +1 -0
- data/config/locales/tr-TR.yml +13 -0
- data/config/locales/zh-TW.yml +465 -0
- data/lib/decidim/assemblies/version.rb +1 -1
- metadata +14 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 33b62c9bc6640ab5c076b9f912ba7f7177bf15bd4cab596b437bba8bb38569a0
|
|
4
|
+
data.tar.gz: 34dea20a9466d0a72643a46ae5d7f96b95ab339cf2e4911a42cb6632fa97e0e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f02322f44990a2101c67ba3877c2179f7a50b3212cb6408182accc437ad132b649deca27de465a1825cb83ca6a0a71831b191d39c10f927f28624802c434fae
|
|
7
|
+
data.tar.gz: '00990e8ea06c2bef6340572cc2beac4e7d5a8fc2a70935da2bb9e7ab3b13d62fc014fbbc4aa2878da17be19171dd974a930a3b31de38891e9f8ae5c3f627d1a0'
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
</div>
|
|
35
35
|
|
|
36
36
|
<div class="row column">
|
|
37
|
-
<%= form.translated :editor, :description
|
|
37
|
+
<%= form.translated :editor, :description %>
|
|
38
38
|
</div>
|
|
39
39
|
|
|
40
40
|
<div class="row column">
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
</div>
|
|
80
80
|
|
|
81
81
|
<div class="row column" id="closing_date_reason_div">
|
|
82
|
-
<%= form.translated :editor, :closing_date_reason %>
|
|
82
|
+
<%= form.translated :editor, :closing_date_reason, toolbar: :content %>
|
|
83
83
|
</div>
|
|
84
84
|
</div>
|
|
85
85
|
|
|
@@ -37,9 +37,9 @@ edit_link(
|
|
|
37
37
|
<div class="section">
|
|
38
38
|
<h2 class="show-for-sr"><%= t(".title") %></h2>
|
|
39
39
|
<div class="lead">
|
|
40
|
-
<%=
|
|
40
|
+
<%= decidim_sanitize_editor_admin translated_attribute(current_participatory_space.short_description) %>
|
|
41
41
|
</div>
|
|
42
|
-
<%=
|
|
42
|
+
<%= decidim_sanitize_editor_admin translated_attribute(current_participatory_space.description) %>
|
|
43
43
|
|
|
44
44
|
<% if current_participatory_space.private_space? %>
|
|
45
45
|
<%= assembly_features(current_participatory_space) %>
|
|
@@ -57,21 +57,21 @@ edit_link(
|
|
|
57
57
|
<% if translated_attribute(current_participatory_space.purpose_of_action).present? %>
|
|
58
58
|
<div class="section">
|
|
59
59
|
<h3 class="section-heading"><%= t("purpose_of_action", scope: "decidim.assemblies.show") %></h3>
|
|
60
|
-
<%=
|
|
60
|
+
<%= decidim_sanitize_editor_admin translated_attribute(current_participatory_space.purpose_of_action) %>
|
|
61
61
|
</div>
|
|
62
62
|
<% end %>
|
|
63
63
|
|
|
64
64
|
<% if translated_attribute(current_participatory_space.internal_organisation).present? %>
|
|
65
65
|
<div class="section">
|
|
66
66
|
<h3 class="section-heading"><%= t("internal_organisation", scope: "decidim.assemblies.show") %></h3>
|
|
67
|
-
<%=
|
|
67
|
+
<%= decidim_sanitize_editor_admin translated_attribute(current_participatory_space.internal_organisation) %>
|
|
68
68
|
</div>
|
|
69
69
|
<% end %>
|
|
70
70
|
|
|
71
71
|
<% if translated_attribute(current_participatory_space.composition).present? %>
|
|
72
72
|
<div class="section">
|
|
73
73
|
<h3 class="section-heading"><%= t("composition", scope: "decidim.assemblies.show") %></h3>
|
|
74
|
-
<%=
|
|
74
|
+
<%= decidim_sanitize_editor_admin translated_attribute(current_participatory_space.composition) %>
|
|
75
75
|
</div>
|
|
76
76
|
<% end %>
|
|
77
77
|
<div class="section text-center">
|
data/config/locales/ar.yml
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
ar:
|
|
2
2
|
activemodel:
|
|
3
3
|
attributes:
|
|
4
|
+
assemblies_setting:
|
|
5
|
+
enable_organization_chart: تمكين الخريطة التنظيمية
|
|
6
|
+
assemblies_type:
|
|
7
|
+
title: العنوان
|
|
4
8
|
assembly:
|
|
9
|
+
announcement: إعلان
|
|
5
10
|
area_id: المنطقة
|
|
6
11
|
assembly_type: نوع التجمع
|
|
7
12
|
assembly_type_other: نوع آخر مِن الجمعيات
|
|
@@ -20,12 +25,16 @@ ar:
|
|
|
20
25
|
decidim_scope_id: النطاق
|
|
21
26
|
description: الوصف
|
|
22
27
|
developer_group: مجموعة المروجين
|
|
28
|
+
document: وثيقة
|
|
23
29
|
domain: النطاق
|
|
24
30
|
duration: المدة الزمنية
|
|
25
31
|
facebook: فيسبوك
|
|
26
32
|
github: غِت هَب
|
|
27
33
|
hashtag: الوسم
|
|
28
34
|
hero_image: الصورة الرئيسية
|
|
35
|
+
import_attachments: استيراد المرفقات
|
|
36
|
+
import_categories: استيراد الفئات
|
|
37
|
+
import_components: استيراد المكونات
|
|
29
38
|
included_at: المدرجة في
|
|
30
39
|
instagram: انستجرام
|
|
31
40
|
internal_organisation: التنظيم الداخلي
|
|
@@ -50,6 +59,7 @@ ar:
|
|
|
50
59
|
target: من يشارك
|
|
51
60
|
title: العنوان
|
|
52
61
|
twitter: تويتر
|
|
62
|
+
weight: موضع الطلب
|
|
53
63
|
youtube: يوتيوب
|
|
54
64
|
assembly_member:
|
|
55
65
|
birthday: تاريخ الميلاد
|
|
@@ -61,6 +71,7 @@ ar:
|
|
|
61
71
|
non_user_avatar: الصورة الرمزية
|
|
62
72
|
position: الموقع
|
|
63
73
|
user_id: مستخدم أو مجموعة
|
|
74
|
+
weight: موضع الطلب
|
|
64
75
|
assembly_user_role:
|
|
65
76
|
email: البريد الإلكتروني
|
|
66
77
|
name: الاسم
|
|
@@ -115,8 +126,13 @@ ar:
|
|
|
115
126
|
create:
|
|
116
127
|
error: حدثت مشكلة في تكرار هذا التجميع.
|
|
117
128
|
success: الجمعية مكررة بنجاح.
|
|
129
|
+
assemblies_settings:
|
|
130
|
+
update:
|
|
131
|
+
error: طرأت مشكلة أثناء تحديث الإعدادات.
|
|
132
|
+
success: تم تحديث الإعدادات بنجاح.
|
|
118
133
|
assemblies_types:
|
|
119
134
|
create:
|
|
135
|
+
error: حدثت مشكلة أثناء إنشاء جمعية جديدة.
|
|
120
136
|
success: تم إنشاء نوع الجمعية بنجاح.
|
|
121
137
|
destroy:
|
|
122
138
|
success: تم حذف نوع الجمعية بنجاح.
|
|
@@ -132,8 +148,13 @@ ar:
|
|
|
132
148
|
select: حدد البيانات التي ترغب في تكرارها
|
|
133
149
|
title: نسخ الجمعية
|
|
134
150
|
assembly_imports:
|
|
151
|
+
create:
|
|
152
|
+
error: حدثت مشكلة أثناء استيراد هذه الجمعية.
|
|
153
|
+
success: تم استيراد الجمعية بنجاح.
|
|
135
154
|
new:
|
|
136
155
|
import: استيراد
|
|
156
|
+
select: اختر البيانات التي ترغب في استيرادها
|
|
157
|
+
title: استيراد الجمعية
|
|
137
158
|
assembly_members:
|
|
138
159
|
create:
|
|
139
160
|
error: حدثت مشكلة أثناء إضافة عضو لهذا التجميع.
|
|
@@ -175,6 +196,9 @@ ar:
|
|
|
175
196
|
update:
|
|
176
197
|
error: حدثت مشكلة أثناء تحديث مشرفٍ على هذه الجمعية.
|
|
177
198
|
success: تم تحديث المشرف على هذه الجمعية بنجاح.
|
|
199
|
+
filters:
|
|
200
|
+
decidim_assemblies_type_id_eq:
|
|
201
|
+
label: نوع الجمعية
|
|
178
202
|
menu:
|
|
179
203
|
assemblies: الجمعيات
|
|
180
204
|
assemblies_settings: الإعدادات
|
|
@@ -225,6 +249,7 @@ ar:
|
|
|
225
249
|
admin: مدير
|
|
226
250
|
collaborator: متعاون
|
|
227
251
|
moderator: مُشرف
|
|
252
|
+
valuator: مُقيِّم
|
|
228
253
|
titles:
|
|
229
254
|
assemblies: الجمعيات
|
|
230
255
|
assemblies_types: أنواع التجمّعات
|
|
@@ -238,8 +263,14 @@ ar:
|
|
|
238
263
|
create: "%{user_name} أنشأ العضو %{resource_name} في الجمعية %{space_name}"
|
|
239
264
|
delete: "%{user_name} إزالة العضو %{resource_name} من الجمعية %{space_name}"
|
|
240
265
|
update: "%{user_name} بتحديث العضو %{resource_name} في الجمعية %{space_name}"
|
|
266
|
+
assembly_setting:
|
|
267
|
+
update: "قام %{user_name} بتحديث إعدادات الجمعية"
|
|
241
268
|
assembly_type:
|
|
242
269
|
create: "قام %{user_name} بإنشاء نوع الجمعية %{resource_name}"
|
|
270
|
+
delete: "%{user_name} حذف نوع التجمع %{resource_name}"
|
|
271
|
+
publish: "%{user_name} نشر نوع الجمعية %{resource_name}"
|
|
272
|
+
unpublish: "%{user_name} قام بإلغاء نشر نوع الجمعية %{resource_name}"
|
|
273
|
+
update: "%{user_name} حدث نوع الجمعية %{resource_name}"
|
|
243
274
|
assembly_user_role:
|
|
244
275
|
create: "%{user_name} دعا %{resource_name} إلى %{space_name} الجمعية"
|
|
245
276
|
delete: "%{user_name} أزال المشارك %{resource_name} من الجمعية %{space_name}"
|
|
@@ -248,6 +279,7 @@ ar:
|
|
|
248
279
|
admin:
|
|
249
280
|
assemblies:
|
|
250
281
|
form:
|
|
282
|
+
announcement_help: سيظهر النص الذي أدخلته هنا للمستخدم مباشرة تحت معلومات الجمعية.
|
|
251
283
|
duration: المدة الزمنية
|
|
252
284
|
duration_help: إذا كانت مدة هذه الجمعية محدودة ، فحدد تاريخ الانتهاء. خلاف ذلك ، سوف يظهر على أنه غير مسمى.
|
|
253
285
|
filters: مرشحات
|
|
@@ -263,16 +295,28 @@ ar:
|
|
|
263
295
|
social_handlers: التواصل الاجتماعي
|
|
264
296
|
title: معلومات عامة
|
|
265
297
|
visbility: الرؤية
|
|
298
|
+
assemblies_settings:
|
|
299
|
+
edit:
|
|
300
|
+
update: تحديث
|
|
301
|
+
form:
|
|
302
|
+
title: إعدادات الجمعية
|
|
266
303
|
assemblies_types:
|
|
267
304
|
form:
|
|
268
305
|
title: العنوان
|
|
269
306
|
assembly_copies:
|
|
270
307
|
form:
|
|
271
308
|
slug_help: 'يتم استخدام slugs URL لإنشاء عناوين URL التي تشير إلى هذا التجميع. يقبل الحروف والأرقام والشرطات فقط ، ويجب أن يبدأ بحرف. مثال: %{url}'
|
|
309
|
+
assembly_imports:
|
|
310
|
+
form:
|
|
311
|
+
document_legend: إضافة وثيقة
|
|
312
|
+
slug_help: 'يتم استخدام سبائك URL لإنشاء عناوين URL التي تشير إلى هذا التجمع. تُقبل الحروف والأرقام والشرطات فقط، ويجب أن تبدأ بحرف. مثال: %{url}'
|
|
272
313
|
assembly_members:
|
|
273
314
|
form:
|
|
274
315
|
existing_user: المشارك الحالي
|
|
316
|
+
explanation: 'إرشادات للصورة:'
|
|
317
|
+
image_guide: يفضل أن تكون صورة لا تحتوي على أي نص.
|
|
275
318
|
non_user: غير مشارك
|
|
319
|
+
non_user_avatar_help: يجب أن تحصل على موافقة الأشخاص قبل نشرهم كأعضاء.
|
|
276
320
|
select_a_position: اختر المنصب
|
|
277
321
|
select_user: اختيار مشارك
|
|
278
322
|
user_type: نوع المشارك
|
|
@@ -286,6 +330,12 @@ ar:
|
|
|
286
330
|
content_blocks:
|
|
287
331
|
highlighted_assemblies:
|
|
288
332
|
max_results: أقصى قدر من العناصر لإظهارها
|
|
333
|
+
new_import:
|
|
334
|
+
accepted_types:
|
|
335
|
+
json: ملفات بصيغة (JSON)
|
|
336
|
+
assemblies:
|
|
337
|
+
show:
|
|
338
|
+
title: حول الجمعية
|
|
289
339
|
assembly_members:
|
|
290
340
|
index:
|
|
291
341
|
members: الأعضاء
|
|
@@ -322,6 +372,7 @@ ar:
|
|
|
322
372
|
home:
|
|
323
373
|
highlighted_assemblies:
|
|
324
374
|
active_assemblies: الجمعيات النشطة
|
|
375
|
+
assemblies_button_title: رابط إلى صفحة الجمعيات لاستعراض جميع الجمعيات
|
|
325
376
|
see_all_assemblies: عرض كافة الجمعيات
|
|
326
377
|
user_profile:
|
|
327
378
|
member_of:
|
|
@@ -352,12 +403,26 @@ ar:
|
|
|
352
403
|
related_participatory_processes: العمليات التشاركية ذات الصلة
|
|
353
404
|
scope: نطاق
|
|
354
405
|
social_networks: شبكات التواصل الاجتماعي
|
|
406
|
+
social_networks_title: زيارة التجمع على
|
|
355
407
|
target: من يشارك
|
|
356
408
|
assembly_members:
|
|
357
409
|
assembly_member:
|
|
358
410
|
designated_on: المعينة على
|
|
359
411
|
index:
|
|
360
412
|
title: الأعضاء
|
|
413
|
+
events:
|
|
414
|
+
assemblies:
|
|
415
|
+
create_assembly_member:
|
|
416
|
+
email_intro: قام مشرف في تجمع <a href="%{resource_url}">%{resource_name}</a> بإضافتك كأحد الأعضاء فيه.
|
|
417
|
+
email_outro: لقد تلقيت هذا الإشعار لأنك قد دُعيت إلى التجمع. تحقق من <a href="%{resource_url}">صفحة التجمع</a> من أجل المساهمة!
|
|
418
|
+
email_subject: لقد تمت دعوتك لتكون عضوا في جمعية %{resource_name}!
|
|
419
|
+
notification_title: لقد تم تسجيلك كعضو في التجمع <a href="%{resource_path}">%{resource_name}</a>. تحقق من <a href="%{resource_path}">صفحة التجميع</a> للمساهمة!
|
|
420
|
+
assembly:
|
|
421
|
+
role_assigned:
|
|
422
|
+
email_intro: تم إعطائك %{role} في تجمع %{resource_title}.
|
|
423
|
+
email_outro: تلقيت هذا الإبلاغ لأنك %{role} في تجمع %{resource_title}.
|
|
424
|
+
email_subject: تم إعطائك %{role} لِ %{resource_title}.
|
|
425
|
+
notification_title: تم تعيينك %{role} للتجمع <a href="%{resource_url}">%{resource_title}</a>.
|
|
361
426
|
help:
|
|
362
427
|
participatory_spaces:
|
|
363
428
|
assemblies:
|
|
@@ -368,6 +433,8 @@ ar:
|
|
|
368
433
|
value_types:
|
|
369
434
|
assembly_presenter:
|
|
370
435
|
not_found: 'لم يتم العثور على التجميع في قاعدة البيانات (المعرف: %{id})'
|
|
436
|
+
assembly_type_presenter:
|
|
437
|
+
not_found: 'لم يتم العثور على نوع التجمع في قاعدة البيانات (الرقم-المُعرف: %{id})'
|
|
371
438
|
menu:
|
|
372
439
|
assemblies: الجمعيات
|
|
373
440
|
metrics:
|
|
@@ -375,6 +442,11 @@ ar:
|
|
|
375
442
|
description: عدد الجمعيات التي تم إنشاؤها
|
|
376
443
|
object: المجالس
|
|
377
444
|
title: الجمعيات
|
|
445
|
+
participatory_processes:
|
|
446
|
+
show:
|
|
447
|
+
related_assemblies: التجمعات ذات الصلة
|
|
448
|
+
statistics:
|
|
449
|
+
assemblies_count: التجمعات
|
|
378
450
|
errors:
|
|
379
451
|
messages:
|
|
380
452
|
cannot_be_blank: لا يمكن أن يكون فارغا
|
data/config/locales/eu.yml
CHANGED
|
@@ -191,7 +191,7 @@ eu:
|
|
|
191
191
|
assemblies_settings: Ezarpenak
|
|
192
192
|
assemblies_submenu:
|
|
193
193
|
assembly_admins: Batzar erabiltzaileak
|
|
194
|
-
assembly_members:
|
|
194
|
+
assembly_members: Kideak
|
|
195
195
|
attachment_collections: Karpetak
|
|
196
196
|
attachment_files: Fitxategiak
|
|
197
197
|
attachments: Eranskinak
|
|
@@ -313,7 +313,7 @@ eu:
|
|
|
313
313
|
ceased: utzi zion
|
|
314
314
|
not_ceased: Ez da gelditu
|
|
315
315
|
filter_by: Iragazi arabera
|
|
316
|
-
search:
|
|
316
|
+
search: Bilatu
|
|
317
317
|
content_blocks:
|
|
318
318
|
highlighted_assemblies:
|
|
319
319
|
max_results: Erakusteko elementu gehienen kopurua
|
|
@@ -322,7 +322,7 @@ eu:
|
|
|
322
322
|
json: JSON
|
|
323
323
|
assembly_members:
|
|
324
324
|
index:
|
|
325
|
-
members:
|
|
325
|
+
members: Kideak
|
|
326
326
|
assembly_types:
|
|
327
327
|
commission: Batzordeak
|
|
328
328
|
consultative_advisory: Aholku / Aholku
|
|
@@ -392,7 +392,7 @@ eu:
|
|
|
392
392
|
assembly_member:
|
|
393
393
|
designated_on: Izendatuta
|
|
394
394
|
index:
|
|
395
|
-
title:
|
|
395
|
+
title: Kideak
|
|
396
396
|
events:
|
|
397
397
|
assemblies:
|
|
398
398
|
create_assembly_member:
|
|
@@ -451,7 +451,7 @@ eu:
|
|
|
451
451
|
more_info: Informazio gehiago
|
|
452
452
|
take_part: Parte hartu
|
|
453
453
|
assembly_navigation:
|
|
454
|
-
assembly_member_menu_item:
|
|
454
|
+
assembly_member_menu_item: Kideak
|
|
455
455
|
assembly_menu_item: Biltzarra
|
|
456
456
|
assembly_widgets:
|
|
457
457
|
show:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
fa:
|
data/config/locales/fi.yml
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
kaa:
|
data/config/locales/ro-RO.yml
CHANGED
|
@@ -411,6 +411,7 @@ ro:
|
|
|
411
411
|
assemblies:
|
|
412
412
|
create_assembly_member:
|
|
413
413
|
email_intro: Un administrator al grupului de lucru <a href="%{resource_url}">%{resource_name}</a> te-a adăugat ca unul dintre membrii săi.
|
|
414
|
+
email_outro: Ai primit această notificare deoarece ai fost invitat la un grup de lucru. Verifică <a href="%{resource_url}">pagina grupului de lucru</a> pentru a colabora!
|
|
414
415
|
email_subject: Ai primit invitație drept membru al grupului de lucru %{resource_name}!
|
|
415
416
|
notification_title: Ai fost înregistrat ca membru al grupului de lucru <a href="%{resource_path}">%{resource_name}</a>. Verificați pagina <a href="%{resource_path}">grupului de lucru</a> pentru a accepta!
|
|
416
417
|
assembly:
|
data/config/locales/tr-TR.yml
CHANGED
|
@@ -3,7 +3,10 @@ tr:
|
|
|
3
3
|
attributes:
|
|
4
4
|
assemblies_setting:
|
|
5
5
|
enable_organization_chart: Organizasyon şemasını etkinleştir
|
|
6
|
+
assemblies_type:
|
|
7
|
+
title: Başlik / Unvani
|
|
6
8
|
assembly:
|
|
9
|
+
announcement: Duyuru
|
|
7
10
|
area_id: Alan
|
|
8
11
|
assembly_type: Kurul türü
|
|
9
12
|
assembly_type_other: Diğer montaj türü
|
|
@@ -22,12 +25,16 @@ tr:
|
|
|
22
25
|
decidim_scope_id: kapsam
|
|
23
26
|
description: Açıklama
|
|
24
27
|
developer_group: Tanıtım grubu
|
|
28
|
+
document: Belge
|
|
25
29
|
domain: domain
|
|
26
30
|
duration: süre
|
|
27
31
|
facebook: Facebook
|
|
28
32
|
github: GitHub
|
|
29
33
|
hashtag: Başlık etiketi
|
|
30
34
|
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
|
|
31
38
|
included_at: Dahil
|
|
32
39
|
instagram: Instagram
|
|
33
40
|
internal_organisation: İç organizasyon
|
|
@@ -52,6 +59,7 @@ tr:
|
|
|
52
59
|
target: Katılanlar
|
|
53
60
|
title: Başlık
|
|
54
61
|
twitter: Twitter
|
|
62
|
+
weight: Sipariş pozisyonu
|
|
55
63
|
youtube: YouTube
|
|
56
64
|
assembly_member:
|
|
57
65
|
birthday: Doğum günü
|
|
@@ -60,8 +68,10 @@ tr:
|
|
|
60
68
|
designation_date: Atama tarihi
|
|
61
69
|
full_name: Ad Soyad
|
|
62
70
|
gender: Cinsiyet
|
|
71
|
+
non_user_avatar: Profil resmi
|
|
63
72
|
position: Pozisyon
|
|
64
73
|
user_id: Kullanıcı
|
|
74
|
+
weight: Sipatiş pozisyonu
|
|
65
75
|
assembly_user_role:
|
|
66
76
|
email: E-posta
|
|
67
77
|
name: Adı
|
|
@@ -180,6 +190,9 @@ tr:
|
|
|
180
190
|
update:
|
|
181
191
|
error: Bu kurul için bir yönetici güncellenirken bir sorun oluştu.
|
|
182
192
|
success: Yönetici bu kurul için başarıyla güncellendi.
|
|
193
|
+
filters:
|
|
194
|
+
decidim_assemblies_type_id_eq:
|
|
195
|
+
label: Montaj tipi
|
|
183
196
|
menu:
|
|
184
197
|
assemblies: Kurullar
|
|
185
198
|
assemblies_settings: Ayarlar
|
data/config/locales/zh-TW.yml
CHANGED
|
@@ -1 +1,466 @@
|
|
|
1
1
|
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: 參與
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-assemblies
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.26.
|
|
4
|
+
version: 0.26.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josep Jaume Rey Peroy
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2023-
|
|
13
|
+
date: 2023-05-11 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: decidim-core
|
|
@@ -18,70 +18,70 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - '='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.26.
|
|
21
|
+
version: 0.26.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.26.
|
|
28
|
+
version: 0.26.7
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
30
30
|
name: decidim-admin
|
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
|
32
32
|
requirements:
|
|
33
33
|
- - '='
|
|
34
34
|
- !ruby/object:Gem::Version
|
|
35
|
-
version: 0.26.
|
|
35
|
+
version: 0.26.7
|
|
36
36
|
type: :development
|
|
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.26.
|
|
42
|
+
version: 0.26.7
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: decidim-dev
|
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
|
46
46
|
requirements:
|
|
47
47
|
- - '='
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: 0.26.
|
|
49
|
+
version: 0.26.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.26.
|
|
56
|
+
version: 0.26.7
|
|
57
57
|
- !ruby/object:Gem::Dependency
|
|
58
58
|
name: decidim-meetings
|
|
59
59
|
requirement: !ruby/object:Gem::Requirement
|
|
60
60
|
requirements:
|
|
61
61
|
- - '='
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
|
-
version: 0.26.
|
|
63
|
+
version: 0.26.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.26.
|
|
70
|
+
version: 0.26.7
|
|
71
71
|
- !ruby/object:Gem::Dependency
|
|
72
72
|
name: decidim-proposals
|
|
73
73
|
requirement: !ruby/object:Gem::Requirement
|
|
74
74
|
requirements:
|
|
75
75
|
- - '='
|
|
76
76
|
- !ruby/object:Gem::Version
|
|
77
|
-
version: 0.26.
|
|
77
|
+
version: 0.26.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.26.
|
|
84
|
+
version: 0.26.7
|
|
85
85
|
description: Assemblies component for decidim.
|
|
86
86
|
email:
|
|
87
87
|
- josepjaume@gmail.com
|
|
@@ -271,6 +271,7 @@ files:
|
|
|
271
271
|
- config/locales/et-EE.yml
|
|
272
272
|
- config/locales/et.yml
|
|
273
273
|
- config/locales/eu.yml
|
|
274
|
+
- config/locales/fa-IR.yml
|
|
274
275
|
- config/locales/fi-pl.yml
|
|
275
276
|
- config/locales/fi-plain.yml
|
|
276
277
|
- config/locales/fi.yml
|
|
@@ -289,6 +290,7 @@ files:
|
|
|
289
290
|
- config/locales/it.yml
|
|
290
291
|
- config/locales/ja.yml
|
|
291
292
|
- config/locales/ka-GE.yml
|
|
293
|
+
- config/locales/kaa.yml
|
|
292
294
|
- config/locales/ko-KR.yml
|
|
293
295
|
- config/locales/ko.yml
|
|
294
296
|
- config/locales/lb-LU.yml
|