decidim-consultations 0.19.0 → 0.19.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/decidim/consultations/consultations_controller.rb +1 -1
- data/config/locales/ar.yml +16 -0
- data/config/locales/cs.yml +2 -2
- data/config/locales/es-MX.yml +38 -0
- data/config/locales/es-PY.yml +38 -0
- data/config/locales/fr.yml +1 -0
- data/config/locales/hu.yml +6 -6
- data/config/locales/it.yml +36 -0
- data/config/locales/no.yml +57 -0
- data/config/locales/sv.yml +21 -0
- data/lib/decidim/consultations/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e545d964f19b6346252bf1daa1fa7ee713c9ac43668c85fa8f2536ea4b17b619
|
4
|
+
data.tar.gz: fdf8ccf5ba93997db71195d78e7e120293503acdd2dcf999e3ba94e83b2ad967
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e127db0074ad1c5d8fc8bef2e982f3d87eba236269afab8fb3e7e99634fda00a10d056db166aa9c2f9dcc7186182932e189eb105e7ed638da3d2bc42b5cd5589
|
7
|
+
data.tar.gz: a866cd5cfadd3f766947185d3464ec1605d2b08cd2d99211abe64993844cd794bf82dd31483e02fd8475cd9fa68b99caee6029153ad44c5d39af72077830ff10
|
@@ -7,11 +7,11 @@ module Decidim
|
|
7
7
|
class ConsultationsController < Decidim::Consultations::ApplicationController
|
8
8
|
layout "layouts/decidim/consultation", only: :show
|
9
9
|
|
10
|
+
include ParticipatorySpaceContext
|
10
11
|
include NeedsConsultation
|
11
12
|
include FilterResource
|
12
13
|
include Paginable
|
13
14
|
include Decidim::Consultations::Orderable
|
14
|
-
include ParticipatorySpaceContext
|
15
15
|
|
16
16
|
helper_method :collection, :consultations, :finished_consultations, :active_consultations, :filter
|
17
17
|
|
data/config/locales/ar.yml
CHANGED
@@ -19,6 +19,8 @@ ar:
|
|
19
19
|
hashtag: رابطة هاشتاق
|
20
20
|
hero_image: الصورة الرئيسية
|
21
21
|
i_frame_url: عنوان URL لنظام التصويت الخارجي
|
22
|
+
max_votes: الحد الأقصى لعدد الأصوات
|
23
|
+
min_votes: الحد الأدنى لعدد الأصوات
|
22
24
|
origin_scope: نطاق
|
23
25
|
origin_title: الأصل
|
24
26
|
origin_url: العنوان الشبكي الأصلي
|
@@ -103,6 +105,9 @@ ar:
|
|
103
105
|
new:
|
104
106
|
create: إنشاء
|
105
107
|
title: استشارة جديدة
|
108
|
+
results:
|
109
|
+
participants: "%{count} مشارِكين"
|
110
|
+
total_votes: 'المجموع: %{count} أصوات'
|
106
111
|
update:
|
107
112
|
error: كانت هناك مشكلة في تحديث هذه المشاورة.
|
108
113
|
success: تم تحديث المشاورة بنجاح.
|
@@ -269,10 +274,20 @@ ar:
|
|
269
274
|
few: يصوت من
|
270
275
|
many: يصوت من
|
271
276
|
other: يصوت من
|
277
|
+
question_multiple_votes:
|
278
|
+
results_rules:
|
279
|
+
total_participants: لقد شارك مجموع يقدّر بـ %{count} أشخاص في التصويت.
|
280
|
+
voting_rules:
|
281
|
+
title: 'التصويت خاضع للقواعد التالية:'
|
282
|
+
vote_limit:
|
283
|
+
description: يمكنك التصويت إلى غاية %{limit} خيارات.
|
284
|
+
left: متبقي
|
285
|
+
votes: أصوات
|
272
286
|
question_votes:
|
273
287
|
create:
|
274
288
|
error: كانت هناك مشكلة في التصويت على السؤال
|
275
289
|
title_error: خطأ في التصويت!
|
290
|
+
title_success: تم تسجيل التصويت بنجاح
|
276
291
|
regular_questions:
|
277
292
|
title: أسئلة لهذا التشاور
|
278
293
|
show:
|
@@ -344,3 +359,4 @@ ar:
|
|
344
359
|
unfold: كشف
|
345
360
|
question_header:
|
346
361
|
back_to_consultation: انظر جميع المشاورات
|
362
|
+
back_to_question: العودة إلى السؤال
|
data/config/locales/cs.yml
CHANGED
@@ -312,8 +312,8 @@ cs:
|
|
312
312
|
help:
|
313
313
|
participatory_spaces:
|
314
314
|
consultations:
|
315
|
-
contextual: "<p>Konzultace jsou prostor, který vám umožňuje klást jasnou otázku všem lidem, kteří tvoří organizaci, vyzvat k účasti na konzultacích,
|
316
|
-
page: "<p>Konzultace jsou prostor, který vám umožňuje klást jasnou otázku všem lidem, kteří tvoří organizaci, vyzvat k účasti na konzultacích,
|
315
|
+
contextual: "<p><strong>Konzultace</strong> jsou prostor, který vám umožňuje klást jasnou otázku všem lidem, kteří tvoří organizaci, vyzvat k účasti na konzultacích, zahájit a řídit rozpravu pro odpověď, nebo proti ní. Když přijde datum konzultace, můžete hlasovat a zveřejnit výsledky hlasování.</p> <p>Příklady: Konzultace se mohou týkat téměř jakéhokoli aspektu, který ovlivňuje organizaci: některé příklady mění jméno nebo logo organizace nabízející několik alternativ, rozhodují se Ano nebo Ne, aby se staly součástí větší organizace, potvrzují nebo odmítají nové strategické plány, nebo výsledek pracovní skupiny, nebo určuje, zda by pozice měla zůstat maximálně 1, 2 nebo 3 mandáty.</p>\n"
|
316
|
+
page: "<p><strong>Konzultace</strong> jsou prostor, který vám umožňuje klást jasnou otázku všem lidem, kteří tvoří organizaci, vyzvat k účasti na konzultacích, zahájit a řídit rozpravu pro odpověď nebo proti ní. Když přijde datum konzultace, můžete hlasovat a zveřejnit výsledky hlasování.</p> <p>Příklady: Konzultace se mohou týkat téměř jakéhokoli aspektu, který ovlivňuje organizaci: některé příklady mění jméno nebo logo organizace nabízející několik alternativ, rozhodují se Ano nebo Ne, aby se staly součástí větší organizace, potvrzují nebo odmítají nové strategické plány nebo výsledek pracovní skupiny nebo definovat, zda by pozice měla zůstat v organizaci nanejvýš 1, 2 nebo 3 mandáty.</p>\n"
|
317
317
|
title: Co jsou konzultace?
|
318
318
|
menu:
|
319
319
|
consultations: Konzultace
|
data/config/locales/es-MX.yml
CHANGED
@@ -19,6 +19,9 @@ es-MX:
|
|
19
19
|
hashtag: Hashtag
|
20
20
|
hero_image: Imagen de inicio
|
21
21
|
i_frame_url: URL del sistema de votación externa
|
22
|
+
instructions: Instrucciones adicionales para votar
|
23
|
+
max_votes: Número máximo de votos
|
24
|
+
min_votes: Número mínimo de votos
|
22
25
|
origin_scope: Alcance
|
23
26
|
origin_title: Origen
|
24
27
|
origin_url: URL de origen
|
@@ -33,10 +36,21 @@ es-MX:
|
|
33
36
|
vote: Sistema de votación externa
|
34
37
|
what_is_decided: Qué se decide
|
35
38
|
errors:
|
39
|
+
models:
|
40
|
+
question:
|
41
|
+
attributes:
|
42
|
+
max_votes:
|
43
|
+
lower_than_min: El número máximo de votos debe ser mayor o igual que el mínimo.
|
36
44
|
vote:
|
37
45
|
decidim_consultations_response_id:
|
38
46
|
not_found: Respuesta no encontrada
|
39
47
|
activerecord:
|
48
|
+
errors:
|
49
|
+
models:
|
50
|
+
decidim/consultations/vote:
|
51
|
+
attributes:
|
52
|
+
question:
|
53
|
+
invalid_num_votes: Número de votos no es válido
|
40
54
|
models:
|
41
55
|
decidim/consultation:
|
42
56
|
one: Consulta
|
@@ -89,6 +103,7 @@ es-MX:
|
|
89
103
|
title: Nueva consulta
|
90
104
|
results:
|
91
105
|
not_visible: Los resultados estarán disponibles cuando la consulta cierre
|
106
|
+
participants: "%{count} participantes"
|
92
107
|
total_votes: 'Total: %{count} votos'
|
93
108
|
update:
|
94
109
|
error: Hubo un error al actualizar esta consulta.
|
@@ -101,6 +116,7 @@ es-MX:
|
|
101
116
|
results: Resultados
|
102
117
|
questions_submenu:
|
103
118
|
components: Componentes
|
119
|
+
configuration: Configuración
|
104
120
|
consultation: Consulta
|
105
121
|
info: Información
|
106
122
|
responses: Respuestas
|
@@ -128,6 +144,11 @@ es-MX:
|
|
128
144
|
name:
|
129
145
|
one: Respuesta
|
130
146
|
other: Respuestas
|
147
|
+
question_configuration:
|
148
|
+
disable_external_voting: Por favor, desactiva la votación externa para configuraciones avanzadas
|
149
|
+
form:
|
150
|
+
help: Configura preguntas con opciones de respuesta múltiples aumentando el número máximo de respuestas que puede elegir un participante. El valor máximo predeterminado es 1, lo que significa que sólo se puede seleccionar una respuesta.
|
151
|
+
title: Configuración avanzada
|
131
152
|
question_publications:
|
132
153
|
create:
|
133
154
|
error: Hubo un error al publicar esta pregunta.
|
@@ -232,6 +253,22 @@ es-MX:
|
|
232
253
|
votes_out_of:
|
233
254
|
one: votar fuera de
|
234
255
|
other: votos de
|
256
|
+
question_multiple_votes:
|
257
|
+
results_rules:
|
258
|
+
minimum_votes_per_user:
|
259
|
+
description: Las participantes pueden distribuir un mínimo de %{votes} apoyos entre las diferentes opciones.
|
260
|
+
title: En esta pregunta, se permiten múltiples respuestas
|
261
|
+
total_participants: Un total de %{count} personas han participado en la consulta.
|
262
|
+
vote_limit:
|
263
|
+
description: Las participantes pueden votar hasta %{limit} opciones.
|
264
|
+
voting_rules:
|
265
|
+
minimum_votes_per_user:
|
266
|
+
description: Tienes que repartir un mínimo de %{votes} votos entre las diferentes opciones.
|
267
|
+
title: 'La votación se rige por la normativa siguiente:'
|
268
|
+
vote_limit:
|
269
|
+
description: Puedes votar hasta %{limit} opciones.
|
270
|
+
left: Restantes
|
271
|
+
votes: Votos
|
235
272
|
question_votes:
|
236
273
|
create:
|
237
274
|
error: Ha habido errores al votar la pregunta
|
@@ -309,3 +346,4 @@ es-MX:
|
|
309
346
|
unfold: Desplegar
|
310
347
|
question_header:
|
311
348
|
back_to_consultation: Ver todas las consultas
|
349
|
+
back_to_question: Volver a la pregunta
|
data/config/locales/es-PY.yml
CHANGED
@@ -19,6 +19,9 @@ es-PY:
|
|
19
19
|
hashtag: Hashtag
|
20
20
|
hero_image: Imagen de inicio
|
21
21
|
i_frame_url: URL del sistema de votación externa
|
22
|
+
instructions: Instrucciones adicionales para votar
|
23
|
+
max_votes: Número máximo de votos
|
24
|
+
min_votes: Número mínimo de votos
|
22
25
|
origin_scope: Alcance
|
23
26
|
origin_title: Origen
|
24
27
|
origin_url: URL de origen
|
@@ -33,10 +36,21 @@ es-PY:
|
|
33
36
|
vote: Sistema de votación externa
|
34
37
|
what_is_decided: Qué se decide
|
35
38
|
errors:
|
39
|
+
models:
|
40
|
+
question:
|
41
|
+
attributes:
|
42
|
+
max_votes:
|
43
|
+
lower_than_min: El número máximo de votos debe ser mayor o igual que el mínimo.
|
36
44
|
vote:
|
37
45
|
decidim_consultations_response_id:
|
38
46
|
not_found: Respuesta no encontrada
|
39
47
|
activerecord:
|
48
|
+
errors:
|
49
|
+
models:
|
50
|
+
decidim/consultations/vote:
|
51
|
+
attributes:
|
52
|
+
question:
|
53
|
+
invalid_num_votes: Número de votos no es válido
|
40
54
|
models:
|
41
55
|
decidim/consultation:
|
42
56
|
one: Consulta
|
@@ -89,6 +103,7 @@ es-PY:
|
|
89
103
|
title: Nueva consulta
|
90
104
|
results:
|
91
105
|
not_visible: Los resultados estarán disponibles cuando la consulta cierre
|
106
|
+
participants: "%{count} participantes"
|
92
107
|
total_votes: 'Total: %{count} votos'
|
93
108
|
update:
|
94
109
|
error: Hubo un error al actualizar esta consulta.
|
@@ -101,6 +116,7 @@ es-PY:
|
|
101
116
|
results: Resultados
|
102
117
|
questions_submenu:
|
103
118
|
components: Componentes
|
119
|
+
configuration: Configuración
|
104
120
|
consultation: Consulta
|
105
121
|
info: Información
|
106
122
|
responses: Respuestas
|
@@ -128,6 +144,11 @@ es-PY:
|
|
128
144
|
name:
|
129
145
|
one: Respuesta
|
130
146
|
other: Respuestas
|
147
|
+
question_configuration:
|
148
|
+
disable_external_voting: Por favor, desactiva la votación externa para configuraciones avanzadas
|
149
|
+
form:
|
150
|
+
help: Configura preguntas con opciones de respuesta múltiples aumentando el número máximo de respuestas que puede elegir un participante. El valor máximo predeterminado es 1, lo que significa que sólo se puede seleccionar una respuesta.
|
151
|
+
title: Configuración avanzada
|
131
152
|
question_publications:
|
132
153
|
create:
|
133
154
|
error: Hubo un error al publicar esta pregunta.
|
@@ -232,6 +253,22 @@ es-PY:
|
|
232
253
|
votes_out_of:
|
233
254
|
one: votar fuera de
|
234
255
|
other: votos de
|
256
|
+
question_multiple_votes:
|
257
|
+
results_rules:
|
258
|
+
minimum_votes_per_user:
|
259
|
+
description: Las participantes pueden distribuir un mínimo de %{votes} apoyos entre las diferentes opciones.
|
260
|
+
title: En esta pregunta, se permiten múltiples respuestas
|
261
|
+
total_participants: Un total de %{count} personas han participado en la consulta.
|
262
|
+
vote_limit:
|
263
|
+
description: Las participantes pueden votar hasta %{limit} opciones.
|
264
|
+
voting_rules:
|
265
|
+
minimum_votes_per_user:
|
266
|
+
description: Tienes que repartir un mínimo de %{votes} votos entre las diferentes opciones.
|
267
|
+
title: 'La votación se rige por la normativa siguiente:'
|
268
|
+
vote_limit:
|
269
|
+
description: Puedes votar hasta %{limit} opciones.
|
270
|
+
left: Restantes
|
271
|
+
votes: Votos
|
235
272
|
question_votes:
|
236
273
|
create:
|
237
274
|
error: Ha habido errores al votar la pregunta
|
@@ -309,3 +346,4 @@ es-PY:
|
|
309
346
|
unfold: Desplegar
|
310
347
|
question_header:
|
311
348
|
back_to_consultation: Ver todas las consultas
|
349
|
+
back_to_question: Volver a la pregunta
|
data/config/locales/fr.yml
CHANGED
@@ -147,6 +147,7 @@ fr:
|
|
147
147
|
question_configuration:
|
148
148
|
disable_external_voting: Veuillez désactiver le vote externe pour les configurations avancées
|
149
149
|
form:
|
150
|
+
help: Configurez plusieurs choix de questions en augmentant le nombre maximum de réponses qu'un participant peut sélectionner. La valeur maximale par défaut est 1, ce qui signifie qu'une seule réponse peut être sélectionnée.
|
150
151
|
title: Configuration avancée
|
151
152
|
question_publications:
|
152
153
|
create:
|
data/config/locales/hu.yml
CHANGED
@@ -54,7 +54,7 @@ hu:
|
|
54
54
|
models:
|
55
55
|
decidim/consultation:
|
56
56
|
one: Konzultáció
|
57
|
-
other:
|
57
|
+
other: Konzultációk
|
58
58
|
decidim/consultations/question:
|
59
59
|
one: Kérdés
|
60
60
|
other: Kérdések
|
@@ -147,7 +147,7 @@ hu:
|
|
147
147
|
question_configuration:
|
148
148
|
disable_external_voting: Kérjük, tiltsa le a külső szavazást speciális konfigurációkhoz
|
149
149
|
form:
|
150
|
-
help: Állítson be több
|
150
|
+
help: Állítson be több lehetséges válasszal rendelkező kérdést azáltal, hogy növeli a résztvevő által választható válaszok maximális számát. Az alapértelmezett maximális érték 1, azaz csak egy választ lehet megszavazni.
|
151
151
|
title: Haladó konfiguráció
|
152
152
|
question_publications:
|
153
153
|
create:
|
@@ -256,7 +256,7 @@ hu:
|
|
256
256
|
question_multiple_votes:
|
257
257
|
results_rules:
|
258
258
|
minimum_votes_per_user:
|
259
|
-
description: A résztvevők legalább %{votes} szavazatot oszthatnak el lehetőségek között.
|
259
|
+
description: A résztvevők legalább %{votes} szavazatot oszthatnak el a lehetőségek között.
|
260
260
|
title: Ebben a kérdésben több választás lehetséges
|
261
261
|
total_participants: Összesen %{count} ember vett részt a szavazásban.
|
262
262
|
vote_limit:
|
@@ -274,7 +274,7 @@ hu:
|
|
274
274
|
error: Hiba történt a kérdésre való szavazás során
|
275
275
|
success: Megváltoztathatod a konzultáció végéig. Csak az utolsó szavazás kerül elfogadásra.
|
276
276
|
title_error: Szavazati hiba!
|
277
|
-
title_success:
|
277
|
+
title_success: Szavazat sikeresen regisztrálva
|
278
278
|
regular_questions:
|
279
279
|
title: Konzultációra vonatkozó kérdések
|
280
280
|
show:
|
@@ -292,8 +292,8 @@ hu:
|
|
292
292
|
help:
|
293
293
|
participatory_spaces:
|
294
294
|
consultations:
|
295
|
-
contextual: "<p>A konzultációk egy olyan terület, amely lehetővé teszi, hogy világos kérdést tegyél fel mindazoknak, akik egy szervezetet alkotnak, felhívást tegyél közzé a konzultációban való részvételre, vitát
|
296
|
-
page: "<p>konzultációk olyan
|
295
|
+
contextual: "<p><strong>A konzultációk</strong> egy olyan terület, amely lehetővé teszi, hogy világos kérdést tegyél fel mindazoknak, akik egy szervezetet alkotnak, felhívást tegyél közzé a konzultációban való részvételre, vitát generálj egy kérdésben. Amikor a konzultáció időpontja megérkezik, lehetőség van szavazni és közzétenni a szavazatok eredményeit.</p> <p>Példák: A konzultációk szinte bármely olyan területre vonatkozhatnak, amelyek egy szervezetet érintenek. Néhány példa: megváltoztatja a szervezet nevét vagy logóját, amely számos alternatívát kínál. Igennel vagy nemmel dönteni arról, hogy a szervezet egy megállapodást aláírjon vagy sem, egy nagyobb szervezet részévé váljon, egy új stratégiai terv érvényesítése vagy elutasítása kérdésében állást foglaljon, vagy egy munkacsoport munkájának eredményét elfogadja, vagy adott esetben meghatározni, hogy az adott pozícióknak legfeljebb 1, 2 vagy 3 mandátumnak kell-e maradnia.</p>\n"
|
296
|
+
page: "<p><strong>A konzultációk</strong> egy olyan terület, amely lehetővé teszi, hogy világos kérdést tegyél fel mindazoknak, akik egy szervezetet alkotnak, felhívást tegyél közzé a konzultációban való részvételre, vitát generálj egy kérdésben. Amikor a konzultáció időpontja megérkezik, lehetőség van szavazni és közzétenni a szavazatok eredményeit.</p> <p>Példák: A konzultációk szinte bármely olyan területre vonatkozhatnak, amelyek egy szervezetet érintenek. Néhány példa: megváltoztatja a szervezet nevét vagy logóját, amely számos alternatívát kínál. Igennel vagy nemmel dönteni arról, hogy a szervezet egy megállapodást aláírjon vagy sem, egy nagyobb szervezet részévé váljon, egy új stratégiai terv érvényesítése vagy elutasítása kérdésében állást foglaljon, vagy egy munkacsoport munkájának eredményét elfogadja, vagy adott esetben meghatározni, hogy az adott pozícióknak legfeljebb 1, 2 vagy 3 mandátumnak kell-e maradnia.</p>\n"
|
297
297
|
title: Mi a konzultáció?
|
298
298
|
menu:
|
299
299
|
consultations: Konzultációk
|
data/config/locales/it.yml
CHANGED
@@ -19,6 +19,7 @@ it:
|
|
19
19
|
hashtag: hashtag
|
20
20
|
hero_image: Immagine della home page
|
21
21
|
i_frame_url: URL del sistema di votazione esterno
|
22
|
+
instructions: Istruzioni aggiuntive per la votazione
|
22
23
|
max_votes: Massimo numero di voti
|
23
24
|
min_votes: Minimo numero di voti
|
24
25
|
origin_scope: Scopo
|
@@ -35,10 +36,21 @@ it:
|
|
35
36
|
vote: Sistema di voto esterno
|
36
37
|
what_is_decided: Cosa è deciso
|
37
38
|
errors:
|
39
|
+
models:
|
40
|
+
question:
|
41
|
+
attributes:
|
42
|
+
max_votes:
|
43
|
+
lower_than_min: Il numero massimo di voti deve essere maggiore o uguale al minimo.
|
38
44
|
vote:
|
39
45
|
decidim_consultations_response_id:
|
40
46
|
not_found: Risposta non trovata
|
41
47
|
activerecord:
|
48
|
+
errors:
|
49
|
+
models:
|
50
|
+
decidim/consultations/vote:
|
51
|
+
attributes:
|
52
|
+
question:
|
53
|
+
invalid_num_votes: Numero di voti non valido
|
42
54
|
models:
|
43
55
|
decidim/consultation:
|
44
56
|
one: Consultazione
|
@@ -91,6 +103,7 @@ it:
|
|
91
103
|
title: Nuova consultazione
|
92
104
|
results:
|
93
105
|
not_visible: I risultati saranno disponibili alla chiusura delle consultazioni
|
106
|
+
participants: "%{count} partecipanti"
|
94
107
|
total_votes: 'Totale: %{count} voti'
|
95
108
|
update:
|
96
109
|
error: Si è verificato un errore durante l'aggiornamento di questa consultazione.
|
@@ -103,6 +116,7 @@ it:
|
|
103
116
|
results: Risultati
|
104
117
|
questions_submenu:
|
105
118
|
components: componenti
|
119
|
+
configuration: Configurazione
|
106
120
|
consultation: Consultazione
|
107
121
|
info: Informazione
|
108
122
|
responses: risposte
|
@@ -130,6 +144,11 @@ it:
|
|
130
144
|
name:
|
131
145
|
one: Risposta
|
132
146
|
other: risposte
|
147
|
+
question_configuration:
|
148
|
+
disable_external_voting: Si prega di disabilitare il voto esterno per configurazioni avanzate
|
149
|
+
form:
|
150
|
+
help: Imposta domande di scelta multipla aumentando il numero massimo di risposte che un partecipante può scegliere. Valore massimo predefinito è 1, il che significa che può essere votata solo una risposta.
|
151
|
+
title: Configurazione avanzata
|
133
152
|
question_publications:
|
134
153
|
create:
|
135
154
|
error: Si è verificato un errore durante la pubblicazione di questa domanda.
|
@@ -234,6 +253,22 @@ it:
|
|
234
253
|
votes_out_of:
|
235
254
|
one: votare fuori
|
236
255
|
other: voti fuori
|
256
|
+
question_multiple_votes:
|
257
|
+
results_rules:
|
258
|
+
minimum_votes_per_user:
|
259
|
+
description: I partecipanti potrebbero distribuire un minimo di %{votes} voti tra diverse opzioni.
|
260
|
+
title: In questa domanda sono consentite scelte multiple
|
261
|
+
total_participants: Un totale di %{count} persone hanno partecipato alla votazione.
|
262
|
+
vote_limit:
|
263
|
+
description: I partecipanti possono votare fino a %{limit} opzioni.
|
264
|
+
voting_rules:
|
265
|
+
minimum_votes_per_user:
|
266
|
+
description: Devi distribuire un minimo di %{votes} voti tra diverse proposte.
|
267
|
+
title: 'Il voto è soggetto alle seguenti regole:'
|
268
|
+
vote_limit:
|
269
|
+
description: Puoi votare fino a %{limit} proposte.
|
270
|
+
left: Restano
|
271
|
+
votes: Voti
|
237
272
|
question_votes:
|
238
273
|
create:
|
239
274
|
error: Ci sono stati errori nel votare la domanda
|
@@ -311,3 +346,4 @@ it:
|
|
311
346
|
unfold: spiegare
|
312
347
|
question_header:
|
313
348
|
back_to_consultation: Vedi tutte le consultazioni
|
349
|
+
back_to_question: Torna alla domanda
|
data/config/locales/no.yml
CHANGED
@@ -2,6 +2,63 @@
|
|
2
2
|
activemodel:
|
3
3
|
attributes:
|
4
4
|
consultation:
|
5
|
+
banner_image: Bannerafbeelding
|
5
6
|
title: Tittel
|
6
7
|
question:
|
7
8
|
banner_image: Bannerafbeelding
|
9
|
+
instructions: Ytterligere instruksjoner for avstemning
|
10
|
+
title: Tittel
|
11
|
+
decidim:
|
12
|
+
admin:
|
13
|
+
consultations:
|
14
|
+
results:
|
15
|
+
participants: "%{count} deltakere"
|
16
|
+
models:
|
17
|
+
consultation:
|
18
|
+
fields:
|
19
|
+
title: Tittel
|
20
|
+
question:
|
21
|
+
fields:
|
22
|
+
title: Tittel
|
23
|
+
response:
|
24
|
+
fields:
|
25
|
+
title: Tittel
|
26
|
+
question_configuration:
|
27
|
+
form:
|
28
|
+
title: Avansert konfigurasjon
|
29
|
+
consultations:
|
30
|
+
count:
|
31
|
+
title:
|
32
|
+
one: "%{count} konsultasjon"
|
33
|
+
other: "%{count} konsultasjoner"
|
34
|
+
filters:
|
35
|
+
active: Aktiv
|
36
|
+
all: Alle
|
37
|
+
state: Status
|
38
|
+
last_activity:
|
39
|
+
new_question_at_html: "<span>Nytt spørsmål på %{link}</span>"
|
40
|
+
pages:
|
41
|
+
home:
|
42
|
+
highlighted_consultations:
|
43
|
+
active_consultations: Aktive konsultasjoner
|
44
|
+
question_multiple_votes:
|
45
|
+
results_rules:
|
46
|
+
title: I dette spørsmålet var flere valg tillatt
|
47
|
+
total_participants: Totalt %{count} personer deltok i avstemmingen.
|
48
|
+
help:
|
49
|
+
participatory_spaces:
|
50
|
+
consultations:
|
51
|
+
contextual: "<p><strong>Konsultasjoner</strong> er et rom som tillater deg å stille et klart spørsmål til alle som danner en organisasjon, ring for å delta i konsultasjonen, gnist og beordre debatten for eller imot et svar. Når høringsdatoen kommer, kan du stemme og offentliggjøre resultatene av stemmene.</p> <p>Eksempler: Konsultasjonene kan dreie seg om nesten ethvert aspekt som berører en organisasjon: noen eksempler er å endre navnet eller logoen til organisasjonen som tilbyr flere alternativer, bestemmer Ja eller Nei for å bli en del av en større organisasjon, validerer eller avviser en ny strategisk plan eller resultatet av en arbeidsgruppe, eller definere om stillingene skal forbli maksimalt 1, 2 eller 3 mandater.</p>\n"
|
52
|
+
page: "<p><strong>Konsultasjoner</strong> er et rom som tillater deg å stille et klart spørsmål til alle som danner en organisasjon, ring for å delta i konsultasjonen, gnist og beordre debatten for eller imot et svar. Når høringsdatoen kommer, kan du stemme og offentliggjøre resultatene av stemmene.</p> <p>Eksempler: Konsultasjonene kan dreie seg om nesten ethvert aspekt som berører en organisasjon: noen eksempler er å endre navnet eller logoen til organisasjonen som tilbyr flere alternativer, bestemmer Ja eller Nei for å bli en del av en større organisasjon, validerer eller avviser en ny strategisk plan eller resultatet av en arbeidsgruppe, eller definere om stillingene skal forbli maksimalt 1, 2 eller 3 mandater i organisasjonen.</p>\n"
|
53
|
+
questions:
|
54
|
+
statistics:
|
55
|
+
assistants_count_title: Assistenter
|
56
|
+
vote_button:
|
57
|
+
already_voted: Stemt allerede
|
58
|
+
layouts:
|
59
|
+
decidim:
|
60
|
+
admin:
|
61
|
+
question:
|
62
|
+
attachments: Vedlegg
|
63
|
+
question_header:
|
64
|
+
back_to_question: Tilbake til spørsmålet
|
data/config/locales/sv.yml
CHANGED
@@ -19,6 +19,9 @@ sv:
|
|
19
19
|
hashtag: Hashtag
|
20
20
|
hero_image: Hembild
|
21
21
|
i_frame_url: URL till externt röstningssystem
|
22
|
+
instructions: Fler instruktioner för röstning
|
23
|
+
max_votes: Max antal röster
|
24
|
+
min_votes: Minsta antal röster
|
22
25
|
origin_scope: Omfång
|
23
26
|
origin_title: Ursprung
|
24
27
|
origin_url: Ursprungs-URL
|
@@ -37,6 +40,12 @@ sv:
|
|
37
40
|
decidim_consultations_response_id:
|
38
41
|
not_found: Hittade inte svar.
|
39
42
|
activerecord:
|
43
|
+
errors:
|
44
|
+
models:
|
45
|
+
decidim/consultations/vote:
|
46
|
+
attributes:
|
47
|
+
question:
|
48
|
+
invalid_num_votes: Antalet röster är ogiltigt
|
40
49
|
models:
|
41
50
|
decidim/consultation:
|
42
51
|
one: Samråd
|
@@ -101,6 +110,7 @@ sv:
|
|
101
110
|
results: Resultat
|
102
111
|
questions_submenu:
|
103
112
|
components: Komponenter
|
113
|
+
configuration: Konfiguration
|
104
114
|
consultation: Samråd
|
105
115
|
info: Information
|
106
116
|
responses: Svar
|
@@ -128,6 +138,9 @@ sv:
|
|
128
138
|
name:
|
129
139
|
one: Svar
|
130
140
|
other: Svar
|
141
|
+
question_configuration:
|
142
|
+
form:
|
143
|
+
title: Avancerad konfiguration
|
131
144
|
question_publications:
|
132
145
|
create:
|
133
146
|
error: Det gick inte att publicera den här frågan.
|
@@ -232,9 +245,15 @@ sv:
|
|
232
245
|
votes_out_of:
|
233
246
|
one: röst av
|
234
247
|
other: röster av
|
248
|
+
question_multiple_votes:
|
249
|
+
voting_rules:
|
250
|
+
vote_limit:
|
251
|
+
left: Återstående
|
252
|
+
votes: Röster
|
235
253
|
question_votes:
|
236
254
|
create:
|
237
255
|
error: Det gick inte att rösta i frågan
|
256
|
+
title_error: Röstningsfel!
|
238
257
|
regular_questions:
|
239
258
|
title: Frågor för detta samråd
|
240
259
|
show:
|
@@ -279,6 +298,7 @@ sv:
|
|
279
298
|
already_voted: Redan röstat
|
280
299
|
already_voted_hover: Återkalla röst
|
281
300
|
starting_from: Börjar %{date}
|
301
|
+
verification_required: Bekräfta ditt konto för att rösta
|
282
302
|
vote: Rösta
|
283
303
|
vote_modal:
|
284
304
|
contextual_help: Välj ett alternativ.
|
@@ -305,3 +325,4 @@ sv:
|
|
305
325
|
unfold: Veckla ut
|
306
326
|
question_header:
|
307
327
|
back_to_consultation: Visa alla samråd
|
328
|
+
back_to_question: Tillbaks till frågan
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-consultations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.19.
|
4
|
+
version: 0.19.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Salvador Perez Garcia
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-12-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: decidim-admin
|
@@ -16,56 +16,56 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.19.
|
19
|
+
version: 0.19.1
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.19.
|
26
|
+
version: 0.19.1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: decidim-comments
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.19.
|
33
|
+
version: 0.19.1
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.19.
|
40
|
+
version: 0.19.1
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: decidim-core
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - '='
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 0.19.
|
47
|
+
version: 0.19.1
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - '='
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 0.19.
|
54
|
+
version: 0.19.1
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: decidim-dev
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 0.19.
|
61
|
+
version: 0.19.1
|
62
62
|
type: :development
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - '='
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 0.19.
|
68
|
+
version: 0.19.1
|
69
69
|
description: Extends Decidim adding a first level public consultation component
|
70
70
|
email:
|
71
71
|
- jsperezg@gmail.com
|