decidim-assemblies 0.26.4 → 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/ca.yml +8 -0
- data/config/locales/cs.yml +8 -0
- data/config/locales/de.yml +2 -1
- data/config/locales/en.yml +8 -0
- data/config/locales/es-MX.yml +8 -0
- data/config/locales/es-PY.yml +8 -0
- data/config/locales/es.yml +8 -0
- data/config/locales/eu.yml +22 -21
- data/config/locales/fa-IR.yml +1 -0
- data/config/locales/fi-plain.yml +8 -0
- data/config/locales/fi.yml +9 -1
- data/config/locales/fr-CA.yml +8 -0
- data/config/locales/fr.yml +8 -0
- data/config/locales/ja.yml +8 -0
- data/config/locales/ka-GE.yml +1 -0
- data/config/locales/kaa.yml +1 -0
- data/config/locales/pl.yml +1 -0
- data/config/locales/ro-RO.yml +10 -1
- data/config/locales/sv.yml +7 -1
- data/config/locales/tr-TR.yml +13 -0
- data/config/locales/zh-TW.yml +465 -0
- data/lib/decidim/assemblies/test/factories.rb +4 -0
- data/lib/decidim/assemblies/version.rb +1 -1
- metadata +39 -8
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/ca.yml
CHANGED
|
@@ -3,7 +3,10 @@ ca:
|
|
|
3
3
|
attributes:
|
|
4
4
|
assemblies_setting:
|
|
5
5
|
enable_organization_chart: Habilitar organigrama
|
|
6
|
+
assemblies_type:
|
|
7
|
+
title: Títol
|
|
6
8
|
assembly:
|
|
9
|
+
announcement: Avís
|
|
7
10
|
area_id: Àrea
|
|
8
11
|
assembly_type: Tipus d'assemblea
|
|
9
12
|
assembly_type_other: Altre tipus d'assemblea
|
|
@@ -22,12 +25,16 @@ ca:
|
|
|
22
25
|
decidim_scope_id: Àmbit
|
|
23
26
|
description: Descripció
|
|
24
27
|
developer_group: Grup promotor
|
|
28
|
+
document: Document
|
|
25
29
|
domain: Domini
|
|
26
30
|
duration: Durada
|
|
27
31
|
facebook: Facebook
|
|
28
32
|
github: GitHub
|
|
29
33
|
hashtag: Hashtag
|
|
30
34
|
hero_image: Imatge de portada
|
|
35
|
+
import_attachments: Importar arxius adjunts
|
|
36
|
+
import_categories: Importar categories
|
|
37
|
+
import_components: Importar components
|
|
31
38
|
included_at: Inclòs a
|
|
32
39
|
instagram: Instagram
|
|
33
40
|
internal_organisation: Organització interna
|
|
@@ -64,6 +71,7 @@ ca:
|
|
|
64
71
|
non_user_avatar: Avatar
|
|
65
72
|
position: Posició
|
|
66
73
|
user_id: Participant o grup
|
|
74
|
+
weight: Ordre de posició
|
|
67
75
|
assembly_user_role:
|
|
68
76
|
email: Correu electrònic
|
|
69
77
|
name: Nom
|
data/config/locales/cs.yml
CHANGED
|
@@ -3,7 +3,10 @@ cs:
|
|
|
3
3
|
attributes:
|
|
4
4
|
assemblies_setting:
|
|
5
5
|
enable_organization_chart: Povolit schéma organizace
|
|
6
|
+
assemblies_type:
|
|
7
|
+
title: Název
|
|
6
8
|
assembly:
|
|
9
|
+
announcement: Oznámení
|
|
7
10
|
area_id: Oblast
|
|
8
11
|
assembly_type: Typ shromáždění
|
|
9
12
|
assembly_type_other: Typ shromáždění ostatní
|
|
@@ -22,12 +25,16 @@ cs:
|
|
|
22
25
|
decidim_scope_id: Oblast působnosti
|
|
23
26
|
description: Popis
|
|
24
27
|
developer_group: Skupina promotérů
|
|
28
|
+
document: Dokument
|
|
25
29
|
domain: Doména
|
|
26
30
|
duration: Doba trvání
|
|
27
31
|
facebook: Facebook
|
|
28
32
|
github: GitHub
|
|
29
33
|
hashtag: Hashtag
|
|
30
34
|
hero_image: Obrázek na hlavní stránce
|
|
35
|
+
import_attachments: Importovat přílohy
|
|
36
|
+
import_categories: Importovat kategorie
|
|
37
|
+
import_components: Importovat komponenty
|
|
31
38
|
included_at: Zahrnuty v
|
|
32
39
|
instagram: Instagram
|
|
33
40
|
internal_organisation: Vnitřní organizace
|
|
@@ -64,6 +71,7 @@ cs:
|
|
|
64
71
|
non_user_avatar: Avatar
|
|
65
72
|
position: Pozice
|
|
66
73
|
user_id: Uživatel
|
|
74
|
+
weight: Pozice v řazení
|
|
67
75
|
assembly_user_role:
|
|
68
76
|
email: E-mail
|
|
69
77
|
name: Název
|
data/config/locales/de.yml
CHANGED
|
@@ -52,7 +52,7 @@ de:
|
|
|
52
52
|
target: Wer nimmt teil?
|
|
53
53
|
title: Titel
|
|
54
54
|
twitter: Twitter
|
|
55
|
-
weight:
|
|
55
|
+
weight: Reihenfolge
|
|
56
56
|
youtube: Youtube
|
|
57
57
|
assembly_member:
|
|
58
58
|
birthday: Geburtstag
|
|
@@ -64,6 +64,7 @@ de:
|
|
|
64
64
|
non_user_avatar: Profilbild
|
|
65
65
|
position: Position
|
|
66
66
|
user_id: User
|
|
67
|
+
weight: Reihenfolge
|
|
67
68
|
assembly_user_role:
|
|
68
69
|
email: Email
|
|
69
70
|
name: Name
|
data/config/locales/en.yml
CHANGED
|
@@ -4,7 +4,10 @@ en:
|
|
|
4
4
|
attributes:
|
|
5
5
|
assemblies_setting:
|
|
6
6
|
enable_organization_chart: Enable organization chart
|
|
7
|
+
assemblies_type:
|
|
8
|
+
title: Title
|
|
7
9
|
assembly:
|
|
10
|
+
announcement: Announcement
|
|
8
11
|
area_id: Area
|
|
9
12
|
assembly_type: Assembly type
|
|
10
13
|
assembly_type_other: Assembly type other
|
|
@@ -23,12 +26,16 @@ en:
|
|
|
23
26
|
decidim_scope_id: Scope
|
|
24
27
|
description: Description
|
|
25
28
|
developer_group: Promoter group
|
|
29
|
+
document: Document
|
|
26
30
|
domain: Domain
|
|
27
31
|
duration: Duration
|
|
28
32
|
facebook: Facebook
|
|
29
33
|
github: GitHub
|
|
30
34
|
hashtag: Hashtag
|
|
31
35
|
hero_image: Home image
|
|
36
|
+
import_attachments: Import attachments
|
|
37
|
+
import_categories: Import categories
|
|
38
|
+
import_components: Import components
|
|
32
39
|
included_at: Included at
|
|
33
40
|
instagram: Instagram
|
|
34
41
|
internal_organisation: Internal organisation
|
|
@@ -65,6 +72,7 @@ en:
|
|
|
65
72
|
non_user_avatar: Avatar
|
|
66
73
|
position: Position
|
|
67
74
|
user_id: User or group
|
|
75
|
+
weight: Order position
|
|
68
76
|
assembly_user_role:
|
|
69
77
|
email: Email
|
|
70
78
|
name: Name
|
data/config/locales/es-MX.yml
CHANGED
|
@@ -3,7 +3,10 @@ es-MX:
|
|
|
3
3
|
attributes:
|
|
4
4
|
assemblies_setting:
|
|
5
5
|
enable_organization_chart: Habilitar organigrama
|
|
6
|
+
assemblies_type:
|
|
7
|
+
title: Título
|
|
6
8
|
assembly:
|
|
9
|
+
announcement: Aviso
|
|
7
10
|
area_id: Área
|
|
8
11
|
assembly_type: Tipo de montaje
|
|
9
12
|
assembly_type_other: Tipo de montaje otro
|
|
@@ -22,12 +25,16 @@ es-MX:
|
|
|
22
25
|
decidim_scope_id: Ámbito
|
|
23
26
|
description: Descripción
|
|
24
27
|
developer_group: Grupo promotor
|
|
28
|
+
document: Documento
|
|
25
29
|
domain: Dominio
|
|
26
30
|
duration: Duración
|
|
27
31
|
facebook: Facebook
|
|
28
32
|
github: GitHub
|
|
29
33
|
hashtag: Hashtag
|
|
30
34
|
hero_image: Imagen de portada
|
|
35
|
+
import_attachments: Importar archivos adjuntos
|
|
36
|
+
import_categories: Importar categorias
|
|
37
|
+
import_components: Importar componentes
|
|
31
38
|
included_at: Incluido en
|
|
32
39
|
instagram: Instagram
|
|
33
40
|
internal_organisation: Organización interna
|
|
@@ -64,6 +71,7 @@ es-MX:
|
|
|
64
71
|
non_user_avatar: Avatar
|
|
65
72
|
position: Posición
|
|
66
73
|
user_id: Usuaria
|
|
74
|
+
weight: Orden de posición
|
|
67
75
|
assembly_user_role:
|
|
68
76
|
email: Correo electrónico
|
|
69
77
|
name: Nombre
|
data/config/locales/es-PY.yml
CHANGED
|
@@ -3,7 +3,10 @@ es-PY:
|
|
|
3
3
|
attributes:
|
|
4
4
|
assemblies_setting:
|
|
5
5
|
enable_organization_chart: Habilitar organigrama
|
|
6
|
+
assemblies_type:
|
|
7
|
+
title: Título
|
|
6
8
|
assembly:
|
|
9
|
+
announcement: Aviso
|
|
7
10
|
area_id: Área
|
|
8
11
|
assembly_type: Tipo de montaje
|
|
9
12
|
assembly_type_other: Tipo de montaje otro
|
|
@@ -22,12 +25,16 @@ es-PY:
|
|
|
22
25
|
decidim_scope_id: Ámbito
|
|
23
26
|
description: Descripción
|
|
24
27
|
developer_group: Grupo promotor
|
|
28
|
+
document: Documento
|
|
25
29
|
domain: Dominio
|
|
26
30
|
duration: Duración
|
|
27
31
|
facebook: Facebook
|
|
28
32
|
github: GitHub
|
|
29
33
|
hashtag: Hashtag
|
|
30
34
|
hero_image: Imagen de portada
|
|
35
|
+
import_attachments: Importar archivos adjuntos
|
|
36
|
+
import_categories: Importar categorias
|
|
37
|
+
import_components: Importar componentes
|
|
31
38
|
included_at: Incluido en
|
|
32
39
|
instagram: Instagram
|
|
33
40
|
internal_organisation: Organización interna
|
|
@@ -64,6 +71,7 @@ es-PY:
|
|
|
64
71
|
non_user_avatar: Avatar
|
|
65
72
|
position: Posición
|
|
66
73
|
user_id: Usuaria
|
|
74
|
+
weight: Orden de posición
|
|
67
75
|
assembly_user_role:
|
|
68
76
|
email: Correo electrónico
|
|
69
77
|
name: Nombre
|
data/config/locales/es.yml
CHANGED
|
@@ -3,7 +3,10 @@ es:
|
|
|
3
3
|
attributes:
|
|
4
4
|
assemblies_setting:
|
|
5
5
|
enable_organization_chart: Habilitar organigrama
|
|
6
|
+
assemblies_type:
|
|
7
|
+
title: Título
|
|
6
8
|
assembly:
|
|
9
|
+
announcement: Aviso
|
|
7
10
|
area_id: Área
|
|
8
11
|
assembly_type: Tipo de asamblea
|
|
9
12
|
assembly_type_other: Otro tipo de asamblea
|
|
@@ -22,12 +25,16 @@ es:
|
|
|
22
25
|
decidim_scope_id: Ámbito
|
|
23
26
|
description: Descripción
|
|
24
27
|
developer_group: Grupo promotor
|
|
28
|
+
document: Documento
|
|
25
29
|
domain: Dominio
|
|
26
30
|
duration: Duración
|
|
27
31
|
facebook: Facebook
|
|
28
32
|
github: GitHub
|
|
29
33
|
hashtag: Hashtag
|
|
30
34
|
hero_image: Imagen de portada
|
|
35
|
+
import_attachments: Importar archivos adjuntos
|
|
36
|
+
import_categories: Importar categorias
|
|
37
|
+
import_components: Importar componentes
|
|
31
38
|
included_at: Incluido en
|
|
32
39
|
instagram: Instagram
|
|
33
40
|
internal_organisation: Organización interna
|
|
@@ -64,6 +71,7 @@ es:
|
|
|
64
71
|
non_user_avatar: Avatar
|
|
65
72
|
position: Posición
|
|
66
73
|
user_id: Participante o grupo
|
|
74
|
+
weight: Orden de posición
|
|
67
75
|
assembly_user_role:
|
|
68
76
|
email: Correo electrónico
|
|
69
77
|
name: Nombre
|
data/config/locales/eu.yml
CHANGED
|
@@ -4,8 +4,8 @@ eu:
|
|
|
4
4
|
assemblies_setting:
|
|
5
5
|
enable_organization_chart: Gaitu organigrama
|
|
6
6
|
assembly:
|
|
7
|
-
area_id:
|
|
8
|
-
assembly_type:
|
|
7
|
+
area_id: Arloa
|
|
8
|
+
assembly_type: Batzar mota
|
|
9
9
|
assembly_type_other: Batzar mota beste
|
|
10
10
|
banner_image: Bannerra
|
|
11
11
|
closing_date: Amaiera data
|
|
@@ -22,6 +22,7 @@ eu:
|
|
|
22
22
|
decidim_scope_id: esparrua
|
|
23
23
|
description: Deskribapena
|
|
24
24
|
developer_group: Sustatzailearen taldea
|
|
25
|
+
document: Dokumentua
|
|
25
26
|
domain: Domeinua
|
|
26
27
|
duration: Iraupena
|
|
27
28
|
facebook: Facebook
|
|
@@ -66,18 +67,18 @@ eu:
|
|
|
66
67
|
user_id: Parte-hartzailea edo taldea
|
|
67
68
|
assembly_user_role:
|
|
68
69
|
email: Emaila
|
|
69
|
-
name:
|
|
70
|
+
name: Izena
|
|
70
71
|
role: Role
|
|
71
72
|
errors:
|
|
72
73
|
models:
|
|
73
74
|
assembly:
|
|
74
75
|
attributes:
|
|
75
76
|
document:
|
|
76
|
-
invalid_document_type: 'Dokumentu-mota baliogabea da. Formatu hauek onartzen dira: %{valid_mime_types}'
|
|
77
|
+
invalid_document_type: 'Dokumentu-mota baliogabea da. Formatu hauek solik onartzen dira: %{valid_mime_types}'
|
|
77
78
|
activerecord:
|
|
78
79
|
models:
|
|
79
80
|
decidim/assembly:
|
|
80
|
-
one:
|
|
81
|
+
one: Batzarra
|
|
81
82
|
other: Batzar
|
|
82
83
|
decidim/assembly_member:
|
|
83
84
|
one: Batzar kidea
|
|
@@ -149,12 +150,12 @@ eu:
|
|
|
149
150
|
success: Kidea muntaia honekin batera ezabatu da.
|
|
150
151
|
edit:
|
|
151
152
|
title: Eguneratu muntaia kidea.
|
|
152
|
-
update:
|
|
153
|
+
update: Eguneratu
|
|
153
154
|
index:
|
|
154
|
-
assembly_members_title:
|
|
155
|
+
assembly_members_title: Batzarraen kideak
|
|
155
156
|
new:
|
|
156
157
|
create: Sortu
|
|
157
|
-
title:
|
|
158
|
+
title: Batzarkide berria.
|
|
158
159
|
update:
|
|
159
160
|
error: Errore bat gertatu da kidea bistaratzeko muntaia honetarako.
|
|
160
161
|
success: Batzar hau behar bezala eguneratu da.
|
|
@@ -173,7 +174,7 @@ eu:
|
|
|
173
174
|
success: Erabiltzailea behar bezala kendu da muntaia honetatik.
|
|
174
175
|
edit:
|
|
175
176
|
title: Eguneratu muntaia erabiltzailea.
|
|
176
|
-
update:
|
|
177
|
+
update: Eguneratu
|
|
177
178
|
index:
|
|
178
179
|
assembly_admins_title: Batzar erabiltzaileak
|
|
179
180
|
new:
|
|
@@ -190,7 +191,7 @@ eu:
|
|
|
190
191
|
assemblies_settings: Ezarpenak
|
|
191
192
|
assemblies_submenu:
|
|
192
193
|
assembly_admins: Batzar erabiltzaileak
|
|
193
|
-
assembly_members:
|
|
194
|
+
assembly_members: Kideak
|
|
194
195
|
attachment_collections: Karpetak
|
|
195
196
|
attachment_files: Fitxategiak
|
|
196
197
|
attachments: Eranskinak
|
|
@@ -217,22 +218,22 @@ eu:
|
|
|
217
218
|
fields:
|
|
218
219
|
ceased_date: Data amaitua
|
|
219
220
|
designation_date: Deuseztapen data
|
|
220
|
-
full_name:
|
|
221
|
+
full_name: Izena
|
|
221
222
|
position: Kargua
|
|
222
223
|
name: kidea
|
|
223
224
|
positions:
|
|
224
225
|
other: Beste
|
|
225
226
|
president: Lehendakaria
|
|
226
|
-
secretary:
|
|
227
|
+
secretary: Idazkaritza
|
|
227
228
|
vice_president: Lehendakariordea
|
|
228
229
|
assembly_user_role:
|
|
229
230
|
fields:
|
|
230
|
-
email:
|
|
231
|
-
name:
|
|
232
|
-
role:
|
|
231
|
+
email: Helbide elektronikoa
|
|
232
|
+
name: Izena
|
|
233
|
+
role: Rola
|
|
233
234
|
name: Batzar Erabiltzailea
|
|
234
235
|
roles:
|
|
235
|
-
admin:
|
|
236
|
+
admin: Administratzailea
|
|
236
237
|
collaborator: Kolaboratzaile
|
|
237
238
|
moderator: Moderatzaile
|
|
238
239
|
valuator: Ebaluatzailea
|
|
@@ -270,7 +271,7 @@ eu:
|
|
|
270
271
|
duration_help: Muntaia honen iraupena mugatua bada, hautatu amaiera-data. Bestela, mugagabea izango da.
|
|
271
272
|
filters: iragazkiak
|
|
272
273
|
images: Irudiak
|
|
273
|
-
included_at_help: Hautatu
|
|
274
|
+
included_at_help: Hautatu batzarra Decidim-era gehitzeko data. Ez du zertan sortze-data bera izan.
|
|
274
275
|
metadata: Metadata
|
|
275
276
|
other: Beste
|
|
276
277
|
select_a_created_by: Aukeratu egilea by egilea
|
|
@@ -312,7 +313,7 @@ eu:
|
|
|
312
313
|
ceased: utzi zion
|
|
313
314
|
not_ceased: Ez da gelditu
|
|
314
315
|
filter_by: Iragazi arabera
|
|
315
|
-
search:
|
|
316
|
+
search: Bilatu
|
|
316
317
|
content_blocks:
|
|
317
318
|
highlighted_assemblies:
|
|
318
319
|
max_results: Erakusteko elementu gehienen kopurua
|
|
@@ -321,7 +322,7 @@ eu:
|
|
|
321
322
|
json: JSON
|
|
322
323
|
assembly_members:
|
|
323
324
|
index:
|
|
324
|
-
members:
|
|
325
|
+
members: Kideak
|
|
325
326
|
assembly_types:
|
|
326
327
|
commission: Batzordeak
|
|
327
328
|
consultative_advisory: Aholku / Aholku
|
|
@@ -391,7 +392,7 @@ eu:
|
|
|
391
392
|
assembly_member:
|
|
392
393
|
designated_on: Izendatuta
|
|
393
394
|
index:
|
|
394
|
-
title:
|
|
395
|
+
title: Kideak
|
|
395
396
|
events:
|
|
396
397
|
assemblies:
|
|
397
398
|
create_assembly_member:
|
|
@@ -450,7 +451,7 @@ eu:
|
|
|
450
451
|
more_info: Informazio gehiago
|
|
451
452
|
take_part: Parte hartu
|
|
452
453
|
assembly_navigation:
|
|
453
|
-
assembly_member_menu_item:
|
|
454
|
+
assembly_member_menu_item: Kideak
|
|
454
455
|
assembly_menu_item: Biltzarra
|
|
455
456
|
assembly_widgets:
|
|
456
457
|
show:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
fa:
|