decidim-assemblies 0.26.9 → 0.27.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (129) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/assemblies/content_blocks/highlighted_assemblies/show.erb +2 -2
  3. data/app/cells/decidim/assemblies/content_blocks/highlighted_assemblies_cell.rb +5 -5
  4. data/app/commands/decidim/assemblies/admin/copy_assembly.rb +10 -7
  5. data/app/commands/decidim/assemblies/admin/create_assemblies_type.rb +1 -1
  6. data/app/commands/decidim/assemblies/admin/create_assembly.rb +1 -1
  7. data/app/commands/decidim/assemblies/admin/create_assembly_member.rb +12 -12
  8. data/app/commands/decidim/assemblies/admin/destroy_assemblies_type.rb +1 -1
  9. data/app/commands/decidim/assemblies/admin/destroy_assembly_admin.rb +1 -6
  10. data/app/commands/decidim/assemblies/admin/destroy_assembly_member.rb +1 -1
  11. data/app/commands/decidim/assemblies/admin/import_assembly.rb +11 -7
  12. data/app/commands/decidim/assemblies/admin/notify_role_assigned_to_assembly.rb +1 -1
  13. data/app/commands/decidim/assemblies/admin/publish_assembly.rb +1 -1
  14. data/app/commands/decidim/assemblies/admin/unpublish_assembly.rb +1 -1
  15. data/app/commands/decidim/assemblies/admin/update_assemblies_setting.rb +1 -1
  16. data/app/commands/decidim/assemblies/admin/update_assemblies_type.rb +1 -1
  17. data/app/commands/decidim/assemblies/admin/update_assembly.rb +1 -1
  18. data/app/commands/decidim/assemblies/admin/update_assembly_member.rb +11 -11
  19. data/app/controllers/decidim/assemblies/admin/assemblies_types_controller.rb +1 -1
  20. data/app/controllers/decidim/assemblies/admin/assembly_copies_controller.rb +1 -1
  21. data/app/controllers/decidim/assemblies/admin/assembly_imports_controller.rb +1 -1
  22. data/app/controllers/decidim/assemblies/admin/assembly_members_controller.rb +1 -1
  23. data/app/controllers/decidim/assemblies/admin/reminders_controller.rb +14 -0
  24. data/app/controllers/decidim/assemblies/assemblies_controller.rb +6 -6
  25. data/app/events/decidim/role_assigned_to_assembly_event.rb +1 -1
  26. data/app/forms/decidim/assemblies/admin/assembly_import_form.rb +5 -6
  27. data/app/helpers/decidim/assemblies/filter_assemblies_helper.rb +10 -6
  28. data/app/models/decidim/assembly.rb +10 -4
  29. data/app/packs/src/decidim/assemblies/orgchart.js +52 -46
  30. data/app/permissions/decidim/assemblies/permissions.rb +45 -11
  31. data/app/presenters/decidim/assemblies/admin_log/assembly_presenter.rb +1 -1
  32. data/app/presenters/decidim/assemblies/assembly_stats_presenter.rb +4 -1
  33. data/app/presenters/decidim/assembly_member_presenter.rb +3 -5
  34. data/app/queries/decidim/assemblies/admin/admin_users.rb +1 -1
  35. data/app/queries/decidim/assemblies/admin/assembly_members.rb +1 -1
  36. data/app/queries/decidim/assemblies/assemblies_with_user_role.rb +1 -1
  37. data/app/queries/decidim/assemblies/filtered_assemblies.rb +1 -1
  38. data/app/queries/decidim/assemblies/organization_assemblies.rb +1 -1
  39. data/app/queries/decidim/assemblies/organization_prioritized_assemblies.rb +2 -2
  40. data/app/queries/decidim/assemblies/organization_published_assemblies.rb +2 -2
  41. data/app/queries/decidim/assemblies/parent_assemblies.rb +1 -1
  42. data/app/queries/decidim/assemblies/parent_assemblies_for_select.rb +1 -1
  43. data/app/queries/decidim/assemblies/prioritized_assemblies.rb +1 -1
  44. data/app/queries/decidim/assemblies/promoted_assemblies.rb +1 -1
  45. data/app/queries/decidim/assemblies/published_assemblies.rb +1 -1
  46. data/app/queries/decidim/assemblies/visible_assemblies.rb +1 -1
  47. data/app/serializers/decidim/assemblies/assembly_importer.rb +3 -4
  48. data/app/views/decidim/assemblies/_filter_by_type.html.erb +1 -1
  49. data/app/views/decidim/assemblies/admin/assemblies/_form.html.erb +2 -2
  50. data/app/views/decidim/assemblies/admin/assemblies/index.html.erb +2 -3
  51. data/app/views/decidim/assemblies/admin/assemblies/new.html.erb +0 -2
  52. data/app/views/decidim/assemblies/admin/assemblies_settings/edit.html.erb +0 -1
  53. data/app/views/decidim/assemblies/admin/assemblies_types/edit.html.erb +0 -1
  54. data/app/views/decidim/assemblies/admin/assemblies_types/index.html.erb +0 -2
  55. data/app/views/decidim/assemblies/admin/assemblies_types/new.html.erb +0 -1
  56. data/app/views/decidim/assemblies/assemblies/_promoted_assembly.html.erb +1 -1
  57. data/app/views/decidim/assemblies/assemblies/index.html.erb +3 -1
  58. data/app/views/decidim/assemblies/assemblies/show.html.erb +8 -6
  59. data/app/views/layouts/decidim/_assembly_header.html.erb +1 -1
  60. data/app/views/layouts/decidim/admin/assembly.html.erb +0 -1
  61. data/config/locales/am-ET.yml +1 -0
  62. data/config/locales/ar.yml +12 -74
  63. data/config/locales/bg.yml +1 -4
  64. data/config/locales/ca.yml +9 -13
  65. data/config/locales/cs.yml +26 -30
  66. data/config/locales/da.yml +1 -0
  67. data/config/locales/de.yml +20 -24
  68. data/config/locales/el.yml +13 -32
  69. data/config/locales/en.yml +6 -11
  70. data/config/locales/eo.yml +1 -0
  71. data/config/locales/es-MX.yml +10 -14
  72. data/config/locales/es-PY.yml +10 -14
  73. data/config/locales/es.yml +10 -14
  74. data/config/locales/et.yml +1 -0
  75. data/config/locales/eu.yml +187 -206
  76. data/config/locales/fi-plain.yml +11 -15
  77. data/config/locales/fi.yml +15 -19
  78. data/config/locales/fr-CA.yml +14 -18
  79. data/config/locales/fr.yml +22 -26
  80. data/config/locales/ga-IE.yml +2 -0
  81. data/config/locales/gl.yml +13 -9
  82. data/config/locales/hr.yml +1 -0
  83. data/config/locales/hu.yml +14 -56
  84. data/config/locales/id-ID.yml +12 -4
  85. data/config/locales/is-IS.yml +15 -9
  86. data/config/locales/it.yml +15 -11
  87. data/config/locales/ja.yml +10 -14
  88. data/config/locales/ko.yml +1 -0
  89. data/config/locales/lb.yml +12 -11
  90. data/config/locales/lt.yml +1 -470
  91. data/config/locales/lv.yml +10 -1
  92. data/config/locales/mt.yml +1 -0
  93. data/config/locales/nl.yml +30 -31
  94. data/config/locales/no.yml +13 -9
  95. data/config/locales/om-ET.yml +1 -0
  96. data/config/locales/pl.yml +11 -22
  97. data/config/locales/pt-BR.yml +14 -29
  98. data/config/locales/pt.yml +11 -7
  99. data/config/locales/ro-RO.yml +12 -22
  100. data/config/locales/ru.yml +13 -6
  101. data/config/locales/si-LK.yml +1 -0
  102. data/config/locales/sk.yml +1 -20
  103. data/config/locales/sl.yml +5 -15
  104. data/config/locales/so-SO.yml +1 -0
  105. data/config/locales/sr-CS.yml +1 -0
  106. data/config/locales/sv.yml +18 -20
  107. data/config/locales/sw-KE.yml +1 -0
  108. data/config/locales/ti-ER.yml +1 -0
  109. data/config/locales/tr-TR.yml +15 -24
  110. data/config/locales/uk.yml +13 -6
  111. data/config/locales/val-ES.yml +1 -0
  112. data/config/locales/vi.yml +1 -0
  113. data/config/locales/zh-CN.yml +11 -7
  114. data/config/locales/zh-TW.yml +1 -455
  115. data/lib/decidim/assemblies/admin_engine.rb +5 -4
  116. data/lib/decidim/assemblies/participatory_space.rb +9 -9
  117. data/lib/decidim/assemblies/test/factories.rb +0 -4
  118. data/lib/decidim/assemblies/version.rb +1 -1
  119. metadata +13 -50
  120. data/app/services/decidim/assemblies/assembly_search.rb +0 -18
  121. data/config/environment.rb +0 -3
  122. data/config/locales/fa-IR.yml +0 -1
  123. data/config/locales/gn-PY.yml +0 -1
  124. data/config/locales/ka-GE.yml +0 -1
  125. data/config/locales/kaa.yml +0 -60
  126. data/config/locales/lo-LA.yml +0 -1
  127. data/config/locales/oc-FR.yml +0 -1
  128. data/config/locales/sq-AL.yml +0 -1
  129. data/config/locales/th-TH.yml +0 -1
