decidim-assemblies 0.23.1 → 0.24.0.rc2
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/create_assembly_admin.rb +12 -72
- 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/events/decidim/role_assigned_to_assembly_event.rb +1 -1
- data/app/forms/decidim/assemblies/admin/assembly_form.rb +3 -0
- data/app/forms/decidim/assemblies/admin/assembly_user_role_form.rb +0 -5
- 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/admin_log/assemblies_type_presenter.rb +2 -2
- data/app/presenters/decidim/assemblies/admin_log/assembly_member_presenter.rb +2 -2
- data/app/presenters/decidim/assemblies/admin_log/assembly_presenter.rb +2 -2
- data/app/presenters/decidim/assemblies/admin_log/assembly_user_role_presenter.rb +2 -2
- 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/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 +2 -1
- data/config/locales/ca.yml +13 -4
- data/config/locales/cs.yml +25 -16
- data/config/locales/de.yml +65 -53
- data/config/locales/el.yml +2 -4
- data/config/locales/en.yml +12 -3
- data/config/locales/es-MX.yml +12 -3
- data/config/locales/es-PY.yml +12 -3
- data/config/locales/es.yml +12 -3
- data/config/locales/eu.yml +2 -1
- data/config/locales/fi-plain.yml +13 -4
- data/config/locales/fi.yml +16 -7
- data/config/locales/fr-CA.yml +12 -3
- data/config/locales/fr.yml +13 -4
- data/config/locales/gl.yml +39 -17
- data/config/locales/hu.yml +2 -4
- data/config/locales/id-ID.yml +2 -1
- data/config/locales/is-IS.yml +23 -1
- data/config/locales/it.yml +8 -4
- data/config/locales/ja.yml +8 -4
- data/config/locales/lv.yml +2 -4
- data/config/locales/nl.yml +17 -5
- data/config/locales/no.yml +12 -11
- data/config/locales/pl.yml +19 -7
- data/config/locales/pt-BR.yml +2 -1
- data/config/locales/pt.yml +2 -4
- data/config/locales/ro-RO.yml +149 -102
- data/config/locales/ru.yml +3 -2
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +0 -3
- data/config/locales/sl.yml +2 -1
- data/config/locales/sr-CS.yml +0 -3
- data/config/locales/sv.yml +4 -5
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/tr-TR.yml +225 -153
- data/config/locales/uk.yml +3 -2
- data/config/locales/zh-CN.yml +2 -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.rb +1 -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
- metadata +29 -19
- 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/el.yml
CHANGED
@@ -246,7 +246,6 @@ el:
|
|
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}"
|
@@ -380,14 +379,15 @@ el:
|
|
380
379
|
comments_count: Σχόλια
|
381
380
|
debates_count: Συζητήσεις
|
382
381
|
endorsements_count: Επιδοκιμασίες
|
383
|
-
headline: Δραστηριότητα
|
384
382
|
meetings_count: Συσκέψεις
|
385
383
|
orders_count: Υποστηρίξεις
|
386
384
|
pages_count: Σελίδες
|
385
|
+
participants_count: Συμμετέχοντες
|
387
386
|
posts_count: Δημοσιεύσεις
|
388
387
|
projects_count: Έργα
|
389
388
|
proposals_count: Προτάσεις
|
390
389
|
results_count: Αποτελέσματα
|
390
|
+
supports_count: Υποστηρίξεις
|
391
391
|
surveys_count: Έρευνες
|
392
392
|
users_count: Συμμετέχοντες
|
393
393
|
votes_count: Υποστηρίξεις
|
@@ -437,8 +437,6 @@ el:
|
|
437
437
|
home:
|
438
438
|
hero:
|
439
439
|
participate_title: Συμμετάσχετε στις διαδικασίες της πλατφόρμας
|
440
|
-
sub_hero:
|
441
|
-
register_title: Εγγραφείτε για να δημιουργήσετε έναν λογαριασμό στην πλατφόρμα
|
442
440
|
participatory_processes:
|
443
441
|
pages:
|
444
442
|
home:
|
data/config/locales/en.yml
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
en:
|
3
3
|
activemodel:
|
4
4
|
attributes:
|
5
|
+
assemblies_setting:
|
6
|
+
enable_organization_chart: Enable organization chart
|
5
7
|
assembly:
|
6
8
|
area_id: Area
|
7
9
|
assembly_type: Assembly type
|
@@ -51,6 +53,7 @@ en:
|
|
51
53
|
target: Who participates
|
52
54
|
title: Title
|
53
55
|
twitter: Twitter
|
56
|
+
weight: Weight
|
54
57
|
youtube: YouTube
|
55
58
|
assembly_member:
|
56
59
|
birthday: Birthday
|
@@ -61,6 +64,7 @@ en:
|
|
61
64
|
full_name: Full name
|
62
65
|
gender: Gender
|
63
66
|
position: Position
|
67
|
+
user_id: User
|
64
68
|
assembly_user_role:
|
65
69
|
email: Email
|
66
70
|
name: Name
|
@@ -247,7 +251,7 @@ en:
|
|
247
251
|
update: "%{user_name} updated the assemblies settings"
|
248
252
|
assembly_type:
|
249
253
|
create: "%{user_name} created the %{resource_name} assembly type"
|
250
|
-
delete: "%{user_name} removed the %{resource_name}
|
254
|
+
delete: "%{user_name} removed the %{resource_name} assembly type"
|
251
255
|
publish: "%{user_name} published the %{resource_name} assembly type"
|
252
256
|
unpublish: "%{user_name} unpublished the %{resource_name} assembly type"
|
253
257
|
update: "%{user_name} updated the %{resource_name} assembly type"
|
@@ -384,14 +388,19 @@ en:
|
|
384
388
|
comments_count: Comments
|
385
389
|
debates_count: Debates
|
386
390
|
endorsements_count: Endorsements
|
387
|
-
|
391
|
+
followers_count: Followers
|
392
|
+
headline: Statistics
|
388
393
|
meetings_count: Meetings
|
394
|
+
no_stats: There are no statistics yet.
|
389
395
|
orders_count: Supports
|
390
396
|
pages_count: Pages
|
397
|
+
participants_count: Participants
|
391
398
|
posts_count: Posts
|
399
|
+
processes_count: Processes
|
392
400
|
projects_count: Projects
|
393
401
|
proposals_count: Proposals
|
394
402
|
results_count: Results
|
403
|
+
supports_count: Supports
|
395
404
|
surveys_count: Surveys
|
396
405
|
users_count: Participants
|
397
406
|
votes_count: Supports
|
@@ -442,7 +451,7 @@ en:
|
|
442
451
|
hero:
|
443
452
|
participate_title: Participate to the platform's processes
|
444
453
|
sub_hero:
|
445
|
-
register_title: Sign up to create an account
|
454
|
+
register_title: Sign up to create an account
|
446
455
|
participatory_processes:
|
447
456
|
pages:
|
448
457
|
home:
|
data/config/locales/es-MX.yml
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
es-MX:
|
2
2
|
activemodel:
|
3
3
|
attributes:
|
4
|
+
assemblies_setting:
|
5
|
+
enable_organization_chart: Habilitar organigrama
|
4
6
|
assembly:
|
5
7
|
area_id: Área
|
6
8
|
assembly_type: Tipo de montaje
|
@@ -50,6 +52,7 @@ es-MX:
|
|
50
52
|
target: Quién participa
|
51
53
|
title: Título
|
52
54
|
twitter: Twitter
|
55
|
+
weight: Peso
|
53
56
|
youtube: Youtube
|
54
57
|
assembly_member:
|
55
58
|
birthday: Cumpleaños
|
@@ -60,6 +63,7 @@ es-MX:
|
|
60
63
|
full_name: Nombre completo
|
61
64
|
gender: Género
|
62
65
|
position: Posición
|
66
|
+
user_id: Usuaria
|
63
67
|
assembly_user_role:
|
64
68
|
email: Correo electrónico
|
65
69
|
name: Nombre
|
@@ -246,7 +250,7 @@ es-MX:
|
|
246
250
|
update: "%{user_name} ha actualizado la configuración de las asambleas"
|
247
251
|
assembly_type:
|
248
252
|
create: "%{user_name} creó el tipo de asamblea %{resource_name}"
|
249
|
-
delete: "%{user_name} eliminó
|
253
|
+
delete: "%{user_name} eliminó el tipo de asamblea %{resource_name}"
|
250
254
|
publish: "%{user_name} publicó el tipo de asamblea %{resource_name}"
|
251
255
|
unpublish: "%{user_name} despublicó el tipo de asamblea %{resource_name}"
|
252
256
|
update: "%{user_name} actualizó el tipo de asamblea %{resource_name}"
|
@@ -383,14 +387,19 @@ es-MX:
|
|
383
387
|
comments_count: Comentarios
|
384
388
|
debates_count: Debates
|
385
389
|
endorsements_count: Adhesiones
|
386
|
-
|
390
|
+
followers_count: Seguidoras
|
391
|
+
headline: Estatísticas
|
387
392
|
meetings_count: Encuentros
|
393
|
+
no_stats: No hay estadísticas aún.
|
388
394
|
orders_count: Votos
|
389
395
|
pages_count: Páginas
|
396
|
+
participants_count: Participantes
|
390
397
|
posts_count: Publicaciones
|
398
|
+
processes_count: Procesos
|
391
399
|
projects_count: Proyectos
|
392
400
|
proposals_count: Propuestas
|
393
401
|
results_count: Resultados
|
402
|
+
supports_count: Votos
|
394
403
|
surveys_count: Encuestas
|
395
404
|
users_count: Participantes
|
396
405
|
votes_count: Soportes
|
@@ -441,7 +450,7 @@ es-MX:
|
|
441
450
|
hero:
|
442
451
|
participate_title: Participar en los procesos de la plataforma
|
443
452
|
sub_hero:
|
444
|
-
register_title:
|
453
|
+
register_title: Inicia sesión o crea una cuenta
|
445
454
|
participatory_processes:
|
446
455
|
pages:
|
447
456
|
home:
|
data/config/locales/es-PY.yml
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
es-PY:
|
2
2
|
activemodel:
|
3
3
|
attributes:
|
4
|
+
assemblies_setting:
|
5
|
+
enable_organization_chart: Habilitar organigrama
|
4
6
|
assembly:
|
5
7
|
area_id: Área
|
6
8
|
assembly_type: Tipo de montaje
|
@@ -50,6 +52,7 @@ es-PY:
|
|
50
52
|
target: Quién participa
|
51
53
|
title: Título
|
52
54
|
twitter: Twitter
|
55
|
+
weight: Peso
|
53
56
|
youtube: Youtube
|
54
57
|
assembly_member:
|
55
58
|
birthday: Cumpleaños
|
@@ -60,6 +63,7 @@ es-PY:
|
|
60
63
|
full_name: Nombre completo
|
61
64
|
gender: Género
|
62
65
|
position: Posición
|
66
|
+
user_id: Usuaria
|
63
67
|
assembly_user_role:
|
64
68
|
email: Correo electrónico
|
65
69
|
name: Nombre
|
@@ -246,7 +250,7 @@ es-PY:
|
|
246
250
|
update: "%{user_name} ha actualizado la configuración de las asambleas"
|
247
251
|
assembly_type:
|
248
252
|
create: "%{user_name} creó el tipo de asamblea %{resource_name}"
|
249
|
-
delete: "%{user_name} eliminó
|
253
|
+
delete: "%{user_name} eliminó el tipo de asamblea %{resource_name}"
|
250
254
|
publish: "%{user_name} publicó el tipo de asamblea %{resource_name}"
|
251
255
|
unpublish: "%{user_name} despublicó el tipo de asamblea %{resource_name}"
|
252
256
|
update: "%{user_name} actualizó el tipo de asamblea %{resource_name}"
|
@@ -383,14 +387,19 @@ es-PY:
|
|
383
387
|
comments_count: Comentarios
|
384
388
|
debates_count: Debates
|
385
389
|
endorsements_count: Adhesiones
|
386
|
-
|
390
|
+
followers_count: Seguidoras
|
391
|
+
headline: Estatísticas
|
387
392
|
meetings_count: Encuentros
|
393
|
+
no_stats: No hay estadísticas aún.
|
388
394
|
orders_count: Votos
|
389
395
|
pages_count: Páginas
|
396
|
+
participants_count: Participantes
|
390
397
|
posts_count: Publicaciones
|
398
|
+
processes_count: Procesos
|
391
399
|
projects_count: Proyectos
|
392
400
|
proposals_count: Propuestas
|
393
401
|
results_count: Resultados
|
402
|
+
supports_count: Votos
|
394
403
|
surveys_count: Encuestas
|
395
404
|
users_count: Participantes
|
396
405
|
votes_count: Soportes
|
@@ -441,7 +450,7 @@ es-PY:
|
|
441
450
|
hero:
|
442
451
|
participate_title: Participar en los procesos de la plataforma
|
443
452
|
sub_hero:
|
444
|
-
register_title:
|
453
|
+
register_title: Inicia sesión o crea una cuenta
|
445
454
|
participatory_processes:
|
446
455
|
pages:
|
447
456
|
home:
|
data/config/locales/es.yml
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
es:
|
2
2
|
activemodel:
|
3
3
|
attributes:
|
4
|
+
assemblies_setting:
|
5
|
+
enable_organization_chart: Habilitar organigrama
|
4
6
|
assembly:
|
5
7
|
area_id: Área
|
6
8
|
assembly_type: Tipo de asamblea
|
@@ -50,6 +52,7 @@ es:
|
|
50
52
|
target: Quién participa
|
51
53
|
title: Título
|
52
54
|
twitter: Twitter
|
55
|
+
weight: Peso
|
53
56
|
youtube: YouTube
|
54
57
|
assembly_member:
|
55
58
|
birthday: Cumpleaños
|
@@ -60,6 +63,7 @@ es:
|
|
60
63
|
full_name: Nombre completo
|
61
64
|
gender: Género
|
62
65
|
position: Posición
|
66
|
+
user_id: Usuaria
|
63
67
|
assembly_user_role:
|
64
68
|
email: Correo electrónico
|
65
69
|
name: Nombre
|
@@ -246,7 +250,7 @@ es:
|
|
246
250
|
update: "%{user_name} ha actualizado la configuración de las asambleas"
|
247
251
|
assembly_type:
|
248
252
|
create: "%{user_name} creó el tipo de asamblea %{resource_name}"
|
249
|
-
delete: "%{user_name} eliminó
|
253
|
+
delete: "%{user_name} eliminó el tipo de asamblea %{resource_name}"
|
250
254
|
publish: "%{user_name} publicó el tipo de asamblea %{resource_name}"
|
251
255
|
unpublish: "%{user_name} despublicó el tipo de asamblea %{resource_name}"
|
252
256
|
update: "%{user_name} actualizó el tipo de asamblea %{resource_name}"
|
@@ -383,14 +387,19 @@ es:
|
|
383
387
|
comments_count: Comentarios
|
384
388
|
debates_count: Debates
|
385
389
|
endorsements_count: Adhesiones
|
386
|
-
|
390
|
+
followers_count: Seguidoras
|
391
|
+
headline: Estatísticas
|
387
392
|
meetings_count: Encuentros
|
393
|
+
no_stats: No hay estadísticas aún.
|
388
394
|
orders_count: Apoyos
|
389
395
|
pages_count: Páginas
|
396
|
+
participants_count: Participantes
|
390
397
|
posts_count: Publicaciones
|
398
|
+
processes_count: Procesos
|
391
399
|
projects_count: Proyectos
|
392
400
|
proposals_count: Propuestas
|
393
401
|
results_count: Resultados
|
402
|
+
supports_count: Apoyos
|
394
403
|
surveys_count: Encuestas
|
395
404
|
users_count: Participantes
|
396
405
|
votes_count: Apoyos
|
@@ -441,7 +450,7 @@ es:
|
|
441
450
|
hero:
|
442
451
|
participate_title: Participar en los procesos de la plataforma
|
443
452
|
sub_hero:
|
444
|
-
register_title:
|
453
|
+
register_title: Inicia sesión o crea una cuenta
|
445
454
|
participatory_processes:
|
446
455
|
pages:
|
447
456
|
home:
|
data/config/locales/eu.yml
CHANGED
@@ -327,13 +327,14 @@ eu:
|
|
327
327
|
comments_count: Iruzkinak
|
328
328
|
debates_count: eztabaidak
|
329
329
|
endorsements_count: Oniritziak
|
330
|
-
headline: Jarduera
|
331
330
|
meetings_count: Topaketak
|
332
331
|
orders_count: Euskarriak
|
333
332
|
pages_count: Orriak
|
333
|
+
participants_count: Parte-hartzaileak
|
334
334
|
projects_count: Proiektuak
|
335
335
|
proposals_count: Proposamenak
|
336
336
|
results_count: Emaitzak
|
337
|
+
supports_count: Euskarriak
|
337
338
|
surveys_count: Inkestak
|
338
339
|
users_count: Parte-hartzaileak
|
339
340
|
votes_count: Euskarriak
|
data/config/locales/fi-plain.yml
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
fi-pl:
|
2
2
|
activemodel:
|
3
3
|
attributes:
|
4
|
+
assemblies_setting:
|
5
|
+
enable_organization_chart: Ota organisaatiokaavio käyttöön
|
4
6
|
assembly:
|
5
7
|
area_id: Alue
|
6
8
|
assembly_type: Ryhmän tyyppi
|
@@ -24,7 +26,7 @@ fi-pl:
|
|
24
26
|
duration: Kesto
|
25
27
|
facebook: Facebook
|
26
28
|
github: GitHub
|
27
|
-
hashtag:
|
29
|
+
hashtag: Aihetunniste (hashtag)
|
28
30
|
hero_image: Etusivun kuva
|
29
31
|
included_at: Mukana osoitteessa
|
30
32
|
instagram: Instagram
|
@@ -50,6 +52,7 @@ fi-pl:
|
|
50
52
|
target: Kuka osallistuu
|
51
53
|
title: Otsikko
|
52
54
|
twitter: Twitter
|
55
|
+
weight: Painoarvo
|
53
56
|
youtube: YouTube
|
54
57
|
assembly_member:
|
55
58
|
birthday: Syntymäpäivä
|
@@ -60,6 +63,7 @@ fi-pl:
|
|
60
63
|
full_name: Koko nimi
|
61
64
|
gender: Sukupuoli
|
62
65
|
position: Asema
|
66
|
+
user_id: Käyttäjä
|
63
67
|
assembly_user_role:
|
64
68
|
email: Sähköposti
|
65
69
|
name: Nimi
|
@@ -246,7 +250,7 @@ fi-pl:
|
|
246
250
|
update: "%{user_name} päivitti ryhmän asetuksia"
|
247
251
|
assembly_type:
|
248
252
|
create: "%{user_name} loi ryhmätyypin %{resource_name}"
|
249
|
-
delete: "%{user_name} poisti
|
253
|
+
delete: "%{user_name} poisti ryhmätyypin %{resource_name}"
|
250
254
|
publish: "%{user_name} julkaisi ryhmätyypin %{resource_name}"
|
251
255
|
unpublish: "%{user_name} lopetti ryhmätyypin %{resource_name} julkaisun"
|
252
256
|
update: "%{user_name} päivitti ryhmätyypin %{resource_name}"
|
@@ -379,18 +383,23 @@ fi-pl:
|
|
379
383
|
target: Kuka osallistuu
|
380
384
|
statistics:
|
381
385
|
answers_count: Vastaukset
|
382
|
-
assemblies_count:
|
386
|
+
assemblies_count: Ryhmät
|
383
387
|
comments_count: Kommentteja
|
384
388
|
debates_count: Keskusteluja
|
385
389
|
endorsements_count: Suosituksia
|
390
|
+
followers_count: Seuraajat
|
386
391
|
headline: Tilastot
|
387
392
|
meetings_count: Tapaamisia
|
393
|
+
no_stats: Tilastoja ei vielä ole.
|
388
394
|
orders_count: Ääniä
|
389
395
|
pages_count: Sivuja
|
396
|
+
participants_count: Osallistujia
|
390
397
|
posts_count: Artikkeleja
|
398
|
+
processes_count: Prosessia
|
391
399
|
projects_count: Suunnitelmia
|
392
400
|
proposals_count: Ehdotuksia
|
393
401
|
results_count: Tuloksia
|
402
|
+
supports_count: Ääniä
|
394
403
|
surveys_count: Kyselyitä
|
395
404
|
users_count: Osallistujia
|
396
405
|
votes_count: Ääniä
|
@@ -441,7 +450,7 @@ fi-pl:
|
|
441
450
|
hero:
|
442
451
|
participate_title: Osallistu palvelun prosesseihin
|
443
452
|
sub_hero:
|
444
|
-
register_title:
|
453
|
+
register_title: Rekisteröidy luodaksesi itsellesi oman tilin
|
445
454
|
participatory_processes:
|
446
455
|
pages:
|
447
456
|
home:
|
data/config/locales/fi.yml
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
fi:
|
2
2
|
activemodel:
|
3
3
|
attributes:
|
4
|
+
assemblies_setting:
|
5
|
+
enable_organization_chart: Ota organisaatiokaavio käyttöön
|
4
6
|
assembly:
|
5
7
|
area_id: Alue
|
6
8
|
assembly_type: Ryhmän tyyppi
|
@@ -19,12 +21,12 @@ fi:
|
|
19
21
|
decidim_assemblies_type_id: Ryhmän tyyppi
|
20
22
|
decidim_scope_id: Teema
|
21
23
|
description: Kuvaus
|
22
|
-
developer_group:
|
24
|
+
developer_group: Edistäjäryhmä
|
23
25
|
domain: Toimintaympäristö
|
24
26
|
duration: Kesto
|
25
27
|
facebook: Facebook
|
26
28
|
github: GitHub
|
27
|
-
hashtag:
|
29
|
+
hashtag: Aihetunniste (hashtag)
|
28
30
|
hero_image: Etusivun kuva
|
29
31
|
included_at: Lisäysaika
|
30
32
|
instagram: Instagram
|
@@ -50,6 +52,7 @@ fi:
|
|
50
52
|
target: Kuka osallistuu
|
51
53
|
title: Otsikko
|
52
54
|
twitter: Twitter
|
55
|
+
weight: Painoarvo
|
53
56
|
youtube: YouTube
|
54
57
|
assembly_member:
|
55
58
|
birthday: Syntymäpäivä
|
@@ -60,6 +63,7 @@ fi:
|
|
60
63
|
full_name: Koko nimi
|
61
64
|
gender: Sukupuoli
|
62
65
|
position: Asema
|
66
|
+
user_id: Käyttäjä
|
63
67
|
assembly_user_role:
|
64
68
|
email: Sähköposti
|
65
69
|
name: Nimi
|
@@ -236,7 +240,7 @@ fi:
|
|
236
240
|
assembly:
|
237
241
|
create: "%{user_name} loi %{resource_name} ryhmän"
|
238
242
|
publish: "%{user_name} julkaisi %{resource_name} ryhmän"
|
239
|
-
unpublish: "%{user_name} lopetti %{resource_name}
|
243
|
+
unpublish: "%{user_name} lopetti ryhmän %{resource_name} julkaisun"
|
240
244
|
update: "%{user_name} päivitti %{resource_name} ryhmän"
|
241
245
|
assembly_member:
|
242
246
|
create: "%{user_name} loi %{resource_name} jäsenen %{space_name} ryhmässä"
|
@@ -246,7 +250,7 @@ fi:
|
|
246
250
|
update: "%{user_name} päivitti ryhmän asetuksia"
|
247
251
|
assembly_type:
|
248
252
|
create: "%{user_name} loi ryhmätyypin %{resource_name}"
|
249
|
-
delete: "%{user_name} poisti
|
253
|
+
delete: "%{user_name} poisti ryhmätyypin %{resource_name}"
|
250
254
|
publish: "%{user_name} julkaisi ryhmätyypin %{resource_name}"
|
251
255
|
unpublish: "%{user_name} lopetti ryhmätyypin %{resource_name} julkaisun"
|
252
256
|
update: "%{user_name} päivitti ryhmätyypin %{resource_name}"
|
@@ -357,7 +361,7 @@ fi:
|
|
357
361
|
composition: Kokoonpano
|
358
362
|
created_by: Luonut
|
359
363
|
creation_date: Luontipäivämäärä
|
360
|
-
developer_group:
|
364
|
+
developer_group: Edistäjäryhmä
|
361
365
|
duration: Kesto
|
362
366
|
included_at: Lisäysaika
|
363
367
|
indefinite_duration: Määrittelemätön
|
@@ -379,18 +383,23 @@ fi:
|
|
379
383
|
target: Kuka osallistuu
|
380
384
|
statistics:
|
381
385
|
answers_count: Vastausta
|
382
|
-
assemblies_count:
|
386
|
+
assemblies_count: Ryhmät
|
383
387
|
comments_count: Kommenttia
|
384
388
|
debates_count: Keskustelua
|
385
389
|
endorsements_count: Suositusta
|
390
|
+
followers_count: Seuraajat
|
386
391
|
headline: Tilastot
|
387
392
|
meetings_count: Tapaamista
|
393
|
+
no_stats: Tilastoja ei vielä ole.
|
388
394
|
orders_count: Kannatusta
|
389
395
|
pages_count: Sivua
|
396
|
+
participants_count: Osallistujaa
|
390
397
|
posts_count: Artikkeleja
|
398
|
+
processes_count: Prosessia
|
391
399
|
projects_count: Suunnitelmaa
|
392
400
|
proposals_count: Ehdotusta
|
393
401
|
results_count: Tulosta
|
402
|
+
supports_count: Kannatusta
|
394
403
|
surveys_count: Kyselyä
|
395
404
|
users_count: Osallistujaa
|
396
405
|
votes_count: Kannatusta
|
@@ -441,7 +450,7 @@ fi:
|
|
441
450
|
hero:
|
442
451
|
participate_title: Osallistu palvelun prosesseihin
|
443
452
|
sub_hero:
|
444
|
-
register_title:
|
453
|
+
register_title: Rekisteröidy luodaksesi itsellesi oman tilin
|
445
454
|
participatory_processes:
|
446
455
|
pages:
|
447
456
|
home:
|