decidim-assemblies 0.26.8 → 0.27.0.rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/cells/decidim/assemblies/content_blocks/highlighted_assemblies/show.erb +2 -2
- data/app/cells/decidim/assemblies/content_blocks/highlighted_assemblies_cell.rb +5 -5
- data/app/commands/decidim/assemblies/admin/copy_assembly.rb +10 -7
- data/app/commands/decidim/assemblies/admin/create_assemblies_type.rb +1 -1
- data/app/commands/decidim/assemblies/admin/create_assembly.rb +1 -1
- data/app/commands/decidim/assemblies/admin/create_assembly_member.rb +12 -12
- data/app/commands/decidim/assemblies/admin/destroy_assemblies_type.rb +1 -1
- data/app/commands/decidim/assemblies/admin/destroy_assembly_admin.rb +1 -6
- 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/assemblies_types_controller.rb +1 -1
- 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/assembly_members_controller.rb +1 -1
- data/app/controllers/decidim/assemblies/admin/reminders_controller.rb +14 -0
- data/app/controllers/decidim/assemblies/assemblies_controller.rb +6 -6
- data/app/events/decidim/role_assigned_to_assembly_event.rb +1 -1
- data/app/forms/decidim/assemblies/admin/assembly_import_form.rb +5 -6
- data/app/helpers/decidim/assemblies/filter_assemblies_helper.rb +10 -6
- data/app/models/decidim/assembly.rb +10 -4
- data/app/packs/src/decidim/assemblies/orgchart.js +52 -46
- data/app/permissions/decidim/assemblies/permissions.rb +45 -11
- data/app/presenters/decidim/assemblies/admin_log/assembly_presenter.rb +1 -1
- data/app/presenters/decidim/assemblies/assembly_stats_presenter.rb +4 -1
- data/app/presenters/decidim/assembly_member_presenter.rb +3 -5
- data/app/queries/decidim/assemblies/admin/admin_users.rb +1 -1
- data/app/queries/decidim/assemblies/admin/assembly_members.rb +1 -1
- data/app/queries/decidim/assemblies/assemblies_with_user_role.rb +1 -1
- data/app/queries/decidim/assemblies/filtered_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/organization_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/organization_prioritized_assemblies.rb +2 -2
- data/app/queries/decidim/assemblies/organization_published_assemblies.rb +2 -2
- data/app/queries/decidim/assemblies/parent_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/parent_assemblies_for_select.rb +1 -1
- data/app/queries/decidim/assemblies/prioritized_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/promoted_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/published_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/visible_assemblies.rb +1 -1
- data/app/serializers/decidim/assemblies/assembly_importer.rb +3 -4
- data/app/views/decidim/assemblies/_filter_by_type.html.erb +1 -1
- data/app/views/decidim/assemblies/admin/assemblies/_form.html.erb +2 -2
- data/app/views/decidim/assemblies/admin/assemblies/index.html.erb +2 -3
- data/app/views/decidim/assemblies/admin/assemblies/new.html.erb +0 -2
- data/app/views/decidim/assemblies/admin/assemblies_settings/edit.html.erb +0 -1
- data/app/views/decidim/assemblies/admin/assemblies_types/edit.html.erb +0 -1
- data/app/views/decidim/assemblies/admin/assemblies_types/index.html.erb +0 -2
- data/app/views/decidim/assemblies/admin/assemblies_types/new.html.erb +0 -1
- data/app/views/decidim/assemblies/assemblies/_promoted_assembly.html.erb +1 -1
- data/app/views/decidim/assemblies/assemblies/index.html.erb +3 -1
- data/app/views/decidim/assemblies/assemblies/show.html.erb +8 -6
- data/app/views/layouts/decidim/_assembly_header.html.erb +1 -1
- data/app/views/layouts/decidim/admin/assembly.html.erb +0 -1
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +7 -76
- data/config/locales/bg.yml +1 -4
- data/config/locales/ca.yml +8 -12
- data/config/locales/cs.yml +20 -24
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +9 -13
- data/config/locales/el.yml +6 -32
- data/config/locales/en.yml +6 -11
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +8 -12
- data/config/locales/es-PY.yml +8 -12
- data/config/locales/es.yml +10 -14
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +27 -33
- data/config/locales/fi-plain.yml +9 -13
- data/config/locales/fi.yml +11 -15
- data/config/locales/fr-CA.yml +9 -13
- data/config/locales/fr.yml +14 -18
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +6 -8
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +8 -57
- data/config/locales/id-ID.yml +6 -1
- data/config/locales/is-IS.yml +9 -6
- data/config/locales/it.yml +8 -11
- data/config/locales/ja.yml +6 -10
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +6 -8
- data/config/locales/lt.yml +1 -466
- data/config/locales/lv.yml +4 -1
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +23 -31
- data/config/locales/no.yml +6 -9
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +6 -4
- data/config/locales/pt-BR.yml +7 -29
- data/config/locales/pt.yml +4 -7
- data/config/locales/ro-RO.yml +5 -22
- data/config/locales/ru.yml +7 -3
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +1 -17
- data/config/locales/sl.yml +5 -15
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +1 -0
- data/config/locales/sv.yml +12 -20
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +8 -24
- data/config/locales/uk.yml +7 -3
- data/config/locales/val-ES.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +4 -7
- data/config/locales/zh-TW.yml +1 -462
- data/lib/decidim/assemblies/admin_engine.rb +5 -4
- data/lib/decidim/assemblies/participatory_space.rb +9 -9
- data/lib/decidim/assemblies/test/factories.rb +0 -4
- data/lib/decidim/assemblies/version.rb +1 -1
- metadata +13 -48
- data/app/services/decidim/assemblies/assembly_search.rb +0 -18
- data/config/environment.rb +0 -0
- data/config/locales/fa-IR.yml +0 -1
- data/config/locales/gn-PY.yml +0 -1
- data/config/locales/ka-GE.yml +0 -1
- data/config/locales/kaa.yml +0 -60
- data/config/locales/lo-LA.yml +0 -1
- data/config/locales/oc-FR.yml +0 -1
data/config/locales/de.yml
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
|
+
---
|
|
1
2
|
de:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
4
5
|
assemblies_setting:
|
|
5
6
|
enable_organization_chart: Organisationsdiagramm aktivieren
|
|
6
|
-
assemblies_type:
|
|
7
|
-
title: Titel
|
|
8
7
|
assembly:
|
|
9
|
-
announcement: Ankündigung
|
|
10
8
|
area_id: Bereich
|
|
11
9
|
assembly_type: Versammlungstyp
|
|
12
10
|
assembly_type_other: Sonstiger Versammlungstyp
|
|
@@ -25,16 +23,12 @@ de:
|
|
|
25
23
|
decidim_scope_id: Umfang
|
|
26
24
|
description: Beschreibung
|
|
27
25
|
developer_group: Promoter-Gruppe
|
|
28
|
-
document: Dokument
|
|
29
26
|
domain: Domain
|
|
30
27
|
duration: Dauer
|
|
31
28
|
facebook: Facebook
|
|
32
29
|
github: GitHub
|
|
33
30
|
hashtag: Hashtag
|
|
34
31
|
hero_image: Hauptbild
|
|
35
|
-
import_attachments: Anhänge importieren
|
|
36
|
-
import_categories: Kategorien importieren
|
|
37
|
-
import_components: Komponenten importieren
|
|
38
32
|
included_at: Inbegriffen bei
|
|
39
33
|
instagram: Instagram
|
|
40
34
|
internal_organisation: Interne Organisation
|
|
@@ -59,7 +53,7 @@ de:
|
|
|
59
53
|
target: Wer nimmt teil?
|
|
60
54
|
title: Titel
|
|
61
55
|
twitter: Twitter
|
|
62
|
-
weight:
|
|
56
|
+
weight: Bestellposition
|
|
63
57
|
youtube: Youtube
|
|
64
58
|
assembly_member:
|
|
65
59
|
birthday: Geburtstag
|
|
@@ -71,7 +65,6 @@ de:
|
|
|
71
65
|
non_user_avatar: Profilbild
|
|
72
66
|
position: Position
|
|
73
67
|
user_id: User
|
|
74
|
-
weight: Reihenfolge
|
|
75
68
|
assembly_user_role:
|
|
76
69
|
email: Email
|
|
77
70
|
name: Name
|
|
@@ -81,7 +74,7 @@ de:
|
|
|
81
74
|
assembly:
|
|
82
75
|
attributes:
|
|
83
76
|
document:
|
|
84
|
-
|
|
77
|
+
allowed_file_content_types: 'Ungültiger Dokumenttyp Zulässige Formate sind: %{types}'
|
|
85
78
|
activerecord:
|
|
86
79
|
models:
|
|
87
80
|
decidim/assembly:
|
|
@@ -250,6 +243,9 @@ de:
|
|
|
250
243
|
admin_log:
|
|
251
244
|
assembly:
|
|
252
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"
|
|
253
249
|
publish: "%{user_name} hat das Gremium %{resource_name} veröffentlicht"
|
|
254
250
|
unpublish: "%{user_name} hat das Gremium %{resource_name} auf \"unveröffentlicht\" gesetzt"
|
|
255
251
|
update: "%{user_name} hat das Gremium %{resource_name} aktualisiert"
|
|
@@ -278,7 +274,7 @@ de:
|
|
|
278
274
|
duration_help: Wenn die Dauer dieser Assembly begrenzt ist, wählen Sie das Enddatum aus. Andernfalls wird es als unbestimmt angezeigt.
|
|
279
275
|
filters: Filter
|
|
280
276
|
images: Bilder
|
|
281
|
-
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.
|
|
282
278
|
metadata: Metadaten
|
|
283
279
|
other: Andere
|
|
284
280
|
select_a_created_by: Wählen Sie eine erstellt von aus
|
|
@@ -388,8 +384,8 @@ de:
|
|
|
388
384
|
'false': undurchsichtig
|
|
389
385
|
'true': transparent
|
|
390
386
|
local_area: Organisationsbereich
|
|
391
|
-
participatory_scope: Was
|
|
392
|
-
participatory_structure: Wie
|
|
387
|
+
participatory_scope: Was ist entschieden?
|
|
388
|
+
participatory_structure: Wie ist es entschieden?
|
|
393
389
|
private_space: Dies ist eine private Versammlung
|
|
394
390
|
purpose_of_action: Zweck der Aktion
|
|
395
391
|
read_less: Lese weniger
|
data/config/locales/el.yml
CHANGED
|
@@ -1,16 +1,14 @@
|
|
|
1
|
+
---
|
|
1
2
|
el:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
4
5
|
assemblies_setting:
|
|
5
6
|
enable_organization_chart: Ενεργοποίηση οργανογράμματος
|
|
6
|
-
assemblies_type:
|
|
7
|
-
title: Τίτλος
|
|
8
7
|
assembly:
|
|
9
|
-
announcement: Ανακοίνωση
|
|
10
8
|
area_id: Τομέας
|
|
11
9
|
assembly_type: Τύπος συνέλευσης
|
|
12
10
|
assembly_type_other: Άλλος τύπος συνέλευσης
|
|
13
|
-
banner_image: Εικόνα
|
|
11
|
+
banner_image: Εικόνα διαφημιστικού πλαισίου
|
|
14
12
|
closing_date: Ημερομηνία κλεισίματος
|
|
15
13
|
closing_date_reason: Αιτία ημερομηνίας κλεισίματος
|
|
16
14
|
composition: Σύνθεση
|
|
@@ -20,21 +18,17 @@ el:
|
|
|
20
18
|
created_by: Δημιουργήθηκε από
|
|
21
19
|
created_by_other: Δημιουργήθηκε από άλλο
|
|
22
20
|
creation_date: Ημερομηνία δημιουργίας
|
|
23
|
-
decidim_area_id:
|
|
21
|
+
decidim_area_id: Τομέας
|
|
24
22
|
decidim_assemblies_type_id: Τύπος συνέλευσης
|
|
25
23
|
decidim_scope_id: Πεδίο εφαρμογής
|
|
26
24
|
description: Περιγραφή
|
|
27
25
|
developer_group: Ομάδα προώθησης
|
|
28
|
-
document: Έγγραφο
|
|
29
26
|
domain: Τομέας
|
|
30
27
|
duration: Διάρκεια
|
|
31
28
|
facebook: Facebook
|
|
32
29
|
github: GitHub
|
|
33
30
|
hashtag: Hashtag
|
|
34
31
|
hero_image: Εικόνα αρχικής σελίδας
|
|
35
|
-
import_attachments: Εισαγωγή συνημμένων
|
|
36
|
-
import_categories: Εισαγωγή κατηγοριών
|
|
37
|
-
import_components: Εισαγωγή Στοιχείων
|
|
38
32
|
included_at: Συμπεριλήφθηκε στις
|
|
39
33
|
instagram: Instagram
|
|
40
34
|
internal_organisation: Εσωτερικός οργανισμός
|
|
@@ -68,20 +62,12 @@ el:
|
|
|
68
62
|
designation_date: Ημερομηνία διορισμού
|
|
69
63
|
full_name: Ονοματεπώνυμο
|
|
70
64
|
gender: Φύλο
|
|
71
|
-
non_user_avatar: Άβαταρ
|
|
72
65
|
position: Θέση
|
|
73
66
|
user_id: Χρήστης ή ομάδα
|
|
74
|
-
weight: Θέση κατάταξης
|
|
75
67
|
assembly_user_role:
|
|
76
68
|
email: Email
|
|
77
69
|
name: Όνομα
|
|
78
70
|
role: Ρόλος
|
|
79
|
-
errors:
|
|
80
|
-
models:
|
|
81
|
-
assembly:
|
|
82
|
-
attributes:
|
|
83
|
-
document:
|
|
84
|
-
invalid_document_type: 'Μη έγκυρος τύπος εγγράφου. Οι αποδεκτές μορφές είναι: %{valid_mime_types}'
|
|
85
71
|
activerecord:
|
|
86
72
|
models:
|
|
87
73
|
decidim/assembly:
|
|
@@ -190,9 +176,6 @@ el:
|
|
|
190
176
|
update:
|
|
191
177
|
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση ενός διαχειριστή για αυτήν τη συνέλευση.
|
|
192
178
|
success: Ο διαχειριστής ενημερώθηκε με επιτυχία για αυτήν τη συνέλευση.
|
|
193
|
-
filters:
|
|
194
|
-
decidim_assemblies_type_id_eq:
|
|
195
|
-
label: Τύπος συνέλευσης
|
|
196
179
|
menu:
|
|
197
180
|
assemblies: Συνελεύσεις
|
|
198
181
|
assemblies_settings: Ρυθμίσεις
|
|
@@ -278,7 +261,6 @@ el:
|
|
|
278
261
|
duration_help: Εάν η διάρκεια αυτής της συνέλευσης είναι περιορισμένη, επιλέξτε την ημερομηνία λήξης. Διαφορετικά, θα εμφανίζεται ως απεριόριστη.
|
|
279
262
|
filters: Φίλτρα
|
|
280
263
|
images: Εικόνες
|
|
281
|
-
included_at_help: Επιλέξτε την ημερομηνία προσθήκης αυτής της συνέλευσης στο Decidim. Δεν χρειάζεται απαραίτητα να είναι ίδια με την ημερομηνία δημιουργίας.
|
|
282
264
|
metadata: Μεταδεδομένα
|
|
283
265
|
other: Άλλο
|
|
284
266
|
select_a_created_by: Επιλέξτε «Δημιουργήθηκε από»
|
|
@@ -307,10 +289,7 @@ el:
|
|
|
307
289
|
assembly_members:
|
|
308
290
|
form:
|
|
309
291
|
existing_user: Υπάρχων συμμετέχων
|
|
310
|
-
explanation: 'Οδηγίες για την εικόνα:'
|
|
311
|
-
image_guide: Κατά προτίμηση μια εικόνα με οριζόντιο προσανατολισμό που δεν περιέχει κείμενο.
|
|
312
292
|
non_user: Μη συμμετέχων
|
|
313
|
-
non_user_avatar_help: Θα πρέπει να λάβετε τη συγκατάθεση των προσώπων πριν τα δημοσιεύσετε ως μέλος.
|
|
314
293
|
select_a_position: Επιλέξτε θέση
|
|
315
294
|
select_user: Επιλέξτε συμμετέχοντα
|
|
316
295
|
user_type: Τύπος συμμετέχοντα
|
|
@@ -324,12 +303,6 @@ el:
|
|
|
324
303
|
content_blocks:
|
|
325
304
|
highlighted_assemblies:
|
|
326
305
|
max_results: Μέγιστη ποσότητα στοιχείων προς εμφάνιση
|
|
327
|
-
new_import:
|
|
328
|
-
accepted_types:
|
|
329
|
-
json: JSON
|
|
330
|
-
assemblies:
|
|
331
|
-
show:
|
|
332
|
-
title: Σχετικά με τη συνέλευση
|
|
333
306
|
assembly_members:
|
|
334
307
|
index:
|
|
335
308
|
members: Μέλη
|
|
@@ -365,7 +338,9 @@ el:
|
|
|
365
338
|
pages:
|
|
366
339
|
home:
|
|
367
340
|
highlighted_assemblies:
|
|
341
|
+
active_assemblies: Ενεργές συνελεύσεις
|
|
368
342
|
assemblies_button_title: Σύνδεσμος προς τη σελίδα «Συνελεύσεις» που εμφανίζει όλες τις συνελεύσεις
|
|
343
|
+
see_all_assemblies: Δείτε όλες τις συνελεύσεις
|
|
369
344
|
user_profile:
|
|
370
345
|
member_of:
|
|
371
346
|
member_of: Μέλος
|
|
@@ -380,6 +355,7 @@ el:
|
|
|
380
355
|
developer_group: Ομάδα προώθησης
|
|
381
356
|
duration: Διάρκεια
|
|
382
357
|
included_at: Συμπεριλήφθηκε στις
|
|
358
|
+
indefinite_duration: Αόριστη
|
|
383
359
|
internal_organisation: Εσωτερικός οργανισμός
|
|
384
360
|
is_transparent:
|
|
385
361
|
'false': αδιαφανής
|
|
@@ -394,7 +370,6 @@ el:
|
|
|
394
370
|
related_participatory_processes: Σχετικές διαδικασίες συμμετοχής
|
|
395
371
|
scope: Πεδίο εφαρμογής
|
|
396
372
|
social_networks: Κοινωνικά δίκτυα
|
|
397
|
-
social_networks_title: Επίσκεψη στη συνέλευση στις
|
|
398
373
|
target: Ποιος συμμετέχει
|
|
399
374
|
assembly_members:
|
|
400
375
|
assembly_member:
|
|
@@ -405,7 +380,6 @@ el:
|
|
|
405
380
|
assemblies:
|
|
406
381
|
create_assembly_member:
|
|
407
382
|
email_intro: Ένας διαχειριστής της συνέλευσης <a href="%{resource_url}">%{resource_name}</a> σας πρόσθεσε ως ένα από τα μέλη της.
|
|
408
|
-
email_outro: Λάβατε αυτήν την ειδοποίηση επειδή έχετε προσκληθεί σε συνέλευση. Ελέγξτε τη <a href="%{resource_url}">σελίδα της συνέλευσης</a> για να συνεισφέρετε!
|
|
409
383
|
email_subject: Έχετε προσκληθεί να γίνετε μέλος της συνέλευσης %{resource_name}!
|
|
410
384
|
notification_title: Έχετε εγγραφεί ως μέλος της Συνέλευσης <a href="%{resource_path}">%{resource_name}</a>. Ελέγξτε τη <a href="%{resource_path}">σελίδα συνέλευσης</a> για να συνεισφέρετε!
|
|
411
385
|
assembly:
|
data/config/locales/en.yml
CHANGED
|
@@ -4,10 +4,7 @@ en:
|
|
|
4
4
|
attributes:
|
|
5
5
|
assemblies_setting:
|
|
6
6
|
enable_organization_chart: Enable organization chart
|
|
7
|
-
assemblies_type:
|
|
8
|
-
title: Title
|
|
9
7
|
assembly:
|
|
10
|
-
announcement: Announcement
|
|
11
8
|
area_id: Area
|
|
12
9
|
assembly_type: Assembly type
|
|
13
10
|
assembly_type_other: Assembly type other
|
|
@@ -26,16 +23,12 @@ en:
|
|
|
26
23
|
decidim_scope_id: Scope
|
|
27
24
|
description: Description
|
|
28
25
|
developer_group: Promoter group
|
|
29
|
-
document: Document
|
|
30
26
|
domain: Domain
|
|
31
27
|
duration: Duration
|
|
32
28
|
facebook: Facebook
|
|
33
29
|
github: GitHub
|
|
34
30
|
hashtag: Hashtag
|
|
35
31
|
hero_image: Home image
|
|
36
|
-
import_attachments: Import attachments
|
|
37
|
-
import_categories: Import categories
|
|
38
|
-
import_components: Import components
|
|
39
32
|
included_at: Included at
|
|
40
33
|
instagram: Instagram
|
|
41
34
|
internal_organisation: Internal organisation
|
|
@@ -72,7 +65,6 @@ en:
|
|
|
72
65
|
non_user_avatar: Avatar
|
|
73
66
|
position: Position
|
|
74
67
|
user_id: User or group
|
|
75
|
-
weight: Order position
|
|
76
68
|
assembly_user_role:
|
|
77
69
|
email: Email
|
|
78
70
|
name: Name
|
|
@@ -82,7 +74,7 @@ en:
|
|
|
82
74
|
assembly:
|
|
83
75
|
attributes:
|
|
84
76
|
document:
|
|
85
|
-
|
|
77
|
+
allowed_file_content_types: 'Invalid document type. Accepted formats are: %{types}'
|
|
86
78
|
activerecord:
|
|
87
79
|
models:
|
|
88
80
|
decidim/assembly:
|
|
@@ -251,6 +243,9 @@ en:
|
|
|
251
243
|
admin_log:
|
|
252
244
|
assembly:
|
|
253
245
|
create: "%{user_name} created the %{resource_name} assembly"
|
|
246
|
+
duplicate: "%{user_name} duplicated the %{resource_name} assembly"
|
|
247
|
+
export: "%{user_name} exported the %{resource_name} assembly"
|
|
248
|
+
import: "%{user_name} imported the %{resource_name} assembly"
|
|
254
249
|
publish: "%{user_name} published the %{resource_name} assembly"
|
|
255
250
|
unpublish: "%{user_name} unpublished the %{resource_name} assembly"
|
|
256
251
|
update: "%{user_name} updated the %{resource_name} assembly"
|
|
@@ -279,7 +274,7 @@ en:
|
|
|
279
274
|
duration_help: If the duration of this assembly is limited, select the end date. Otherwise, it will appear as indefinite.
|
|
280
275
|
filters: Filters
|
|
281
276
|
images: Images
|
|
282
|
-
included_at_help: Select the date when this assembly was added to
|
|
277
|
+
included_at_help: Select the date when this assembly was added to the platform. It does not necessarily have to be the same as the creation date.
|
|
283
278
|
metadata: Metadata
|
|
284
279
|
other: Other
|
|
285
280
|
select_a_created_by: Select a created by
|
|
@@ -297,7 +292,7 @@ en:
|
|
|
297
292
|
title: Settings for assemblies
|
|
298
293
|
assemblies_types:
|
|
299
294
|
form:
|
|
300
|
-
title:
|
|
295
|
+
title: Title
|
|
301
296
|
assembly_copies:
|
|
302
297
|
form:
|
|
303
298
|
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/eo.yml
CHANGED
data/config/locales/es-MX.yml
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
|
+
---
|
|
1
2
|
es-MX:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
4
5
|
assemblies_setting:
|
|
5
6
|
enable_organization_chart: Habilitar organigrama
|
|
6
|
-
assemblies_type:
|
|
7
|
-
title: Título
|
|
8
7
|
assembly:
|
|
9
|
-
announcement: Aviso
|
|
10
8
|
area_id: Área
|
|
11
9
|
assembly_type: Tipo de montaje
|
|
12
10
|
assembly_type_other: Tipo de montaje otro
|
|
@@ -25,16 +23,12 @@ es-MX:
|
|
|
25
23
|
decidim_scope_id: Ámbito
|
|
26
24
|
description: Descripción
|
|
27
25
|
developer_group: Grupo promotor
|
|
28
|
-
document: Documento
|
|
29
26
|
domain: Dominio
|
|
30
27
|
duration: Duración
|
|
31
28
|
facebook: Facebook
|
|
32
29
|
github: GitHub
|
|
33
30
|
hashtag: Hashtag
|
|
34
31
|
hero_image: Imagen de portada
|
|
35
|
-
import_attachments: Importar archivos adjuntos
|
|
36
|
-
import_categories: Importar categorias
|
|
37
|
-
import_components: Importar componentes
|
|
38
32
|
included_at: Incluido en
|
|
39
33
|
instagram: Instagram
|
|
40
34
|
internal_organisation: Organización interna
|
|
@@ -71,7 +65,6 @@ es-MX:
|
|
|
71
65
|
non_user_avatar: Avatar
|
|
72
66
|
position: Posición
|
|
73
67
|
user_id: Usuaria
|
|
74
|
-
weight: Orden de posición
|
|
75
68
|
assembly_user_role:
|
|
76
69
|
email: Correo electrónico
|
|
77
70
|
name: Nombre
|
|
@@ -81,7 +74,7 @@ es-MX:
|
|
|
81
74
|
assembly:
|
|
82
75
|
attributes:
|
|
83
76
|
document:
|
|
84
|
-
|
|
77
|
+
allowed_file_content_types: 'Tipo de documento inválido. Los formatos aceptados son: %{types}'
|
|
85
78
|
activerecord:
|
|
86
79
|
models:
|
|
87
80
|
decidim/assembly:
|
|
@@ -250,6 +243,9 @@ es-MX:
|
|
|
250
243
|
admin_log:
|
|
251
244
|
assembly:
|
|
252
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}"
|
|
253
249
|
publish: "%{user_name} publicó la asamblea %{resource_name}"
|
|
254
250
|
unpublish: "%{user_name} despublicó la asamblea %{resource_name}"
|
|
255
251
|
update: "%{user_name} actualizó la asamblea %{resource_name}"
|
|
@@ -278,7 +274,7 @@ es-MX:
|
|
|
278
274
|
duration_help: Si la duración de esta asamblea es limitada, selecciona la fecha de finalización. De lo contrario, aparecerá como indefinida.
|
|
279
275
|
filters: Filtros
|
|
280
276
|
images: Imágenes
|
|
281
|
-
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.
|
|
282
278
|
metadata: Metadatos
|
|
283
279
|
other: Otro
|
|
284
280
|
select_a_created_by: Selecciona creada por
|
|
@@ -378,11 +374,11 @@ es-MX:
|
|
|
378
374
|
closing_date: Fecha de cierre
|
|
379
375
|
composition: Composición
|
|
380
376
|
created_by: Creado por
|
|
381
|
-
creation_date: Fecha de
|
|
377
|
+
creation_date: Fecha de creación
|
|
382
378
|
developer_group: Grupo promotor
|
|
383
379
|
duration: Duración
|
|
384
380
|
included_at: Incluido en
|
|
385
|
-
indefinite_duration:
|
|
381
|
+
indefinite_duration: Indefinido
|
|
386
382
|
internal_organisation: Organización interna
|
|
387
383
|
is_transparent:
|
|
388
384
|
'false': opaco
|
data/config/locales/es-PY.yml
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
|
+
---
|
|
1
2
|
es-PY:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
4
5
|
assemblies_setting:
|
|
5
6
|
enable_organization_chart: Habilitar organigrama
|
|
6
|
-
assemblies_type:
|
|
7
|
-
title: Título
|
|
8
7
|
assembly:
|
|
9
|
-
announcement: Aviso
|
|
10
8
|
area_id: Área
|
|
11
9
|
assembly_type: Tipo de montaje
|
|
12
10
|
assembly_type_other: Tipo de montaje otro
|
|
@@ -25,16 +23,12 @@ es-PY:
|
|
|
25
23
|
decidim_scope_id: Ámbito
|
|
26
24
|
description: Descripción
|
|
27
25
|
developer_group: Grupo promotor
|
|
28
|
-
document: Documento
|
|
29
26
|
domain: Dominio
|
|
30
27
|
duration: Duración
|
|
31
28
|
facebook: Facebook
|
|
32
29
|
github: GitHub
|
|
33
30
|
hashtag: Hashtag
|
|
34
31
|
hero_image: Imagen de portada
|
|
35
|
-
import_attachments: Importar archivos adjuntos
|
|
36
|
-
import_categories: Importar categorias
|
|
37
|
-
import_components: Importar componentes
|
|
38
32
|
included_at: Incluido en
|
|
39
33
|
instagram: Instagram
|
|
40
34
|
internal_organisation: Organización interna
|
|
@@ -71,7 +65,6 @@ es-PY:
|
|
|
71
65
|
non_user_avatar: Avatar
|
|
72
66
|
position: Posición
|
|
73
67
|
user_id: Usuaria
|
|
74
|
-
weight: Orden de posición
|
|
75
68
|
assembly_user_role:
|
|
76
69
|
email: Correo electrónico
|
|
77
70
|
name: Nombre
|
|
@@ -81,7 +74,7 @@ es-PY:
|
|
|
81
74
|
assembly:
|
|
82
75
|
attributes:
|
|
83
76
|
document:
|
|
84
|
-
|
|
77
|
+
allowed_file_content_types: 'Tipo de documento no válido. Los formatos aceptados son: %{types}'
|
|
85
78
|
activerecord:
|
|
86
79
|
models:
|
|
87
80
|
decidim/assembly:
|
|
@@ -250,6 +243,9 @@ es-PY:
|
|
|
250
243
|
admin_log:
|
|
251
244
|
assembly:
|
|
252
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}"
|
|
253
249
|
publish: "%{user_name} publicó la asamblea %{resource_name}"
|
|
254
250
|
unpublish: "%{user_name} despublicó la asamblea %{resource_name}"
|
|
255
251
|
update: "%{user_name} actualizó la asamblea %{resource_name}"
|
|
@@ -278,7 +274,7 @@ es-PY:
|
|
|
278
274
|
duration_help: Si la duración de esta asamblea es limitada, selecciona la fecha de finalización. De lo contrario, aparecerá como indefinida.
|
|
279
275
|
filters: Filtros
|
|
280
276
|
images: Imágenes
|
|
281
|
-
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.
|
|
282
278
|
metadata: Metadatos
|
|
283
279
|
other: Otro
|
|
284
280
|
select_a_created_by: Selecciona creada por
|
|
@@ -378,11 +374,11 @@ es-PY:
|
|
|
378
374
|
closing_date: Fecha de cierre
|
|
379
375
|
composition: Composición
|
|
380
376
|
created_by: Creado por
|
|
381
|
-
creation_date: Fecha de
|
|
377
|
+
creation_date: Fecha de creación
|
|
382
378
|
developer_group: Grupo promotor
|
|
383
379
|
duration: Duración
|
|
384
380
|
included_at: Incluido en
|
|
385
|
-
indefinite_duration:
|
|
381
|
+
indefinite_duration: Indefinido
|
|
386
382
|
internal_organisation: Organización interna
|
|
387
383
|
is_transparent:
|
|
388
384
|
'false': opaco
|
data/config/locales/es.yml
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
|
+
---
|
|
1
2
|
es:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
4
5
|
assemblies_setting:
|
|
5
6
|
enable_organization_chart: Habilitar organigrama
|
|
6
|
-
assemblies_type:
|
|
7
|
-
title: Título
|
|
8
7
|
assembly:
|
|
9
|
-
announcement: Aviso
|
|
10
8
|
area_id: Área
|
|
11
9
|
assembly_type: Tipo de asamblea
|
|
12
10
|
assembly_type_other: Otro tipo de asamblea
|
|
@@ -25,16 +23,12 @@ es:
|
|
|
25
23
|
decidim_scope_id: Ámbito
|
|
26
24
|
description: Descripción
|
|
27
25
|
developer_group: Grupo promotor
|
|
28
|
-
document: Documento
|
|
29
26
|
domain: Dominio
|
|
30
27
|
duration: Duración
|
|
31
28
|
facebook: Facebook
|
|
32
29
|
github: GitHub
|
|
33
30
|
hashtag: Hashtag
|
|
34
31
|
hero_image: Imagen de portada
|
|
35
|
-
import_attachments: Importar archivos adjuntos
|
|
36
|
-
import_categories: Importar categorias
|
|
37
|
-
import_components: Importar componentes
|
|
38
32
|
included_at: Incluido en
|
|
39
33
|
instagram: Instagram
|
|
40
34
|
internal_organisation: Organización interna
|
|
@@ -71,7 +65,6 @@ es:
|
|
|
71
65
|
non_user_avatar: Avatar
|
|
72
66
|
position: Posición
|
|
73
67
|
user_id: Participante o grupo
|
|
74
|
-
weight: Orden de posición
|
|
75
68
|
assembly_user_role:
|
|
76
69
|
email: Correo electrónico
|
|
77
70
|
name: Nombre
|
|
@@ -81,7 +74,7 @@ es:
|
|
|
81
74
|
assembly:
|
|
82
75
|
attributes:
|
|
83
76
|
document:
|
|
84
|
-
|
|
77
|
+
allowed_file_content_types: 'Tipo de documento no válido. Los formatos aceptados son: %{types}'
|
|
85
78
|
activerecord:
|
|
86
79
|
models:
|
|
87
80
|
decidim/assembly:
|
|
@@ -250,6 +243,9 @@ es:
|
|
|
250
243
|
admin_log:
|
|
251
244
|
assembly:
|
|
252
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}"
|
|
253
249
|
publish: "%{user_name} publicó la asamblea %{resource_name}"
|
|
254
250
|
unpublish: "%{user_name} despublicó la asamblea %{resource_name}"
|
|
255
251
|
update: "%{user_name} actualizó la asamblea %{resource_name}"
|
|
@@ -278,11 +274,11 @@ es:
|
|
|
278
274
|
duration_help: Si la duración de esta asamblea es limitada, selecciona la fecha de finalización. De lo contrario, aparecerá como indefinida.
|
|
279
275
|
filters: Filtros
|
|
280
276
|
images: Imágenes
|
|
281
|
-
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.
|
|
282
278
|
metadata: Metadatos
|
|
283
279
|
other: Otro
|
|
284
280
|
select_a_created_by: Selecciona una creadora
|
|
285
|
-
select_an_area:
|
|
281
|
+
select_an_area: Seleccione un Área
|
|
286
282
|
select_an_assembly_type: Selecciona un tipo de asamblea
|
|
287
283
|
select_parent_assembly: Selecciona una asamblea principal
|
|
288
284
|
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 +371,10 @@ es:
|
|
|
375
371
|
area: Área
|
|
376
372
|
assembly_type: Tipo de asambleas
|
|
377
373
|
children: Asambleas
|
|
378
|
-
closing_date: Fecha de
|
|
374
|
+
closing_date: Fecha de finalización
|
|
379
375
|
composition: Composición
|
|
380
376
|
created_by: Creado por
|
|
381
|
-
creation_date: Fecha de
|
|
377
|
+
creation_date: Fecha de creación
|
|
382
378
|
developer_group: Grupo promotor
|
|
383
379
|
duration: Duración
|
|
384
380
|
included_at: Incluido en
|
|
@@ -401,7 +397,7 @@ es:
|
|
|
401
397
|
target: Quién participa
|
|
402
398
|
assembly_members:
|
|
403
399
|
assembly_member:
|
|
404
|
-
designated_on:
|
|
400
|
+
designated_on: Designado en
|
|
405
401
|
index:
|
|
406
402
|
title: Miembros
|
|
407
403
|
events:
|
data/config/locales/et.yml
CHANGED