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
@@ -0,0 +1 @@
|
|
1
|
+
ko:
|
@@ -0,0 +1 @@
|
|
1
|
+
ko:
|
@@ -0,0 +1 @@
|
|
1
|
+
lt:
|
@@ -0,0 +1 @@
|
|
1
|
+
lt:
|
@@ -0,0 +1,383 @@
|
|
1
|
+
lv:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
consultation:
|
5
|
+
banner_image: Reklāmkaroga attēls
|
6
|
+
decidim_highlighted_scope_id: Izceltais darbības tvērums
|
7
|
+
description: Apraksts
|
8
|
+
end_voting_date: Balsošana beidzas
|
9
|
+
introductory_image: Ievada attēls
|
10
|
+
introductory_video_url: Ievada video URL
|
11
|
+
questions: Jautājumi
|
12
|
+
slug: URL sadaļas adrese (slug)
|
13
|
+
start_voting_date: Balsojums sākas
|
14
|
+
subtitle: Apakšvirsraksts
|
15
|
+
title: Nosaukums
|
16
|
+
question:
|
17
|
+
banner_image: Reklāmkaroga attēls
|
18
|
+
decidim_scope_id: Pašvaldības teritorija
|
19
|
+
hashtag: Tēmturis
|
20
|
+
hero_image: Sākuma attēls
|
21
|
+
i_frame_url: Ārējās balsošanas sistēma URL
|
22
|
+
instructions: Papildu instrukcijas balsošanai
|
23
|
+
max_votes: Maksimālais balsu skaits
|
24
|
+
min_votes: Minimālais balsu skaits
|
25
|
+
origin_scope: Darbības tvērums
|
26
|
+
origin_title: Izcelsme
|
27
|
+
origin_url: Izcelsmes URL
|
28
|
+
participatory_scope: Līdzdalības tvērums
|
29
|
+
promoter_group: Atbalstītāju grupa
|
30
|
+
question_context: Konteksts
|
31
|
+
reference: Atsauce
|
32
|
+
scope: Pašvaldības teritorija
|
33
|
+
slug: URL sadaļas adrese (slug)
|
34
|
+
subtitle: Apakšvirsraksts
|
35
|
+
vote: Ārējā balsošanas sistēma
|
36
|
+
what_is_decided: Kas tiek izlemts
|
37
|
+
response:
|
38
|
+
decidim_consultations_response_group_id: Grupa
|
39
|
+
errors:
|
40
|
+
models:
|
41
|
+
question:
|
42
|
+
attributes:
|
43
|
+
max_votes:
|
44
|
+
lower_than_min: Maksimālajam balsu skaitam jābūt lielākam vai vienādam ar minimālo.
|
45
|
+
vote:
|
46
|
+
decidim_consultations_response_id:
|
47
|
+
not_found: Atbilde nav atrasta.
|
48
|
+
activerecord:
|
49
|
+
errors:
|
50
|
+
models:
|
51
|
+
decidim/consultations/vote:
|
52
|
+
attributes:
|
53
|
+
question:
|
54
|
+
invalid_num_votes: Balsu skaits nav derīgs
|
55
|
+
models:
|
56
|
+
decidim/consultation:
|
57
|
+
zero: Konsultācijas
|
58
|
+
one: Konsultācija
|
59
|
+
other: Konsultācijas
|
60
|
+
decidim/consultations/question:
|
61
|
+
zero: Jautājumi
|
62
|
+
one: Jautājums
|
63
|
+
other: Jautājumi
|
64
|
+
decidim/consultations/response:
|
65
|
+
zero: Atbildes
|
66
|
+
one: Atbilde
|
67
|
+
other: Atbildes
|
68
|
+
decidim/consultations/vote:
|
69
|
+
zero: Balsis
|
70
|
+
one: Balsot
|
71
|
+
other: Balsis
|
72
|
+
decidim:
|
73
|
+
admin:
|
74
|
+
actions:
|
75
|
+
back_to_responses: Atpakaļ pie atbildēm
|
76
|
+
new_consultation: Jauna konsultācija
|
77
|
+
new_question: Jauns jautājums
|
78
|
+
new_response: Jauna atbilde
|
79
|
+
new_response_group: Jauna grupa
|
80
|
+
publish_results: Publicēt rezultātus
|
81
|
+
response_groups: Pārvaldīt atbilžu grupas
|
82
|
+
unpublish_results: Atcelt rezultātu publicēšanu.
|
83
|
+
consultation_publications:
|
84
|
+
create:
|
85
|
+
error: Konsultācijas publicēšanas laikā radās problēma.
|
86
|
+
success: Konsultācija ir veiksmīgi publicēta.
|
87
|
+
destroy:
|
88
|
+
error: Konsultācijas publicēšanas atcelšanas laikā radās problēma.
|
89
|
+
success: Konsultācijas publicēšana ir veiksmīgi atcelta.
|
90
|
+
consultation_results_publications:
|
91
|
+
create:
|
92
|
+
error: Konsultācijas rezultātu publicēšanas laikā radās problēma.
|
93
|
+
success: Konsultācijas rezultāti ir veiksmīgi publicēti.
|
94
|
+
destroy:
|
95
|
+
error: Konsultācijas rezultātu publicēšanas atcelšanas laikā radās problēma.
|
96
|
+
success: Konsultāciju rezultātu publicēšana ir veiksmīgi atcelta.
|
97
|
+
consultations:
|
98
|
+
create:
|
99
|
+
error: Jaunas konsultācijas izveides laikā radās problēma.
|
100
|
+
success: Konsultācija ir veiksmīgi izveidota.
|
101
|
+
edit:
|
102
|
+
update: Atjaunināt
|
103
|
+
form:
|
104
|
+
slug_help: 'URL sadaļas adrese (slug) tiek izmantota, lai ģenerētu URL, kas ved uz šo konsultāciju. Tajā var būt tikai burti, cipari un defises, un tai jāsākas ar burtu. Piemērs: %{url}'
|
105
|
+
title: Vispārēja informācija
|
106
|
+
index:
|
107
|
+
not_published: Nav publicēts
|
108
|
+
published: Publicēts
|
109
|
+
new:
|
110
|
+
create: Izveidot
|
111
|
+
title: Jauna konsultācija
|
112
|
+
results:
|
113
|
+
not_visible: Rezultāti būs pieejami pēc konsultācijas
|
114
|
+
participants: "%{count} dalībnieki"
|
115
|
+
total_votes: 'Kopā: %{count} balsis'
|
116
|
+
update:
|
117
|
+
error: Šīs konsultācijas atjaunināšanas laikā radās problēma.
|
118
|
+
success: Konsultācija ir veiksmīgi atjaunināta.
|
119
|
+
menu:
|
120
|
+
consultations: Konsultācijas
|
121
|
+
consultations_submenu:
|
122
|
+
info: Informācija
|
123
|
+
questions: Jautājumi
|
124
|
+
results: Rezultāti
|
125
|
+
questions_submenu:
|
126
|
+
components: Komponenti
|
127
|
+
configuration: Konfigurācija
|
128
|
+
consultation: Konsultācija
|
129
|
+
info: Informācija
|
130
|
+
responses: Atbildes
|
131
|
+
models:
|
132
|
+
consultation:
|
133
|
+
fields:
|
134
|
+
created_at: Izveidots plkst.
|
135
|
+
published: Publicēts
|
136
|
+
title: Nosaukums
|
137
|
+
name:
|
138
|
+
zero: Konsultācijas
|
139
|
+
one: Konsultācija
|
140
|
+
other: Konsultācijas
|
141
|
+
question:
|
142
|
+
fields:
|
143
|
+
created_at: Izveidots plkst.
|
144
|
+
published: Publicēts
|
145
|
+
title: Nosaukums
|
146
|
+
name:
|
147
|
+
zero: Jautājumi
|
148
|
+
one: Jautājums
|
149
|
+
other: Jautājumi
|
150
|
+
response:
|
151
|
+
fields:
|
152
|
+
created_at: Izveidots plkst.
|
153
|
+
response_group: Grupa
|
154
|
+
title: Nosaukums
|
155
|
+
name:
|
156
|
+
zero: Atbildes
|
157
|
+
one: Atbilde
|
158
|
+
other: Atbildes
|
159
|
+
question_configuration:
|
160
|
+
disable_external_voting: Lūdzu, atspējojiet ārējo balsojumu uzlabotajām konfigurācijām
|
161
|
+
form:
|
162
|
+
help: Iestatiet vairāk izvēles jautājumu, palielinot maksimālo atbilžu skaitu, ko dalībnieks var izvēlēties. Noklusējuma maksimālā vērtība ir 1, kas nozīmē, ka var balsot tikai par vienu atbildi.
|
163
|
+
title: Papildu konfigurācija
|
164
|
+
question_publications:
|
165
|
+
create:
|
166
|
+
error: Publicējot šo jautājumu, radās problēma.
|
167
|
+
success: Jautājums veiksmīgi publicēts.
|
168
|
+
destroy:
|
169
|
+
error: Jautājuma publicēšanas atcelšanas laikā radās problēma.
|
170
|
+
success: Jautājuma publicēšana ir veiksmīgi atcelta.
|
171
|
+
questions:
|
172
|
+
create:
|
173
|
+
error: Jauna jautājuma izveides laikā radās problēma.
|
174
|
+
success: Jautājums ir veiksmīgi izveidots.
|
175
|
+
destroy:
|
176
|
+
success: Jautājums ir veiksmīgi izdzēsts.
|
177
|
+
edit:
|
178
|
+
update: Atjaunināt
|
179
|
+
form:
|
180
|
+
title: Vispārēja informācija
|
181
|
+
index:
|
182
|
+
not_published: Nav publicēts
|
183
|
+
published: Publicēts
|
184
|
+
new:
|
185
|
+
create: Izveidot
|
186
|
+
title: Jauns jautājums
|
187
|
+
update:
|
188
|
+
error: Šī jautājuma atjaunināšanas laikā radās problēma.
|
189
|
+
success: Jautājums ir veiksmīgi atjaunināts.
|
190
|
+
response_groups:
|
191
|
+
create:
|
192
|
+
error: Jaunas atbilžu grupas izveides laikā radās problēma.
|
193
|
+
success: Atbilžu grupa ir veiksmīgi izveidota.
|
194
|
+
destroy:
|
195
|
+
error: Atbilžu grupas dzēšanas laikā radās problēma. Pārbaudiet, vai nav no tās atkarīgu atbilžu.
|
196
|
+
success: Atbilžu grupa ir veiksmīgi izdzēsta.
|
197
|
+
edit:
|
198
|
+
update: Atjaunināt
|
199
|
+
form:
|
200
|
+
title: Vispārēja informācija
|
201
|
+
help: Izmantojiet grupas, lai apvienotu vairāku atbilžu jautājumus paketēs.
|
202
|
+
new:
|
203
|
+
create: Izveidot
|
204
|
+
title: Jauna atbilžu grupa
|
205
|
+
update:
|
206
|
+
error: Šīs atbildes atjaunināšanas laikā radās problēma.
|
207
|
+
success: Atbilde ir veiksmīgi atjaunināta.
|
208
|
+
responses:
|
209
|
+
create:
|
210
|
+
error: Jaunas atbildes izveides laikā radās problēma.
|
211
|
+
success: Atbilde ir veiksmīgi izveidota.
|
212
|
+
destroy:
|
213
|
+
error: Atbildes dzēšanas laikā radās problēma.
|
214
|
+
success: Atbilde ir veiksmīgi izdzēsta.
|
215
|
+
edit:
|
216
|
+
update: Atjaunināt
|
217
|
+
form:
|
218
|
+
title: Vispārēja informācija
|
219
|
+
new:
|
220
|
+
create: Izveidot
|
221
|
+
title: Jauna atbilde
|
222
|
+
update:
|
223
|
+
error: Šīs atbildes atjaunināšanas laikā radās problēma.
|
224
|
+
success: Atbilde ir veiksmīgi atjaunināta.
|
225
|
+
titles:
|
226
|
+
consultations: Konsultācijas
|
227
|
+
questions: Jautājumi
|
228
|
+
response_groups: Atbilžu grupas
|
229
|
+
responses: Atbildes
|
230
|
+
results: Rezultāti
|
231
|
+
consultations:
|
232
|
+
admin:
|
233
|
+
content_blocks:
|
234
|
+
highlighted_consultations:
|
235
|
+
max_results: Maksimālais parādāmo elementu daudzums
|
236
|
+
consultation:
|
237
|
+
start_voting_date: Balsojums sākas
|
238
|
+
view_results: Apskatīt rezultātus
|
239
|
+
consultation_card:
|
240
|
+
view_results: Apskatīt rezultātus
|
241
|
+
consultations:
|
242
|
+
orders:
|
243
|
+
label: 'Kārtot konsultācijas pēc:'
|
244
|
+
random: Nejauši
|
245
|
+
recent: Jaunākās
|
246
|
+
content_blocks:
|
247
|
+
highlighted_consultations:
|
248
|
+
name: Izceltās konsultācijas
|
249
|
+
count:
|
250
|
+
title:
|
251
|
+
zero: "%{count} konsultācijas"
|
252
|
+
one: "%{count} konsultācija"
|
253
|
+
other: "%{count} konsultācijas"
|
254
|
+
filters:
|
255
|
+
active: Aktīvas
|
256
|
+
all: Visi
|
257
|
+
finished: Pabeigtas
|
258
|
+
search: Meklēt
|
259
|
+
state: Statuss
|
260
|
+
upcoming: Gaidāmās
|
261
|
+
filters_small_view:
|
262
|
+
close_modal: Aizvērt logu
|
263
|
+
filter: Filtrēt
|
264
|
+
filter_by: Filtrēt pēc
|
265
|
+
unfold: Atritināt
|
266
|
+
highlighted_questions:
|
267
|
+
title: Jautājumi no%{scope_name}
|
268
|
+
index:
|
269
|
+
title: Konsultācijas
|
270
|
+
last_activity:
|
271
|
+
new_consultation: Jauna konsultācija
|
272
|
+
new_question_at_html: "<span> Jauns jautājums %{link}</span>"
|
273
|
+
pages:
|
274
|
+
home:
|
275
|
+
highlighted_consultations:
|
276
|
+
active_consultations: Aktīvās konsultācijas
|
277
|
+
see_all_consultations: Skatīt visas konsultācijas
|
278
|
+
voting_ends_in:
|
279
|
+
zero: Balsošana beidzas pēc <strong>%{count} dienām</strong>
|
280
|
+
one: Balsošana beidzas <strong>rīt</strong>
|
281
|
+
other: Balsošana beidzas pēc <strong>%{count} dienām</strong>
|
282
|
+
voting_ends_today: Balsošana beidzas <strong>šodien</strong>
|
283
|
+
question:
|
284
|
+
take_part: Piedalīties
|
285
|
+
view_results: Apskatīt rezultātus
|
286
|
+
votes_out_of:
|
287
|
+
zero: balsis no
|
288
|
+
one: balss no
|
289
|
+
other: balsis no
|
290
|
+
question_multiple_votes:
|
291
|
+
results_rules:
|
292
|
+
minimum_votes_per_user:
|
293
|
+
description: Dalībnieki varēja sadalīt vismaz %{votes} balsis, izvēloties dažādas iespējas.
|
294
|
+
title: Šajā jautājumā bija atļautas vairākas atbildes
|
295
|
+
total_participants: Kopā %{count} cilvēki piedalījās balsojumā.
|
296
|
+
vote_limit:
|
297
|
+
description: Dalībnieki varēja balsot par līdz %{limit} iespējām.
|
298
|
+
voting_rules:
|
299
|
+
minimum_votes_per_user:
|
300
|
+
description: Starp dažādām iespējām jums ir jāsadala vismaz %{votes} balsu.
|
301
|
+
title: 'Balsošanai piemēro šādus noteikumus:'
|
302
|
+
vote_limit:
|
303
|
+
description: Jūs varat balsot par līdz %{limit} iespējām.
|
304
|
+
left: Atlikušas
|
305
|
+
votes: Balsis
|
306
|
+
question_votes:
|
307
|
+
create:
|
308
|
+
error: Balsojot par jautājumu, radās problēma
|
309
|
+
success: To var mainīt līdz konsultācijas beigām. Tiks pieņemts tikai pēdējais balsojums.
|
310
|
+
title_error: Balsojuma kļūda!
|
311
|
+
title_success: Balsojums ir veiksmīgi reģistrēts
|
312
|
+
regular_questions:
|
313
|
+
title: Jautājumi šai konsultācijai
|
314
|
+
show:
|
315
|
+
badge_name:
|
316
|
+
finished: Pabeigtas
|
317
|
+
open: Atvērti
|
318
|
+
open_votes: Atklātie balsojumi
|
319
|
+
published_results: Publicētie rezultāti
|
320
|
+
footer_button_text:
|
321
|
+
debate: Debates
|
322
|
+
view: Apskatīt
|
323
|
+
view_results: Apskatīt rezultātus
|
324
|
+
vote: Balsot
|
325
|
+
unspecified: Nav norādīts
|
326
|
+
help:
|
327
|
+
participatory_spaces:
|
328
|
+
consultations:
|
329
|
+
contextual: "<p><strong> Konsultācijas</strong> ir telpa, kas ļauj uzdot skaidru jautājumu visiem cilvēkiem, kuri veido organizāciju, aicināt piedalīties konsultācijā, sākt debates par atbildi. Kad pienāk konsultācijas datums, jūs varat balsot un publicēt balsojumu rezultātus.</p> <p> Piemēri: konsultācijas var būt par gandrīz jebkuru aspektu, kas ietekmē organizāciju, piemēram, par organizācijas nosaukuma vai logotipa maiņu, piedāvājot vairākas alternatīvas, par pozitīvu vai negatīvu lēmumu attiecībā uz to, vai kļūt par lielākas organizācijas daļu, kad jāapstiprina vai jānoraida jauns stratēģiskais plāns vai darba grupas rezultāti vai kad jādefinē, vai pozīcijām jāpaliek ne vairāk kā 1, 2 vai 3 mandātiem.</p>"
|
330
|
+
page: "<p><strong> Konsultācijas</strong> ir telpa, kas ļauj uzdot skaidru jautājumu visiem cilvēkiem, kuri veido organizāciju, aicināt piedalīties konsultācijā, uzsākt debates par vai pret atbildi. Kad pienāk konsultācijas datums, jūs varat balsot un publicēt balsojumu rezultātus.</p> <p> Piemēri: konsultācijas var būt par gandrīz jebkuru aspektu, kas ietekmē organizāciju: piemēram, par organizācijas nosaukuma vai logotipa maiņu, piedāvājot vairākas alternatīvas, par pozitīvu vai negatīvu lēmumu attiecībā uz to, vai kļūt par lielākas organizācijas daļu, kad jāapstiprina vai jānoraida jauns stratēģiskais plāns vai darba grupas rezultāti vai kad jādefinē, vai pozīcijām jāpaliek ne vairāk kā 1, 2 vai 3 mandātiem.</p>\n"
|
331
|
+
title: Kas ir konsultācijas?
|
332
|
+
menu:
|
333
|
+
consultations: Konsultācijas
|
334
|
+
pages:
|
335
|
+
home:
|
336
|
+
statistics:
|
337
|
+
consultations_count: Konsultācijas
|
338
|
+
questions:
|
339
|
+
next_button: Nākamais jautājums
|
340
|
+
previous_button: Iepriekšējais jautājums
|
341
|
+
results:
|
342
|
+
title: Rezultāti
|
343
|
+
show:
|
344
|
+
read_more: Lasīt vairāk
|
345
|
+
statistics:
|
346
|
+
assistants_count_title: Palīgi
|
347
|
+
comments_count_title: Komentāri
|
348
|
+
meetings_count_title: Sanāksmes
|
349
|
+
supports_count_title: Balsis
|
350
|
+
technical_info:
|
351
|
+
technical_data: Tehniskie dati
|
352
|
+
vote_button:
|
353
|
+
already_voted: Jau balsoju
|
354
|
+
already_voted_hover: Atsaukt balsojumu
|
355
|
+
starting_from: Sākot no %{date}
|
356
|
+
verification_required: Verificējiet savu kontu, lai balsotu
|
357
|
+
vote: Balsot
|
358
|
+
vote_modal:
|
359
|
+
contextual_help: Lūdzu, atlasiet opciju.
|
360
|
+
title: 'Konsultācija: balsojums par jautājumiem'
|
361
|
+
vote_modal_confirm:
|
362
|
+
change: Mainīt
|
363
|
+
confirm: Apstiprināt
|
364
|
+
contextual_help: Lūdzu, apstipriniet izvēlēto opciju.
|
365
|
+
title: 'Konsultācija: apstipriniet balsojumu'
|
366
|
+
resources:
|
367
|
+
consultations:
|
368
|
+
actions:
|
369
|
+
vote: Balsot
|
370
|
+
layouts:
|
371
|
+
decidim:
|
372
|
+
admin:
|
373
|
+
question:
|
374
|
+
attachments: Pielikumi
|
375
|
+
categories: Kategorijas
|
376
|
+
consultation_voting_data:
|
377
|
+
start_voting_date: Balsojums sākas
|
378
|
+
question_components:
|
379
|
+
question_menu_item: Jautājums
|
380
|
+
unfold: Atritināt
|
381
|
+
question_header:
|
382
|
+
back_to_consultation: Skatīt visas konsultācijas
|
383
|
+
back_to_question: Atpakaļ pie jautājuma
|
@@ -0,0 +1 @@
|
|
1
|
+
mt:
|
@@ -0,0 +1 @@
|
|
1
|
+
mt:
|
data/config/locales/nl.yml
CHANGED
@@ -32,7 +32,6 @@ nl:
|
|
32
32
|
scope: Gemeentelijk thema
|
33
33
|
slug: URL pad
|
34
34
|
subtitle: Ondertitel
|
35
|
-
title: Titel
|
36
35
|
vote: Extern stemsysteem
|
37
36
|
what_is_decided: Wat besloten werd
|
38
37
|
response:
|
@@ -237,6 +236,8 @@ nl:
|
|
237
236
|
label: 'Sorteer door:'
|
238
237
|
random: Willekeurig
|
239
238
|
recent: Meest recent
|
239
|
+
show:
|
240
|
+
dates: Datums
|
240
241
|
content_blocks:
|
241
242
|
highlighted_consultations:
|
242
243
|
name: Gemarkeerde raadplegingen
|
@@ -347,10 +348,12 @@ nl:
|
|
347
348
|
verification_required: Verifieer je account om te kunnen stemmen
|
348
349
|
vote: Stem
|
349
350
|
vote_modal:
|
351
|
+
close_modal: Sluit venster
|
350
352
|
contextual_help: Maak een keuze a.u.b.
|
351
353
|
title: 'Raadpleging: vraag stemming'
|
352
354
|
vote_modal_confirm:
|
353
355
|
change: Wijzigen
|
356
|
+
close_modal: Sluit venster
|
354
357
|
confirm: Bevestig
|
355
358
|
contextual_help: Bevestig de geselecteerde optie.
|
356
359
|
title: 'Raadpleging: bevestig stem'
|
data/config/locales/no.yml
CHANGED
@@ -3,32 +3,244 @@
|
|
3
3
|
attributes:
|
4
4
|
consultation:
|
5
5
|
banner_image: Bannerafbeelding
|
6
|
+
decidim_highlighted_scope_id: Markerte tema
|
7
|
+
description: Beskrivelse
|
8
|
+
end_voting_date: Stemming ender
|
9
|
+
introductory_image: Innledende bilde
|
10
|
+
introductory_video_url: Innledende video URL
|
11
|
+
questions: Spørsmål
|
12
|
+
slug: URL slug
|
13
|
+
start_voting_date: Stemming begynner
|
14
|
+
subtitle: Undertittel
|
6
15
|
title: Tittel
|
7
16
|
question:
|
8
17
|
banner_image: Bannerafbeelding
|
18
|
+
decidim_scope_id: Kommunalt område
|
19
|
+
hashtag: Hastag
|
20
|
+
hero_image: Hjem bilde
|
21
|
+
i_frame_url: Eksternt stemmesystem URL
|
9
22
|
instructions: Ytterligere instruksjoner for avstemning
|
10
|
-
|
23
|
+
max_votes: Maksimalt antall stemmer
|
24
|
+
min_votes: Minimum antall stemmer
|
25
|
+
origin_scope: Tema
|
26
|
+
origin_title: Opprinnelse
|
27
|
+
origin_url: Opprinnlig URL
|
28
|
+
participatory_scope: Deltaker omfang
|
29
|
+
promoter_group: Promotør gruppe
|
30
|
+
question_context: Kontekst
|
31
|
+
reference: Referanse
|
32
|
+
scope: Kommunalt område
|
33
|
+
slug: URL slug
|
34
|
+
subtitle: Undertittel
|
35
|
+
vote: Eksternt stemmesystem
|
36
|
+
what_is_decided: Hva er bestemt
|
37
|
+
response:
|
38
|
+
decidim_consultations_response_group_id: Gruppe
|
39
|
+
errors:
|
40
|
+
models:
|
41
|
+
question:
|
42
|
+
attributes:
|
43
|
+
max_votes:
|
44
|
+
lower_than_min: Maksimalt antall stemmer bør være høyere eller lik enn minimum.
|
45
|
+
vote:
|
46
|
+
decidim_consultations_response_id:
|
47
|
+
not_found: Svaret ble ikke funnet.
|
48
|
+
activerecord:
|
49
|
+
errors:
|
50
|
+
models:
|
51
|
+
decidim/consultations/vote:
|
52
|
+
attributes:
|
53
|
+
question:
|
54
|
+
invalid_num_votes: Antall stemmer er ugyldig
|
55
|
+
models:
|
56
|
+
decidim/consultation:
|
57
|
+
one: Konsultasjon
|
58
|
+
other: Konsultasjoner
|
59
|
+
decidim/consultations/question:
|
60
|
+
one: Spørsmål
|
61
|
+
other: Spørsmål
|
62
|
+
decidim/consultations/response:
|
63
|
+
one: Svar
|
64
|
+
other: Svar
|
65
|
+
decidim/consultations/vote:
|
66
|
+
one: Stemme
|
67
|
+
other: Stemmer
|
11
68
|
decidim:
|
12
69
|
admin:
|
13
70
|
actions:
|
14
71
|
back_to_responses: Tilbake til svar
|
72
|
+
new_consultation: Ny konsultasjon
|
73
|
+
new_question: Nytt spørsmål
|
74
|
+
new_response: Ny respons
|
75
|
+
new_response_group: Ny gruppe
|
76
|
+
publish_results: Publiser resultater
|
77
|
+
response_groups: Administrer responsgrupper
|
78
|
+
unpublish_results: Avpubliser resultater
|
79
|
+
consultation_publications:
|
80
|
+
create:
|
81
|
+
error: Det oppstod et problem med å publisere denne konsultasjonen.
|
82
|
+
success: Konsultasjonen ble publisert.
|
83
|
+
destroy:
|
84
|
+
error: Det oppstod et problem med å avpublisere denne konsultasjonen.
|
85
|
+
success: Konsultasjonen ble avpublisert.
|
86
|
+
consultation_results_publications:
|
87
|
+
create:
|
88
|
+
error: Det oppstod et problem med å publisere resultatene for denne konsultasjonen.
|
89
|
+
success: Konsultasjons resultatene ble publisert.
|
90
|
+
destroy:
|
91
|
+
error: Det oppstod et problem med å avpublisere resultatene for denne konsultasjonen.
|
92
|
+
success: Konsultasjons resultatene ble avpublisert.
|
15
93
|
consultations:
|
94
|
+
create:
|
95
|
+
error: Det oppstod et problem med å lage en ny konsultasjon.
|
96
|
+
success: Konsultasjonen ble opprettet.
|
97
|
+
edit:
|
98
|
+
update: Oppdater
|
99
|
+
form:
|
100
|
+
slug_help: 'URL slugs brukes til å generere nettadressene som peker på denne konsultasjonen. Godtar bare bokstaver, tall og bindestreker, og må starte med en bokstav. Eksempel: %{url}'
|
101
|
+
title: Generell informasjon
|
102
|
+
index:
|
103
|
+
not_published: Ikke publisert
|
104
|
+
published: Publisert
|
105
|
+
new:
|
106
|
+
create: Opprett
|
107
|
+
title: Ny konsultasjon
|
16
108
|
results:
|
109
|
+
not_visible: Resultatene vil være tilgjengelige når konsultasjonen stenger
|
17
110
|
participants: "%{count} deltakere"
|
111
|
+
total_votes: 'Totalt: %{count} stemmer'
|
112
|
+
update:
|
113
|
+
error: Det oppstod et problem med å oppdatere denne konsultasjonen.
|
114
|
+
success: Konsultasjonen ble oppdatert.
|
115
|
+
menu:
|
116
|
+
consultations: Konsultasjoner
|
117
|
+
consultations_submenu:
|
118
|
+
info: Informasjon
|
119
|
+
questions: Spørsmål
|
120
|
+
results: Resultater
|
121
|
+
questions_submenu:
|
122
|
+
components: Komponenter
|
123
|
+
configuration: Konfigurasjon
|
124
|
+
consultation: Konsultasjon
|
125
|
+
info: Informasjon
|
126
|
+
responses: Svar
|
18
127
|
models:
|
19
128
|
consultation:
|
20
129
|
fields:
|
130
|
+
created_at: Opprettet på
|
131
|
+
published: Publisert
|
21
132
|
title: Tittel
|
133
|
+
name:
|
134
|
+
one: Konsultasjon
|
135
|
+
other: Konsultasjoner
|
22
136
|
question:
|
23
137
|
fields:
|
138
|
+
created_at: Opprettet på
|
139
|
+
published: Publisert
|
24
140
|
title: Tittel
|
141
|
+
name:
|
142
|
+
one: Spørsmål
|
143
|
+
other: Spørsmål
|
25
144
|
response:
|
26
145
|
fields:
|
146
|
+
created_at: Opprettet på
|
147
|
+
response_group: Gruppe
|
27
148
|
title: Tittel
|
149
|
+
name:
|
150
|
+
one: Svar
|
151
|
+
other: Svar
|
28
152
|
question_configuration:
|
153
|
+
disable_external_voting: Vennlist deaktiver ekstern avstemning for avanserte konfigurasjoner
|
29
154
|
form:
|
155
|
+
help: Sett opp flere valg spørsmål ved å øke det maksimale antallet svar en deltaker kan velge. Standard maksimumsverdi er 1, noe som betyr at bare ett svar kan bli stemt.
|
30
156
|
title: Avansert konfigurasjon
|
157
|
+
question_publications:
|
158
|
+
create:
|
159
|
+
error: Det oppstod et problem med å publisere dette spørsmålet.
|
160
|
+
success: Spørsmålet ble publisert.
|
161
|
+
destroy:
|
162
|
+
error: Det oppstod et problem med å avpublisere dette spørsmålet.
|
163
|
+
success: Spørsmålet ble avpublisert.
|
164
|
+
questions:
|
165
|
+
create:
|
166
|
+
error: Det oppstod et problem med å lage et nytt spørsmål.
|
167
|
+
success: Spørsmålet ble opprettet.
|
168
|
+
destroy:
|
169
|
+
success: Spørsmålet ble slettet.
|
170
|
+
edit:
|
171
|
+
update: Oppdater
|
172
|
+
form:
|
173
|
+
title: Generell informasjon
|
174
|
+
index:
|
175
|
+
not_published: Ikke publisert
|
176
|
+
published: Publisert
|
177
|
+
new:
|
178
|
+
create: Opprett
|
179
|
+
title: Nytt spørsmål
|
180
|
+
update:
|
181
|
+
error: Det oppstod et problem med å oppdatere dette spørsmålet.
|
182
|
+
success: Spørsmålet ble oppdatert.
|
183
|
+
response_groups:
|
184
|
+
create:
|
185
|
+
error: Det oppstod et problem med å opprette en ny responsgruppe.
|
186
|
+
success: Responsgruppen ble opprettet.
|
187
|
+
destroy:
|
188
|
+
error: Det oppstod et problem med å fjerne responsgruppen. Sjekk at ingen svar er avhengig av det.
|
189
|
+
success: Responsgruppen ble slettet.
|
190
|
+
edit:
|
191
|
+
update: Oppdater
|
192
|
+
form:
|
193
|
+
title: Generell informasjon
|
194
|
+
help: Bruk grupper til å organisere flere spørsmåls valg i pakker.
|
195
|
+
new:
|
196
|
+
create: Opprett
|
197
|
+
title: Ny responsgruppe
|
198
|
+
update:
|
199
|
+
error: Det oppstod et problem med å oppdatere denne responsen.
|
200
|
+
success: Svaret ble oppdatert.
|
201
|
+
responses:
|
202
|
+
create:
|
203
|
+
error: Det oppstod et problem med å opprette en ny respons.
|
204
|
+
success: Svaret ble opprettet.
|
205
|
+
destroy:
|
206
|
+
error: Det oppstod et problem med å fjerne responsen.
|
207
|
+
success: Svaret ble slettet.
|
208
|
+
edit:
|
209
|
+
update: Oppdater
|
210
|
+
form:
|
211
|
+
title: Generell informasjon
|
212
|
+
new:
|
213
|
+
create: Opprett
|
214
|
+
title: Ny respons
|
215
|
+
update:
|
216
|
+
error: Det oppstod et problem med å oppdatere denne responsen.
|
217
|
+
success: Svaret ble oppdatert.
|
218
|
+
titles:
|
219
|
+
consultations: Konsultasjoner
|
220
|
+
questions: Spørsmål
|
221
|
+
response_groups: Responsgrupper
|
222
|
+
responses: Svar
|
223
|
+
results: Resultater
|
31
224
|
consultations:
|
225
|
+
admin:
|
226
|
+
content_blocks:
|
227
|
+
highlighted_consultations:
|
228
|
+
max_results: Maksimal mengde elementer som skal vises
|
229
|
+
consultation:
|
230
|
+
start_voting_date: Stemming begynner
|
231
|
+
view_results: Vis resultater
|
232
|
+
consultation_card:
|
233
|
+
view_results: Vis resultater
|
234
|
+
consultations:
|
235
|
+
orders:
|
236
|
+
label: 'Sorter konsultasjoner etter:'
|
237
|
+
random: Tilfeldig
|
238
|
+
recent: Nyligst
|
239
|
+
show:
|
240
|
+
dates: Datoer
|
241
|
+
content_blocks:
|
242
|
+
highlighted_consultations:
|
243
|
+
name: Fremhevede konsultasjoner
|
32
244
|
count:
|
33
245
|
title:
|
34
246
|
one: "%{count} konsultasjon"
|
@@ -36,31 +248,128 @@
|
|
36
248
|
filters:
|
37
249
|
active: Aktiv
|
38
250
|
all: Alle
|
251
|
+
finished: Fullført
|
252
|
+
search: Søk
|
39
253
|
state: Status
|
254
|
+
upcoming: Kommende
|
255
|
+
filters_small_view:
|
256
|
+
close_modal: Lukk vindu
|
257
|
+
filter: Filter
|
258
|
+
filter_by: Filtrer etter
|
259
|
+
unfold: Åpne
|
260
|
+
highlighted_questions:
|
261
|
+
title: Spørsmål fra %{scope_name}
|
262
|
+
index:
|
263
|
+
title: Konsultasjoner
|
40
264
|
last_activity:
|
265
|
+
new_consultation: Ny konsultasjon
|
41
266
|
new_question_at_html: "<span>Nytt spørsmål på %{link}</span>"
|
42
267
|
pages:
|
43
268
|
home:
|
44
269
|
highlighted_consultations:
|
45
270
|
active_consultations: Aktive konsultasjoner
|
271
|
+
see_all_consultations: Se alle konsultasjonene
|
272
|
+
voting_ends_in:
|
273
|
+
one: Avstemmingen slutter <strong>i morgen</strong>
|
274
|
+
other: Avstemmingen slutter om <strong>%{count} dager</strong>
|
275
|
+
voting_ends_today: Avstemmingen slutter <strong>i dag</strong>
|
276
|
+
question:
|
277
|
+
take_part: Delta
|
278
|
+
view_results: Vis resultater
|
279
|
+
votes_out_of:
|
280
|
+
one: stemme ut av
|
281
|
+
other: stemmer ut av
|
46
282
|
question_multiple_votes:
|
47
283
|
results_rules:
|
284
|
+
minimum_votes_per_user:
|
285
|
+
description: Deltakerne kunne fordele minimum %{votes} stemmer mellom forskjellige alternativer.
|
48
286
|
title: I dette spørsmålet var flere valg tillatt
|
49
287
|
total_participants: Totalt %{count} personer deltok i avstemmingen.
|
288
|
+
vote_limit:
|
289
|
+
description: Deltakerne kan stemme opp til %{limit} muligheter.
|
290
|
+
voting_rules:
|
291
|
+
minimum_votes_per_user:
|
292
|
+
description: Du må fordele minimum %{votes} stemmer mellom forskjellige alternativer.
|
293
|
+
title: 'Stemmene er underlagt følgende regler:'
|
294
|
+
vote_limit:
|
295
|
+
description: Du kan stemme opptil %{limit} alternativer.
|
296
|
+
left: Gjenstår
|
297
|
+
votes: Stemmer
|
298
|
+
question_votes:
|
299
|
+
create:
|
300
|
+
error: Det oppstod et problem med å stemme spørsmålet
|
301
|
+
success: Du kan endre det til slutten av konsultasjon. Bare den siste avstemningen blir akseptert.
|
302
|
+
title_error: Stemme feil!
|
303
|
+
title_success: Stemmen ble registrert
|
304
|
+
regular_questions:
|
305
|
+
title: Spørsmål til denne konsultasjonen
|
306
|
+
show:
|
307
|
+
badge_name:
|
308
|
+
finished: Fullført
|
309
|
+
open: Åpen
|
310
|
+
open_votes: Åpne stemmer
|
311
|
+
published_results: Resulter publisert
|
312
|
+
footer_button_text:
|
313
|
+
debate: Debatt
|
314
|
+
view: Vis
|
315
|
+
view_results: Vis resultater
|
316
|
+
vote: Stemme
|
317
|
+
unspecified: Ikke spesifisert
|
50
318
|
help:
|
51
319
|
participatory_spaces:
|
52
320
|
consultations:
|
53
321
|
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"
|
54
322
|
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"
|
323
|
+
title: Hva er konsultasjoner?
|
324
|
+
menu:
|
325
|
+
consultations: Konsultasjoner
|
326
|
+
pages:
|
327
|
+
home:
|
328
|
+
statistics:
|
329
|
+
consultations_count: Konsultasjoner
|
55
330
|
questions:
|
331
|
+
next_button: Neste spørsmål
|
332
|
+
previous_button: Forrige spørsmål
|
333
|
+
results:
|
334
|
+
title: Resultater
|
335
|
+
show:
|
336
|
+
read_more: Les mer
|
56
337
|
statistics:
|
57
338
|
assistants_count_title: Assistenter
|
339
|
+
comments_count_title: Kommentarer
|
340
|
+
meetings_count_title: Møter
|
341
|
+
supports_count_title: Stemmer
|
342
|
+
technical_info:
|
343
|
+
technical_data: Tekniske data
|
58
344
|
vote_button:
|
59
345
|
already_voted: Stemt allerede
|
346
|
+
already_voted_hover: Tilbakekalle stemme
|
347
|
+
starting_from: Starter fra %{date}
|
348
|
+
verification_required: Verifiser kontoen din for å stemme
|
349
|
+
vote: Stemme
|
350
|
+
vote_modal:
|
351
|
+
contextual_help: Vennligst velg et alternativ.
|
352
|
+
title: 'Konsultasjon: spørsmål stemme'
|
353
|
+
vote_modal_confirm:
|
354
|
+
change: Endre
|
355
|
+
confirm: Bekreft
|
356
|
+
contextual_help: Bekreft det valgte alternativet.
|
357
|
+
title: 'Konsultasjon: bekreft stemme'
|
358
|
+
resources:
|
359
|
+
consultations:
|
360
|
+
actions:
|
361
|
+
vote: Stemme
|
60
362
|
layouts:
|
61
363
|
decidim:
|
62
364
|
admin:
|
63
365
|
question:
|
64
366
|
attachments: Vedlegg
|
367
|
+
categories: Kategorier
|
368
|
+
consultation_voting_data:
|
369
|
+
start_voting_date: Stemming begynner
|
370
|
+
question_components:
|
371
|
+
question_menu_item: Spørsmålet
|
372
|
+
unfold: Åpne
|
65
373
|
question_header:
|
374
|
+
back_to_consultation: Se alle konsultasjonene
|
66
375
|
back_to_question: Tilbake til spørsmålet
|