@@ -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: Reihenfolge
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
- invalid_document_type: 'Ungültiger Dokumenttyp. Zulässige Formate sind: %{valid_mime_types}'
77
+ allowed_file_content_types: 'Ungültiger Dokumenttyp Zulässige Formate sind: %{types}'
85
78
  activerecord:
86
79
  models:
87
80
  decidim/assembly:
@@ -115,7 +108,7 @@ de:
115
108
  title: Neues Gremium
116
109
  update:
117
110
  error: Beim Aktualisieren dieses Gremiums ist ein Fehler aufgetreten.
118
- success: Die Versammlung wurde erfolgreich aktualisiert.
111
+ success: Das Gremium wurde erfolgreich aktualisiert.
119
112
  assemblies_copies:
120
113
  create:
121
114
  error: Beim Duplizieren dieses Gremiums ist ein Fehler aufgetreten.
@@ -156,7 +149,7 @@ de:
156
149
  destroy:
157
150
  success: Mitglied wurde erfolgreich aus diesem Gremium entfernt.
158
151
  edit:
159
- title: Gremiumsmitglieder aktualisieren.
152
+ title: Aktualisieren Sie die Versammlungsmitglieder.
160
153
  update: Aktualisieren
161
154
  index:
162
155
  assembly_members_title: Gremienmitglieder
