decidim-consultations 0.20.0 → 0.23.1.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/images/decidim/consultations/icon.svg +1 -3
- data/app/assets/images/decidim/consultations/icon2.svg +1 -88
- data/app/assets/stylesheets/decidim/consultations/_question.scss +0 -6
- data/app/assets/stylesheets/decidim/consultations/consultations/_consultations-header.scss +0 -1
- data/app/cells/decidim/consultations/consultation_m/data.erb +1 -1
- data/app/cells/decidim/consultations/consultation_m/footer.erb +1 -1
- data/app/cells/decidim/consultations/content_blocks/highlighted_consultations/show.erb +3 -3
- data/app/commands/decidim/consultations/admin/update_consultation.rb +9 -4
- data/app/controllers/concerns/decidim/consultations/admin/filterable.rb +27 -0
- data/app/controllers/decidim/consultations/admin/consultations_controller.rb +2 -1
- data/app/forms/decidim/consultations/admin/consultation_form.rb +5 -6
- data/app/forms/decidim/consultations/admin/question_form.rb +5 -6
- data/app/models/decidim/consultation.rb +14 -0
- data/app/models/decidim/consultations/question.rb +12 -1
- data/app/models/decidim/consultations/response.rb +4 -0
- data/app/models/decidim/consultations/response_group.rb +4 -0
- data/app/permissions/decidim/consultations/permissions.rb +2 -0
- data/app/presenters/decidim/consultations/question_stats_presenter.rb +1 -1
- data/app/types/decidim/consultations/consultation_question_type.rb +57 -0
- data/app/types/decidim/consultations/consultation_type.rb +32 -0
- data/app/views/decidim/consultations/admin/consultations/index.html.erb +3 -2
- data/app/views/decidim/consultations/consultations/_consultation_card.html.erb +3 -3
- data/app/views/decidim/consultations/consultations/_consultation_details.html.erb +2 -2
- data/app/views/decidim/consultations/consultations/_filters.html.erb +9 -4
- data/app/views/decidim/consultations/consultations/_question.html.erb +2 -2
- data/app/views/decidim/consultations/consultations/index.html.erb +3 -3
- data/app/views/decidim/consultations/questions/_vote_button.html.erb +70 -67
- data/app/views/decidim/consultations/questions/_vote_modal.html.erb +1 -1
- data/app/views/decidim/consultations/questions/_vote_modal_confirm.html.erb +1 -1
- data/app/views/decidim/consultations/questions/show.html.erb +4 -4
- data/app/views/layouts/decidim/_question_components.html.erb +3 -3
- data/app/views/layouts/decidim/_question_header.html.erb +1 -1
- data/app/views/layouts/decidim/consultation.html.erb +1 -0
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +29 -1
- data/config/locales/bg-BG.yml +1 -0
- data/config/locales/bg.yml +1 -0
- data/config/locales/ca.yml +16 -1
- data/config/locales/cs.yml +12 -9
- data/config/locales/da-DK.yml +1 -0
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +82 -1
- data/config/locales/el-GR.yml +1 -0
- data/config/locales/el.yml +377 -0
- data/config/locales/en.yml +4 -1
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +29 -1
- data/config/locales/es-PY.yml +29 -1
- data/config/locales/es.yml +29 -1
- data/config/locales/et-EE.yml +1 -0
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +0 -1
- data/config/locales/fi-plain.yml +4 -1
- data/config/locales/fi.yml +15 -12
- data/config/locales/fr-CA.yml +377 -0
- data/config/locales/fr.yml +5 -2
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +0 -1
- data/config/locales/hr-HR.yml +1 -0
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +0 -1
- data/config/locales/id-ID.yml +0 -1
- data/config/locales/is-IS.yml +185 -0
- data/config/locales/is.yml +185 -0
- data/config/locales/it.yml +58 -55
- data/config/locales/ja-JP.yml +367 -0
- data/config/locales/ja.yml +367 -0
- data/config/locales/ko-KR.yml +1 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lt-LT.yml +1 -0
- data/config/locales/lt.yml +1 -0
- data/config/locales/lv.yml +383 -0
- data/config/locales/mt-MT.yml +1 -0
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +4 -1
- data/config/locales/no.yml +310 -1
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +183 -102
- data/config/locales/pt-BR.yml +1 -2
- data/config/locales/pt.yml +156 -75
- data/config/locales/ro-RO.yml +338 -0
- data/config/locales/ru.yml +0 -1
- data/config/locales/sk-SK.yml +394 -0
- data/config/locales/sk.yml +393 -0
- data/config/locales/sl.yml +9 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +1 -0
- data/config/locales/sv.yml +46 -12
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +0 -1
- data/config/locales/uk.yml +0 -1
- data/config/locales/vi-VN.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +367 -0
- data/config/locales/zh-TW.yml +1 -0
- data/db/migrate/20200320105916_index_foreign_keys_in_decidim_consultations_votes.rb +7 -0
- data/db/migrate/20200827154143_add_commentable_counter_cache_to_consultations.rb +9 -0
- data/db/seeds/city.jpeg +0 -0
- data/db/seeds/city2.jpeg +0 -0
- data/lib/decidim/consultations/admin_engine.rb +1 -0
- data/lib/decidim/consultations/participatory_space.rb +19 -17
- data/lib/decidim/consultations/test/factories.rb +1 -0
- data/lib/decidim/consultations/version.rb +1 -1
- metadata +55 -13
data/config/locales/fr.yml
CHANGED
@@ -32,7 +32,6 @@ fr:
|
|
32
32
|
scope: Périmètre d'application
|
33
33
|
slug: Identifiant
|
34
34
|
subtitle: Sous-titre
|
35
|
-
title: Titre
|
36
35
|
vote: Système de vote externe
|
37
36
|
what_is_decided: Objectifs
|
38
37
|
response:
|
@@ -237,6 +236,8 @@ fr:
|
|
237
236
|
label: 'Trier les votations par :'
|
238
237
|
random: Aléatoire
|
239
238
|
recent: Les plus récentes
|
239
|
+
show:
|
240
|
+
dates: Dates
|
240
241
|
content_blocks:
|
241
242
|
highlighted_consultations:
|
242
243
|
name: Votations mises en avant
|
@@ -293,7 +294,7 @@ fr:
|
|
293
294
|
vote_limit:
|
294
295
|
description: Vous pouvez voter jusqu'à %{limit} options.
|
295
296
|
left: Restant
|
296
|
-
votes:
|
297
|
+
votes: Votes
|
297
298
|
question_votes:
|
298
299
|
create:
|
299
300
|
error: Il y a eu des erreurs lors du vote sur la question
|
@@ -347,10 +348,12 @@ fr:
|
|
347
348
|
verification_required: Vérifier votre compte pour voter
|
348
349
|
vote: Voter
|
349
350
|
vote_modal:
|
351
|
+
close_modal: Fermer la fenêtre de dialogue
|
350
352
|
contextual_help: Veuillez sélectionner une option.
|
351
353
|
title: 'Votation : soutien aux questions'
|
352
354
|
vote_modal_confirm:
|
353
355
|
change: Modifier
|
356
|
+
close_modal: Fermer la fenêtre de dialogue
|
354
357
|
confirm: Confirmer
|
355
358
|
contextual_help: Veuillez confirmer l'option sélectionnée.
|
356
359
|
title: 'Consultation : confirmer le soutien'
|
@@ -0,0 +1 @@
|
|
1
|
+
ga:
|
data/config/locales/gl.yml
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
hr:
|
@@ -0,0 +1 @@
|
|
1
|
+
hr:
|
data/config/locales/hu.yml
CHANGED
data/config/locales/id-ID.yml
CHANGED
@@ -0,0 +1,185 @@
|
|
1
|
+
is-IS:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
consultation:
|
5
|
+
banner_image: Banner image
|
6
|
+
decidim_highlighted_scope_id: Hápunktur sviðsins
|
7
|
+
description: Lýsing
|
8
|
+
introductory_image: Inngangs mynd
|
9
|
+
introductory_video_url: Inngangur vídeó URL
|
10
|
+
slug: URL slug
|
11
|
+
subtitle: Texti
|
12
|
+
title: Titill
|
13
|
+
question:
|
14
|
+
banner_image: Banner image
|
15
|
+
decidim_scope_id: Borgarsvæði
|
16
|
+
hashtag: Kassamerki
|
17
|
+
hero_image: Heimsmynd
|
18
|
+
i_frame_url: Vefslóð fyrir utanaðkomandi atkvæðagreiðslur
|
19
|
+
origin_scope: Umfang
|
20
|
+
origin_title: Uppruni
|
21
|
+
origin_url: Uppruni vefslóð
|
22
|
+
participatory_scope: Þátttökuskilyrði
|
23
|
+
promoter_group: Framkvæmdarhópur
|
24
|
+
question_context: Samhengi
|
25
|
+
reference: Tilvísun
|
26
|
+
scope: Borgarsvæði
|
27
|
+
slug: URL slug
|
28
|
+
subtitle: Texti
|
29
|
+
vote: Ytri atkvæðakerfi
|
30
|
+
what_is_decided: Hvað er ákveðið
|
31
|
+
errors:
|
32
|
+
vote:
|
33
|
+
decidim_consultations_response_id:
|
34
|
+
not_found: Svar fannst ekki.
|
35
|
+
decidim:
|
36
|
+
admin:
|
37
|
+
actions:
|
38
|
+
publish_results: Birta niðurstöður
|
39
|
+
unpublish_results: Afritaðu niðurstöðurnar
|
40
|
+
consultations:
|
41
|
+
create:
|
42
|
+
success: Samráð hefur verið búið til.
|
43
|
+
edit:
|
44
|
+
update: Uppfæra
|
45
|
+
form:
|
46
|
+
slug_help: 'Vefslóðir eru notaðir til að búa til slóðir sem benda til þessa samráðs. Aðeins viðurkennir stafir, tölur og bindur og verður að byrja með stafi. Dæmi: %{url}'
|
47
|
+
title: Almennar upplýsingar
|
48
|
+
index:
|
49
|
+
not_published: Ekki birt
|
50
|
+
published: Published
|
51
|
+
new:
|
52
|
+
create: Búa til
|
53
|
+
title: Nýtt samráð
|
54
|
+
update:
|
55
|
+
success: Samráð uppfærður með góðum árangri.
|
56
|
+
menu:
|
57
|
+
consultations: Samráð
|
58
|
+
consultations_submenu:
|
59
|
+
info: Upplýsingar
|
60
|
+
questions: Spurningar
|
61
|
+
questions_submenu:
|
62
|
+
components: Hluti
|
63
|
+
consultation: Samráð
|
64
|
+
info: Upplýsingar
|
65
|
+
responses: Svör
|
66
|
+
models:
|
67
|
+
consultation:
|
68
|
+
fields:
|
69
|
+
created_at: Búið til á
|
70
|
+
published: Published
|
71
|
+
title: Titill
|
72
|
+
name:
|
73
|
+
one: Samráð
|
74
|
+
other: Samráð
|
75
|
+
question:
|
76
|
+
fields:
|
77
|
+
created_at: Búið til á
|
78
|
+
published: Published
|
79
|
+
title: Titill
|
80
|
+
name:
|
81
|
+
one: Spurning
|
82
|
+
other: Spurningar
|
83
|
+
response:
|
84
|
+
fields:
|
85
|
+
created_at: Búið til á
|
86
|
+
title: Titill
|
87
|
+
name:
|
88
|
+
one: Svar
|
89
|
+
other: Svör
|
90
|
+
questions:
|
91
|
+
create:
|
92
|
+
success: Spurning búin til.
|
93
|
+
edit:
|
94
|
+
update: Uppfæra
|
95
|
+
form:
|
96
|
+
title: Almennar upplýsingar
|
97
|
+
index:
|
98
|
+
not_published: Ekki birt
|
99
|
+
published: Published
|
100
|
+
new:
|
101
|
+
create: Búa til
|
102
|
+
title: Ný spurning
|
103
|
+
responses:
|
104
|
+
create:
|
105
|
+
success: Svar búin til.
|
106
|
+
edit:
|
107
|
+
update: Uppfæra
|
108
|
+
form:
|
109
|
+
title: Almennar upplýsingar
|
110
|
+
new:
|
111
|
+
create: Búa til
|
112
|
+
title: Nýtt svar
|
113
|
+
titles:
|
114
|
+
consultations: Samráð
|
115
|
+
questions: Spurningar
|
116
|
+
responses: Svör
|
117
|
+
consultations:
|
118
|
+
consultation:
|
119
|
+
view_results: Skoða niðurstöður
|
120
|
+
consultation_card:
|
121
|
+
view_results: Skoða niðurstöður
|
122
|
+
consultations:
|
123
|
+
orders:
|
124
|
+
label: 'Raða samráð með:'
|
125
|
+
random: Handahófi
|
126
|
+
recent: Síðast
|
127
|
+
count:
|
128
|
+
title:
|
129
|
+
one: "%{count} samráð"
|
130
|
+
other: "%{count} samráð"
|
131
|
+
filters:
|
132
|
+
active: Virkur
|
133
|
+
all: Allt
|
134
|
+
finished: Lokið
|
135
|
+
search: Leita
|
136
|
+
upcoming: Næstu
|
137
|
+
filters_small_view:
|
138
|
+
close_modal: Lokaðu glugga
|
139
|
+
filter: Sía
|
140
|
+
filter_by: Sía eftir
|
141
|
+
unfold: Fella út
|
142
|
+
index:
|
143
|
+
title: Samráð
|
144
|
+
pages:
|
145
|
+
home:
|
146
|
+
highlighted_consultations:
|
147
|
+
active_consultations: Virkt samráð
|
148
|
+
question:
|
149
|
+
take_part: Taka þátt
|
150
|
+
view_results: Skoða niðurstöður
|
151
|
+
votes_out_of:
|
152
|
+
one: kjósa út úr
|
153
|
+
other: atkvæði úr
|
154
|
+
menu:
|
155
|
+
consultations: Samráð
|
156
|
+
questions:
|
157
|
+
results:
|
158
|
+
title: Niðurstöður
|
159
|
+
show:
|
160
|
+
read_more: Lestu meira
|
161
|
+
statistics:
|
162
|
+
assistants_count_title: Aðstoðarmenn
|
163
|
+
comments_count_title: Athugasemdir
|
164
|
+
meetings_count_title: Fundir
|
165
|
+
technical_info:
|
166
|
+
technical_data: Tæknilegar upplýsingar
|
167
|
+
vote_button:
|
168
|
+
already_voted: Already kusu
|
169
|
+
starting_from: Byrjar frá %{date}
|
170
|
+
vote: Kjósa
|
171
|
+
vote_modal_confirm:
|
172
|
+
change: Breyta
|
173
|
+
confirm: Staðfesta
|
174
|
+
contextual_help: Vinsamlegast staðfestu valinn valkost.
|
175
|
+
layouts:
|
176
|
+
decidim:
|
177
|
+
admin:
|
178
|
+
question:
|
179
|
+
attachments: Viðhengi
|
180
|
+
categories: Flokkar
|
181
|
+
question_components:
|
182
|
+
question_menu_item: Spurningin
|
183
|
+
unfold: Fella út
|
184
|
+
question_header:
|
185
|
+
back_to_consultation: Sjá öll samráð
|
@@ -0,0 +1,185 @@
|
|
1
|
+
is:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
consultation:
|
5
|
+
banner_image: Banner image
|
6
|
+
decidim_highlighted_scope_id: Hápunktur sviðsins
|
7
|
+
description: Lýsing
|
8
|
+
introductory_image: Inngangs mynd
|
9
|
+
introductory_video_url: Inngangur vídeó URL
|
10
|
+
slug: URL slug
|
11
|
+
subtitle: Texti
|
12
|
+
title: Titill
|
13
|
+
question:
|
14
|
+
banner_image: Banner image
|
15
|
+
decidim_scope_id: Borgarsvæði
|
16
|
+
hashtag: Kassamerki
|
17
|
+
hero_image: Heimsmynd
|
18
|
+
i_frame_url: Vefslóð fyrir utanaðkomandi atkvæðagreiðslur
|
19
|
+
origin_scope: Umfang
|
20
|
+
origin_title: Uppruni
|
21
|
+
origin_url: Uppruni vefslóð
|
22
|
+
participatory_scope: Þátttökuskilyrði
|
23
|
+
promoter_group: Framkvæmdarhópur
|
24
|
+
question_context: Samhengi
|
25
|
+
reference: Tilvísun
|
26
|
+
scope: Borgarsvæði
|
27
|
+
slug: URL slug
|
28
|
+
subtitle: Texti
|
29
|
+
vote: Ytri atkvæðakerfi
|
30
|
+
what_is_decided: Hvað er ákveðið
|
31
|
+
errors:
|
32
|
+
vote:
|
33
|
+
decidim_consultations_response_id:
|
34
|
+
not_found: Svar fannst ekki.
|
35
|
+
decidim:
|
36
|
+
admin:
|
37
|
+
actions:
|
38
|
+
publish_results: Birta niðurstöður
|
39
|
+
unpublish_results: Afritaðu niðurstöðurnar
|
40
|
+
consultations:
|
41
|
+
create:
|
42
|
+
success: Samráð hefur verið búið til.
|
43
|
+
edit:
|
44
|
+
update: Uppfæra
|
45
|
+
form:
|
46
|
+
slug_help: 'Vefslóðir eru notaðir til að búa til slóðir sem benda til þessa samráðs. Aðeins viðurkennir stafir, tölur og bindur og verður að byrja með stafi. Dæmi: %{url}'
|
47
|
+
title: Almennar upplýsingar
|
48
|
+
index:
|
49
|
+
not_published: Ekki birt
|
50
|
+
published: Published
|
51
|
+
new:
|
52
|
+
create: Búa til
|
53
|
+
title: Nýtt samráð
|
54
|
+
update:
|
55
|
+
success: Samráð uppfærður með góðum árangri.
|
56
|
+
menu:
|
57
|
+
consultations: Samráð
|
58
|
+
consultations_submenu:
|
59
|
+
info: Upplýsingar
|
60
|
+
questions: Spurningar
|
61
|
+
questions_submenu:
|
62
|
+
components: Hluti
|
63
|
+
consultation: Samráð
|
64
|
+
info: Upplýsingar
|
65
|
+
responses: Svör
|
66
|
+
models:
|
67
|
+
consultation:
|
68
|
+
fields:
|
69
|
+
created_at: Búið til á
|
70
|
+
published: Published
|
71
|
+
title: Titill
|
72
|
+
name:
|
73
|
+
one: Samráð
|
74
|
+
other: Samráð
|
75
|
+
question:
|
76
|
+
fields:
|
77
|
+
created_at: Búið til á
|
78
|
+
published: Published
|
79
|
+
title: Titill
|
80
|
+
name:
|
81
|
+
one: Spurning
|
82
|
+
other: Spurningar
|
83
|
+
response:
|
84
|
+
fields:
|
85
|
+
created_at: Búið til á
|
86
|
+
title: Titill
|
87
|
+
name:
|
88
|
+
one: Svar
|
89
|
+
other: Svör
|
90
|
+
questions:
|
91
|
+
create:
|
92
|
+
success: Spurning búin til.
|
93
|
+
edit:
|
94
|
+
update: Uppfæra
|
95
|
+
form:
|
96
|
+
title: Almennar upplýsingar
|
97
|
+
index:
|
98
|
+
not_published: Ekki birt
|
99
|
+
published: Published
|
100
|
+
new:
|
101
|
+
create: Búa til
|
102
|
+
title: Ný spurning
|
103
|
+
responses:
|
104
|
+
create:
|
105
|
+
success: Svar búin til.
|
106
|
+
edit:
|
107
|
+
update: Uppfæra
|
108
|
+
form:
|
109
|
+
title: Almennar upplýsingar
|
110
|
+
new:
|
111
|
+
create: Búa til
|
112
|
+
title: Nýtt svar
|
113
|
+
titles:
|
114
|
+
consultations: Samráð
|
115
|
+
questions: Spurningar
|
116
|
+
responses: Svör
|
117
|
+
consultations:
|
118
|
+
consultation:
|
119
|
+
view_results: Skoða niðurstöður
|
120
|
+
consultation_card:
|
121
|
+
view_results: Skoða niðurstöður
|
122
|
+
consultations:
|
123
|
+
orders:
|
124
|
+
label: 'Raða samráð með:'
|
125
|
+
random: Handahófi
|
126
|
+
recent: Síðast
|
127
|
+
count:
|
128
|
+
title:
|
129
|
+
one: "%{count} samráð"
|
130
|
+
other: "%{count} samráð"
|
131
|
+
filters:
|
132
|
+
active: Virkur
|
133
|
+
all: Allt
|
134
|
+
finished: Lokið
|
135
|
+
search: Leita
|
136
|
+
upcoming: Næstu
|
137
|
+
filters_small_view:
|
138
|
+
close_modal: Lokaðu glugga
|
139
|
+
filter: Sía
|
140
|
+
filter_by: Sía eftir
|
141
|
+
unfold: Fella út
|
142
|
+
index:
|
143
|
+
title: Samráð
|
144
|
+
pages:
|
145
|
+
home:
|
146
|
+
highlighted_consultations:
|
147
|
+
active_consultations: Virkt samráð
|
148
|
+
question:
|
149
|
+
take_part: Taka þátt
|
150
|
+
view_results: Skoða niðurstöður
|
151
|
+
votes_out_of:
|
152
|
+
one: kjósa út úr
|
153
|
+
other: atkvæði úr
|
154
|
+
menu:
|
155
|
+
consultations: Samráð
|
156
|
+
questions:
|
157
|
+
results:
|
158
|
+
title: Niðurstöður
|
159
|
+
show:
|
160
|
+
read_more: Lestu meira
|
161
|
+
statistics:
|
162
|
+
assistants_count_title: Aðstoðarmenn
|
163
|
+
comments_count_title: Athugasemdir
|
164
|
+
meetings_count_title: Fundir
|
165
|
+
technical_info:
|
166
|
+
technical_data: Tæknilegar upplýsingar
|
167
|
+
vote_button:
|
168
|
+
already_voted: Already kusu
|
169
|
+
starting_from: Byrjar frá %{date}
|
170
|
+
vote: Kjósa
|
171
|
+
vote_modal_confirm:
|
172
|
+
change: Breyta
|
173
|
+
confirm: Staðfesta
|
174
|
+
contextual_help: Vinsamlegast staðfestu valinn valkost.
|
175
|
+
layouts:
|
176
|
+
decidim:
|
177
|
+
admin:
|
178
|
+
question:
|
179
|
+
attachments: Viðhengi
|
180
|
+
categories: Flokkar
|
181
|
+
question_components:
|
182
|
+
question_menu_item: Spurningin
|
183
|
+
unfold: Fella út
|
184
|
+
question_header:
|
185
|
+
back_to_consultation: Sjá öll samráð
|
data/config/locales/it.yml
CHANGED
@@ -5,36 +5,35 @@ it:
|
|
5
5
|
banner_image: Immagine banner
|
6
6
|
decidim_highlighted_scope_id: Ambito evidenziato
|
7
7
|
description: Descrizione
|
8
|
-
end_voting_date: La votazione
|
8
|
+
end_voting_date: La votazione termina il
|
9
9
|
introductory_image: Immagine introduttiva
|
10
10
|
introductory_video_url: URL video introduttivo
|
11
|
-
questions:
|
11
|
+
questions: Quesiti
|
12
12
|
slug: Slug URL
|
13
|
-
start_voting_date:
|
13
|
+
start_voting_date: La votazione inizia il
|
14
14
|
subtitle: Sottotitolo
|
15
15
|
title: Titolo
|
16
16
|
question:
|
17
|
-
banner_image: Immagine banner
|
18
|
-
decidim_scope_id: Area
|
17
|
+
banner_image: Immagine del banner
|
18
|
+
decidim_scope_id: Area territoriale
|
19
19
|
hashtag: hashtag
|
20
20
|
hero_image: Immagine della home page
|
21
21
|
i_frame_url: URL del sistema di votazione esterno
|
22
22
|
instructions: Istruzioni aggiuntive per la votazione
|
23
23
|
max_votes: Massimo numero di voti
|
24
24
|
min_votes: Minimo numero di voti
|
25
|
-
origin_scope:
|
25
|
+
origin_scope: Obiettivo
|
26
26
|
origin_title: Origine
|
27
27
|
origin_url: URL di origine
|
28
|
-
participatory_scope:
|
28
|
+
participatory_scope: Obiettivo partecipativo
|
29
29
|
promoter_group: Promotore
|
30
30
|
question_context: Contesto
|
31
31
|
reference: Riferimento
|
32
|
-
scope: Area
|
32
|
+
scope: Area territoriale
|
33
33
|
slug: Slug URL
|
34
34
|
subtitle: Sottotitolo
|
35
|
-
title: Titolo
|
36
35
|
vote: Sistema di voto esterno
|
37
|
-
what_is_decided:
|
36
|
+
what_is_decided: Che cosa si decide
|
38
37
|
response:
|
39
38
|
decidim_consultations_response_group_id: Gruppo
|
40
39
|
errors:
|
@@ -58,8 +57,8 @@ it:
|
|
58
57
|
one: Consultazione
|
59
58
|
other: consultazioni
|
60
59
|
decidim/consultations/question:
|
61
|
-
one:
|
62
|
-
other:
|
60
|
+
one: Quesito
|
61
|
+
other: Quesiti
|
63
62
|
decidim/consultations/response:
|
64
63
|
one: Risposta
|
65
64
|
other: risposte
|
@@ -71,7 +70,7 @@ it:
|
|
71
70
|
actions:
|
72
71
|
back_to_responses: Torna alle risposte
|
73
72
|
new_consultation: Nuova consultazione
|
74
|
-
new_question:
|
73
|
+
new_question: Nuovo quesito
|
75
74
|
new_response: Nuova risposta
|
76
75
|
new_response_group: Nuovo gruppo
|
77
76
|
publish_results: Pubblica risultati
|
@@ -117,14 +116,14 @@ it:
|
|
117
116
|
consultations: consultazioni
|
118
117
|
consultations_submenu:
|
119
118
|
info: Informazione
|
120
|
-
questions:
|
119
|
+
questions: Quesiti
|
121
120
|
results: Risultati
|
122
121
|
questions_submenu:
|
123
|
-
components:
|
122
|
+
components: Elementi
|
124
123
|
configuration: Configurazione
|
125
124
|
consultation: Consultazione
|
126
|
-
info:
|
127
|
-
responses:
|
125
|
+
info: Informazioni
|
126
|
+
responses: Risposte
|
128
127
|
models:
|
129
128
|
consultation:
|
130
129
|
fields:
|
@@ -136,12 +135,12 @@ it:
|
|
136
135
|
other: consultazioni
|
137
136
|
question:
|
138
137
|
fields:
|
139
|
-
created_at: Creato
|
138
|
+
created_at: Creato il
|
140
139
|
published: Pubblicato
|
141
140
|
title: Titolo
|
142
141
|
name:
|
143
|
-
one:
|
144
|
-
other:
|
142
|
+
one: Quesito
|
143
|
+
other: Quesiti
|
145
144
|
response:
|
146
145
|
fields:
|
147
146
|
created_at: Creato a
|
@@ -153,34 +152,34 @@ it:
|
|
153
152
|
question_configuration:
|
154
153
|
disable_external_voting: Si prega di disabilitare il voto esterno per configurazioni avanzate
|
155
154
|
form:
|
156
|
-
help: Imposta
|
155
|
+
help: Imposta i quesiti a risposta 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.
|
157
156
|
title: Configurazione avanzata
|
158
157
|
question_publications:
|
159
158
|
create:
|
160
|
-
error: Si è verificato un errore durante la pubblicazione
|
161
|
-
success:
|
159
|
+
error: Si è verificato un errore durante la pubblicazione del quesito.
|
160
|
+
success: Quesito pubblicato con successo.
|
162
161
|
destroy:
|
163
|
-
error: Si è verificato un errore durante la pubblicazione
|
164
|
-
success:
|
162
|
+
error: Si è verificato un errore durante la pubblicazione del quesito.
|
163
|
+
success: Quesito ritirato con successo.
|
165
164
|
questions:
|
166
165
|
create:
|
167
|
-
error: Si è verificato un errore durante la creazione di
|
168
|
-
success:
|
166
|
+
error: Si è verificato un errore durante la creazione di un nuovo quesito.
|
167
|
+
success: Quesito creato con successo.
|
169
168
|
destroy:
|
170
|
-
success:
|
169
|
+
success: Quesito eliminato con successo.
|
171
170
|
edit:
|
172
171
|
update: Aggiornare
|
173
172
|
form:
|
174
|
-
title:
|
173
|
+
title: Informazioni Generali
|
175
174
|
index:
|
176
175
|
not_published: Non pubblicato
|
177
176
|
published: Pubblicato
|
178
177
|
new:
|
179
|
-
create:
|
180
|
-
title:
|
178
|
+
create: Crea
|
179
|
+
title: Nuovo quesito
|
181
180
|
update:
|
182
|
-
error: Si è verificato un errore durante l'aggiornamento
|
183
|
-
success:
|
181
|
+
error: Si è verificato un errore durante l'aggiornamento del quesito.
|
182
|
+
success: Quesito aggiornato correttamente.
|
184
183
|
response_groups:
|
185
184
|
create:
|
186
185
|
error: Si è verificato un problema durante la creazione di un nuovo gruppo di risposta.
|
@@ -192,7 +191,7 @@ it:
|
|
192
191
|
update: Aggiorna
|
193
192
|
form:
|
194
193
|
title: Informazioni Generali
|
195
|
-
help: Utilizza i gruppi per organizzare
|
194
|
+
help: Utilizza i gruppi per organizzare quesiti a scelta multipla in pacchetti.
|
196
195
|
new:
|
197
196
|
create: Crea
|
198
197
|
title: Nuovo gruppo di risposta
|
@@ -209,7 +208,7 @@ it:
|
|
209
208
|
edit:
|
210
209
|
update: Aggiornare
|
211
210
|
form:
|
212
|
-
title:
|
211
|
+
title: Informazioni Generali
|
213
212
|
new:
|
214
213
|
create: Creare
|
215
214
|
title: Nuova risposta
|
@@ -218,7 +217,7 @@ it:
|
|
218
217
|
success: Risposta aggiornata correttamente.
|
219
218
|
titles:
|
220
219
|
consultations: consultazioni
|
221
|
-
questions:
|
220
|
+
questions: Quesiti
|
222
221
|
response_groups: Gruppi di risposta
|
223
222
|
responses: risposte
|
224
223
|
results: Risultati
|
@@ -237,6 +236,8 @@ it:
|
|
237
236
|
label: 'Ordina le consultazioni per:'
|
238
237
|
random: Casuale
|
239
238
|
recent: Piu recente
|
239
|
+
show:
|
240
|
+
dates: Date
|
240
241
|
content_blocks:
|
241
242
|
highlighted_consultations:
|
242
243
|
name: Consultazioni evidenziate
|
@@ -257,12 +258,12 @@ it:
|
|
257
258
|
filter_by: Filtra per
|
258
259
|
unfold: spiegare
|
259
260
|
highlighted_questions:
|
260
|
-
title:
|
261
|
+
title: Quesiti da %{scope_name}
|
261
262
|
index:
|
262
263
|
title: consultazioni
|
263
264
|
last_activity:
|
264
265
|
new_consultation: Nuova consultazione
|
265
|
-
new_question_at_html: "<span>
|
266
|
+
new_question_at_html: "<span>Nuovo quesito al %{link}</span>"
|
266
267
|
pages:
|
267
268
|
home:
|
268
269
|
highlighted_consultations:
|
@@ -273,16 +274,16 @@ it:
|
|
273
274
|
other: La votazione termina tra <strong>%{count} giorni</strong>
|
274
275
|
voting_ends_today: La votazione termina <strong>oggi</strong>
|
275
276
|
question:
|
276
|
-
take_part:
|
277
|
-
view_results:
|
277
|
+
take_part: Vota
|
278
|
+
view_results: Visualizza i risultati
|
278
279
|
votes_out_of:
|
279
|
-
one:
|
280
|
-
other: voti
|
280
|
+
one: voto su
|
281
|
+
other: voti su
|
281
282
|
question_multiple_votes:
|
282
283
|
results_rules:
|
283
284
|
minimum_votes_per_user:
|
284
285
|
description: I partecipanti potrebbero distribuire un minimo di %{votes} voti tra diverse opzioni.
|
285
|
-
title:
|
286
|
+
title: Al quesito sono consentite risposte multiple
|
286
287
|
total_participants: Un totale di %{count} persone hanno partecipato alla votazione.
|
287
288
|
vote_limit:
|
288
289
|
description: I partecipanti possono votare fino a %{limit} opzioni.
|
@@ -296,12 +297,12 @@ it:
|
|
296
297
|
votes: Voti
|
297
298
|
question_votes:
|
298
299
|
create:
|
299
|
-
error: Ci sono stati errori nel votare
|
300
|
+
error: Ci sono stati errori nel votare il quesito
|
300
301
|
success: La modifica può essere effettuata fino al termine della consultazione. Solo l'ultimo voto sarà accettato.
|
301
302
|
title_error: Errore di voto!
|
302
303
|
title_success: Voto registrato con successo
|
303
304
|
regular_questions:
|
304
|
-
title:
|
305
|
+
title: Quesiti per questa consultazione
|
305
306
|
show:
|
306
307
|
badge_name:
|
307
308
|
finished: Finito
|
@@ -317,8 +318,8 @@ it:
|
|
317
318
|
help:
|
318
319
|
participatory_spaces:
|
319
320
|
consultations:
|
320
|
-
contextual: "<p>
|
321
|
-
page: "<p>
|
321
|
+
contextual: "<p>Le <strong>Consultazioni</strong> sono uno spazio che ti consente di porre una domanda chiara, a tutte le persone che partecipano ad una organizzazione, ordinando il dibattito a favore o contro i vari quesiti. Alla data della consultazione, puoi votare e pubblicare i risultati dei voti.</p> <p>Esempi: le consultazioni possono affrontare quasi tutte le decisioni che riguardano un'organizzazione: per esempio per cambiare il nome o il logo dell'organizzazione che offre diverse alternative, per decidere Sì o No a fondersi in un'organizzazione più grande, per convalidare o rifiutare un nuovo piano strategico o per definire se le cariche elettive si possono rinnovare al massimo per 1, 2 o 3 mandati.</p>\n"
|
322
|
+
page: "<p>Le <strong>Consultazioni</strong> sono uno spazio che ti consente di porre una domanda chiara, a tutte le persone che partecipano ad una organizzazione, ordinando il dibattito a favore o contro i vari quesiti. Alla data della consultazione, puoi votare e pubblicare i risultati dei voti.</p> <p>Esempi: le consultazioni possono affrontare quasi tutte le decisioni che riguardano un'organizzazione: per esempio per cambiare il nome o il logo dell'organizzazione che offre diverse alternative, per decidere Sì o No a fondersi in un'organizzazione più grande, per convalidare o rifiutare un nuovo piano strategico o per definire se le cariche elettive si possono rinnovare al massimo per 1, 2 o 3 mandati.</p>\n"
|
322
323
|
title: Quali sono le consultazioni?
|
323
324
|
menu:
|
324
325
|
consultations: consultazioni
|
@@ -327,17 +328,17 @@ it:
|
|
327
328
|
statistics:
|
328
329
|
consultations_count: consultazioni
|
329
330
|
questions:
|
330
|
-
next_button:
|
331
|
-
previous_button:
|
331
|
+
next_button: Quesito successivo
|
332
|
+
previous_button: Quesito precedente
|
332
333
|
results:
|
333
334
|
title: risultati
|
334
335
|
show:
|
335
336
|
read_more: Leggi di più
|
336
337
|
statistics:
|
337
|
-
assistants_count_title:
|
338
|
+
assistants_count_title: Assistenti
|
338
339
|
comments_count_title: Commenti
|
339
340
|
meetings_count_title: Incontri
|
340
|
-
supports_count_title:
|
341
|
+
supports_count_title: Voti
|
341
342
|
technical_info:
|
342
343
|
technical_data: Dati tecnici
|
343
344
|
vote_button:
|
@@ -347,10 +348,12 @@ it:
|
|
347
348
|
verification_required: Verifica il tuo account per votare
|
348
349
|
vote: Votazione
|
349
350
|
vote_modal:
|
351
|
+
close_modal: Chiudi modalità
|
350
352
|
contextual_help: Per favore selezionate un'opzione.
|
351
|
-
title: 'Consultazione:
|
353
|
+
title: 'Consultazione: voto del quesito'
|
352
354
|
vote_modal_confirm:
|
353
355
|
change: Modificare
|
356
|
+
close_modal: Chiudi modalità
|
354
357
|
confirm: Confermare
|
355
358
|
contextual_help: Si prega di confermare l'opzione selezionata.
|
356
359
|
title: 'Consultazione: conferma il supporto'
|
@@ -363,12 +366,12 @@ it:
|
|
363
366
|
admin:
|
364
367
|
question:
|
365
368
|
attachments: allegati
|
366
|
-
categories:
|
369
|
+
categories: Categorie
|
367
370
|
consultation_voting_data:
|
368
371
|
start_voting_date: Inizia la votazione
|
369
372
|
question_components:
|
370
|
-
question_menu_item:
|
373
|
+
question_menu_item: Il quesito
|
371
374
|
unfold: spiegare
|
372
375
|
question_header:
|
373
376
|
back_to_consultation: Vedi tutte le consultazioni
|
374
|
-
back_to_question: Torna
|
377
|
+
back_to_question: Torna al quesito
|