decidim-assemblies 0.26.4 → 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 -1
- data/app/commands/decidim/assemblies/admin/destroy_assembly_member.rb +1 -1
- data/app/commands/decidim/assemblies/admin/import_assembly.rb +11 -7
- data/app/commands/decidim/assemblies/admin/notify_role_assigned_to_assembly.rb +1 -1
- data/app/commands/decidim/assemblies/admin/publish_assembly.rb +1 -1
- data/app/commands/decidim/assemblies/admin/unpublish_assembly.rb +1 -1
- data/app/commands/decidim/assemblies/admin/update_assemblies_setting.rb +1 -1
- data/app/commands/decidim/assemblies/admin/update_assemblies_type.rb +1 -1
- data/app/commands/decidim/assemblies/admin/update_assembly.rb +1 -1
- data/app/commands/decidim/assemblies/admin/update_assembly_member.rb +11 -11
- data/app/controllers/decidim/assemblies/admin/assembly_copies_controller.rb +1 -1
- data/app/controllers/decidim/assemblies/admin/assembly_imports_controller.rb +1 -1
- data/app/controllers/decidim/assemblies/admin/reminders_controller.rb +14 -0
- data/app/controllers/decidim/assemblies/assemblies_controller.rb +6 -6
- data/app/events/decidim/role_assigned_to_assembly_event.rb +1 -1
- data/app/forms/decidim/assemblies/admin/assembly_import_form.rb +5 -6
- data/app/helpers/decidim/assemblies/filter_assemblies_helper.rb +10 -6
- data/app/models/decidim/assembly.rb +10 -4
- data/app/packs/src/decidim/assemblies/orgchart.js +52 -46
- data/app/permissions/decidim/assemblies/permissions.rb +45 -11
- data/app/presenters/decidim/assemblies/admin_log/assembly_presenter.rb +1 -1
- data/app/presenters/decidim/assemblies/assembly_stats_presenter.rb +4 -1
- data/app/presenters/decidim/assembly_member_presenter.rb +3 -5
- data/app/queries/decidim/assemblies/admin/admin_users.rb +1 -1
- data/app/queries/decidim/assemblies/admin/assembly_members.rb +1 -1
- data/app/queries/decidim/assemblies/assemblies_with_user_role.rb +1 -1
- data/app/queries/decidim/assemblies/filtered_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/organization_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/organization_prioritized_assemblies.rb +2 -2
- data/app/queries/decidim/assemblies/organization_published_assemblies.rb +2 -2
- data/app/queries/decidim/assemblies/parent_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/parent_assemblies_for_select.rb +1 -1
- data/app/queries/decidim/assemblies/prioritized_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/promoted_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/published_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/visible_assemblies.rb +1 -1
- data/app/serializers/decidim/assemblies/assembly_importer.rb +3 -4
- data/app/views/decidim/assemblies/_filter_by_type.html.erb +1 -1
- data/app/views/decidim/assemblies/admin/assemblies/index.html.erb +2 -2
- data/app/views/decidim/assemblies/assemblies/_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 +3 -1
- data/app/views/layouts/decidim/_assembly_header.html.erb +1 -1
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +1 -1
- data/config/locales/bg.yml +1 -0
- data/config/locales/ca.yml +6 -2
- data/config/locales/cs.yml +14 -10
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +6 -2
- data/config/locales/el.yml +1 -7
- data/config/locales/en.yml +5 -2
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +6 -2
- data/config/locales/es-PY.yml +6 -2
- data/config/locales/es.yml +6 -2
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +1 -7
- data/config/locales/fi-plain.yml +6 -2
- data/config/locales/fi.yml +6 -2
- data/config/locales/fr-CA.yml +6 -2
- data/config/locales/fr.yml +11 -7
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +2 -7
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +3 -44
- data/config/locales/id-ID.yml +1 -1
- data/config/locales/is-IS.yml +2 -3
- data/config/locales/it.yml +1 -7
- data/config/locales/ja.yml +6 -2
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +1 -6
- data/config/locales/lt.yml +1 -469
- data/config/locales/lv.yml +1 -1
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +18 -29
- data/config/locales/no.yml +1 -7
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +2 -2
- data/config/locales/pt-BR.yml +2 -8
- data/config/locales/pt.yml +1 -7
- data/config/locales/ro-RO.yml +1 -11
- data/config/locales/ru.yml +1 -3
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +1 -2
- data/config/locales/sl.yml +1 -8
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +1 -0
- data/config/locales/sv.yml +2 -7
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +1 -7
- data/config/locales/uk.yml +1 -3
- data/config/locales/val-ES.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +1 -7
- data/config/locales/zh-TW.yml +1 -0
- data/lib/decidim/assemblies/admin_engine.rb +5 -4
- data/lib/decidim/assemblies/participatory_space.rb +9 -9
- data/lib/decidim/assemblies/version.rb +1 -1
- metadata +13 -16
- data/app/services/decidim/assemblies/assembly_search.rb +0 -18
- data/config/locales/gn-PY.yml +0 -1
- data/config/locales/lo-LA.yml +0 -1
- data/config/locales/oc-FR.yml +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div class="process-header">
|
|
2
2
|
<div class="process-header__inner">
|
|
3
3
|
<div class="row column process-header__main"
|
|
4
|
-
style="background-image:url(
|
|
4
|
+
style="background-image:url(<%= current_participatory_space.attached_uploader(:banner_image).path %>);">
|
|
5
5
|
</div>
|
|
6
6
|
<div class="process-header__container row collapse column">
|
|
7
7
|
<div class="columns mediumlarge-8 process-header__info">
|
data/config/locales/am-ET.yml
CHANGED
data/config/locales/ar.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
ar:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -252,7 +253,6 @@ ar:
|
|
|
252
253
|
duration_help: إذا كانت مدة هذه الجمعية محدودة ، فحدد تاريخ الانتهاء. خلاف ذلك ، سوف يظهر على أنه غير مسمى.
|
|
253
254
|
filters: مرشحات
|
|
254
255
|
images: الصور
|
|
255
|
-
included_at_help: حدد التاريخ الذي تمت فيه إضافة هذه الجمعية إلى Decidim. ليس بالضرورة أن يكون هو نفسه تاريخ الإنشاء.
|
|
256
256
|
metadata: البيانات الوصفية
|
|
257
257
|
other: آخر
|
|
258
258
|
select_a_created_by: حدد تم إنشاؤها بواسطة
|
data/config/locales/bg.yml
CHANGED
data/config/locales/ca.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
ca:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -73,7 +74,7 @@ ca:
|
|
|
73
74
|
assembly:
|
|
74
75
|
attributes:
|
|
75
76
|
document:
|
|
76
|
-
|
|
77
|
+
allowed_file_content_types: 'Tipus de document no vàlid. Els formats acceptats són: %{types}'
|
|
77
78
|
activerecord:
|
|
78
79
|
models:
|
|
79
80
|
decidim/assembly:
|
|
@@ -242,6 +243,9 @@ ca:
|
|
|
242
243
|
admin_log:
|
|
243
244
|
assembly:
|
|
244
245
|
create: "%{user_name} ha creat l'assemblea %{resource_name}"
|
|
246
|
+
duplicate: "%{user_name} ha duplicat la assemblea %{resource_name}"
|
|
247
|
+
export: "%{user_name} ha exportat l'assemblea %{resource_name}"
|
|
248
|
+
import: "%{user_name} ha importat l'assemblea %{resource_name}"
|
|
245
249
|
publish: "%{user_name} ha publicat l'assemblea %{resource_name}"
|
|
246
250
|
unpublish: "%{user_name} ha despublicat l'assemblea %{resource_name}"
|
|
247
251
|
update: "%{user_name} ha actualitzat l'assemblea %{resource_name}"
|
|
@@ -270,7 +274,7 @@ ca:
|
|
|
270
274
|
duration_help: Si la durada d'aquesta assemblea és limitada, selecciona la data de finalització. En cas contrari, apareixerà com a indefinida.
|
|
271
275
|
filters: Filtres
|
|
272
276
|
images: Imatges
|
|
273
|
-
included_at_help: Selecciona la data en què es va afegir
|
|
277
|
+
included_at_help: Selecciona la data en què es va afegir aquesta assemblea a la plataforma. No necessàriament ha de ser la mateixa que la data de creació.
|
|
274
278
|
metadata: Metadades
|
|
275
279
|
other: Altre
|
|
276
280
|
select_a_created_by: Selecciona una creadora
|
data/config/locales/cs.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
cs:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -66,14 +67,14 @@ cs:
|
|
|
66
67
|
user_id: Uživatel
|
|
67
68
|
assembly_user_role:
|
|
68
69
|
email: E-mail
|
|
69
|
-
name:
|
|
70
|
+
name: název
|
|
70
71
|
role: Role
|
|
71
72
|
errors:
|
|
72
73
|
models:
|
|
73
74
|
assembly:
|
|
74
75
|
attributes:
|
|
75
76
|
document:
|
|
76
|
-
|
|
77
|
+
allowed_file_content_types: 'Neplatný typ dokumentu. Přijatelné formáty jsou: %{types}'
|
|
77
78
|
activerecord:
|
|
78
79
|
models:
|
|
79
80
|
decidim/assembly:
|
|
@@ -136,7 +137,7 @@ cs:
|
|
|
136
137
|
success: Typ shromáždění byl úspěšně aktualizován.
|
|
137
138
|
assembly_copies:
|
|
138
139
|
new:
|
|
139
|
-
copy:
|
|
140
|
+
copy: kopírovat
|
|
140
141
|
select: Vyberte, která data chcete duplikovat
|
|
141
142
|
title: Zduplikovat shromáždění
|
|
142
143
|
assembly_imports:
|
|
@@ -223,18 +224,18 @@ cs:
|
|
|
223
224
|
fields:
|
|
224
225
|
ceased_date: Datum ukončení
|
|
225
226
|
designation_date: Datum označení
|
|
226
|
-
full_name:
|
|
227
|
+
full_name: název
|
|
227
228
|
position: Pozice
|
|
228
229
|
name: Člen
|
|
229
230
|
positions:
|
|
230
|
-
other:
|
|
231
|
+
other: jiný
|
|
231
232
|
president: Prezident
|
|
232
233
|
secretary: Tajemník
|
|
233
|
-
vice_president:
|
|
234
|
+
vice_president: Víceprezident
|
|
234
235
|
assembly_user_role:
|
|
235
236
|
fields:
|
|
236
237
|
email: E-mail
|
|
237
|
-
name:
|
|
238
|
+
name: název
|
|
238
239
|
role: Role
|
|
239
240
|
name: Administrátor shromáždění
|
|
240
241
|
roles:
|
|
@@ -248,6 +249,9 @@ cs:
|
|
|
248
249
|
admin_log:
|
|
249
250
|
assembly:
|
|
250
251
|
create: "%{user_name} vytvořil %{resource_name} shromáždění"
|
|
252
|
+
duplicate: "%{user_name} zkopíroval shromáždění %{resource_name}"
|
|
253
|
+
export: "%{user_name} exportoval shromáždění %{resource_name}"
|
|
254
|
+
import: "%{user_name} importoval shromáždění %{resource_name}"
|
|
251
255
|
publish: "%{user_name} publikoval %{resource_name} shromáždění"
|
|
252
256
|
unpublish: "%{user_name} odebral %{resource_name} shromáždění"
|
|
253
257
|
update: "%{user_name} aktualizoval shromáždění %{resource_name}"
|
|
@@ -275,10 +279,10 @@ cs:
|
|
|
275
279
|
duration: Doba trvání
|
|
276
280
|
duration_help: Pokud je doba trvání tohoto shromáždění omezená, zvolte konečné datum, jinak se objeví jako neurčitá.
|
|
277
281
|
filters: Filtry
|
|
278
|
-
images:
|
|
279
|
-
included_at_help: Vyberte datum, kdy
|
|
282
|
+
images: snímky
|
|
283
|
+
included_at_help: Vyberte datum, kdy byla tato sestava přidána na platformu. Nemusí být nutně stejné jako datum vytvoření.
|
|
280
284
|
metadata: Metadata
|
|
281
|
-
other:
|
|
285
|
+
other: jiný
|
|
282
286
|
select_a_created_by: Vybrat vytvořeno od
|
|
283
287
|
select_an_area: Vyberte oblast
|
|
284
288
|
select_an_assembly_type: Vyberte typ shromáždění
|
data/config/locales/da.yml
CHANGED
data/config/locales/de.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
de:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -73,7 +74,7 @@ de:
|
|
|
73
74
|
assembly:
|
|
74
75
|
attributes:
|
|
75
76
|
document:
|
|
76
|
-
|
|
77
|
+
allowed_file_content_types: 'Ungültiger Dokumenttyp Zulässige Formate sind: %{types}'
|
|
77
78
|
activerecord:
|
|
78
79
|
models:
|
|
79
80
|
decidim/assembly:
|
|
@@ -242,6 +243,9 @@ de:
|
|
|
242
243
|
admin_log:
|
|
243
244
|
assembly:
|
|
244
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"
|
|
245
249
|
publish: "%{user_name} hat das Gremium %{resource_name} veröffentlicht"
|
|
246
250
|
unpublish: "%{user_name} hat das Gremium %{resource_name} auf \"unveröffentlicht\" gesetzt"
|
|
247
251
|
update: "%{user_name} hat das Gremium %{resource_name} aktualisiert"
|
|
@@ -270,7 +274,7 @@ de:
|
|
|
270
274
|
duration_help: Wenn die Dauer dieser Assembly begrenzt ist, wählen Sie das Enddatum aus. Andernfalls wird es als unbestimmt angezeigt.
|
|
271
275
|
filters: Filter
|
|
272
276
|
images: Bilder
|
|
273
|
-
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.
|
|
274
278
|
metadata: Metadaten
|
|
275
279
|
other: Andere
|
|
276
280
|
select_a_created_by: Wählen Sie eine erstellt von aus
|
data/config/locales/el.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
el:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -67,12 +68,6 @@ el:
|
|
|
67
68
|
email: Email
|
|
68
69
|
name: Όνομα
|
|
69
70
|
role: Ρόλος
|
|
70
|
-
errors:
|
|
71
|
-
models:
|
|
72
|
-
assembly:
|
|
73
|
-
attributes:
|
|
74
|
-
document:
|
|
75
|
-
invalid_document_type: 'Μη έγκυρος τύπος εγγράφου. Οι αποδεκτές μορφές είναι: %{valid_mime_types}'
|
|
76
71
|
activerecord:
|
|
77
72
|
models:
|
|
78
73
|
decidim/assembly:
|
|
@@ -266,7 +261,6 @@ el:
|
|
|
266
261
|
duration_help: Εάν η διάρκεια αυτής της συνέλευσης είναι περιορισμένη, επιλέξτε την ημερομηνία λήξης. Διαφορετικά, θα εμφανίζεται ως απεριόριστη.
|
|
267
262
|
filters: Φίλτρα
|
|
268
263
|
images: Εικόνες
|
|
269
|
-
included_at_help: Επιλέξτε την ημερομηνία προσθήκης αυτής της συνέλευσης στο Decidim. Δεν χρειάζεται απαραίτητα να είναι ίδια με την ημερομηνία δημιουργίας.
|
|
270
264
|
metadata: Μεταδεδομένα
|
|
271
265
|
other: Άλλο
|
|
272
266
|
select_a_created_by: Επιλέξτε «Δημιουργήθηκε από»
|
data/config/locales/en.yml
CHANGED
|
@@ -74,7 +74,7 @@ en:
|
|
|
74
74
|
assembly:
|
|
75
75
|
attributes:
|
|
76
76
|
document:
|
|
77
|
-
|
|
77
|
+
allowed_file_content_types: 'Invalid document type. Accepted formats are: %{types}'
|
|
78
78
|
activerecord:
|
|
79
79
|
models:
|
|
80
80
|
decidim/assembly:
|
|
@@ -243,6 +243,9 @@ en:
|
|
|
243
243
|
admin_log:
|
|
244
244
|
assembly:
|
|
245
245
|
create: "%{user_name} created the %{resource_name} assembly"
|
|
246
|
+
duplicate: "%{user_name} duplicated the %{resource_name} assembly"
|
|
247
|
+
export: "%{user_name} exported the %{resource_name} assembly"
|
|
248
|
+
import: "%{user_name} imported the %{resource_name} assembly"
|
|
246
249
|
publish: "%{user_name} published the %{resource_name} assembly"
|
|
247
250
|
unpublish: "%{user_name} unpublished the %{resource_name} assembly"
|
|
248
251
|
update: "%{user_name} updated the %{resource_name} assembly"
|
|
@@ -271,7 +274,7 @@ en:
|
|
|
271
274
|
duration_help: If the duration of this assembly is limited, select the end date. Otherwise, it will appear as indefinite.
|
|
272
275
|
filters: Filters
|
|
273
276
|
images: Images
|
|
274
|
-
included_at_help: Select the date when this assembly was added to
|
|
277
|
+
included_at_help: Select the date when this assembly was added to the platform. It does not necessarily have to be the same as the creation date.
|
|
275
278
|
metadata: Metadata
|
|
276
279
|
other: Other
|
|
277
280
|
select_a_created_by: Select a created by
|
data/config/locales/eo.yml
CHANGED
data/config/locales/es-MX.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
es-MX:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -73,7 +74,7 @@ es-MX:
|
|
|
73
74
|
assembly:
|
|
74
75
|
attributes:
|
|
75
76
|
document:
|
|
76
|
-
|
|
77
|
+
allowed_file_content_types: 'Tipo de documento inválido. Los formatos aceptados son: %{types}'
|
|
77
78
|
activerecord:
|
|
78
79
|
models:
|
|
79
80
|
decidim/assembly:
|
|
@@ -242,6 +243,9 @@ es-MX:
|
|
|
242
243
|
admin_log:
|
|
243
244
|
assembly:
|
|
244
245
|
create: "%{user_name} creó la asamblea %{resource_name}"
|
|
246
|
+
duplicate: "%{user_name} duplicó la asamblea %{resource_name}"
|
|
247
|
+
export: "%{user_name} exportó la asamblea %{resource_name}"
|
|
248
|
+
import: "%{user_name} importó la asamblea %{resource_name}"
|
|
245
249
|
publish: "%{user_name} publicó la asamblea %{resource_name}"
|
|
246
250
|
unpublish: "%{user_name} despublicó la asamblea %{resource_name}"
|
|
247
251
|
update: "%{user_name} actualizó la asamblea %{resource_name}"
|
|
@@ -270,7 +274,7 @@ es-MX:
|
|
|
270
274
|
duration_help: Si la duración de esta asamblea es limitada, selecciona la fecha de finalización. De lo contrario, aparecerá como indefinida.
|
|
271
275
|
filters: Filtros
|
|
272
276
|
images: Imágenes
|
|
273
|
-
included_at_help: Selecciona la fecha en que se
|
|
277
|
+
included_at_help: Selecciona la fecha en la que se añadió esta asamblea a la plataforma. No es necesario que sea la misma que la fecha de creación.
|
|
274
278
|
metadata: Metadatos
|
|
275
279
|
other: Otro
|
|
276
280
|
select_a_created_by: Selecciona creada por
|
data/config/locales/es-PY.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
es-PY:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -73,7 +74,7 @@ es-PY:
|
|
|
73
74
|
assembly:
|
|
74
75
|
attributes:
|
|
75
76
|
document:
|
|
76
|
-
|
|
77
|
+
allowed_file_content_types: 'Tipo de documento no válido. Los formatos aceptados son: %{types}'
|
|
77
78
|
activerecord:
|
|
78
79
|
models:
|
|
79
80
|
decidim/assembly:
|
|
@@ -242,6 +243,9 @@ es-PY:
|
|
|
242
243
|
admin_log:
|
|
243
244
|
assembly:
|
|
244
245
|
create: "%{user_name} creó la asamblea %{resource_name}"
|
|
246
|
+
duplicate: "%{user_name} ha duplicado la asamblea %{resource_name}"
|
|
247
|
+
export: "%{user_name} ha exportado la asamblea %{resource_name}"
|
|
248
|
+
import: "%{user_name} ha importado la asamblea %{resource_name}"
|
|
245
249
|
publish: "%{user_name} publicó la asamblea %{resource_name}"
|
|
246
250
|
unpublish: "%{user_name} despublicó la asamblea %{resource_name}"
|
|
247
251
|
update: "%{user_name} actualizó la asamblea %{resource_name}"
|
|
@@ -270,7 +274,7 @@ es-PY:
|
|
|
270
274
|
duration_help: Si la duración de esta asamblea es limitada, selecciona la fecha de finalización. De lo contrario, aparecerá como indefinida.
|
|
271
275
|
filters: Filtros
|
|
272
276
|
images: Imágenes
|
|
273
|
-
included_at_help: Selecciona la fecha en que se
|
|
277
|
+
included_at_help: Selecciona la fecha en la que se añadió esta asamblea a la plataforma. No necesariamente tiene que ser la misma que la fecha de creación.
|
|
274
278
|
metadata: Metadatos
|
|
275
279
|
other: Otro
|
|
276
280
|
select_a_created_by: Selecciona creada por
|
data/config/locales/es.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
es:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -73,7 +74,7 @@ es:
|
|
|
73
74
|
assembly:
|
|
74
75
|
attributes:
|
|
75
76
|
document:
|
|
76
|
-
|
|
77
|
+
allowed_file_content_types: 'Tipo de documento no válido. Los formatos aceptados son: %{types}'
|
|
77
78
|
activerecord:
|
|
78
79
|
models:
|
|
79
80
|
decidim/assembly:
|
|
@@ -242,6 +243,9 @@ es:
|
|
|
242
243
|
admin_log:
|
|
243
244
|
assembly:
|
|
244
245
|
create: "%{user_name} creó la asamblea %{resource_name}"
|
|
246
|
+
duplicate: "%{user_name} ha duplicado la asamblea %{resource_name}"
|
|
247
|
+
export: "%{user_name} ha exportado la asamblea %{resource_name}"
|
|
248
|
+
import: "%{user_name} ha importado la asamblea %{resource_name}"
|
|
245
249
|
publish: "%{user_name} publicó la asamblea %{resource_name}"
|
|
246
250
|
unpublish: "%{user_name} despublicó la asamblea %{resource_name}"
|
|
247
251
|
update: "%{user_name} actualizó la asamblea %{resource_name}"
|
|
@@ -270,7 +274,7 @@ es:
|
|
|
270
274
|
duration_help: Si la duración de esta asamblea es limitada, selecciona la fecha de finalización. De lo contrario, aparecerá como indefinida.
|
|
271
275
|
filters: Filtros
|
|
272
276
|
images: Imágenes
|
|
273
|
-
included_at_help: Selecciona la fecha en que se
|
|
277
|
+
included_at_help: Selecciona la fecha en la que se añadió esta asamblea a la plataforma. No necesariamente tiene que ser la misma que la fecha de creación.
|
|
274
278
|
metadata: Metadatos
|
|
275
279
|
other: Otro
|
|
276
280
|
select_a_created_by: Selecciona una creadora
|
data/config/locales/et.yml
CHANGED
data/config/locales/eu.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
eu:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -68,12 +69,6 @@ eu:
|
|
|
68
69
|
email: Emaila
|
|
69
70
|
name: izena
|
|
70
71
|
role: Role
|
|
71
|
-
errors:
|
|
72
|
-
models:
|
|
73
|
-
assembly:
|
|
74
|
-
attributes:
|
|
75
|
-
document:
|
|
76
|
-
invalid_document_type: 'Dokumentu-mota baliogabea da. Formatu hauek onartzen dira: %{valid_mime_types}'
|
|
77
72
|
activerecord:
|
|
78
73
|
models:
|
|
79
74
|
decidim/assembly:
|
|
@@ -270,7 +265,6 @@ eu:
|
|
|
270
265
|
duration_help: Muntaia honen iraupena mugatua bada, hautatu amaiera-data. Bestela, mugagabea izango da.
|
|
271
266
|
filters: iragazkiak
|
|
272
267
|
images: Irudiak
|
|
273
|
-
included_at_help: Hautatu muntaia hau Decidim-era gehitu denean. Ez du derrigorrez sorkuntzako data izan behar.
|
|
274
268
|
metadata: Metadata
|
|
275
269
|
other: Beste
|
|
276
270
|
select_a_created_by: Aukeratu egilea by egilea
|
data/config/locales/fi-plain.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
fi-pl:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -73,7 +74,7 @@ fi-pl:
|
|
|
73
74
|
assembly:
|
|
74
75
|
attributes:
|
|
75
76
|
document:
|
|
76
|
-
|
|
77
|
+
allowed_file_content_types: 'Virheellinen asiakirjan tyyppi. Hyväksytyt tiedostomuodot ovat: %{types}'
|
|
77
78
|
activerecord:
|
|
78
79
|
models:
|
|
79
80
|
decidim/assembly:
|
|
@@ -242,6 +243,9 @@ fi-pl:
|
|
|
242
243
|
admin_log:
|
|
243
244
|
assembly:
|
|
244
245
|
create: "%{user_name} loi %{resource_name} ryhmän"
|
|
246
|
+
duplicate: "%{user_name} kopioi ryhmän %{resource_name}"
|
|
247
|
+
export: "%{user_name} vei ryhmän %{resource_name}"
|
|
248
|
+
import: "%{user_name} toi ryhmän %{resource_name}"
|
|
245
249
|
publish: "%{user_name} julkaisi %{resource_name} ryhmän"
|
|
246
250
|
unpublish: "%{user_name} lopetti %{resource_name} ryhmän julkaisemisen"
|
|
247
251
|
update: "%{user_name} päivitti %{resource_name} ryhmän"
|
|
@@ -270,7 +274,7 @@ fi-pl:
|
|
|
270
274
|
duration_help: Jos ryhmän kesto on rajoitettu, valitse päättymispäivä. Muussa tapauksessa se näkyy määrittelemättömänä.
|
|
271
275
|
filters: Suodattimet
|
|
272
276
|
images: kuvat
|
|
273
|
-
included_at_help: Valitse päivämäärä, jolloin ryhmä lisättiin
|
|
277
|
+
included_at_help: Valitse päivämäärä, jolloin tämä ryhmä lisättiin alustalle. Sen ei välttämättä tarvitse olla sama kuin luontipäivä.
|
|
274
278
|
metadata: metadata
|
|
275
279
|
other: muut
|
|
276
280
|
select_a_created_by: Valitse luoja
|
data/config/locales/fi.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
fi:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -73,7 +74,7 @@ fi:
|
|
|
73
74
|
assembly:
|
|
74
75
|
attributes:
|
|
75
76
|
document:
|
|
76
|
-
|
|
77
|
+
allowed_file_content_types: 'Virheellinen asiakirjan tyyppi. Hyväksytyt tiedostomuodot ovat: %{types}'
|
|
77
78
|
activerecord:
|
|
78
79
|
models:
|
|
79
80
|
decidim/assembly:
|
|
@@ -242,6 +243,9 @@ fi:
|
|
|
242
243
|
admin_log:
|
|
243
244
|
assembly:
|
|
244
245
|
create: "%{user_name} loi %{resource_name} ryhmän"
|
|
246
|
+
duplicate: "%{user_name} kopioi ryhmän %{resource_name}"
|
|
247
|
+
export: "%{user_name} vei ryhmän %{resource_name}"
|
|
248
|
+
import: "%{user_name} toi ryhmän %{resource_name}"
|
|
245
249
|
publish: "%{user_name} julkaisi %{resource_name} ryhmän"
|
|
246
250
|
unpublish: "%{user_name} lopetti ryhmän %{resource_name} julkaisun"
|
|
247
251
|
update: "%{user_name} päivitti %{resource_name} ryhmän"
|
|
@@ -270,7 +274,7 @@ fi:
|
|
|
270
274
|
duration_help: Jos ryhmän kesto on rajoitettu, valitse päättymispäivä. Muussa tapauksessa se näkyy määrittelemättömänä.
|
|
271
275
|
filters: Suodattimet
|
|
272
276
|
images: Kuvat
|
|
273
|
-
included_at_help: Valitse päivämäärä, jolloin ryhmä lisättiin
|
|
277
|
+
included_at_help: Valitse päivämäärä, jolloin tämä ryhmä lisättiin alustalle. Sen ei välttämättä tarvitse olla sama kuin luontipäivä.
|
|
274
278
|
metadata: Metatiedot
|
|
275
279
|
other: Muut
|
|
276
280
|
select_a_created_by: Valitse luoja
|
data/config/locales/fr-CA.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
fr-CA:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -73,7 +74,7 @@ fr-CA:
|
|
|
73
74
|
assembly:
|
|
74
75
|
attributes:
|
|
75
76
|
document:
|
|
76
|
-
|
|
77
|
+
allowed_file_content_types: 'Type de document invalide. Les formats acceptés sont: %{types}'
|
|
77
78
|
activerecord:
|
|
78
79
|
models:
|
|
79
80
|
decidim/assembly:
|
|
@@ -242,6 +243,9 @@ fr-CA:
|
|
|
242
243
|
admin_log:
|
|
243
244
|
assembly:
|
|
244
245
|
create: "%{user_name} a créé l'assemblée %{resource_name}"
|
|
246
|
+
duplicate: "%{user_name} a dupliqué l'assemblée %{resource_name}"
|
|
247
|
+
export: "%{user_name} a exporté l'assemblée %{resource_name}"
|
|
248
|
+
import: "%{user_name} a importé l'assemblée %{resource_name}"
|
|
245
249
|
publish: "%{user_name} a publié l'assemblée %{resource_name}"
|
|
246
250
|
unpublish: "%{user_name} a dépublié l'assemblée %{resource_name}"
|
|
247
251
|
update: "%{user_name} a mis à jour l'assemblée %{resource_name}"
|
|
@@ -270,7 +274,7 @@ fr-CA:
|
|
|
270
274
|
duration_help: Si la durée de cette assemblée est limitée, sélectionnez la date de fin. Sinon sa durée ne sera pas limitée.
|
|
271
275
|
filters: Filtres
|
|
272
276
|
images: Images
|
|
273
|
-
included_at_help: Sélectionnez la date à laquelle cet assemblée a été ajoutée à
|
|
277
|
+
included_at_help: Sélectionnez la date à laquelle cet assemblée a été ajoutée à la plateforme. Elle ne doit pas nécessairement être identique à la date de création.
|
|
274
278
|
metadata: Métadonnées
|
|
275
279
|
other: Autre
|
|
276
280
|
select_a_created_by: Sélectionnez un créateur
|
data/config/locales/fr.yml
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
+
---
|
|
1
2
|
fr:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
4
5
|
assemblies_setting:
|
|
5
6
|
enable_organization_chart: Activer le schéma d'assemblée
|
|
6
7
|
assembly:
|
|
7
|
-
area_id:
|
|
8
|
+
area_id: Zone d'application
|
|
8
9
|
assembly_type: Type d'assemblée
|
|
9
10
|
assembly_type_other: Autre type d'assemblée
|
|
10
11
|
banner_image: Image d'en-tête
|
|
@@ -17,7 +18,7 @@ fr:
|
|
|
17
18
|
created_by: Créé par
|
|
18
19
|
created_by_other: Si "autres", précisez
|
|
19
20
|
creation_date: Date de création
|
|
20
|
-
decidim_area_id:
|
|
21
|
+
decidim_area_id: Zone d'application
|
|
21
22
|
decidim_assemblies_type_id: Type d'assemblée
|
|
22
23
|
decidim_scope_id: Périmètre d'application
|
|
23
24
|
description: Description
|
|
@@ -43,7 +44,7 @@ fr:
|
|
|
43
44
|
published_at: Publiée à
|
|
44
45
|
purpose_of_action: But de l'action
|
|
45
46
|
scope_id: Périmètre d'application
|
|
46
|
-
scopes_enabled:
|
|
47
|
+
scopes_enabled: Périmètres d'application activés
|
|
47
48
|
short_description: Résumé
|
|
48
49
|
show_statistics: Afficher les statistiques
|
|
49
50
|
slug: Identifiant
|
|
@@ -73,7 +74,7 @@ fr:
|
|
|
73
74
|
assembly:
|
|
74
75
|
attributes:
|
|
75
76
|
document:
|
|
76
|
-
|
|
77
|
+
allowed_file_content_types: 'Type de document invalide. Les formats acceptés sont: %{types}'
|
|
77
78
|
activerecord:
|
|
78
79
|
models:
|
|
79
80
|
decidim/assembly:
|
|
@@ -242,6 +243,9 @@ fr:
|
|
|
242
243
|
admin_log:
|
|
243
244
|
assembly:
|
|
244
245
|
create: "%{user_name} a créé l'assemblée %{resource_name}"
|
|
246
|
+
duplicate: "%{user_name} a dupliqué l'assemblée %{resource_name}"
|
|
247
|
+
export: "%{user_name} a exporté l'assemblée %{resource_name}"
|
|
248
|
+
import: "%{user_name} a importé l'assemblée %{resource_name}"
|
|
245
249
|
publish: "%{user_name} a publié l'assemblée %{resource_name}"
|
|
246
250
|
unpublish: "%{user_name} a dépublié l'assemblée %{resource_name}"
|
|
247
251
|
update: "%{user_name} a mis à jour l'assemblée %{resource_name}"
|
|
@@ -270,11 +274,11 @@ fr:
|
|
|
270
274
|
duration_help: Si la durée de cette assemblée est limitée, sélectionnez la date de fin. Sinon sa durée ne sera pas limitée.
|
|
271
275
|
filters: Filtres
|
|
272
276
|
images: Images
|
|
273
|
-
included_at_help: Sélectionnez la date à laquelle cet assemblée a été ajoutée à
|
|
277
|
+
included_at_help: Sélectionnez la date à laquelle cet assemblée a été ajoutée à la plateforme. Elle ne doit pas nécessairement être identique à la date de création.
|
|
274
278
|
metadata: Métadonnées
|
|
275
279
|
other: Autre
|
|
276
280
|
select_a_created_by: Sélectionnez un créateur
|
|
277
|
-
select_an_area: Sélectionnez
|
|
281
|
+
select_an_area: Sélectionnez une zone d'application
|
|
278
282
|
select_an_assembly_type: Sélectionnez un type d'assemblée
|
|
279
283
|
select_parent_assembly: Sélectionnez l'assemblée parente
|
|
280
284
|
slug_help: 'Les identifiants d''URL sont utilisés pour générer les liens qui renvoient vers cette assemblée. N''accepte que des lettres, des chiffres et des tirets et doit commencer par une lettre. Exemple: %{url}'
|
|
@@ -364,7 +368,7 @@ fr:
|
|
|
364
368
|
member_of:
|
|
365
369
|
member_of: Membre de
|
|
366
370
|
show:
|
|
367
|
-
area:
|
|
371
|
+
area: Zone d'application
|
|
368
372
|
assembly_type: Type d'assemblée
|
|
369
373
|
children: Sous-assemblées
|
|
370
374
|
closing_date: Date de clôture
|
data/config/locales/ga-IE.yml
CHANGED
data/config/locales/gl.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
gl:
|
|
2
3
|
activemodel:
|
|
3
4
|
attributes:
|
|
@@ -68,12 +69,6 @@ gl:
|
|
|
68
69
|
email: Correo electrónico
|
|
69
70
|
name: Nome
|
|
70
71
|
role: Rol
|
|
71
|
-
errors:
|
|
72
|
-
models:
|
|
73
|
-
assembly:
|
|
74
|
-
attributes:
|
|
75
|
-
document:
|
|
76
|
-
invalid_document_type: 'Tipo de documento non válido. Formatos aceptados: %{valid_mime_types}'
|
|
77
72
|
activerecord:
|
|
78
73
|
models:
|
|
79
74
|
decidim/assembly:
|
|
@@ -270,7 +265,7 @@ gl:
|
|
|
270
265
|
duration_help: Se a duración deste conxunto é limitada, seleccione a data de finalización. Se non, aparecerá como indefinido.
|
|
271
266
|
filters: Filtros
|
|
272
267
|
images: Imaxes
|
|
273
|
-
included_at_help:
|
|
268
|
+
included_at_help: Selecciona a data na que engadiches esta xuntanza á plataforma. Non ten por que ser a mesma que a data de creación.
|
|
274
269
|
metadata: Metadatos
|
|
275
270
|
other: Outra
|
|
276
271
|
select_a_created_by: Seleccione un creado por
|
data/config/locales/hr.yml
CHANGED