@@ -180,7 +173,7 @@ de:
180
173
  destroy:
181
174
  success: Benutzer wurde erfolgreich von dieser Assembly entfernt.
182
175
  edit:
183
- title: Gremienadmin aktualisieren.
176
+ title: Aktualisiere den Benutzer der Baugruppe
184
177
  update: Aktualisieren
185
178
  index:
186
179
  assembly_admins_title: Assembly Benutzer
@@ -211,11 +204,11 @@ de:
211
204
  models:
212
205
  assemblies_types:
213
206
  fields:
214
- created_at: Erstellt am
207
+ created_at: Hergestellt in
215
208
  title: Titel
216
209
  assembly:
217
210
  fields:
218
- created_at: Erstellt am
211
+ created_at: Hergestellt in
219
212
  private: Privat
220
213
  promoted: Hervorgehoben
221
214
  published: Veröffentlicht
@@ -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,14 +274,14 @@ 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 diese Baugruppe zu Decidim hinzugefügt wurde. Es muss nicht unbedingt mit dem Erstellungsdatum identisch sein.
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
285
281
  select_an_area: Wählen Sie einen Bereich
286
282
  select_an_assembly_type: Wählen Sie einen Gremiumstyp
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}'
283
+ select_parent_assembly: Wählen Sie die übergeordnete Baugruppe aus
284
+ slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diese Assembly verweisen. Akzeptiert nur Buchstaben, Zahlen und Bindestriche und muss mit einem Buchstaben beginnen. Beispiel: %{url}'
289
285
  social_handlers: Sozial
290
286
  title: Allgemeine Information
291
287
  visbility: Sichtweite
@@ -299,11 +295,11 @@ de:
299
295
  title: Titel
300
296
  assembly_copies:
301
297
  form:
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}'
298
+ slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diese Assembly verweisen. Akzeptiert nur Buchstaben, Zahlen und Bindestriche und muss mit einem Buchstaben beginnen. Beispiel: %{url}'
303
299
  assembly_imports:
304
300
  form:
305
301
  document_legend: Dokument hinzufügen
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}'
302
+ slug_help: 'URL-Slugs werden zum Generieren der URLs verwendet, die auf diese Versammlung verweisen. Akzeptiert nur Buchstaben, Zahlen und Bindestriche und muss mit einem Buchstaben beginnen. Beispiel: %{url}'
307
303
  assembly_members:
308
304
  form:
309
305
  existing_user: Existierender Benutzer
@@ -317,8 +313,8 @@ de:
317
313
  index:
