decidim-consultations 0.24.1 → 0.25.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/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/consultations/index.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 +7 -10
- 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 +6 -9
- 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/fr.yml
CHANGED
@@ -120,6 +120,8 @@ fr:
|
|
120
120
|
questions: Questions
|
121
121
|
results: Résultats
|
122
122
|
questions_submenu:
|
123
|
+
attachments: Documents liés
|
124
|
+
categories: Catégories
|
123
125
|
components: Fonctionnalités
|
124
126
|
configuration: Configuration
|
125
127
|
consultation: Votation
|
@@ -324,10 +326,6 @@ fr:
|
|
324
326
|
title: Que sont les consultations?
|
325
327
|
menu:
|
326
328
|
consultations: Votations
|
327
|
-
pages:
|
328
|
-
home:
|
329
|
-
statistics:
|
330
|
-
consultations_count: Votations
|
331
329
|
questions:
|
332
330
|
next_button: Question suivante
|
333
331
|
previous_button: Question précédente
|
@@ -364,10 +362,6 @@ fr:
|
|
364
362
|
vote: Voter
|
365
363
|
layouts:
|
366
364
|
decidim:
|
367
|
-
admin:
|
368
|
-
question:
|
369
|
-
attachments: Documents liés
|
370
|
-
categories: Catégories
|
371
365
|
consultation_voting_data:
|
372
366
|
start_voting_date: Le vote commence le
|
373
367
|
question_components:
|
data/config/locales/gl.yml
CHANGED
@@ -95,6 +95,8 @@ gl:
|
|
95
95
|
info: Información
|
96
96
|
questions: Preguntas
|
97
97
|
questions_submenu:
|
98
|
+
attachments: Anexos
|
99
|
+
categories: Categorías
|
98
100
|
components: Compoñentes
|
99
101
|
consultation: Consulta
|
100
102
|
info: Información
|
@@ -249,10 +251,6 @@ gl:
|
|
249
251
|
title: Que son as consultas?
|
250
252
|
menu:
|
251
253
|
consultations: Consultas
|
252
|
-
pages:
|
253
|
-
home:
|
254
|
-
statistics:
|
255
|
-
consultations_count: Consultas
|
256
254
|
questions:
|
257
255
|
results:
|
258
256
|
title: Resultados
|
@@ -278,12 +276,11 @@ gl:
|
|
278
276
|
confirm: Confirmar
|
279
277
|
contextual_help: Confirma a opción seleccionada.
|
280
278
|
title: 'Consulta: confirma o soporte'
|
279
|
+
statistics:
|
280
|
+
consultations_count: Consultas
|
281
|
+
votes_count: Votos
|
281
282
|
layouts:
|
282
283
|
decidim:
|
283
|
-
admin:
|
284
|
-
question:
|
285
|
-
attachments: Anexos
|
286
|
-
categories: Categorías
|
287
284
|
consultation_voting_data:
|
288
285
|
start_voting_date: Comeza a votación
|
289
286
|
question_components:
|
data/config/locales/hu.yml
CHANGED
@@ -119,6 +119,8 @@ hu:
|
|
119
119
|
questions: Kérdések
|
120
120
|
results: Eredmények
|
121
121
|
questions_submenu:
|
122
|
+
attachments: Mellékletek
|
123
|
+
categories: Kategóriák
|
122
124
|
components: Elemek
|
123
125
|
configuration: Konfiguráció
|
124
126
|
consultation: Konzultáció
|
@@ -319,10 +321,6 @@ hu:
|
|
319
321
|
title: Mi a konzultáció?
|
320
322
|
menu:
|
321
323
|
consultations: Konzultációk
|
322
|
-
pages:
|
323
|
-
home:
|
324
|
-
statistics:
|
325
|
-
consultations_count: Konzultációk
|
326
324
|
questions:
|
327
325
|
next_button: Következő kérdés
|
328
326
|
previous_button: Előző kérdés
|
@@ -357,10 +355,6 @@ hu:
|
|
357
355
|
vote: Szavazás
|
358
356
|
layouts:
|
359
357
|
decidim:
|
360
|
-
admin:
|
361
|
-
question:
|
362
|
-
attachments: Mellékletek
|
363
|
-
categories: Kategóriák
|
364
358
|
consultation_voting_data:
|
365
359
|
start_voting_date: Szavazás kezdése
|
366
360
|
question_components:
|
data/config/locales/id-ID.yml
CHANGED
@@ -91,6 +91,8 @@ id:
|
|
91
91
|
info: Informasi
|
92
92
|
questions: Pertanyaan
|
93
93
|
questions_submenu:
|
94
|
+
attachments: Lampiran
|
95
|
+
categories: Kategori
|
94
96
|
components: Komponen
|
95
97
|
consultation: Konsultasi
|
96
98
|
info: Informasi
|
@@ -239,10 +241,6 @@ id:
|
|
239
241
|
title: Apa itu konsultasi?
|
240
242
|
menu:
|
241
243
|
consultations: Konsultasi
|
242
|
-
pages:
|
243
|
-
home:
|
244
|
-
statistics:
|
245
|
-
consultations_count: Konsultasi
|
246
244
|
questions:
|
247
245
|
results:
|
248
246
|
title: Hasil
|
@@ -270,10 +268,6 @@ id:
|
|
270
268
|
title: 'Konsultasi: konfirmasi dukungan'
|
271
269
|
layouts:
|
272
270
|
decidim:
|
273
|
-
admin:
|
274
|
-
question:
|
275
|
-
attachments: Lampiran
|
276
|
-
categories: Kategori
|
277
271
|
consultation_voting_data:
|
278
272
|
start_voting_date: Voting dimulai
|
279
273
|
question_components:
|
data/config/locales/is-IS.yml
CHANGED
@@ -59,6 +59,8 @@ is-IS:
|
|
59
59
|
info: Upplýsingar
|
60
60
|
questions: Spurningar
|
61
61
|
questions_submenu:
|
62
|
+
attachments: Viðhengi
|
63
|
+
categories: Flokkar
|
62
64
|
components: Hluti
|
63
65
|
consultation: Samráð
|
64
66
|
info: Upplýsingar
|
@@ -153,10 +155,6 @@ is-IS:
|
|
153
155
|
other: atkvæði úr
|
154
156
|
menu:
|
155
157
|
consultations: Samráð
|
156
|
-
pages:
|
157
|
-
home:
|
158
|
-
statistics:
|
159
|
-
consultations_count: Samráð
|
160
158
|
questions:
|
161
159
|
results:
|
162
160
|
title: Niðurstöður
|
@@ -178,10 +176,6 @@ is-IS:
|
|
178
176
|
contextual_help: Vinsamlegast staðfestu valinn valkost.
|
179
177
|
layouts:
|
180
178
|
decidim:
|
181
|
-
admin:
|
182
|
-
question:
|
183
|
-
attachments: Viðhengi
|
184
|
-
categories: Flokkar
|
185
179
|
question_components:
|
186
180
|
question_menu_item: Spurningin
|
187
181
|
unfold: Fella út
|
data/config/locales/it.yml
CHANGED
@@ -94,6 +94,7 @@ it:
|
|
94
94
|
create:
|
95
95
|
error: Si è verificato un errore durante la creazione di una nuova consultazione.
|
96
96
|
success: Consultazione creata con successo.
|
97
|
+
deprecation_warning: Il modulo di consultazione sarà deprecato nel prossimo futuro. Stiamo lavorando alla prossima versione crittograficamente sicura chiamata Votazioni.
|
97
98
|
edit:
|
98
99
|
update: Aggiornare
|
99
100
|
form:
|
@@ -119,6 +120,8 @@ it:
|
|
119
120
|
questions: Quesiti
|
120
121
|
results: Risultati
|
121
122
|
questions_submenu:
|
123
|
+
attachments: allegati
|
124
|
+
categories: Categorie
|
122
125
|
components: Elementi
|
123
126
|
configuration: Configurazione
|
124
127
|
consultation: Consultazione
|
@@ -323,10 +326,6 @@ it:
|
|
323
326
|
title: Quali sono le consultazioni?
|
324
327
|
menu:
|
325
328
|
consultations: consultazioni
|
326
|
-
pages:
|
327
|
-
home:
|
328
|
-
statistics:
|
329
|
-
consultations_count: consultazioni
|
330
329
|
questions:
|
331
330
|
next_button: Quesito successivo
|
332
331
|
previous_button: Quesito precedente
|
@@ -361,12 +360,11 @@ it:
|
|
361
360
|
consultations:
|
362
361
|
actions:
|
363
362
|
vote: Vota
|
363
|
+
statistics:
|
364
|
+
consultations_count: Consultazioni
|
365
|
+
votes_count: Voti
|
364
366
|
layouts:
|
365
367
|
decidim:
|
366
|
-
admin:
|
367
|
-
question:
|
368
|
-
attachments: allegati
|
369
|
-
categories: Categorie
|
370
368
|
consultation_voting_data:
|
371
369
|
start_voting_date: Inizia la votazione
|
372
370
|
question_components:
|
data/config/locales/ja.yml
CHANGED
@@ -90,6 +90,7 @@ ja:
|
|
90
90
|
create:
|
91
91
|
error: 新しい議案を作成する際に問題がありました。
|
92
92
|
success: 議案を作成しました。
|
93
|
+
deprecation_warning: コンサルテーションモジュールは近い将来非推奨になります。Votingsと呼ばれる次世代の暗号を利用した安全なバージョンに取り組んでいます。
|
93
94
|
edit:
|
94
95
|
update: 更新
|
95
96
|
form:
|
@@ -115,6 +116,8 @@ ja:
|
|
115
116
|
questions: 質問
|
116
117
|
results: 結果
|
117
118
|
questions_submenu:
|
119
|
+
attachments: 添付ファイル
|
120
|
+
categories: カテゴリ
|
118
121
|
components: コンポーネント
|
119
122
|
configuration: 設定
|
120
123
|
consultation: 議案
|
@@ -308,13 +311,11 @@ ja:
|
|
308
311
|
help:
|
309
312
|
participatory_spaces:
|
310
313
|
consultations:
|
314
|
+
contextual: "<p><strong>議案</strong>は、組織を形成するすべての人に明確な質問を投げかけ、コンサルテーションへの参加を呼びかけ、回答の賛否の議論に火をつけ、注文をつけることができるスペースです。議案の日が来たら、投票をして、その結果を公開することができます。</p><p>例: 議案は組織に影響するどのようなことにも利用できます。例えば、いくつかの代替案から組織の名前やロゴを選び変更したり、より大きな組織の一部になるかどうか、イエスかノーかを決定したり、新しい戦略計画やワーキンググループの結果を検証したり拒否したり、ポジションが最大で 1、2、3 の委任のままであるべきかどうかを定義したりできます。</p>\n"
|
315
|
+
page: "<p><strong>議案</strong>は、組織を形成するすべての人に明確な質問を投げかけ、コンサルテーションへの参加を呼びかけ、回答の賛否の議論に火をつけ、注文をつけることができるスペースです。議案の日が来たら、投票をして、その結果を公開することができます。</p><p>例: 議案は組織に影響するどのようなことにも利用できます。例えば、いくつかの代替案から組織の名前やロゴを選び変更したり、より大きな組織の一部になるかどうか、イエスかノーかを決定したり、新しい戦略計画やワーキンググループの結果を検証したり拒否したり、ポジションが最大で 1、2、3 の委任のままであるべきかどうかを定義したりできます。</p>\n"
|
311
316
|
title: 議案とは何ですか?
|
312
317
|
menu:
|
313
318
|
consultations: 議案
|
314
|
-
pages:
|
315
|
-
home:
|
316
|
-
statistics:
|
317
|
-
consultations_count: 議案
|
318
319
|
questions:
|
319
320
|
next_button: 次の質問
|
320
321
|
previous_button: 前の質問
|
@@ -349,12 +350,11 @@ ja:
|
|
349
350
|
consultations:
|
350
351
|
actions:
|
351
352
|
vote: 投票
|
353
|
+
statistics:
|
354
|
+
consultations_count: コンサルテーション
|
355
|
+
votes_count: 投票
|
352
356
|
layouts:
|
353
357
|
decidim:
|
354
|
-
admin:
|
355
|
-
question:
|
356
|
-
attachments: 添付ファイル
|
357
|
-
categories: カテゴリ
|
358
358
|
consultation_voting_data:
|
359
359
|
start_voting_date: 投票が始まります
|
360
360
|
question_components:
|
@@ -0,0 +1 @@
|
|
1
|
+
lb:
|
data/config/locales/lv.yml
CHANGED
@@ -123,6 +123,8 @@ lv:
|
|
123
123
|
questions: Jautājumi
|
124
124
|
results: Rezultāti
|
125
125
|
questions_submenu:
|
126
|
+
attachments: Pielikumi
|
127
|
+
categories: Kategorijas
|
126
128
|
components: Komponenti
|
127
129
|
configuration: Konfigurācija
|
128
130
|
consultation: Konsultācija
|
@@ -329,10 +331,6 @@ lv:
|
|
329
331
|
title: Kas ir konsultācijas?
|
330
332
|
menu:
|
331
333
|
consultations: Konsultācijas
|
332
|
-
pages:
|
333
|
-
home:
|
334
|
-
statistics:
|
335
|
-
consultations_count: Konsultācijas
|
336
334
|
questions:
|
337
335
|
next_button: Nākamais jautājums
|
338
336
|
previous_button: Iepriekšējais jautājums
|
@@ -367,10 +365,6 @@ lv:
|
|
367
365
|
vote: Balsot
|
368
366
|
layouts:
|
369
367
|
decidim:
|
370
|
-
admin:
|
371
|
-
question:
|
372
|
-
attachments: Pielikumi
|
373
|
-
categories: Kategorijas
|
374
368
|
consultation_voting_data:
|
375
369
|
start_voting_date: Balsojums sākas
|
376
370
|
question_components:
|
data/config/locales/nl.yml
CHANGED
@@ -120,6 +120,8 @@ nl:
|
|
120
120
|
questions: vragen
|
121
121
|
results: Resultaten
|
122
122
|
questions_submenu:
|
123
|
+
attachments: Bijlagen
|
124
|
+
categories: Categorieën
|
123
125
|
components: Onderdelen
|
124
126
|
configuration: Configuratie
|
125
127
|
consultation: Raadpleging
|
@@ -322,10 +324,6 @@ nl:
|
|
322
324
|
title: Wat zijn raadplegingen?
|
323
325
|
menu:
|
324
326
|
consultations: Burgerinspraaken
|
325
|
-
pages:
|
326
|
-
home:
|
327
|
-
statistics:
|
328
|
-
consultations_count: Burgerinspraaken
|
329
327
|
questions:
|
330
328
|
next_button: Volgende vraag
|
331
329
|
previous_button: Vorige vraag
|
@@ -360,12 +358,11 @@ nl:
|
|
360
358
|
consultations:
|
361
359
|
actions:
|
362
360
|
vote: Stem
|
361
|
+
statistics:
|
362
|
+
consultations_count: Raadplegingen
|
363
|
+
votes_count: Stemmen
|
363
364
|
layouts:
|
364
365
|
decidim:
|
365
|
-
admin:
|
366
|
-
question:
|
367
|
-
attachments: Bijlagen
|
368
|
-
categories: Categorieën
|
369
366
|
consultation_voting_data:
|
370
367
|
start_voting_date: Stemmen begint
|
371
368
|
question_components:
|
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
|
@@ -381,13 +379,12 @@ pl:
|
|
381
379
|
resources:
|
382
380
|
consultations:
|
383
381
|
actions:
|
384
|
-
vote:
|
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
|