decidim-assemblies 0.27.0 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2e3dd2ba43e0bf1b6ba380b807aaec4aefdea749637e348154af8ce2a40c05f5
4
- data.tar.gz: 9a186bfe4a03f56fe78f6c8d1dc558058260cca1ecbd59a116575b278142d8e1
3
+ metadata.gz: 435882bea0745cd9534cef4aeb1a3c9cbae09baf501e9fceb62fee50f1f94020
4
+ data.tar.gz: 92d068f02821061b787a2b60af435dfafe9a0070bc3045e0ff60f2361d7bb17e
5
5
  SHA512:
6
- metadata.gz: 9f83180a06119891ce85d71fff7218896b83c6a81c94d8f2f4ca4b08db465672a3f4134a067460271f83800d4a8b02bb74b3763bc0efdd464530bfec2c71e1fa
7
- data.tar.gz: 1137bfaabf42e814203073af00904064f5f209a9814bf9f5dedaf18397f139fdbb3c4bec17388078323fc0ab7af87510067bea7533a4874cf9cdb3ed208ced86
6
+ metadata.gz: 357ca1c07f0dd2bc0bdb1f51bb11b1303830f6dd5c24ae49ff1fe9d713f98d6f576525f3df80c910c3866143079a3671b317e10bf187f5693bcdb6db8f4d9024
7
+ data.tar.gz: 96c93b951bc552cbe37b5c6c187c6e26b352653c43d29bc860590382067790515c2dfb944a77018ed3257397d5a09023baa1b5777886a7e16f63a4de1db0e489
@@ -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
- <%= decidim_sanitize_editor translated_attribute(current_participatory_space.description) %>
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) %>
@@ -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
@@ -74,7 +82,7 @@ ca:
74
82
  assembly:
75
83
  attributes:
76
84
  document:
77
- allowed_file_content_types: 'Tipus de document no vàlid. Els formats acceptats són: %{types}'
85
+ allowed_file_content_types: 'Tipus de document no vàlid. Només s''accepten arxius amb les següents extensions: %{types}'
78
86
  activerecord:
79
87
  models:
80
88
  decidim/assembly:
@@ -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
@@ -74,7 +82,7 @@ cs:
74
82
  assembly:
75
83
  attributes:
76
84
  document:
77
- allowed_file_content_types: 'Neplatný typ dokumentu. Přijatelné formáty jsou: %{types}'
85
+ allowed_file_content_types: 'Neplatný typ dokumentu. Jsou povoleny pouze soubory s následujícími příponami: %{types}'
78
86
  activerecord:
79
87
  models:
80
88
  decidim/assembly:
@@ -53,7 +53,7 @@ de:
53
53
  target: Wer nimmt teil?
54
54
  title: Titel
55
55
  twitter: Twitter
56
- weight: Bestellposition
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
@@ -74,7 +75,7 @@ de:
74
75
  assembly:
75
76
  attributes:
76
77
  document:
77
- allowed_file_content_types: 'Ungültiger Dokumenttyp Zulässige Formate sind: %{types}'
78
+ allowed_file_content_types: 'Ungültiger Dokumententyp. Nur Dateien mit folgenden Erweiterungen sind erlaubt: %{types}'
78
79
  activerecord:
79
80
  models:
80
81
  decidim/assembly:
@@ -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
@@ -74,7 +82,7 @@ en:
74
82
  assembly:
75
83
  attributes:
76
84
  document:
77
- allowed_file_content_types: 'Invalid document type. Accepted formats are: %{types}'
85
+ allowed_file_content_types: 'Invalid document type. Only files with the following extensions are allowed: %{types}'
78
86
  activerecord:
79
87
  models:
80
88
  decidim/assembly:
@@ -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
@@ -74,7 +82,7 @@ es-MX:
74
82
  assembly:
75
83
  attributes:
76
84
  document:
77
- allowed_file_content_types: 'Tipo de documento inválido. Los formatos aceptados son: %{types}'
85
+ allowed_file_content_types: 'Tipo de documento no válido. Sólo se permiten archivos con las siguientes extensiones: %{types}'
78
86
  activerecord:
