decidim-assemblies 0.28.3 → 0.29.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/assemblies/assembly_g_cell.rb +2 -2
- data/app/cells/decidim/assemblies/content_blocks/highlighted_assemblies_cell.rb +0 -4
- data/app/cells/decidim/assemblies/content_blocks/stats_cell.rb +1 -1
- data/app/commands/decidim/assemblies/admin/create_assemblies_type.rb +3 -31
- data/app/commands/decidim/assemblies/admin/create_assembly.rb +30 -89
- data/app/commands/decidim/assemblies/admin/create_assembly_member.rb +14 -66
- data/app/commands/decidim/assemblies/admin/destroy_assembly_member.rb +5 -37
- data/app/commands/decidim/assemblies/admin/import_assembly.rb +1 -1
- data/app/commands/decidim/assemblies/admin/update_assemblies_type.rb +2 -35
- data/app/commands/decidim/assemblies/admin/update_assembly.rb +22 -99
- data/app/commands/decidim/assemblies/admin/update_assembly_member.rb +8 -69
- data/app/controllers/decidim/assemblies/admin/assemblies_controller.rb +1 -1
- data/app/controllers/decidim/assemblies/admin/assemblies_types_controller.rb +4 -4
- data/app/controllers/decidim/assemblies/admin/assembly_members_controller.rb +1 -1
- data/app/controllers/decidim/assemblies/admin/participatory_space_private_users_controller.rb +1 -1
- data/app/controllers/decidim/assemblies/admin/participatory_space_private_users_csv_imports_controller.rb +1 -1
- data/app/controllers/decidim/assemblies/application_controller.rb +4 -1
- data/app/controllers/decidim/assemblies/assemblies_controller.rb +0 -3
- data/app/controllers/decidim/assemblies/assembly_members_controller.rb +0 -2
- data/app/forms/decidim/assemblies/admin/assembly_form.rb +0 -1
- data/app/helpers/decidim/assemblies/assemblies_helper.rb +0 -26
- data/app/permissions/decidim/assemblies/permissions.rb +1 -1
- data/app/presenters/decidim/assemblies/admin_log/assembly_presenter.rb +0 -1
- data/app/serializers/decidim/assemblies/assembly_importer.rb +0 -1
- data/app/serializers/decidim/assemblies/assembly_serializer.rb +1 -2
- data/app/views/decidim/assemblies/admin/assemblies/_form.html.erb +5 -9
- data/app/views/decidim/assemblies/admin/assembly_members/index.html.erb +1 -1
- data/app/views/decidim/assemblies/admin/assembly_user_roles/index.html.erb +1 -1
- data/app/views/decidim/assemblies/assemblies/show.html.erb +22 -18
- data/app/views/decidim/assemblies/assembly_members/index.html.erb +2 -1
- data/config/locales/ar.yml +0 -6
- data/config/locales/bg.yml +2 -7
- data/config/locales/ca.yml +3 -8
- data/config/locales/cs.yml +1 -6
- data/config/locales/de.yml +3 -8
- data/config/locales/el.yml +0 -6
- data/config/locales/en.yml +2 -7
- data/config/locales/es-MX.yml +2 -7
- data/config/locales/es-PY.yml +1 -6
- data/config/locales/es.yml +4 -9
- data/config/locales/eu.yml +2 -7
- data/config/locales/fi-plain.yml +1 -6
- data/config/locales/fi.yml +1 -6
- data/config/locales/fr-CA.yml +2 -7
- data/config/locales/fr.yml +2 -7
- data/config/locales/ga-IE.yml +0 -3
- data/config/locales/gl.yml +0 -6
- data/config/locales/he-IL.yml +0 -4
- data/config/locales/hu.yml +1 -7
- data/config/locales/id-ID.yml +0 -5
- data/config/locales/is-IS.yml +0 -4
- data/config/locales/it.yml +0 -6
- data/config/locales/ja.yml +2 -7
- data/config/locales/lb.yml +0 -5
- data/config/locales/lt.yml +0 -6
- data/config/locales/lv.yml +0 -5
- data/config/locales/nl.yml +0 -6
- data/config/locales/no.yml +0 -6
- data/config/locales/pl.yml +1 -12
- data/config/locales/pt-BR.yml +0 -6
- data/config/locales/pt.yml +0 -6
- data/config/locales/ro-RO.yml +0 -6
- data/config/locales/ru.yml +0 -5
- data/config/locales/sk.yml +0 -3
- data/config/locales/sl.yml +0 -2
- data/config/locales/sq-AL.yml +2 -3
- data/config/locales/sv.yml +123 -189
- data/config/locales/tr-TR.yml +0 -5
- data/config/locales/uk.yml +0 -5
- data/config/locales/zh-CN.yml +0 -5
- data/config/locales/zh-TW.yml +0 -6
- data/db/migrate/20240712061153_change_show_statistics_from_decidim_assemblies.rb +11 -0
- data/decidim-assemblies.gemspec +1 -1
- data/lib/decidim/api/assembly_type.rb +5 -6
- data/lib/decidim/assemblies/content_blocks/registry_manager.rb +1 -1
- data/lib/decidim/assemblies/engine.rb +1 -0
- data/lib/decidim/assemblies/menu.rb +11 -0
- data/lib/decidim/assemblies/seeds.rb +1 -11
- data/lib/decidim/assemblies/test/factories.rb +0 -1
- data/lib/decidim/assemblies/version.rb +1 -1
- metadata +17 -18
- data/app/commands/decidim/assemblies/admin/destroy_assemblies_type.rb +0 -45
- data/app/views/layouts/decidim/assembly.html.erb +0 -18
data/config/locales/es-MX.yml
CHANGED
@@ -51,7 +51,6 @@ es-MX:
|
|
51
51
|
scope_id: Ámbito
|
52
52
|
scopes_enabled: Ámbitos habilitados
|
53
53
|
short_description: Descripción breve
|
54
|
-
show_statistics: Mostrar estadísticas
|
55
54
|
slug: Texto corto de URL
|
56
55
|
special_features: Características especiales
|
57
56
|
subtitle: Subtítulo
|
@@ -297,7 +296,7 @@ es-MX:
|
|
297
296
|
slug_help_html: 'Los textos cortos de URL se utilizan para generar las URL que apuntan a esta asamblea. Sólo acepta letras, números y guiones, y debe comenzar con una letra. Ejemplo: %{url}'
|
298
297
|
social_handlers: Social
|
299
298
|
title: Información general
|
300
|
-
|
299
|
+
visibility: Visibilidad
|
301
300
|
assemblies_types:
|
302
301
|
form:
|
303
302
|
title: Título
|
@@ -311,7 +310,7 @@ es-MX:
|
|
311
310
|
form:
|
312
311
|
existing_user: Usuario existente
|
313
312
|
explanation: 'Instrucciones para la imagen:'
|
314
|
-
image_guide: Preferiblemente una imagen
|
313
|
+
image_guide: Preferiblemente una imagen apaisada que no tenga ningún texto.
|
315
314
|
non_user: No usuario
|
316
315
|
non_user_avatar_help: Debes obtener el consentimiento de las personas antes de publicarles como miembros.
|
317
316
|
select_a_position: Selecciona una posición
|
@@ -397,11 +396,7 @@ es-MX:
|
|
397
396
|
show:
|
398
397
|
assembly_type: Tipo de asambleas
|
399
398
|
duration: Duración
|
400
|
-
is_transparent:
|
401
|
-
'false': opaco
|
402
|
-
'true': transparente
|
403
399
|
private_space: Esta es una asamblea privada
|
404
|
-
related_participatory_processes: Procesos participativos relacionados
|
405
400
|
social_networks_title: Visita la asamblea en
|
406
401
|
assembly_members:
|
407
402
|
assembly_member:
|
data/config/locales/es-PY.yml
CHANGED
@@ -51,7 +51,6 @@ es-PY:
|
|
51
51
|
scope_id: Ámbito
|
52
52
|
scopes_enabled: Ámbitos habilitados
|
53
53
|
short_description: Descripción breve
|
54
|
-
show_statistics: Mostrar estadísticas
|
55
54
|
slug: Texto corto de URL
|
56
55
|
special_features: Características especiales
|
57
56
|
subtitle: Subtítulo
|
@@ -297,7 +296,7 @@ es-PY:
|
|
297
296
|
slug_help_html: 'Los textos cortos de URL se utilizan para generar las URL que apuntan a esta asamblea. Sólo acepta letras, números y guiones, y debe comenzar con una letra. Ejemplo: %{url}'
|
298
297
|
social_handlers: Social
|
299
298
|
title: Información general
|
300
|
-
|
299
|
+
visibility: Visibilidad
|
301
300
|
assemblies_types:
|
302
301
|
form:
|
303
302
|
title: Título
|
@@ -397,11 +396,7 @@ es-PY:
|
|
397
396
|
show:
|
398
397
|
assembly_type: Tipo de asambleas
|
399
398
|
duration: Duración
|
400
|
-
is_transparent:
|
401
|
-
'false': opaco
|
402
|
-
'true': transparente
|
403
399
|
private_space: Esta es una asamblea privada
|
404
|
-
related_participatory_processes: Procesos participativos relacionados
|
405
400
|
social_networks_title: Visita la asamblea en
|
406
401
|
assembly_members:
|
407
402
|
assembly_member:
|
data/config/locales/es.yml
CHANGED
@@ -40,7 +40,7 @@ es:
|
|
40
40
|
is_transparent: Es transparente
|
41
41
|
local_area: Área de organización
|
42
42
|
meta_scope: Metadatos de ámbito
|
43
|
-
parent_id: Asamblea
|
43
|
+
parent_id: Asamblea principal
|
44
44
|
participatory_processes_ids: Procesos participativos relacionados
|
45
45
|
participatory_scope: Qué se decide
|
46
46
|
participatory_structure: Cómo se decide
|
@@ -51,7 +51,6 @@ es:
|
|
51
51
|
scope_id: Ámbito
|
52
52
|
scopes_enabled: Ámbitos habilitados
|
53
53
|
short_description: Descripción breve
|
54
|
-
show_statistics: Mostrar estadísticas
|
55
54
|
slug: Texto corto de URL
|
56
55
|
special_features: Características especiales
|
57
56
|
subtitle: Subtítulo
|
@@ -237,7 +236,7 @@ es:
|
|
237
236
|
positions:
|
238
237
|
other: Otro
|
239
238
|
president: Presidencia
|
240
|
-
secretary:
|
239
|
+
secretary: Secretaria
|
241
240
|
vice_president: Vicepresidencia
|
242
241
|
assembly_user_role:
|
243
242
|
fields:
|
@@ -293,11 +292,11 @@ es:
|
|
293
292
|
select_a_created_by: Selecciona una creadora
|
294
293
|
select_an_area: Selecciona un área
|
295
294
|
select_an_assembly_type: Selecciona un tipo de asamblea
|
296
|
-
select_parent_assembly: Selecciona una asamblea
|
295
|
+
select_parent_assembly: Selecciona una asamblea principal
|
297
296
|
slug_help_html: 'Los textos cortos de URL se utilizan para generar las URL que apuntan a esta asamblea. Sólo acepta letras, números y guiones, y debe comenzar con una letra. Ejemplo: %{url}'
|
298
297
|
social_handlers: Social
|
299
298
|
title: Información general
|
300
|
-
|
299
|
+
visibility: Visibilidad
|
301
300
|
assemblies_types:
|
302
301
|
form:
|
303
302
|
title: Editar tipo de asamblea
|
@@ -397,11 +396,7 @@ es:
|
|
397
396
|
show:
|
398
397
|
assembly_type: Tipo de asambleas
|
399
398
|
duration: Duración
|
400
|
-
is_transparent:
|
401
|
-
'false': opaca
|
402
|
-
'true': transparente
|
403
399
|
private_space: Esta es una asamblea privada
|
404
|
-
related_participatory_processes: Procesos participativos relacionados
|
405
400
|
social_networks_title: Visita la asamblea en
|
406
401
|
assembly_members:
|
407
402
|
assembly_member:
|
data/config/locales/eu.yml
CHANGED
@@ -51,7 +51,6 @@ eu:
|
|
51
51
|
scope_id: Esparrua
|
52
52
|
scopes_enabled: Esparru gaituak
|
53
53
|
short_description: Deskribapen laburra
|
54
|
-
show_statistics: Erakutsi estatistikak
|
55
54
|
slug: URL laburra
|
56
55
|
special_features: Ezaugarri bereziak
|
57
56
|
subtitle: Azpititulua
|
@@ -297,7 +296,7 @@ eu:
|
|
297
296
|
slug_help_html: 'URL-ren testu laburrak batzar honetara daramaten URL-ak sortzeko erabiltzen dira. Letrak, zenbakiak eta gidoiak soilik onartzen ditu, eta letra batez hasi behar du. Adibidea: % {url}'
|
298
297
|
social_handlers: Soziala
|
299
298
|
title: Informazio orokorra
|
300
|
-
|
299
|
+
visibility: Ikusgarritasuna
|
301
300
|
assemblies_types:
|
302
301
|
form:
|
303
302
|
title: Editatu batzar mota
|
@@ -311,7 +310,7 @@ eu:
|
|
311
310
|
form:
|
312
311
|
existing_user: Parte-hartzailea existitzen da
|
313
312
|
explanation: 'Jarraibideak irudirako:'
|
314
|
-
image_guide: Ahal
|
313
|
+
image_guide: Ahal dela, testurik gabeko irudi bertikal bat.
|
315
314
|
non_user: Erabiltzailea ez
|
316
315
|
non_user_avatar_help: Pertsonen baimena lortu beharko zenuke, kide gisa argitaratu baino lehen.
|
317
316
|
select_a_position: Hautatu posizio bat
|
@@ -397,11 +396,7 @@ eu:
|
|
397
396
|
show:
|
398
397
|
assembly_type: Batzar mota
|
399
398
|
duration: Iraupena
|
400
|
-
is_transparent:
|
401
|
-
'false': opakua
|
402
|
-
'true': gardena
|
403
399
|
private_space: Hau batzar pribatua da
|
404
|
-
related_participatory_processes: Erlazionatutako prozesu parte-hartzaileak
|
405
400
|
social_networks_title: 'Bisitatu batzarra:'
|
406
401
|
assembly_members:
|
407
402
|
assembly_member:
|
data/config/locales/fi-plain.yml
CHANGED
@@ -51,7 +51,6 @@ fi-pl:
|
|
51
51
|
scope_id: Teema
|
52
52
|
scopes_enabled: Teemat käytössä
|
53
53
|
short_description: Lyhyt kuvaus
|
54
|
-
show_statistics: Näytä tilastot
|
55
54
|
slug: URL-tunniste
|
56
55
|
special_features: Lisäominaisuudet
|
57
56
|
subtitle: Alaotsikko
|
@@ -297,7 +296,7 @@ fi-pl:
|
|
297
296
|
slug_help_html: 'URL-tunnisteita käytetään tähän ryhmään osoittavien URL-osoitteiden luonnissa. Hyväksyy kirjaimet, numerot ja viivat. Ensimmäinen merkki on oltava kirjain. Esimerkiksi: %{url}'
|
298
297
|
social_handlers: Sosiaalinen media
|
299
298
|
title: Yleiset tiedot
|
300
|
-
|
299
|
+
visibility: Näkyvyys
|
301
300
|
assemblies_types:
|
302
301
|
form:
|
303
302
|
title: Otsikko
|
@@ -397,11 +396,7 @@ fi-pl:
|
|
397
396
|
show:
|
398
397
|
assembly_type: Ryhmän tyyppi
|
399
398
|
duration: Kesto
|
400
|
-
is_transparent:
|
401
|
-
'false': läpinäkymätön
|
402
|
-
'true': läpinäkyvä
|
403
399
|
private_space: Tämä on yksityinen ryhmä
|
404
|
-
related_participatory_processes: Liittyvät osallisuusprosessit
|
405
400
|
social_networks_title: Vieraile ryhmän sivulla palvelussa
|
406
401
|
assembly_members:
|
407
402
|
assembly_member:
|
data/config/locales/fi.yml
CHANGED
@@ -51,7 +51,6 @@ fi:
|
|
51
51
|
scope_id: Teema
|
52
52
|
scopes_enabled: Teemat käytössä
|
53
53
|
short_description: Lyhyt kuvaus
|
54
|
-
show_statistics: Näytä tilastot
|
55
54
|
slug: URL-tunniste
|
56
55
|
special_features: Lisäominaisuudet
|
57
56
|
subtitle: Alaotsikko
|
@@ -297,7 +296,7 @@ fi:
|
|
297
296
|
slug_help_html: 'URL-tunnisteita käytetään tähän ryhmään osoittavien URL-osoitteiden luonnissa. Hyväksyy kirjaimet, numerot ja viivat. Ensimmäinen merkki on oltava kirjain. Esimerkiksi: %{url}'
|
298
297
|
social_handlers: Sosiaalinen media
|
299
298
|
title: Yleiset tiedot
|
300
|
-
|
299
|
+
visibility: Näkyvyys
|
301
300
|
assemblies_types:
|
302
301
|
form:
|
303
302
|
title: Muokkaa ryhmätyyppiä
|
@@ -397,11 +396,7 @@ fi:
|
|
397
396
|
show:
|
398
397
|
assembly_type: Ryhmän tyyppi
|
399
398
|
duration: Kesto
|
400
|
-
is_transparent:
|
401
|
-
'false': läpinäkymätön
|
402
|
-
'true': läpinäkyvä
|
403
399
|
private_space: Tämä on yksityinen ryhmä
|
404
|
-
related_participatory_processes: Liittyvät osallistumisprosessit
|
405
400
|
social_networks_title: Vieraile ryhmän sivulla palvelussa
|
406
401
|
assembly_members:
|
407
402
|
assembly_member:
|
data/config/locales/fr-CA.yml
CHANGED
@@ -51,7 +51,6 @@ fr-CA:
|
|
51
51
|
scope_id: Périmètre d'application
|
52
52
|
scopes_enabled: Périmètres d'application activés
|
53
53
|
short_description: Résumé
|
54
|
-
show_statistics: Afficher les statistiques
|
55
54
|
slug: Identifiant
|
56
55
|
special_features: Particularités
|
57
56
|
subtitle: Sous-titre
|
@@ -297,7 +296,7 @@ fr-CA:
|
|
297
296
|
slug_help_html: 'Les identifiants d''URL sont utilisés pour générer les URL qui pointent vers cette assemblée. N''accepte que des lettres, des chiffres et des tirets et doit commencer par une lettre. Exemple : %{url}'
|
298
297
|
social_handlers: Réseaux sociaux
|
299
298
|
title: Informations générales
|
300
|
-
|
299
|
+
visibility: Visibilité
|
301
300
|
assemblies_types:
|
302
301
|
form:
|
303
302
|
title: Titre
|
@@ -311,7 +310,7 @@ fr-CA:
|
|
311
310
|
form:
|
312
311
|
existing_user: Utilisateur existant
|
313
312
|
explanation: 'Instruction concernant l’image:'
|
314
|
-
image_guide: De préférence une image
|
313
|
+
image_guide: De préférence une image au format portrait ne contenant pas de texte.
|
315
314
|
non_user: Utilisateur inconnu
|
316
315
|
non_user_avatar_help: Vous devriez obtenir le consentement des personnes avant de les publier en tant que membre.
|
317
316
|
select_a_position: Sélectionnez un statut
|
@@ -397,11 +396,7 @@ fr-CA:
|
|
397
396
|
show:
|
398
397
|
assembly_type: Type d'assemblée
|
399
398
|
duration: Durée
|
400
|
-
is_transparent:
|
401
|
-
'false': non-visible par les non-membres
|
402
|
-
'true': visible par les non-membres
|
403
399
|
private_space: Ceci est une assemblée privée
|
404
|
-
related_participatory_processes: Concertations associées
|
405
400
|
social_networks_title: Visiter l'assemblée sur
|
406
401
|
assembly_members:
|
407
402
|
assembly_member:
|
data/config/locales/fr.yml
CHANGED
@@ -51,7 +51,6 @@ fr:
|
|
51
51
|
scope_id: Périmètre d'application
|
52
52
|
scopes_enabled: Secteurs activés
|
53
53
|
short_description: Résumé
|
54
|
-
show_statistics: Afficher les statistiques
|
55
54
|
slug: Identifiant
|
56
55
|
special_features: Particularités
|
57
56
|
subtitle: Sous-titre
|
@@ -297,7 +296,7 @@ fr:
|
|
297
296
|
slug_help_html: 'Les identifiants d''URL sont utilisés pour générer les URL qui pointent vers cette assemblée. N''accepte que des lettres, des chiffres et des tirets et doit commencer par une lettre. Exemple : %{url}'
|
298
297
|
social_handlers: Réseaux sociaux
|
299
298
|
title: Informations générales
|
300
|
-
|
299
|
+
visibility: Visibilité
|
301
300
|
assemblies_types:
|
302
301
|
form:
|
303
302
|
title: Modifier le type d'assemblée
|
@@ -311,7 +310,7 @@ fr:
|
|
311
310
|
form:
|
312
311
|
existing_user: Utilisateur existant
|
313
312
|
explanation: 'Instruction concernant l’image :'
|
314
|
-
image_guide: De préférence une image
|
313
|
+
image_guide: De préférence une image au format portrait ne contenant pas de texte.
|
315
314
|
non_user: Utilisateur inconnu
|
316
315
|
non_user_avatar_help: Vous devriez obtenir le consentement de l'utilisateur avant d'ajouter une image à son profil.
|
317
316
|
select_a_position: Sélectionnez un statut
|
@@ -397,11 +396,7 @@ fr:
|
|
397
396
|
show:
|
398
397
|
assembly_type: Type d'assemblée
|
399
398
|
duration: Durée
|
400
|
-
is_transparent:
|
401
|
-
'false': non-visible par les non-membres
|
402
|
-
'true': visible par les non-membres
|
403
399
|
private_space: Ceci est une assemblée privée
|
404
|
-
related_participatory_processes: Concertations associées
|
405
400
|
social_networks_title: Visiter l'assemblée sur
|
406
401
|
assembly_members:
|
407
402
|
assembly_member:
|
data/config/locales/ga-IE.yml
CHANGED
data/config/locales/gl.yml
CHANGED
@@ -44,7 +44,6 @@ gl:
|
|
44
44
|
scope_id: Alcance
|
45
45
|
scopes_enabled: Ámbitos habilitados
|
46
46
|
short_description: Descrición curta
|
47
|
-
show_statistics: Amosar estatísticas
|
48
47
|
slug: URL slug
|
49
48
|
special_features: Características especiais
|
50
49
|
subtitle: Subtítulo
|
@@ -266,7 +265,6 @@ gl:
|
|
266
265
|
form:
|
267
266
|
existing_user: Usuario existente
|
268
267
|
explanation: 'Instrucións para a imaxe:'
|
269
|
-
image_guide: É preferíbel unha imaxe apaisada sen ningún texto.
|
270
268
|
non_user: Non usuario
|
271
269
|
non_user_avatar_help: Tes que obter o consentimento das persoas antes de publicalas coma membros.
|
272
270
|
select_a_position: Seleccione unha posición
|
@@ -321,11 +319,7 @@ gl:
|
|
321
319
|
show:
|
322
320
|
assembly_type: Tipo de montaxe
|
323
321
|
duration: Duración
|
324
|
-
is_transparent:
|
325
|
-
'false': opaco
|
326
|
-
'true': transparente
|
327
322
|
private_space: Esta é unha asemblea privada
|
328
|
-
related_participatory_processes: Procesos participativos relacionados
|
329
323
|
assembly_members:
|
330
324
|
assembly_member:
|
331
325
|
designated_on: Designado en
|
data/config/locales/he-IL.yml
CHANGED
@@ -51,7 +51,6 @@ he:
|
|
51
51
|
scope_id: היקף
|
52
52
|
scopes_enabled: היקפים מאופשרים
|
53
53
|
short_description: תיאור קצר
|
54
|
-
show_statistics: הצגת סטטיסטיקה
|
55
54
|
slug: כינוי לקישור
|
56
55
|
special_features: מאפיינים מיוחדים
|
57
56
|
decidim:
|
@@ -94,6 +93,3 @@ he:
|
|
94
93
|
assembly_user_roles:
|
95
94
|
create:
|
96
95
|
error: הייתה בעיה בהוספת מנהל.ת עבור אסיפה זו.
|
97
|
-
assemblies:
|
98
|
-
show:
|
99
|
-
related_participatory_processes: תהליך השתתפותי מקושר
|
data/config/locales/hu.yml
CHANGED
@@ -51,7 +51,6 @@ hu:
|
|
51
51
|
scope_id: Hatáskör
|
52
52
|
scopes_enabled: Hatáskörök engedélyezve
|
53
53
|
short_description: Rövid leírás
|
54
|
-
show_statistics: Statisztikák megjelenítése
|
55
54
|
slug: URL slug
|
56
55
|
special_features: Speciális funkciók
|
57
56
|
subtitle: Felirat
|
@@ -292,7 +291,7 @@ hu:
|
|
292
291
|
select_parent_assembly: Szülői összeállítás kiválasztása
|
293
292
|
social_handlers: Social
|
294
293
|
title: Általános információ
|
295
|
-
|
294
|
+
visibility: Láthatóság
|
296
295
|
assemblies_types:
|
297
296
|
form:
|
298
297
|
title: Cím
|
@@ -300,7 +299,6 @@ hu:
|
|
300
299
|
form:
|
301
300
|
existing_user: Meglévő résztvevő
|
302
301
|
explanation: 'Útmutató a képhez:'
|
303
|
-
image_guide: Olyan fekvő képek használata ajánlott, amelyek nem tartalmaznak szöveget.
|
304
302
|
non_user: Nem résztvevő
|
305
303
|
non_user_avatar_help: A tagként való szerepléshez hozzájárulást kell szerezni a személyektől.
|
306
304
|
select_a_position: Válassz pozíciót
|
@@ -386,11 +384,7 @@ hu:
|
|
386
384
|
show:
|
387
385
|
assembly_type: Gyűlés típusa
|
388
386
|
duration: Időtartam
|
389
|
-
is_transparent:
|
390
|
-
'false': áttetsző
|
391
|
-
'true': átlátszó
|
392
387
|
private_space: Ez egy privát gyűlés
|
393
|
-
related_participatory_processes: Kapcsolódó részvételi folyamatok
|
394
388
|
social_networks_title: Látogasd meg a gyűlést itt
|
395
389
|
assembly_members:
|
396
390
|
assembly_member:
|
data/config/locales/id-ID.yml
CHANGED
@@ -44,7 +44,6 @@ id:
|
|
44
44
|
scope_id: Cakupan
|
45
45
|
scopes_enabled: Lingkup diaktifkan
|
46
46
|
short_description: Deskripsi Singkat
|
47
|
-
show_statistics: Tampilkan statistik
|
48
47
|
slug: Siput URL
|
49
48
|
special_features: Fitur spesial
|
50
49
|
subtitle: Subtitle
|
@@ -271,11 +270,7 @@ id:
|
|
271
270
|
show:
|
272
271
|
assembly_type: Tipe perakitan
|
273
272
|
duration: Lamanya
|
274
|
-
is_transparent:
|
275
|
-
'false': buram
|
276
|
-
'true': transparan
|
277
273
|
private_space: Ini adalah pertemuan pribadi
|
278
|
-
related_participatory_processes: Proses Partisipatif Terkait
|
279
274
|
assembly_members:
|
280
275
|
assembly_member:
|
281
276
|
designated_on: Ditunjuk pada
|
data/config/locales/is-IS.yml
CHANGED
@@ -39,7 +39,6 @@ is:
|
|
39
39
|
scope_id: Umfang
|
40
40
|
scopes_enabled: Scopes virkt
|
41
41
|
short_description: Stutt lýsing
|
42
|
-
show_statistics: Sýna tölfræði
|
43
42
|
slug: URL slug
|
44
43
|
special_features: Sérstakir eiginleikar
|
45
44
|
subtitle: Texti
|
@@ -206,9 +205,6 @@ is:
|
|
206
205
|
show:
|
207
206
|
assembly_type: Samsetning gerð
|
208
207
|
duration: Lengd
|
209
|
-
is_transparent:
|
210
|
-
'false': ógagnsæ
|
211
|
-
'true': gagnsæ
|
212
208
|
private_space: Þetta er einkasamkoma
|
213
209
|
assembly_members:
|
214
210
|
index:
|
data/config/locales/it.yml
CHANGED
@@ -44,7 +44,6 @@ it:
|
|
44
44
|
scope_id: Obiettivi
|
45
45
|
scopes_enabled: Ambiti abilitati
|
46
46
|
short_description: Breve descrizione
|
47
|
-
show_statistics: Mostra statistiche
|
48
47
|
slug: URL slug
|
49
48
|
special_features: Caratteristiche speciali
|
50
49
|
subtitle: Sottotitolo
|
@@ -267,7 +266,6 @@ it:
|
|
267
266
|
form:
|
268
267
|
existing_user: Utente esistente
|
269
268
|
explanation: 'Guida per l''immagine:'
|
270
|
-
image_guide: È preferibile un'immagine verticale priva di testo.
|
271
269
|
non_user: Non utente
|
272
270
|
non_user_avatar_help: Si dovrebbe ottenere il consenso delle persone prima di renderle pubbliche come membri dell'assemblea.
|
273
271
|
select_a_position: Seleziona una posizione
|
@@ -322,11 +320,7 @@ it:
|
|
322
320
|
show:
|
323
321
|
assembly_type: Tipo di assemblea
|
324
322
|
duration: Durata
|
325
|
-
is_transparent:
|
326
|
-
'false': opaco
|
327
|
-
'true': trasparente
|
328
323
|
private_space: Questa è un'assemblea privata
|
329
|
-
related_participatory_processes: Processi partecipativi correlati
|
330
324
|
assembly_members:
|
331
325
|
assembly_member:
|
332
326
|
designated_on: Designato su
|
data/config/locales/ja.yml
CHANGED
@@ -51,7 +51,6 @@ ja:
|
|
51
51
|
scope_id: スコープ
|
52
52
|
scopes_enabled: スコープは有効です
|
53
53
|
short_description: 短い説明
|
54
|
-
show_statistics: 統計情報を表示
|
55
54
|
slug: URL スラグ
|
56
55
|
special_features: 特別な機能
|
57
56
|
subtitle: サブタイトル
|
@@ -294,7 +293,7 @@ ja:
|
|
294
293
|
slug_help_html: 'URLスラグは、この参加スペースを指すURLを生成するために使用されます。 英字、数字、ハイフンのみを受け付け、英字で始める必要があります。例: %{url}'
|
295
294
|
social_handlers: ソーシャル
|
296
295
|
title: 一般情報
|
297
|
-
|
296
|
+
visibility: 公開範囲
|
298
297
|
assemblies_types:
|
299
298
|
form:
|
300
299
|
title: タイトル
|
@@ -308,7 +307,7 @@ ja:
|
|
308
307
|
form:
|
309
308
|
existing_user: 既存の参加者
|
310
309
|
explanation: '画像のガイダンス:'
|
311
|
-
image_guide:
|
310
|
+
image_guide: テキストを含まない縦長の画像をお勧めします。
|
312
311
|
non_user: 参加者がいません
|
313
312
|
non_user_avatar_help: メンバーとして公開する前に同意を得る必要があります。
|
314
313
|
select_a_position: ポジションを選択
|
@@ -394,11 +393,7 @@ ja:
|
|
394
393
|
show:
|
395
394
|
assembly_type: 参加スペース種別
|
396
395
|
duration: 持続期間
|
397
|
-
is_transparent:
|
398
|
-
'false': 不透明な
|
399
|
-
'true': 透明性
|
400
396
|
private_space: これは私的参加スペースです
|
401
|
-
related_participatory_processes: 関連する参加型プロセス
|
402
397
|
social_networks_title: 参加スペースを訪問
|
403
398
|
assembly_members:
|
404
399
|
assembly_member:
|
data/config/locales/lb.yml
CHANGED
@@ -44,7 +44,6 @@ lb:
|
|
44
44
|
scope_id: Umfang
|
45
45
|
scopes_enabled: Bereiche aktiviert
|
46
46
|
short_description: Kurze Beschreibung
|
47
|
-
show_statistics: Zeige Statistiken
|
48
47
|
slug: URL-Block
|
49
48
|
special_features: Besondere Merkmale
|
50
49
|
subtitle: Untertitel
|
@@ -264,11 +263,7 @@ lb:
|
|
264
263
|
show:
|
265
264
|
assembly_type: Montageart
|
266
265
|
duration: Dauer
|
267
|
-
is_transparent:
|
268
|
-
'false': undurchsichtig
|
269
|
-
'true': transparent
|
270
266
|
private_space: Dies ist eine private Versammlung
|
271
|
-
related_participatory_processes: Ähnliche Beteiligungsprozesse
|
272
267
|
assembly_members:
|
273
268
|
assembly_member:
|
274
269
|
designated_on: Bezeichnet am
|
data/config/locales/lt.yml
CHANGED
@@ -51,7 +51,6 @@ lt:
|
|
51
51
|
scope_id: Apimtis
|
52
52
|
scopes_enabled: Įgalintos apimtys
|
53
53
|
short_description: Trumpas aprašymas
|
54
|
-
show_statistics: Rodyti statistiką
|
55
54
|
slug: URL priedas
|
56
55
|
special_features: Specialiosios ypatybės
|
57
56
|
subtitle: Paantraštė
|
@@ -290,7 +289,6 @@ lt:
|
|
290
289
|
form:
|
291
290
|
existing_user: Egzistuojantis dalyvis
|
292
291
|
explanation: 'Paveikslėliui skirtos gairės:'
|
293
|
-
image_guide: Pageidautina, kad tai būtų vertikalaus formato paveikslėlis be teksto.
|
294
292
|
non_user: Neturintis dalyvio statuso subjektas
|
295
293
|
non_user_avatar_help: Turite gauti naudotojų sutikimą prieš publikuodami juos kaip narius.
|
296
294
|
select_a_position: Pasirinkti poziciją
|
@@ -376,11 +374,7 @@ lt:
|
|
376
374
|
show:
|
377
375
|
assembly_type: Asamblėjos tipas
|
378
376
|
duration: Trukmė
|
379
|
-
is_transparent:
|
380
|
-
'false': neskaidru
|
381
|
-
'true': skaidru
|
382
377
|
private_space: Tai yra uždara asamblėja
|
383
|
-
related_participatory_processes: Susiję dalyvaujamieji procesai
|
384
378
|
social_networks_title: Aplankyti asamblėją
|
385
379
|
assembly_members:
|
386
380
|
assembly_member:
|
data/config/locales/lv.yml
CHANGED
@@ -41,7 +41,6 @@ lv:
|
|
41
41
|
scope_id: Darbības tvērums
|
42
42
|
scopes_enabled: Darbības tvērumi ir iespējoti
|
43
43
|
short_description: Īss apraksts
|
44
|
-
show_statistics: Rādīt statistiku
|
45
44
|
slug: URL sadaļas adrese (slug)
|
46
45
|
special_features: Īpašas funkcijas
|
47
46
|
subtitle: Apakšvirsraksts
|
@@ -294,11 +293,7 @@ lv:
|
|
294
293
|
show:
|
295
294
|
assembly_type: Asamblejas veids
|
296
295
|
duration: Ilgums
|
297
|
-
is_transparent:
|
298
|
-
'false': neskaidra
|
299
|
-
'true': caurskatāma
|
300
296
|
private_space: Šī ir privāta asambleja
|
301
|
-
related_participatory_processes: Saistītie līdzdalības procesi
|
302
297
|
assembly_members:
|
303
298
|
assembly_member:
|
304
299
|
designated_on: Izraudzīts
|
data/config/locales/nl.yml
CHANGED
@@ -44,7 +44,6 @@ nl:
|
|
44
44
|
scope_id: Scope
|
45
45
|
scopes_enabled: Scopes ingeschakeld
|
46
46
|
short_description: Korte beschrijving
|
47
|
-
show_statistics: Toon statistieken
|
48
47
|
slug: URL pad
|
49
48
|
special_features: Speciale functionaliteiten
|
50
49
|
subtitle: Ondertiteling
|
@@ -269,7 +268,6 @@ nl:
|
|
269
268
|
form:
|
270
269
|
existing_user: Bestaande deelnemer
|
271
270
|
explanation: 'Eigenschappen afbeelding:'
|
272
|
-
image_guide: Bij voorkeur een afbeelding in 'portretmodus' (staand) die geen tekst bevat.
|
273
271
|
non_user: Niet deelnemer
|
274
272
|
non_user_avatar_help: Je hebt de toestemming nodig van de personen voordat je ze als lid publiceert.
|
275
273
|
select_a_position: Selecteer een positie
|
@@ -324,11 +322,7 @@ nl:
|
|
324
322
|
show:
|
325
323
|
assembly_type: Groepstype
|
326
324
|
duration: Duur
|
327
|
-
is_transparent:
|
328
|
-
'false': ondoorzichtig
|
329
|
-
'true': Transparant
|
330
325
|
private_space: Dit is een privé event
|
331
|
-
related_participatory_processes: Verwante inspraakprocessen
|
332
326
|
social_networks_title: Bezoek groep op
|
333
327
|
assembly_members:
|
334
328
|
assembly_member:
|
data/config/locales/no.yml
CHANGED
@@ -44,7 +44,6 @@
|
|
44
44
|
scope_id: Tema
|
45
45
|
scopes_enabled: Temaer aktivert
|
46
46
|
short_description: Kort beskrivelse
|
47
|
-
show_statistics: Vis statistikk
|
48
47
|
slug: URL slug
|
49
48
|
special_features: Spesialfunksjoner
|
50
49
|
subtitle: Undertittel
|
@@ -265,7 +264,6 @@
|
|
265
264
|
form:
|
266
265
|
existing_user: Eksisterende deltaker
|
267
266
|
explanation: 'Veiledning for bilde:'
|
268
|
-
image_guide: Helst et portrettbilde uten tekst.
|
269
267
|
non_user: Ingen deltakende
|
270
268
|
non_user_avatar_help: Du bør få samtykke fra personene før du offentliggjør dem som medlem.
|
271
269
|
select_a_position: Velg en posisjon
|
@@ -318,11 +316,7 @@
|
|
318
316
|
show:
|
319
317
|
assembly_type: Forsamlingstype
|
320
318
|
duration: Varighet
|
321
|
-
is_transparent:
|
322
|
-
'false': opaque
|
323
|
-
'true': privat
|
324
319
|
private_space: Dette er en privat forsamling
|
325
|
-
related_participatory_processes: Relaterte deltakerprosesser
|
326
320
|
assembly_members:
|
327
321
|
assembly_member:
|
328
322
|
designated_on: Utpekt på
|
data/config/locales/pl.yml
CHANGED
@@ -51,7 +51,6 @@ pl:
|
|
51
51
|
scope_id: Zakres
|
52
52
|
scopes_enabled: Zakresy dozwolone
|
53
53
|
short_description: Krótki opis
|
54
|
-
show_statistics: Pokaż statystyki
|
55
54
|
slug: URL slug
|
56
55
|
special_features: Cechy szczególne
|
57
56
|
subtitle: Podtytuł
|
@@ -303,7 +302,7 @@ pl:
|
|
303
302
|
slug_help_html: 'Slugi URL służą do generowania adresów URL kierujących bezpośrednio do tego zgromadzenia. Można użyć liter, cyfr i myślników. Musi zaczynać się od litery. Przykład: %{url}'
|
304
303
|
social_handlers: Profile społecznościowe
|
305
304
|
title: Informacje ogólne
|
306
|
-
|
305
|
+
visibility: Widoczność
|
307
306
|
assemblies_types:
|
308
307
|
form:
|
309
308
|
title: Tytuł
|
@@ -403,11 +402,7 @@ pl:
|
|
403
402
|
show:
|
404
403
|
assembly_type: Typ zespołu
|
405
404
|
duration: Czas trwania
|
406
|
-
is_transparent:
|
407
|
-
'false': nietransparentny
|
408
|
-
'true': transparentny
|
409
405
|
private_space: To jest prywatny zespół
|
410
|
-
related_participatory_processes: Powiązane procesy partycypacyjne
|
411
406
|
social_networks_title: Odwiedź zespół na
|
412
407
|
assembly_members:
|
413
408
|
assembly_member:
|
@@ -459,12 +454,6 @@ pl:
|
|
459
454
|
take_part: Dołącz
|
460
455
|
index:
|
461
456
|
promoted_assemblies: Wyróżnione zespoły
|
462
|
-
metadata:
|
463
|
-
children_item:
|
464
|
-
one: "%{count} zespół"
|
465
|
-
few: "%{count} zespoły"
|
466
|
-
many: "%{count} zespołów"
|
467
|
-
other: "%{count} zespołów"
|
468
457
|
order_by_assemblies:
|
469
458
|
assemblies:
|
470
459
|
one: "%{count} zespół"
|