decidim-consultations 0.24.3 → 0.25.0.rc4
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/consultations/consultation_m_cell.rb +1 -1
- data/app/cells/decidim/consultations/content_blocks/highlighted_consultations/show.erb +1 -1
- data/app/commands/decidim/consultations/admin/update_consultation.rb +5 -13
- data/app/commands/decidim/consultations/admin/update_question.rb +5 -13
- data/app/controllers/concerns/decidim/consultations/needs_question.rb +1 -1
- data/app/forms/decidim/consultations/admin/consultation_form.rb +2 -2
- data/app/forms/decidim/consultations/admin/question_form.rb +3 -3
- data/app/models/decidim/consultation.rb +4 -4
- data/app/models/decidim/consultations/question.rb +13 -5
- data/app/packs/entrypoints/decidim_consultations.js +8 -0
- data/app/{assets/images/decidim/consultations/icon.svg → packs/images/decidim/consultations/decidim_consultations.svg} +0 -0
- data/app/packs/src/decidim/consultations/show_more.js +10 -0
- data/app/{assets/javascripts/decidim/consultations/utils.js.es6 → packs/src/decidim/consultations/utils.js} +5 -5
- data/app/{assets/javascripts → packs/src}/decidim/consultations/utils_multiple.js +2 -1
- data/app/{assets/javascripts → packs/src}/decidim/consultations/vote_dialog.js +1 -1
- data/app/{assets → packs}/stylesheets/decidim/consultations/_question.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/_question_multiple_votes.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/_stats.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/_video_wrapper.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/banners/_block-banner.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/_consultations-banner.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/_consultations-card.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/_consultations-header.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/_consultations-home-banner.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/_consultations-home-intro.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/_consultations-intro.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/_consultations-title.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/_consultations_nav.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/introductory_image.scss +0 -0
- data/app/packs/stylesheets/decidim/consultations/consultations.scss +14 -0
- data/app/{assets/stylesheets/decidim/consultations/highlighted-content-banner.css.scss → packs/stylesheets/decidim/consultations/highlighted-content-banner.scss} +0 -0
- data/app/queries/decidim/consultations/admin/admin_users.rb +16 -12
- data/app/views/decidim/consultations/_consultation.html.erb +1 -1
- data/app/views/decidim/consultations/admin/consultations/_form.html.erb +1 -1
- data/app/views/decidim/consultations/admin/question_configuration/_form.html.erb +1 -1
- data/app/views/decidim/consultations/admin/questions/_form.html.erb +1 -1
- data/app/views/decidim/consultations/consultations/_consultation_card.html.erb +1 -1
- data/app/views/decidim/consultations/consultations/_consultation_details.html.erb +1 -1
- data/app/views/decidim/consultations/consultations/_filters.html.erb +1 -0
- data/app/views/decidim/consultations/consultations/index.html.erb +1 -2
- data/app/views/decidim/consultations/question_multiple_votes/_voting_rules.html.erb +1 -1
- data/app/views/decidim/consultations/questions/_right_column.html.erb +1 -1
- data/app/views/decidim/consultations/questions/_vote_button.html.erb +1 -2
- data/app/views/decidim/consultations/questions/show.html.erb +3 -2
- data/app/views/layouts/decidim/_consultation_header.html.erb +1 -1
- data/app/views/layouts/decidim/_question_components.html.erb +1 -1
- data/app/views/layouts/decidim/_question_header.html.erb +1 -1
- data/app/views/layouts/decidim/admin/consultation.html.erb +1 -1
- data/app/views/layouts/decidim/admin/question.html.erb +4 -83
- data/config/assets.rb +9 -0
- data/config/locales/ar.yml +2 -8
- data/config/locales/ca.yml +5 -8
- data/config/locales/cs.yml +5 -8
- data/config/locales/de.yml +5 -8
- data/config/locales/el.yml +2 -8
- data/config/locales/en.yml +6 -8
- data/config/locales/es-MX.yml +5 -8
- data/config/locales/es-PY.yml +5 -8
- data/config/locales/es.yml +5 -8
- data/config/locales/eu.yml +2 -8
- data/config/locales/fi-plain.yml +5 -8
- data/config/locales/fi.yml +5 -8
- data/config/locales/fr-CA.yml +3 -9
- data/config/locales/fr-LU.yml +372 -0
- data/config/locales/fr.yml +2 -8
- data/config/locales/gl.yml +5 -8
- data/config/locales/hu.yml +2 -8
- data/config/locales/id-ID.yml +2 -8
- data/config/locales/is-IS.yml +2 -8
- data/config/locales/it.yml +6 -8
- data/config/locales/ja.yml +8 -8
- data/config/locales/lb-LU.yml +1 -0
- data/config/locales/lv.yml +2 -8
- data/config/locales/nl.yml +5 -8
- data/config/locales/no.yml +2 -8
- data/config/locales/pl.yml +5 -8
- data/config/locales/pt-BR.yml +90 -8
- data/config/locales/pt.yml +2 -8
- data/config/locales/ro-RO.yml +5 -8
- data/config/locales/ru.yml +2 -8
- data/config/locales/sk.yml +2 -8
- data/config/locales/sv.yml +5 -8
- data/config/locales/tr-TR.yml +2 -8
- data/config/locales/uk.yml +2 -8
- data/config/locales/zh-CN.yml +2 -8
- data/lib/decidim/api/consultation_question_type.rb +8 -0
- data/lib/decidim/api/consultation_type.rb +8 -0
- data/lib/decidim/consultations/admin_engine.rb +109 -24
- data/lib/decidim/consultations/engine.rb +6 -12
- data/lib/decidim/consultations/participatory_space.rb +46 -9
- data/lib/decidim/consultations/version.rb +1 -1
- metadata +37 -38
- data/app/assets/config/decidim_consultations_manifest.css +0 -3
- data/app/assets/config/decidim_consultations_manifest.js +0 -5
- data/app/assets/images/decidim/consultations/icon2.svg +0 -1
- data/app/assets/javascripts/decidim/consultations/show_more.js.es6 +0 -12
- data/app/assets/stylesheets/decidim/consultations/consultations.scss +0 -6
- data/app/helpers/decidim/consultations/admin/consultation_menu_helper.rb +0 -15
- data/config/locales/ja-JP.yml +0 -367
data/config/locales/no.yml
CHANGED
@@ -119,6 +119,8 @@
|
|
119
119
|
questions: Spørsmål
|
120
120
|
results: Resultater
|
121
121
|
questions_submenu:
|
122
|
+
attachments: Vedlegg
|
123
|
+
categories: Kategorier
|
122
124
|
components: Komponenter
|
123
125
|
configuration: Konfigurasjon
|
124
126
|
consultation: Konsultasjon
|
@@ -321,10 +323,6 @@
|
|
321
323
|
title: Hva er konsultasjoner?
|
322
324
|
menu:
|
323
325
|
consultations: Konsultasjoner
|
324
|
-
pages:
|
325
|
-
home:
|
326
|
-
statistics:
|
327
|
-
consultations_count: Konsultasjoner
|
328
326
|
questions:
|
329
327
|
next_button: Neste spørsmål
|
330
328
|
previous_button: Forrige spørsmål
|
@@ -359,10 +357,6 @@
|
|
359
357
|
vote: Stemme
|
360
358
|
layouts:
|
361
359
|
decidim:
|
362
|
-
admin:
|
363
|
-
question:
|
364
|
-
attachments: Vedlegg
|
365
|
-
categories: Kategorier
|
366
360
|
consultation_voting_data:
|
367
361
|
start_voting_date: Stemming begynner
|
368
362
|
question_components:
|
data/config/locales/pl.yml
CHANGED
@@ -128,6 +128,8 @@ pl:
|
|
128
128
|
questions: Pytania
|
129
129
|
results: Wyniki
|
130
130
|
questions_submenu:
|
131
|
+
attachments: Załączniki
|
132
|
+
categories: Kategorie
|
131
133
|
components: Komponenty
|
132
134
|
configuration: Konfiguracja
|
133
135
|
consultation: Konsultacja
|
@@ -344,10 +346,6 @@ pl:
|
|
344
346
|
title: Czym są konsultacje?
|
345
347
|
menu:
|
346
348
|
consultations: Konsultacje
|
347
|
-
pages:
|
348
|
-
home:
|
349
|
-
statistics:
|
350
|
-
consultations_count: Konsultacje
|
351
349
|
questions:
|
352
350
|
next_button: Następne pytanie
|
353
351
|
previous_button: Poprzednie pytanie
|
@@ -382,12 +380,11 @@ pl:
|
|
382
380
|
consultations:
|
383
381
|
actions:
|
384
382
|
vote: Wspieranie
|
383
|
+
statistics:
|
384
|
+
consultations_count: Konsultacje
|
385
|
+
votes_count: Głosy
|
385
386
|
layouts:
|
386
387
|
decidim:
|
387
|
-
admin:
|
388
|
-
question:
|
389
|
-
attachments: Załączniki
|
390
|
-
categories: Kategorie
|
391
388
|
consultation_voting_data:
|
392
389
|
start_voting_date: Głosowanie rozpoczyna się
|
393
390
|
question_components:
|
data/config/locales/pt-BR.yml
CHANGED
@@ -19,6 +19,9 @@ pt:
|
|
19
19
|
hashtag: Hashtag
|
20
20
|
hero_image: Imagem inicial
|
21
21
|
i_frame_url: URL do sistema de votação externa
|
22
|
+
instructions: Instruções adicionais para votação
|
23
|
+
max_votes: Número máximo de votos
|
24
|
+
min_votes: Número mínimo de votos
|
22
25
|
origin_scope: Âmbito
|
23
26
|
origin_title: Origem
|
24
27
|
origin_url: URL de origem
|
@@ -31,11 +34,24 @@ pt:
|
|
31
34
|
subtitle: Legenda
|
32
35
|
vote: Sistema de voto externo
|
33
36
|
what_is_decided: O que é decidido
|
37
|
+
response:
|
38
|
+
decidim_consultations_response_group_id: Grupo
|
34
39
|
errors:
|
40
|
+
models:
|
41
|
+
question:
|
42
|
+
attributes:
|
43
|
+
max_votes:
|
44
|
+
lower_than_min: O número máximo de votos deve ser maior ou igual ao mínimo.
|
35
45
|
vote:
|
36
46
|
decidim_consultations_response_id:
|
37
47
|
not_found: Resposta não encontrada.
|
38
48
|
activerecord:
|
49
|
+
errors:
|
50
|
+
models:
|
51
|
+
decidim/consultations/vote:
|
52
|
+
attributes:
|
53
|
+
question:
|
54
|
+
invalid_num_votes: Número de votos é inválido
|
39
55
|
models:
|
40
56
|
decidim/consultation:
|
41
57
|
one: Consulta
|
@@ -52,10 +68,13 @@ pt:
|
|
52
68
|
decidim:
|
53
69
|
admin:
|
54
70
|
actions:
|
71
|
+
back_to_responses: Voltar para respostas
|
55
72
|
new_consultation: Nova consulta
|
56
73
|
new_question: Nova pergunta
|
57
74
|
new_response: Nova resposta
|
75
|
+
new_response_group: Novo grupo
|
58
76
|
publish_results: Publicar resultados
|
77
|
+
response_groups: Gerenciar grupos de resposta
|
59
78
|
unpublish_results: Cancelar publicação dos resultados
|
60
79
|
consultation_publications:
|
61
80
|
create:
|
@@ -75,6 +94,7 @@ pt:
|
|
75
94
|
create:
|
76
95
|
error: Ocorreu um erro ao criar uma nova consulta.
|
77
96
|
success: Consulta criada com sucesso.
|
97
|
+
deprecation_warning: O módulo de consultas será obsoleto em breve. Estamos trabalhando na próxima versão criptográficamente segura chamada Votações.
|
78
98
|
edit:
|
79
99
|
update: Atualizar
|
80
100
|
form:
|
@@ -86,6 +106,10 @@ pt:
|
|
86
106
|
new:
|
87
107
|
create: Criar
|
88
108
|
title: Nova consulta
|
109
|
+
results:
|
110
|
+
not_visible: Os resultados estarão disponíveis quando a consulta for fechada
|
111
|
+
participants: "%{count} participantes"
|
112
|
+
total_votes: 'Total: %{count} votos'
|
89
113
|
update:
|
90
114
|
error: Ocorreu um erro ao atualizar esta consulta.
|
91
115
|
success: Consulta atualizada com sucesso.
|
@@ -94,8 +118,12 @@ pt:
|
|
94
118
|
consultations_submenu:
|
95
119
|
info: Em formação
|
96
120
|
questions: Questões
|
121
|
+
results: Resultados
|
97
122
|
questions_submenu:
|
123
|
+
attachments: Anexos
|
124
|
+
categories: Categorias
|
98
125
|
components: Componentes
|
126
|
+
configuration: Configuração
|
99
127
|
consultation: Consulta
|
100
128
|
info: Em formação
|
101
129
|
responses: Respostas
|
@@ -119,10 +147,16 @@ pt:
|
|
119
147
|
response:
|
120
148
|
fields:
|
121
149
|
created_at: Criado em
|
150
|
+
response_group: Grupo
|
122
151
|
title: Título
|
123
152
|
name:
|
124
153
|
one: Resposta
|
125
154
|
other: Respostas
|
155
|
+
question_configuration:
|
156
|
+
disable_external_voting: Por favor, desative a votação externa para configurações avançadas
|
157
|
+
form:
|
158
|
+
help: Configure várias escolhas e aumente o número máximo de respostas que um participante pode escolher. O valor máximo padrão é 1, o que significa que apenas uma resposta pode ser votada.
|
159
|
+
title: Configuração avançada
|
126
160
|
question_publications:
|
127
161
|
create:
|
128
162
|
error: Ocorreu um erro ao publicar esta questão.
|
@@ -149,6 +183,24 @@ pt:
|
|
149
183
|
update:
|
150
184
|
error: Ocorreu um erro ao atualizar esta questão.
|
151
185
|
success: Pergunta atualizada com sucesso.
|
186
|
+
response_groups:
|
187
|
+
create:
|
188
|
+
error: Ocorreu um erro ao criar um novo grupo de resposta.
|
189
|
+
success: Grupo de resposta criado com sucesso.
|
190
|
+
destroy:
|
191
|
+
error: Houve um problema ao remover o grupo de resposta. Verifique se nenhuma resposta depende dele.
|
192
|
+
success: Grupo de respostas excluído com sucesso.
|
193
|
+
edit:
|
194
|
+
update: Atualização
|
195
|
+
form:
|
196
|
+
title: Informação geral
|
197
|
+
help: Use grupos para organizar várias escolhas de questões em pacotes.
|
198
|
+
new:
|
199
|
+
create: Criar
|
200
|
+
title: Novo grupo de resposta
|
201
|
+
update:
|
202
|
+
error: Houve um erro ao atualizar essa resposta.
|
203
|
+
success: Resposta atualizada com sucesso.
|
152
204
|
responses:
|
153
205
|
create:
|
154
206
|
error: Ocorreu um erro ao criar uma nova resposta.
|
@@ -169,7 +221,9 @@ pt:
|
|
169
221
|
titles:
|
170
222
|
consultations: Consultas
|
171
223
|
questions: Questões
|
224
|
+
response_groups: Grupos de Respostas
|
172
225
|
responses: Respostas
|
226
|
+
results: Resultados
|
173
227
|
consultations:
|
174
228
|
admin:
|
175
229
|
content_blocks:
|
@@ -185,6 +239,8 @@ pt:
|
|
185
239
|
label: 'Ordenar consultas por:'
|
186
240
|
random: Aleatório
|
187
241
|
recent: Mais recente
|
242
|
+
show:
|
243
|
+
dates: Datas
|
188
244
|
content_blocks:
|
189
245
|
highlighted_consultations:
|
190
246
|
name: Consultas destacadas
|
@@ -226,9 +282,28 @@ pt:
|
|
226
282
|
votes_out_of:
|
227
283
|
one: votar fora
|
228
284
|
other: votos de
|
285
|
+
question_multiple_votes:
|
286
|
+
results_rules:
|
287
|
+
minimum_votes_per_user:
|
288
|
+
description: Os participantes poderiam distribuir um mínimo de %{votes} votos entre diferentes opções.
|
289
|
+
title: Nesta questão múltipla escolha quando permitido
|
290
|
+
total_participants: Um total de %{count} pessoas participaram da votação.
|
291
|
+
vote_limit:
|
292
|
+
description: Os participantes podem votar até %{limit} opções.
|
293
|
+
voting_rules:
|
294
|
+
minimum_votes_per_user:
|
295
|
+
description: Você deve distribuir um mínimo de %{votes} votos entre diferentes opções.
|
296
|
+
title: 'Os votos estão sujeitos às seguintes regras:'
|
297
|
+
vote_limit:
|
298
|
+
description: Você pode votar até %{limit} opções.
|
299
|
+
left: Restantes
|
300
|
+
votes: Votações
|
229
301
|
question_votes:
|
230
302
|
create:
|
231
303
|
error: Houve erros ao votar a questão
|
304
|
+
success: Pode alterá-lo até ao final da consulta. Apenas a última votação será aceita.
|
305
|
+
title_error: Erro ao votar!
|
306
|
+
title_success: Voto registrado com sucesso
|
232
307
|
regular_questions:
|
233
308
|
title: Perguntas para esta consulta
|
234
309
|
show:
|
@@ -246,14 +321,14 @@ pt:
|
|
246
321
|
help:
|
247
322
|
participatory_spaces:
|
248
323
|
consultations:
|
324
|
+
contextual: "<p>Uma <strong>consulta</strong> é um espaço que permite que você faça uma pergunta clara para todas as pessoas que formam uma organização, faça uma chamada para participar na consulta, incitar e ordenar o debate a favor ou contra uma resposta. Quando chegar a data da consulta, podem votar e publicar os resultados das votações.</p> <p>Exemplos: As consultas podem ser sobre quase qualquer aspecto que afete uma organização: alguns exemplos estão mudando o nome ou o logotipo da organização oferecendo várias alternativas, decidir Sim ou Não para fazer parte de uma organização maior, validar ou rejeitar um novo plano estratégico ou o resultado de um grupo de trabalho. ou definir se as posições devem permanecer um máximo de 1, 2 ou 3 mandatos.</p>\n"
|
325
|
+
page: "<p>Uma <strong>consulta</strong> é um espaço que permite que você faça uma pergunta clara para todas as pessoas que formam uma organização, faça uma chamada para participar na consulta, incitar e ordenar o debate a favor ou contra uma resposta. Quando chegar a data da consulta, podem votar e publicar os resultados das votações.</p> <p>Exemplos: As consultas podem ser sobre quase qualquer aspecto que afete uma organização: alguns exemplos estão mudando o nome ou o logotipo da organização oferecendo várias alternativas, decidir Sim ou Não para fazer parte de uma organização maior, validar ou rejeitar um novo plano estratégico ou o resultado de um grupo de trabalho. ou definir se as posições devem permanecer um máximo de 1, 2 ou 3 mandatos na organização.</p>\n"
|
249
326
|
title: O que são consultas?
|
250
327
|
menu:
|
251
328
|
consultations: Consultas
|
252
|
-
pages:
|
253
|
-
home:
|
254
|
-
statistics:
|
255
|
-
consultations_count: Consultas
|
256
329
|
questions:
|
330
|
+
next_button: Próxima pergunta
|
331
|
+
previous_button: Pergunta anterior
|
257
332
|
results:
|
258
333
|
title: Resultados
|
259
334
|
show:
|
@@ -269,21 +344,27 @@ pt:
|
|
269
344
|
already_voted: Já votei
|
270
345
|
already_voted_hover: Revogar suporte
|
271
346
|
starting_from: A partir de %{date}
|
347
|
+
verification_required: Verifique sua conta para votar
|
272
348
|
vote: Voto
|
273
349
|
vote_modal:
|
350
|
+
close_modal: Fechar modal
|
274
351
|
contextual_help: Selecione uma opção.
|
275
352
|
title: 'Consulta: suporte a perguntas'
|
276
353
|
vote_modal_confirm:
|
277
354
|
change: mudança
|
355
|
+
close_modal: Fechar modal
|
278
356
|
confirm: confirme
|
279
357
|
contextual_help: Por favor, confirme a opção selecionada.
|
280
358
|
title: 'Consulta: confirme o suporte'
|
359
|
+
resources:
|
360
|
+
consultations:
|
361
|
+
actions:
|
362
|
+
vote: Votar
|
363
|
+
statistics:
|
364
|
+
consultations_count: Consultas
|
365
|
+
votes_count: Votos
|
281
366
|
layouts:
|
282
367
|
decidim:
|
283
|
-
admin:
|
284
|
-
question:
|
285
|
-
attachments: Anexos
|
286
|
-
categories: Categorias
|
287
368
|
consultation_voting_data:
|
288
369
|
start_voting_date: A votação começa
|
289
370
|
question_components:
|
@@ -291,3 +372,4 @@ pt:
|
|
291
372
|
unfold: Desdobrar
|
292
373
|
question_header:
|
293
374
|
back_to_consultation: Veja todas as consultas
|
375
|
+
back_to_question: Voltar à pergunta
|
data/config/locales/pt.yml
CHANGED
@@ -119,6 +119,8 @@ pt:
|
|
119
119
|
questions: Questões
|
120
120
|
results: Resultados
|
121
121
|
questions_submenu:
|
122
|
+
attachments: Anexos
|
123
|
+
categories: Categorias
|
122
124
|
components: Componentes
|
123
125
|
configuration: Configuração
|
124
126
|
consultation: Consulta
|
@@ -321,10 +323,6 @@ pt:
|
|
321
323
|
title: O que são consultas?
|
322
324
|
menu:
|
323
325
|
consultations: Consultas
|
324
|
-
pages:
|
325
|
-
home:
|
326
|
-
statistics:
|
327
|
-
consultations_count: Consultas
|
328
326
|
questions:
|
329
327
|
next_button: Próxima pergunta
|
330
328
|
previous_button: Pergunta anterior
|
@@ -361,10 +359,6 @@ pt:
|
|
361
359
|
vote: Voto
|
362
360
|
layouts:
|
363
361
|
decidim:
|
364
|
-
admin:
|
365
|
-
question:
|
366
|
-
attachments: Anexos
|
367
|
-
categories: Categorias
|
368
362
|
consultation_voting_data:
|
369
363
|
start_voting_date: A votação começa
|
370
364
|
question_components:
|
data/config/locales/ro-RO.yml
CHANGED
@@ -124,6 +124,8 @@ ro:
|
|
124
124
|
questions: Întrebări
|
125
125
|
results: Rezultate
|
126
126
|
questions_submenu:
|
127
|
+
attachments: Atașamente
|
128
|
+
categories: Categorii
|
127
129
|
components: Componente
|
128
130
|
configuration: Configurare
|
129
131
|
consultation: Consultare
|
@@ -334,10 +336,6 @@ ro:
|
|
334
336
|
title: Ce sunt consultările?
|
335
337
|
menu:
|
336
338
|
consultations: Consultări
|
337
|
-
pages:
|
338
|
-
home:
|
339
|
-
statistics:
|
340
|
-
consultations_count: Consultări
|
341
339
|
questions:
|
342
340
|
next_button: Următoarea întrebare
|
343
341
|
previous_button: Întrebarea precedentă
|
@@ -372,12 +370,11 @@ ro:
|
|
372
370
|
consultations:
|
373
371
|
actions:
|
374
372
|
vote: Votează
|
373
|
+
statistics:
|
374
|
+
consultations_count: Consultări
|
375
|
+
votes_count: Voturi
|
375
376
|
layouts:
|
376
377
|
decidim:
|
377
|
-
admin:
|
378
|
-
question:
|
379
|
-
attachments: Atașamente
|
380
|
-
categories: Categorii
|
381
378
|
consultation_voting_data:
|
382
379
|
start_voting_date: Votarea începe
|
383
380
|
question_components:
|
data/config/locales/ru.yml
CHANGED
@@ -98,6 +98,8 @@ ru:
|
|
98
98
|
info: Сведения
|
99
99
|
questions: Вопросы
|
100
100
|
questions_submenu:
|
101
|
+
attachments: Прикрепленные файлы
|
102
|
+
categories: Категории
|
101
103
|
components: Составляющие
|
102
104
|
consultation: Консультация
|
103
105
|
info: Сведения
|
@@ -243,10 +245,6 @@ ru:
|
|
243
245
|
unspecified: Не указано
|
244
246
|
menu:
|
245
247
|
consultations: Консультации
|
246
|
-
pages:
|
247
|
-
home:
|
248
|
-
statistics:
|
249
|
-
consultations_count: Консультации
|
250
248
|
questions:
|
251
249
|
results:
|
252
250
|
title: Итоги
|
@@ -274,10 +272,6 @@ ru:
|
|
274
272
|
title: 'Консультация: подтвердите поддержку'
|
275
273
|
layouts:
|
276
274
|
decidim:
|
277
|
-
admin:
|
278
|
-
question:
|
279
|
-
attachments: Прикрепленные файлы
|
280
|
-
categories: Категории
|
281
275
|
consultation_voting_data:
|
282
276
|
start_voting_date: Голосование начинается
|
283
277
|
question_components:
|
data/config/locales/sk.yml
CHANGED
@@ -127,6 +127,8 @@ sk:
|
|
127
127
|
questions: Otázky
|
128
128
|
results: Výsledky
|
129
129
|
questions_submenu:
|
130
|
+
attachments: Prílohy
|
131
|
+
categories: Kategórie
|
130
132
|
components: Súčasti
|
131
133
|
configuration: Konfigurácia
|
132
134
|
consultation: Konzultácia
|
@@ -339,10 +341,6 @@ sk:
|
|
339
341
|
title: Čo sú konzultácie?
|
340
342
|
menu:
|
341
343
|
consultations: Konzultácie
|
342
|
-
pages:
|
343
|
-
home:
|
344
|
-
statistics:
|
345
|
-
consultations_count: Konzultácie
|
346
344
|
questions:
|
347
345
|
next_button: Ďalšia otázka
|
348
346
|
previous_button: Predchádzajúca otázka
|
@@ -377,10 +375,6 @@ sk:
|
|
377
375
|
vote: Hlasovať
|
378
376
|
layouts:
|
379
377
|
decidim:
|
380
|
-
admin:
|
381
|
-
question:
|
382
|
-
attachments: Prílohy
|
383
|
-
categories: Kategórie
|
384
378
|
consultation_voting_data:
|
385
379
|
start_voting_date: Hlasovanie začína
|
386
380
|
question_components:
|
data/config/locales/sv.yml
CHANGED
@@ -120,6 +120,8 @@ sv:
|
|
120
120
|
questions: Frågor
|
121
121
|
results: Resultat
|
122
122
|
questions_submenu:
|
123
|
+
attachments: Bilagor
|
124
|
+
categories: Kategorier
|
123
125
|
components: Komponenter
|
124
126
|
configuration: Konfiguration
|
125
127
|
consultation: Samråd
|
@@ -324,10 +326,6 @@ sv:
|
|
324
326
|
title: Vad är samråd?
|
325
327
|
menu:
|
326
328
|
consultations: Samråd
|
327
|
-
pages:
|
328
|
-
home:
|
329
|
-
statistics:
|
330
|
-
consultations_count: Samråd
|
331
329
|
questions:
|
332
330
|
next_button: Nästa fråga
|
333
331
|
previous_button: Föregående fråga
|
@@ -362,12 +360,11 @@ sv:
|
|
362
360
|
consultations:
|
363
361
|
actions:
|
364
362
|
vote: Rösta
|
363
|
+
statistics:
|
364
|
+
consultations_count: Samråd
|
365
|
+
votes_count: Röster
|
365
366
|
layouts:
|
366
367
|
decidim:
|
367
|
-
admin:
|
368
|
-
question:
|
369
|
-
attachments: Bilagor
|
370
|
-
categories: Kategorier
|
371
368
|
consultation_voting_data:
|
372
369
|
start_voting_date: Omröstningen börjar
|
373
370
|
question_components:
|
data/config/locales/tr-TR.yml
CHANGED
@@ -119,6 +119,8 @@ tr:
|
|
119
119
|
questions: Sorular
|
120
120
|
results: Sonuçlar
|
121
121
|
questions_submenu:
|
122
|
+
attachments: Ekler
|
123
|
+
categories: Kategoriler
|
122
124
|
components: Bileşenler
|
123
125
|
configuration: Konfigürasyon
|
124
126
|
consultation: Danışma
|
@@ -323,10 +325,6 @@ tr:
|
|
323
325
|
title: Danışma nedir?
|
324
326
|
menu:
|
325
327
|
consultations: İstişareler
|
326
|
-
pages:
|
327
|
-
home:
|
328
|
-
statistics:
|
329
|
-
consultations_count: Danışmalar
|
330
328
|
questions:
|
331
329
|
next_button: Sonraki soru
|
332
330
|
previous_button: Önceki soru
|
@@ -363,10 +361,6 @@ tr:
|
|
363
361
|
vote: Oy ver
|
364
362
|
layouts:
|
365
363
|
decidim:
|
366
|
-
admin:
|
367
|
-
question:
|
368
|
-
attachments: Ekler
|
369
|
-
categories: Kategoriler
|
370
364
|
consultation_voting_data:
|
371
365
|
start_voting_date: Oylama başlıyor
|
372
366
|
question_components:
|
data/config/locales/uk.yml
CHANGED
@@ -98,6 +98,8 @@ uk:
|
|
98
98
|
info: Відомості
|
99
99
|
questions: Питання
|
100
100
|
questions_submenu:
|
101
|
+
attachments: Вкладені файли
|
102
|
+
categories: Категорії
|
101
103
|
components: Складові
|
102
104
|
consultation: Консультація
|
103
105
|
info: Відомості
|
@@ -243,10 +245,6 @@ uk:
|
|
243
245
|
unspecified: Не вказано
|
244
246
|
menu:
|
245
247
|
consultations: Консультації
|
246
|
-
pages:
|
247
|
-
home:
|
248
|
-
statistics:
|
249
|
-
consultations_count: Консультації
|
250
248
|
questions:
|
251
249
|
results:
|
252
250
|
title: Підсумки
|
@@ -274,10 +272,6 @@ uk:
|
|
274
272
|
title: 'Консультація: підтвердьте підтримку'
|
275
273
|
layouts:
|
276
274
|
decidim:
|
277
|
-
admin:
|
278
|
-
question:
|
279
|
-
attachments: Вкладені файли
|
280
|
-
categories: Категорії
|
281
275
|
consultation_voting_data:
|
282
276
|
start_voting_date: Голосування починається
|
283
277
|
question_components:
|
data/config/locales/zh-CN.yml
CHANGED
@@ -115,6 +115,8 @@ zh-CN:
|
|
115
115
|
questions: 问 题
|
116
116
|
results: 成果
|
117
117
|
questions_submenu:
|
118
|
+
attachments: 附件
|
119
|
+
categories: 类别管理
|
118
120
|
components: 组件
|
119
121
|
configuration: 配置
|
120
122
|
consultation: Consultation
|
@@ -311,10 +313,6 @@ zh-CN:
|
|
311
313
|
title: 什么是协商?
|
312
314
|
menu:
|
313
315
|
consultations: 协商
|
314
|
-
pages:
|
315
|
-
home:
|
316
|
-
statistics:
|
317
|
-
consultations_count: 协商
|
318
316
|
questions:
|
319
317
|
next_button: 下一个问题
|
320
318
|
previous_button: 上一个问题
|
@@ -351,10 +349,6 @@ zh-CN:
|
|
351
349
|
vote: 投票
|
352
350
|
layouts:
|
353
351
|
decidim:
|
354
|
-
admin:
|
355
|
-
question:
|
356
|
-
attachments: 附件
|
357
|
-
categories: 类别管理
|
358
352
|
consultation_voting_data:
|
359
353
|
start_voting_date: 投票开始
|
360
354
|
question_components:
|
@@ -47,6 +47,14 @@ module Decidim
|
|
47
47
|
field :min_votes, GraphQL::Types::Int, "The minimum number of votes in this question", null: true
|
48
48
|
field :response_groups_count, GraphQL::Types::Int, "The number of group responses for this question", null: true
|
49
49
|
field :instructions, Decidim::Core::TranslatedFieldType, "Instructions for this question", null: true
|
50
|
+
|
51
|
+
def banner_image
|
52
|
+
object.attached_uploader(:banner_image).path
|
53
|
+
end
|
54
|
+
|
55
|
+
def hero_image
|
56
|
+
object.attached_uploader(:hero_image).path
|
57
|
+
end
|
50
58
|
end
|
51
59
|
end
|
52
60
|
end
|
@@ -24,6 +24,14 @@ module Decidim
|
|
24
24
|
field :results_published_at, Decidim::Core::DateType, "Date when the results have been published", null: true
|
25
25
|
|
26
26
|
field :questions, [Decidim::Consultations::ConsultationQuestionType, { null: true }], "", null: true
|
27
|
+
|
28
|
+
def introductory_image
|
29
|
+
object.attached_uploader(:introductory_image).path
|
30
|
+
end
|
31
|
+
|
32
|
+
def banner_image
|
33
|
+
object.attached_uploader(:banner_image).path
|
34
|
+
end
|
27
35
|
end
|
28
36
|
end
|
29
37
|
end
|