decidim-assemblies 0.27.1 → 0.27.2
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/config/locales/ca.yml +8 -0
- data/config/locales/cs.yml +8 -0
- data/config/locales/de.yml +2 -1
- data/config/locales/en.yml +8 -0
- data/config/locales/es-MX.yml +8 -0
- data/config/locales/es-PY.yml +8 -0
- data/config/locales/es.yml +8 -0
- data/config/locales/eu.yml +15 -14
- data/config/locales/fi-plain.yml +8 -0
- data/config/locales/fi.yml +8 -0
- data/config/locales/fr-CA.yml +8 -0
- data/config/locales/fr.yml +8 -0
- data/config/locales/ja.yml +8 -0
- data/config/locales/ka-GE.yml +1 -0
- data/config/locales/pl.yml +1 -0
- data/config/locales/ro-RO.yml +9 -1
- data/config/locales/sv.yml +7 -1
- data/lib/decidim/assemblies/test/factories.rb +4 -0
- data/lib/decidim/assemblies/version.rb +1 -1
- metadata +38 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 435882bea0745cd9534cef4aeb1a3c9cbae09baf501e9fceb62fee50f1f94020
|
|
4
|
+
data.tar.gz: 92d068f02821061b787a2b60af435dfafe9a0070bc3045e0ff60f2361d7bb17e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 357ca1c07f0dd2bc0bdb1f51bb11b1303830f6dd5c24ae49ff1fe9d713f98d6f576525f3df80c910c3866143079a3671b317e10bf187f5693bcdb6db8f4d9024
|
|
7
|
+
data.tar.gz: 96c93b951bc552cbe37b5c6c187c6e26b352653c43d29bc860590382067790515c2dfb944a77018ed3257397d5a09023baa1b5777886a7e16f63a4de1db0e489
|
data/config/locales/ca.yml
CHANGED
|
@@ -4,7 +4,10 @@ ca:
|
|
|
4
4
|
attributes:
|
|
5
5
|
assemblies_setting:
|
|
6
6
|
enable_organization_chart: Habilitar organigrama
|
|
7
|
+
assemblies_type:
|
|
8
|
+
title: Títol
|
|
7
9
|
assembly:
|
|
10
|
+
announcement: Avís
|
|
8
11
|
area_id: Àrea
|
|
9
12
|
assembly_type: Tipus d'assemblea
|
|
10
13
|
assembly_type_other: Altre tipus d'assemblea
|
|
@@ -23,12 +26,16 @@ ca:
|
|
|
23
26
|
decidim_scope_id: Àmbit
|
|
24
27
|
description: Descripció
|
|
25
28
|
developer_group: Grup promotor
|
|
29
|
+
document: Document
|
|
26
30
|
domain: Domini
|
|
27
31
|
duration: Durada
|
|
28
32
|
facebook: Facebook
|
|
29
33
|
github: GitHub
|
|
30
34
|
hashtag: Hashtag
|
|
31
35
|
hero_image: Imatge de portada
|
|
36
|
+
import_attachments: Importar arxius adjunts
|
|
37
|
+
import_categories: Importar categories
|
|
38
|
+
import_components: Importar components
|
|
32
39
|
included_at: Inclòs a
|
|
33
40
|
instagram: Instagram
|
|
34
41
|
internal_organisation: Organització interna
|
|
@@ -65,6 +72,7 @@ ca:
|
|
|
65
72
|
non_user_avatar: Avatar
|
|
66
73
|
position: Posició
|
|
67
74
|
user_id: Participant o grup
|
|
75
|
+
weight: Ordre de posició
|
|
68
76
|
assembly_user_role:
|
|
69
77
|
email: Correu electrònic
|
|
70
78
|
name: Nom
|
data/config/locales/cs.yml
CHANGED
|
@@ -4,7 +4,10 @@ cs:
|
|
|
4
4
|
attributes:
|
|
5
5
|
assemblies_setting:
|
|
6
6
|
enable_organization_chart: Povolit schéma organizace
|
|
7
|
+
assemblies_type:
|
|
8
|
+
title: Název
|
|
7
9
|
assembly:
|
|
10
|
+
announcement: Oznámení
|
|
8
11
|
area_id: Oblast
|
|
9
12
|
assembly_type: Typ shromáždění
|
|
10
13
|
assembly_type_other: Typ shromáždění ostatní
|
|
@@ -23,12 +26,16 @@ cs:
|
|
|
23
26
|
decidim_scope_id: Oblast působnosti
|
|
24
27
|
description: Popis
|
|
25
28
|
developer_group: Skupina promotérů
|
|
29
|
+
document: Dokument
|
|
26
30
|
domain: Doména
|
|
27
31
|
duration: Doba trvání
|
|
28
32
|
facebook: Facebook
|
|
29
33
|
github: GitHub
|
|
30
34
|
hashtag: Hashtag
|
|
31
35
|
hero_image: Obrázek na hlavní stránce
|
|
36
|
+
import_attachments: Importovat přílohy
|
|
37
|
+
import_categories: Importovat kategorie
|
|
38
|
+
import_components: Importovat komponenty
|
|
32
39
|
included_at: Zahrnuty v
|
|
33
40
|
instagram: Instagram
|
|
34
41
|
internal_organisation: Vnitřní organizace
|
|
@@ -65,6 +72,7 @@ cs:
|
|
|
65
72
|
non_user_avatar: Avatar
|
|
66
73
|
position: Pozice
|
|
67
74
|
user_id: Uživatel
|
|
75
|
+
weight: Pozice v řazení
|
|
68
76
|
assembly_user_role:
|
|
69
77
|
email: E-mail
|
|
70
78
|
name: Název
|
data/config/locales/de.yml
CHANGED
|
@@ -53,7 +53,7 @@ de:
|
|
|
53
53
|
target: Wer nimmt teil?
|
|
54
54
|
title: Titel
|
|
55
55
|
twitter: Twitter
|
|
56
|
-
weight:
|
|
56
|
+
weight: Reihenfolge
|
|
57
57
|
youtube: Youtube
|
|
58
58
|
assembly_member:
|
|
59
59
|
birthday: Geburtstag
|
|
@@ -65,6 +65,7 @@ de:
|
|
|
65
65
|
non_user_avatar: Profilbild
|
|
66
66
|
position: Position
|
|
67
67
|
user_id: User
|
|
68
|
+
weight: Reihenfolge
|
|
68
69
|
assembly_user_role:
|
|
69
70
|
email: Email
|
|
70
71
|
name: Name
|
data/config/locales/en.yml
CHANGED
|
@@ -4,7 +4,10 @@ en:
|
|
|
4
4
|
attributes:
|
|
5
5
|
assemblies_setting:
|
|
6
6
|
enable_organization_chart: Enable organization chart
|
|
7
|
+
assemblies_type:
|
|
8
|
+
title: Title
|
|
7
9
|
assembly:
|
|
10
|
+
announcement: Announcement
|
|
8
11
|
area_id: Area
|
|
9
12
|
assembly_type: Assembly type
|
|
10
13
|
assembly_type_other: Assembly type other
|
|
@@ -23,12 +26,16 @@ en:
|
|
|
23
26
|
decidim_scope_id: Scope
|
|
24
27
|
description: Description
|
|
25
28
|
developer_group: Promoter group
|
|
29
|
+
document: Document
|
|
26
30
|
domain: Domain
|
|
27
31
|
duration: Duration
|
|
28
32
|
facebook: Facebook
|
|
29
33
|
github: GitHub
|
|
30
34
|
hashtag: Hashtag
|
|
31
35
|
hero_image: Home image
|
|
36
|
+
import_attachments: Import attachments
|
|
37
|
+
import_categories: Import categories
|
|
38
|
+
import_components: Import components
|
|
32
39
|
included_at: Included at
|
|
33
40
|
instagram: Instagram
|
|
34
41
|
internal_organisation: Internal organisation
|
|
@@ -65,6 +72,7 @@ en:
|
|
|
65
72
|
non_user_avatar: Avatar
|
|
66
73
|
position: Position
|
|
67
74
|
user_id: User or group
|
|
75
|
+
weight: Order position
|
|
68
76
|
assembly_user_role:
|
|
69
77
|
email: Email
|
|
70
78
|
name: Name
|
data/config/locales/es-MX.yml
CHANGED
|
@@ -4,7 +4,10 @@ es-MX:
|
|
|
4
4
|
attributes:
|
|
5
5
|
assemblies_setting:
|
|
6
6
|
enable_organization_chart: Habilitar organigrama
|
|
7
|
+
assemblies_type:
|
|
8
|
+
title: Título
|
|
7
9
|
assembly:
|
|
10
|
+
announcement: Aviso
|
|
8
11
|
area_id: Área
|
|
9
12
|
assembly_type: Tipo de montaje
|
|
10
13
|
assembly_type_other: Tipo de montaje otro
|
|
@@ -23,12 +26,16 @@ es-MX:
|
|
|
23
26
|
decidim_scope_id: Ámbito
|
|
24
27
|
description: Descripción
|
|
25
28
|
developer_group: Grupo promotor
|
|
29
|
+
document: Documento
|
|
26
30
|
domain: Dominio
|
|
27
31
|
duration: Duración
|
|
28
32
|
facebook: Facebook
|
|
29
33
|
github: GitHub
|
|
30
34
|
hashtag: Hashtag
|
|
31
35
|
hero_image: Imagen de portada
|
|
36
|
+
import_attachments: Importar archivos adjuntos
|
|
37
|
+
import_categories: Importar categorias
|
|
38
|
+
import_components: Importar componentes
|
|
32
39
|
included_at: Incluido en
|
|
33
40
|
instagram: Instagram
|
|
34
41
|
internal_organisation: Organización interna
|
|
@@ -65,6 +72,7 @@ es-MX:
|
|
|
65
72
|
non_user_avatar: Avatar
|
|
66
73
|
position: Posición
|
|
67
74
|
user_id: Usuaria
|
|
75
|
+
weight: Orden de posición
|
|
68
76
|
assembly_user_role:
|
|
69
77
|
email: Correo electrónico
|
|
70
78
|
name: Nombre
|
data/config/locales/es-PY.yml
CHANGED
|
@@ -4,7 +4,10 @@ es-PY:
|
|
|
4
4
|
attributes:
|
|
5
5
|
assemblies_setting:
|
|
6
6
|
enable_organization_chart: Habilitar organigrama
|
|
7
|
+
assemblies_type:
|
|
8
|
+
title: Título
|
|
7
9
|
assembly:
|
|
10
|
+
announcement: Aviso
|
|
8
11
|
area_id: Área
|
|
9
12
|
assembly_type: Tipo de montaje
|
|
10
13
|
assembly_type_other: Tipo de montaje otro
|
|
@@ -23,12 +26,16 @@ es-PY:
|
|
|
23
26
|
decidim_scope_id: Ámbito
|
|
24
27
|
description: Descripción
|
|
25
28
|
developer_group: Grupo promotor
|
|
29
|
+
document: Documento
|
|
26
30
|
domain: Dominio
|
|
27
31
|
duration: Duración
|
|
28
32
|
facebook: Facebook
|
|
29
33
|
github: GitHub
|
|
30
34
|
hashtag: Hashtag
|
|
31
35
|
hero_image: Imagen de portada
|
|
36
|
+
import_attachments: Importar archivos adjuntos
|
|
37
|
+
import_categories: Importar categorias
|
|
38
|
+
import_components: Importar componentes
|
|
32
39
|
included_at: Incluido en
|
|
33
40
|
instagram: Instagram
|
|
34
41
|
internal_organisation: Organización interna
|
|
@@ -65,6 +72,7 @@ es-PY:
|
|
|
65
72
|
non_user_avatar: Avatar
|
|
66
73
|
position: Posición
|
|
67
74
|
user_id: Usuaria
|
|
75
|
+
weight: Orden de posición
|
|
68
76
|
assembly_user_role:
|
|
69
77
|
email: Correo electrónico
|
|
70
78
|
name: Nombre
|
data/config/locales/es.yml
CHANGED
|
@@ -4,7 +4,10 @@ es:
|
|
|
4
4
|
attributes:
|
|
5
5
|
assemblies_setting:
|
|
6
6
|
enable_organization_chart: Habilitar organigrama
|
|
7
|
+
assemblies_type:
|
|
8
|
+
title: Título
|
|
7
9
|
assembly:
|
|
10
|
+
announcement: Aviso
|
|
8
11
|
area_id: Área
|
|
9
12
|
assembly_type: Tipo de asamblea
|
|
10
13
|
assembly_type_other: Otro tipo de asamblea
|
|
@@ -23,12 +26,16 @@ es:
|
|
|
23
26
|
decidim_scope_id: Ámbito
|
|
24
27
|
description: Descripción
|
|
25
28
|
developer_group: Grupo promotor
|
|
29
|
+
document: Documento
|
|
26
30
|
domain: Dominio
|
|
27
31
|
duration: Duración
|
|
28
32
|
facebook: Facebook
|
|
29
33
|
github: GitHub
|
|
30
34
|
hashtag: Hashtag
|
|
31
35
|
hero_image: Imagen de portada
|
|
36
|
+
import_attachments: Importar archivos adjuntos
|
|
37
|
+
import_categories: Importar categorias
|
|
38
|
+
import_components: Importar componentes
|
|
32
39
|
included_at: Incluido en
|
|
33
40
|
instagram: Instagram
|
|
34
41
|
internal_organisation: Organización interna
|
|
@@ -65,6 +72,7 @@ es:
|
|
|
65
72
|
non_user_avatar: Avatar
|
|
66
73
|
position: Posición
|
|
67
74
|
user_id: Participante o grupo
|
|
75
|
+
weight: Orden de posición
|
|
68
76
|
assembly_user_role:
|
|
69
77
|
email: Correo electrónico
|
|
70
78
|
name: Nombre
|
data/config/locales/eu.yml
CHANGED
|
@@ -5,8 +5,8 @@ eu:
|
|
|
5
5
|
assemblies_setting:
|
|
6
6
|
enable_organization_chart: Gaitu organigrama
|
|
7
7
|
assembly:
|
|
8
|
-
area_id:
|
|
9
|
-
assembly_type:
|
|
8
|
+
area_id: Arloa
|
|
9
|
+
assembly_type: Batzar mota
|
|
10
10
|
assembly_type_other: Batzar mota beste
|
|
11
11
|
banner_image: Bannerra
|
|
12
12
|
closing_date: Amaiera data
|
|
@@ -23,6 +23,7 @@ eu:
|
|
|
23
23
|
decidim_scope_id: esparrua
|
|
24
24
|
description: Deskribapena
|
|
25
25
|
developer_group: Sustatzailearen taldea
|
|
26
|
+
document: Dokumentua
|
|
26
27
|
domain: Domeinua
|
|
27
28
|
duration: Iraupena
|
|
28
29
|
facebook: Facebook
|
|
@@ -67,7 +68,7 @@ eu:
|
|
|
67
68
|
user_id: Parte-hartzailea edo taldea
|
|
68
69
|
assembly_user_role:
|
|
69
70
|
email: Emaila
|
|
70
|
-
name:
|
|
71
|
+
name: Izena
|
|
71
72
|
role: Role
|
|
72
73
|
errors:
|
|
73
74
|
models:
|
|
@@ -78,7 +79,7 @@ eu:
|
|
|
78
79
|
activerecord:
|
|
79
80
|
models:
|
|
80
81
|
decidim/assembly:
|
|
81
|
-
one:
|
|
82
|
+
one: Batzarra
|
|
82
83
|
other: Batzar
|
|
83
84
|
decidim/assembly_member:
|
|
84
85
|
one: Batzar kidea
|
|
@@ -150,12 +151,12 @@ eu:
|
|
|
150
151
|
success: Kidea muntaia honekin batera ezabatu da.
|
|
151
152
|
edit:
|
|
152
153
|
title: Eguneratu muntaia kidea.
|
|
153
|
-
update:
|
|
154
|
+
update: Eguneratu
|
|
154
155
|
index:
|
|
155
|
-
assembly_members_title:
|
|
156
|
+
assembly_members_title: Batzarraen kideak
|
|
156
157
|
new:
|
|
157
158
|
create: Sortu
|
|
158
|
-
title:
|
|
159
|
+
title: Batzarkide berria.
|
|
159
160
|
update:
|
|
160
161
|
error: Errore bat gertatu da kidea bistaratzeko muntaia honetarako.
|
|
161
162
|
success: Batzar hau behar bezala eguneratu da.
|
|
@@ -174,7 +175,7 @@ eu:
|
|
|
174
175
|
success: Erabiltzailea behar bezala kendu da muntaia honetatik.
|
|
175
176
|
edit:
|
|
176
177
|
title: Eguneratu muntaia erabiltzailea.
|
|
177
|
-
update:
|
|
178
|
+
update: Eguneratu
|
|
178
179
|
index:
|
|
179
180
|
assembly_admins_title: Batzar erabiltzaileak
|
|
180
181
|
new:
|
|
@@ -218,22 +219,22 @@ eu:
|
|
|
218
219
|
fields:
|
|
219
220
|
ceased_date: Data amaitua
|
|
220
221
|
designation_date: Deuseztapen data
|
|
221
|
-
full_name:
|
|
222
|
+
full_name: Izena
|
|
222
223
|
position: Kargua
|
|
223
224
|
name: kidea
|
|
224
225
|
positions:
|
|
225
226
|
other: Beste
|
|
226
227
|
president: Lehendakaria
|
|
227
|
-
secretary:
|
|
228
|
+
secretary: Idazkaritza
|
|
228
229
|
vice_president: Lehendakariordea
|
|
229
230
|
assembly_user_role:
|
|
230
231
|
fields:
|
|
231
|
-
email:
|
|
232
|
-
name:
|
|
233
|
-
role:
|
|
232
|
+
email: Helbide elektronikoa
|
|
233
|
+
name: Izena
|
|
234
|
+
role: Rola
|
|
234
235
|
name: Batzar Erabiltzailea
|
|
235
236
|
roles:
|
|
236
|
-
admin:
|
|
237
|
+
admin: Administratzailea
|
|
237
238
|
collaborator: Kolaboratzaile
|
|
238
239
|
moderator: Moderatzaile
|
|
239
240
|
valuator: Ebaluatzailea
|
data/config/locales/fi-plain.yml
CHANGED
|
@@ -4,7 +4,10 @@ fi-pl:
|
|
|
4
4
|
attributes:
|
|
5
5
|
assemblies_setting:
|
|
6
6
|
enable_organization_chart: Ota organisaatiokaavio käyttöön
|
|
7
|
+
assemblies_type:
|
|
8
|
+
title: Otsikko
|
|
7
9
|
assembly:
|
|
10
|
+
announcement: Ilmoitus
|
|
8
11
|
area_id: Alue
|
|
9
12
|
assembly_type: Ryhmän tyyppi
|
|
10
13
|
assembly_type_other: Muu ryhmän tyyppi
|
|
@@ -23,12 +26,16 @@ fi-pl:
|
|
|
23
26
|
decidim_scope_id: Teema
|
|
24
27
|
description: Kuvaus
|
|
25
28
|
developer_group: Perustajaryhmä
|
|
29
|
+
document: Asiakirja
|
|
26
30
|
domain: Toimintaympäristö
|
|
27
31
|
duration: Kesto
|
|
28
32
|
facebook: Facebook
|
|
29
33
|
github: GitHub
|
|
30
34
|
hashtag: Aihetunniste (hashtag)
|
|
31
35
|
hero_image: Etusivun kuva
|
|
36
|
+
import_attachments: Tuo liitteitä
|
|
37
|
+
import_categories: Tuo aihepiirejä
|
|
38
|
+
import_components: Tuo komponentteja
|
|
32
39
|
included_at: Mukana osoitteessa
|
|
33
40
|
instagram: Instagram
|
|
34
41
|
internal_organisation: Sisäinen organisaatio
|
|
@@ -65,6 +72,7 @@ fi-pl:
|
|
|
65
72
|
non_user_avatar: Avatar
|
|
66
73
|
position: Asema
|
|
67
74
|
user_id: Käyttäjä tai ryhmä
|
|
75
|
+
weight: Järjestysnumero
|
|
68
76
|
assembly_user_role:
|
|
69
77
|
email: Sähköposti
|
|
70
78
|
name: Nimi
|
data/config/locales/fi.yml
CHANGED
|
@@ -4,7 +4,10 @@ fi:
|
|
|
4
4
|
attributes:
|
|
5
5
|
assemblies_setting:
|
|
6
6
|
enable_organization_chart: Ota organisaatiokaavio käyttöön
|
|
7
|
+
assemblies_type:
|
|
8
|
+
title: Otsikko
|
|
7
9
|
assembly:
|
|
10
|
+
announcement: Ilmoitus
|
|
8
11
|
area_id: Alue
|
|
9
12
|
assembly_type: Ryhmän tyyppi
|
|
10
13
|
assembly_type_other: Muu ryhmän tyyppi
|
|
@@ -23,12 +26,16 @@ fi:
|
|
|
23
26
|
decidim_scope_id: Teema
|
|
24
27
|
description: Kuvaus
|
|
25
28
|
developer_group: Edistäjäryhmä
|
|
29
|
+
document: Asiakirja
|
|
26
30
|
domain: Toimintaympäristö
|
|
27
31
|
duration: Kesto
|
|
28
32
|
facebook: Facebook
|
|
29
33
|
github: GitHub
|
|
30
34
|
hashtag: Aihetunniste (hashtag)
|
|
31
35
|
hero_image: Etusivun kuva
|
|
36
|
+
import_attachments: Tuo liitteitä
|
|
37
|
+
import_categories: Tuo aihepiirejä
|
|
38
|
+
import_components: Tuo komponentteja
|
|
32
39
|
included_at: Lisäysaika
|
|
33
40
|
instagram: Instagram
|
|
34
41
|
internal_organisation: Sisäinen organisaatio
|
|
@@ -65,6 +72,7 @@ fi:
|
|
|
65
72
|
non_user_avatar: Avatar
|
|
66
73
|
position: Asema
|
|
67
74
|
user_id: Käyttäjä tai ryhmä
|
|
75
|
+
weight: Järjestysnumero
|
|
68
76
|
assembly_user_role:
|
|
69
77
|
email: Sähköposti
|
|
70
78
|
name: Nimi
|
data/config/locales/fr-CA.yml
CHANGED
|
@@ -4,7 +4,10 @@ fr-CA:
|
|
|
4
4
|
attributes:
|
|
5
5
|
assemblies_setting:
|
|
6
6
|
enable_organization_chart: Activer le schéma d'assemblée
|
|
7
|
+
assemblies_type:
|
|
8
|
+
title: Titre
|
|
7
9
|
assembly:
|
|
10
|
+
announcement: Message d'annonce
|
|
8
11
|
area_id: Zone d'application
|
|
9
12
|
assembly_type: Type d'assemblée
|
|
10
13
|
assembly_type_other: Autre type d'assemblée
|
|
@@ -23,12 +26,16 @@ fr-CA:
|
|
|
23
26
|
decidim_scope_id: Périmètre d'application
|
|
24
27
|
description: Description
|
|
25
28
|
developer_group: Organisateur
|
|
29
|
+
document: Document
|
|
26
30
|
domain: Domaine
|
|
27
31
|
duration: Durée
|
|
28
32
|
facebook: Facebook
|
|
29
33
|
github: GitHub
|
|
30
34
|
hashtag: Mot-clic
|
|
31
35
|
hero_image: Image de la page d'accueil
|
|
36
|
+
import_attachments: Importer les pièces jointes
|
|
37
|
+
import_categories: Importer les catégories
|
|
38
|
+
import_components: Importer les fonctionnalités
|
|
32
39
|
included_at: Intégrée à cette plateforme le
|
|
33
40
|
instagram: Instagram
|
|
34
41
|
internal_organisation: Organisation interne
|
|
@@ -65,6 +72,7 @@ fr-CA:
|
|
|
65
72
|
non_user_avatar: Avatar
|
|
66
73
|
position: Statut
|
|
67
74
|
user_id: Utilisateur
|
|
75
|
+
weight: Rang d'affichage
|
|
68
76
|
assembly_user_role:
|
|
69
77
|
email: E-mail
|
|
70
78
|
name: "Nom\n"
|
data/config/locales/fr.yml
CHANGED
|
@@ -4,7 +4,10 @@ fr:
|
|
|
4
4
|
attributes:
|
|
5
5
|
assemblies_setting:
|
|
6
6
|
enable_organization_chart: Activer le schéma d'assemblée
|
|
7
|
+
assemblies_type:
|
|
8
|
+
title: Titre
|
|
7
9
|
assembly:
|
|
10
|
+
announcement: Message d'annonce
|
|
8
11
|
area_id: Périmètre d'assemblée
|
|
9
12
|
assembly_type: Type d'assemblée
|
|
10
13
|
assembly_type_other: Autre type d'assemblée
|
|
@@ -23,12 +26,16 @@ fr:
|
|
|
23
26
|
decidim_scope_id: Périmètre d'application
|
|
24
27
|
description: Description
|
|
25
28
|
developer_group: Organisateur
|
|
29
|
+
document: Document
|
|
26
30
|
domain: Domaine
|
|
27
31
|
duration: Durée
|
|
28
32
|
facebook: Facebook
|
|
29
33
|
github: GitHub
|
|
30
34
|
hashtag: Hashtag
|
|
31
35
|
hero_image: Image de la page d'accueil
|
|
36
|
+
import_attachments: Importer les pièces jointes
|
|
37
|
+
import_categories: Importer les catégories
|
|
38
|
+
import_components: Importer les fonctionnalités
|
|
32
39
|
included_at: Intégrée à cette plateforme le
|
|
33
40
|
instagram: Instagram
|
|
34
41
|
internal_organisation: Organisation interne
|
|
@@ -65,6 +72,7 @@ fr:
|
|
|
65
72
|
non_user_avatar: Avatar
|
|
66
73
|
position: Statut
|
|
67
74
|
user_id: Utilisateur ou groupe
|
|
75
|
+
weight: Rang d'affichage
|
|
68
76
|
assembly_user_role:
|
|
69
77
|
email: E-mail
|
|
70
78
|
name: "Nom\n"
|
data/config/locales/ja.yml
CHANGED
|
@@ -4,7 +4,10 @@ ja:
|
|
|
4
4
|
attributes:
|
|
5
5
|
assemblies_setting:
|
|
6
6
|
enable_organization_chart: 組織図を有効化
|
|
7
|
+
assemblies_type:
|
|
8
|
+
title: タイトル
|
|
7
9
|
assembly:
|
|
10
|
+
announcement: お知らせ
|
|
8
11
|
area_id: エリア
|
|
9
12
|
assembly_type: 参加スペース種別
|
|
10
13
|
assembly_type_other: その他(参加スペース)
|
|
@@ -23,12 +26,16 @@ ja:
|
|
|
23
26
|
decidim_scope_id: スコープ
|
|
24
27
|
description: 説明
|
|
25
28
|
developer_group: プロモーターグループ
|
|
29
|
+
document: ドキュメント
|
|
26
30
|
domain: ドメイン
|
|
27
31
|
duration: 持続期間
|
|
28
32
|
facebook: Facebook
|
|
29
33
|
github: GitHub
|
|
30
34
|
hashtag: ハッシュタグ
|
|
31
35
|
hero_image: ホーム画像
|
|
36
|
+
import_attachments: 添付ファイルをインポート
|
|
37
|
+
import_categories: カテゴリをインポート
|
|
38
|
+
import_components: コンポーネントをインポート
|
|
32
39
|
included_at: 含まれた日
|
|
33
40
|
instagram: Instagram
|
|
34
41
|
internal_organisation: 内部組織
|
|
@@ -65,6 +72,7 @@ ja:
|
|
|
65
72
|
non_user_avatar: アバター
|
|
66
73
|
position: ポジション
|
|
67
74
|
user_id: ユーザー
|
|
75
|
+
weight: 並び順の位置
|
|
68
76
|
assembly_user_role:
|
|
69
77
|
email: Eメールアドレス
|
|
70
78
|
name: 名前
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ka:
|
data/config/locales/pl.yml
CHANGED
data/config/locales/ro-RO.yml
CHANGED
|
@@ -4,7 +4,10 @@ ro:
|
|
|
4
4
|
attributes:
|
|
5
5
|
assemblies_setting:
|
|
6
6
|
enable_organization_chart: Activează graficul organizatiei
|
|
7
|
+
assemblies_type:
|
|
8
|
+
title: Titlu
|
|
7
9
|
assembly:
|
|
10
|
+
announcement: Anunţ
|
|
8
11
|
area_id: Zonă
|
|
9
12
|
assembly_type: Tipul grupului de lucru
|
|
10
13
|
assembly_type_other: Alt tip de grup de lucru
|
|
@@ -23,12 +26,16 @@ ro:
|
|
|
23
26
|
decidim_scope_id: Domeniu
|
|
24
27
|
description: Descriere
|
|
25
28
|
developer_group: Grup promotor
|
|
29
|
+
document: Document
|
|
26
30
|
domain: Domeniu
|
|
27
31
|
duration: Durată
|
|
28
32
|
facebook: Facebook
|
|
29
33
|
github: GitHub
|
|
30
34
|
hashtag: Hashtag
|
|
31
35
|
hero_image: Imagine pentru pagina principală
|
|
36
|
+
import_attachments: Importă atașamente
|
|
37
|
+
import_categories: Importă categorii
|
|
38
|
+
import_components: Importă componente
|
|
32
39
|
included_at: Inclus la
|
|
33
40
|
instagram: Instagram
|
|
34
41
|
internal_organisation: Organizare internă
|
|
@@ -53,7 +60,7 @@ ro:
|
|
|
53
60
|
target: Cine participă
|
|
54
61
|
title: Titlu
|
|
55
62
|
twitter: Twitter
|
|
56
|
-
weight:
|
|
63
|
+
weight: Poziție
|
|
57
64
|
youtube: YouTube
|
|
58
65
|
assembly_member:
|
|
59
66
|
birthday: Data nașterii
|
|
@@ -65,6 +72,7 @@ ro:
|
|
|
65
72
|
non_user_avatar: Avatar
|
|
66
73
|
position: Poziție
|
|
67
74
|
user_id: Utilizator sau grup
|
|
75
|
+
weight: Poziție
|
|
68
76
|
assembly_user_role:
|
|
69
77
|
email: E-mail
|
|
70
78
|
name: Nume
|
data/config/locales/sv.yml
CHANGED
|
@@ -4,7 +4,10 @@ sv:
|
|
|
4
4
|
attributes:
|
|
5
5
|
assemblies_setting:
|
|
6
6
|
enable_organization_chart: Aktivera organisationskarta
|
|
7
|
+
assemblies_type:
|
|
8
|
+
title: Titel
|
|
7
9
|
assembly:
|
|
10
|
+
announcement: Meddelande
|
|
8
11
|
area_id: Område
|
|
9
12
|
assembly_type: Typ av grupp
|
|
10
13
|
assembly_type_other: Annan typ av grupp
|
|
@@ -23,12 +26,14 @@ sv:
|
|
|
23
26
|
decidim_scope_id: Omfång
|
|
24
27
|
description: Beskrivning
|
|
25
28
|
developer_group: Kampanjgrupp
|
|
29
|
+
document: Dokument
|
|
26
30
|
domain: Domän
|
|
27
31
|
duration: Varaktighet
|
|
28
32
|
facebook: Facebook
|
|
29
33
|
github: GitHub
|
|
30
34
|
hashtag: Hashtag
|
|
31
35
|
hero_image: Hembild
|
|
36
|
+
import_attachments: Importera bilagor
|
|
32
37
|
included_at: Inkluderad vid
|
|
33
38
|
instagram: Instagram
|
|
34
39
|
internal_organisation: Intern organisation
|
|
@@ -53,7 +58,7 @@ sv:
|
|
|
53
58
|
target: Vem deltar
|
|
54
59
|
title: Titel
|
|
55
60
|
twitter: Twitter
|
|
56
|
-
weight:
|
|
61
|
+
weight: Ordning
|
|
57
62
|
youtube: YouTube
|
|
58
63
|
assembly_member:
|
|
59
64
|
birthday: Födelsedag
|
|
@@ -65,6 +70,7 @@ sv:
|
|
|
65
70
|
non_user_avatar: Profilbild
|
|
66
71
|
position: Befattning
|
|
67
72
|
user_id: Användare
|
|
73
|
+
weight: Ordning
|
|
68
74
|
assembly_user_role:
|
|
69
75
|
email: E-post
|
|
70
76
|
name: Namn
|
|
@@ -105,6 +105,7 @@ FactoryBot.define do
|
|
|
105
105
|
end
|
|
106
106
|
|
|
107
107
|
organization { assembly.organization }
|
|
108
|
+
admin_terms_accepted_at { Time.current }
|
|
108
109
|
|
|
109
110
|
after(:create) do |user, evaluator|
|
|
110
111
|
create :assembly_user_role,
|
|
@@ -120,6 +121,7 @@ FactoryBot.define do
|
|
|
120
121
|
end
|
|
121
122
|
|
|
122
123
|
organization { assembly.organization }
|
|
124
|
+
admin_terms_accepted_at { Time.current }
|
|
123
125
|
|
|
124
126
|
after(:create) do |user, evaluator|
|
|
125
127
|
create :assembly_user_role,
|
|
@@ -135,6 +137,7 @@ FactoryBot.define do
|
|
|
135
137
|
end
|
|
136
138
|
|
|
137
139
|
organization { assembly.organization }
|
|
140
|
+
admin_terms_accepted_at { Time.current }
|
|
138
141
|
|
|
139
142
|
after(:create) do |user, evaluator|
|
|
140
143
|
create :assembly_user_role,
|
|
@@ -150,6 +153,7 @@ FactoryBot.define do
|
|
|
150
153
|
end
|
|
151
154
|
|
|
152
155
|
organization { assembly.organization }
|
|
156
|
+
admin_terms_accepted_at { Time.current }
|
|
153
157
|
|
|
154
158
|
after(:create) do |user, evaluator|
|
|
155
159
|
create :assembly_user_role,
|
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.2
|
|
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:
|
|
13
|
+
date: 2023-02-13 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: decidim-core
|
|
@@ -18,42 +18,70 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - '='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.27.
|
|
21
|
+
version: 0.27.2
|
|
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.2
|
|
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.2
|
|
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.2
|
|
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.2
|
|
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.2
|
|
57
|
+
- !ruby/object:Gem::Dependency
|
|
58
|
+
name: decidim-meetings
|
|
59
|
+
requirement: !ruby/object:Gem::Requirement
|
|
60
|
+
requirements:
|
|
61
|
+
- - '='
|
|
62
|
+
- !ruby/object:Gem::Version
|
|
63
|
+
version: 0.27.2
|
|
64
|
+
type: :development
|
|
65
|
+
prerelease: false
|
|
66
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
67
|
+
requirements:
|
|
68
|
+
- - '='
|
|
69
|
+
- !ruby/object:Gem::Version
|
|
70
|
+
version: 0.27.2
|
|
71
|
+
- !ruby/object:Gem::Dependency
|
|
72
|
+
name: decidim-proposals
|
|
73
|
+
requirement: !ruby/object:Gem::Requirement
|
|
74
|
+
requirements:
|
|
75
|
+
- - '='
|
|
76
|
+
- !ruby/object:Gem::Version
|
|
77
|
+
version: 0.27.2
|
|
78
|
+
type: :development
|
|
79
|
+
prerelease: false
|
|
80
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
81
|
+
requirements:
|
|
82
|
+
- - '='
|
|
83
|
+
- !ruby/object:Gem::Version
|
|
84
|
+
version: 0.27.2
|
|
57
85
|
description: Assemblies component for decidim.
|
|
58
86
|
email:
|
|
59
87
|
- josepjaume@gmail.com
|
|
@@ -260,6 +288,7 @@ files:
|
|
|
260
288
|
- config/locales/is.yml
|
|
261
289
|
- config/locales/it.yml
|
|
262
290
|
- config/locales/ja.yml
|
|
291
|
+
- config/locales/ka-GE.yml
|
|
263
292
|
- config/locales/ko-KR.yml
|
|
264
293
|
- config/locales/ko.yml
|
|
265
294
|
- config/locales/lb-LU.yml
|
|
@@ -352,7 +381,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
352
381
|
- !ruby/object:Gem::Version
|
|
353
382
|
version: '0'
|
|
354
383
|
requirements: []
|
|
355
|
-
rubygems_version: 3.
|
|
384
|
+
rubygems_version: 3.3.7
|
|
356
385
|
signing_key:
|
|
357
386
|
specification_version: 4
|
|
358
387
|
summary: Decidim assemblies module
|