79
87
  models:
80
88
  decidim/assembly:
@@ -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
@@ -74,7 +82,7 @@ es-PY:
74
82
  assembly:
75
83
  attributes:
76
84
  document:
77
- allowed_file_content_types: 'Tipo de documento no válido. Los formatos aceptados son: %{types}'
85
+ allowed_file_content_types: 'Tipo de documento no válido. Sólo se permiten archivos con las siguientes extensiones: %{types}'
78
86
  activerecord:
79
87
  models:
80
88
  decidim/assembly:
@@ -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
@@ -74,7 +82,7 @@ es:
74
82
  assembly:
75
83
  attributes:
76
84
  document:
77
- allowed_file_content_types: 'Tipo de documento no válido. Los formatos aceptados son: %{types}'
85
+ allowed_file_content_types: 'Tipo de documento no válido. Sólo se permiten archivos con las siguientes extensiones: %{types}'
78
86
  activerecord:
79
87
  models:
80
88
  decidim/assembly:
@@ -5,8 +5,8 @@ eu:
5
5
  assemblies_setting:
6
6
  enable_organization_chart: Gaitu organigrama
7
7
  assembly:
8
- area_id: Area
9
- assembly_type: Muntatze-mota
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,12 +68,18 @@ eu:
67
68
  user_id: Parte-hartzailea edo taldea
68
69
  assembly_user_role:
69
70
  email: Emaila
70
- name: izena
71
+ name: Izena
71
72
  role: Role
73
+ errors:
74
+ models:
75
+ assembly:
76
+ attributes:
77
+ document:
78
+ allowed_file_content_types: 'Dokumentu mota hau ez da onartzen. Honako hauek onartzen dira: %{types}'
72
79
  activerecord:
73
80
  models:
74
81
  decidim/assembly:
75
- one: Batzar
82
+ one: Batzarra
76
83
  other: Batzar
77
84
  decidim/assembly_member:
78
85
  one: Batzar kidea
@@ -144,12 +151,12 @@ eu:
144
151
  success: Kidea muntaia honekin batera ezabatu da.
145
152
  edit:
146
153
  title: Eguneratu muntaia kidea.
147
- update: eguneratzearen
154
+ update: Eguneratu
148
155
  index:
149
- assembly_members_title: Batzar kideak
156
+ assembly_members_title: Batzarraen kideak
150
157
  new:
151
158
  create: Sortu
152
- title: Batzar berria kide.
159
+ title: Batzarkide berria.
153
160
  update:
154
161
  error: Errore bat gertatu da kidea bistaratzeko muntaia honetarako.
155
162
  success: Batzar hau behar bezala eguneratu da.
@@ -168,7 +175,7 @@ eu:
168
175
  success: Erabiltzailea behar bezala kendu da muntaia honetatik.
169
176
  edit:
170
177
  title: Eguneratu muntaia erabiltzailea.
171
- update: eguneratzearen
178
+ update: Eguneratu
172
179
  index:
173
180
  assembly_admins_title: Batzar erabiltzaileak
174
181
  new:
@@ -212,22 +219,22 @@ eu:
212
219
  fields:
213
220
  ceased_date: Data amaitua
214
221
  designation_date: Deuseztapen data
215
- full_name: izena
222
+ full_name: Izena
216
223
  position: Kargua
217
224
  name: kidea
218
225
  positions:
219
226
  other: Beste
220
227
  president: Lehendakaria
221
- secretary: idazkari
228
+ secretary: Idazkaritza
222
229
  vice_president: Lehendakariordea
223
230
  assembly_user_role:
224
231
  fields:
225
- email: Emaila
226
- name: izena
227
- role: Role
232
+ email: Helbide elektronikoa
233
+ name: Izena
234
+ role: Rola
228
235
  name: Batzar Erabiltzailea
229
236
  roles:
230
- admin: Administrator
237
+ admin: Administratzailea
231
238
  collaborator: Kolaboratzaile
232
239
  moderator: Moderatzaile
233
240
  valuator: Ebaluatzailea
@@ -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
@@ -74,7 +82,7 @@ fi-pl:
74
82
  assembly:
