decidim-assemblies 0.27.1 → 0.27.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6eecb474cf83a284d92f151d54b2e507a31ab086f6cca0695726560ca2b0e74e
4
- data.tar.gz: 17962257bca9f73e17c52fedabd261548b4f3f44819c69aec66e6c3c154198c7
3
+ metadata.gz: f7001fdd737a5ad2e013a112b6e49272cb92176b58ade8af4103e3c0b24be37d
4
+ data.tar.gz: ba4376fc1b3c7a24e24bee01e6f6de10758ae1e182279a5296cbd5925b4fa540
5
5
  SHA512:
6
- metadata.gz: e18e30c012a3b52777bee05ec0d617453ae3ccaed48db74712952508ea5245c0bc14a0a744de56b02eea91b97bcb50cc807a57991216061130ee60fde55fc370
7
- data.tar.gz: cfdd6735ad86a36b62d3f99b8233d0024a0b9eb1197a5d6f032b4b461bbb55c17d7b03b70e148136f9cc3e50edb576c425c18cf313db279a20b50ac284997d42
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, toolbar: :full, lines: 25 %>
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
 
@@ -18,7 +18,7 @@
18
18
  <fieldset>
19
19
  <legend><%= t(".document_legend") %> </legend>
20
20
  <div class="row column">
21
- <%= form.upload :document, optional: false %>
21
+ <%= form.upload :document, required: true %>
22
22
  </div>
23
23
  </fieldset>
24
24
  </div>
@@ -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
- <%= decidim_sanitize_editor translated_attribute(current_participatory_space.short_description) %>
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
- <%= decidim_sanitize_editor translated_attribute(current_participatory_space.purpose_of_action) %>
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
- <%= decidim_sanitize_editor translated_attribute(current_participatory_space.internal_organisation) %>
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
- <%= decidim_sanitize_editor translated_attribute(current_participatory_space.composition) %>
74
+ <%= decidim_sanitize_editor_admin translated_attribute(current_participatory_space.composition) %>
75
75
  </div>
76
76
  <% end %>
77
77
  <div class="section text-center">
@@ -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: لا يمكن أن يكون فارغا
@@ -4,7 +4,10 @@ ca:
4
4
  attributes:
5
5
  assemblies_setting:
6
6
  enable_organization_chart: Habilitar organigrama
7
+ assemblies_type:
8
+ title: Títol
7
9
  assembly:
10
+ announcement: Avís
8
11
  area_id: Àrea
9
12
  assembly_type: Tipus d'assemblea
10
13
  assembly_type_other: Altre tipus d'assemblea
@@ -23,12 +26,16 @@ ca:
23
26
  decidim_scope_id: Àmbit
24
27
  description: Descripció
25
28
  developer_group: Grup promotor
29
+ document: Document
26
30
  domain: Domini
27
31
  duration: Durada
28
32
  facebook: Facebook
29
33
  github: GitHub
30
34
  hashtag: Hashtag
31
35
  hero_image: Imatge de portada
36
+ import_attachments: Importar arxius adjunts
37
+ import_categories: Importar categories
38
+ import_components: Importar components
32
39
  included_at: Inclòs a
33
40
  instagram: Instagram
34
41
  internal_organisation: Organització interna
@@ -65,6 +72,7 @@ ca:
65
72
  non_user_avatar: Avatar
66
73
  position: Posició
67
74
  user_id: Participant o grup
75
+ weight: Ordre de posició
68
76
  assembly_user_role:
69
77
  email: Correu electrònic
70
78
  name: Nom
@@ -4,7 +4,10 @@ cs:
4
4
  attributes:
5
5
  assemblies_setting:
6
6
  enable_organization_chart: Povolit schéma organizace
7
+ assemblies_type:
8
+ title: Název
7
9
  assembly:
10
+ announcement: Oznámení
8
11
  area_id: Oblast
9
12
  assembly_type: Typ shromáždění
10
13
  assembly_type_other: Typ shromáždění ostatní
@@ -23,12 +26,16 @@ cs:
23
26
  decidim_scope_id: Oblast působnosti
24
27
  description: Popis
25
28
  developer_group: Skupina promotérů
29
+ document: Dokument
26
30
  domain: Doména
27
31
  duration: Doba trvání
28
32
  facebook: Facebook
29
33
  github: GitHub
30
34
  hashtag: Hashtag
31
35
  hero_image: Obrázek na hlavní stránce
36
+ import_attachments: Importovat přílohy
37
+ import_categories: Importovat kategorie
38
+ import_components: Importovat komponenty
32
39
  included_at: Zahrnuty v
33
40
  instagram: Instagram
