decidim-assemblies 0.26.7 → 0.27.0.rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/cells/decidim/assemblies/content_blocks/highlighted_assemblies/show.erb +2 -2
- data/app/cells/decidim/assemblies/content_blocks/highlighted_assemblies_cell.rb +5 -5
- data/app/commands/decidim/assemblies/admin/copy_assembly.rb +10 -7
- data/app/commands/decidim/assemblies/admin/create_assemblies_type.rb +1 -1
- data/app/commands/decidim/assemblies/admin/create_assembly.rb +1 -1
- data/app/commands/decidim/assemblies/admin/create_assembly_member.rb +12 -12
- data/app/commands/decidim/assemblies/admin/destroy_assemblies_type.rb +1 -1
- data/app/commands/decidim/assemblies/admin/destroy_assembly_admin.rb +1 -1
- data/app/commands/decidim/assemblies/admin/destroy_assembly_member.rb +1 -1
- data/app/commands/decidim/assemblies/admin/import_assembly.rb +11 -7
- data/app/commands/decidim/assemblies/admin/notify_role_assigned_to_assembly.rb +1 -1
- data/app/commands/decidim/assemblies/admin/publish_assembly.rb +1 -1
- data/app/commands/decidim/assemblies/admin/unpublish_assembly.rb +1 -1
- data/app/commands/decidim/assemblies/admin/update_assemblies_setting.rb +1 -1
- data/app/commands/decidim/assemblies/admin/update_assemblies_type.rb +1 -1
- data/app/commands/decidim/assemblies/admin/update_assembly.rb +1 -1
- data/app/commands/decidim/assemblies/admin/update_assembly_member.rb +11 -11
- data/app/controllers/decidim/assemblies/admin/assembly_copies_controller.rb +1 -1
- data/app/controllers/decidim/assemblies/admin/assembly_imports_controller.rb +1 -1
- data/app/controllers/decidim/assemblies/admin/reminders_controller.rb +14 -0
- data/app/controllers/decidim/assemblies/assemblies_controller.rb +6 -6
- data/app/events/decidim/role_assigned_to_assembly_event.rb +1 -1
- data/app/forms/decidim/assemblies/admin/assembly_import_form.rb +5 -6
- data/app/helpers/decidim/assemblies/filter_assemblies_helper.rb +10 -6
- data/app/models/decidim/assembly.rb +10 -4
- data/app/packs/src/decidim/assemblies/orgchart.js +52 -46
- data/app/permissions/decidim/assemblies/permissions.rb +45 -11
- data/app/presenters/decidim/assemblies/admin_log/assembly_presenter.rb +1 -1
- data/app/presenters/decidim/assemblies/assembly_stats_presenter.rb +4 -1
- data/app/presenters/decidim/assembly_member_presenter.rb +3 -5
- data/app/queries/decidim/assemblies/admin/admin_users.rb +1 -1
- data/app/queries/decidim/assemblies/admin/assembly_members.rb +1 -1
- data/app/queries/decidim/assemblies/assemblies_with_user_role.rb +1 -1
- data/app/queries/decidim/assemblies/filtered_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/organization_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/organization_prioritized_assemblies.rb +2 -2
- data/app/queries/decidim/assemblies/organization_published_assemblies.rb +2 -2
- data/app/queries/decidim/assemblies/parent_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/parent_assemblies_for_select.rb +1 -1
- data/app/queries/decidim/assemblies/prioritized_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/promoted_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/published_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/visible_assemblies.rb +1 -1
- data/app/serializers/decidim/assemblies/assembly_importer.rb +3 -4
- data/app/views/decidim/assemblies/_filter_by_type.html.erb +1 -1
- data/app/views/decidim/assemblies/admin/assemblies/_form.html.erb +2 -2
- data/app/views/decidim/assemblies/admin/assemblies/index.html.erb +2 -2
- data/app/views/decidim/assemblies/assemblies/_promoted_assembly.html.erb +1 -1
- data/app/views/decidim/assemblies/assemblies/index.html.erb +3 -1
- data/app/views/decidim/assemblies/assemblies/show.html.erb +8 -6
- data/app/views/layouts/decidim/_assembly_header.html.erb +1 -1
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +1 -73
- data/config/locales/bg.yml +1 -0
- data/config/locales/ca.yml +6 -10
- data/config/locales/cs.yml +14 -18
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +7 -4
- data/config/locales/el.yml +1 -7
- data/config/locales/en.yml +5 -10
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +6 -10
- data/config/locales/es-PY.yml +6 -10
- data/config/locales/es.yml +6 -10
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +20 -27
- data/config/locales/fi-plain.yml +6 -10
- data/config/locales/fi.yml +7 -11
- data/config/locales/fr-CA.yml +6 -10
- data/config/locales/fr.yml +11 -15
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +2 -7
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +3 -44
- data/config/locales/id-ID.yml +1 -1
- data/config/locales/is-IS.yml +2 -3
- data/config/locales/it.yml +1 -7
- data/config/locales/ja.yml +6 -10
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +1 -6
- data/config/locales/lt.yml +1 -469
- data/config/locales/lv.yml +1 -1
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +18 -29
- data/config/locales/no.yml +1 -7
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +2 -3
- data/config/locales/pt-BR.yml +2 -8
- data/config/locales/pt.yml +1 -7
- data/config/locales/ro-RO.yml +2 -21
- data/config/locales/ru.yml +1 -3
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +1 -2
- data/config/locales/sl.yml +1 -8
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +1 -0
- data/config/locales/sv.yml +3 -14
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +1 -20
- data/config/locales/uk.yml +1 -3
- data/config/locales/val-ES.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +1 -7
- data/config/locales/zh-TW.yml +1 -465
- data/lib/decidim/assemblies/admin_engine.rb +5 -4
- data/lib/decidim/assemblies/participatory_space.rb +9 -9
- data/lib/decidim/assemblies/test/factories.rb +0 -4
- data/lib/decidim/assemblies/version.rb +1 -1
- metadata +13 -47
- data/app/services/decidim/assemblies/assembly_search.rb +0 -18
- data/config/locales/fa-IR.yml +0 -1
- data/config/locales/gn-PY.yml +0 -1
- data/config/locales/ka-GE.yml +0 -1
- data/config/locales/kaa.yml +0 -1
- data/config/locales/lo-LA.yml +0 -1
- data/config/locales/oc-FR.yml +0 -1
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
</div>
|
|
14
14
|
<div class="columns mediumlarge-8 large-6 card--process__column">
|
|
15
15
|
<div class="card--full__image"
|
|
16
|
-
style="background-image:url(
|
|
16
|
+
style="background-image:url(<%= promoted_assembly.attached_uploader(:hero_image).path %>)">
|
|
17
17
|
<div class="card__content row collapse">
|
|
18
18
|
<div class="large-6 large-offset-6 columns">
|
|
19
19
|
<%= link_to assembly_path(promoted_assembly), class: "button expanded button--sc" do %>
|
|
@@ -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 translated_attribute(current_participatory_space.short_description) %>
|
|
41
41
|
</div>
|
|
42
|
-
<%=
|
|
42
|
+
<%= decidim_sanitize_editor 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 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 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 translated_attribute(current_participatory_space.composition) %>
|
|
75
75
|
</div>
|
|
76
76
|
<% end %>
|
|
77
77
|
<div class="section text-center">
|
|
@@ -221,4 +221,6 @@ edit_link(
|
|
|
221
221
|
<% end %>
|
|
222
222
|
</div>
|
|
223
223
|
|
|
224
|
-
|
|
224
|
+
<% content_for :js_content do %>
|
|
225
|
+
<%= javascript_pack_tag "decidim_assemblies" %>
|
|
226
|
+
<% end %>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div class="process-header">
|
|
2
2
|
<div class="process-header__inner">
|
|
3
3
|
<div class="row column process-header__main"
|
|
4
|
-
style="background-image:url(
|
|
4
|
+
style="background-image:url(<%= current_participatory_space.attached_uploader(:banner_image).path %>);">
|
|
5
5
|
</div>
|
|
6
6
|
<div class="process-header__container row collapse column">
|
|
7
7
|
<div class="columns mediumlarge-8 process-header__info">
|
data/config/locales/am-ET.yml
CHANGED
data/config/locales/ar.yml
CHANGED
|
@@ -1,12 +1,8 @@
|
|
|
1
|
+
---
|
|
1
2
|
ar:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
4
|
-
assemblies_setting:
|
|
5
|
-
enable_organization_chart: تمكين الخريطة التنظيمية
|
|
6
|
-
assemblies_type:
|
|
7
|
-
title: العنوان
|
|
8
5
|
assembly:
|
|
9
|
-
announcement: إعلان
|
|
10
6
|
area_id: المنطقة
|
|
11
7
|
assembly_type: نوع التجمع
|
|
12
8
|
assembly_type_other: نوع آخر مِن الجمعيات
|
|
@@ -25,16 +21,12 @@ ar:
|
|
|
25
21
|
decidim_scope_id: النطاق
|
|
26
22
|
description: الوصف
|
|
27
23
|
developer_group: مجموعة المروجين
|
|
28
|
-
document: وثيقة
|
|
29
24
|
domain: النطاق
|
|
30
25
|
duration: المدة الزمنية
|
|
31
26
|
facebook: فيسبوك
|
|
32
27
|
github: غِت هَب
|
|
33
28
|
hashtag: الوسم
|
|
34
29
|
hero_image: الصورة الرئيسية
|
|
35
|
-
import_attachments: استيراد المرفقات
|
|
36
|
-
import_categories: استيراد الفئات
|
|
37
|
-
import_components: استيراد المكونات
|
|
38
30
|
included_at: المدرجة في
|
|
39
31
|
instagram: انستجرام
|
|
40
32
|
internal_organisation: التنظيم الداخلي
|
|
@@ -59,7 +51,6 @@ ar:
|
|
|
59
51
|
target: من يشارك
|
|
60
52
|
title: العنوان
|
|
61
53
|
twitter: تويتر
|
|
62
|
-
weight: موضع الطلب
|
|
63
54
|
youtube: يوتيوب
|
|
64
55
|
assembly_member:
|
|
65
56
|
birthday: تاريخ الميلاد
|
|
@@ -71,7 +62,6 @@ ar:
|
|
|
71
62
|
non_user_avatar: الصورة الرمزية
|
|
72
63
|
position: الموقع
|
|
73
64
|
user_id: مستخدم أو مجموعة
|
|
74
|
-
weight: موضع الطلب
|
|
75
65
|
assembly_user_role:
|
|
76
66
|
email: البريد الإلكتروني
|
|
77
67
|
name: الاسم
|
|
@@ -126,13 +116,8 @@ ar:
|
|
|
126
116
|
create:
|
|
127
117
|
error: حدثت مشكلة في تكرار هذا التجميع.
|
|
128
118
|
success: الجمعية مكررة بنجاح.
|
|
129
|
-
assemblies_settings:
|
|
130
|
-
update:
|
|
131
|
-
error: طرأت مشكلة أثناء تحديث الإعدادات.
|
|
132
|
-
success: تم تحديث الإعدادات بنجاح.
|
|
133
119
|
assemblies_types:
|
|
134
120
|
create:
|
|
135
|
-
error: حدثت مشكلة أثناء إنشاء جمعية جديدة.
|
|
136
121
|
success: تم إنشاء نوع الجمعية بنجاح.
|
|
137
122
|
destroy:
|
|
138
123
|
success: تم حذف نوع الجمعية بنجاح.
|
|
@@ -148,13 +133,8 @@ ar:
|
|
|
148
133
|
select: حدد البيانات التي ترغب في تكرارها
|
|
149
134
|
title: نسخ الجمعية
|
|
150
135
|
assembly_imports:
|
|
151
|
-
create:
|
|
152
|
-
error: حدثت مشكلة أثناء استيراد هذه الجمعية.
|
|
153
|
-
success: تم استيراد الجمعية بنجاح.
|
|
154
136
|
new:
|
|
155
137
|
import: استيراد
|
|
156
|
-
select: اختر البيانات التي ترغب في استيرادها
|
|
157
|
-
title: استيراد الجمعية
|
|
158
138
|
assembly_members:
|
|
159
139
|
create:
|
|
160
140
|
error: حدثت مشكلة أثناء إضافة عضو لهذا التجميع.
|
|
@@ -196,9 +176,6 @@ ar:
|
|
|
196
176
|
update:
|
|
197
177
|
error: حدثت مشكلة أثناء تحديث مشرفٍ على هذه الجمعية.
|
|
198
178
|
success: تم تحديث المشرف على هذه الجمعية بنجاح.
|
|
199
|
-
filters:
|
|
200
|
-
decidim_assemblies_type_id_eq:
|
|
201
|
-
label: نوع الجمعية
|
|
202
179
|
menu:
|
|
203
180
|
assemblies: الجمعيات
|
|
204
181
|
assemblies_settings: الإعدادات
|
|
@@ -249,7 +226,6 @@ ar:
|
|
|
249
226
|
admin: مدير
|
|
250
227
|
collaborator: متعاون
|
|
251
228
|
moderator: مُشرف
|
|
252
|
-
valuator: مُقيِّم
|
|
253
229
|
titles:
|
|
254
230
|
assemblies: الجمعيات
|
|
255
231
|
assemblies_types: أنواع التجمّعات
|
|
@@ -263,14 +239,8 @@ ar:
|
|
|
263
239
|
create: "%{user_name} أنشأ العضو %{resource_name} في الجمعية %{space_name}"
|
|
264
240
|
delete: "%{user_name} إزالة العضو %{resource_name} من الجمعية %{space_name}"
|
|
265
241
|
update: "%{user_name} بتحديث العضو %{resource_name} في الجمعية %{space_name}"
|
|
266
|
-
assembly_setting:
|
|
267
|
-
update: "قام %{user_name} بتحديث إعدادات الجمعية"
|
|
268
242
|
assembly_type:
|
|
269
243
|
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}"
|
|
274
244
|
assembly_user_role:
|
|
275
245
|
create: "%{user_name} دعا %{resource_name} إلى %{space_name} الجمعية"
|
|
276
246
|
delete: "%{user_name} أزال المشارك %{resource_name} من الجمعية %{space_name}"
|
|
@@ -279,12 +249,10 @@ ar:
|
|
|
279
249
|
admin:
|
|
280
250
|
assemblies:
|
|
281
251
|
form:
|
|
282
|
-
announcement_help: سيظهر النص الذي أدخلته هنا للمستخدم مباشرة تحت معلومات الجمعية.
|
|
283
252
|
duration: المدة الزمنية
|
|
284
253
|
duration_help: إذا كانت مدة هذه الجمعية محدودة ، فحدد تاريخ الانتهاء. خلاف ذلك ، سوف يظهر على أنه غير مسمى.
|
|
285
254
|
filters: مرشحات
|
|
286
255
|
images: الصور
|
|
287
|
-
included_at_help: حدد التاريخ الذي تمت فيه إضافة هذه الجمعية إلى Decidim. ليس بالضرورة أن يكون هو نفسه تاريخ الإنشاء.
|
|
288
256
|
metadata: البيانات الوصفية
|
|
289
257
|
other: آخر
|
|
290
258
|
select_a_created_by: حدد تم إنشاؤها بواسطة
|
|
@@ -295,28 +263,16 @@ ar:
|
|
|
295
263
|
social_handlers: التواصل الاجتماعي
|
|
296
264
|
title: معلومات عامة
|
|
297
265
|
visbility: الرؤية
|
|
298
|
-
assemblies_settings:
|
|
299
|
-
edit:
|
|
300
|
-
update: تحديث
|
|
301
|
-
form:
|
|
302
|
-
title: إعدادات الجمعية
|
|
303
266
|
assemblies_types:
|
|
304
267
|
form:
|
|
305
268
|
title: العنوان
|
|
306
269
|
assembly_copies:
|
|
307
270
|
form:
|
|
308
271
|
slug_help: 'يتم استخدام slugs URL لإنشاء عناوين URL التي تشير إلى هذا التجميع. يقبل الحروف والأرقام والشرطات فقط ، ويجب أن يبدأ بحرف. مثال: %{url}'
|
|
309
|
-
assembly_imports:
|
|
310
|
-
form:
|
|
311
|
-
document_legend: إضافة وثيقة
|
|
312
|
-
slug_help: 'يتم استخدام سبائك URL لإنشاء عناوين URL التي تشير إلى هذا التجمع. تُقبل الحروف والأرقام والشرطات فقط، ويجب أن تبدأ بحرف. مثال: %{url}'
|
|
313
272
|
assembly_members:
|
|
314
273
|
form:
|
|
315
274
|
existing_user: المشارك الحالي
|
|
316
|
-
explanation: 'إرشادات للصورة:'
|
|
317
|
-
image_guide: يفضل أن تكون صورة لا تحتوي على أي نص.
|
|
318
275
|
non_user: غير مشارك
|
|
319
|
-
non_user_avatar_help: يجب أن تحصل على موافقة الأشخاص قبل نشرهم كأعضاء.
|
|
320
276
|
select_a_position: اختر المنصب
|
|
321
277
|
select_user: اختيار مشارك
|
|
322
278
|
user_type: نوع المشارك
|
|
@@ -330,12 +286,6 @@ ar:
|
|
|
330
286
|
content_blocks:
|
|
331
287
|
highlighted_assemblies:
|
|
332
288
|
max_results: أقصى قدر من العناصر لإظهارها
|
|
333
|
-
new_import:
|
|
334
|
-
accepted_types:
|
|
335
|
-
json: ملفات بصيغة (JSON)
|
|
336
|
-
assemblies:
|
|
337
|
-
show:
|
|
338
|
-
title: حول الجمعية
|
|
339
289
|
assembly_members:
|
|
340
290
|
index:
|
|
341
291
|
members: الأعضاء
|
|
@@ -372,7 +322,6 @@ ar:
|
|
|
372
322
|
home:
|
|
373
323
|
highlighted_assemblies:
|
|
374
324
|
active_assemblies: الجمعيات النشطة
|
|
375
|
-
assemblies_button_title: رابط إلى صفحة الجمعيات لاستعراض جميع الجمعيات
|
|
376
325
|
see_all_assemblies: عرض كافة الجمعيات
|
|
377
326
|
user_profile:
|
|
378
327
|
member_of:
|
|
@@ -403,26 +352,12 @@ ar:
|
|
|
403
352
|
related_participatory_processes: العمليات التشاركية ذات الصلة
|
|
404
353
|
scope: نطاق
|
|
405
354
|
social_networks: شبكات التواصل الاجتماعي
|
|
406
|
-
social_networks_title: زيارة التجمع على
|
|
407
355
|
target: من يشارك
|
|
408
356
|
assembly_members:
|
|
409
357
|
assembly_member:
|
|
410
358
|
designated_on: المعينة على
|
|
411
359
|
index:
|
|
412
360
|
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>.
|
|
426
361
|
help:
|
|
427
362
|
participatory_spaces:
|
|
428
363
|
assemblies:
|
|
@@ -433,8 +368,6 @@ ar:
|
|
|
433
368
|
value_types:
|
|
434
369
|
assembly_presenter:
|
|
435
370
|
not_found: 'لم يتم العثور على التجميع في قاعدة البيانات (المعرف: %{id})'
|
|
436
|
-
assembly_type_presenter:
|
|
437
|
-
not_found: 'لم يتم العثور على نوع التجمع في قاعدة البيانات (الرقم-المُعرف: %{id})'
|
|
438
371
|
menu:
|
|
439
372
|
assemblies: الجمعيات
|
|
440
373
|
metrics:
|
|
@@ -442,11 +375,6 @@ ar:
|
|
|
442
375
|
description: عدد الجمعيات التي تم إنشاؤها
|
|
443
376
|
object: المجالس
|
|
444
377
|
title: الجمعيات
|
|
445
|
-
participatory_processes:
|
|
446
|
-
show:
|
|
447
|
-
related_assemblies: التجمعات ذات الصلة
|
|
448
|
-
statistics:
|
|
449
|
-
assemblies_count: التجمعات
|
|
450
378
|
errors:
|
|
451
379
|
messages:
|
|
452
380
|
cannot_be_blank: لا يمكن أن يكون فارغا
|
data/config/locales/bg.yml
CHANGED
data/config/locales/ca.yml
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
|
+
---
|
|
1
2
|
ca:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
4
5
|
assemblies_setting:
|
|
5
6
|
enable_organization_chart: Habilitar organigrama
|
|
6
|
-
assemblies_type:
|
|
7
|
-
title: Títol
|
|
8
7
|
assembly:
|
|
9
|
-
announcement: Avís
|
|
10
8
|
area_id: Àrea
|
|
11
9
|
assembly_type: Tipus d'assemblea
|
|
12
10
|
assembly_type_other: Altre tipus d'assemblea
|
|
@@ -25,16 +23,12 @@ ca:
|
|
|
25
23
|
decidim_scope_id: Àmbit
|
|
26
24
|
description: Descripció
|
|
27
25
|
developer_group: Grup promotor
|
|
28
|
-
document: Document
|
|
29
26
|
domain: Domini
|
|
30
27
|
duration: Durada
|
|
31
28
|
facebook: Facebook
|
|
32
29
|
github: GitHub
|
|
33
30
|
hashtag: Hashtag
|
|
34
31
|
hero_image: Imatge de portada
|
|
35
|
-
import_attachments: Importar arxius adjunts
|
|
36
|
-
import_categories: Importar categories
|
|
37
|
-
import_components: Importar components
|
|
38
32
|
included_at: Inclòs a
|
|
39
33
|
instagram: Instagram
|
|
40
34
|
internal_organisation: Organització interna
|
|
@@ -71,7 +65,6 @@ ca:
|
|
|
71
65
|
non_user_avatar: Avatar
|
|
72
66
|
position: Posició
|
|
73
67
|
user_id: Participant o grup
|
|
74
|
-
weight: Ordre de posició
|
|
75
68
|
assembly_user_role:
|
|
76
69
|
email: Correu electrònic
|
|
77
70
|
name: Nom
|
|
@@ -81,7 +74,7 @@ ca:
|
|
|
81
74
|
assembly:
|
|
82
75
|
attributes:
|
|
83
76
|
document:
|
|
84
|
-
|
|
77
|
+
allowed_file_content_types: 'Tipus de document no vàlid. Els formats acceptats són: %{types}'
|
|
85
78
|
activerecord:
|
|
86
79
|
models:
|
|
87
80
|
decidim/assembly:
|
|
@@ -250,6 +243,9 @@ ca:
|
|
|
250
243
|
admin_log:
|
|
251
244
|
assembly:
|
|
252
245
|
create: "%{user_name} ha creat l'assemblea %{resource_name}"
|
|
246
|
+
duplicate: "%{user_name} ha duplicat la assemblea %{resource_name}"
|
|
247
|
+
export: "%{user_name} ha exportat l'assemblea %{resource_name}"
|
|
248
|
+
import: "%{user_name} ha importat l'assemblea %{resource_name}"
|
|
253
249
|
publish: "%{user_name} ha publicat l'assemblea %{resource_name}"
|
|
254
250
|
unpublish: "%{user_name} ha despublicat l'assemblea %{resource_name}"
|
|
255
251
|
update: "%{user_name} ha actualitzat l'assemblea %{resource_name}"
|
|
@@ -278,7 +274,7 @@ ca:
|
|
|
278
274
|
duration_help: Si la durada d'aquesta assemblea és limitada, selecciona la data de finalització. En cas contrari, apareixerà com a indefinida.
|
|
279
275
|
filters: Filtres
|
|
280
276
|
images: Imatges
|
|
281
|
-
included_at_help: Selecciona la data en què es va afegir
|
|
277
|
+
included_at_help: Selecciona la data en què es va afegir aquesta assemblea a la plataforma. No necessàriament ha de ser la mateixa que la data de creació.
|
|
282
278
|
metadata: Metadades
|
|
283
279
|
other: Altre
|
|
284
280
|
select_a_created_by: Selecciona una creadora
|
data/config/locales/cs.yml
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
|
+
---
|
|
1
2
|
cs:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
4
5
|
assemblies_setting:
|
|
5
6
|
enable_organization_chart: Povolit schéma organizace
|
|
6
|
-
assemblies_type:
|
|
7
|
-
title: Název
|
|
8
7
|
assembly:
|
|
9
|
-
announcement: Oznámení
|
|
10
8
|
area_id: Oblast
|
|
11
9
|
assembly_type: Typ shromáždění
|
|
12
10
|
assembly_type_other: Typ shromáždění ostatní
|
|
@@ -25,16 +23,12 @@ cs:
|
|
|
25
23
|
decidim_scope_id: Oblast působnosti
|
|
26
24
|
description: Popis
|
|
27
25
|
developer_group: Skupina promotérů
|
|
28
|
-
document: Dokument
|
|
29
26
|
domain: Doména
|
|
30
27
|
duration: Doba trvání
|
|
31
28
|
facebook: Facebook
|
|
32
29
|
github: GitHub
|
|
33
30
|
hashtag: Hashtag
|
|
34
31
|
hero_image: Obrázek na hlavní stránce
|
|
35
|
-
import_attachments: Importovat přílohy
|
|
36
|
-
import_categories: Importovat kategorie
|
|
37
|
-
import_components: Importovat komponenty
|
|
38
32
|
included_at: Zahrnuty v
|
|
39
33
|
instagram: Instagram
|
|
40
34
|
internal_organisation: Vnitřní organizace
|
|
@@ -71,17 +65,16 @@ cs:
|
|
|
71
65
|
non_user_avatar: Avatar
|
|
72
66
|
position: Pozice
|
|
73
67
|
user_id: Uživatel
|
|
74
|
-
weight: Pozice v řazení
|
|
75
68
|
assembly_user_role:
|
|
76
69
|
email: E-mail
|
|
77
|
-
name:
|
|
70
|
+
name: název
|
|
78
71
|
role: Role
|
|
79
72
|
errors:
|
|
80
73
|
models:
|
|
81
74
|
assembly:
|
|
82
75
|
attributes:
|
|
83
76
|
document:
|
|
84
|
-
|
|
77
|
+
allowed_file_content_types: 'Neplatný typ dokumentu. Přijatelné formáty jsou: %{types}'
|
|
85
78
|
activerecord:
|
|
86
79
|
models:
|
|
87
80
|
decidim/assembly:
|
|
@@ -144,7 +137,7 @@ cs:
|
|
|
144
137
|
success: Typ shromáždění byl úspěšně aktualizován.
|
|
145
138
|
assembly_copies:
|
|
146
139
|
new:
|
|
147
|
-
copy:
|
|
140
|
+
copy: kopírovat
|
|
148
141
|
select: Vyberte, která data chcete duplikovat
|
|
149
142
|
title: Zduplikovat shromáždění
|
|
150
143
|
assembly_imports:
|
|
@@ -231,18 +224,18 @@ cs:
|
|
|
231
224
|
fields:
|
|
232
225
|
ceased_date: Datum ukončení
|
|
233
226
|
designation_date: Datum označení
|
|
234
|
-
full_name:
|
|
227
|
+
full_name: název
|
|
235
228
|
position: Pozice
|
|
236
229
|
name: Člen
|
|
237
230
|
positions:
|
|
238
|
-
other:
|
|
231
|
+
other: jiný
|
|
239
232
|
president: Prezident
|
|
240
233
|
secretary: Tajemník
|
|
241
|
-
vice_president:
|
|
234
|
+
vice_president: Víceprezident
|
|
242
235
|
assembly_user_role:
|
|
243
236
|
fields:
|
|
244
237
|
email: E-mail
|
|
245
|
-
name:
|
|
238
|
+
name: název
|
|
246
239
|
role: Role
|
|
247
240
|
name: Administrátor shromáždění
|
|
248
241
|
roles:
|
|
@@ -256,6 +249,9 @@ cs:
|
|
|
256
249
|
admin_log:
|
|
257
250
|
assembly:
|
|
258
251
|
create: "%{user_name} vytvořil %{resource_name} shromáždění"
|
|
252
|
+
duplicate: "%{user_name} zkopíroval shromáždění %{resource_name}"
|
|
253
|
+
export: "%{user_name} exportoval shromáždění %{resource_name}"
|
|
254
|
+
import: "%{user_name} importoval shromáždění %{resource_name}"
|
|
259
255
|
publish: "%{user_name} publikoval %{resource_name} shromáždění"
|
|
260
256
|
unpublish: "%{user_name} odebral %{resource_name} shromáždění"
|
|
261
257
|
update: "%{user_name} aktualizoval shromáždění %{resource_name}"
|
|
@@ -283,10 +279,10 @@ cs:
|
|
|
283
279
|
duration: Doba trvání
|
|
284
280
|
duration_help: Pokud je doba trvání tohoto shromáždění omezená, zvolte konečné datum, jinak se objeví jako neurčitá.
|
|
285
281
|
filters: Filtry
|
|
286
|
-
images:
|
|
287
|
-
included_at_help: Vyberte datum, kdy
|
|
282
|
+
images: snímky
|
|
283
|
+
included_at_help: Vyberte datum, kdy byla tato sestava přidána na platformu. Nemusí být nutně stejné jako datum vytvoření.
|
|
288
284
|
metadata: Metadata
|
|
289
|
-
other:
|
|
285
|
+
other: jiný
|
|
290
286
|
select_a_created_by: Vybrat vytvořeno od
|
|
291
287
|
select_an_area: Vyberte oblast
|
|
292
288
|
select_an_assembly_type: Vyberte typ shromáždění
|
data/config/locales/da.yml
CHANGED
data/config/locales/de.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
de:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -52,7 +53,7 @@ de:
|
|
|
52
53
|
target: Wer nimmt teil?
|
|
53
54
|
title: Titel
|
|
54
55
|
twitter: Twitter
|
|
55
|
-
weight:
|
|
56
|
+
weight: Bestellposition
|
|
56
57
|
youtube: Youtube
|
|
57
58
|
assembly_member:
|
|
58
59
|
birthday: Geburtstag
|
|
@@ -64,7 +65,6 @@ de:
|
|
|
64
65
|
non_user_avatar: Profilbild
|
|
65
66
|
position: Position
|
|
66
67
|
user_id: User
|
|
67
|
-
weight: Reihenfolge
|
|
68
68
|
assembly_user_role:
|
|
69
69
|
email: Email
|
|
70
70
|
name: Name
|
|
@@ -74,7 +74,7 @@ de:
|
|
|
74
74
|
assembly:
|
|
75
75
|
attributes:
|
|
76
76
|
document:
|
|
77
|
-
|
|
77
|
+
allowed_file_content_types: 'Ungültiger Dokumenttyp Zulässige Formate sind: %{types}'
|
|
78
78
|
activerecord:
|
|
79
79
|
models:
|
|
80
80
|
decidim/assembly:
|
|
@@ -243,6 +243,9 @@ de:
|
|
|
243
243
|
admin_log:
|
|
244
244
|
assembly:
|
|
245
245
|
create: "%{user_name} hat das Gremium %{resource_name} erstellt"
|
|
246
|
+
duplicate: "%{user_name} hat das Gremium %{resource_name} aktualisiert"
|
|
247
|
+
export: "%{user_name} hat das Gremium %{resource_name} exportiert"
|
|
248
|
+
import: "%{user_name} hat das Gremium %{resource_name} importiert"
|
|
246
249
|
publish: "%{user_name} hat das Gremium %{resource_name} veröffentlicht"
|
|
247
250
|
unpublish: "%{user_name} hat das Gremium %{resource_name} auf \"unveröffentlicht\" gesetzt"
|
|
248
251
|
update: "%{user_name} hat das Gremium %{resource_name} aktualisiert"
|
|
@@ -271,7 +274,7 @@ de:
|
|
|
271
274
|
duration_help: Wenn die Dauer dieser Assembly begrenzt ist, wählen Sie das Enddatum aus. Andernfalls wird es als unbestimmt angezeigt.
|
|
272
275
|
filters: Filter
|
|
273
276
|
images: Bilder
|
|
274
|
-
included_at_help: Wählen Sie das Datum aus, an dem
|
|
277
|
+
included_at_help: Wählen Sie das Datum aus, an dem dieses Gremium zu Decidim hinzugefügt wurde. Es muss nicht unbedingt mit dem Erstellungsdatum identisch sein.
|
|
275
278
|
metadata: Metadaten
|
|
276
279
|
other: Andere
|
|
277
280
|
select_a_created_by: Wählen Sie eine erstellt von aus
|
data/config/locales/el.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
el:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -67,12 +68,6 @@ el:
|
|
|
67
68
|
email: Email
|
|
68
69
|
name: Όνομα
|
|
69
70
|
role: Ρόλος
|
|
70
|
-
errors:
|
|
71
|
-
models:
|
|
72
|
-
assembly:
|
|
73
|
-
attributes:
|
|
74
|
-
document:
|
|
75
|
-
invalid_document_type: 'Μη έγκυρος τύπος εγγράφου. Οι αποδεκτές μορφές είναι: %{valid_mime_types}'
|
|
76
71
|
activerecord:
|
|
77
72
|
models:
|
|
78
73
|
decidim/assembly:
|
|
@@ -266,7 +261,6 @@ el:
|
|
|
266
261
|
duration_help: Εάν η διάρκεια αυτής της συνέλευσης είναι περιορισμένη, επιλέξτε την ημερομηνία λήξης. Διαφορετικά, θα εμφανίζεται ως απεριόριστη.
|
|
267
262
|
filters: Φίλτρα
|
|
268
263
|
images: Εικόνες
|
|
269
|
-
included_at_help: Επιλέξτε την ημερομηνία προσθήκης αυτής της συνέλευσης στο Decidim. Δεν χρειάζεται απαραίτητα να είναι ίδια με την ημερομηνία δημιουργίας.
|
|
270
264
|
metadata: Μεταδεδομένα
|
|
271
265
|
other: Άλλο
|
|
272
266
|
select_a_created_by: Επιλέξτε «Δημιουργήθηκε από»
|
data/config/locales/en.yml
CHANGED
|
@@ -4,10 +4,7 @@ en:
|
|
|
4
4
|
attributes:
|
|
5
5
|
assemblies_setting:
|
|
6
6
|
enable_organization_chart: Enable organization chart
|
|
7
|
-
assemblies_type:
|
|
8
|
-
title: Title
|
|
9
7
|
assembly:
|
|
10
|
-
announcement: Announcement
|
|
11
8
|
area_id: Area
|
|
12
9
|
assembly_type: Assembly type
|
|
13
10
|
assembly_type_other: Assembly type other
|
|
@@ -26,16 +23,12 @@ en:
|
|
|
26
23
|
decidim_scope_id: Scope
|
|
27
24
|
description: Description
|
|
28
25
|
developer_group: Promoter group
|
|
29
|
-
document: Document
|
|
30
26
|
domain: Domain
|
|
31
27
|
duration: Duration
|
|
32
28
|
facebook: Facebook
|
|
33
29
|
github: GitHub
|
|
34
30
|
hashtag: Hashtag
|
|
35
31
|
hero_image: Home image
|
|
36
|
-
import_attachments: Import attachments
|
|
37
|
-
import_categories: Import categories
|
|
38
|
-
import_components: Import components
|
|
39
32
|
included_at: Included at
|
|
40
33
|
instagram: Instagram
|
|
41
34
|
internal_organisation: Internal organisation
|
|
@@ -72,7 +65,6 @@ en:
|
|
|
72
65
|
non_user_avatar: Avatar
|
|
73
66
|
position: Position
|
|
74
67
|
user_id: User or group
|
|
75
|
-
weight: Order position
|
|
76
68
|
assembly_user_role:
|
|
77
69
|
email: Email
|
|
78
70
|
name: Name
|
|
@@ -82,7 +74,7 @@ en:
|
|
|
82
74
|
assembly:
|
|
83
75
|
attributes:
|
|
84
76
|
document:
|
|
85
|
-
|
|
77
|
+
allowed_file_content_types: 'Invalid document type. Accepted formats are: %{types}'
|
|
86
78
|
activerecord:
|
|
87
79
|
models:
|
|
88
80
|
decidim/assembly:
|
|
@@ -251,6 +243,9 @@ en:
|
|
|
251
243
|
admin_log:
|
|
252
244
|
assembly:
|
|
253
245
|
create: "%{user_name} created the %{resource_name} assembly"
|
|
246
|
+
duplicate: "%{user_name} duplicated the %{resource_name} assembly"
|
|
247
|
+
export: "%{user_name} exported the %{resource_name} assembly"
|
|
248
|
+
import: "%{user_name} imported the %{resource_name} assembly"
|
|
254
249
|
publish: "%{user_name} published the %{resource_name} assembly"
|
|
255
250
|
unpublish: "%{user_name} unpublished the %{resource_name} assembly"
|
|
256
251
|
update: "%{user_name} updated the %{resource_name} assembly"
|
|
@@ -279,7 +274,7 @@ en:
|
|
|
279
274
|
duration_help: If the duration of this assembly is limited, select the end date. Otherwise, it will appear as indefinite.
|
|
280
275
|
filters: Filters
|
|
281
276
|
images: Images
|
|
282
|
-
included_at_help: Select the date when this assembly was added to
|
|
277
|
+
included_at_help: Select the date when this assembly was added to the platform. It does not necessarily have to be the same as the creation date.
|
|
283
278
|
metadata: Metadata
|
|
284
279
|
other: Other
|
|
285
280
|
select_a_created_by: Select a created by
|
data/config/locales/eo.yml
CHANGED