decidim-consultations 0.12.2 → 0.13.0.pre1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/decidim/consultations/admin/consultations/index.html.erb +1 -1
- data/app/views/decidim/consultations/admin/questions/index.html.erb +1 -1
- data/app/views/decidim/consultations/admin/responses/index.html.erb +1 -1
- data/config/locales/ca.yml +11 -8
- data/config/locales/en.yml +11 -8
- data/config/locales/es-PY.yml +10 -7
- data/config/locales/es.yml +10 -7
- data/config/locales/eu.yml +11 -8
- data/config/locales/fi.yml +11 -8
- data/config/locales/fr.yml +57 -54
- data/config/locales/gl.yml +11 -8
- data/config/locales/it.yml +11 -8
- data/config/locales/nl.yml +11 -8
- data/config/locales/pl.yml +11 -8
- data/config/locales/pt-BR.yml +11 -8
- data/config/locales/pt.yml +11 -8
- data/config/locales/ru.yml +5 -2
- data/config/locales/sv.yml +11 -8
- data/config/locales/uk.yml +5 -2
- data/lib/decidim/consultations/version.rb +1 -1
- metadata +20 -20
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b6cb372cc7571b06bac0130732dcde86c6068a6e75b7cb21582c4668797e3299
|
4
|
+
data.tar.gz: b47b6888c04a9bfeb5b10a66510907afa1eb9c287d279fbc50ab48bc13eb4a8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17d43a28239e6b84cd9439349f71d27406f779f4e86cdb40a889399eba11f24cfd80a9e08f0c9a25cdef05460ebb702a3c361352f9046c9b9aa8a8c7cea718b3
|
7
|
+
data.tar.gz: 7cc5155dfa3c87876a517b909eadd47cbb113c8af48073a2facdea4fc335280990f42a9f2b0c264dc9c70e04927eaf37faa8d01e53f79f3197d4539d2c0e4a9d
|
@@ -2,7 +2,7 @@
|
|
2
2
|
<div class="card-divider">
|
3
3
|
<h2 class="card-title">
|
4
4
|
<%= t "decidim.admin.titles.consultations" %>
|
5
|
-
<%= link_to t("actions.
|
5
|
+
<%= link_to t("actions.new_consultation", scope: "decidim.admin"),
|
6
6
|
["new", "consultation"], class: "button tiny button--title" if allowed_to? :create, :consultation %>
|
7
7
|
</h2>
|
8
8
|
</div>
|
@@ -2,7 +2,7 @@
|
|
2
2
|
<div class="card-divider">
|
3
3
|
<h2 class="card-title">
|
4
4
|
<%= t "decidim.admin.titles.questions" %>
|
5
|
-
<%= link_to t("actions.
|
5
|
+
<%= link_to t("actions.new_question", scope: "decidim.admin"),
|
6
6
|
new_consultation_question_path(current_consultation),
|
7
7
|
class: "button tiny button--title" if allowed_to? :create, :question %>
|
8
8
|
</h2>
|
@@ -2,7 +2,7 @@
|
|
2
2
|
<div class="card-divider">
|
3
3
|
<h2 class="card-title">
|
4
4
|
<%= t "decidim.admin.titles.responses" %>
|
5
|
-
<%= link_to t("actions.
|
5
|
+
<%= link_to t("actions.new_response", scope: "decidim.admin"),
|
6
6
|
new_response_path(current_question),
|
7
7
|
class: "button tiny button--title" if allowed_to? :create, :response %>
|
8
8
|
</h2>
|
data/config/locales/ca.yml
CHANGED
@@ -5,12 +5,12 @@ ca:
|
|
5
5
|
banner_image: Imatge del bàner
|
6
6
|
decidim_highlighted_scope_id: Abast destacat
|
7
7
|
description: Descripció
|
8
|
-
end_voting_date:
|
8
|
+
end_voting_date: La votació finalitza
|
9
9
|
introductory_image: Imatge introductòria
|
10
10
|
introductory_video_url: URL de vídeo introductori
|
11
11
|
questions: Preguntes
|
12
12
|
slug: Nom curt d'URL
|
13
|
-
start_voting_date:
|
13
|
+
start_voting_date: Comença la votació
|
14
14
|
subtitle: Subtítol
|
15
15
|
title: Títol
|
16
16
|
question:
|
@@ -53,6 +53,9 @@ ca:
|
|
53
53
|
decidim:
|
54
54
|
admin:
|
55
55
|
actions:
|
56
|
+
new_consultation: Nova consulta
|
57
|
+
new_question: Nova pregunta
|
58
|
+
new_response: Nova resposta
|
56
59
|
publish_results: Publica els resultats
|
57
60
|
unpublish_results: Despublicar resultats
|
58
61
|
consultation_publications:
|
@@ -74,7 +77,7 @@ ca:
|
|
74
77
|
error: S'ha produït un error en crear una nova consulta.
|
75
78
|
success: S'ha creat la consulta amb èxit.
|
76
79
|
destroy:
|
77
|
-
success: S'ha
|
80
|
+
success: S'ha eliminat la consulta amb èxit.
|
78
81
|
edit:
|
79
82
|
update: Actualització
|
80
83
|
form:
|
@@ -135,7 +138,7 @@ ca:
|
|
135
138
|
error: S'ha produït un error en crear una pregunta nova.
|
136
139
|
success: S'ha creat una pregunta correctament.
|
137
140
|
destroy:
|
138
|
-
success: S'ha
|
141
|
+
success: S'ha eliminat la pregunta correctament.
|
139
142
|
edit:
|
140
143
|
update: Actualitzar
|
141
144
|
form:
|
@@ -155,7 +158,7 @@ ca:
|
|
155
158
|
success: La resposta s'ha creat correctament.
|
156
159
|
destroy:
|
157
160
|
error: S'ha produït un error en eliminar la resposta.
|
158
|
-
success: La resposta s'ha
|
161
|
+
success: La resposta s'ha eliminat correctament.
|
159
162
|
edit:
|
160
163
|
update: Actualitza
|
161
164
|
form:
|
@@ -172,7 +175,7 @@ ca:
|
|
172
175
|
responses: Respostes
|
173
176
|
consultations:
|
174
177
|
consultation:
|
175
|
-
start_voting_date:
|
178
|
+
start_voting_date: Comença la votació
|
176
179
|
view_results: Veure resultats
|
177
180
|
consultation_card:
|
178
181
|
view_results: Veure resultats
|
@@ -239,7 +242,7 @@ ca:
|
|
239
242
|
assistants_count_title: Assistents
|
240
243
|
comments_count_title: Comentaris
|
241
244
|
meetings_count_title: Reunions
|
242
|
-
supports_count_title:
|
245
|
+
supports_count_title: Suports
|
243
246
|
technical_info:
|
244
247
|
technical_data: Dades tècniques
|
245
248
|
vote_button:
|
@@ -262,7 +265,7 @@ ca:
|
|
262
265
|
attachments: Fitxers adjunts
|
263
266
|
categories: Categories
|
264
267
|
consultation_voting_data:
|
265
|
-
start_voting_date:
|
268
|
+
start_voting_date: Comença la votació
|
266
269
|
question_components:
|
267
270
|
question_menu_item: La pregunta
|
268
271
|
unfold: Desplegar
|
data/config/locales/en.yml
CHANGED
@@ -6,12 +6,12 @@ en:
|
|
6
6
|
banner_image: Banner image
|
7
7
|
decidim_highlighted_scope_id: Highlighted scope
|
8
8
|
description: Description
|
9
|
-
end_voting_date:
|
9
|
+
end_voting_date: Voting ends
|
10
10
|
introductory_image: Introductory image
|
11
11
|
introductory_video_url: Introductory video URL
|
12
12
|
questions: Questions
|
13
13
|
slug: URL slug
|
14
|
-
start_voting_date:
|
14
|
+
start_voting_date: Voting begins
|
15
15
|
subtitle: Subtitle
|
16
16
|
title: Title
|
17
17
|
question:
|
@@ -54,6 +54,9 @@ en:
|
|
54
54
|
decidim:
|
55
55
|
admin:
|
56
56
|
actions:
|
57
|
+
new_consultation: New consultation
|
58
|
+
new_question: New question
|
59
|
+
new_response: New response
|
57
60
|
publish_results: Publish results
|
58
61
|
unpublish_results: Unpublish results
|
59
62
|
consultation_publications:
|
@@ -75,7 +78,7 @@ en:
|
|
75
78
|
error: There was an error creating a new consultation.
|
76
79
|
success: Consultation successfully created.
|
77
80
|
destroy:
|
78
|
-
success: Consultation successfully
|
81
|
+
success: Consultation successfully deleted.
|
79
82
|
edit:
|
80
83
|
update: Update
|
81
84
|
form:
|
@@ -136,7 +139,7 @@ en:
|
|
136
139
|
error: There was an error creating a new question.
|
137
140
|
success: Question successfully created.
|
138
141
|
destroy:
|
139
|
-
success: Question successfully
|
142
|
+
success: Question successfully deleted.
|
140
143
|
edit:
|
141
144
|
update: Update
|
142
145
|
form:
|
@@ -156,7 +159,7 @@ en:
|
|
156
159
|
success: Response successfully created.
|
157
160
|
destroy:
|
158
161
|
error: There was an error when removing the response.
|
159
|
-
success: Response successfully
|
162
|
+
success: Response successfully deleted.
|
160
163
|
edit:
|
161
164
|
update: Update
|
162
165
|
form:
|
@@ -173,7 +176,7 @@ en:
|
|
173
176
|
responses: Responses
|
174
177
|
consultations:
|
175
178
|
consultation:
|
176
|
-
start_voting_date: Voting
|
179
|
+
start_voting_date: Voting begins
|
177
180
|
view_results: View results
|
178
181
|
consultation_card:
|
179
182
|
view_results: View results
|
@@ -240,7 +243,7 @@ en:
|
|
240
243
|
assistants_count_title: Assistants
|
241
244
|
comments_count_title: Comments
|
242
245
|
meetings_count_title: Meetings
|
243
|
-
supports_count_title:
|
246
|
+
supports_count_title: Supports
|
244
247
|
technical_info:
|
245
248
|
technical_data: Technical data
|
246
249
|
vote_button:
|
@@ -263,7 +266,7 @@ en:
|
|
263
266
|
attachments: Attachments
|
264
267
|
categories: Categories
|
265
268
|
consultation_voting_data:
|
266
|
-
start_voting_date: Voting
|
269
|
+
start_voting_date: Voting begins
|
267
270
|
question_components:
|
268
271
|
question_menu_item: The question
|
269
272
|
unfold: Unfold
|
data/config/locales/es-PY.yml
CHANGED
@@ -5,12 +5,12 @@ es-PY:
|
|
5
5
|
banner_image: Imagen de banner
|
6
6
|
decidim_highlighted_scope_id: Alcance resaltado
|
7
7
|
description: Descripción
|
8
|
-
end_voting_date:
|
8
|
+
end_voting_date: La votación ha terminado
|
9
9
|
introductory_image: Imagen introductoria
|
10
10
|
introductory_video_url: URL de vídeo introductoria
|
11
11
|
questions: Preguntas
|
12
12
|
slug: URL slug
|
13
|
-
start_voting_date:
|
13
|
+
start_voting_date: Empieza la votación
|
14
14
|
subtitle: Subtitular
|
15
15
|
title: Título
|
16
16
|
question:
|
@@ -53,6 +53,9 @@ es-PY:
|
|
53
53
|
decidim:
|
54
54
|
admin:
|
55
55
|
actions:
|
56
|
+
new_consultation: Nueva consulta
|
57
|
+
new_question: Nueva pregunta
|
58
|
+
new_response: Nueva respuesta
|
56
59
|
publish_results: Publicar resultados
|
57
60
|
unpublish_results: Anular la publicación de resultados
|
58
61
|
consultation_publications:
|
@@ -74,7 +77,7 @@ es-PY:
|
|
74
77
|
error: Hubo un error al crear una nueva consulta.
|
75
78
|
success: Consulta creada con éxito.
|
76
79
|
destroy:
|
77
|
-
success: Consulta eliminada
|
80
|
+
success: Consulta eliminada con éxito.
|
78
81
|
edit:
|
79
82
|
update: Actualizar
|
80
83
|
form:
|
@@ -155,7 +158,7 @@ es-PY:
|
|
155
158
|
success: Respuesta creada con éxito.
|
156
159
|
destroy:
|
157
160
|
error: Hubo un error al eliminar la respuesta.
|
158
|
-
success:
|
161
|
+
success: Respuesta eliminada con éxito
|
159
162
|
edit:
|
160
163
|
update: Actualizar
|
161
164
|
form:
|
@@ -172,7 +175,7 @@ es-PY:
|
|
172
175
|
responses: Respuestas
|
173
176
|
consultations:
|
174
177
|
consultation:
|
175
|
-
start_voting_date:
|
178
|
+
start_voting_date: Empieza la votación
|
176
179
|
view_results: Ver resultados
|
177
180
|
consultation_card:
|
178
181
|
view_results: Ver resultados
|
@@ -239,7 +242,7 @@ es-PY:
|
|
239
242
|
assistants_count_title: Asistentes
|
240
243
|
comments_count_title: Comentarios
|
241
244
|
meetings_count_title: Reuniones
|
242
|
-
supports_count_title:
|
245
|
+
supports_count_title: Apoyos
|
243
246
|
technical_info:
|
244
247
|
technical_data: Datos técnicos
|
245
248
|
vote_button:
|
@@ -262,7 +265,7 @@ es-PY:
|
|
262
265
|
attachments: Archivos adjuntos
|
263
266
|
categories: Categorías
|
264
267
|
consultation_voting_data:
|
265
|
-
start_voting_date:
|
268
|
+
start_voting_date: Empieza la votación
|
266
269
|
question_components:
|
267
270
|
question_menu_item: La pregunta
|
268
271
|
unfold: Desplegar
|
data/config/locales/es.yml
CHANGED
@@ -5,12 +5,12 @@ es:
|
|
5
5
|
banner_image: Imagen de banner
|
6
6
|
decidim_highlighted_scope_id: Alcance resaltado
|
7
7
|
description: Descripción
|
8
|
-
end_voting_date:
|
8
|
+
end_voting_date: La votación ha terminado
|
9
9
|
introductory_image: Imagen introductoria
|
10
10
|
introductory_video_url: URL de vídeo introductoria
|
11
11
|
questions: Preguntas
|
12
12
|
slug: URL slug
|
13
|
-
start_voting_date:
|
13
|
+
start_voting_date: Empieza la votación
|
14
14
|
subtitle: Subtitular
|
15
15
|
title: Título
|
16
16
|
question:
|
@@ -53,6 +53,9 @@ es:
|
|
53
53
|
decidim:
|
54
54
|
admin:
|
55
55
|
actions:
|
56
|
+
new_consultation: Nueva consulta
|
57
|
+
new_question: Nueva pregunta
|
58
|
+
new_response: Nueva respuesta
|
56
59
|
publish_results: Publicar resultados
|
57
60
|
unpublish_results: Anular la publicación de resultados
|
58
61
|
consultation_publications:
|
@@ -74,7 +77,7 @@ es:
|
|
74
77
|
error: Hubo un error al crear una nueva consulta.
|
75
78
|
success: Consulta creada con éxito.
|
76
79
|
destroy:
|
77
|
-
success: Consulta eliminada
|
80
|
+
success: Consulta eliminada con éxito.
|
78
81
|
edit:
|
79
82
|
update: Actualizar
|
80
83
|
form:
|
@@ -155,7 +158,7 @@ es:
|
|
155
158
|
success: Respuesta creada con éxito.
|
156
159
|
destroy:
|
157
160
|
error: Hubo un error al eliminar la respuesta.
|
158
|
-
success:
|
161
|
+
success: Respuesta eliminada con éxito
|
159
162
|
edit:
|
160
163
|
update: Actualizar
|
161
164
|
form:
|
@@ -172,7 +175,7 @@ es:
|
|
172
175
|
responses: Respuestas
|
173
176
|
consultations:
|
174
177
|
consultation:
|
175
|
-
start_voting_date:
|
178
|
+
start_voting_date: Empieza la votación
|
176
179
|
view_results: Ver resultados
|
177
180
|
consultation_card:
|
178
181
|
view_results: Ver resultados
|
@@ -239,7 +242,7 @@ es:
|
|
239
242
|
assistants_count_title: Asistentes
|
240
243
|
comments_count_title: Comentarios
|
241
244
|
meetings_count_title: Reuniones
|
242
|
-
supports_count_title:
|
245
|
+
supports_count_title: Apoyos
|
243
246
|
technical_info:
|
244
247
|
technical_data: Datos técnicos
|
245
248
|
vote_button:
|
@@ -262,7 +265,7 @@ es:
|
|
262
265
|
attachments: Archivos adjuntos
|
263
266
|
categories: Categorías
|
264
267
|
consultation_voting_data:
|
265
|
-
start_voting_date:
|
268
|
+
start_voting_date: Empieza la votación
|
266
269
|
question_components:
|
267
270
|
question_menu_item: La pregunta
|
268
271
|
unfold: Desplegar
|
data/config/locales/eu.yml
CHANGED
@@ -5,12 +5,12 @@ eu:
|
|
5
5
|
banner_image: Banner irudia
|
6
6
|
decidim_highlighted_scope_id: Nabarmendutako esparrua
|
7
7
|
description: deskribapena
|
8
|
-
end_voting_date:
|
8
|
+
end_voting_date: Botoaren bukaerak
|
9
9
|
introductory_image: Sarrera-irudia
|
10
10
|
introductory_video_url: Sarrera bideoaren URLa
|
11
11
|
questions: Galderak
|
12
12
|
slug: URL slug
|
13
|
-
start_voting_date:
|
13
|
+
start_voting_date: Botoa hasten da
|
14
14
|
subtitle: azpititulua
|
15
15
|
title: Izenburua
|
16
16
|
question:
|
@@ -53,6 +53,9 @@ eu:
|
|
53
53
|
decidim:
|
54
54
|
admin:
|
55
55
|
actions:
|
56
|
+
new_consultation: Kontsulta berria
|
57
|
+
new_question: Galdera berria
|
58
|
+
new_response: Erantzun berria
|
56
59
|
publish_results: Argitaratu emaitzak
|
57
60
|
unpublish_results: Argitaratu emaitzak
|
58
61
|
consultation_publications:
|
@@ -74,7 +77,7 @@ eu:
|
|
74
77
|
error: Errore bat gertatu da kontsulta berri bat sortzean.
|
75
78
|
success: Kontsulta sortu da.
|
76
79
|
destroy:
|
77
|
-
success:
|
80
|
+
success: Kontsulta ezabatu da.
|
78
81
|
edit:
|
79
82
|
update: eguneratzearen
|
80
83
|
form:
|
@@ -135,7 +138,7 @@ eu:
|
|
135
138
|
error: Errore bat gertatu da galdera berri bat sortzean.
|
136
139
|
success: Galdera zuzen sortu da.
|
137
140
|
destroy:
|
138
|
-
success: Galdera
|
141
|
+
success: Galdera ezabatu da.
|
139
142
|
edit:
|
140
143
|
update: eguneratzearen
|
141
144
|
form:
|
@@ -155,7 +158,7 @@ eu:
|
|
155
158
|
success: Erantzun arrakastaz sortu da.
|
156
159
|
destroy:
|
157
160
|
error: Errore bat gertatu da erantzuna kentzean.
|
158
|
-
success: Erantzun
|
161
|
+
success: Erantzun ezabatu da.
|
159
162
|
edit:
|
160
163
|
update: eguneratzearen
|
161
164
|
form:
|
@@ -172,7 +175,7 @@ eu:
|
|
172
175
|
responses: Erantzunak
|
173
176
|
consultations:
|
174
177
|
consultation:
|
175
|
-
start_voting_date:
|
178
|
+
start_voting_date: Botoa hasten da
|
176
179
|
view_results: Ikusi emaitzak
|
177
180
|
consultation_card:
|
178
181
|
view_results: Ikusi emaitzak
|
@@ -239,7 +242,7 @@ eu:
|
|
239
242
|
assistants_count_title: laguntzaileak
|
240
243
|
comments_count_title: Oharrak
|
241
244
|
meetings_count_title: Bilerak
|
242
|
-
supports_count_title:
|
245
|
+
supports_count_title: euskarri
|
243
246
|
technical_info:
|
244
247
|
technical_data: Datu teknikoak
|
245
248
|
vote_button:
|
@@ -262,7 +265,7 @@ eu:
|
|
262
265
|
attachments: eranskinak
|
263
266
|
categories: Kategoriak
|
264
267
|
consultation_voting_data:
|
265
|
-
start_voting_date:
|
268
|
+
start_voting_date: Botoa hasten da
|
266
269
|
question_components:
|
267
270
|
question_menu_item: Galdera
|
268
271
|
unfold: Zabaldu
|
data/config/locales/fi.yml
CHANGED
@@ -5,12 +5,12 @@ fi:
|
|
5
5
|
banner_image: Bannerikuva
|
6
6
|
decidim_highlighted_scope_id: Korostettu soveltamisala
|
7
7
|
description: Kuvaus
|
8
|
-
end_voting_date:
|
8
|
+
end_voting_date: Äänestys päättyy
|
9
9
|
introductory_image: Alustava kuva
|
10
10
|
introductory_video_url: Alkuperäisen videon URL-osoite
|
11
11
|
questions: kysymykset
|
12
12
|
slug: URL-linkki
|
13
|
-
start_voting_date:
|
13
|
+
start_voting_date: Äänestys alkaa
|
14
14
|
subtitle: alaotsikko
|
15
15
|
title: otsikko
|
16
16
|
question:
|
@@ -53,6 +53,9 @@ fi:
|
|
53
53
|
decidim:
|
54
54
|
admin:
|
55
55
|
actions:
|
56
|
+
new_consultation: Uusi kuuleminen
|
57
|
+
new_question: Uusi kysymys
|
58
|
+
new_response: Uusi vastaus
|
56
59
|
publish_results: Julkaise tuloksia
|
57
60
|
unpublish_results: Julkaisematta tuloksia
|
58
61
|
consultation_publications:
|
@@ -74,7 +77,7 @@ fi:
|
|
74
77
|
error: Virhe aiheutti uuden kuulemisen.
|
75
78
|
success: Kuuleminen onnistui.
|
76
79
|
destroy:
|
77
|
-
success: Kuuleminen
|
80
|
+
success: Kuuleminen poistettiin onnistuneesti.
|
78
81
|
edit:
|
79
82
|
update: Päivittää
|
80
83
|
form:
|
@@ -135,7 +138,7 @@ fi:
|
|
135
138
|
error: Uuden kysymyksen luomisessa tapahtui virhe.
|
136
139
|
success: Kysely onnistui.
|
137
140
|
destroy:
|
138
|
-
success: Kysely
|
141
|
+
success: Kysely poistettiin onnistuneesti.
|
139
142
|
edit:
|
140
143
|
update: Päivittää
|
141
144
|
form:
|
@@ -155,7 +158,7 @@ fi:
|
|
155
158
|
success: Vastaus onnistuneesti luotu.
|
156
159
|
destroy:
|
157
160
|
error: Vastetta poistettaessa tapahtui virhe.
|
158
|
-
success: Vastaus onnistuneesti
|
161
|
+
success: Vastaus poistettiin onnistuneesti.
|
159
162
|
edit:
|
160
163
|
update: Päivittää
|
161
164
|
form:
|
@@ -172,7 +175,7 @@ fi:
|
|
172
175
|
responses: Vastaukset
|
173
176
|
consultations:
|
174
177
|
consultation:
|
175
|
-
start_voting_date: Äänestys
|
178
|
+
start_voting_date: Äänestys alkaa
|
176
179
|
view_results: Näytä tulokset
|
177
180
|
consultation_card:
|
178
181
|
view_results: Näytä tulokset
|
@@ -239,7 +242,7 @@ fi:
|
|
239
242
|
assistants_count_title: avustajat
|
240
243
|
comments_count_title: Kommentit
|
241
244
|
meetings_count_title: kokoukset
|
242
|
-
supports_count_title:
|
245
|
+
supports_count_title: tukee
|
243
246
|
technical_info:
|
244
247
|
technical_data: Tekniset tiedot
|
245
248
|
vote_button:
|
@@ -262,7 +265,7 @@ fi:
|
|
262
265
|
attachments: Liitteet
|
263
266
|
categories: Luokat
|
264
267
|
consultation_voting_data:
|
265
|
-
start_voting_date: Äänestys
|
268
|
+
start_voting_date: Äänestys alkaa
|
266
269
|
question_components:
|
267
270
|
question_menu_item: Kysymys
|
268
271
|
unfold: avautua
|