decidim-assemblies 0.26.0 → 0.27.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/assemblies/content_blocks/highlighted_assemblies/show.erb +1 -1
- data/app/cells/decidim/assemblies/content_blocks/highlighted_assemblies_cell.rb +5 -4
- 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 +1 -1
- data/app/views/decidim/assemblies/_filter_by_type.html.erb +1 -1
- data/app/views/decidim/assemblies/admin/assemblies/index.html.erb +2 -2
- data/app/views/decidim/assemblies/assemblies/index.html.erb +3 -1
- data/app/views/decidim/assemblies/assemblies/show.html.erb +4 -1
- data/app/views/layouts/decidim/_assembly_header.html.erb +3 -3
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +8 -1
- data/config/locales/bg.yml +1 -0
- data/config/locales/ca.yml +11 -4
- data/config/locales/cs.yml +11 -4
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +18 -4
- data/config/locales/el.yml +1 -9
- data/config/locales/en.yml +10 -4
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +13 -6
- data/config/locales/es-PY.yml +11 -4
- data/config/locales/es.yml +11 -4
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +1 -9
- data/config/locales/fi-plain.yml +11 -4
- data/config/locales/fi.yml +11 -4
- data/config/locales/fr-CA.yml +11 -4
- data/config/locales/fr.yml +11 -4
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +5 -9
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +2 -8
- data/config/locales/id-ID.yml +1 -1
- data/config/locales/is-IS.yml +2 -1
- data/config/locales/it.yml +5 -10
- data/config/locales/ja.yml +16 -9
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +1 -8
- data/config/locales/lt.yml +1 -0
- data/config/locales/lv.yml +1 -3
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +1 -9
- data/config/locales/no.yml +1 -9
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +3 -4
- data/config/locales/pt-BR.yml +2 -10
- data/config/locales/pt.yml +1 -9
- data/config/locales/ro-RO.yml +1 -9
- data/config/locales/ru.yml +1 -1
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +1 -2
- data/config/locales/sl.yml +1 -6
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +1 -3
- data/config/locales/sv.yml +6 -9
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +1 -9
- data/config/locales/uk.yml +1 -1
- data/config/locales/val-ES.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +1 -9
- data/config/locales/zh-TW.yml +1 -0
- data/lib/decidim/assemblies/admin_engine.rb +4 -1
- data/lib/decidim/assemblies/participatory_space.rb +9 -9
- data/lib/decidim/assemblies/version.rb +1 -1
- metadata +13 -13
- data/app/services/decidim/assemblies/assembly_search.rb +0 -18
@@ -11,14 +11,14 @@
|
|
11
11
|
</h1>
|
12
12
|
</div>
|
13
13
|
<div>
|
14
|
-
<
|
14
|
+
<p class="text-highlight heading-small">
|
15
15
|
<% if current_participatory_space.hashtag.present? %>
|
16
16
|
<span class="process-header__hashtag">
|
17
|
-
<%= link_to "##{current_participatory_space.hashtag}",
|
17
|
+
<%= link_to "##{current_participatory_space.hashtag}", twitter_hashtag_url(current_participatory_space.hashtag), target: "_blank" %>
|
18
18
|
</span>
|
19
19
|
<% end %>
|
20
20
|
<%= translated_attribute(current_participatory_space.subtitle) %>
|
21
|
-
</
|
21
|
+
</p>
|
22
22
|
</div>
|
23
23
|
</div>
|
24
24
|
</div>
|
data/config/locales/am-ET.yml
CHANGED
data/config/locales/ar.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
ar:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -58,7 +59,9 @@ ar:
|
|
58
59
|
designation_date: تاريخ التعيين
|
59
60
|
full_name: الاسم الكامل
|
60
61
|
gender: الجنس
|
62
|
+
non_user_avatar: الصورة الرمزية
|
61
63
|
position: الموقع
|
64
|
+
user_id: مستخدم أو مجموعة
|
62
65
|
assembly_user_role:
|
63
66
|
email: البريد الإلكتروني
|
64
67
|
name: الاسم
|
@@ -89,6 +92,7 @@ ar:
|
|
89
92
|
decidim:
|
90
93
|
admin:
|
91
94
|
actions:
|
95
|
+
import_assembly: استيراد
|
92
96
|
new_assembly: جمعية جديدة
|
93
97
|
new_assembly_type: نوع جديد للجمعية
|
94
98
|
assemblies:
|
@@ -128,6 +132,9 @@ ar:
|
|
128
132
|
copy: نسخ
|
129
133
|
select: حدد البيانات التي ترغب في تكرارها
|
130
134
|
title: نسخ الجمعية
|
135
|
+
assembly_imports:
|
136
|
+
new:
|
137
|
+
import: استيراد
|
131
138
|
assembly_members:
|
132
139
|
create:
|
133
140
|
error: حدثت مشكلة أثناء إضافة عضو لهذا التجميع.
|
@@ -171,6 +178,7 @@ ar:
|
|
171
178
|
success: تم تحديث المشرف على هذه الجمعية بنجاح.
|
172
179
|
menu:
|
173
180
|
assemblies: الجمعيات
|
181
|
+
assemblies_settings: الإعدادات
|
174
182
|
assemblies_submenu:
|
175
183
|
assembly_admins: مدراء الجمعية
|
176
184
|
assembly_members: الأعضاء
|
@@ -245,7 +253,6 @@ ar:
|
|
245
253
|
duration_help: إذا كانت مدة هذه الجمعية محدودة ، فحدد تاريخ الانتهاء. خلاف ذلك ، سوف يظهر على أنه غير مسمى.
|
246
254
|
filters: مرشحات
|
247
255
|
images: الصور
|
248
|
-
included_at_help: حدد التاريخ الذي تمت فيه إضافة هذه الجمعية إلى Decidim. ليس بالضرورة أن يكون هو نفسه تاريخ الإنشاء.
|
249
256
|
metadata: البيانات الوصفية
|
250
257
|
other: آخر
|
251
258
|
select_a_created_by: حدد تم إنشاؤها بواسطة
|
data/config/locales/bg.yml
CHANGED
data/config/locales/ca.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
ca:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -73,7 +74,7 @@ ca:
|
|
73
74
|
assembly:
|
74
75
|
attributes:
|
75
76
|
document:
|
76
|
-
|
77
|
+
allowed_file_content_types: 'Tipus de document no vàlid. Els formats acceptats són: %{types}'
|
77
78
|
activerecord:
|
78
79
|
models:
|
79
80
|
decidim/assembly:
|
@@ -242,6 +243,9 @@ ca:
|
|
242
243
|
admin_log:
|
243
244
|
assembly:
|
244
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}"
|
245
249
|
publish: "%{user_name} ha publicat l'assemblea %{resource_name}"
|
246
250
|
unpublish: "%{user_name} ha despublicat l'assemblea %{resource_name}"
|
247
251
|
update: "%{user_name} ha actualitzat l'assemblea %{resource_name}"
|
@@ -270,7 +274,7 @@ ca:
|
|
270
274
|
duration_help: Si la durada d'aquesta assemblea és limitada, selecciona la data de finalització. En cas contrari, apareixerà com a indefinida.
|
271
275
|
filters: Filtres
|
272
276
|
images: Imatges
|
273
|
-
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ó.
|
274
278
|
metadata: Metadades
|
275
279
|
other: Altre
|
276
280
|
select_a_created_by: Selecciona una creadora
|
@@ -319,6 +323,9 @@ ca:
|
|
319
323
|
new_import:
|
320
324
|
accepted_types:
|
321
325
|
json: JSON
|
326
|
+
assemblies:
|
327
|
+
show:
|
328
|
+
title: Sobre aquesta assemblea
|
322
329
|
assembly_members:
|
323
330
|
index:
|
324
331
|
members: Membres
|
@@ -386,7 +393,7 @@ ca:
|
|
386
393
|
related_participatory_processes: Processos participatius relacionats
|
387
394
|
scope: Àmbit
|
388
395
|
social_networks: Xarxes socials
|
389
|
-
social_networks_title:
|
396
|
+
social_networks_title: Visita l'assemblea a
|
390
397
|
target: Qui participa
|
391
398
|
assembly_members:
|
392
399
|
assembly_member:
|
@@ -397,7 +404,7 @@ ca:
|
|
397
404
|
assemblies:
|
398
405
|
create_assembly_member:
|
399
406
|
email_intro: Una administradora de l'assemblea <a href="%{resource_url}">%{resource_name}</a> t'ha afegit com a un dels seus membres.
|
400
|
-
email_outro: Reps aquesta notificació perquè t'han convidat a una assemblea. Entra en <a href="%{
|
407
|
+
email_outro: Reps aquesta notificació perquè t'han convidat a una assemblea. Entra en <a href="%{resource_url}">assembly page</a> per a contribuir-hi!
|
401
408
|
email_subject: T'han convidat a ser membre de l'assemblea %{resource_name}!
|
402
409
|
notification_title: T'han registrat com a membre de l'assemblea <a href="%{resource_path}">%{resource_name}</a>. Entra a <a href="%{resource_path}">la pàgina de l'assemblea</a> per a contribuir-hi!
|
403
410
|
assembly:
|
data/config/locales/cs.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
cs:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -73,7 +74,7 @@ cs:
|
|
73
74
|
assembly:
|
74
75
|
attributes:
|
75
76
|
document:
|
76
|
-
|
77
|
+
allowed_file_content_types: 'Neplatný typ dokumentu. Přijatelné formáty jsou: %{types}'
|
77
78
|
activerecord:
|
78
79
|
models:
|
79
80
|
decidim/assembly:
|
@@ -248,6 +249,9 @@ cs:
|
|
248
249
|
admin_log:
|
249
250
|
assembly:
|
250
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}"
|
251
255
|
publish: "%{user_name} publikoval %{resource_name} shromáždění"
|
252
256
|
unpublish: "%{user_name} odebral %{resource_name} shromáždění"
|
253
257
|
update: "%{user_name} aktualizoval shromáždění %{resource_name}"
|
@@ -276,7 +280,7 @@ cs:
|
|
276
280
|
duration_help: Pokud je doba trvání tohoto shromáždění omezená, zvolte konečné datum, jinak se objeví jako neurčitá.
|
277
281
|
filters: Filtry
|
278
282
|
images: snímky
|
279
|
-
included_at_help: Vyberte datum, kdy
|
283
|
+
included_at_help: Vyberte datum, kdy byla tato sestava přidána na platformu. Nemusí být nutně stejné jako datum vytvoření.
|
280
284
|
metadata: Metadata
|
281
285
|
other: jiný
|
282
286
|
select_a_created_by: Vybrat vytvořeno od
|
@@ -325,6 +329,9 @@ cs:
|
|
325
329
|
new_import:
|
326
330
|
accepted_types:
|
327
331
|
json: JSON
|
332
|
+
assemblies:
|
333
|
+
show:
|
334
|
+
title: O tomto shromáždění
|
328
335
|
assembly_members:
|
329
336
|
index:
|
330
337
|
members: Členové
|
@@ -392,7 +399,7 @@ cs:
|
|
392
399
|
related_participatory_processes: Související participativní procesy
|
393
400
|
scope: Oblast působnosti
|
394
401
|
social_networks: Sociální sítě
|
395
|
-
social_networks_title:
|
402
|
+
social_networks_title: Navštivte shromáždění na
|
396
403
|
target: Kdo se účastní
|
397
404
|
assembly_members:
|
398
405
|
assembly_member:
|
@@ -403,7 +410,7 @@ cs:
|
|
403
410
|
assemblies:
|
404
411
|
create_assembly_member:
|
405
412
|
email_intro: Administrátor shromáždění <a href="%{resource_url}">%{resource_name}</a> vás přidal jako jednoho z jeho členů.
|
406
|
-
email_outro: Obdrželi jste toto oznámení, protože jste byli pozváni do shromáždění. Podívejte se na <a href="%{
|
413
|
+
email_outro: Obdrželi jste toto oznámení, protože jste byli pozváni do shromáždění. Podívejte se na <a href="%{resource_url}">stránku shromáždění</a> a přispějte!
|
407
414
|
email_subject: Byli jste pozváni k členství ve shromáždění %{resource_name}!
|
408
415
|
notification_title: Byli jste zaregistrováni jako člen shromáždění <a href="%{resource_path}">%{resource_name}</a>. Podívejte se na <a href="%{resource_path}">stránku shromáždění</a> a přispějte!
|
409
416
|
assembly:
|
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:
|
@@ -61,6 +62,7 @@ de:
|
|
61
62
|
designation_date: Datum der Benennung
|
62
63
|
full_name: Vollständiger Name
|
63
64
|
gender: Geschlecht
|
65
|
+
non_user_avatar: Profilbild
|
64
66
|
position: Position
|
65
67
|
user_id: User
|
66
68
|
assembly_user_role:
|
@@ -72,7 +74,7 @@ de:
|
|
72
74
|
assembly:
|
73
75
|
attributes:
|
74
76
|
document:
|
75
|
-
|
77
|
+
allowed_file_content_types: 'Ungültiger Dokumenttyp Zulässige Formate sind: %{types}'
|
76
78
|
activerecord:
|
77
79
|
models:
|
78
80
|
decidim/assembly:
|
@@ -181,6 +183,9 @@ de:
|
|
181
183
|
update:
|
182
184
|
error: Bei einem Fehler ist ein Benutzer für diese Assembly aktualisiert worden.
|
183
185
|
success: Der Benutzer wurde für diese Assembly erfolgreich aktualisiert.
|
186
|
+
filters:
|
187
|
+
decidim_assemblies_type_id_eq:
|
188
|
+
label: Versammlungstyp
|
184
189
|
menu:
|
185
190
|
assemblies: Gremien
|
186
191
|
assemblies_settings: Einstellungen
|
@@ -238,6 +243,9 @@ de:
|
|
238
243
|
admin_log:
|
239
244
|
assembly:
|
240
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"
|
241
249
|
publish: "%{user_name} hat das Gremium %{resource_name} veröffentlicht"
|
242
250
|
unpublish: "%{user_name} hat das Gremium %{resource_name} auf \"unveröffentlicht\" gesetzt"
|
243
251
|
update: "%{user_name} hat das Gremium %{resource_name} aktualisiert"
|
@@ -266,7 +274,7 @@ de:
|
|
266
274
|
duration_help: Wenn die Dauer dieser Assembly begrenzt ist, wählen Sie das Enddatum aus. Andernfalls wird es als unbestimmt angezeigt.
|
267
275
|
filters: Filter
|
268
276
|
images: Bilder
|
269
|
-
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.
|
270
278
|
metadata: Metadaten
|
271
279
|
other: Andere
|
272
280
|
select_a_created_by: Wählen Sie eine erstellt von aus
|
@@ -295,7 +303,10 @@ de:
|
|
295
303
|
assembly_members:
|
296
304
|
form:
|
297
305
|
existing_user: Existierender Benutzer
|
306
|
+
explanation: 'Hinweise für das Bild:'
|
307
|
+
image_guide: Vorzugsweise ein Bild im Querformat, das keinen Text enthält.
|
298
308
|
non_user: Nichtbenutzer
|
309
|
+
non_user_avatar_help: Sie sollten die Zustimmung der Personen einholen, bevor Sie sie als Mitglied veröffentlichen.
|
299
310
|
select_a_position: Wählen Sie eine Position
|
300
311
|
select_user: Wählen Sie einen Benutzer aus
|
301
312
|
user_type: Benutzertyp
|
@@ -312,6 +323,9 @@ de:
|
|
312
323
|
new_import:
|
313
324
|
accepted_types:
|
314
325
|
json: JSON
|
326
|
+
assemblies:
|
327
|
+
show:
|
328
|
+
title: Über dieses Gremium
|
315
329
|
assembly_members:
|
316
330
|
index:
|
317
331
|
members: Mitglieder
|
@@ -379,7 +393,7 @@ de:
|
|
379
393
|
related_participatory_processes: Ähnliche Beteiligungsprozesse
|
380
394
|
scope: Umfang
|
381
395
|
social_networks: Soziale Netzwerke
|
382
|
-
social_networks_title:
|
396
|
+
social_networks_title: Gremium besuchen unter
|
383
397
|
target: Wer nimmt teil?
|
384
398
|
assembly_members:
|
385
399
|
assembly_member:
|
@@ -390,7 +404,7 @@ de:
|
|
390
404
|
assemblies:
|
391
405
|
create_assembly_member:
|
392
406
|
email_intro: Ein Administrator des Gremiums <a href="%{resource_url}">%{resource_name}</a> hat Sie als Mitglied eingeladen.
|
393
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie zu
|
407
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie zu einem Gremium eingeladen wurden. Gehen Sie zur <a href="%{resource_url}">Gremiumsseite</a>, um mitzumachen!
|
394
408
|
email_subject: Sie wurden als Mitglied des Gremiums %{resource_name} eingeladen!
|
395
409
|
notification_title: Sie wurden als Mitglied des Gremiums <a href="%{resource_path}">%{resource_name}</a> registriert. Gehen Sie zur <a href="%{resource_path}">Gremiumsseite</a>, um mitzuwirken!
|
396
410
|
assembly:
|
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: Επιλέξτε «Δημιουργήθηκε από»
|
@@ -376,7 +370,6 @@ el:
|
|
376
370
|
related_participatory_processes: Σχετικές διαδικασίες συμμετοχής
|
377
371
|
scope: Πεδίο εφαρμογής
|
378
372
|
social_networks: Κοινωνικά δίκτυα
|
379
|
-
social_networks_title: Κοινοποίηση αυτής της συνέλευσης σε
|
380
373
|
target: Ποιος συμμετέχει
|
381
374
|
assembly_members:
|
382
375
|
assembly_member:
|
@@ -387,7 +380,6 @@ el:
|
|
387
380
|
assemblies:
|
388
381
|
create_assembly_member:
|
389
382
|
email_intro: Ένας διαχειριστής της συνέλευσης <a href="%{resource_url}">%{resource_name}</a> σας πρόσθεσε ως ένα από τα μέλη της.
|
390
|
-
email_outro: Λάβατε αυτήν την ειδοποίηση επειδή έχετε προσκληθεί σε συνέλευση. Ελέγξτε τη <a href="%{resource_path}">σελίδα συνέλευσης</a> για να συνεισφέρετε!
|
391
383
|
email_subject: Έχετε προσκληθεί να γίνετε μέλος της συνέλευσης %{resource_name}!
|
392
384
|
notification_title: Έχετε εγγραφεί ως μέλος της Συνέλευσης <a href="%{resource_path}">%{resource_name}</a>. Ελέγξτε τη <a href="%{resource_path}">σελίδα συνέλευσης</a> για να συνεισφέρετε!
|
393
385
|
assembly:
|
data/config/locales/en.yml
CHANGED
@@ -74,7 +74,7 @@ en:
|
|
74
74
|
assembly:
|
75
75
|
attributes:
|
76
76
|
document:
|
77
|
-
|
77
|
+
allowed_file_content_types: 'Invalid document type. Accepted formats are: %{types}'
|
78
78
|
activerecord:
|
79
79
|
models:
|
80
80
|
decidim/assembly:
|
@@ -243,6 +243,9 @@ en:
|
|
243
243
|
admin_log:
|
244
244
|
assembly:
|
245
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"
|
246
249
|
publish: "%{user_name} published the %{resource_name} assembly"
|
247
250
|
unpublish: "%{user_name} unpublished the %{resource_name} assembly"
|
248
251
|
update: "%{user_name} updated the %{resource_name} assembly"
|
@@ -271,7 +274,7 @@ en:
|
|
271
274
|
duration_help: If the duration of this assembly is limited, select the end date. Otherwise, it will appear as indefinite.
|
272
275
|
filters: Filters
|
273
276
|
images: Images
|
274
|
-
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.
|
275
278
|
metadata: Metadata
|
276
279
|
other: Other
|
277
280
|
select_a_created_by: Select a created by
|
@@ -320,6 +323,9 @@ en:
|
|
320
323
|
new_import:
|
321
324
|
accepted_types:
|
322
325
|
json: JSON
|
326
|
+
assemblies:
|
327
|
+
show:
|
328
|
+
title: About this assembly
|
323
329
|
assembly_members:
|
324
330
|
index:
|
325
331
|
members: Members
|
@@ -387,7 +393,7 @@ en:
|
|
387
393
|
related_participatory_processes: Related participatory processes
|
388
394
|
scope: Scope
|
389
395
|
social_networks: Social Networks
|
390
|
-
social_networks_title:
|
396
|
+
social_networks_title: Visit assembly on
|
391
397
|
target: Who participates
|
392
398
|
assembly_members:
|
393
399
|
assembly_member:
|
@@ -398,7 +404,7 @@ en:
|
|
398
404
|
assemblies:
|
399
405
|
create_assembly_member:
|
400
406
|
email_intro: An admin of the <a href="%{resource_url}">%{resource_name}</a> assembly has added you as one of its members.
|
401
|
-
email_outro: You have received this notification because you have been invited to an assembly. Check the <a href="%{
|
407
|
+
email_outro: You have received this notification because you have been invited to an assembly. Check the <a href="%{resource_url}">assembly page</a> to contribute!
|
402
408
|
email_subject: You have been invited to be a member of the %{resource_name} assembly!
|
403
409
|
notification_title: You have been registered as a member of Assembly <a href="%{resource_path}">%{resource_name}</a>. Check the <a href="%{resource_path}">assembly page</a> to contribute!
|
404
410
|
assembly:
|
data/config/locales/eo.yml
CHANGED
data/config/locales/es-MX.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
es-MX:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -73,7 +74,7 @@ es-MX:
|
|
73
74
|
assembly:
|
74
75
|
attributes:
|
75
76
|
document:
|
76
|
-
|
77
|
+
allowed_file_content_types: 'Tipo de documento inválido. Los formatos aceptados son: %{types}'
|
77
78
|
activerecord:
|
78
79
|
models:
|
79
80
|
decidim/assembly:
|
@@ -242,6 +243,9 @@ es-MX:
|
|
242
243
|
admin_log:
|
243
244
|
assembly:
|
244
245
|
create: "%{user_name} creó la asamblea %{resource_name}"
|
246
|
+
duplicate: "%{user_name} duplicó la asamblea %{resource_name}"
|
247
|
+
export: "%{user_name} exportó la asamblea %{resource_name}"
|
248
|
+
import: "%{user_name} importó la asamblea %{resource_name}"
|
245
249
|
publish: "%{user_name} publicó la asamblea %{resource_name}"
|
246
250
|
unpublish: "%{user_name} despublicó la asamblea %{resource_name}"
|
247
251
|
update: "%{user_name} actualizó la asamblea %{resource_name}"
|
@@ -270,7 +274,7 @@ es-MX:
|
|
270
274
|
duration_help: Si la duración de esta asamblea es limitada, selecciona la fecha de finalización. De lo contrario, aparecerá como indefinida.
|
271
275
|
filters: Filtros
|
272
276
|
images: Imágenes
|
273
|
-
included_at_help: Selecciona la fecha en que se
|
277
|
+
included_at_help: Selecciona la fecha en la que se añadió esta asamblea a la plataforma. No es necesario que sea la misma que la fecha de creación.
|
274
278
|
metadata: Metadatos
|
275
279
|
other: Otro
|
276
280
|
select_a_created_by: Selecciona creada por
|
@@ -300,9 +304,9 @@ es-MX:
|
|
300
304
|
form:
|
301
305
|
existing_user: Usuario existente
|
302
306
|
explanation: 'Instrucciones para la imagen:'
|
303
|
-
image_guide: Preferiblemente una imagen
|
307
|
+
image_guide: Preferiblemente una imagen en formato horizontal que no contenga texto.
|
304
308
|
non_user: No usuario
|
305
|
-
non_user_avatar_help: Debes obtener el consentimiento de las personas antes de
|
309
|
+
non_user_avatar_help: Debes obtener el consentimiento de las personas antes de publicarles como miembros.
|
306
310
|
select_a_position: Selecciona una posición
|
307
311
|
select_user: Selecciona un usuario
|
308
312
|
user_type: Tipo de usuario
|
@@ -319,6 +323,9 @@ es-MX:
|
|
319
323
|
new_import:
|
320
324
|
accepted_types:
|
321
325
|
json: JSON
|
326
|
+
assemblies:
|
327
|
+
show:
|
328
|
+
title: Acerca de esta asamblea
|
322
329
|
assembly_members:
|
323
330
|
index:
|
324
331
|
members: Miembros
|
@@ -386,7 +393,7 @@ es-MX:
|
|
386
393
|
related_participatory_processes: Procesos participativos relacionados
|
387
394
|
scope: Ámbito
|
388
395
|
social_networks: Redes sociales
|
389
|
-
social_networks_title:
|
396
|
+
social_networks_title: Visita la asamblea en
|
390
397
|
target: Quién participa
|
391
398
|
assembly_members:
|
392
399
|
assembly_member:
|
@@ -397,7 +404,7 @@ es-MX:
|
|
397
404
|
assemblies:
|
398
405
|
create_assembly_member:
|
399
406
|
email_intro: Una administradora de la asamblea <a href="%{resource_url}">%{resource_name}</a> te ha añadido como uno de sus miembros.
|
400
|
-
email_outro:
|
407
|
+
email_outro: Recibiste esta notificación porque has sido invitado a una asamblea. ¡Entra a <a href="%{resource_url}">la página de la asamblea</a> para contribuir!
|
401
408
|
email_subject: '¡Te han invitado a ser miembro de la asamblea %{resource_name}!'
|
402
409
|
notification_title: Te han registrado como miembro de la asamblea<a href="%{resource_path}">%{resource_name}</a>. ¡Entra en <a href="%{resource_path}">assembly page</a> para contribuir!
|
403
410
|
assembly:
|
data/config/locales/es-PY.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
es-PY:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -73,7 +74,7 @@ es-PY:
|
|
73
74
|
assembly:
|
74
75
|
attributes:
|
75
76
|
document:
|
76
|
-
|
77
|
+
allowed_file_content_types: 'Tipo de documento no válido. Los formatos aceptados son: %{types}'
|
77
78
|
activerecord:
|
78
79
|
models:
|
79
80
|
decidim/assembly:
|
@@ -242,6 +243,9 @@ es-PY:
|
|
242
243
|
admin_log:
|
243
244
|
assembly:
|
244
245
|
create: "%{user_name} creó la asamblea %{resource_name}"
|
246
|
+
duplicate: "%{user_name} ha duplicado la asamblea %{resource_name}"
|
247
|
+
export: "%{user_name} ha exportado la asamblea %{resource_name}"
|
248
|
+
import: "%{user_name} ha importado la asamblea %{resource_name}"
|
245
249
|
publish: "%{user_name} publicó la asamblea %{resource_name}"
|
246
250
|
unpublish: "%{user_name} despublicó la asamblea %{resource_name}"
|
247
251
|
update: "%{user_name} actualizó la asamblea %{resource_name}"
|
@@ -270,7 +274,7 @@ es-PY:
|
|
270
274
|
duration_help: Si la duración de esta asamblea es limitada, selecciona la fecha de finalización. De lo contrario, aparecerá como indefinida.
|
271
275
|
filters: Filtros
|
272
276
|
images: Imágenes
|
273
|
-
included_at_help: Selecciona la fecha en que se
|
277
|
+
included_at_help: Selecciona la fecha en la que se añadió esta asamblea a la plataforma. No necesariamente tiene que ser la misma que la fecha de creación.
|
274
278
|
metadata: Metadatos
|
275
279
|
other: Otro
|
276
280
|
select_a_created_by: Selecciona creada por
|
@@ -319,6 +323,9 @@ es-PY:
|
|
319
323
|
new_import:
|
320
324
|
accepted_types:
|
321
325
|
json: JSON
|
326
|
+
assemblies:
|
327
|
+
show:
|
328
|
+
title: Acerca de esta asamblea
|
322
329
|
assembly_members:
|
323
330
|
index:
|
324
331
|
members: Miembros
|
@@ -386,7 +393,7 @@ es-PY:
|
|
386
393
|
related_participatory_processes: Procesos participativos relacionados
|
387
394
|
scope: Ámbito
|
388
395
|
social_networks: Redes sociales
|
389
|
-
social_networks_title:
|
396
|
+
social_networks_title: Visita la asamblea en
|
390
397
|
target: Quién participa
|
391
398
|
assembly_members:
|
392
399
|
assembly_member:
|
@@ -397,7 +404,7 @@ es-PY:
|
|
397
404
|
assemblies:
|
398
405
|
create_assembly_member:
|
399
406
|
email_intro: Una administradora de la asamblea <a href="%{resource_url}">%{resource_name}</a> te ha añadido como uno de sus miembros.
|
400
|
-
email_outro: Recibes esta notificación porque te han invitado a una asamblea. ¡Entra en <a href="%{
|
407
|
+
email_outro: Recibes esta notificación porque te han invitado a una asamblea. ¡Entra en <a href="%{resource_url}">assembly page</a> para contribuir!
|
401
408
|
email_subject: '¡Te han invitado a ser miembro de la asamblea %{resource_name}!'
|
402
409
|
notification_title: Te han registrado como miembro de la asamblea<a href="%{resource_path}">%{resource_name}</a>. ¡Entra en <a href="%{resource_path}">assembly page</a> para contribuir!
|
403
410
|
assembly:
|
data/config/locales/es.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
es:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -73,7 +74,7 @@ es:
|
|
73
74
|
assembly:
|
74
75
|
attributes:
|
75
76
|
document:
|
76
|
-
|
77
|
+
allowed_file_content_types: 'Tipo de documento no válido. Los formatos aceptados son: %{types}'
|
77
78
|
activerecord:
|
78
79
|
models:
|
79
80
|
decidim/assembly:
|
@@ -242,6 +243,9 @@ es:
|
|
242
243
|
admin_log:
|
243
244
|
assembly:
|
244
245
|
create: "%{user_name} creó la asamblea %{resource_name}"
|
246
|
+
duplicate: "%{user_name} ha duplicado la asamblea %{resource_name}"
|
247
|
+
export: "%{user_name} ha exportado la asamblea %{resource_name}"
|
248
|
+
import: "%{user_name} ha importado la asamblea %{resource_name}"
|
245
249
|
publish: "%{user_name} publicó la asamblea %{resource_name}"
|
246
250
|
unpublish: "%{user_name} despublicó la asamblea %{resource_name}"
|
247
251
|
update: "%{user_name} actualizó la asamblea %{resource_name}"
|
@@ -270,7 +274,7 @@ es:
|
|
270
274
|
duration_help: Si la duración de esta asamblea es limitada, selecciona la fecha de finalización. De lo contrario, aparecerá como indefinida.
|
271
275
|
filters: Filtros
|
272
276
|
images: Imágenes
|
273
|
-
included_at_help: Selecciona la fecha en que se
|
277
|
+
included_at_help: Selecciona la fecha en la que se añadió esta asamblea a la plataforma. No necesariamente tiene que ser la misma que la fecha de creación.
|
274
278
|
metadata: Metadatos
|
275
279
|
other: Otro
|
276
280
|
select_a_created_by: Selecciona una creadora
|
@@ -319,6 +323,9 @@ es:
|
|
319
323
|
new_import:
|
320
324
|
accepted_types:
|
321
325
|
json: JSON
|
326
|
+
assemblies:
|
327
|
+
show:
|
328
|
+
title: Acerca de esta asamblea
|
322
329
|
assembly_members:
|
323
330
|
index:
|
324
331
|
members: Miembros
|
@@ -386,7 +393,7 @@ es:
|
|
386
393
|
related_participatory_processes: Procesos participativos relacionados
|
387
394
|
scope: Ámbito
|
388
395
|
social_networks: Redes sociales
|
389
|
-
social_networks_title:
|
396
|
+
social_networks_title: Visita la asamblea en
|
390
397
|
target: Quién participa
|
391
398
|
assembly_members:
|
392
399
|
assembly_member:
|
@@ -397,7 +404,7 @@ es:
|
|
397
404
|
assemblies:
|
398
405
|
create_assembly_member:
|
399
406
|
email_intro: Una administradora de la asamblea <a href="%{resource_url}">%{resource_name}</a> te ha añadido como uno de sus miembros.
|
400
|
-
email_outro: Recibes esta notificación porque te han invitado a una asamblea. ¡Entra en <a href="%{
|
407
|
+
email_outro: Recibes esta notificación porque te han invitado a una asamblea. ¡Entra en <a href="%{resource_url}">assembly page</a> para contribuir!
|
401
408
|
email_subject: '¡Te han invitado a ser miembro de la asamblea %{resource_name}!'
|
402
409
|
notification_title: Te han registrado como miembro de la asamblea<a href="%{resource_path}">%{resource_name}</a>. ¡Entra en <a href="%{resource_path}">la página de la asamblea</a> para contribuir!
|
403
410
|
assembly:
|
data/config/locales/et.yml
CHANGED
data/config/locales/eu.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
eu:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -68,12 +69,6 @@ eu:
|
|
68
69
|
email: Emaila
|
69
70
|
name: izena
|
70
71
|
role: Role
|
71
|
-
errors:
|
72
|
-
models:
|
73
|
-
assembly:
|
74
|
-
attributes:
|
75
|
-
document:
|
76
|
-
invalid_document_type: 'Dokumentu-mota baliogabea da. Formatu hauek onartzen dira: %{valid_mime_types}'
|
77
72
|
activerecord:
|
78
73
|
models:
|
79
74
|
decidim/assembly:
|
@@ -270,7 +265,6 @@ eu:
|
|
270
265
|
duration_help: Muntaia honen iraupena mugatua bada, hautatu amaiera-data. Bestela, mugagabea izango da.
|
271
266
|
filters: iragazkiak
|
272
267
|
images: Irudiak
|
273
|
-
included_at_help: Hautatu muntaia hau Decidim-era gehitu denean. Ez du derrigorrez sorkuntzako data izan behar.
|
274
268
|
metadata: Metadata
|
275
269
|
other: Beste
|
276
270
|
select_a_created_by: Aukeratu egilea by egilea
|
@@ -386,7 +380,6 @@ eu:
|
|
386
380
|
related_participatory_processes: Partaidetza prozesu erlazionatuak
|
387
381
|
scope: Esparrua
|
388
382
|
social_networks: Sare sozialak
|
389
|
-
social_networks_title: Partekatu batzar hau hemen
|
390
383
|
target: Nor parte hartzen du
|
391
384
|
assembly_members:
|
392
385
|
assembly_member:
|
@@ -397,7 +390,6 @@ eu:
|
|
397
390
|
assemblies:
|
398
391
|
create_assembly_member:
|
399
392
|
email_intro: <a href="%{resource_url}">%{resource_name}</a> batzarraren administratzaile batek bere kide bezala gehitu zaitu.
|
400
|
-
email_outro: Jakinarazpen hau jaso duzu batzar batera gonbidatu zaituztelako. Sartu hemen <a href="%{resource_path}">assembly page</a> laguntza emateko!
|
401
393
|
email_subject: Gonbidatu zaituzte %{resource_name} batzarraren kidea izatera!
|
402
394
|
notification_title: Erregistratu zaituzte <a href="%{resource_path}">%{resource_name}</a> batzarraren kide bezala. Sartu hemen <a href="%{resource_path}">batzarraren orrian </a> laguntza emateko!
|
403
395
|
assembly:
|