decidim-assemblies 0.23.6 → 0.24.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_m_cell.rb +2 -0
- data/app/cells/decidim/assemblies/statistic/show.erb +9 -0
- data/app/cells/decidim/assemblies/statistic_cell.rb +20 -0
- data/app/cells/decidim/assemblies/statistics/show.erb +17 -0
- data/app/cells/decidim/assemblies/statistics_cell.rb +18 -0
- data/app/commands/decidim/assemblies/admin/create_assembly.rb +1 -0
- data/app/commands/decidim/assemblies/admin/update_assembly.rb +2 -1
- data/app/controllers/decidim/assemblies/admin/imports_controller.rb +14 -0
- data/app/controllers/decidim/assemblies/admin/moderations/reports_controller.rb +14 -0
- data/app/controllers/decidim/assemblies/assemblies_controller.rb +1 -1
- data/app/forms/decidim/assemblies/admin/assembly_form.rb +1 -0
- data/app/helpers/decidim/assemblies/admin/assemblies_admin_menu_helper.rb +15 -0
- data/app/models/decidim/assembly.rb +3 -3
- data/app/presenters/decidim/assemblies/assembly_stats_presenter.rb +35 -25
- data/app/queries/decidim/assemblies/organization_assemblies.rb +1 -1
- data/app/queries/decidim/assemblies/organization_published_assemblies.rb +1 -1
- data/app/serializers/decidim/assemblies/assembly_serializer.rb +1 -0
- data/app/views/decidim/assemblies/admin/assemblies/_form.html.erb +4 -0
- data/app/views/decidim/assemblies/admin/assemblies/index.html.erb +11 -1
- data/app/views/decidim/assemblies/admin/assemblies_types/index.html.erb +1 -1
- data/app/views/decidim/assemblies/assemblies/show.html.erb +1 -1
- data/app/views/layouts/decidim/admin/assemblies.html.erb +2 -20
- data/app/views/layouts/decidim/admin/assembly.html.erb +2 -1
- data/config/locales/ar.yml +0 -1
- data/config/locales/ca.yml +1 -4
- data/config/locales/cs.yml +11 -5
- data/config/locales/de.yml +9 -3
- data/config/locales/el.yml +0 -4
- data/config/locales/en.yml +9 -3
- data/config/locales/es-MX.yml +0 -4
- data/config/locales/es-PY.yml +0 -4
- data/config/locales/es.yml +0 -4
- data/config/locales/eu.yml +0 -1
- data/config/locales/fi-plain.yml +9 -3
- data/config/locales/fi.yml +9 -3
- data/config/locales/fr-CA.yml +9 -3
- data/config/locales/fr.yml +9 -3
- data/config/locales/gl.yml +0 -57
- data/config/locales/hu.yml +0 -4
- data/config/locales/id-ID.yml +0 -1
- data/config/locales/is-IS.yml +0 -1
- data/config/locales/it.yml +0 -4
- data/config/locales/ja.yml +0 -4
- data/config/locales/lv.yml +0 -4
- data/config/locales/nl.yml +9 -3
- data/config/locales/no.yml +0 -4
- data/config/locales/pl.yml +16 -10
- data/config/locales/pt-BR.yml +0 -1
- data/config/locales/pt.yml +0 -4
- data/config/locales/ro-RO.yml +101 -135
- data/config/locales/ru.yml +1 -2
- data/config/locales/sk.yml +0 -3
- data/config/locales/sl.yml +0 -1
- data/config/locales/sr-CS.yml +0 -3
- data/config/locales/sv.yml +1 -7
- data/config/locales/tr-TR.yml +0 -4
- data/config/locales/uk.yml +1 -2
- data/config/locales/zh-CN.yml +0 -4
- data/db/migrate/20210204152393_add_weight_field_to_assembly.rb +7 -0
- data/lib/decidim/api/assemblies_type_type.rb +16 -0
- data/lib/decidim/api/assembly_member_type.rb +28 -0
- data/lib/decidim/api/assembly_type.rb +64 -0
- data/lib/decidim/assemblies/admin_engine.rb +31 -1
- data/lib/decidim/assemblies/api.rb +9 -0
- data/lib/decidim/assemblies/engine.rb +3 -5
- data/lib/decidim/assemblies/participatory_space.rb +38 -38
- data/lib/decidim/assemblies/query_extensions.rb +39 -20
- data/lib/decidim/assemblies/test/factories.rb +5 -4
- data/lib/decidim/assemblies/version.rb +1 -1
- data/lib/decidim/assemblies.rb +1 -0
- metadata +24 -16
- data/app/types/decidim/assemblies/assemblies_type_type.rb +0 -17
- data/app/types/decidim/assemblies/assembly_member_type.rb +0 -29
- data/app/types/decidim/assemblies/assembly_type.rb +0 -67
- data/app/views/decidim/assemblies/assemblies/_statistics.html.erb +0 -10
data/config/locales/en.yml
CHANGED
@@ -53,6 +53,7 @@ en:
|
|
53
53
|
target: Who participates
|
54
54
|
title: Title
|
55
55
|
twitter: Twitter
|
56
|
+
weight: Weight
|
56
57
|
youtube: YouTube
|
57
58
|
assembly_member:
|
58
59
|
birthday: Birthday
|
@@ -250,7 +251,7 @@ en:
|
|
250
251
|
update: "%{user_name} updated the assemblies settings"
|
251
252
|
assembly_type:
|
252
253
|
create: "%{user_name} created the %{resource_name} assembly type"
|
253
|
-
delete: "%{user_name} removed the %{resource_name}
|
254
|
+
delete: "%{user_name} removed the %{resource_name} assembly type"
|
254
255
|
publish: "%{user_name} published the %{resource_name} assembly type"
|
255
256
|
unpublish: "%{user_name} unpublished the %{resource_name} assembly type"
|
256
257
|
update: "%{user_name} updated the %{resource_name} assembly type"
|
@@ -387,14 +388,19 @@ en:
|
|
387
388
|
comments_count: Comments
|
388
389
|
debates_count: Debates
|
389
390
|
endorsements_count: Endorsements
|
390
|
-
|
391
|
+
followers_count: Followers
|
392
|
+
headline: Statistics
|
391
393
|
meetings_count: Meetings
|
394
|
+
no_stats: There are no statistics yet.
|
392
395
|
orders_count: Supports
|
393
396
|
pages_count: Pages
|
397
|
+
participants_count: Participants
|
394
398
|
posts_count: Posts
|
399
|
+
processes_count: Processes
|
395
400
|
projects_count: Projects
|
396
401
|
proposals_count: Proposals
|
397
402
|
results_count: Results
|
403
|
+
supports_count: Supports
|
398
404
|
surveys_count: Surveys
|
399
405
|
users_count: Participants
|
400
406
|
votes_count: Supports
|
@@ -445,7 +451,7 @@ en:
|
|
445
451
|
hero:
|
446
452
|
participate_title: Participate to the platform's processes
|
447
453
|
sub_hero:
|
448
|
-
register_title: Sign up to create an account
|
454
|
+
register_title: Sign up to create an account
|
449
455
|
participatory_processes:
|
450
456
|
pages:
|
451
457
|
home:
|
data/config/locales/es-MX.yml
CHANGED
@@ -249,7 +249,6 @@ es-MX:
|
|
249
249
|
update: "%{user_name} ha actualizado la configuración de las asambleas"
|
250
250
|
assembly_type:
|
251
251
|
create: "%{user_name} creó el tipo de asamblea %{resource_name}"
|
252
|
-
delete: "%{user_name} eliminó al miembro %{resource_name} del tipo de asamblea %{space_name}"
|
253
252
|
publish: "%{user_name} publicó el tipo de asamblea %{resource_name}"
|
254
253
|
unpublish: "%{user_name} despublicó el tipo de asamblea %{resource_name}"
|
255
254
|
update: "%{user_name} actualizó el tipo de asamblea %{resource_name}"
|
@@ -386,7 +385,6 @@ es-MX:
|
|
386
385
|
comments_count: Comentarios
|
387
386
|
debates_count: Debates
|
388
387
|
endorsements_count: Adhesiones
|
389
|
-
headline: Actividad
|
390
388
|
meetings_count: Encuentros
|
391
389
|
orders_count: Votos
|
392
390
|
pages_count: Páginas
|
@@ -443,8 +441,6 @@ es-MX:
|
|
443
441
|
home:
|
444
442
|
hero:
|
445
443
|
participate_title: Participar en los procesos de la plataforma
|
446
|
-
sub_hero:
|
447
|
-
register_title: Regístrate para crear una cuenta en la plataforma
|
448
444
|
participatory_processes:
|
449
445
|
pages:
|
450
446
|
home:
|
data/config/locales/es-PY.yml
CHANGED
@@ -249,7 +249,6 @@ es-PY:
|
|
249
249
|
update: "%{user_name} ha actualizado la configuración de las asambleas"
|
250
250
|
assembly_type:
|
251
251
|
create: "%{user_name} creó el tipo de asamblea %{resource_name}"
|
252
|
-
delete: "%{user_name} eliminó al miembro %{resource_name} del tipo de asamblea %{space_name}"
|
253
252
|
publish: "%{user_name} publicó el tipo de asamblea %{resource_name}"
|
254
253
|
unpublish: "%{user_name} despublicó el tipo de asamblea %{resource_name}"
|
255
254
|
update: "%{user_name} actualizó el tipo de asamblea %{resource_name}"
|
@@ -386,7 +385,6 @@ es-PY:
|
|
386
385
|
comments_count: Comentarios
|
387
386
|
debates_count: Debates
|
388
387
|
endorsements_count: Adhesiones
|
389
|
-
headline: Actividad
|
390
388
|
meetings_count: Encuentros
|
391
389
|
orders_count: Votos
|
392
390
|
pages_count: Páginas
|
@@ -443,8 +441,6 @@ es-PY:
|
|
443
441
|
home:
|
444
442
|
hero:
|
445
443
|
participate_title: Participar en los procesos de la plataforma
|
446
|
-
sub_hero:
|
447
|
-
register_title: Regístrate para crear una cuenta en la plataforma
|
448
444
|
participatory_processes:
|
449
445
|
pages:
|
450
446
|
home:
|
data/config/locales/es.yml
CHANGED
@@ -249,7 +249,6 @@ es:
|
|
249
249
|
update: "%{user_name} ha actualizado la configuración de las asambleas"
|
250
250
|
assembly_type:
|
251
251
|
create: "%{user_name} creó el tipo de asamblea %{resource_name}"
|
252
|
-
delete: "%{user_name} eliminó al miembro %{resource_name} del tipo de asamblea %{space_name}"
|
253
252
|
publish: "%{user_name} publicó el tipo de asamblea %{resource_name}"
|
254
253
|
unpublish: "%{user_name} despublicó el tipo de asamblea %{resource_name}"
|
255
254
|
update: "%{user_name} actualizó el tipo de asamblea %{resource_name}"
|
@@ -386,7 +385,6 @@ es:
|
|
386
385
|
comments_count: Comentarios
|
387
386
|
debates_count: Debates
|
388
387
|
endorsements_count: Adhesiones
|
389
|
-
headline: Actividad
|
390
388
|
meetings_count: Encuentros
|
391
389
|
orders_count: Apoyos
|
392
390
|
pages_count: Páginas
|
@@ -443,8 +441,6 @@ es:
|
|
443
441
|
home:
|
444
442
|
hero:
|
445
443
|
participate_title: Participar en los procesos de la plataforma
|
446
|
-
sub_hero:
|
447
|
-
register_title: Regístrate para crear una cuenta en la plataforma
|
448
444
|
participatory_processes:
|
449
445
|
pages:
|
450
446
|
home:
|
data/config/locales/eu.yml
CHANGED
data/config/locales/fi-plain.yml
CHANGED
@@ -52,6 +52,7 @@ fi-pl:
|
|
52
52
|
target: Kuka osallistuu
|
53
53
|
title: Otsikko
|
54
54
|
twitter: Twitter
|
55
|
+
weight: Painoarvo
|
55
56
|
youtube: YouTube
|
56
57
|
assembly_member:
|
57
58
|
birthday: Syntymäpäivä
|
@@ -249,7 +250,7 @@ fi-pl:
|
|
249
250
|
update: "%{user_name} päivitti ryhmän asetuksia"
|
250
251
|
assembly_type:
|
251
252
|
create: "%{user_name} loi ryhmätyypin %{resource_name}"
|
252
|
-
delete: "%{user_name} poisti
|
253
|
+
delete: "%{user_name} poisti ryhmätyypin %{resource_name}"
|
253
254
|
publish: "%{user_name} julkaisi ryhmätyypin %{resource_name}"
|
254
255
|
unpublish: "%{user_name} lopetti ryhmätyypin %{resource_name} julkaisun"
|
255
256
|
update: "%{user_name} päivitti ryhmätyypin %{resource_name}"
|
@@ -382,18 +383,23 @@ fi-pl:
|
|
382
383
|
target: Kuka osallistuu
|
383
384
|
statistics:
|
384
385
|
answers_count: Vastaukset
|
385
|
-
assemblies_count:
|
386
|
+
assemblies_count: Ryhmiä
|
386
387
|
comments_count: Kommentteja
|
387
388
|
debates_count: Keskusteluja
|
388
389
|
endorsements_count: Suosituksia
|
390
|
+
followers_count: Seuraajat
|
389
391
|
headline: Tilastot
|
390
392
|
meetings_count: Tapaamisia
|
393
|
+
no_stats: Tilastoja ei vielä ole.
|
391
394
|
orders_count: Ääniä
|
392
395
|
pages_count: Sivuja
|
396
|
+
participants_count: Osallistujaa
|
393
397
|
posts_count: Artikkeleja
|
398
|
+
processes_count: Prosessia
|
394
399
|
projects_count: Suunnitelmia
|
395
400
|
proposals_count: Ehdotuksia
|
396
401
|
results_count: Tuloksia
|
402
|
+
supports_count: Kannatusta
|
397
403
|
surveys_count: Kyselyitä
|
398
404
|
users_count: Osallistujia
|
399
405
|
votes_count: Ääniä
|
@@ -444,7 +450,7 @@ fi-pl:
|
|
444
450
|
hero:
|
445
451
|
participate_title: Osallistu palvelun prosesseihin
|
446
452
|
sub_hero:
|
447
|
-
register_title:
|
453
|
+
register_title: Rekisteröidy luodaksesi itsellesi oman tilin
|
448
454
|
participatory_processes:
|
449
455
|
pages:
|
450
456
|
home:
|
data/config/locales/fi.yml
CHANGED
@@ -52,6 +52,7 @@ fi:
|
|
52
52
|
target: Kuka osallistuu
|
53
53
|
title: Otsikko
|
54
54
|
twitter: Twitter
|
55
|
+
weight: Painoarvo
|
55
56
|
youtube: YouTube
|
56
57
|
assembly_member:
|
57
58
|
birthday: Syntymäpäivä
|
@@ -249,7 +250,7 @@ fi:
|
|
249
250
|
update: "%{user_name} päivitti ryhmän asetuksia"
|
250
251
|
assembly_type:
|
251
252
|
create: "%{user_name} loi ryhmätyypin %{resource_name}"
|
252
|
-
delete: "%{user_name} poisti
|
253
|
+
delete: "%{user_name} poisti ryhmätyypin %{resource_name}"
|
253
254
|
publish: "%{user_name} julkaisi ryhmätyypin %{resource_name}"
|
254
255
|
unpublish: "%{user_name} lopetti ryhmätyypin %{resource_name} julkaisun"
|
255
256
|
update: "%{user_name} päivitti ryhmätyypin %{resource_name}"
|
@@ -382,18 +383,23 @@ fi:
|
|
382
383
|
target: Kuka osallistuu
|
383
384
|
statistics:
|
384
385
|
answers_count: Vastausta
|
385
|
-
assemblies_count:
|
386
|
+
assemblies_count: Ryhmää
|
386
387
|
comments_count: Kommenttia
|
387
388
|
debates_count: Keskustelua
|
388
389
|
endorsements_count: Suositusta
|
390
|
+
followers_count: Seuraajat
|
389
391
|
headline: Tilastot
|
390
392
|
meetings_count: Tapaamista
|
393
|
+
no_stats: Tilastoja ei vielä ole.
|
391
394
|
orders_count: Kannatusta
|
392
395
|
pages_count: Sivua
|
396
|
+
participants_count: Osallistujaa
|
393
397
|
posts_count: Artikkeleja
|
398
|
+
processes_count: Prosessia
|
394
399
|
projects_count: Suunnitelmaa
|
395
400
|
proposals_count: Ehdotusta
|
396
401
|
results_count: Tulosta
|
402
|
+
supports_count: Kannatusta
|
397
403
|
surveys_count: Kyselyä
|
398
404
|
users_count: Osallistujaa
|
399
405
|
votes_count: Kannatusta
|
@@ -444,7 +450,7 @@ fi:
|
|
444
450
|
hero:
|
445
451
|
participate_title: Osallistu palvelun prosesseihin
|
446
452
|
sub_hero:
|
447
|
-
register_title:
|
453
|
+
register_title: Rekisteröidy luodaksesi itsellesi oman tilin
|
448
454
|
participatory_processes:
|
449
455
|
pages:
|
450
456
|
home:
|
data/config/locales/fr-CA.yml
CHANGED
@@ -52,6 +52,7 @@ fr-CA:
|
|
52
52
|
target: Participants
|
53
53
|
title: Titre
|
54
54
|
twitter: Twitter
|
55
|
+
weight: Rang d'affichage
|
55
56
|
youtube: Youtube
|
56
57
|
assembly_member:
|
57
58
|
birthday: Date de naissance
|
@@ -249,7 +250,7 @@ fr-CA:
|
|
249
250
|
update: "%{user_name} a mis à jour les paramètres des assemblées"
|
250
251
|
assembly_type:
|
251
252
|
create: "%{user_name} a créé le type d'assemblée %{resource_name}"
|
252
|
-
delete: "%{user_name} a
|
253
|
+
delete: "%{user_name} a supprimé le type d'assemblée %{resource_name}"
|
253
254
|
publish: "%{user_name} a publié le type d'assemblée %{resource_name}"
|
254
255
|
unpublish: "%{user_name} a dépublié le type d'assemblée %{resource_name}"
|
255
256
|
update: "%{user_name} a mis à jour le type d'assemblée %{resource_name}"
|
@@ -386,14 +387,19 @@ fr-CA:
|
|
386
387
|
comments_count: Commentaires
|
387
388
|
debates_count: Débats
|
388
389
|
endorsements_count: Soutiens
|
389
|
-
|
390
|
+
followers_count: Abonnés
|
391
|
+
headline: Statistiques
|
390
392
|
meetings_count: Rencontres
|
393
|
+
no_stats: Il n'y a pas encore de statistiques.
|
391
394
|
orders_count: Votes
|
392
395
|
pages_count: Pages
|
396
|
+
participants_count: Participants
|
393
397
|
posts_count: Publications
|
398
|
+
processes_count: Concertations
|
394
399
|
projects_count: Projets
|
395
400
|
proposals_count: Propositions
|
396
401
|
results_count: Réalisations
|
402
|
+
supports_count: Votes
|
397
403
|
surveys_count: Enquêtes
|
398
404
|
users_count: Participants
|
399
405
|
votes_count: Votes
|
@@ -444,7 +450,7 @@ fr-CA:
|
|
444
450
|
hero:
|
445
451
|
participate_title: Participer aux processus de la plateforme
|
446
452
|
sub_hero:
|
447
|
-
register_title: Inscrivez-vous pour
|
453
|
+
register_title: Inscrivez-vous pour créer un compte
|
448
454
|
participatory_processes:
|
449
455
|
pages:
|
450
456
|
home:
|
data/config/locales/fr.yml
CHANGED
@@ -52,6 +52,7 @@ fr:
|
|
52
52
|
target: Participants
|
53
53
|
title: Titre
|
54
54
|
twitter: Twitter
|
55
|
+
weight: Rang d'affichage
|
55
56
|
youtube: Youtube
|
56
57
|
assembly_member:
|
57
58
|
birthday: Date de naissance
|
@@ -249,7 +250,7 @@ fr:
|
|
249
250
|
update: "%{user_name} a mis à jour les paramètres des assemblées"
|
250
251
|
assembly_type:
|
251
252
|
create: "%{user_name} a créé le type d'assemblée %{resource_name}"
|
252
|
-
delete: "%{user_name} a
|
253
|
+
delete: "%{user_name} a supprimé le type d'assemblée %{resource_name}"
|
253
254
|
publish: "%{user_name} a publié le type d'assemblée %{resource_name}"
|
254
255
|
unpublish: "%{user_name} a dépublié le type d'assemblée %{resource_name}"
|
255
256
|
update: "%{user_name} a mis à jour le type d'assemblée %{resource_name}"
|
@@ -386,14 +387,19 @@ fr:
|
|
386
387
|
comments_count: Commentaires
|
387
388
|
debates_count: Débats
|
388
389
|
endorsements_count: Soutiens
|
389
|
-
|
390
|
+
followers_count: Abonnés
|
391
|
+
headline: Statistiques
|
390
392
|
meetings_count: Rencontres
|
393
|
+
no_stats: Il n'y a pas encore de statistiques.
|
391
394
|
orders_count: Votes
|
392
395
|
pages_count: Pages
|
396
|
+
participants_count: Participants
|
393
397
|
posts_count: Publications
|
398
|
+
processes_count: Concertations
|
394
399
|
projects_count: Projets
|
395
400
|
proposals_count: Propositions
|
396
401
|
results_count: Réalisations
|
402
|
+
supports_count: Votes
|
397
403
|
surveys_count: Enquêtes
|
398
404
|
users_count: Participants
|
399
405
|
votes_count: Votes
|
@@ -444,7 +450,7 @@ fr:
|
|
444
450
|
hero:
|
445
451
|
participate_title: Participer aux processus de la plateforme
|
446
452
|
sub_hero:
|
447
|
-
register_title: Inscrivez-vous pour
|
453
|
+
register_title: Inscrivez-vous pour créer un compte
|
448
454
|
participatory_processes:
|
449
455
|
pages:
|
450
456
|
home:
|
data/config/locales/gl.yml
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
gl:
|
2
2
|
activemodel:
|
3
3
|
attributes:
|
4
|
-
assemblies_setting:
|
5
|
-
enable_organization_chart: Habilitar organigrama
|
6
4
|
assembly:
|
7
5
|
area_id: Área
|
8
6
|
assembly_type: Tipo de montaxe
|
@@ -67,12 +65,6 @@ gl:
|
|
67
65
|
email: Correo electrónico
|
68
66
|
name: Nome
|
69
67
|
role: Rol
|
70
|
-
errors:
|
71
|
-
models:
|
72
|
-
assembly:
|
73
|
-
attributes:
|
74
|
-
document:
|
75
|
-
invalid_document_type: 'Tipo de documento non válido. Formatos aceptados: %{valid_mime_types}'
|
76
68
|
activerecord:
|
77
69
|
models:
|
78
70
|
decidim/assembly:
|
@@ -89,7 +81,6 @@ gl:
|
|
89
81
|
actions:
|
90
82
|
import_assembly: Importar
|
91
83
|
new_assembly: Nova montaxe
|
92
|
-
new_assembly_type: Novo tipo de xuntanza
|
93
84
|
assemblies:
|
94
85
|
create:
|
95
86
|
error: Produciuse un erro ao crear un novo conxunto.
|
@@ -116,30 +107,16 @@ gl:
|
|
116
107
|
error: Produciuse un problema ao actualizar os axustes.
|
117
108
|
success: Axustes actualizados con éxito.
|
118
109
|
assemblies_types:
|
119
|
-
create:
|
120
|
-
error: Produciuse un problema ao crear un novo tipo de xuntanza.
|
121
|
-
success: Tipo de xuntanza creado con éxito.
|
122
|
-
destroy:
|
123
|
-
success: Tipo de xuntanza eliminado con éxito.
|
124
110
|
new:
|
125
111
|
create: Crear
|
126
|
-
title: Novo tipo de xuntanza
|
127
|
-
update:
|
128
|
-
error: Produciuse un problema ao actualizar este tipo de xuntanza.
|
129
|
-
success: Tipo de xuntanza modificado con éxito.
|
130
112
|
assembly_copies:
|
131
113
|
new:
|
132
114
|
copy: Copiar
|
133
115
|
select: Seleccione os datos que desexa duplicar
|
134
116
|
title: Conxunto duplicado
|
135
117
|
assembly_imports:
|
136
|
-
create:
|
137
|
-
error: Produciuse un problema ao importar esta xuntanza.
|
138
|
-
success: Xuntanza importada con éxito.
|
139
118
|
new:
|
140
119
|
import: Importar
|
141
|
-
select: Selecciona que tipo de datos desexas importar
|
142
|
-
title: Importar xuntanza
|
143
120
|
assembly_members:
|
144
121
|
create:
|
145
122
|
error: Produciuse un erro ao engadir un membro para este conxunto.
|
@@ -195,7 +172,6 @@ gl:
|
|
195
172
|
info: Información
|
196
173
|
moderations: Moderacións
|
197
174
|
private_users: Usuarios privados
|
198
|
-
assemblies_types: Tipos de xuntanzas
|
199
175
|
models:
|
200
176
|
assemblies_types:
|
201
177
|
fields:
|
@@ -231,10 +207,8 @@ gl:
|
|
231
207
|
admin: Administrador
|
232
208
|
collaborator: Colaborador
|
233
209
|
moderator: Moderador
|
234
|
-
valuator: Avaliador/a
|
235
210
|
titles:
|
236
211
|
assemblies: Asembleas
|
237
|
-
assemblies_types: Tipo de xuntanzas
|
238
212
|
admin_log:
|
239
213
|
assembly:
|
240
214
|
create: "%{user_name} creou o conxunto %{resource_name}"
|
@@ -245,14 +219,6 @@ gl:
|
|
245
219
|
create: "%{user_name} creou o membro %{resource_name} no conxunto %{space_name}"
|
246
220
|
delete: "%{user_name} eliminou o %{resource_name} membro do conxunto %{space_name}"
|
247
221
|
update: "%{user_name} actualizou o membro %{resource_name} na montaxe %{space_name}"
|
248
|
-
assembly_setting:
|
249
|
-
update: "%{user_name} actualizou os axustes de xuntanzas"
|
250
|
-
assembly_type:
|
251
|
-
create: "%{user_name} creou o tipo de xuntanza %{resource_name}"
|
252
|
-
delete: "%{user_name} eliminou o membro %{resource_name} do espazo %{space_name}"
|
253
|
-
publish: "%{user_name} publicou o tipo de xuntanza %{resource_name}"
|
254
|
-
unpublish: "%{user_name} eliminou o tipo de xuntanza %{resource_name}"
|
255
|
-
update: "%{user_name} actualizou o tipo de xuntanza %{resource_name}"
|
256
222
|
assembly_user_role:
|
257
223
|
create: "%{user_name} invitou %{resource_name} á xuntanza %{space_name}"
|
258
224
|
delete: "%{user_name} eliminou o usuario %{resource_name} do conxunto %{space_name}"
|
@@ -279,8 +245,6 @@ gl:
|
|
279
245
|
assemblies_settings:
|
280
246
|
edit:
|
281
247
|
update: Actualizar
|
282
|
-
form:
|
283
|
-
title: Axustes das xuntanzas
|
284
248
|
assemblies_types:
|
285
249
|
form:
|
286
250
|
title: Título
|
@@ -346,7 +310,6 @@ gl:
|
|
346
310
|
home:
|
347
311
|
highlighted_assemblies:
|
348
312
|
active_assemblies: Asembleas activas
|
349
|
-
assemblies_button_title: Ligazón á páxina de Xuntanzas que amosa todas as xuntanzas
|
350
313
|
see_all_assemblies: Ver todos os conxuntos
|
351
314
|
user_profile:
|
352
315
|
member_of:
|
@@ -377,7 +340,6 @@ gl:
|
|
377
340
|
related_participatory_processes: Procesos participativos relacionados
|
378
341
|
scope: Alcance
|
379
342
|
social_networks: Redes Sociais
|
380
|
-
social_networks_title: Compartir esta xuntanza en
|
381
343
|
target: Quen participa
|
382
344
|
statistics:
|
383
345
|
answers_count: Respostas
|
@@ -385,7 +347,6 @@ gl:
|
|
385
347
|
comments_count: Comentarios
|
386
348
|
debates_count: Debates
|
387
349
|
endorsements_count: Aprobacións
|
388
|
-
headline: Actividade
|
389
350
|
meetings_count: Reunións
|
390
351
|
orders_count: Votos
|
391
352
|
pages_count: Páxinas
|
@@ -401,16 +362,6 @@ gl:
|
|
401
362
|
designated_on: Designado en
|
402
363
|
index:
|
403
364
|
title: Membros
|
404
|
-
conferences:
|
405
|
-
pages:
|
406
|
-
home:
|
407
|
-
highlighted_conferences:
|
408
|
-
conferences_button_title: Ligazón á páxina de Conferencias que amosa todas as conferencias
|
409
|
-
events:
|
410
|
-
assemblies:
|
411
|
-
create_assembly_member:
|
412
|
-
email_intro: Un administrador da xuntanza <a href="%{resource_url}">%{resource_name}</a> engadiute coma un dos seus membros.
|
413
|
-
email_outro: Recibiches esta notificación porque fuches convidado a unha xuntanza. Entra na <a href="%{resource_path}">páxina da xuntaza</a> para contribuír!
|
414
365
|
help:
|
415
366
|
participatory_spaces:
|
416
367
|
assemblies:
|
@@ -428,13 +379,6 @@ gl:
|
|
428
379
|
description: Número de xuntanzas creadas
|
429
380
|
object: xuntanzas
|
430
381
|
title: Xuntanzas
|
431
|
-
pages:
|
432
|
-
home:
|
433
|
-
sub_hero:
|
434
|
-
register_title: Rexístrate para crear unha conta na plataforma
|
435
|
-
participatory_processes:
|
436
|
-
show:
|
437
|
-
related_assemblies: Xuntanzas relacionadas
|
438
382
|
errors:
|
439
383
|
messages:
|
440
384
|
cannot_be_blank: non pode estar baleiro
|
@@ -445,7 +389,6 @@ gl:
|
|
445
389
|
more_info: Máis información
|
446
390
|
take_part: Participar
|
447
391
|
index:
|
448
|
-
children: 'Xuntanzas: '
|
449
392
|
organizational_chart: Organigrama
|
450
393
|
promoted_assemblies: Xuntanzas destacadas
|
451
394
|
reset_chart: Restablecer
|
data/config/locales/hu.yml
CHANGED
@@ -246,7 +246,6 @@ hu:
|
|
246
246
|
update: "%{user_name} frissítette a gyűlések beállításait"
|
247
247
|
assembly_type:
|
248
248
|
create: "%{user_name} létrehozta a(z) %{resource_name} gyűlés típust"
|
249
|
-
delete: "%{user_name} törölte a(z) %{resource_name} nevű tagot a(z) %{space_name} gyűlés típusból"
|
250
249
|
publish: "%{user_name} közzétette a(z) %{resource_name} gyűlés típust"
|
251
250
|
unpublish: "%{user_name} visszavonta a(z) %{resource_name} gyűlés típus közzétételét"
|
252
251
|
update: "%{user_name} frissítette a(z) %{resource_name} gyűlés típust"
|
@@ -379,7 +378,6 @@ hu:
|
|
379
378
|
comments_count: Hozzászólások
|
380
379
|
debates_count: Viták
|
381
380
|
endorsements_count: Jóváhagyások
|
382
|
-
headline: Tevékenység
|
383
381
|
meetings_count: Találkozók
|
384
382
|
orders_count: Támogatja
|
385
383
|
pages_count: Oldalak
|
@@ -423,8 +421,6 @@ hu:
|
|
423
421
|
home:
|
424
422
|
hero:
|
425
423
|
participate_title: Részvétel a platform folyamataiban
|
426
|
-
sub_hero:
|
427
|
-
register_title: Feliratkozás a platformon a fiók létesítéséhez
|
428
424
|
participatory_processes:
|
429
425
|
pages:
|
430
426
|
home:
|
data/config/locales/id-ID.yml
CHANGED
data/config/locales/is-IS.yml
CHANGED
data/config/locales/it.yml
CHANGED
@@ -249,7 +249,6 @@ it:
|
|
249
249
|
update: "%{user_name} ha aggiornato le impostazioni delle assemblee"
|
250
250
|
assembly_type:
|
251
251
|
create: "%{user_name} ha creato il tipo di assemblea %{resource_name}"
|
252
|
-
delete: "%{user_name} ha rimosso il %{resource_name} membro dal tipo di assemblea %{space_name}"
|
253
252
|
publish: "%{user_name} ha creato il tipo di assemblea %{resource_name}"
|
254
253
|
unpublish: "%{user_name} ha rimosso la pubblicazione del tipo di assemblea %{resource_name}"
|
255
254
|
update: "%{user_name} ha aggiornato il tipo di assemblea %{resource_name}"
|
@@ -386,7 +385,6 @@ it:
|
|
386
385
|
comments_count: Commenti
|
387
386
|
debates_count: Discussioni
|
388
387
|
endorsements_count: Mi piace
|
389
|
-
headline: Attività
|
390
388
|
meetings_count: Riunioni
|
391
389
|
orders_count: Supporti
|
392
390
|
pages_count: Pagine
|
@@ -443,8 +441,6 @@ it:
|
|
443
441
|
home:
|
444
442
|
hero:
|
445
443
|
participate_title: Partecipa ai processi della piattaforma
|
446
|
-
sub_hero:
|
447
|
-
register_title: Iscriviti per creare un account sulla piattaforma
|
448
444
|
participatory_processes:
|
449
445
|
pages:
|
450
446
|
home:
|
data/config/locales/ja.yml
CHANGED
@@ -246,7 +246,6 @@ ja:
|
|
246
246
|
update: "%{user_name} が参加スペース設定を更新しました"
|
247
247
|
assembly_type:
|
248
248
|
create: "%{user_name} が %{resource_name} 参加スペース種別を作成しました"
|
249
|
-
delete: "%{user_name} が %{resource_name} 参加スペース種別から %{space_name} メンバーを削除しました"
|
250
249
|
publish: "%{user_name} が %{resource_name} 参加スペース種別を公開しました"
|
251
250
|
unpublish: "%{user_name} が %{resource_name} 参加スペース種別を非公開にしました"
|
252
251
|
update: "%{user_name} が %{resource_name} 参加スペース種別を更新しました"
|
@@ -383,7 +382,6 @@ ja:
|
|
383
382
|
comments_count: コメント
|
384
383
|
debates_count: ディベート
|
385
384
|
endorsements_count: 支持
|
386
|
-
headline: アクティビティ
|
387
385
|
meetings_count: ミーティング
|
388
386
|
orders_count: サポート
|
389
387
|
pages_count: ページ
|
@@ -440,8 +438,6 @@ ja:
|
|
440
438
|
home:
|
441
439
|
hero:
|
442
440
|
participate_title: プラットフォームの参加型プロセスに参加する
|
443
|
-
sub_hero:
|
444
|
-
register_title: アカウントを作成するにはユーザ登録してください
|
445
441
|
participatory_processes:
|
446
442
|
pages:
|
447
443
|
home:
|
data/config/locales/lv.yml
CHANGED
@@ -229,7 +229,6 @@ lv:
|
|
229
229
|
update: "%{user_name} atjaunināja asamblejas iestatījumus"
|
230
230
|
assembly_type:
|
231
231
|
create: "%{user_name} izveidoja %{resource_name} asamblejas veidu"
|
232
|
-
delete: "%{user_name} noņēma dalībnieku %{resource_name} no %{space_name} asamblejas veida"
|
233
232
|
publish: "%{user_name} publicēja %{resource_name} asamblejas veidu"
|
234
233
|
unpublish: "%{user_name} atcēla %{resource_name} asamblejas veida publicēšanu"
|
235
234
|
update: "%{user_name} atjaunināja %{resource_name} asamblejas veidu"
|
@@ -358,7 +357,6 @@ lv:
|
|
358
357
|
assemblies_count: Asambleja
|
359
358
|
comments_count: Komentāri
|
360
359
|
endorsements_count: Atbalsts
|
361
|
-
headline: Aktivitāte
|
362
360
|
meetings_count: Sanāksmes
|
363
361
|
orders_count: Atbalsta
|
364
362
|
pages_count: Lapas
|
@@ -415,8 +413,6 @@ lv:
|
|
415
413
|
home:
|
416
414
|
hero:
|
417
415
|
participate_title: Piedalieties platformā notiekošajos procesos
|
418
|
-
sub_hero:
|
419
|
-
register_title: Reģistrējieties, lai izveidotu kontu platformā
|
420
416
|
participatory_processes:
|
421
417
|
pages:
|
422
418
|
home:
|
data/config/locales/nl.yml
CHANGED
@@ -52,6 +52,7 @@ nl:
|
|
52
52
|
target: Wie neemt deel
|
53
53
|
title: Titel
|
54
54
|
twitter: Twitter
|
55
|
+
weight: Gewicht
|
55
56
|
youtube: YouTube
|
56
57
|
assembly_member:
|
57
58
|
birthday: Geboortedatum
|
@@ -249,7 +250,7 @@ nl:
|
|
249
250
|
update: "%{user_name} heeft de instellingen van de Buurderijen bijgewerkt"
|
250
251
|
assembly_type:
|
251
252
|
create: "%{user_name} heeft de groep %{resource_name} bijgewerkt"
|
252
|
-
delete: "%{user_name}
|
253
|
+
delete: "%{user_name} heeft het groepstype %{resource_name} bijgewerkt"
|
253
254
|
publish: "%{user_name} heeft de %{resource_name} groep gepubliceerd"
|
254
255
|
unpublish: "%{user_name} heeft de publicatie van de groep %{resource_name} ongedaan gemaakt"
|
255
256
|
update: "%{user_name} heeft de groep %{resource_name} bijgewerkt"
|
@@ -386,14 +387,19 @@ nl:
|
|
386
387
|
comments_count: Reacties
|
387
388
|
debates_count: Debatten
|
388
389
|
endorsements_count: Aanbevelingen
|
389
|
-
|
390
|
+
followers_count: Volgers
|
391
|
+
headline: Statistieken
|
390
392
|
meetings_count: Events
|
393
|
+
no_stats: Er zijn nog geen statistieken.
|
391
394
|
orders_count: Ondersteunt
|
392
395
|
pages_count: Pagina's
|
396
|
+
participants_count: Deelnemers
|
393
397
|
posts_count: Berichten
|
398
|
+
processes_count: Processen
|
394
399
|
projects_count: Projecten
|
395
400
|
proposals_count: Voorstellen
|
396
401
|
results_count: Resultaten
|
402
|
+
supports_count: Aantal keer gesteund
|
397
403
|
surveys_count: Enquêtes
|
398
404
|
users_count: Deelnemers
|
399
405
|
votes_count: Ondersteunt
|
@@ -444,7 +450,7 @@ nl:
|
|
444
450
|
hero:
|
445
451
|
participate_title: Neem deel aan de processen van het platform
|
446
452
|
sub_hero:
|
447
|
-
register_title:
|
453
|
+
register_title: Meld je aan voor een account
|
448
454
|
participatory_processes:
|
449
455
|
pages:
|
450
456
|
home:
|