decidim-assemblies 0.27.2 → 0.27.3
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/admin/assembly_imports/_form.html.erb +1 -1
- data/app/views/decidim/assemblies/assemblies/show.html.erb +4 -4
- data/config/locales/ar.yml +82 -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 +2 -0
- data/config/locales/tr-TR.yml +21 -0
- data/config/locales/zh-TW.yml +469 -0
- data/lib/decidim/assemblies/version.rb +1 -1
- metadata +15 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f7001fdd737a5ad2e013a112b6e49272cb92176b58ade8af4103e3c0b24be37d
|
|
4
|
+
data.tar.gz: ba4376fc1b3c7a24e24bee01e6f6de10758ae1e182279a5296cbd5925b4fa540
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 17a18ba21a31b728d1480e70551a444ce92d4545031b79dbd21344db4be5cdc13b318358b505fda473c6e65565556550dc452716df75c58289a22abc5871c765
|
|
7
|
+
data.tar.gz: a3fdb16484376c41ef2a4544d0c9414e358d5ee41228bf973a2d48f0682d5affc73718c018a820114d856e3daea3066b7ab114d063130fbcc634e414e961fb15
|
|
@@ -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,7 +37,7 @@ 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
|
|
|
@@ -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
|
@@ -2,7 +2,12 @@
|
|
|
2
2
|
ar:
|
|
3
3
|
activemodel:
|
|
4
4
|
attributes:
|
|
5
|
+
assemblies_setting:
|
|
6
|
+
enable_organization_chart: تمكين الخريطة التنظيمية
|
|
7
|
+
assemblies_type:
|
|
8
|
+
title: العنوان
|
|
5
9
|
assembly:
|
|
10
|
+
announcement: إعلان
|
|
6
11
|
area_id: المنطقة
|
|
7
12
|
assembly_type: نوع التجمع
|
|
8
13
|
assembly_type_other: نوع آخر مِن الجمعيات
|
|
@@ -21,12 +26,16 @@ ar:
|
|
|
21
26
|
decidim_scope_id: النطاق
|
|
22
27
|
description: الوصف
|
|
23
28
|
developer_group: مجموعة المروجين
|
|
29
|
+
document: وثيقة
|
|
24
30
|
domain: النطاق
|
|
25
31
|
duration: المدة الزمنية
|
|
26
32
|
facebook: فيسبوك
|
|
27
33
|
github: غِت هَب
|
|
28
34
|
hashtag: الوسم
|
|
29
35
|
hero_image: الصورة الرئيسية
|
|
36
|
+
import_attachments: استيراد المرفقات
|
|
37
|
+
import_categories: استيراد الفئات
|
|
38
|
+
import_components: استيراد المكونات
|
|
30
39
|
included_at: المدرجة في
|
|
31
40
|
instagram: انستجرام
|
|
32
41
|
internal_organisation: التنظيم الداخلي
|
|
@@ -51,6 +60,7 @@ ar:
|
|
|
51
60
|
target: من يشارك
|
|
52
61
|
title: العنوان
|
|
53
62
|
twitter: تويتر
|
|
63
|
+
weight: موضع الطلب
|
|
54
64
|
youtube: يوتيوب
|
|
55
65
|
assembly_member:
|
|
56
66
|
birthday: تاريخ الميلاد
|
|
@@ -62,10 +72,17 @@ ar:
|
|
|
62
72
|
non_user_avatar: الصورة الرمزية
|
|
63
73
|
position: الموقع
|
|
64
74
|
user_id: مستخدم أو مجموعة
|
|
75
|
+
weight: موضع الطلب
|
|
65
76
|
assembly_user_role:
|
|
66
77
|
email: البريد الإلكتروني
|
|
67
78
|
name: الاسم
|
|
68
79
|
role: الوظيفة
|
|
80
|
+
errors:
|
|
81
|
+
models:
|
|
82
|
+
assembly:
|
|
83
|
+
attributes:
|
|
84
|
+
document:
|
|
85
|
+
allowed_file_content_types: 'نوع الوثيقة غير صالح. يسمح فقط بالملفات ذات الإضافات التالية: %{types}'
|
|
69
86
|
activerecord:
|
|
70
87
|
models:
|
|
71
88
|
decidim/assembly:
|
|
@@ -116,8 +133,13 @@ ar:
|
|
|
116
133
|
create:
|
|
117
134
|
error: حدثت مشكلة في تكرار هذا التجميع.
|
|
118
135
|
success: الجمعية مكررة بنجاح.
|
|
136
|
+
assemblies_settings:
|
|
137
|
+
update:
|
|
138
|
+
error: طرأت مشكلة أثناء تحديث الإعدادات.
|
|
139
|
+
success: تم تحديث الإعدادات بنجاح.
|
|
119
140
|
assemblies_types:
|
|
120
141
|
create:
|
|
142
|
+
error: حدثت مشكلة أثناء إنشاء جمعية جديدة.
|
|
121
143
|
success: تم إنشاء نوع الجمعية بنجاح.
|
|
122
144
|
destroy:
|
|
123
145
|
success: تم حذف نوع الجمعية بنجاح.
|
|
@@ -133,8 +155,13 @@ ar:
|
|
|
133
155
|
select: حدد البيانات التي ترغب في تكرارها
|
|
134
156
|
title: نسخ الجمعية
|
|
135
157
|
assembly_imports:
|
|
158
|
+
create:
|
|
159
|
+
error: حدثت مشكلة أثناء استيراد هذه الجمعية.
|
|
160
|
+
success: تم استيراد الجمعية بنجاح.
|
|
136
161
|
new:
|
|
137
162
|
import: استيراد
|
|
163
|
+
select: اختر البيانات التي ترغب في استيرادها
|
|
164
|
+
title: استيراد الجمعية
|
|
138
165
|
assembly_members:
|
|
139
166
|
create:
|
|
140
167
|
error: حدثت مشكلة أثناء إضافة عضو لهذا التجميع.
|
|
@@ -176,6 +203,9 @@ ar:
|
|
|
176
203
|
update:
|
|
177
204
|
error: حدثت مشكلة أثناء تحديث مشرفٍ على هذه الجمعية.
|
|
178
205
|
success: تم تحديث المشرف على هذه الجمعية بنجاح.
|
|
206
|
+
filters:
|
|
207
|
+
decidim_assemblies_type_id_eq:
|
|
208
|
+
label: نوع الجمعية
|
|
179
209
|
menu:
|
|
180
210
|
assemblies: الجمعيات
|
|
181
211
|
assemblies_settings: الإعدادات
|
|
@@ -226,12 +256,16 @@ ar:
|
|
|
226
256
|
admin: مدير
|
|
227
257
|
collaborator: متعاون
|
|
228
258
|
moderator: مُشرف
|
|
259
|
+
valuator: مُقيِّم
|
|
229
260
|
titles:
|
|
230
261
|
assemblies: الجمعيات
|
|
231
262
|
assemblies_types: أنواع التجمّعات
|
|
232
263
|
admin_log:
|
|
233
264
|
assembly:
|
|
234
265
|
create: "%{user_name} أنشأ الجمعية %{resource_name}"
|
|
266
|
+
duplicate: "%{user_name} كرر جمعية %{resource_name}"
|
|
267
|
+
export: "%{user_name} قام بتصدير الجمعية %{resource_name}"
|
|
268
|
+
import: "%{user_name} قام باستيراد الجمعية %{resource_name}"
|
|
235
269
|
publish: "%{user_name} قام بنشر %{resource_name} الجمعية"
|
|
236
270
|
unpublish: "%{user_name} قام بإلغاء نشر الجمعية %{resource_name}"
|
|
237
271
|
update: "%{user_name} قام بتحديث الجمعية %{resource_name}"
|
|
@@ -239,8 +273,14 @@ ar:
|
|
|
239
273
|
create: "%{user_name} أنشأ العضو %{resource_name} في الجمعية %{space_name}"
|
|
240
274
|
delete: "%{user_name} إزالة العضو %{resource_name} من الجمعية %{space_name}"
|
|
241
275
|
update: "%{user_name} بتحديث العضو %{resource_name} في الجمعية %{space_name}"
|
|
276
|
+
assembly_setting:
|
|
277
|
+
update: "قام %{user_name} بتحديث إعدادات الجمعية"
|
|
242
278
|
assembly_type:
|
|
243
279
|
create: "قام %{user_name} بإنشاء نوع الجمعية %{resource_name}"
|
|
280
|
+
delete: "%{user_name} حذف نوع التجمع %{resource_name}"
|
|
281
|
+
publish: "%{user_name} نشر نوع الجمعية %{resource_name}"
|
|
282
|
+
unpublish: "%{user_name} قام بإلغاء نشر نوع الجمعية %{resource_name}"
|
|
283
|
+
update: "%{user_name} حدث نوع الجمعية %{resource_name}"
|
|
244
284
|
assembly_user_role:
|
|
245
285
|
create: "%{user_name} دعا %{resource_name} إلى %{space_name} الجمعية"
|
|
246
286
|
delete: "%{user_name} أزال المشارك %{resource_name} من الجمعية %{space_name}"
|
|
@@ -249,10 +289,12 @@ ar:
|
|
|
249
289
|
admin:
|
|
250
290
|
assemblies:
|
|
251
291
|
form:
|
|
292
|
+
announcement_help: سيظهر النص الذي أدخلته هنا للمستخدم مباشرة تحت معلومات الجمعية.
|
|
252
293
|
duration: المدة الزمنية
|
|
253
294
|
duration_help: إذا كانت مدة هذه الجمعية محدودة ، فحدد تاريخ الانتهاء. خلاف ذلك ، سوف يظهر على أنه غير مسمى.
|
|
254
295
|
filters: مرشحات
|
|
255
296
|
images: الصور
|
|
297
|
+
included_at_help: حدد التاريخ الذي تمت فيه إضافة هذه الجمعية إلى المنصة. ليس بالضرورة أن يكون هو نفسه تاريخ الإنشاء.
|
|
256
298
|
metadata: البيانات الوصفية
|
|
257
299
|
other: آخر
|
|
258
300
|
select_a_created_by: حدد تم إنشاؤها بواسطة
|
|
@@ -263,16 +305,28 @@ ar:
|
|
|
263
305
|
social_handlers: التواصل الاجتماعي
|
|
264
306
|
title: معلومات عامة
|
|
265
307
|
visbility: الرؤية
|
|
308
|
+
assemblies_settings:
|
|
309
|
+
edit:
|
|
310
|
+
update: تحديث
|
|
311
|
+
form:
|
|
312
|
+
title: إعدادات الجمعية
|
|
266
313
|
assemblies_types:
|
|
267
314
|
form:
|
|
268
315
|
title: العنوان
|
|
269
316
|
assembly_copies:
|
|
270
317
|
form:
|
|
271
318
|
slug_help: 'يتم استخدام slugs URL لإنشاء عناوين URL التي تشير إلى هذا التجميع. يقبل الحروف والأرقام والشرطات فقط ، ويجب أن يبدأ بحرف. مثال: %{url}'
|
|
319
|
+
assembly_imports:
|
|
320
|
+
form:
|
|
321
|
+
document_legend: إضافة وثيقة
|
|
322
|
+
slug_help: 'يتم استخدام سبائك URL لإنشاء عناوين URL التي تشير إلى هذا التجمع. تُقبل الحروف والأرقام والشرطات فقط، ويجب أن تبدأ بحرف. مثال: %{url}'
|
|
272
323
|
assembly_members:
|
|
273
324
|
form:
|
|
274
325
|
existing_user: المشارك الحالي
|
|
326
|
+
explanation: 'إرشادات للصورة:'
|
|
327
|
+
image_guide: يفضل أن تكون صورة لا تحتوي على أي نص.
|
|
275
328
|
non_user: غير مشارك
|
|
329
|
+
non_user_avatar_help: يجب أن تحصل على موافقة الأشخاص قبل نشرهم كأعضاء.
|
|
276
330
|
select_a_position: اختر المنصب
|
|
277
331
|
select_user: اختيار مشارك
|
|
278
332
|
user_type: نوع المشارك
|
|
@@ -286,6 +340,12 @@ ar:
|
|
|
286
340
|
content_blocks:
|
|
287
341
|
highlighted_assemblies:
|
|
288
342
|
max_results: أقصى قدر من العناصر لإظهارها
|
|
343
|
+
new_import:
|
|
344
|
+
accepted_types:
|
|
345
|
+
json: ملفات بصيغة (JSON)
|
|
346
|
+
assemblies:
|
|
347
|
+
show:
|
|
348
|
+
title: حول الجمعية
|
|
289
349
|
assembly_members:
|
|
290
350
|
index:
|
|
291
351
|
members: الأعضاء
|
|
@@ -322,6 +382,7 @@ ar:
|
|
|
322
382
|
home:
|
|
323
383
|
highlighted_assemblies:
|
|
324
384
|
active_assemblies: الجمعيات النشطة
|
|
385
|
+
assemblies_button_title: رابط إلى صفحة الجمعيات لاستعراض جميع الجمعيات
|
|
325
386
|
see_all_assemblies: عرض كافة الجمعيات
|
|
326
387
|
user_profile:
|
|
327
388
|
member_of:
|
|
@@ -352,12 +413,26 @@ ar:
|
|
|
352
413
|
related_participatory_processes: العمليات التشاركية ذات الصلة
|
|
353
414
|
scope: نطاق
|
|
354
415
|
social_networks: شبكات التواصل الاجتماعي
|
|
416
|
+
social_networks_title: زيارة التجمع على
|
|
355
417
|
target: من يشارك
|
|
356
418
|
assembly_members:
|
|
357
419
|
assembly_member:
|
|
358
420
|
designated_on: المعينة على
|
|
359
421
|
index:
|
|
360
422
|
title: الأعضاء
|
|
423
|
+
events:
|
|
424
|
+
assemblies:
|
|
425
|
+
create_assembly_member:
|
|
426
|
+
email_intro: قام مشرف في تجمع <a href="%{resource_url}">%{resource_name}</a> بإضافتك كأحد الأعضاء فيه.
|
|
427
|
+
email_outro: لقد تلقيت هذا الإشعار لأنك قد دُعيت إلى التجمع. تحقق من <a href="%{resource_url}">صفحة التجمع</a> من أجل المساهمة!
|
|
428
|
+
email_subject: لقد تمت دعوتك لتكون عضوا في جمعية %{resource_name}!
|
|
429
|
+
notification_title: لقد تم تسجيلك كعضو في التجمع <a href="%{resource_path}">%{resource_name}</a>. تحقق من <a href="%{resource_path}">صفحة التجميع</a> للمساهمة!
|
|
430
|
+
assembly:
|
|
431
|
+
role_assigned:
|
|
432
|
+
email_intro: تم إعطائك %{role} في تجمع %{resource_title}.
|
|
433
|
+
email_outro: تلقيت هذا الإبلاغ لأنك %{role} في تجمع %{resource_title}.
|
|
434
|
+
email_subject: تم إعطائك %{role} لِ %{resource_title}.
|
|
435
|
+
notification_title: تم تعيينك %{role} للتجمع <a href="%{resource_url}">%{resource_title}</a>.
|
|
361
436
|
help:
|
|
362
437
|
participatory_spaces:
|
|
363
438
|
assemblies:
|
|
@@ -368,6 +443,8 @@ ar:
|
|
|
368
443
|
value_types:
|
|
369
444
|
assembly_presenter:
|
|
370
445
|
not_found: 'لم يتم العثور على التجميع في قاعدة البيانات (المعرف: %{id})'
|
|
446
|
+
assembly_type_presenter:
|
|
447
|
+
not_found: 'لم يتم العثور على نوع التجمع في قاعدة البيانات (الرقم-المُعرف: %{id})'
|
|
371
448
|
menu:
|
|
372
449
|
assemblies: الجمعيات
|
|
373
450
|
metrics:
|
|
@@ -375,6 +452,11 @@ ar:
|
|
|
375
452
|
description: عدد الجمعيات التي تم إنشاؤها
|
|
376
453
|
object: المجالس
|
|
377
454
|
title: الجمعيات
|
|
455
|
+
participatory_processes:
|
|
456
|
+
show:
|
|
457
|
+
related_assemblies: التجمعات ذات الصلة
|
|
458
|
+
statistics:
|
|
459
|
+
assemblies_count: التجمعات
|
|
378
460
|
errors:
|
|
379
461
|
messages:
|
|
380
462
|
cannot_be_blank: لا يمكن أن يكون فارغا
|
data/config/locales/eu.yml
CHANGED
|
@@ -192,7 +192,7 @@ eu:
|
|
|
192
192
|
assemblies_settings: Ezarpenak
|
|
193
193
|
assemblies_submenu:
|
|
194
194
|
assembly_admins: Batzar erabiltzaileak
|
|
195
|
-
assembly_members:
|
|
195
|
+
assembly_members: Kideak
|
|
196
196
|
attachment_collections: Karpetak
|
|
197
197
|
attachment_files: Fitxategiak
|
|
198
198
|
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
|
@@ -285,6 +285,7 @@ ro:
|
|
|
285
285
|
duration_help: În cazul în care durata acestui grup de lucru este limitată, selectaţi data de încheiere. În caz contrar, va apărea ca nelimitată.
|
|
286
286
|
filters: Filtre
|
|
287
287
|
images: Imagini
|
|
288
|
+
included_at_help: Selectați data la care acest grup de lucru a fost adăugat în platformă. Nu trebuie să fie neapărat aceeași dată cu data creării.
|
|
288
289
|
metadata: Metadate
|
|
289
290
|
other: Altul
|
|
290
291
|
select_a_created_by: Selectați după persoana care a creat
|
|
@@ -414,6 +415,7 @@ ro:
|
|
|
414
415
|
assemblies:
|
|
415
416
|
create_assembly_member:
|
|
416
417
|
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.
|
|
418
|
+
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!
|
|
417
419
|
email_subject: Ai primit invitație drept membru al grupului de lucru %{resource_name}!
|
|
418
420
|
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!
|
|
419
421
|
assembly:
|
data/config/locales/tr-TR.yml
CHANGED
|
@@ -4,7 +4,10 @@ tr:
|
|
|
4
4
|
attributes:
|
|
5
5
|
assemblies_setting:
|
|
6
6
|
enable_organization_chart: Organizasyon şemasını etkinleştir
|
|
7
|
+
assemblies_type:
|
|
8
|
+
title: Başlik / Unvani
|
|
7
9
|
assembly:
|
|
10
|
+
announcement: Duyuru
|
|
8
11
|
area_id: Alan
|
|
9
12
|
assembly_type: Kurul türü
|
|
10
13
|
assembly_type_other: Diğer montaj türü
|
|
@@ -23,12 +26,16 @@ tr:
|
|
|
23
26
|
decidim_scope_id: kapsam
|
|
24
27
|
description: Açıklama
|
|
25
28
|
developer_group: Tanıtım grubu
|
|
29
|
+
document: Belge
|
|
26
30
|
domain: domain
|
|
27
31
|
duration: süre
|
|
28
32
|
facebook: Facebook
|
|
29
33
|
github: GitHub
|
|
30
34
|
hashtag: Başlık etiketi
|
|
31
35
|
hero_image: Ana resim
|
|
36
|
+
import_attachments: Eki içe aktar
|
|
37
|
+
import_categories: Kategorileri içe aktar
|
|
38
|
+
import_components: Bireşenleri içe aktar
|
|
32
39
|
included_at: Dahil
|
|
33
40
|
instagram: Instagram
|
|
34
41
|
internal_organisation: İç organizasyon
|
|
@@ -53,6 +60,7 @@ tr:
|
|
|
53
60
|
target: Katılanlar
|
|
54
61
|
title: Başlık
|
|
55
62
|
twitter: Twitter
|
|
63
|
+
weight: Sipariş pozisyonu
|
|
56
64
|
youtube: YouTube
|
|
57
65
|
assembly_member:
|
|
58
66
|
birthday: Doğum günü
|
|
@@ -61,12 +69,20 @@ tr:
|
|
|
61
69
|
designation_date: Atama tarihi
|
|
62
70
|
full_name: Ad Soyad
|
|
63
71
|
gender: Cinsiyet
|
|
72
|
+
non_user_avatar: Profil resmi
|
|
64
73
|
position: Pozisyon
|
|
65
74
|
user_id: Kullanıcı
|
|
75
|
+
weight: Sipatiş pozisyonu
|
|
66
76
|
assembly_user_role:
|
|
67
77
|
email: E-posta
|
|
68
78
|
name: Adı
|
|
69
79
|
role: Rol
|
|
80
|
+
errors:
|
|
81
|
+
models:
|
|
82
|
+
assembly:
|
|
83
|
+
attributes:
|
|
84
|
+
document:
|
|
85
|
+
allowed_file_content_types: 'Geçersiz belge. Yalnizca şu uzantılara sahip dosyalara izin verilir: %{types}'
|
|
70
86
|
activerecord:
|
|
71
87
|
models:
|
|
72
88
|
decidim/assembly:
|
|
@@ -175,6 +191,9 @@ tr:
|
|
|
175
191
|
update:
|
|
176
192
|
error: Bu kurul için bir yönetici güncellenirken bir sorun oluştu.
|
|
177
193
|
success: Yönetici bu kurul için başarıyla güncellendi.
|
|
194
|
+
filters:
|
|
195
|
+
decidim_assemblies_type_id_eq:
|
|
196
|
+
label: Montaj tipi
|
|
178
197
|
menu:
|
|
179
198
|
assemblies: Kurullar
|
|
180
199
|
assemblies_settings: Ayarlar
|
|
@@ -232,6 +251,8 @@ tr:
|
|
|
232
251
|
admin_log:
|
|
233
252
|
assembly:
|
|
234
253
|
create: "%{user_name} %{resource_name} kurulu oluşturdu"
|
|
254
|
+
duplicate: "%{kullanıcı_adı} kopyalandı %{kaynak_adı} toplantı"
|
|
255
|
+
export: "%{kullancı_adı} dışa aktarılan %{kaynak_adı} toplantı"
|
|
235
256
|
publish: "%{user_name} %{resource_name} kurulu yayınladı"
|
|
236
257
|
unpublish: "%{user_name} %{resource_name} kurulu yayından kaldırıldı"
|
|
237
258
|
update: "%{user_name}, %{resource_name} kurulunu güncelledi"
|
data/config/locales/zh-TW.yml
CHANGED
|
@@ -1 +1,470 @@
|
|
|
1
|
+
---
|
|
1
2
|
zh-TW:
|
|
3
|
+
activemodel:
|
|
4
|
+
attributes:
|
|
5
|
+
assemblies_setting:
|
|
6
|
+
enable_organization_chart: 啟用組織圖
|
|
7
|
+
assemblies_type:
|
|
8
|
+
title: 標題
|
|
9
|
+
assembly:
|
|
10
|
+
announcement: 公告
|
|
11
|
+
area_id: 區域
|
|
12
|
+
assembly_type: 大會類型
|
|
13
|
+
assembly_type_other: 其他大會類型
|
|
14
|
+
banner_image: 橫幅圖片
|
|
15
|
+
closing_date: 截止日期
|
|
16
|
+
closing_date_reason: 截止日期原因
|
|
17
|
+
composition: 組成
|
|
18
|
+
copy_categories: 複製類別
|
|
19
|
+
copy_components: 複製組件
|
|
20
|
+
copy_features: 複製功能
|
|
21
|
+
created_by: 創建者
|
|
22
|
+
created_by_other: 由其他人創建
|
|
23
|
+
creation_date: 創建日期
|
|
24
|
+
decidim_area_id: 區域
|
|
25
|
+
decidim_assemblies_type_id: 大會類型
|
|
26
|
+
decidim_scope_id: 範圍
|
|
27
|
+
description: 說明
|
|
28
|
+
developer_group: 促銷團隊
|
|
29
|
+
document: 文件
|
|
30
|
+
domain: 網域
|
|
31
|
+
duration: 持續時間
|
|
32
|
+
facebook: 臉書
|
|
33
|
+
github: GitHub
|
|
34
|
+
hashtag: 主題標籤
|
|
35
|
+
hero_image: 首頁圖片
|
|
36
|
+
import_attachments: 匯入附件
|
|
37
|
+
import_categories: 匯入類別
|
|
38
|
+
import_components: 導入組件
|
|
39
|
+
included_at: 包含於
|
|
40
|
+
instagram: Instagram
|
|
41
|
+
internal_organisation: 內部組織
|
|
42
|
+
is_transparent: 透明
|
|
43
|
+
local_area: 組織區域
|
|
44
|
+
meta_scope: 元數據範圍
|
|
45
|
+
parent_id: 母體大會
|
|
46
|
+
participatory_processes_ids: 相關參與程序
|
|
47
|
+
participatory_scope: 決定了什麼
|
|
48
|
+
participatory_structure: 如何決定
|
|
49
|
+
private_space: 私人空間
|
|
50
|
+
promoted: 重點顯示
|
|
51
|
+
published_at: 發佈於
|
|
52
|
+
purpose_of_action: 行動目的
|
|
53
|
+
scope_id: 範圍
|
|
54
|
+
scopes_enabled: 啟用範圍
|
|
55
|
+
short_description: 簡短說明
|
|
56
|
+
show_statistics: 顯示統計資料
|
|
57
|
+
slug: URL名稱
|
|
58
|
+
special_features: 特殊功能
|
|
59
|
+
subtitle: 子標題
|
|
60
|
+
target: 誰參加
|
|
61
|
+
title: 標題
|
|
62
|
+
twitter: Twitter
|
|
63
|
+
weight: 訂單位置
|
|
64
|
+
youtube: YouTube
|
|
65
|
+
assembly_member:
|
|
66
|
+
birthday: 生日
|
|
67
|
+
birthplace: 出生地
|
|
68
|
+
ceased_date: 終止日期
|
|
69
|
+
designation_date: 指定日期
|
|
70
|
+
full_name: 全名
|
|
71
|
+
gender: 性別
|
|
72
|
+
non_user_avatar: 頭像
|
|
73
|
+
position: 位置
|
|
74
|
+
user_id: 使用者或群組
|
|
75
|
+
weight: 訂單位置
|
|
76
|
+
assembly_user_role:
|
|
77
|
+
email: 電子郵件
|
|
78
|
+
name: 姓名
|
|
79
|
+
role: 角色
|
|
80
|
+
errors:
|
|
81
|
+
models:
|
|
82
|
+
assembly:
|
|
83
|
+
attributes:
|
|
84
|
+
document:
|
|
85
|
+
allowed_file_content_types: '無效文件類型。只允許使用以下副檔名的文件:%{types}'
|
|
86
|
+
activerecord:
|
|
87
|
+
models:
|
|
88
|
+
decidim/assembly:
|
|
89
|
+
other: 大會
|
|
90
|
+
decidim/assembly_member:
|
|
91
|
+
other: 大會成員
|
|
92
|
+
decidim/assembly_user_role:
|
|
93
|
+
other: 大會使用者角色
|
|
94
|
+
decidim:
|
|
95
|
+
admin:
|
|
96
|
+
actions:
|
|
97
|
+
import_assembly: 匯入
|
|
98
|
+
new_assembly: 新大會
|
|
99
|
+
new_assembly_type: 新大會類型
|
|
100
|
+
assemblies:
|
|
101
|
+
create:
|
|
102
|
+
error: 建立新大會時發生問題
|
|
103
|
+
success: 大會創建成功
|
|
104
|
+
edit:
|
|
105
|
+
update: 更新
|
|
106
|
+
index:
|
|
107
|
+
not_published: 未發佈
|
|
108
|
+
private: 不公開
|
|
109
|
+
public: 公開
|
|
110
|
+
published: 已發佈
|
|
111
|
+
new:
|
|
112
|
+
create: 創建
|
|
113
|
+
title: 新集會
|
|
114
|
+
update:
|
|
115
|
+
error: 更新此大會時出現問題
|
|
116
|
+
success: 此大會成功更新
|
|
117
|
+
assemblies_copies:
|
|
118
|
+
create:
|
|
119
|
+
error: 複製此大會時出現問題
|
|
120
|
+
success: 大會已成功複製
|
|
121
|
+
assemblies_settings:
|
|
122
|
+
update:
|
|
123
|
+
error: 更新設置時出現問題
|
|
124
|
+
success: 設置更新成功
|
|
125
|
+
assemblies_types:
|
|
126
|
+
create:
|
|
127
|
+
error: 創建新大會類型時出現問題
|
|
128
|
+
success: 大會類型創建成功
|
|
129
|
+
destroy:
|
|
130
|
+
success: 集會類型已成功刪除
|
|
131
|
+
new:
|
|
132
|
+
create: 創建
|
|
133
|
+
title: 新大會類型
|
|
134
|
+
update:
|
|
135
|
+
error: 更新此大會時出現問題
|
|
136
|
+
success: 大會類型已成功更新
|
|
137
|
+
assembly_copies:
|
|
138
|
+
new:
|
|
139
|
+
copy: 複製
|
|
140
|
+
select: 請選擇您想要複製的資料
|
|
141
|
+
title: 複製大會
|
|
142
|
+
assembly_imports:
|
|
143
|
+
create:
|
|
144
|
+
error: 這個大會匯入時發生了問題
|
|
145
|
+
success: 大會匯入成功
|
|
146
|
+
new:
|
|
147
|
+
import: 匯入
|
|
148
|
+
select: 請選擇您想匯入的資料
|
|
149
|
+
title: 匯入大會
|
|
150
|
+
assembly_members:
|
|
151
|
+
create:
|
|
152
|
+
error: 這個大會中添加成員時出現了問題
|
|
153
|
+
success: 已成功建立此大會的成員
|
|
154
|
+
destroy:
|
|
155
|
+
success: 該大會的成員已成功刪除
|
|
156
|
+
edit:
|
|
157
|
+
title: 更新大會成員
|
|
158
|
+
update: 更新
|
|
159
|
+
index:
|
|
160
|
+
assembly_members_title: 大會成員
|
|
161
|
+
new:
|
|
162
|
+
create: 建立
|
|
163
|
+
title: 新大會成員
|
|
164
|
+
update:
|
|
165
|
+
error: 更新此大會的成員時出現問題。
|
|
166
|
+
success: 此大會的成員已成功更新。
|
|
167
|
+
assembly_publications:
|
|
168
|
+
create:
|
|
169
|
+
error: 發布此大會時出現問題。
|
|
170
|
+
success: 大會已成功發布
|
|
171
|
+
destroy:
|
|
172
|
+
error: 取消發布此大會時出現問題。
|
|
173
|
+
success: 大會已成功取消發布。
|
|
174
|
+
assembly_user_roles:
|
|
175
|
+
create:
|
|
176
|
+
error: 為該大會添加管理員時出現問題。
|
|
177
|
+
success: 管理員已成功添加到此大會
|
|
178
|
+
destroy:
|
|
179
|
+
success: 管理員已成功從此大會中刪除
|
|
180
|
+
edit:
|
|
181
|
+
title: 更新大會管理員
|
|
182
|
+
update: 更新
|
|
183
|
+
index:
|
|
184
|
+
assembly_admins_title: 大會管理員
|
|
185
|
+
new:
|
|
186
|
+
create: 建立
|
|
187
|
+
title: 新大會管理員
|
|
188
|
+
update:
|
|
189
|
+
error: 更新此大會的管理員時出現問題
|
|
190
|
+
success: 此大會的管理員已成功更新。
|
|
191
|
+
filters:
|
|
192
|
+
decidim_assemblies_type_id_eq:
|
|
193
|
+
label: 大會類型
|
|
194
|
+
menu:
|
|
195
|
+
assemblies: 大會
|
|
196
|
+
assemblies_settings: 設定
|
|
197
|
+
assemblies_submenu:
|
|
198
|
+
assembly_admins: 大會管理員
|
|
199
|
+
assembly_members: 成員
|
|
200
|
+
attachment_collections: 資料夾
|
|
201
|
+
attachment_files: 檔案
|
|
202
|
+
attachments: 附件
|
|
203
|
+
categories: 類別
|
|
204
|
+
components: 元件
|
|
205
|
+
info: 資訊
|
|
206
|
+
moderations: 版主
|
|
207
|
+
private_users: 私人使用者
|
|
208
|
+
assemblies_types: 大會類型
|
|
209
|
+
models:
|
|
210
|
+
assemblies_types:
|
|
211
|
+
fields:
|
|
212
|
+
created_at: 建立於
|
|
213
|
+
title: 標題
|
|
214
|
+
assembly:
|
|
215
|
+
fields:
|
|
216
|
+
created_at: 建立於
|
|
217
|
+
private: 不公開
|
|
218
|
+
promoted: 重點顯示
|
|
219
|
+
published: 已發佈
|
|
220
|
+
title: 標題
|
|
221
|
+
name: 大會
|
|
222
|
+
assembly_member:
|
|
223
|
+
fields:
|
|
224
|
+
ceased_date: 終止日期
|
|
225
|
+
designation_date: 指定日期
|
|
226
|
+
full_name: 姓名
|
|
227
|
+
position: 位置
|
|
228
|
+
name: 成員
|
|
229
|
+
positions:
|
|
230
|
+
other: 其他
|
|
231
|
+
president: 會長
|
|
232
|
+
secretary: 祕書
|
|
233
|
+
vice_president: 副會長
|
|
234
|
+
assembly_user_role:
|
|
235
|
+
fields:
|
|
236
|
+
email: 電子郵件
|
|
237
|
+
name: 姓名
|
|
238
|
+
role: 角色
|
|
239
|
+
name: 大會管理員
|
|
240
|
+
roles:
|
|
241
|
+
admin: 管理員
|
|
242
|
+
collaborator: 合作者
|
|
243
|
+
moderator: 版主
|
|
244
|
+
valuator: 評價者
|
|
245
|
+
titles:
|
|
246
|
+
assemblies: 大會
|
|
247
|
+
assemblies_types: 大會類型
|
|
248
|
+
admin_log:
|
|
249
|
+
assembly:
|
|
250
|
+
create: "%{user_name} 建立了 %{resource_name} 大會"
|
|
251
|
+
duplicate: "%{user_name} 複製了 %{resource_name} 大會"
|
|
252
|
+
export: "%{user_name} 導出了 %{resource_name} 大會"
|
|
253
|
+
import: "%{user_name} 導入了 %{resource_name} 大會"
|
|
254
|
+
publish: "%{user_name} 發布 %{resource_name} 大會"
|
|
255
|
+
unpublish: "%{user_name} 取消發布 %{resource_name} 大會"
|
|
256
|
+
update: "%{user_name} 更新了 %{resource_name} 大會"
|
|
257
|
+
assembly_member:
|
|
258
|
+
create: "%{user_name} 創建了 %{resource_name} 在 %{space_name} 的結果"
|
|
259
|
+
delete: "%{user_name} 從 %{space_name} 大會中刪除了 %{resource_name} 成員"
|
|
260
|
+
update: "%{user_name} 更新了 %{space_name} 大會中的 %{resource_name} 成員"
|
|
261
|
+
assembly_setting:
|
|
262
|
+
update: "%{user_name} 更新了大會設定"
|
|
263
|
+
assembly_type:
|
|
264
|
+
create: "%{user_name} 創建了 %{resource_name} 大會類型"
|
|
265
|
+
delete: "%{user_name} 刪除了 %{resource_name} 大會類型"
|
|
266
|
+
publish: "%{user_name} 發布了 %{resource_name} 大會類型"
|
|
267
|
+
unpublish: "%{user_name} 取消發布 %{resource_name} 大會類型"
|
|
268
|
+
update: "%{user_name} 更新了 %{resource_name} 大會類型"
|
|
269
|
+
assembly_user_role:
|
|
270
|
+
create: "%{user_name} 邀請 %{resource_name} 加入 %{space_name} 大會"
|
|
271
|
+
delete: "%{user_name} 從 %{space_name} 大會中刪除了參與者 %{resource_name}"
|
|
272
|
+
update: "%{user_name} 更改了 %{resource_name} 在 %{space_name} 大會中的角色"
|
|
273
|
+
assemblies:
|
|
274
|
+
admin:
|
|
275
|
+
assemblies:
|
|
276
|
+
form:
|
|
277
|
+
announcement_help: 您在此處輸入的文字將顯示至使用者的正下方大會信息
|
|
278
|
+
duration: 持續時間
|
|
279
|
+
duration_help: 如果此大會的持續時間有限,請選擇結束日期。 否則,它將顯示為不確定。
|
|
280
|
+
filters: 篩選條件
|
|
281
|
+
images: 圖片
|
|
282
|
+
included_at_help: 選擇此大會添加到平台的日期。 它不一定必須與創建日期相同。
|
|
283
|
+
metadata: 元資料
|
|
284
|
+
other: 其他
|
|
285
|
+
select_a_created_by: 選擇一位創建者
|
|
286
|
+
select_an_area: 選擇一個地區
|
|
287
|
+
select_an_assembly_type: 選擇一個大會類型
|
|
288
|
+
select_parent_assembly: 選擇父組件
|
|
289
|
+
slug_help: 'URL slug 用於生成指向該組件的 URL。 只接受字母、數字和破折號,並且必須以字母開頭。 示例:%{url}'
|
|
290
|
+
social_handlers: 社群
|
|
291
|
+
title: 基本資訊
|
|
292
|
+
visbility: 可見度
|
|
293
|
+
assemblies_settings:
|
|
294
|
+
edit:
|
|
295
|
+
update: 更新
|
|
296
|
+
form:
|
|
297
|
+
title: 大會的設置
|
|
298
|
+
assemblies_types:
|
|
299
|
+
form:
|
|
300
|
+
title: 標題
|
|
301
|
+
assembly_copies:
|
|
302
|
+
form:
|
|
303
|
+
slug_help: 'URL slug 用於生成指向該組件的 URL。 只接受字母、數字和破折號,並且必須以字母開頭。 示例:%{url}'
|
|
304
|
+
assembly_imports:
|
|
305
|
+
form:
|
|
306
|
+
document_legend: 添加文檔
|
|
307
|
+
slug_help: 'URL slug 用於生成指向該組件的 URL。 只接受字母、數字和破折號,並且必須以字母開頭。 示例:%{url}'
|
|
308
|
+
assembly_members:
|
|
309
|
+
form:
|
|
310
|
+
existing_user: 現有參與者
|
|
311
|
+
explanation: '圖像的指導'
|
|
312
|
+
image_guide: 最好是沒有任何文字的肖像圖像
|
|
313
|
+
non_user: 非參與者
|
|
314
|
+
non_user_avatar_help: 在發佈他們為會員之前,您應該徵得他們的同意
|
|
315
|
+
select_a_position: 選擇一個位置
|
|
316
|
+
select_user: 選擇與會者:
|
|
317
|
+
user_type: 參與者類型
|
|
318
|
+
index:
|
|
319
|
+
filter:
|
|
320
|
+
all: 全部
|
|
321
|
+
ceased: 已停止
|
|
322
|
+
not_ceased: 沒有停止
|
|
323
|
+
filter_by: 篩選條件
|
|
324
|
+
search: 搜尋
|
|
325
|
+
content_blocks:
|
|
326
|
+
highlighted_assemblies:
|
|
327
|
+
max_results: 顯示的最大元素數量
|
|
328
|
+
new_import:
|
|
329
|
+
accepted_types:
|
|
330
|
+
json: JSON
|
|
331
|
+
assemblies:
|
|
332
|
+
show:
|
|
333
|
+
title: 關於這個大會
|
|
334
|
+
assembly_members:
|
|
335
|
+
index:
|
|
336
|
+
members: 成員
|
|
337
|
+
assembly_types:
|
|
338
|
+
commission: 手續費
|
|
339
|
+
consultative_advisory: 諮詢/顧問
|
|
340
|
+
executive: 管理人員
|
|
341
|
+
government: 政府
|
|
342
|
+
others: 其他
|
|
343
|
+
participatory: 參與式
|
|
344
|
+
working_group: 工作群組
|
|
345
|
+
content_blocks:
|
|
346
|
+
highlighted_assemblies:
|
|
347
|
+
name: 關注的大會
|
|
348
|
+
created_by:
|
|
349
|
+
city_council: 市議會
|
|
350
|
+
others: 其他
|
|
351
|
+
public: 公開
|
|
352
|
+
filter:
|
|
353
|
+
all: 所有類型
|
|
354
|
+
commission: 手續費
|
|
355
|
+
consultative_advisory: 諮詢/顧問
|
|
356
|
+
executive: 管理人員
|
|
357
|
+
government: 政府
|
|
358
|
+
help: '顯示'
|
|
359
|
+
others: 其他
|
|
360
|
+
participatory: 參與式
|
|
361
|
+
working_group: 工作群組
|
|
362
|
+
index:
|
|
363
|
+
title: 大會
|
|
364
|
+
last_activity:
|
|
365
|
+
new_assembly: 新大會
|
|
366
|
+
pages:
|
|
367
|
+
home:
|
|
368
|
+
highlighted_assemblies:
|
|
369
|
+
active_assemblies: 活耀大會
|
|
370
|
+
assemblies_button_title: 鏈接到顯示所有大會的大會頁面
|
|
371
|
+
see_all_assemblies: 查看所有大會
|
|
372
|
+
user_profile:
|
|
373
|
+
member_of:
|
|
374
|
+
member_of: 的成員
|
|
375
|
+
show:
|
|
376
|
+
area: 區域
|
|
377
|
+
assembly_type: 大會類型
|
|
378
|
+
children: 大會
|
|
379
|
+
closing_date: 截止日期
|
|
380
|
+
composition: 組成
|
|
381
|
+
created_by: 創建者
|
|
382
|
+
creation_date: 創建日期
|
|
383
|
+
developer_group: 促銷團隊
|
|
384
|
+
duration: 持續時間
|
|
385
|
+
included_at: 包含於
|
|
386
|
+
indefinite_duration: 不確定
|
|
387
|
+
internal_organisation: 內部組織
|
|
388
|
+
is_transparent:
|
|
389
|
+
'false': 不透明
|
|
390
|
+
'true': 透明
|
|
391
|
+
local_area: 組織區域
|
|
392
|
+
participatory_scope: 決定了什麼
|
|
393
|
+
participatory_structure: 如何決定
|
|
394
|
+
private_space: 這是一個私人大會
|
|
395
|
+
purpose_of_action: 行動目的
|
|
396
|
+
read_less: 閱讀減少
|
|
397
|
+
read_more: 閱讀變多
|
|
398
|
+
related_participatory_processes: 相關參與過程
|
|
399
|
+
scope: 範圍
|
|
400
|
+
social_networks: 社群網路
|
|
401
|
+
social_networks_title: 訪問大會
|
|
402
|
+
target: 誰參加
|
|
403
|
+
assembly_members:
|
|
404
|
+
assembly_member:
|
|
405
|
+
designated_on: 指定於
|
|
406
|
+
index:
|
|
407
|
+
title: 成員
|
|
408
|
+
events:
|
|
409
|
+
assemblies:
|
|
410
|
+
create_assembly_member:
|
|
411
|
+
email_intro: <a href="%{resource_url}">%{resource_name}</a> 大會的管理員已將您添加為其成員之一。
|
|
412
|
+
email_outro: 您收到此通知是因為您受邀參加大會。 查看<a href="%{resource_url}">大會頁面</a>進行貢獻!
|
|
413
|
+
email_subject: 您已被邀請成為 %{resource_name} 大會的成員!
|
|
414
|
+
notification_title: 您已註冊為大會 <a href="%{resource_path}">%{resource_name}</a> 的成員。 請檢查<a href="%{resource_path}">大會頁面</a>以作出貢獻!
|
|
415
|
+
assembly:
|
|
416
|
+
role_assigned:
|
|
417
|
+
email_intro: 您已被分配為大會“%{resource_title}”的 %{role}。
|
|
418
|
+
email_outro: 您收到此通知是因為您是“%{resource_title}”大會的 %{role}。
|
|
419
|
+
email_subject: 您已被分配為“%{resource_title}”的 %{role}。
|
|
420
|
+
notification_title: 您已被分配為大會 <a href="%{resource_url}">%{resource_title}</a> 的 %{role}。
|
|
421
|
+
help:
|
|
422
|
+
participatory_spaces:
|
|
423
|
+
assemblies:
|
|
424
|
+
contextual: "<p>一個<strong>大會</strong> 是由一個組織的成員定期集會,就該組織的特定範圍或範圍進行決策。\n</p> <p>大會舉行會議,有些是私人的,有些是公開的。如果是公開的,就可以參加(例如:參加會議,如果容量允許的話,將點加入議程,或評論此機構所採取的提案和決策。)</p> <p>例如:年度大會(每年舉行一次,通過投票定義組織的主要行動方針以及執行機構)、平等顧問委員會(每兩個月舉行一次,就如何改善組織中的性別關係提出建議)、評估委員會(每月舉行一次,監督某個流程) 或保證機構(收集事件、濫用或提案以改善決策程序) 都是大會的例子。.</p>\n"
|
|
425
|
+
page: "<p>一個<strong>大會</strong> 是由一個組織的成員定期集會,就該組織的特定範圍或範圍進行決策。\n</p> <p>大會舉行會議,有些是私人的,有些是公開的。如果是公開的,就可以參加(例如:參加會議,如果容量允許的話,將點加入議程,或評論此機構所採取的提案和決策。)</p> <p>例如:年度大會(每年舉行一次,通過投票定義組織的主要行動方針以及執行機構)、平等顧問委員會(每兩個月舉行一次,就如何改善組織中的性別關係提出建議)、評估委員會(每月舉行一次,監督某個流程) 或保證機構(收集事件、濫用或提案以改善決策程序) 都是大會的例子。.</p>\n"
|
|
426
|
+
title: 什麼是大會?
|
|
427
|
+
log:
|
|
428
|
+
value_types:
|
|
429
|
+
assembly_presenter:
|
|
430
|
+
not_found: '在資料庫中找不到該大會 (ID: %{id})'
|
|
431
|
+
assembly_type_presenter:
|
|
432
|
+
not_found: '在資料庫中找不到該大會類型 (ID: %{id})'
|
|
433
|
+
menu:
|
|
434
|
+
assemblies: 大會
|
|
435
|
+
metrics:
|
|
436
|
+
assemblies:
|
|
437
|
+
description: 建立的大會數量
|
|
438
|
+
object: 大會
|
|
439
|
+
title: 大會
|
|
440
|
+
participatory_processes:
|
|
441
|
+
show:
|
|
442
|
+
related_assemblies: 相關大會
|
|
443
|
+
statistics:
|
|
444
|
+
assemblies_count: 大會
|
|
445
|
+
errors:
|
|
446
|
+
messages:
|
|
447
|
+
cannot_be_blank: 不能為空白
|
|
448
|
+
layouts:
|
|
449
|
+
decidim:
|
|
450
|
+
assemblies:
|
|
451
|
+
assembly:
|
|
452
|
+
more_info: 更多資訊
|
|
453
|
+
take_part: 參與
|
|
454
|
+
index:
|
|
455
|
+
children: '大會: '
|
|
456
|
+
organizational_chart: 組織結構圖
|
|
457
|
+
promoted_assemblies: 關注的大會
|
|
458
|
+
reset_chart: 重置
|
|
459
|
+
order_by_assemblies:
|
|
460
|
+
assemblies:
|
|
461
|
+
other: "%{count} 大會"
|
|
462
|
+
promoted_assembly:
|
|
463
|
+
more_info: 更多資訊
|
|
464
|
+
take_part: 參與
|
|
465
|
+
assembly_navigation:
|
|
466
|
+
assembly_member_menu_item: 成員
|
|
467
|
+
assembly_menu_item: 該大會
|
|
468
|
+
assembly_widgets:
|
|
469
|
+
show:
|
|
470
|
+
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.27.
|
|
4
|
+
version: 0.27.3
|
|
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.27.
|
|
21
|
+
version: 0.27.3
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
requirements:
|
|
26
26
|
- - '='
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
|
-
version: 0.27.
|
|
28
|
+
version: 0.27.3
|
|
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.27.
|
|
35
|
+
version: 0.27.3
|
|
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.27.
|
|
42
|
+
version: 0.27.3
|
|
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.27.
|
|
49
|
+
version: 0.27.3
|
|
50
50
|
type: :development
|
|
51
51
|
prerelease: false
|
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
|
53
53
|
requirements:
|
|
54
54
|
- - '='
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
|
-
version: 0.27.
|
|
56
|
+
version: 0.27.3
|
|
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.27.
|
|
63
|
+
version: 0.27.3
|
|
64
64
|
type: :development
|
|
65
65
|
prerelease: false
|
|
66
66
|
version_requirements: !ruby/object:Gem::Requirement
|
|
67
67
|
requirements:
|
|
68
68
|
- - '='
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
|
-
version: 0.27.
|
|
70
|
+
version: 0.27.3
|
|
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.27.
|
|
77
|
+
version: 0.27.3
|
|
78
78
|
type: :development
|
|
79
79
|
prerelease: false
|
|
80
80
|
version_requirements: !ruby/object:Gem::Requirement
|
|
81
81
|
requirements:
|
|
82
82
|
- - '='
|
|
83
83
|
- !ruby/object:Gem::Version
|
|
84
|
-
version: 0.27.
|
|
84
|
+
version: 0.27.3
|
|
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
|
|
@@ -381,7 +383,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
381
383
|
- !ruby/object:Gem::Version
|
|
382
384
|
version: '0'
|
|
383
385
|
requirements: []
|
|
384
|
-
rubygems_version: 3.
|
|
386
|
+
rubygems_version: 3.2.22
|
|
385
387
|
signing_key:
|
|
386
388
|
specification_version: 4
|
|
387
389
|
summary: Decidim assemblies module
|