34
41
  internal_organisation: Vnitřní organizace
@@ -65,6 +72,7 @@ cs:
65
72
  non_user_avatar: Avatar
66
73
  position: Pozice
67
74
  user_id: Uživatel
75
+ weight: Pozice v řazení
68
76
  assembly_user_role:
69
77
  email: E-mail
70
78
  name: Název
@@ -53,7 +53,7 @@ de:
53
53
  target: Wer nimmt teil?
54
54
  title: Titel
55
55
  twitter: Twitter
56
- weight: Bestellposition
56
+ weight: Reihenfolge
57
57
  youtube: Youtube
58
58
  assembly_member:
59
59
  birthday: Geburtstag
@@ -65,6 +65,7 @@ de:
65
65
  non_user_avatar: Profilbild
66
66
  position: Position
67
67
  user_id: User
68
+ weight: Reihenfolge
68
69
  assembly_user_role:
69
70
  email: Email
70
71
  name: Name
@@ -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
@@ -4,7 +4,10 @@ es-MX:
4
4
  attributes:
5
5
  assemblies_setting:
6
6
  enable_organization_chart: Habilitar organigrama
7
+ assemblies_type:
8
+ title: Título
7
9
  assembly:
10
+ announcement: Aviso
8
11
  area_id: Área
9
12
  assembly_type: Tipo de montaje
10
13
  assembly_type_other: Tipo de montaje otro
@@ -23,12 +26,16 @@ es-MX:
23
26
  decidim_scope_id: Ámbito
24
27
  description: Descripción
25
28
  developer_group: Grupo promotor
29
+ document: Documento
26
30
  domain: Dominio
27
31
  duration: Duración
28
32
  facebook: Facebook
29
33
  github: GitHub
30
34
  hashtag: Hashtag
31
35
  hero_image: Imagen de portada
36
+ import_attachments: Importar archivos adjuntos
37
+ import_categories: Importar categorias
38
+ import_components: Importar componentes
32
39
  included_at: Incluido en
33
40
  instagram: Instagram
34
41
  internal_organisation: Organización interna
@@ -65,6 +72,7 @@ es-MX:
65
72
  non_user_avatar: Avatar
66
73
  position: Posición
67
74
  user_id: Usuaria
75
+ weight: Orden de posición
68
76
  assembly_user_role:
69
77
  email: Correo electrónico
70
78
  name: Nombre
@@ -4,7 +4,10 @@ es-PY:
4
4
  attributes:
5
5
  assemblies_setting:
6
6
  enable_organization_chart: Habilitar organigrama
7
+ assemblies_type:
8
+ title: Título
7
9
  assembly:
10
+ announcement: Aviso
8
11
  area_id: Área
9
12
  assembly_type: Tipo de montaje
10
13
  assembly_type_other: Tipo de montaje otro
@@ -23,12 +26,16 @@ es-PY:
23
26
  decidim_scope_id: Ámbito
24
27
  description: Descripción
25
28
  developer_group: Grupo promotor
29
+ document: Documento
26
30
  domain: Dominio
27
31
  duration: Duración
28
32
  facebook: Facebook
29
33
  github: GitHub
30
34
  hashtag: Hashtag
31
35
  hero_image: Imagen de portada
36
+ import_attachments: Importar archivos adjuntos
37
+ import_categories: Importar categorias
38
+ import_components: Importar componentes
32
39
  included_at: Incluido en
33
40
  instagram: Instagram
34
41
  internal_organisation: Organización interna
@@ -65,6 +72,7 @@ es-PY:
65
72
  non_user_avatar: Avatar
66
73
  position: Posición
67
74
  user_id: Usuaria
75
+ weight: Orden de posición
68
76
  assembly_user_role:
69
77
  email: Correo electrónico
70
78
  name: Nombre
@@ -4,7 +4,10 @@ es:
4
4
  attributes:
5
5
  assemblies_setting:
6
6
  enable_organization_chart: Habilitar organigrama
7
+ assemblies_type:
8
+ title: Título
7
9
  assembly:
10
+ announcement: Aviso
8
11
  area_id: Área
9
12
  assembly_type: Tipo de asamblea
10
13
  assembly_type_other: Otro tipo de asamblea
@@ -23,12 +26,16 @@ es:
23
26
  decidim_scope_id: Ámbito
24
27
  description: Descripción
25
28
  developer_group: Grupo promotor
29
+ document: Documento
26
30
  domain: Dominio
27
31
  duration: Duración
28
32
  facebook: Facebook
29
33
  github: GitHub
30
34
  hashtag: Hashtag
31
35
  hero_image: Imagen de portada
