decidim-assemblies 0.26.7 → 0.26.9
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/commands/decidim/assemblies/admin/destroy_assembly_admin.rb +5 -0
- data/app/controllers/decidim/assemblies/admin/assemblies_types_controller.rb +1 -1
- data/app/controllers/decidim/assemblies/admin/assembly_members_controller.rb +1 -1
- data/app/views/decidim/assemblies/admin/assemblies/index.html.erb +1 -0
- data/app/views/decidim/assemblies/admin/assemblies/new.html.erb +2 -0
- data/app/views/decidim/assemblies/admin/assemblies_settings/edit.html.erb +1 -0
- data/app/views/decidim/assemblies/admin/assemblies_types/edit.html.erb +1 -0
- data/app/views/decidim/assemblies/admin/assemblies_types/index.html.erb +2 -0
- data/app/views/decidim/assemblies/admin/assemblies_types/new.html.erb +1 -0
- data/app/views/layouts/decidim/admin/assembly.html.erb +1 -0
- data/config/environment.rb +3 -0
- data/config/locales/ar.yml +3 -13
- data/config/locales/bg.yml +4 -0
- data/config/locales/ca.yml +3 -3
- data/config/locales/cs.yml +12 -12
- data/config/locales/de.yml +20 -13
- data/config/locales/el.yml +25 -12
- data/config/locales/en.yml +1 -1
- data/config/locales/es-MX.yml +4 -4
- data/config/locales/es-PY.yml +4 -4
- data/config/locales/es.yml +4 -4
- data/config/locales/eu.yml +182 -170
- data/config/locales/fi-plain.yml +5 -5
- data/config/locales/fi.yml +8 -8
- data/config/locales/fr-CA.yml +8 -8
- data/config/locales/fr.yml +11 -11
- data/config/locales/ga-IE.yml +0 -1
- data/config/locales/gl.yml +2 -11
- data/config/locales/hu.yml +13 -12
- data/config/locales/id-ID.yml +3 -11
- data/config/locales/is-IS.yml +6 -13
- data/config/locales/it.yml +4 -14
- data/config/locales/ja.yml +4 -4
- data/config/locales/kaa.yml +59 -0
- data/config/locales/lb.yml +5 -11
- data/config/locales/lt.yml +10 -9
- data/config/locales/lv.yml +0 -9
- data/config/locales/nl.yml +4 -14
- data/config/locales/no.yml +2 -12
- data/config/locales/pl.yml +19 -9
- data/config/locales/pt-BR.yml +21 -12
- data/config/locales/pt.yml +0 -10
- data/config/locales/ro-RO.yml +1 -10
- data/config/locales/ru.yml +3 -12
- data/config/locales/sk.yml +18 -0
- data/config/locales/sl.yml +7 -4
- data/config/locales/sq-AL.yml +1 -0
- data/config/locales/sv.yml +6 -15
- data/config/locales/th-TH.yml +1 -0
- data/config/locales/tr-TR.yml +4 -14
- data/config/locales/uk.yml +3 -12
- data/config/locales/zh-CN.yml +0 -10
- data/config/locales/zh-TW.yml +3 -13
- data/lib/decidim/assemblies/version.rb +1 -1
- metadata +15 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e2b09090f862d709287012377ca1fc959ff7980585a2a6fb64c4dcf12411cb9
|
|
4
|
+
data.tar.gz: 6e4097f72dc77f22d5af6f97877d9862c2ee71111469f66461df058f22e253fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 806a64f9fcc766397e28bc65abb34d93f40573819a08f247eb6eb3b6100415acb4dece7274c1d3ce59050adfcc30ee0ba1ec0108d71de5af21cd92f926df421e
|
|
7
|
+
data.tar.gz: 461d35e0b91e283c361c9a35b9de2dd06260d738867f69eb979e17ec533d1661d139c05b2feb113e0c638953825488097a7db56568039d13eba62c75ab3403a0
|
|
@@ -23,6 +23,7 @@ module Decidim
|
|
|
23
23
|
# Returns nothing.
|
|
24
24
|
def call
|
|
25
25
|
destroy_role!
|
|
26
|
+
dispatch_system_event
|
|
26
27
|
broadcast(:ok)
|
|
27
28
|
end
|
|
28
29
|
|
|
@@ -30,6 +31,10 @@ module Decidim
|
|
|
30
31
|
|
|
31
32
|
attr_reader :role, :current_user
|
|
32
33
|
|
|
34
|
+
def dispatch_system_event
|
|
35
|
+
ActiveSupport::Notifications.publish("decidim.system.participatory_space.admin.destroyed", role.class.name, role.id)
|
|
36
|
+
end
|
|
37
|
+
|
|
33
38
|
def destroy_role!
|
|
34
39
|
extra_info = {
|
|
35
40
|
resource: {
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
<% add_decidim_page_title(t("decidim.assemblies.admin.assemblies_settings.form.title")) %>
|
|
1
2
|
<%= decidim_form_for(@form, html: { class: "form edit_assemblies_settings" }, url: assemblies_settings_path, method: :put) do |f| %>
|
|
2
3
|
<%= render partial: "form", object: f %>
|
|
3
4
|
<div class="button--double form-general-submit">
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
<% add_decidim_page_title(t("assemblies_types.new.title", scope: "decidim.admin")) %>
|
|
1
2
|
<%= decidim_form_for(@form, html: { class: "form new_assembly_type" }) do |f| %>
|
|
2
3
|
<%= render partial: "form", object: f, locals: { title: t("assemblies_types.new.title", scope: "decidim.admin") } %>
|
|
3
4
|
|
data/config/locales/ar.yml
CHANGED
|
@@ -291,7 +291,6 @@ ar:
|
|
|
291
291
|
select_an_area: اختر منطقة
|
|
292
292
|
select_an_assembly_type: حدد نوع الجمعية
|
|
293
293
|
select_parent_assembly: حدد الجمعية الأصلية
|
|
294
|
-
slug_help: 'يتم استخدام slugs URL لإنشاء عناوين URL التي تشير إلى هذا التجميع. يقبل الحروف والأرقام والشرطات فقط ، ويجب أن يبدأ بحرف. مثال: %{url}'
|
|
295
294
|
social_handlers: التواصل الاجتماعي
|
|
296
295
|
title: معلومات عامة
|
|
297
296
|
visbility: الرؤية
|
|
@@ -303,13 +302,9 @@ ar:
|
|
|
303
302
|
assemblies_types:
|
|
304
303
|
form:
|
|
305
304
|
title: العنوان
|
|
306
|
-
assembly_copies:
|
|
307
|
-
form:
|
|
308
|
-
slug_help: 'يتم استخدام slugs URL لإنشاء عناوين URL التي تشير إلى هذا التجميع. يقبل الحروف والأرقام والشرطات فقط ، ويجب أن يبدأ بحرف. مثال: %{url}'
|
|
309
305
|
assembly_imports:
|
|
310
306
|
form:
|
|
311
307
|
document_legend: إضافة وثيقة
|
|
312
|
-
slug_help: 'يتم استخدام سبائك URL لإنشاء عناوين URL التي تشير إلى هذا التجمع. تُقبل الحروف والأرقام والشرطات فقط، ويجب أن تبدأ بحرف. مثال: %{url}'
|
|
313
308
|
assembly_members:
|
|
314
309
|
form:
|
|
315
310
|
existing_user: المشارك الحالي
|
|
@@ -323,8 +318,6 @@ ar:
|
|
|
323
318
|
index:
|
|
324
319
|
filter:
|
|
325
320
|
all: الكل
|
|
326
|
-
ceased: توقف
|
|
327
|
-
not_ceased: لم تتوقف
|
|
328
321
|
filter_by: مصنف بواسطة
|
|
329
322
|
search: البحث
|
|
330
323
|
content_blocks:
|
|
@@ -371,9 +364,7 @@ ar:
|
|
|
371
364
|
pages:
|
|
372
365
|
home:
|
|
373
366
|
highlighted_assemblies:
|
|
374
|
-
active_assemblies: الجمعيات النشطة
|
|
375
367
|
assemblies_button_title: رابط إلى صفحة الجمعيات لاستعراض جميع الجمعيات
|
|
376
|
-
see_all_assemblies: عرض كافة الجمعيات
|
|
377
368
|
user_profile:
|
|
378
369
|
member_of:
|
|
379
370
|
member_of: عضو في
|
|
@@ -388,7 +379,6 @@ ar:
|
|
|
388
379
|
developer_group: مجموعة المروجين
|
|
389
380
|
duration: المدة الزمنية
|
|
390
381
|
included_at: المدرجة في
|
|
391
|
-
indefinite_duration: غير محدد
|
|
392
382
|
internal_organisation: التنظيم الداخلي
|
|
393
383
|
is_transparent:
|
|
394
384
|
'false': مبهمة
|
|
@@ -397,11 +387,11 @@ ar:
|
|
|
397
387
|
participatory_scope: ما الذي تقرر
|
|
398
388
|
participatory_structure: كيف تقرر ذلك
|
|
399
389
|
private_space: هذه جمعية خاصة
|
|
400
|
-
purpose_of_action: الغرض من
|
|
390
|
+
purpose_of_action: الغرض من العمل
|
|
401
391
|
read_less: أقرأ أقل
|
|
402
392
|
read_more: اقرأ المزيد
|
|
403
393
|
related_participatory_processes: العمليات التشاركية ذات الصلة
|
|
404
|
-
scope:
|
|
394
|
+
scope: النطاق
|
|
405
395
|
social_networks: شبكات التواصل الاجتماعي
|
|
406
396
|
social_networks_title: زيارة التجمع على
|
|
407
397
|
target: من يشارك
|
|
@@ -477,4 +467,4 @@ ar:
|
|
|
477
467
|
assembly_menu_item: الجمعية
|
|
478
468
|
assembly_widgets:
|
|
479
469
|
show:
|
|
480
|
-
take_part:
|
|
470
|
+
take_part: خذ جزء
|
data/config/locales/bg.yml
CHANGED
data/config/locales/ca.yml
CHANGED
|
@@ -299,7 +299,7 @@ ca:
|
|
|
299
299
|
title: Títol
|
|
300
300
|
assembly_copies:
|
|
301
301
|
form:
|
|
302
|
-
slug_help: 'Els noms curts d''URL s''utilitzen per generar
|
|
302
|
+
slug_help: 'Els noms curts d''URL s''utilitzen per generar les URL que apunten a aquesta assemblea. Només accepta lletres, números i guions, i ha de començar amb una lletra. Exemple: %{url}'
|
|
303
303
|
assembly_imports:
|
|
304
304
|
form:
|
|
305
305
|
document_legend: Afegir un document
|
|
@@ -388,7 +388,7 @@ ca:
|
|
|
388
388
|
'false': opaca
|
|
389
389
|
'true': transparent
|
|
390
390
|
local_area: Àrea d'organització
|
|
391
|
-
participatory_scope: Què es decideix
|
|
391
|
+
participatory_scope: Què es decideix?
|
|
392
392
|
participatory_structure: Com es decideix
|
|
393
393
|
private_space: Aquesta és una assemblea privada
|
|
394
394
|
purpose_of_action: Propòsit de l'acció
|
|
@@ -401,7 +401,7 @@ ca:
|
|
|
401
401
|
target: Qui participa
|
|
402
402
|
assembly_members:
|
|
403
403
|
assembly_member:
|
|
404
|
-
designated_on:
|
|
404
|
+
designated_on: 'Data de designació:'
|
|
405
405
|
index:
|
|
406
406
|
title: Membres
|
|
407
407
|
events:
|
data/config/locales/cs.yml
CHANGED
|
@@ -291,13 +291,13 @@ cs:
|
|
|
291
291
|
select_an_area: Vyberte oblast
|
|
292
292
|
select_an_assembly_type: Vyberte typ shromáždění
|
|
293
293
|
select_parent_assembly: Vybrat nadřazené shromáždění
|
|
294
|
-
slug_help: 'URL
|
|
294
|
+
slug_help: 'URL slugy se používají ke generování adres URL, které odkazují na toto shromáždění. Povolená jsou pouze písmena, číslice a pomlčky a musí začínat písmenem. Příklad: %{url}'
|
|
295
295
|
social_handlers: Sociální
|
|
296
296
|
title: Obecná informace
|
|
297
297
|
visbility: Viditelnost
|
|
298
298
|
assemblies_settings:
|
|
299
299
|
edit:
|
|
300
|
-
update:
|
|
300
|
+
update: Aktualizace
|
|
301
301
|
form:
|
|
302
302
|
title: Nastavení pro Shromáždění
|
|
303
303
|
assemblies_types:
|
|
@@ -305,11 +305,11 @@ cs:
|
|
|
305
305
|
title: Titul
|
|
306
306
|
assembly_copies:
|
|
307
307
|
form:
|
|
308
|
-
slug_help: 'URL
|
|
308
|
+
slug_help: 'URL slugy se používají ke generování adres URL, které odkazují na toto shromáždění. Povolená jsou pouze písmena, číslice a pomlčky a musí začínat písmenem. Příklad: %{url}'
|
|
309
309
|
assembly_imports:
|
|
310
310
|
form:
|
|
311
311
|
document_legend: Přidat dokument
|
|
312
|
-
slug_help: 'URL
|
|
312
|
+
slug_help: 'URL slugy se používají ke generování adres URL, které odkazují na toto shromáždění. Povolená jsou pouze písmena, číslice a pomlčky a musí začínat písmenem. Příklad: %{url}'
|
|
313
313
|
assembly_members:
|
|
314
314
|
form:
|
|
315
315
|
existing_user: Existující účastník
|
|
@@ -323,8 +323,8 @@ cs:
|
|
|
323
323
|
index:
|
|
324
324
|
filter:
|
|
325
325
|
all: Vše
|
|
326
|
-
ceased:
|
|
327
|
-
not_ceased:
|
|
326
|
+
ceased: Ukončeno
|
|
327
|
+
not_ceased: Neukončeno
|
|
328
328
|
filter_by: Filtrovat podle
|
|
329
329
|
search: Vyhledávání
|
|
330
330
|
content_blocks:
|
|
@@ -373,7 +373,7 @@ cs:
|
|
|
373
373
|
highlighted_assemblies:
|
|
374
374
|
active_assemblies: Aktivní shromáždění
|
|
375
375
|
assemblies_button_title: Odkaz na stránku Shromáždění zobrazující všechna shromáždění
|
|
376
|
-
see_all_assemblies: Zobrazit
|
|
376
|
+
see_all_assemblies: Zobrazit všechna shromáždění
|
|
377
377
|
user_profile:
|
|
378
378
|
member_of:
|
|
379
379
|
member_of: Člen
|
|
@@ -381,21 +381,21 @@ cs:
|
|
|
381
381
|
area: Oblast
|
|
382
382
|
assembly_type: Typ shromáždění
|
|
383
383
|
children: Shromáždění
|
|
384
|
-
closing_date:
|
|
384
|
+
closing_date: Datum ukončení
|
|
385
385
|
composition: Složení
|
|
386
386
|
created_by: Vytvořil
|
|
387
387
|
creation_date: Datum vytvoření
|
|
388
|
-
developer_group: Skupina
|
|
388
|
+
developer_group: Skupina promotérů
|
|
389
389
|
duration: Doba trvání
|
|
390
|
-
included_at:
|
|
390
|
+
included_at: Zahrnuty v
|
|
391
391
|
indefinite_duration: Neurčité
|
|
392
|
-
internal_organisation:
|
|
392
|
+
internal_organisation: Vnitřní organizace
|
|
393
393
|
is_transparent:
|
|
394
394
|
'false': neprůhledný
|
|
395
395
|
'true': transparentní
|
|
396
396
|
local_area: Oblast působnosti organizace
|
|
397
397
|
participatory_scope: Co se rozhodlo
|
|
398
|
-
participatory_structure: Jak se
|
|
398
|
+
participatory_structure: Jak se to rozhoduje
|
|
399
399
|
private_space: Toto je soukromé shromáždění
|
|
400
400
|
purpose_of_action: Účel akce
|
|
401
401
|
read_less: Číst méně
|
data/config/locales/de.yml
CHANGED
|
@@ -3,7 +3,10 @@ de:
|
|
|
3
3
|
attributes:
|
|
4
4
|
assemblies_setting:
|
|
5
5
|
enable_organization_chart: Organisationsdiagramm aktivieren
|
|
6
|
+
assemblies_type:
|
|
7
|
+
title: Titel
|
|
6
8
|
assembly:
|
|
9
|
+
announcement: Ankündigung
|
|
7
10
|
area_id: Bereich
|
|
8
11
|
assembly_type: Versammlungstyp
|
|
9
12
|
assembly_type_other: Sonstiger Versammlungstyp
|
|
@@ -22,12 +25,16 @@ de:
|
|
|
22
25
|
decidim_scope_id: Umfang
|
|
23
26
|
description: Beschreibung
|
|
24
27
|
developer_group: Promoter-Gruppe
|
|
28
|
+
document: Dokument
|
|
25
29
|
domain: Domain
|
|
26
30
|
duration: Dauer
|
|
27
31
|
facebook: Facebook
|
|
28
32
|
github: GitHub
|
|
29
33
|
hashtag: Hashtag
|
|
30
34
|
hero_image: Hauptbild
|
|
35
|
+
import_attachments: Anhänge importieren
|
|
36
|
+
import_categories: Kategorien importieren
|
|
37
|
+
import_components: Komponenten importieren
|
|
31
38
|
included_at: Inbegriffen bei
|
|
32
39
|
instagram: Instagram
|
|
33
40
|
internal_organisation: Interne Organisation
|
|
@@ -108,7 +115,7 @@ de:
|
|
|
108
115
|
title: Neues Gremium
|
|
109
116
|
update:
|
|
110
117
|
error: Beim Aktualisieren dieses Gremiums ist ein Fehler aufgetreten.
|
|
111
|
-
success:
|
|
118
|
+
success: Die Versammlung wurde erfolgreich aktualisiert.
|
|
112
119
|
assemblies_copies:
|
|
113
120
|
create:
|
|
114
121
|
error: Beim Duplizieren dieses Gremiums ist ein Fehler aufgetreten.
|
|
@@ -149,7 +156,7 @@ de:
|
|
|
149
156
|
destroy:
|
|
150
157
|
success: Mitglied wurde erfolgreich aus diesem Gremium entfernt.
|
|
151
158
|
edit:
|
|
152
|
-
title:
|
|
159
|
+
title: Gremiumsmitglieder aktualisieren.
|
|
153
160
|
update: Aktualisieren
|
|
154
161
|
index:
|
|
155
162
|
assembly_members_title: Gremienmitglieder
|
|
@@ -173,7 +180,7 @@ de:
|
|
|
173
180
|
destroy:
|
|
174
181
|
success: Benutzer wurde erfolgreich von dieser Assembly entfernt.
|
|
175
182
|
edit:
|
|
176
|
-
title:
|
|
183
|
+
title: Gremienadmin aktualisieren.
|
|
177
184
|
update: Aktualisieren
|
|
178
185
|
index:
|
|
179
186
|
assembly_admins_title: Assembly Benutzer
|
|
@@ -204,11 +211,11 @@ de:
|
|
|
204
211
|
models:
|
|
205
212
|
assemblies_types:
|
|
206
213
|
fields:
|
|
207
|
-
created_at:
|
|
214
|
+
created_at: Erstellt am
|
|
208
215
|
title: Titel
|
|
209
216
|
assembly:
|
|
210
217
|
fields:
|
|
211
|
-
created_at:
|
|
218
|
+
created_at: Erstellt am
|
|
212
219
|
private: Privat
|
|
213
220
|
promoted: Hervorgehoben
|
|
214
221
|
published: Veröffentlicht
|
|
@@ -277,8 +284,8 @@ de:
|
|
|
277
284
|
select_a_created_by: Wählen Sie eine erstellt von aus
|
|
278
285
|
select_an_area: Wählen Sie einen Bereich
|
|
279
286
|
select_an_assembly_type: Wählen Sie einen Gremiumstyp
|
|
280
|
-
select_parent_assembly:
|
|
281
|
-
slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf
|
|
287
|
+
select_parent_assembly: Übergeordnetes Gremium auswählen
|
|
288
|
+
slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf dieses Gremium verweisen. Akzeptiert werden nur Buchstaben, Zahlen und Bindestriche und es muss mit einem Buchstaben beginnen. Beispiel: %{url}'
|
|
282
289
|
social_handlers: Sozial
|
|
283
290
|
title: Allgemeine Information
|
|
284
291
|
visbility: Sichtweite
|
|
@@ -292,11 +299,11 @@ de:
|
|
|
292
299
|
title: Titel
|
|
293
300
|
assembly_copies:
|
|
294
301
|
form:
|
|
295
|
-
slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf
|
|
302
|
+
slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf dieses Gremium verweisen. Akzeptiert werden nur Buchstaben, Zahlen und Bindestriche und es muss mit einem Buchstaben beginnen. Beispiel: %{url}'
|
|
296
303
|
assembly_imports:
|
|
297
304
|
form:
|
|
298
305
|
document_legend: Dokument hinzufügen
|
|
299
|
-
slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf
|
|
306
|
+
slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf dieses Gremium verweisen. Akzeptiert werden nur Buchstaben, Zahlen und Bindestriche und es muss mit einem Buchstaben beginnen. Beispiel: %{url}'
|
|
300
307
|
assembly_members:
|
|
301
308
|
form:
|
|
302
309
|
existing_user: Existierender Benutzer
|
|
@@ -310,8 +317,8 @@ de:
|
|
|
310
317
|
index:
|
|
311
318
|
filter:
|
|
312
319
|
all: Alle
|
|
313
|
-
ceased:
|
|
314
|
-
not_ceased: Nicht
|
|
320
|
+
ceased: Eingestellt
|
|
321
|
+
not_ceased: Nicht eingestellt
|
|
315
322
|
filter_by: Filtern nach
|
|
316
323
|
search: Suche
|
|
317
324
|
content_blocks:
|
|
@@ -381,8 +388,8 @@ de:
|
|
|
381
388
|
'false': undurchsichtig
|
|
382
389
|
'true': transparent
|
|
383
390
|
local_area: Organisationsbereich
|
|
384
|
-
participatory_scope: Was
|
|
385
|
-
participatory_structure: Wie
|
|
391
|
+
participatory_scope: Was wird entschieden?
|
|
392
|
+
participatory_structure: Wie wird es entschieden?
|
|
386
393
|
private_space: Dies ist eine private Versammlung
|
|
387
394
|
purpose_of_action: Zweck der Aktion
|
|
388
395
|
read_less: Lese weniger
|
data/config/locales/el.yml
CHANGED
|
@@ -3,11 +3,14 @@ el:
|
|
|
3
3
|
attributes:
|
|
4
4
|
assemblies_setting:
|
|
5
5
|
enable_organization_chart: Ενεργοποίηση οργανογράμματος
|
|
6
|
+
assemblies_type:
|
|
7
|
+
title: Τίτλος
|
|
6
8
|
assembly:
|
|
9
|
+
announcement: Ανακοίνωση
|
|
7
10
|
area_id: Τομέας
|
|
8
11
|
assembly_type: Τύπος συνέλευσης
|
|
9
12
|
assembly_type_other: Άλλος τύπος συνέλευσης
|
|
10
|
-
banner_image: Εικόνα
|
|
13
|
+
banner_image: Εικόνα banner
|
|
11
14
|
closing_date: Ημερομηνία κλεισίματος
|
|
12
15
|
closing_date_reason: Αιτία ημερομηνίας κλεισίματος
|
|
13
16
|
composition: Σύνθεση
|
|
@@ -17,17 +20,21 @@ el:
|
|
|
17
20
|
created_by: Δημιουργήθηκε από
|
|
18
21
|
created_by_other: Δημιουργήθηκε από άλλο
|
|
19
22
|
creation_date: Ημερομηνία δημιουργίας
|
|
20
|
-
decidim_area_id:
|
|
23
|
+
decidim_area_id: Περιοχή
|
|
21
24
|
decidim_assemblies_type_id: Τύπος συνέλευσης
|
|
22
25
|
decidim_scope_id: Πεδίο εφαρμογής
|
|
23
26
|
description: Περιγραφή
|
|
24
27
|
developer_group: Ομάδα προώθησης
|
|
28
|
+
document: Έγγραφο
|
|
25
29
|
domain: Τομέας
|
|
26
30
|
duration: Διάρκεια
|
|
27
31
|
facebook: Facebook
|
|
28
32
|
github: GitHub
|
|
29
33
|
hashtag: Hashtag
|
|
30
34
|
hero_image: Εικόνα αρχικής σελίδας
|
|
35
|
+
import_attachments: Εισαγωγή συνημμένων
|
|
36
|
+
import_categories: Εισαγωγή κατηγοριών
|
|
37
|
+
import_components: Εισαγωγή Στοιχείων
|
|
31
38
|
included_at: Συμπεριλήφθηκε στις
|
|
32
39
|
instagram: Instagram
|
|
33
40
|
internal_organisation: Εσωτερικός οργανισμός
|
|
@@ -61,8 +68,10 @@ el:
|
|
|
61
68
|
designation_date: Ημερομηνία διορισμού
|
|
62
69
|
full_name: Ονοματεπώνυμο
|
|
63
70
|
gender: Φύλο
|
|
71
|
+
non_user_avatar: Άβαταρ
|
|
64
72
|
position: Θέση
|
|
65
73
|
user_id: Χρήστης ή ομάδα
|
|
74
|
+
weight: Θέση κατάταξης
|
|
66
75
|
assembly_user_role:
|
|
67
76
|
email: Email
|
|
68
77
|
name: Όνομα
|
|
@@ -181,6 +190,9 @@ el:
|
|
|
181
190
|
update:
|
|
182
191
|
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση ενός διαχειριστή για αυτήν τη συνέλευση.
|
|
183
192
|
success: Ο διαχειριστής ενημερώθηκε με επιτυχία για αυτήν τη συνέλευση.
|
|
193
|
+
filters:
|
|
194
|
+
decidim_assemblies_type_id_eq:
|
|
195
|
+
label: Τύπος συνέλευσης
|
|
184
196
|
menu:
|
|
185
197
|
assemblies: Συνελεύσεις
|
|
186
198
|
assemblies_settings: Ρυθμίσεις
|
|
@@ -273,7 +285,6 @@ el:
|
|
|
273
285
|
select_an_area: Επιλέξτε «Τομέα»
|
|
274
286
|
select_an_assembly_type: Επιλέξτε «Τύπο συνέλευσης»
|
|
275
287
|
select_parent_assembly: Επιλέξτε «Γονική συνέλευση»
|
|
276
|
-
slug_help: 'Τα slug διεύθυνσης URL χρησιμοποιούνται για τη δημιουργία διευθύνσεων URL που οδηγούν σε αυτήν τη συνέλευση. Δέχεται μόνο γράμματα, αριθμούς και παύλες, και πρέπει να ξεκινά με γράμμα. Παράδειγμα: διεύθυνση %{url}'
|
|
277
288
|
social_handlers: Μέσα κοινωνικής δικτύωσης
|
|
278
289
|
title: Γενικές πληροφορίες
|
|
279
290
|
visbility: Ορατότητα
|
|
@@ -285,30 +296,33 @@ el:
|
|
|
285
296
|
assemblies_types:
|
|
286
297
|
form:
|
|
287
298
|
title: Τίτλος
|
|
288
|
-
assembly_copies:
|
|
289
|
-
form:
|
|
290
|
-
slug_help: 'Τα slug διεύθυνσης URL χρησιμοποιούνται για τη δημιουργία διευθύνσεων URL που οδηγούν σε αυτήν τη συνέλευση. Δέχεται μόνο γράμματα, αριθμούς και παύλες, και πρέπει να ξεκινά με γράμμα. Παράδειγμα: διεύθυνση %{url}'
|
|
291
299
|
assembly_imports:
|
|
292
300
|
form:
|
|
293
301
|
document_legend: Προσθήκη εγγράφου
|
|
294
|
-
slug_help: 'Τα επιθέματα URL χρησιμοποιούνται για να δημιουργήσουν τα URL που δρομολογούν προς αυτή την συνέλευση. Εϊναι αποδεκτά μόνο γράμματα, αριθμοί και παύλες και πρέπει να ξεκινούν με γράμμα. Παράδειγμα: %{url}'
|
|
295
302
|
assembly_members:
|
|
296
303
|
form:
|
|
297
304
|
existing_user: Υπάρχων συμμετέχων
|
|
305
|
+
explanation: 'Οδηγίες για την εικόνα:'
|
|
306
|
+
image_guide: Κατά προτίμηση μια εικόνα με οριζόντιο προσανατολισμό που δεν περιέχει κείμενο.
|
|
298
307
|
non_user: Μη συμμετέχων
|
|
308
|
+
non_user_avatar_help: Θα πρέπει να λάβετε τη συγκατάθεση των προσώπων πριν τα δημοσιεύσετε ως μέλος.
|
|
299
309
|
select_a_position: Επιλέξτε θέση
|
|
300
310
|
select_user: Επιλέξτε συμμετέχοντα
|
|
301
311
|
user_type: Τύπος συμμετέχοντα
|
|
302
312
|
index:
|
|
303
313
|
filter:
|
|
304
314
|
all: Όλα
|
|
305
|
-
ceased: Τέθηκε σε παύση
|
|
306
|
-
not_ceased: Δεν τέθηκε σε παύση
|
|
307
315
|
filter_by: Φιλτράρισμα κατά
|
|
308
316
|
search: Αναζήτηση
|
|
309
317
|
content_blocks:
|
|
310
318
|
highlighted_assemblies:
|
|
311
319
|
max_results: Μέγιστη ποσότητα στοιχείων προς εμφάνιση
|
|
320
|
+
new_import:
|
|
321
|
+
accepted_types:
|
|
322
|
+
json: JSON
|
|
323
|
+
assemblies:
|
|
324
|
+
show:
|
|
325
|
+
title: Σχετικά με τη συνέλευση
|
|
312
326
|
assembly_members:
|
|
313
327
|
index:
|
|
314
328
|
members: Μέλη
|
|
@@ -344,9 +358,7 @@ el:
|
|
|
344
358
|
pages:
|
|
345
359
|
home:
|
|
346
360
|
highlighted_assemblies:
|
|
347
|
-
active_assemblies: Ενεργές συνελεύσεις
|
|
348
361
|
assemblies_button_title: Σύνδεσμος προς τη σελίδα «Συνελεύσεις» που εμφανίζει όλες τις συνελεύσεις
|
|
349
|
-
see_all_assemblies: Δείτε όλες τις συνελεύσεις
|
|
350
362
|
user_profile:
|
|
351
363
|
member_of:
|
|
352
364
|
member_of: Μέλος
|
|
@@ -361,7 +373,6 @@ el:
|
|
|
361
373
|
developer_group: Ομάδα προώθησης
|
|
362
374
|
duration: Διάρκεια
|
|
363
375
|
included_at: Συμπεριλήφθηκε στις
|
|
364
|
-
indefinite_duration: Αόριστη
|
|
365
376
|
internal_organisation: Εσωτερικός οργανισμός
|
|
366
377
|
is_transparent:
|
|
367
378
|
'false': αδιαφανής
|
|
@@ -376,6 +387,7 @@ el:
|
|
|
376
387
|
related_participatory_processes: Σχετικές διαδικασίες συμμετοχής
|
|
377
388
|
scope: Πεδίο εφαρμογής
|
|
378
389
|
social_networks: Κοινωνικά δίκτυα
|
|
390
|
+
social_networks_title: Επίσκεψη στη συνέλευση στις
|
|
379
391
|
target: Ποιος συμμετέχει
|
|
380
392
|
assembly_members:
|
|
381
393
|
assembly_member:
|
|
@@ -386,6 +398,7 @@ el:
|
|
|
386
398
|
assemblies:
|
|
387
399
|
create_assembly_member:
|
|
388
400
|
email_intro: Ένας διαχειριστής της συνέλευσης <a href="%{resource_url}">%{resource_name}</a> σας πρόσθεσε ως ένα από τα μέλη της.
|
|
401
|
+
email_outro: Λάβατε αυτήν την ειδοποίηση επειδή έχετε προσκληθεί σε συνέλευση. Ελέγξτε τη <a href="%{resource_url}">σελίδα της συνέλευσης</a> για να συνεισφέρετε!
|
|
389
402
|
email_subject: Έχετε προσκληθεί να γίνετε μέλος της συνέλευσης %{resource_name}!
|
|
390
403
|
notification_title: Έχετε εγγραφεί ως μέλος της Συνέλευσης <a href="%{resource_path}">%{resource_name}</a>. Ελέγξτε τη <a href="%{resource_path}">σελίδα συνέλευσης</a> για να συνεισφέρετε!
|
|
391
404
|
assembly:
|
data/config/locales/en.yml
CHANGED
|
@@ -297,7 +297,7 @@ en:
|
|
|
297
297
|
title: Settings for assemblies
|
|
298
298
|
assemblies_types:
|
|
299
299
|
form:
|
|
300
|
-
title:
|
|
300
|
+
title: Edit assembly type
|
|
301
301
|
assembly_copies:
|
|
302
302
|
form:
|
|
303
303
|
slug_help: 'URL slugs are used to generate the URLs that point to this assembly. Only accepts letters, numbers and dashes, and must start with a letter. Example: %{url}'
|
data/config/locales/es-MX.yml
CHANGED
|
@@ -317,8 +317,8 @@ es-MX:
|
|
|
317
317
|
index:
|
|
318
318
|
filter:
|
|
319
319
|
all: Todas
|
|
320
|
-
ceased:
|
|
321
|
-
not_ceased: No
|
|
320
|
+
ceased: Cesada
|
|
321
|
+
not_ceased: No cesada
|
|
322
322
|
filter_by: Filtrado por
|
|
323
323
|
search: Buscar
|
|
324
324
|
content_blocks:
|
|
@@ -378,11 +378,11 @@ es-MX:
|
|
|
378
378
|
closing_date: Fecha de cierre
|
|
379
379
|
composition: Composición
|
|
380
380
|
created_by: Creado por
|
|
381
|
-
creation_date: Fecha de
|
|
381
|
+
creation_date: Fecha de creacion
|
|
382
382
|
developer_group: Grupo promotor
|
|
383
383
|
duration: Duración
|
|
384
384
|
included_at: Incluido en
|
|
385
|
-
indefinite_duration:
|
|
385
|
+
indefinite_duration: Indefinida
|
|
386
386
|
internal_organisation: Organización interna
|
|
387
387
|
is_transparent:
|
|
388
388
|
'false': opaco
|
data/config/locales/es-PY.yml
CHANGED
|
@@ -317,8 +317,8 @@ es-PY:
|
|
|
317
317
|
index:
|
|
318
318
|
filter:
|
|
319
319
|
all: Todas
|
|
320
|
-
ceased:
|
|
321
|
-
not_ceased: No
|
|
320
|
+
ceased: Cesada
|
|
321
|
+
not_ceased: No cesada
|
|
322
322
|
filter_by: Filtrado por
|
|
323
323
|
search: Buscar
|
|
324
324
|
content_blocks:
|
|
@@ -378,11 +378,11 @@ es-PY:
|
|
|
378
378
|
closing_date: Fecha de cierre
|
|
379
379
|
composition: Composición
|
|
380
380
|
created_by: Creado por
|
|
381
|
-
creation_date: Fecha de
|
|
381
|
+
creation_date: Fecha de creacion
|
|
382
382
|
developer_group: Grupo promotor
|
|
383
383
|
duration: Duración
|
|
384
384
|
included_at: Incluido en
|
|
385
|
-
indefinite_duration:
|
|
385
|
+
indefinite_duration: Indefinida
|
|
386
386
|
internal_organisation: Organización interna
|
|
387
387
|
is_transparent:
|
|
388
388
|
'false': opaco
|
data/config/locales/es.yml
CHANGED
|
@@ -282,7 +282,7 @@ es:
|
|
|
282
282
|
metadata: Metadatos
|
|
283
283
|
other: Otro
|
|
284
284
|
select_a_created_by: Selecciona una creadora
|
|
285
|
-
select_an_area:
|
|
285
|
+
select_an_area: Selecciona un área
|
|
286
286
|
select_an_assembly_type: Selecciona un tipo de asamblea
|
|
287
287
|
select_parent_assembly: Selecciona una asamblea principal
|
|
288
288
|
slug_help: 'Los textos cortos de URL se utilizan para generar las URL que apuntan a esta asamblea. Sólo acepta letras, números y guiones, y debe comenzar con una letra. Ejemplo: %{url}'
|
|
@@ -375,10 +375,10 @@ es:
|
|
|
375
375
|
area: Área
|
|
376
376
|
assembly_type: Tipo de asambleas
|
|
377
377
|
children: Asambleas
|
|
378
|
-
closing_date: Fecha de
|
|
378
|
+
closing_date: Fecha de cierre
|
|
379
379
|
composition: Composición
|
|
380
380
|
created_by: Creado por
|
|
381
|
-
creation_date: Fecha de
|
|
381
|
+
creation_date: Fecha de creacion
|
|
382
382
|
developer_group: Grupo promotor
|
|
383
383
|
duration: Duración
|
|
384
384
|
included_at: Incluido en
|
|
@@ -401,7 +401,7 @@ es:
|
|
|
401
401
|
target: Quién participa
|
|
402
402
|
assembly_members:
|
|
403
403
|
assembly_member:
|
|
404
|
-
designated_on:
|
|
404
|
+
designated_on: 'Fecha de designación:'
|
|
405
405
|
index:
|
|
406
406
|
title: Miembros
|
|
407
407
|
events:
|