decidim-assemblies 0.27.0 → 0.27.1
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/views/decidim/assemblies/assemblies/show.html.erb +1 -1
- data/config/locales/ca.yml +1 -1
- data/config/locales/cs.yml +1 -1
- data/config/locales/de.yml +1 -1
- data/config/locales/en.yml +1 -1
- data/config/locales/es-MX.yml +1 -1
- data/config/locales/es-PY.yml +1 -1
- data/config/locales/es.yml +1 -1
- data/config/locales/eu.yml +6 -0
- data/config/locales/fi-plain.yml +1 -1
- data/config/locales/fi.yml +1 -1
- data/config/locales/fr-CA.yml +1 -1
- data/config/locales/fr.yml +1 -1
- data/config/locales/gn-PY.yml +1 -0
- data/config/locales/hu.yml +0 -6
- data/config/locales/ja.yml +1 -1
- data/config/locales/lo-LA.yml +1 -0
- data/config/locales/lt.yml +0 -6
- data/config/locales/nl.yml +0 -6
- data/config/locales/pl.yml +4 -1
- data/config/locales/ro-RO.yml +13 -0
- data/lib/decidim/assemblies/admin_engine.rb +3 -1
- data/lib/decidim/assemblies/version.rb +1 -1
- metadata +10 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6eecb474cf83a284d92f151d54b2e507a31ab086f6cca0695726560ca2b0e74e
|
|
4
|
+
data.tar.gz: 17962257bca9f73e17c52fedabd261548b4f3f44819c69aec66e6c3c154198c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e18e30c012a3b52777bee05ec0d617453ae3ccaed48db74712952508ea5245c0bc14a0a744de56b02eea91b97bcb50cc807a57991216061130ee60fde55fc370
|
|
7
|
+
data.tar.gz: cfdd6735ad86a36b62d3f99b8233d0024a0b9eb1197a5d6f032b4b461bbb55c17d7b03b70e148136f9cc3e50edb576c425c18cf313db279a20b50ac284997d42
|
|
@@ -39,7 +39,7 @@ edit_link(
|
|
|
39
39
|
<div class="lead">
|
|
40
40
|
<%= decidim_sanitize_editor translated_attribute(current_participatory_space.short_description) %>
|
|
41
41
|
</div>
|
|
42
|
-
<%=
|
|
42
|
+
<%= decidim_sanitize_editor_admin translated_attribute(current_participatory_space.description) %>
|
|
43
43
|
|
|
44
44
|
<% if current_participatory_space.private_space? %>
|
|
45
45
|
<%= assembly_features(current_participatory_space) %>
|
data/config/locales/ca.yml
CHANGED
|
@@ -74,7 +74,7 @@ ca:
|
|
|
74
74
|
assembly:
|
|
75
75
|
attributes:
|
|
76
76
|
document:
|
|
77
|
-
allowed_file_content_types: 'Tipus de document no vàlid.
|
|
77
|
+
allowed_file_content_types: 'Tipus de document no vàlid. Només s''accepten arxius amb les següents extensions: %{types}'
|
|
78
78
|
activerecord:
|
|
79
79
|
models:
|
|
80
80
|
decidim/assembly:
|
data/config/locales/cs.yml
CHANGED
|
@@ -74,7 +74,7 @@ cs:
|
|
|
74
74
|
assembly:
|
|
75
75
|
attributes:
|
|
76
76
|
document:
|
|
77
|
-
allowed_file_content_types: 'Neplatný typ dokumentu.
|
|
77
|
+
allowed_file_content_types: 'Neplatný typ dokumentu. Jsou povoleny pouze soubory s následujícími příponami: %{types}'
|
|
78
78
|
activerecord:
|
|
79
79
|
models:
|
|
80
80
|
decidim/assembly:
|
data/config/locales/de.yml
CHANGED
|
@@ -74,7 +74,7 @@ de:
|
|
|
74
74
|
assembly:
|
|
75
75
|
attributes:
|
|
76
76
|
document:
|
|
77
|
-
allowed_file_content_types: 'Ungültiger
|
|
77
|
+
allowed_file_content_types: 'Ungültiger Dokumententyp. Nur Dateien mit folgenden Erweiterungen sind erlaubt: %{types}'
|
|
78
78
|
activerecord:
|
|
79
79
|
models:
|
|
80
80
|
decidim/assembly:
|
data/config/locales/en.yml
CHANGED
|
@@ -74,7 +74,7 @@ en:
|
|
|
74
74
|
assembly:
|
|
75
75
|
attributes:
|
|
76
76
|
document:
|
|
77
|
-
allowed_file_content_types: 'Invalid document type.
|
|
77
|
+
allowed_file_content_types: 'Invalid document type. Only files with the following extensions are allowed: %{types}'
|
|
78
78
|
activerecord:
|
|
79
79
|
models:
|
|
80
80
|
decidim/assembly:
|
data/config/locales/es-MX.yml
CHANGED
|
@@ -74,7 +74,7 @@ es-MX:
|
|
|
74
74
|
assembly:
|
|
75
75
|
attributes:
|
|
76
76
|
document:
|
|
77
|
-
allowed_file_content_types: 'Tipo de documento
|
|
77
|
+
allowed_file_content_types: 'Tipo de documento no válido. Sólo se permiten archivos con las siguientes extensiones: %{types}'
|
|
78
78
|
activerecord:
|
|
79
79
|
models:
|
|
80
80
|
decidim/assembly:
|
data/config/locales/es-PY.yml
CHANGED
|
@@ -74,7 +74,7 @@ es-PY:
|
|
|
74
74
|
assembly:
|
|
75
75
|
attributes:
|
|
76
76
|
document:
|
|
77
|
-
allowed_file_content_types: 'Tipo de documento no válido.
|
|
77
|
+
allowed_file_content_types: 'Tipo de documento no válido. Sólo se permiten archivos con las siguientes extensiones: %{types}'
|
|
78
78
|
activerecord:
|
|
79
79
|
models:
|
|
80
80
|
decidim/assembly:
|
data/config/locales/es.yml
CHANGED
|
@@ -74,7 +74,7 @@ es:
|
|
|
74
74
|
assembly:
|
|
75
75
|
attributes:
|
|
76
76
|
document:
|
|
77
|
-
allowed_file_content_types: 'Tipo de documento no válido.
|
|
77
|
+
allowed_file_content_types: 'Tipo de documento no válido. Sólo se permiten archivos con las siguientes extensiones: %{types}'
|
|
78
78
|
activerecord:
|
|
79
79
|
models:
|
|
80
80
|
decidim/assembly:
|
data/config/locales/eu.yml
CHANGED
|
@@ -69,6 +69,12 @@ eu:
|
|
|
69
69
|
email: Emaila
|
|
70
70
|
name: izena
|
|
71
71
|
role: Role
|
|
72
|
+
errors:
|
|
73
|
+
models:
|
|
74
|
+
assembly:
|
|
75
|
+
attributes:
|
|
76
|
+
document:
|
|
77
|
+
allowed_file_content_types: 'Dokumentu mota hau ez da onartzen. Honako hauek onartzen dira: %{types}'
|
|
72
78
|
activerecord:
|
|
73
79
|
models:
|
|
74
80
|
decidim/assembly:
|
data/config/locales/fi-plain.yml
CHANGED
|
@@ -74,7 +74,7 @@ fi-pl:
|
|
|
74
74
|
assembly:
|
|
75
75
|
attributes:
|
|
76
76
|
document:
|
|
77
|
-
allowed_file_content_types: 'Virheellinen
|
|
77
|
+
allowed_file_content_types: 'Virheellinen tiedostomuoto. Ainoastaan seuraavat tiedostomuodot on sallittu: %{types}'
|
|
78
78
|
activerecord:
|
|
79
79
|
models:
|
|
80
80
|
decidim/assembly:
|
data/config/locales/fi.yml
CHANGED
|
@@ -74,7 +74,7 @@ fi:
|
|
|
74
74
|
assembly:
|
|
75
75
|
attributes:
|
|
76
76
|
document:
|
|
77
|
-
allowed_file_content_types: 'Virheellinen
|
|
77
|
+
allowed_file_content_types: 'Virheellinen tiedostomuoto. Ainoastaan seuraavat tiedostomuodot on sallittu: %{types}'
|
|
78
78
|
activerecord:
|
|
79
79
|
models:
|
|
80
80
|
decidim/assembly:
|
data/config/locales/fr-CA.yml
CHANGED
|
@@ -74,7 +74,7 @@ fr-CA:
|
|
|
74
74
|
assembly:
|
|
75
75
|
attributes:
|
|
76
76
|
document:
|
|
77
|
-
allowed_file_content_types: 'Type de document invalide.
|
|
77
|
+
allowed_file_content_types: 'Type de document invalide. Seuls les fichiers avec les extensions suivantes sont autorisés : %{types}'
|
|
78
78
|
activerecord:
|
|
79
79
|
models:
|
|
80
80
|
decidim/assembly:
|
data/config/locales/fr.yml
CHANGED
|
@@ -74,7 +74,7 @@ fr:
|
|
|
74
74
|
assembly:
|
|
75
75
|
attributes:
|
|
76
76
|
document:
|
|
77
|
-
allowed_file_content_types: 'Type de document invalide.
|
|
77
|
+
allowed_file_content_types: 'Type de document invalide. Seuls les fichiers avec les extensions suivantes sont autorisés : %{types}'
|
|
78
78
|
activerecord:
|
|
79
79
|
models:
|
|
80
80
|
decidim/assembly:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
gn:
|
data/config/locales/hu.yml
CHANGED
|
@@ -69,12 +69,6 @@ hu:
|
|
|
69
69
|
email: Email
|
|
70
70
|
name: Név
|
|
71
71
|
role: Szerep
|
|
72
|
-
errors:
|
|
73
|
-
models:
|
|
74
|
-
assembly:
|
|
75
|
-
attributes:
|
|
76
|
-
document:
|
|
77
|
-
allowed_file_content_types: 'Érvénytelen dokumentumtípus. Az elfogadott formátumok: %{types}'
|
|
78
72
|
activerecord:
|
|
79
73
|
models:
|
|
80
74
|
decidim/assembly:
|
data/config/locales/ja.yml
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
lo:
|
data/config/locales/lt.yml
CHANGED
|
@@ -69,12 +69,6 @@ lt:
|
|
|
69
69
|
email: El. paštas
|
|
70
70
|
name: Vardas
|
|
71
71
|
role: Rolė
|
|
72
|
-
errors:
|
|
73
|
-
models:
|
|
74
|
-
assembly:
|
|
75
|
-
attributes:
|
|
76
|
-
document:
|
|
77
|
-
allowed_file_content_types: 'Netinkamas dokumento tipas. Priimtini formatai: %{types}'
|
|
78
72
|
activerecord:
|
|
79
73
|
models:
|
|
80
74
|
decidim/assembly:
|
data/config/locales/nl.yml
CHANGED
data/config/locales/pl.yml
CHANGED
|
@@ -74,7 +74,7 @@ pl:
|
|
|
74
74
|
assembly:
|
|
75
75
|
attributes:
|
|
76
76
|
document:
|
|
77
|
-
allowed_file_content_types: 'Nieprawidłowy typ dokumentu.
|
|
77
|
+
allowed_file_content_types: 'Nieprawidłowy typ dokumentu. Dozwolone są tylko pliki z następującymi rozszerzeniami: %{types}'
|
|
78
78
|
activerecord:
|
|
79
79
|
models:
|
|
80
80
|
decidim/assembly:
|
|
@@ -249,6 +249,9 @@ pl:
|
|
|
249
249
|
admin_log:
|
|
250
250
|
assembly:
|
|
251
251
|
create: "%{user_name} utworzył(a) zespół %{resource_name}"
|
|
252
|
+
duplicate: "%{user_name} zduplikował(a) zespół %{resource_name}"
|
|
253
|
+
export: "%{user_name} wyeksportował(a) zespół %{resource_name}"
|
|
254
|
+
import: "%{user_name} zaimportował(a) zespół %{resource_name}"
|
|
252
255
|
publish: "%{user_name} upublicznił(a) zespół %{resource_name}"
|
|
253
256
|
unpublish: "%{user_name} anulował(a) publikację zespołu %{resource_name}"
|
|
254
257
|
update: "%{user_name} zaktualizował(a) zespół %{resource_name}"
|
data/config/locales/ro-RO.yml
CHANGED
|
@@ -69,6 +69,12 @@ ro:
|
|
|
69
69
|
email: E-mail
|
|
70
70
|
name: Nume
|
|
71
71
|
role: Rol
|
|
72
|
+
errors:
|
|
73
|
+
models:
|
|
74
|
+
assembly:
|
|
75
|
+
attributes:
|
|
76
|
+
document:
|
|
77
|
+
allowed_file_content_types: 'Tip de document invalid. Sunt permise numai fișiere cu următoarele extensii: %{types}'
|
|
72
78
|
activerecord:
|
|
73
79
|
models:
|
|
74
80
|
decidim/assembly:
|
|
@@ -240,6 +246,9 @@ ro:
|
|
|
240
246
|
admin_log:
|
|
241
247
|
assembly:
|
|
242
248
|
create: "%{user_name} a creat grupul de lucru %{resource_name}"
|
|
249
|
+
duplicate: "%{user_name} a actualizat adunarea %{resource_name}"
|
|
250
|
+
export: "%{user_name} a actualizat adunarea %{resource_name}"
|
|
251
|
+
import: "%{user_name} a actualizat adunarea %{resource_name}"
|
|
243
252
|
publish: "%{user_name} a publicat grupul de lucru %{resource_name}"
|
|
244
253
|
unpublish: "%{user_name} a anulat publicarea grupului de lucru %{resource_name}"
|
|
245
254
|
update: "%{user_name} a actualizat grupul de lucru %{resource_name}"
|
|
@@ -316,6 +325,9 @@ ro:
|
|
|
316
325
|
new_import:
|
|
317
326
|
accepted_types:
|
|
318
327
|
json: JSON
|
|
328
|
+
assemblies:
|
|
329
|
+
show:
|
|
330
|
+
title: Despre această adunare
|
|
319
331
|
assembly_members:
|
|
320
332
|
index:
|
|
321
333
|
members: Membri
|
|
@@ -383,6 +395,7 @@ ro:
|
|
|
383
395
|
related_participatory_processes: Procese participative asociate
|
|
384
396
|
scope: Domeniu de interes
|
|
385
397
|
social_networks: Rețele sociale
|
|
398
|
+
social_networks_title: Vizitează adunarea pe
|
|
386
399
|
target: Cine participă
|
|
387
400
|
assembly_members:
|
|
388
401
|
assembly_member:
|
|
@@ -103,7 +103,9 @@ module Decidim
|
|
|
103
103
|
decidim_admin_assemblies.assemblies_path,
|
|
104
104
|
icon_name: "dial",
|
|
105
105
|
position: 2.2,
|
|
106
|
-
active:
|
|
106
|
+
active: is_active_link?(decidim_admin_assemblies.assemblies_path) ||
|
|
107
|
+
is_active_link?(decidim_admin_assemblies.assemblies_types_path) ||
|
|
108
|
+
is_active_link?(decidim_admin_assemblies.edit_assemblies_settings_path),
|
|
107
109
|
if: allowed_to?(:enter, :space_area, space_name: :assemblies)
|
|
108
110
|
end
|
|
109
111
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-assemblies
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.27.
|
|
4
|
+
version: 0.27.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josep Jaume Rey Peroy
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2022-
|
|
13
|
+
date: 2022-11-15 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: decidim-core
|
|
@@ -18,42 +18,42 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - '='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.27.
|
|
21
|
+
version: 0.27.1
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
requirements:
|
|
26
26
|
- - '='
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
|
-
version: 0.27.
|
|
28
|
+
version: 0.27.1
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
30
30
|
name: decidim-admin
|
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
|
32
32
|
requirements:
|
|
33
33
|
- - '='
|
|
34
34
|
- !ruby/object:Gem::Version
|
|
35
|
-
version: 0.27.
|
|
35
|
+
version: 0.27.1
|
|
36
36
|
type: :development
|
|
37
37
|
prerelease: false
|
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
|
40
40
|
- - '='
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: 0.27.
|
|
42
|
+
version: 0.27.1
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: decidim-dev
|
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
|
46
46
|
requirements:
|
|
47
47
|
- - '='
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: 0.27.
|
|
49
|
+
version: 0.27.1
|
|
50
50
|
type: :development
|
|
51
51
|
prerelease: false
|
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
|
53
53
|
requirements:
|
|
54
54
|
- - '='
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
|
-
version: 0.27.
|
|
56
|
+
version: 0.27.1
|
|
57
57
|
description: Assemblies component for decidim.
|
|
58
58
|
email:
|
|
59
59
|
- josepjaume@gmail.com
|
|
@@ -251,6 +251,7 @@ files:
|
|
|
251
251
|
- config/locales/fr.yml
|
|
252
252
|
- config/locales/ga-IE.yml
|
|
253
253
|
- config/locales/gl.yml
|
|
254
|
+
- config/locales/gn-PY.yml
|
|
254
255
|
- config/locales/hr-HR.yml
|
|
255
256
|
- config/locales/hr.yml
|
|
256
257
|
- config/locales/hu.yml
|
|
@@ -263,6 +264,7 @@ files:
|
|
|
263
264
|
- config/locales/ko.yml
|
|
264
265
|
- config/locales/lb-LU.yml
|
|
265
266
|
- config/locales/lb.yml
|
|
267
|
+
- config/locales/lo-LA.yml
|
|
266
268
|
- config/locales/lt-LT.yml
|
|
267
269
|
- config/locales/lt.yml
|
|
268
270
|
- config/locales/lv.yml
|