36
+ import_attachments: Importar archivos adjuntos
37
+ import_categories: Importar categorias
38
+ import_components: Importar componentes
32
39
  included_at: Incluido en
33
40
  instagram: Instagram
34
41
  internal_organisation: Organización interna
@@ -65,6 +72,7 @@ es:
65
72
  non_user_avatar: Avatar
66
73
  position: Posición
67
74
  user_id: Participante o grupo
75
+ weight: Orden de posición
68
76
  assembly_user_role:
69
77
  email: Correo electrónico
70
78
  name: Nombre
@@ -5,8 +5,8 @@ eu:
5
5
  assemblies_setting:
6
6
  enable_organization_chart: Gaitu organigrama
7
7
  assembly:
8
- area_id: Area
9
- assembly_type: Muntatze-mota
8
+ area_id: Arloa
9
+ assembly_type: Batzar mota
10
10
  assembly_type_other: Batzar mota beste
11
11
  banner_image: Bannerra
12
12
  closing_date: Amaiera data
@@ -23,6 +23,7 @@ eu:
23
23
  decidim_scope_id: esparrua
24
24
  description: Deskribapena
25
25
  developer_group: Sustatzailearen taldea
26
+ document: Dokumentua
26
27
  domain: Domeinua
27
28
  duration: Iraupena
28
29
  facebook: Facebook
@@ -67,7 +68,7 @@ eu:
67
68
  user_id: Parte-hartzailea edo taldea
68
69
  assembly_user_role:
69
70
  email: Emaila
70
- name: izena
71
+ name: Izena
71
72
  role: Role
72
73
  errors:
73
74
  models:
@@ -78,7 +79,7 @@ eu:
78
79
  activerecord:
79
80
  models:
80
81
  decidim/assembly:
81
- one: Batzar
82
+ one: Batzarra
82
83
  other: Batzar
83
84
  decidim/assembly_member:
84
85
  one: Batzar kidea
@@ -150,12 +151,12 @@ eu:
150
151
  success: Kidea muntaia honekin batera ezabatu da.
151
152
  edit:
152
153
  title: Eguneratu muntaia kidea.
153
- update: eguneratzearen
154
+ update: Eguneratu
154
155
  index:
155
- assembly_members_title: Batzar kideak
156
+ assembly_members_title: Batzarraen kideak
156
157
  new:
157
158
  create: Sortu
158
- title: Batzar berria kide.
159
+ title: Batzarkide berria.
159
160
  update:
160
161
  error: Errore bat gertatu da kidea bistaratzeko muntaia honetarako.
161
162
  success: Batzar hau behar bezala eguneratu da.
@@ -174,7 +175,7 @@ eu:
174
175
  success: Erabiltzailea behar bezala kendu da muntaia honetatik.
175
176
  edit:
176
177
  title: Eguneratu muntaia erabiltzailea.
177
- update: eguneratzearen
178
+ update: Eguneratu
178
179
  index:
179
180
  assembly_admins_title: Batzar erabiltzaileak
180
181
  new:
@@ -191,7 +192,7 @@ eu:
191
192
  assemblies_settings: Ezarpenak
192
193
  assemblies_submenu:
193
194
  assembly_admins: Batzar erabiltzaileak
194
- assembly_members: Bazkideek
195
+ assembly_members: Kideak
195
196
  attachment_collections: Karpetak
196
197
  attachment_files: Fitxategiak
197
198
  attachments: Eranskinak
@@ -218,22 +219,22 @@ eu:
218
219
  fields:
219
220
  ceased_date: Data amaitua
220
221
  designation_date: Deuseztapen data
221
- full_name: izena
222
+ full_name: Izena
222
223
  position: Kargua
223
224
  name: kidea
224
225
  positions:
225
226
  other: Beste
226
227
  president: Lehendakaria
227
- secretary: idazkari
228
+ secretary: Idazkaritza
228
229
  vice_president: Lehendakariordea
229
230
  assembly_user_role:
230
231
  fields:
231
- email: Emaila
232
- name: izena
233
- role: Role
232
+ email: Helbide elektronikoa
233
+ name: Izena
234
+ role: Rola
234
235
  name: Batzar Erabiltzailea
235
236
  roles:
236
- admin: Administrator
237
+ admin: Administratzailea
237
238
  collaborator: Kolaboratzaile
238
239
  moderator: Moderatzaile
239
240
  valuator: Ebaluatzailea
@@ -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: 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: Bazkideek
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: Bazkideek
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: Bazkideak
454
+ assembly_member_menu_item: Kideak
454
455
  assembly_menu_item: Biltzarra
455
456
  assembly_widgets:
456
457
  show:
@@ -0,0 +1 @@
1
+ fa: