decidim-assemblies 0.26.7 → 0.26.8
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 +0 -0
- data/config/locales/ar.yml +3 -6
- data/config/locales/bg.yml +4 -0
- data/config/locales/ca.yml +2 -2
- data/config/locales/cs.yml +6 -6
- data/config/locales/de.yml +9 -2
- data/config/locales/el.yml +25 -5
- data/config/locales/en.yml +1 -1
- data/config/locales/es-MX.yml +2 -2
- data/config/locales/es-PY.yml +2 -2
- data/config/locales/es.yml +4 -4
- data/config/locales/eu.yml +6 -7
- data/config/locales/fi-plain.yml +3 -3
- data/config/locales/fi.yml +4 -4
- data/config/locales/fr-CA.yml +3 -3
- data/config/locales/fr.yml +3 -3
- data/config/locales/gl.yml +1 -4
- data/config/locales/hu.yml +13 -5
- data/config/locales/id-ID.yml +0 -5
- data/config/locales/is-IS.yml +3 -7
- data/config/locales/it.yml +4 -7
- data/config/locales/kaa.yml +59 -0
- data/config/locales/lb.yml +2 -5
- data/config/locales/lt.yml +1 -4
- data/config/locales/lv.yml +0 -3
- data/config/locales/nl.yml +4 -7
- data/config/locales/no.yml +2 -5
- data/config/locales/pl.yml +1 -4
- data/config/locales/pt-BR.yml +21 -5
- data/config/locales/pt.yml +0 -3
- data/config/locales/ro-RO.yml +1 -3
- data/config/locales/ru.yml +0 -6
- data/config/locales/sk.yml +15 -0
- data/config/locales/sl.yml +7 -4
- data/config/locales/sv.yml +6 -9
- data/config/locales/tr-TR.yml +4 -7
- data/config/locales/uk.yml +0 -6
- data/config/locales/zh-CN.yml +0 -3
- data/config/locales/zh-TW.yml +3 -6
- data/lib/decidim/assemblies/version.rb +1 -1
- metadata +13 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 840237a30dcf5ebde4ef37d1581422df4aad3b709aa134b1bf7f1ca050476518
|
4
|
+
data.tar.gz: f1081865e4e13421f787b6dad0ad09b90fcb9715e20d7561ab32d89b806eda7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b9afee9f5d2fe0e7e8143a400283aa04d3a5c9c39d1dc84aa1f9699f30a38635627a289004e838dc9a407783203ebeeb4886cbe6efca93057a4fee11af98403
|
7
|
+
data.tar.gz: b68ead26a4f6ae9696203ec94ddaa1d7fe39572260b2cfb7bbdf30998662c62c7815c5b5c6b937907dd586115cae9a9191c5e1b4d8293948f8e618cc7a19dc27
|
@@ -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
|
|
File without changes
|
data/config/locales/ar.yml
CHANGED
@@ -371,9 +371,7 @@ ar:
|
|
371
371
|
pages:
|
372
372
|
home:
|
373
373
|
highlighted_assemblies:
|
374
|
-
active_assemblies: الجمعيات النشطة
|
375
374
|
assemblies_button_title: رابط إلى صفحة الجمعيات لاستعراض جميع الجمعيات
|
376
|
-
see_all_assemblies: عرض كافة الجمعيات
|
377
375
|
user_profile:
|
378
376
|
member_of:
|
379
377
|
member_of: عضو في
|
@@ -388,7 +386,6 @@ ar:
|
|
388
386
|
developer_group: مجموعة المروجين
|
389
387
|
duration: المدة الزمنية
|
390
388
|
included_at: المدرجة في
|
391
|
-
indefinite_duration: غير محدد
|
392
389
|
internal_organisation: التنظيم الداخلي
|
393
390
|
is_transparent:
|
394
391
|
'false': مبهمة
|
@@ -397,11 +394,11 @@ ar:
|
|
397
394
|
participatory_scope: ما الذي تقرر
|
398
395
|
participatory_structure: كيف تقرر ذلك
|
399
396
|
private_space: هذه جمعية خاصة
|
400
|
-
purpose_of_action: الغرض من
|
397
|
+
purpose_of_action: الغرض من العمل
|
401
398
|
read_less: أقرأ أقل
|
402
399
|
read_more: اقرأ المزيد
|
403
400
|
related_participatory_processes: العمليات التشاركية ذات الصلة
|
404
|
-
scope:
|
401
|
+
scope: النطاق
|
405
402
|
social_networks: شبكات التواصل الاجتماعي
|
406
403
|
social_networks_title: زيارة التجمع على
|
407
404
|
target: من يشارك
|
@@ -477,4 +474,4 @@ ar:
|
|
477
474
|
assembly_menu_item: الجمعية
|
478
475
|
assembly_widgets:
|
479
476
|
show:
|
480
|
-
take_part:
|
477
|
+
take_part: خذ جزء
|
data/config/locales/bg.yml
CHANGED
data/config/locales/ca.yml
CHANGED
@@ -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
@@ -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
|
@@ -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: Ρυθμίσεις
|
@@ -295,7 +307,10 @@ el:
|
|
295
307
|
assembly_members:
|
296
308
|
form:
|
297
309
|
existing_user: Υπάρχων συμμετέχων
|
310
|
+
explanation: 'Οδηγίες για την εικόνα:'
|
311
|
+
image_guide: Κατά προτίμηση μια εικόνα με οριζόντιο προσανατολισμό που δεν περιέχει κείμενο.
|
298
312
|
non_user: Μη συμμετέχων
|
313
|
+
non_user_avatar_help: Θα πρέπει να λάβετε τη συγκατάθεση των προσώπων πριν τα δημοσιεύσετε ως μέλος.
|
299
314
|
select_a_position: Επιλέξτε θέση
|
300
315
|
select_user: Επιλέξτε συμμετέχοντα
|
301
316
|
user_type: Τύπος συμμετέχοντα
|
@@ -309,6 +324,12 @@ el:
|
|
309
324
|
content_blocks:
|
310
325
|
highlighted_assemblies:
|
311
326
|
max_results: Μέγιστη ποσότητα στοιχείων προς εμφάνιση
|
327
|
+
new_import:
|
328
|
+
accepted_types:
|
329
|
+
json: JSON
|
330
|
+
assemblies:
|
331
|
+
show:
|
332
|
+
title: Σχετικά με τη συνέλευση
|
312
333
|
assembly_members:
|
313
334
|
index:
|
314
335
|
members: Μέλη
|
@@ -344,9 +365,7 @@ el:
|
|
344
365
|
pages:
|
345
366
|
home:
|
346
367
|
highlighted_assemblies:
|
347
|
-
active_assemblies: Ενεργές συνελεύσεις
|
348
368
|
assemblies_button_title: Σύνδεσμος προς τη σελίδα «Συνελεύσεις» που εμφανίζει όλες τις συνελεύσεις
|
349
|
-
see_all_assemblies: Δείτε όλες τις συνελεύσεις
|
350
369
|
user_profile:
|
351
370
|
member_of:
|
352
371
|
member_of: Μέλος
|
@@ -361,7 +380,6 @@ el:
|
|
361
380
|
developer_group: Ομάδα προώθησης
|
362
381
|
duration: Διάρκεια
|
363
382
|
included_at: Συμπεριλήφθηκε στις
|
364
|
-
indefinite_duration: Αόριστη
|
365
383
|
internal_organisation: Εσωτερικός οργανισμός
|
366
384
|
is_transparent:
|
367
385
|
'false': αδιαφανής
|
@@ -376,6 +394,7 @@ el:
|
|
376
394
|
related_participatory_processes: Σχετικές διαδικασίες συμμετοχής
|
377
395
|
scope: Πεδίο εφαρμογής
|
378
396
|
social_networks: Κοινωνικά δίκτυα
|
397
|
+
social_networks_title: Επίσκεψη στη συνέλευση στις
|
379
398
|
target: Ποιος συμμετέχει
|
380
399
|
assembly_members:
|
381
400
|
assembly_member:
|
@@ -386,6 +405,7 @@ el:
|
|
386
405
|
assemblies:
|
387
406
|
create_assembly_member:
|
388
407
|
email_intro: Ένας διαχειριστής της συνέλευσης <a href="%{resource_url}">%{resource_name}</a> σας πρόσθεσε ως ένα από τα μέλη της.
|
408
|
+
email_outro: Λάβατε αυτήν την ειδοποίηση επειδή έχετε προσκληθεί σε συνέλευση. Ελέγξτε τη <a href="%{resource_url}">σελίδα της συνέλευσης</a> για να συνεισφέρετε!
|
389
409
|
email_subject: Έχετε προσκληθεί να γίνετε μέλος της συνέλευσης %{resource_name}!
|
390
410
|
notification_title: Έχετε εγγραφεί ως μέλος της Συνέλευσης <a href="%{resource_path}">%{resource_name}</a>. Ελέγξτε τη <a href="%{resource_path}">σελίδα συνέλευσης</a> για να συνεισφέρετε!
|
391
411
|
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
@@ -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
@@ -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:
|
data/config/locales/eu.yml
CHANGED
@@ -3,6 +3,8 @@ eu:
|
|
3
3
|
attributes:
|
4
4
|
assemblies_setting:
|
5
5
|
enable_organization_chart: Gaitu organigrama
|
6
|
+
assemblies_type:
|
7
|
+
title: Izenburua
|
6
8
|
assembly:
|
7
9
|
area_id: Arloa
|
8
10
|
assembly_type: Batzar mota
|
@@ -289,7 +291,7 @@ eu:
|
|
289
291
|
title: Batzarren konfigurazioa
|
290
292
|
assemblies_types:
|
291
293
|
form:
|
292
|
-
title:
|
294
|
+
title: Batzar mota berria
|
293
295
|
assembly_copies:
|
294
296
|
form:
|
295
297
|
slug_help: 'URL slugs erabiltzen dira muntatze hau adierazten duten URLak sortzeko. Letrak, zenbakiak eta marratxoak soilik onartzen ditu eta letra batekin hasi behar duzu. Adibidea: %{url}'
|
@@ -355,16 +357,14 @@ eu:
|
|
355
357
|
pages:
|
356
358
|
home:
|
357
359
|
highlighted_assemblies:
|
358
|
-
active_assemblies: Batzar aktiboak
|
359
360
|
assemblies_button_title: Lotura batzar guztiak erakusten dituen Batzarren orrialdera
|
360
|
-
see_all_assemblies: Ikusi biltzar guztiak
|
361
361
|
user_profile:
|
362
362
|
member_of:
|
363
363
|
member_of: Kidea
|
364
364
|
show:
|
365
|
-
area:
|
365
|
+
area: Arloa
|
366
366
|
assembly_type: Muntatze-mota
|
367
|
-
children:
|
367
|
+
children: Biltzarrak
|
368
368
|
closing_date: Amaiera data
|
369
369
|
composition: Konposizio
|
370
370
|
created_by: Sortuta
|
@@ -372,7 +372,6 @@ eu:
|
|
372
372
|
developer_group: Sustatzailearen taldea
|
373
373
|
duration: Iraupena
|
374
374
|
included_at: Barruan sartzen da
|
375
|
-
indefinite_duration: mugagabeak
|
376
375
|
internal_organisation: Barneko antolaketa
|
377
376
|
is_transparent:
|
378
377
|
'false': opakua
|
@@ -385,7 +384,7 @@ eu:
|
|
385
384
|
read_less: Irakurri gutxiago
|
386
385
|
read_more: Irakurri gehiago
|
387
386
|
related_participatory_processes: Partaidetza prozesu erlazionatuak
|
388
|
-
scope:
|
387
|
+
scope: esparrua
|
389
388
|
social_networks: Sare sozialak
|
390
389
|
target: Nor parte hartzen du
|
391
390
|
assembly_members:
|
data/config/locales/fi-plain.yml
CHANGED
@@ -372,10 +372,10 @@ fi-pl:
|
|
372
372
|
member_of:
|
373
373
|
member_of: Jäsen ryhmässä
|
374
374
|
show:
|
375
|
-
area:
|
375
|
+
area: Alue
|
376
376
|
assembly_type: Ryhmän tyyppi
|
377
377
|
children: Ryhmät
|
378
|
-
closing_date:
|
378
|
+
closing_date: Sulkeutumispäivä
|
379
379
|
composition: Kokoonpano
|
380
380
|
created_by: Luonut
|
381
381
|
creation_date: Luontipäivämäärä
|
@@ -460,7 +460,7 @@ fi-pl:
|
|
460
460
|
one: "%{count} ryhmä"
|
461
461
|
other: "%{count} ryhmää"
|
462
462
|
promoted_assembly:
|
463
|
-
more_info:
|
463
|
+
more_info: Lisätietoja
|
464
464
|
take_part: Osallistu
|
465
465
|
assembly_navigation:
|
466
466
|
assembly_member_menu_item: Jäsenet
|
data/config/locales/fi.yml
CHANGED
@@ -296,7 +296,7 @@ fi:
|
|
296
296
|
title: Ryhmien asetukset
|
297
297
|
assemblies_types:
|
298
298
|
form:
|
299
|
-
title:
|
299
|
+
title: Muokkaa ryhmätyyppiä
|
300
300
|
assembly_copies:
|
301
301
|
form:
|
302
302
|
slug_help: 'URL-tunnisteita käytetään tähän ryhmään osoittavien URL-osoitteiden luonnissa. Hyväksyy kirjaimet, numerot ja viivat. Ensimmäinen merkki on oltava kirjain. Esimerkiksi: %{url}'
|
@@ -372,10 +372,10 @@ fi:
|
|
372
372
|
member_of:
|
373
373
|
member_of: Jäsen ryhmässä
|
374
374
|
show:
|
375
|
-
area:
|
375
|
+
area: Alue
|
376
376
|
assembly_type: Ryhmän tyyppi
|
377
377
|
children: Ryhmät
|
378
|
-
closing_date:
|
378
|
+
closing_date: Sulkeutumispäivä
|
379
379
|
composition: Kokoonpano
|
380
380
|
created_by: Luonut
|
381
381
|
creation_date: Luontipäivämäärä
|
@@ -460,7 +460,7 @@ fi:
|
|
460
460
|
one: "%{count} ryhmä"
|
461
461
|
other: "%{count} ryhmää"
|
462
462
|
promoted_assembly:
|
463
|
-
more_info:
|
463
|
+
more_info: Lisätietoja
|
464
464
|
take_part: Osallistu
|
465
465
|
assembly_navigation:
|
466
466
|
assembly_member_menu_item: Jäsenet
|
data/config/locales/fr-CA.yml
CHANGED
@@ -374,20 +374,20 @@ fr-CA:
|
|
374
374
|
show:
|
375
375
|
area: Zone d'application
|
376
376
|
assembly_type: Type d'assemblée
|
377
|
-
children:
|
377
|
+
children: Assemblées
|
378
378
|
closing_date: Date de clôture
|
379
379
|
composition: Composition
|
380
380
|
created_by: Créé par
|
381
381
|
creation_date: Date de création
|
382
382
|
developer_group: Organisateur
|
383
383
|
duration: Durée
|
384
|
-
included_at:
|
384
|
+
included_at: Intégrée à cette plateforme le
|
385
385
|
indefinite_duration: Indéfinie
|
386
386
|
internal_organisation: Organisation interne
|
387
387
|
is_transparent:
|
388
388
|
'false': non-visible par les non-membres
|
389
389
|
'true': visible par les non-membres
|
390
|
-
local_area:
|
390
|
+
local_area: Espace d'organisation
|
391
391
|
participatory_scope: Objectifs
|
392
392
|
participatory_structure: Modalités de décision
|
393
393
|
private_space: Ceci est une assemblée privée
|
data/config/locales/fr.yml
CHANGED
@@ -374,20 +374,20 @@ fr:
|
|
374
374
|
show:
|
375
375
|
area: Périmètre d'assemblée
|
376
376
|
assembly_type: Type d'assemblée
|
377
|
-
children:
|
377
|
+
children: Assemblées
|
378
378
|
closing_date: Date de clôture
|
379
379
|
composition: Composition
|
380
380
|
created_by: Créé par
|
381
381
|
creation_date: Date de création
|
382
382
|
developer_group: Organisateur
|
383
383
|
duration: Durée
|
384
|
-
included_at:
|
384
|
+
included_at: Intégrée à cette plateforme le
|
385
385
|
indefinite_duration: Indéfinie
|
386
386
|
internal_organisation: Organisation interne
|
387
387
|
is_transparent:
|
388
388
|
'false': non-visible par les non-membres
|
389
389
|
'true': visible par les non-membres
|
390
|
-
local_area:
|
390
|
+
local_area: Espace d'organisation
|
391
391
|
participatory_scope: Objectifs
|
392
392
|
participatory_structure: Modalités de décision
|
393
393
|
private_space: Ceci est une assemblée privée
|
data/config/locales/gl.yml
CHANGED
@@ -356,9 +356,7 @@ gl:
|
|
356
356
|
pages:
|
357
357
|
home:
|
358
358
|
highlighted_assemblies:
|
359
|
-
active_assemblies: Asembleas activas
|
360
359
|
assemblies_button_title: Ligazón á páxina de Xuntanzas que amosa todas as xuntanzas
|
361
|
-
see_all_assemblies: Ver todos os conxuntos
|
362
360
|
user_profile:
|
363
361
|
member_of:
|
364
362
|
member_of: Membro de
|
@@ -369,11 +367,10 @@ gl:
|
|
369
367
|
closing_date: Data de peche
|
370
368
|
composition: Composición
|
371
369
|
created_by: Creado por
|
372
|
-
creation_date: Data
|
370
|
+
creation_date: Data de creación
|
373
371
|
developer_group: Grupo promotor
|
374
372
|
duration: Duración
|
375
373
|
included_at: Incluído en
|
376
|
-
indefinite_duration: Indefinido
|
377
374
|
internal_organisation: Organización interna
|
378
375
|
is_transparent:
|
379
376
|
'false': opaco
|