decidim-elections 0.26.4 → 0.26.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/cells/decidim/votings/content_blocks/landing_page/description_cell.rb +1 -1
- data/app/commands/decidim/elections/admin/publish_election.rb +1 -1
- data/app/views/decidim/elections/elections/show.html.erb +1 -1
- data/app/views/decidim/votings/admin/votings/_form.html.erb +1 -1
- data/config/locales/ar.yml +39 -0
- data/config/locales/ca.yml +21 -0
- data/config/locales/cs.yml +21 -0
- data/config/locales/de.yml +2 -1
- data/config/locales/en.yml +21 -0
- data/config/locales/es-MX.yml +22 -1
- data/config/locales/es-PY.yml +22 -1
- data/config/locales/es.yml +22 -1
- data/config/locales/eu.yml +15 -3
- data/config/locales/fa-IR.yml +1 -0
- data/config/locales/fi-plain.yml +21 -0
- data/config/locales/fi.yml +22 -1
- data/config/locales/fr-CA.yml +21 -0
- data/config/locales/fr.yml +21 -0
- data/config/locales/gl.yml +0 -1
- data/config/locales/hu.yml +1 -1
- data/config/locales/it.yml +0 -1
- data/config/locales/ja.yml +25 -4
- data/config/locales/ka-GE.yml +1 -0
- data/config/locales/kaa.yml +1 -0
- data/config/locales/lt.yml +3 -1
- data/config/locales/nl.yml +0 -1
- data/config/locales/no.yml +0 -1
- data/config/locales/pl.yml +0 -1
- data/config/locales/pt-BR.yml +0 -1
- data/config/locales/pt.yml +0 -1
- data/config/locales/ro-RO.yml +33 -1
- data/config/locales/sv.yml +67 -1
- data/config/locales/zh-TW.yml +1415 -0
- data/lib/decidim/elections/version.rb +1 -1
- metadata +15 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eb6adf6a39f0158f835bbee4df71f54d22e338e11482e28a1ea241c052f90787
|
|
4
|
+
data.tar.gz: 4677017dfaa4318d866bfbbf78115243782b627035ae1bec46adff5b68e86435
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 60f51b35f2a326dcc472464a764a5c1149c814dd5e6d75194c35ecb82f527234b27d469754e5bc67e26f60f31a2531261bfb1b2d056151a88080a351b6a5812a
|
|
7
|
+
data.tar.gz: 0fd97e7011e5ddbb74d81687d74ef3d56352ffc6edf97395b12c211faf36357bcdfaf2f73eb05d280f2788ad6e574e47c7d63264ccf694de4f73bc6a95bc4a68
|
|
@@ -45,7 +45,7 @@ edit_link(
|
|
|
45
45
|
<% end %>
|
|
46
46
|
<div class="columns medium-8 mediumlarge-7">
|
|
47
47
|
<div class="section">
|
|
48
|
-
<p><%=
|
|
48
|
+
<p><%= decidim_sanitize_editor_admin(translated_attribute(election.description)) %></p>
|
|
49
49
|
|
|
50
50
|
<%= cell("decidim/elections/election_vote_cta", election) %>
|
|
51
51
|
|
data/config/locales/ar.yml
CHANGED
|
@@ -5,9 +5,21 @@ ar:
|
|
|
5
5
|
description: الوصف
|
|
6
6
|
election:
|
|
7
7
|
description: الوصف
|
|
8
|
+
monitoring_committee_member:
|
|
9
|
+
name: الاسم
|
|
10
|
+
polling_officer:
|
|
11
|
+
name: الاسم
|
|
8
12
|
decidim:
|
|
13
|
+
components:
|
|
14
|
+
elections:
|
|
15
|
+
name: الانتخابات
|
|
9
16
|
elections:
|
|
10
17
|
admin:
|
|
18
|
+
models:
|
|
19
|
+
answer:
|
|
20
|
+
name: الإجابة
|
|
21
|
+
question:
|
|
22
|
+
name: سؤال
|
|
11
23
|
steps:
|
|
12
24
|
tally:
|
|
13
25
|
invalid: كانت هناك مشكلة في الإبلاغ عن الأمين المفقود
|
|
@@ -21,6 +33,10 @@ ar:
|
|
|
21
33
|
results_title: النتائج
|
|
22
34
|
results:
|
|
23
35
|
percentage: "%{count}%"
|
|
36
|
+
models:
|
|
37
|
+
trustees_participatory_space:
|
|
38
|
+
fields:
|
|
39
|
+
name: الاسم
|
|
24
40
|
trustee_zone:
|
|
25
41
|
trustees:
|
|
26
42
|
show:
|
|
@@ -28,9 +44,19 @@ ar:
|
|
|
28
44
|
cancel: إلغاء
|
|
29
45
|
votings:
|
|
30
46
|
admin:
|
|
47
|
+
models:
|
|
48
|
+
monitoring_committee_member:
|
|
49
|
+
fields:
|
|
50
|
+
name: الاسم
|
|
51
|
+
polling_officer:
|
|
52
|
+
fields:
|
|
53
|
+
name: الاسم
|
|
31
54
|
monitoring_committee_election_results:
|
|
32
55
|
actions:
|
|
33
56
|
title: الإجراءات
|
|
57
|
+
monitoring_committee_members:
|
|
58
|
+
actions:
|
|
59
|
+
destroy: حذف
|
|
34
60
|
polling_officer_zone:
|
|
35
61
|
closures:
|
|
36
62
|
edit:
|
|
@@ -38,3 +64,16 @@ ar:
|
|
|
38
64
|
close_modal: غلق
|
|
39
65
|
sign:
|
|
40
66
|
cancel: إلغاء
|
|
67
|
+
in_person_votes:
|
|
68
|
+
verify_document:
|
|
69
|
+
name: الاسم
|
|
70
|
+
polling_officers:
|
|
71
|
+
index:
|
|
72
|
+
polling_station:
|
|
73
|
+
name: الاسم
|
|
74
|
+
polling_officers:
|
|
75
|
+
actions:
|
|
76
|
+
destroy: حذف
|
|
77
|
+
polling_stations:
|
|
78
|
+
actions:
|
|
79
|
+
destroy: حذف
|
data/config/locales/ca.yml
CHANGED
|
@@ -6,17 +6,38 @@ ca:
|
|
|
6
6
|
image: Imatge
|
|
7
7
|
proposals: Propostes relacionades
|
|
8
8
|
title: Títol
|
|
9
|
+
ballot_style:
|
|
10
|
+
code: Codi
|
|
9
11
|
election:
|
|
10
12
|
description: Descripció
|
|
11
13
|
end_time: La votació finalitza el
|
|
12
14
|
start_time: La votació comença el
|
|
13
15
|
title: Títol
|
|
16
|
+
monitoring_committee_member:
|
|
17
|
+
email: Correu electrònic
|
|
18
|
+
name: Nom
|
|
19
|
+
polling_officer:
|
|
20
|
+
email: Correu electrònic
|
|
21
|
+
name: Nom
|
|
22
|
+
polling_station:
|
|
23
|
+
address: Adreça
|
|
24
|
+
location: Ubicació
|
|
25
|
+
location_hints: Detalls d'ubicació
|
|
26
|
+
polling_station_managers: Gestores
|
|
27
|
+
polling_station_president_id: Presidència
|
|
28
|
+
title: Títol
|
|
14
29
|
question:
|
|
15
30
|
max_selections: Número màxim d'opcions
|
|
16
31
|
min_selections: Cap de les opcions anteriors
|
|
17
32
|
title: Títol
|
|
33
|
+
trustees_participatory_space:
|
|
34
|
+
user_id: Participant
|
|
18
35
|
voting:
|
|
19
36
|
end_time: La votació finalitza
|
|
37
|
+
introductory_image: Imatge de presentació
|
|
38
|
+
promoted: Destacada
|
|
39
|
+
scope_id: Àmbit
|
|
40
|
+
show_check_census: Mostrar la pàgina de "comprovar el cens"
|
|
20
41
|
start_time: La votació comença
|
|
21
42
|
errors:
|
|
22
43
|
models:
|
data/config/locales/cs.yml
CHANGED
|
@@ -6,17 +6,38 @@ cs:
|
|
|
6
6
|
image: Obrázek
|
|
7
7
|
proposals: Související návrhy
|
|
8
8
|
title: Název
|
|
9
|
+
ballot_style:
|
|
10
|
+
code: Kód
|
|
9
11
|
election:
|
|
10
12
|
description: Popis
|
|
11
13
|
end_time: Hlasování končí v
|
|
12
14
|
start_time: Hlasování začíná v
|
|
13
15
|
title: Název
|
|
16
|
+
monitoring_committee_member:
|
|
17
|
+
email: E-mail
|
|
18
|
+
name: Jméno
|
|
19
|
+
polling_officer:
|
|
20
|
+
email: E-mail
|
|
21
|
+
name: Jméno
|
|
22
|
+
polling_station:
|
|
23
|
+
address: Adresa
|
|
24
|
+
location: Poloha
|
|
25
|
+
location_hints: Nápověda k poloze
|
|
26
|
+
polling_station_managers: Manažeři
|
|
27
|
+
polling_station_president_id: Předseda
|
|
28
|
+
title: Název
|
|
14
29
|
question:
|
|
15
30
|
max_selections: Maximální počet výběrů
|
|
16
31
|
min_selections: Žádná z výše uvedených možností
|
|
17
32
|
title: Název
|
|
33
|
+
trustees_participatory_space:
|
|
34
|
+
user_id: Účastník
|
|
18
35
|
voting:
|
|
19
36
|
end_time: Hlasování končí
|
|
37
|
+
introductory_image: Úvodní obrázek
|
|
38
|
+
promoted: Propagováno
|
|
39
|
+
scope_id: Oblast působnosti
|
|
40
|
+
show_check_census: Zobrazit stránku "zkontrolovat rejstřík"
|
|
20
41
|
start_time: Hlasování začíná
|
|
21
42
|
errors:
|
|
22
43
|
models:
|
data/config/locales/de.yml
CHANGED
|
@@ -17,6 +17,8 @@ de:
|
|
|
17
17
|
title: Titel
|
|
18
18
|
voting:
|
|
19
19
|
end_time: Abstimmung endet
|
|
20
|
+
promoted: Hervorgehoben
|
|
21
|
+
scope_id: Themenbereich
|
|
20
22
|
start_time: Abstimmung beginnt
|
|
21
23
|
errors:
|
|
22
24
|
models:
|
|
@@ -102,7 +104,6 @@ de:
|
|
|
102
104
|
label: Überprüft
|
|
103
105
|
values:
|
|
104
106
|
'false': Überprüft
|
|
105
|
-
'true': Nicht überprüft
|
|
106
107
|
components:
|
|
107
108
|
elections:
|
|
108
109
|
actions:
|
data/config/locales/en.yml
CHANGED
|
@@ -7,17 +7,38 @@ en:
|
|
|
7
7
|
image: Image
|
|
8
8
|
proposals: Related proposals
|
|
9
9
|
title: Title
|
|
10
|
+
ballot_style:
|
|
11
|
+
code: Code
|
|
10
12
|
election:
|
|
11
13
|
description: Description
|
|
12
14
|
end_time: Voting ends at
|
|
13
15
|
start_time: Voting start at
|
|
14
16
|
title: Title
|
|
17
|
+
monitoring_committee_member:
|
|
18
|
+
email: Email
|
|
19
|
+
name: Name
|
|
20
|
+
polling_officer:
|
|
21
|
+
email: Email
|
|
22
|
+
name: Name
|
|
23
|
+
polling_station:
|
|
24
|
+
address: Address
|
|
25
|
+
location: Location
|
|
26
|
+
location_hints: Location hint
|
|
27
|
+
polling_station_managers: Managers
|
|
28
|
+
polling_station_president_id: President
|
|
29
|
+
title: Title
|
|
15
30
|
question:
|
|
16
31
|
max_selections: Maximum number of selections
|
|
17
32
|
min_selections: None of the above option
|
|
18
33
|
title: Title
|
|
34
|
+
trustees_participatory_space:
|
|
35
|
+
user_id: Participant
|
|
19
36
|
voting:
|
|
20
37
|
end_time: Voting ends
|
|
38
|
+
introductory_image: Introductory image
|
|
39
|
+
promoted: Promoted
|
|
40
|
+
scope_id: Scope
|
|
41
|
+
show_check_census: Show "check census" page
|
|
21
42
|
start_time: Voting begins
|
|
22
43
|
errors:
|
|
23
44
|
models:
|
data/config/locales/es-MX.yml
CHANGED
|
@@ -6,17 +6,38 @@ es-MX:
|
|
|
6
6
|
image: Imagen
|
|
7
7
|
proposals: Propuestas relacionadas
|
|
8
8
|
title: Título
|
|
9
|
+
ballot_style:
|
|
10
|
+
code: Código
|
|
9
11
|
election:
|
|
10
12
|
description: Descripción
|
|
11
13
|
end_time: La votación termina en
|
|
12
14
|
start_time: La votación comienza a las
|
|
13
15
|
title: Título
|
|
16
|
+
monitoring_committee_member:
|
|
17
|
+
email: Correo electrónico
|
|
18
|
+
name: Nombre
|
|
19
|
+
polling_officer:
|
|
20
|
+
email: Correo electrónico
|
|
21
|
+
name: Nombre
|
|
22
|
+
polling_station:
|
|
23
|
+
address: Dirección
|
|
24
|
+
location: Ubicación
|
|
25
|
+
location_hints: Detalles de ubicación
|
|
26
|
+
polling_station_managers: Gestoras
|
|
27
|
+
polling_station_president_id: Presidencia
|
|
28
|
+
title: Título
|
|
14
29
|
question:
|
|
15
30
|
max_selections: Número máximo de opciones
|
|
16
31
|
min_selections: Ninguna de las anteriores
|
|
17
32
|
title: Título
|
|
33
|
+
trustees_participatory_space:
|
|
34
|
+
user_id: Participante
|
|
18
35
|
voting:
|
|
19
36
|
end_time: La votación finaliza
|
|
37
|
+
introductory_image: Imagen de presentación
|
|
38
|
+
promoted: Destacada
|
|
39
|
+
scope_id: Ámbito
|
|
40
|
+
show_check_census: Mostrar la página de "comprobar censo"
|
|
20
41
|
start_time: La votación empieza
|
|
21
42
|
errors:
|
|
22
43
|
models:
|
|
@@ -249,7 +270,7 @@ es-MX:
|
|
|
249
270
|
'false': no tiene una <strong>clave pública</strong>
|
|
250
271
|
'true': tiene una <strong> clave pública</strong>
|
|
251
272
|
requirements:
|
|
252
|
-
census_codes_generated: Se han
|
|
273
|
+
census_codes_generated: Se han generado los códigos de acceso al censo.
|
|
253
274
|
census_frozen: Se han exportado los códgos para el censo y el censo ha quedado congelado.
|
|
254
275
|
census_uploaded: El censo está subido.
|
|
255
276
|
component_published: La elección está <strong>publicada</strong>.
|
data/config/locales/es-PY.yml
CHANGED
|
@@ -6,17 +6,38 @@ es-PY:
|
|
|
6
6
|
image: Imagen
|
|
7
7
|
proposals: Propuestas relacionadas
|
|
8
8
|
title: Título
|
|
9
|
+
ballot_style:
|
|
10
|
+
code: Código
|
|
9
11
|
election:
|
|
10
12
|
description: Descripción
|
|
11
13
|
end_time: La votación acaba el
|
|
12
14
|
start_time: La votación empieza el
|
|
13
15
|
title: Título
|
|
16
|
+
monitoring_committee_member:
|
|
17
|
+
email: Correo electrónico
|
|
18
|
+
name: Nombre
|
|
19
|
+
polling_officer:
|
|
20
|
+
email: Correo electrónico
|
|
21
|
+
name: Nombre
|
|
22
|
+
polling_station:
|
|
23
|
+
address: Dirección
|
|
24
|
+
location: Ubicación
|
|
25
|
+
location_hints: Detalles de ubicación
|
|
26
|
+
polling_station_managers: Gestoras
|
|
27
|
+
polling_station_president_id: Presidencia
|
|
28
|
+
title: Título
|
|
14
29
|
question:
|
|
15
30
|
max_selections: Número máximo de opciones
|
|
16
31
|
min_selections: Ninguna de las anteriores
|
|
17
32
|
title: Título
|
|
33
|
+
trustees_participatory_space:
|
|
34
|
+
user_id: Participante
|
|
18
35
|
voting:
|
|
19
36
|
end_time: La votación finaliza
|
|
37
|
+
introductory_image: Imagen de presentación
|
|
38
|
+
promoted: Destacada
|
|
39
|
+
scope_id: Ámbito
|
|
40
|
+
show_check_census: Mostrar la página de "comprobar censo"
|
|
20
41
|
start_time: La votación empieza
|
|
21
42
|
errors:
|
|
22
43
|
models:
|
|
@@ -249,7 +270,7 @@ es-PY:
|
|
|
249
270
|
'false': no tiene una <strong>clave pública</strong>
|
|
250
271
|
'true': tiene una <strong> clave pública</strong>
|
|
251
272
|
requirements:
|
|
252
|
-
census_codes_generated: Se han
|
|
273
|
+
census_codes_generated: Se han generado los códigos de acceso al censo.
|
|
253
274
|
census_frozen: Se han exportado los códgos para el censo y el censo ha quedado congelado.
|
|
254
275
|
census_uploaded: El censo está subido.
|
|
255
276
|
component_published: La elección está <strong>publicada</strong>.
|
data/config/locales/es.yml
CHANGED
|
@@ -6,17 +6,38 @@ es:
|
|
|
6
6
|
image: Imagen
|
|
7
7
|
proposals: Propuestas relacionadas
|
|
8
8
|
title: Título
|
|
9
|
+
ballot_style:
|
|
10
|
+
code: Código
|
|
9
11
|
election:
|
|
10
12
|
description: Descripción
|
|
11
13
|
end_time: La votación acaba el
|
|
12
14
|
start_time: La votación empieza el
|
|
13
15
|
title: Título
|
|
16
|
+
monitoring_committee_member:
|
|
17
|
+
email: Correo electrónico
|
|
18
|
+
name: Nombre
|
|
19
|
+
polling_officer:
|
|
20
|
+
email: Correo electrónico
|
|
21
|
+
name: Nombre
|
|
22
|
+
polling_station:
|
|
23
|
+
address: Dirección
|
|
24
|
+
location: Ubicación
|
|
25
|
+
location_hints: Detalles de ubicación
|
|
26
|
+
polling_station_managers: Gestoras
|
|
27
|
+
polling_station_president_id: Presidencia
|
|
28
|
+
title: Título
|
|
14
29
|
question:
|
|
15
30
|
max_selections: Número máximo de opciones
|
|
16
31
|
min_selections: Ninguna de las opciones anteriores
|
|
17
32
|
title: Título
|
|
33
|
+
trustees_participatory_space:
|
|
34
|
+
user_id: Participante
|
|
18
35
|
voting:
|
|
19
36
|
end_time: La votación finaliza
|
|
37
|
+
introductory_image: Imagen de presentación
|
|
38
|
+
promoted: Destacada
|
|
39
|
+
scope_id: Ámbito
|
|
40
|
+
show_check_census: Mostrar la página de "comprobar censo"
|
|
20
41
|
start_time: La votación empieza
|
|
21
42
|
errors:
|
|
22
43
|
models:
|
|
@@ -249,7 +270,7 @@ es:
|
|
|
249
270
|
'false': no tiene una <strong>clave pública</strong>
|
|
250
271
|
'true': tiene una <strong> clave pública</strong>
|
|
251
272
|
requirements:
|
|
252
|
-
census_codes_generated: Se han
|
|
273
|
+
census_codes_generated: Se han generado los códigos de acceso al censo.
|
|
253
274
|
census_frozen: Se han exportado los códgos para el censo y el censo ha quedado congelado.
|
|
254
275
|
census_uploaded: El censo está subido.
|
|
255
276
|
component_published: La elección está <strong>publicada</strong>.
|
data/config/locales/eu.yml
CHANGED
|
@@ -11,6 +11,16 @@ eu:
|
|
|
11
11
|
end_time: Bozketaren amaiera-data
|
|
12
12
|
start_time: Bozketaren hasiera-data
|
|
13
13
|
title: Izenburua
|
|
14
|
+
monitoring_committee_member:
|
|
15
|
+
email: Helbide elektronikoa
|
|
16
|
+
name: Izena
|
|
17
|
+
polling_officer:
|
|
18
|
+
email: Helbide elektronikoa
|
|
19
|
+
name: Izena
|
|
20
|
+
polling_station:
|
|
21
|
+
address: Helbidea
|
|
22
|
+
location: Kokapena
|
|
23
|
+
title: Izenburua
|
|
14
24
|
question:
|
|
15
25
|
max_selections: Gehieneko aukera kopurua
|
|
16
26
|
min_selections: Aurreko bat ere ez
|
|
@@ -99,7 +109,6 @@ eu:
|
|
|
99
109
|
label: Baliozkotuta
|
|
100
110
|
values:
|
|
101
111
|
'false': Baliozkotuta
|
|
102
|
-
'true': Baliozkotu gabe
|
|
103
112
|
components:
|
|
104
113
|
elections:
|
|
105
114
|
actions:
|
|
@@ -181,6 +190,9 @@ eu:
|
|
|
181
190
|
exports:
|
|
182
191
|
elections: Bozketak
|
|
183
192
|
feedback_form_answers: Erantzunen feedbacka
|
|
193
|
+
mailers:
|
|
194
|
+
trustee_mailer:
|
|
195
|
+
body: "< p>Kaixo %{user_name}, </p><p> %{resource_name}-an sartu zaituzte, konfiantzazko gisa.< p>"
|
|
184
196
|
menu:
|
|
185
197
|
trustees: Bermatzaileak
|
|
186
198
|
models:
|
|
@@ -539,7 +551,7 @@ eu:
|
|
|
539
551
|
menu:
|
|
540
552
|
trustee_zone: Bermatzailearen gunea
|
|
541
553
|
no_bulletin_board:
|
|
542
|
-
body:
|
|
554
|
+
body: Atal honetarako iragarki-taula konfiguratu bat behar da. Deitu administratzaileari xehetasun gehiago izateko.
|
|
543
555
|
title: Sentitzen dugu, Iragarki Taula oraindik ez dago konfiguratuta.
|
|
544
556
|
trustees:
|
|
545
557
|
show:
|
|
@@ -665,7 +677,7 @@ eu:
|
|
|
665
677
|
back: Atzera
|
|
666
678
|
continue: Hurrengoa
|
|
667
679
|
warnings:
|
|
668
|
-
no_elections_warning: Ez dago bilaketa-
|
|
680
|
+
no_elections_warning: Ez dago beren bilaketa-irizpideekin bat datorren hauteskunderik, edo ez dago hauteskunde programaturik.
|
|
669
681
|
no_scheduled_elections_warning: Orain ez dago bozketa programaturik, baina aurrekoak ikus ditzakezu.
|
|
670
682
|
events:
|
|
671
683
|
elections:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
fa:
|
data/config/locales/fi-plain.yml
CHANGED
|
@@ -6,17 +6,38 @@ fi-pl:
|
|
|
6
6
|
image: Kuva
|
|
7
7
|
proposals: Liittyvät ehdotukset
|
|
8
8
|
title: Otsikko
|
|
9
|
+
ballot_style:
|
|
10
|
+
code: Koodi
|
|
9
11
|
election:
|
|
10
12
|
description: Kuvaus
|
|
11
13
|
end_time: Äänestys päättyy
|
|
12
14
|
start_time: Äänestys alkaa
|
|
13
15
|
title: Otsikko
|
|
16
|
+
monitoring_committee_member:
|
|
17
|
+
email: Sähköpostiosoite
|
|
18
|
+
name: Nimi
|
|
19
|
+
polling_officer:
|
|
20
|
+
email: Sähköpostiosoite
|
|
21
|
+
name: Nimi
|
|
22
|
+
polling_station:
|
|
23
|
+
address: Osoite
|
|
24
|
+
location: Sijainti
|
|
25
|
+
location_hints: Paikan tarkemmat tiedot
|
|
26
|
+
polling_station_managers: Virkailijat
|
|
27
|
+
polling_station_president_id: Esimies
|
|
28
|
+
title: Otsikko
|
|
14
29
|
question:
|
|
15
30
|
max_selections: Valintojen enimmäismäärä
|
|
16
31
|
min_selections: Ei mikään edellä mainituista
|
|
17
32
|
title: Otsikko
|
|
33
|
+
trustees_participatory_space:
|
|
34
|
+
user_id: Osallistuja
|
|
18
35
|
voting:
|
|
19
36
|
end_time: Äänestyksen päättymisaika
|
|
37
|
+
introductory_image: Esittelykuva
|
|
38
|
+
promoted: Korostettu
|
|
39
|
+
scope_id: Teema
|
|
40
|
+
show_check_census: Näytä "tarkasta henkilötietorekisterin tiedot" -sivu
|
|
20
41
|
start_time: Äänestyksen alkamisaika
|
|
21
42
|
errors:
|
|
22
43
|
models:
|
data/config/locales/fi.yml
CHANGED
|
@@ -6,17 +6,38 @@ fi:
|
|
|
6
6
|
image: Kuva
|
|
7
7
|
proposals: Liittyvät ehdotukset
|
|
8
8
|
title: Otsikko
|
|
9
|
+
ballot_style:
|
|
10
|
+
code: Koodi
|
|
9
11
|
election:
|
|
10
12
|
description: Kuvaus
|
|
11
13
|
end_time: Äänestys päättyy
|
|
12
14
|
start_time: Äänestys alkaa
|
|
13
15
|
title: Otsikko
|
|
16
|
+
monitoring_committee_member:
|
|
17
|
+
email: Sähköpostiosoite
|
|
18
|
+
name: Nimi
|
|
19
|
+
polling_officer:
|
|
20
|
+
email: Sähköpostiosoite
|
|
21
|
+
name: Nimi
|
|
22
|
+
polling_station:
|
|
23
|
+
address: Osoite
|
|
24
|
+
location: Sijainti
|
|
25
|
+
location_hints: Paikan tarkemmat tiedot
|
|
26
|
+
polling_station_managers: Virkailijat
|
|
27
|
+
polling_station_president_id: Esimies
|
|
28
|
+
title: Otsikko
|
|
14
29
|
question:
|
|
15
30
|
max_selections: Valintojen enimmäismäärä
|
|
16
31
|
min_selections: Ei mikään edellä mainituista
|
|
17
32
|
title: Otsikko
|
|
33
|
+
trustees_participatory_space:
|
|
34
|
+
user_id: Osallistuja
|
|
18
35
|
voting:
|
|
19
36
|
end_time: Äänestyksen päättymisaika
|
|
37
|
+
introductory_image: Esittelykuva
|
|
38
|
+
promoted: Korostettu
|
|
39
|
+
scope_id: Teema
|
|
40
|
+
show_check_census: Näytä "tarkasta henkilötietorekisterin tiedot" -sivu
|
|
20
41
|
start_time: Äänestyksen alkamisaika
|
|
21
42
|
errors:
|
|
22
43
|
models:
|
|
@@ -724,7 +745,7 @@ fi:
|
|
|
724
745
|
email_subject: Sinut on lisätty luottamushenkilöksi vaaliin %{resource_title}..
|
|
725
746
|
notification_title: Olet luottamushenkilö vaalissa <a href="%{resource_path}">%{resource_title}</a>.
|
|
726
747
|
new_trustee:
|
|
727
|
-
email_intro:
|
|
748
|
+
email_intro: Hallintakäyttäjä on myöntänyt sinulle luottamushenkilön tehtävän kohteessa %{resource_name}. Sinun tulee luoda julkinen tunnistusavain <a href='%{trustee_zone_url}'>omalla luottamushenkilöiden alueellasi</a>
|
|
728
749
|
email_outro: Tämä ilmoitus on lähetetty sinulle, koska sinulle on myönnettu luottamushenkilön tehtävä kohteessa %{resource_name}.
|
|
729
750
|
email_subject: Olet luottamushenkilö kohteessa %{resource_name}.
|
|
730
751
|
notification_title: Olet luottamushenkilö kohteessa <a href="%{participatory_space_url}">%{resource_name}</a>.
|
data/config/locales/fr-CA.yml
CHANGED
|
@@ -6,17 +6,38 @@ fr-CA:
|
|
|
6
6
|
image: Image
|
|
7
7
|
proposals: Propositions associées
|
|
8
8
|
title: Titre
|
|
9
|
+
ballot_style:
|
|
10
|
+
code: Code
|
|
9
11
|
election:
|
|
10
12
|
description: Description
|
|
11
13
|
end_time: Le vote se termine à
|
|
12
14
|
start_time: Le vote commence à
|
|
13
15
|
title: Titre
|
|
16
|
+
monitoring_committee_member:
|
|
17
|
+
email: Email
|
|
18
|
+
name: Nom
|
|
19
|
+
polling_officer:
|
|
20
|
+
email: Email
|
|
21
|
+
name: Nom
|
|
22
|
+
polling_station:
|
|
23
|
+
address: Adresse
|
|
24
|
+
location: Lieu
|
|
25
|
+
location_hints: Indication de lieu
|
|
26
|
+
polling_station_managers: Gestionnaires
|
|
27
|
+
polling_station_president_id: Président
|
|
28
|
+
title: Titre
|
|
14
29
|
question:
|
|
15
30
|
max_selections: Nombre maximum de sélections
|
|
16
31
|
min_selections: Aucune des options ci-dessus
|
|
17
32
|
title: Titre
|
|
33
|
+
trustees_participatory_space:
|
|
34
|
+
user_id: Participant
|
|
18
35
|
voting:
|
|
19
36
|
end_time: Le vote se termine
|
|
37
|
+
introductory_image: Image d'introduction
|
|
38
|
+
promoted: Mis en avant
|
|
39
|
+
scope_id: Secteur
|
|
40
|
+
show_check_census: Afficher la page "Vérifier le recensement"
|
|
20
41
|
start_time: Le vote commence le
|
|
21
42
|
errors:
|
|
22
43
|
models:
|
data/config/locales/fr.yml
CHANGED
|
@@ -6,17 +6,38 @@ fr:
|
|
|
6
6
|
image: Image
|
|
7
7
|
proposals: Propositions associées
|
|
8
8
|
title: Titre
|
|
9
|
+
ballot_style:
|
|
10
|
+
code: Code
|
|
9
11
|
election:
|
|
10
12
|
description: Description
|
|
11
13
|
end_time: Le vote se termine à
|
|
12
14
|
start_time: Le vote commence à
|
|
13
15
|
title: Titre
|
|
16
|
+
monitoring_committee_member:
|
|
17
|
+
email: Email
|
|
18
|
+
name: Nom
|
|
19
|
+
polling_officer:
|
|
20
|
+
email: Email
|
|
21
|
+
name: Nom
|
|
22
|
+
polling_station:
|
|
23
|
+
address: Adresse
|
|
24
|
+
location: Lieu
|
|
25
|
+
location_hints: Indication de lieu
|
|
26
|
+
polling_station_managers: Gestionnaires
|
|
27
|
+
polling_station_president_id: Président
|
|
28
|
+
title: Titre
|
|
14
29
|
question:
|
|
15
30
|
max_selections: Nombre maximum de sélections
|
|
16
31
|
min_selections: Aucune des options ci-dessus
|
|
17
32
|
title: Titre
|
|
33
|
+
trustees_participatory_space:
|
|
34
|
+
user_id: Participant
|
|
18
35
|
voting:
|
|
19
36
|
end_time: Le vote prend fin le
|
|
37
|
+
introductory_image: Image d'introduction
|
|
38
|
+
promoted: Mis en avant
|
|
39
|
+
scope_id: Secteur
|
|
40
|
+
show_check_census: Afficher la page "Vérifier le recensement"
|
|
20
41
|
start_time: Le vote commence le
|
|
21
42
|
errors:
|
|
22
43
|
models:
|
data/config/locales/gl.yml
CHANGED
data/config/locales/hu.yml
CHANGED
|
@@ -17,6 +17,7 @@ hu:
|
|
|
17
17
|
title: Cím
|
|
18
18
|
voting:
|
|
19
19
|
end_time: Szavazás vége
|
|
20
|
+
promoted: Támogatott
|
|
20
21
|
start_time: Szavazás kezdete
|
|
21
22
|
errors:
|
|
22
23
|
models:
|
|
@@ -82,7 +83,6 @@ hu:
|
|
|
82
83
|
label: Érvényesített
|
|
83
84
|
values:
|
|
84
85
|
'false': Érvényesített
|
|
85
|
-
'true': Nem érvényesített
|
|
86
86
|
components:
|
|
87
87
|
elections:
|
|
88
88
|
actions:
|