75
83
  attributes:
76
84
  document:
77
- allowed_file_content_types: 'Virheellinen asiakirjan tyyppi. Hyväksytyt tiedostomuodot ovat: %{types}'
85
+ allowed_file_content_types: 'Virheellinen tiedostomuoto. Ainoastaan seuraavat tiedostomuodot on sallittu: %{types}'
78
86
  activerecord:
79
87
  models:
80
88
  decidim/assembly:
@@ -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
@@ -74,7 +82,7 @@ fi:
74
82
  assembly:
75
83
  attributes:
76
84
  document:
77
- allowed_file_content_types: 'Virheellinen asiakirjan tyyppi. Hyväksytyt tiedostomuodot ovat: %{types}'
85
+ allowed_file_content_types: 'Virheellinen tiedostomuoto. Ainoastaan seuraavat tiedostomuodot on sallittu: %{types}'
78
86
  activerecord:
79
87
  models:
80
88
  decidim/assembly:
@@ -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"
@@ -74,7 +82,7 @@ fr-CA:
74
82
  assembly:
75
83
  attributes:
76
84
  document:
77
- allowed_file_content_types: 'Type de document invalide. Les formats acceptés sont: %{types}'
85
+ allowed_file_content_types: 'Type de document invalide. Seuls les fichiers avec les extensions suivantes sont autorisés : %{types}'
78
86
  activerecord:
79
87
  models:
80
88
  decidim/assembly:
@@ -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"
@@ -74,7 +82,7 @@ fr:
74
82
  assembly:
75
83
  attributes:
76
84
  document:
77
- allowed_file_content_types: 'Type de document invalide. Les formats acceptés sont: %{types}'
85
+ allowed_file_content_types: 'Type de document invalide. Seuls les fichiers avec les extensions suivantes sont autorisés : %{types}'
78
86
  activerecord:
79
87
  models:
80
88
  decidim/assembly:
@@ -0,0 +1 @@
1
+ gn:
@@ -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:
@@ -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: 名前
@@ -74,7 +82,7 @@ ja:
74
82
  assembly:
75
83
  attributes:
76
84
  document:
77
- allowed_file_content_types: '無効なドキュメントタイプです。使用できるフォーマット: %{types}'
85
+ allowed_file_content_types: '無効なドキュメントタイプです。次の拡張子を持つファイルのみ許可されます: %{types}'
78
86
  activerecord:
79
87
  models:
80
88
  decidim/assembly:
@@ -0,0 +1 @@
1
+ ka:
@@ -0,0 +1 @@
1
+ lo:
@@ -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:
@@ -69,12 +69,6 @@ nl:
69
69
  email: E-mail
70
70
  name: Naam
71
71
  role: Rol
72
- errors:
73
- models:
74
- assembly:
75
- attributes:
76
- document:
77
- allowed_file_content_types: 'Ongeldig documenttype. Aanvaarde formaten zijn: %{types}'
78
72
  activerecord:
79
73
  models:
80
74
  decidim/assembly:
@@ -5,6 +5,7 @@ pl:
5
5
  assemblies_setting:
6
6
  enable_organization_chart: Włącz wykres dla organizacji
7
7
  assembly:
8
+ announcement: Powiadomienie
8
9
  area_id: Kategoria
9
10
  assembly_type: Typ zespołu
10
11
  assembly_type_other: Typ zespołu inny
@@ -74,7 +75,7 @@ pl:
74
75
  assembly:
75
76
  attributes:
76
77
  document:
77
- allowed_file_content_types: 'Nieprawidłowy typ dokumentu. Akceptowane formaty to: %{types}'
78
+ allowed_file_content_types: 'Nieprawidłowy typ dokumentu. Dozwolone tylko pliki z następującymi rozszerzeniami: %{types}'
78
79
  activerecord:
79
80
  models:
80
81
  decidim/assembly:
@@ -249,6 +250,9 @@ pl:
249
250
  admin_log:
250
251
  assembly:
251
252
  create: "%{user_name} utworzył(a) zespół %{resource_name}"
253
+ duplicate: "%{user_name} zduplikował(a) zespół %{resource_name}"
254
+ export: "%{user_name} wyeksportował(a) zespół %{resource_name}"
255
+ import: "%{user_name} zaimportował(a) zespół %{resource_name}"
252
256
  publish: "%{user_name} upublicznił(a) zespół %{resource_name}"
253
257
  unpublish: "%{user_name} anulował(a) publikację zespołu %{resource_name}"
254
258
  update: "%{user_name} zaktualizował(a) zespół %{resource_name}"
@@ -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: Ordinea în poziționare
63
+ weight: Poziție
57
64
  youtube: YouTube
58
65
  assembly_member:
59
66
  birthday: Data nașterii
@@ -65,10 +72,17 @@ 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
71
79
  role: Rol
80
+ errors:
81
+ models:
82
+ assembly:
83
+ attributes:
84
+ document:
85
+ allowed_file_content_types: 'Tip de document invalid. Sunt permise numai fișiere cu următoarele extensii: %{types}'
72
86
  activerecord:
73
87
  models:
74
88
  decidim/assembly:
@@ -240,6 +254,9 @@ ro:
240
254
  admin_log:
241
255
  assembly:
242
256
  create: "%{user_name} a creat grupul de lucru %{resource_name}"
257
+ duplicate: "%{user_name} a actualizat adunarea %{resource_name}"
258
+ export: "%{user_name} a actualizat adunarea %{resource_name}"
259
+ import: "%{user_name} a actualizat adunarea %{resource_name}"
243
260
  publish: "%{user_name} a publicat grupul de lucru %{resource_name}"
244
261
  unpublish: "%{user_name} a anulat publicarea grupului de lucru %{resource_name}"
245
262
  update: "%{user_name} a actualizat grupul de lucru %{resource_name}"
@@ -316,6 +333,9 @@ ro:
316
333
  new_import:
317
334
  accepted_types:
318
335
  json: JSON
336
+ assemblies:
337
+ show:
338
+ title: Despre această adunare
319
339
  assembly_members:
320
340
  index:
321
341
  members: Membri
@@ -383,6 +403,7 @@ ro:
383
403
  related_participatory_processes: Procese participative asociate
384
404
  scope: Domeniu de interes
385
405
  social_networks: Rețele sociale
406
+ social_networks_title: Vizitează adunarea pe
386
407
  target: Cine participă
387
408
  assembly_members:
388
409
  assembly_member:
@@ -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: Vikt
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
@@ -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: :inclusive,
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
@@ -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,
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-assemblies version.
5
5
  module Assemblies
6
6
  def self.version
7
- "0.27.0"
7
+ "0.27.2"
8
8
  end
9
9
  end
10
10
  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.0
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: 2022-09-29 00:00:00.000000000 Z
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.0
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.0
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.0
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.0
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.0
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.0
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
@@ -251,6 +279,7 @@ files:
251
279
  - config/locales/fr.yml
252
280
  - config/locales/ga-IE.yml
253
281
  - config/locales/gl.yml
282
+ - config/locales/gn-PY.yml
254
283
  - config/locales/hr-HR.yml
255
284
  - config/locales/hr.yml
256
285
  - config/locales/hu.yml
@@ -259,10 +288,12 @@ files:
259
288
  - config/locales/is.yml
260
289
  - config/locales/it.yml
261
290
  - config/locales/ja.yml
291
+ - config/locales/ka-GE.yml
262
292
  - config/locales/ko-KR.yml
263
293
  - config/locales/ko.yml
264
294
  - config/locales/lb-LU.yml
265
295
  - config/locales/lb.yml
296
+ - config/locales/lo-LA.yml
266
297
  - config/locales/lt-LT.yml
267
298
  - config/locales/lt.yml
268
299
  - config/locales/lv.yml
@@ -350,7 +381,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
350
381
  - !ruby/object:Gem::Version
351
382
  version: '0'
352
383
  requirements: []
353
- rubygems_version: 3.2.22
384
+ rubygems_version: 3.3.7
354
385
  signing_key:
355
386
  specification_version: 4
356
387
  summary: Decidim assemblies module