318
314
  filter:
319
315
  all: Alle
320
- ceased: Eingestellt
321
- not_ceased: Nicht eingestellt
316
+ ceased: Aufgegeben
317
+ not_ceased: Nicht aufgehört
322
318
  filter_by: Filtern nach
323
319
  search: Suche
324
320
  content_blocks:
@@ -388,8 +384,8 @@ de:
388
384
  'false': undurchsichtig
389
385
  'true': transparent
390
386
  local_area: Organisationsbereich
391
- participatory_scope: Was wird entschieden?
392
- participatory_structure: Wie wird es entschieden?
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
@@ -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: Εικόνα banner
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,13 +261,13 @@ 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: Επιλέξτε «Δημιουργήθηκε από»
285
267
  select_an_area: Επιλέξτε «Τομέα»
286
268
  select_an_assembly_type: Επιλέξτε «Τύπο συνέλευσης»
287
269
  select_parent_assembly: Επιλέξτε «Γονική συνέλευση»
270
+ slug_help: 'Τα slug διεύθυνσης URL χρησιμοποιούνται για τη δημιουργία διευθύνσεων URL που οδηγούν σε αυτήν τη συνέλευση. Δέχεται μόνο γράμματα, αριθμούς και παύλες, και πρέπει να ξεκινά με γράμμα. Παράδειγμα: διεύθυνση %{url}'
288
271
  social_handlers: Μέσα κοινωνικής δικτύωσης
289
272
  title: Γενικές πληροφορίες
290
273
  visbility: Ορατότητα
@@ -296,33 +279,30 @@ el:
296
279
  assemblies_types:
297
280
  form:
298
281
  title: Τίτλος
282
+ assembly_copies:
283
+ form:
284
+ slug_help: 'Τα slug διεύθυνσης URL χρησιμοποιούνται για τη δημιουργία διευθύνσεων URL που οδηγούν σε αυτήν τη συνέλευση. Δέχεται μόνο γράμματα, αριθμούς και παύλες, και πρέπει να ξεκινά με γράμμα. Παράδειγμα: διεύθυνση %{url}'
299
285
  assembly_imports:
300
286
  form:
301
287
  document_legend: Προσθήκη εγγράφου
288
+ slug_help: 'Τα επιθέματα URL χρησιμοποιούνται για να δημιουργήσουν τα URL που δρομολογούν προς αυτή την συνέλευση. Εϊναι αποδεκτά μόνο γράμματα, αριθμοί και παύλες και πρέπει να ξεκινούν με γράμμα. Παράδειγμα: %{url}'
302
289
  assembly_members:
303
290
  form:
304
291
  existing_user: Υπάρχων συμμετέχων
305
- explanation: 'Οδηγίες για την εικόνα:'
306
- image_guide: Κατά προτίμηση μια εικόνα με οριζόντιο προσανατολισμό που δεν περιέχει κείμενο.
307
292
  non_user: Μη συμμετέχων
308
- non_user_avatar_help: Θα πρέπει να λάβετε τη συγκατάθεση των προσώπων πριν τα δημοσιεύσετε ως μέλος.
309
293
  select_a_position: Επιλέξτε θέση
310
294
  select_user: Επιλέξτε συμμετέχοντα
311
295
  user_type: Τύπος συμμετέχοντα
312
296
  index:
313
297
  filter:
314
298
  all: Όλα
299
+ ceased: Τέθηκε σε παύση
300
+ not_ceased: Δεν τέθηκε σε παύση
315
301
  filter_by: Φιλτράρισμα κατά
316
302
  search: Αναζήτηση
317
303
  content_blocks:
318
304
  highlighted_assemblies:
319
305
  max_results: Μέγιστη ποσότητα στοιχείων προς εμφάνιση
320
- new_import:
321
- accepted_types:
322
- json: JSON
323
- assemblies:
324
- show:
325
- title: Σχετικά με τη συνέλευση
326
306
  assembly_members:
327
307
  index:
328
308
  members: Μέλη
@@ -358,7 +338,9 @@ el:
358
338
  pages:
359
339
  home:
360
340
  highlighted_assemblies:
341
+ active_assemblies: Ενεργές συνελεύσεις
361
342
  assemblies_button_title: Σύνδεσμος προς τη σελίδα «Συνελεύσεις» που εμφανίζει όλες τις συνελεύσεις
343
+ see_all_assemblies: Δείτε όλες τις συνελεύσεις
362
344
  user_profile:
363
345
  member_of:
364
346
  member_of: Μέλος
@@ -373,6 +355,7 @@ el:
373
355
  developer_group: Ομάδα προώθησης
374
356
  duration: Διάρκεια
375
357
  included_at: Συμπεριλήφθηκε στις
358
+ indefinite_duration: Αόριστη
376
359
  internal_organisation: Εσωτερικός οργανισμός
377
360
  is_transparent:
378
361
  'false': αδιαφανής
@@ -387,7 +370,6 @@ el:
387
370
  related_participatory_processes: Σχετικές διαδικασίες συμμετοχής
388
371
  scope: Πεδίο εφαρμογής
389
372
  social_networks: Κοινωνικά δίκτυα
390
- social_networks_title: Επίσκεψη στη συνέλευση στις
391
373
  target: Ποιος συμμετέχει
392
374
  assembly_members:
393
375
  assembly_member:
@@ -398,7 +380,6 @@ el:
398
380
  assemblies:
399
381
  create_assembly_member:
400
382
  email_intro: Ένας διαχειριστής της συνέλευσης <a href="%{resource_url}">%{resource_name}</a> σας πρόσθεσε ως ένα από τα μέλη της.
401
- email_outro: Λάβατε αυτήν την ειδοποίηση επειδή έχετε προσκληθεί σε συνέλευση. Ελέγξτε τη <a href="%{resource_url}">σελίδα της συνέλευσης</a> για να συνεισφέρετε!
402
383
  email_subject: Έχετε προσκληθεί να γίνετε μέλος της συνέλευσης %{resource_name}!
403
384
  notification_title: Έχετε εγγραφεί ως μέλος της Συνέλευσης <a href="%{resource_path}">%{resource_name}</a>. Ελέγξτε τη <a href="%{resource_path}">σελίδα συνέλευσης</a> για να συνεισφέρετε!
404
385
  assembly:
@@ -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
- invalid_document_type: 'Invalid document type. Accepted formats are: %{valid_mime_types}'
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 Decidim. It does not necessarily have to be the same as the creation date.
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: Edit assembly type
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}'
@@ -1 +1,2 @@
1
+ ---
1
2
  eo:
@@ -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
- invalid_document_type: 'Tipo de documento invalido. Los formatos que se aceptan son: %{valid_mime_types}'
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 agregó este ensamblaje a Decidim. No necesariamente tiene que ser la misma que la fecha de creación.
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
@@ -317,8 +313,8 @@ es-MX:
317
313
  index:
318
314
  filter:
319
315
  all: Todas
320
- ceased: Cesada
321
- not_ceased: No cesada
316
+ ceased: Cesado
317
+ not_ceased: No cesado
322
318
  filter_by: Filtrado por
323
319
  search: Buscar
324
320
  content_blocks:
@@ -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 creacion
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: Indefinida
381
+ indefinite_duration: Indefinido
386
382
  internal_organisation: Organización interna
387
383
  is_transparent:
388
384
  'false': opaco
@@ -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
- invalid_document_type: 'Tipo de documento invalido. Los formatos que se aceptan son: %{valid_mime_types}'
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 agregó este ensamblaje a Decidim. No necesariamente tiene que ser la misma que la fecha de creación.
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
@@ -317,8 +313,8 @@ es-PY:
317
313
  index:
318
314
  filter:
319
315
  all: Todas
320
- ceased: Cesada
321
- not_ceased: No cesada
316
+ ceased: Cesado
317
+ not_ceased: No cesado
322
318
  filter_by: Filtrado por
323
319
  search: Buscar
324
320
  content_blocks:
@@ -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 creacion
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: Indefinida
381
+ indefinite_duration: Indefinido
386
382
  internal_organisation: Organización interna
387
383
  is_transparent:
388
384
  'false': opaco
@@ -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
- invalid_document_type: 'Tipo de documento inválido. Los formatos que se aceptan son: %{valid_mime_types}'
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 agregó esta asamblea a Decidim. No necesariamente tiene que ser la misma que la fecha de creación.
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: Selecciona un área
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 cierre
374
+ closing_date: Fecha de finalización
379
375
  composition: Composición
380
376
  created_by: Creado por
381
- creation_date: Fecha de creacion
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: 'Fecha de designación:'
400
+ designated_on: Designado en
405
401
  index:
406
402
  title: Miembros
407
403
  events:
@@ -1 +1,2 @@
1
+ ---
1
2
  et: