decidim-consultations 0.21.0 → 0.23.2
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/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 +9 -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/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 +0 -1
- data/config/locales/bg-BG.yml +1 -0
- data/config/locales/bg.yml +1 -0
- data/config/locales/ca.yml +4 -1
- data/config/locales/cs.yml +18 -15
- data/config/locales/da-DK.yml +1 -0
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +87 -6
- data/config/locales/el.yml +376 -0
- data/config/locales/en.yml +4 -1
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +4 -1
- data/config/locales/es-PY.yml +4 -1
- data/config/locales/es.yml +4 -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 +5 -2
- data/config/locales/fi.yml +18 -15
- 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 +0 -1
- 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 +10 -7
- data/config/locales/no.yml +4 -3
- 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/si-LK.yml +1 -0
- 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/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +115 -41
- 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 +17 -17
- data/lib/decidim/consultations/test/factories.rb +1 -0
- data/lib/decidim/consultations/version.rb +1 -1
- metadata +53 -15
@@ -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:
|
@@ -114,7 +113,7 @@ nl:
|
|
114
113
|
error: Er is een fout opgetreden bij het bijwerken van dit overleg.
|
115
114
|
success: Overleg succesvol bijgewerkt.
|
116
115
|
menu:
|
117
|
-
consultations:
|
116
|
+
consultations: Burgerinspraaken
|
118
117
|
consultations_submenu:
|
119
118
|
info: Informatie
|
120
119
|
questions: vragen
|
@@ -132,8 +131,8 @@ nl:
|
|
132
131
|
published: Gepubliceerd
|
133
132
|
title: Titel
|
134
133
|
name:
|
135
|
-
one:
|
136
|
-
other:
|
134
|
+
one: Burgerinspraak
|
135
|
+
other: Burgerinspraken
|
137
136
|
question:
|
138
137
|
fields:
|
139
138
|
created_at: Aangemaakt op
|
@@ -217,7 +216,7 @@ nl:
|
|
217
216
|
error: Er is een fout opgetreden bij het bijwerken van dit antwoord.
|
218
217
|
success: Reactie is bijgewerkt.
|
219
218
|
titles:
|
220
|
-
consultations:
|
219
|
+
consultations: Burgerinspraaken
|
221
220
|
questions: vragen
|
222
221
|
response_groups: Responsgroepen
|
223
222
|
responses: Antwoorden
|
@@ -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
|
@@ -259,7 +260,7 @@ nl:
|
|
259
260
|
highlighted_questions:
|
260
261
|
title: Vragen vanaf %{scope_name}
|
261
262
|
index:
|
262
|
-
title:
|
263
|
+
title: Burgerinspraaken
|
263
264
|
last_activity:
|
264
265
|
new_consultation: Nieuw overleg
|
265
266
|
new_question_at_html: "<span>Nieuwe vraag op %{link}</span>"
|
@@ -321,7 +322,7 @@ nl:
|
|
321
322
|
page: "<p>Overleg is een ruimte waarin u een duidelijke vraag kunt stellen aan alle mensen die een organisatie vormen, een oproep doen om deel te nemen aan de raadpleging, een vonk kunt opzetten en het debat voor of tegen een reactie kunt bestellen. Wanneer de consultatiedatum arriveert, kunt u stemmen en de resultaten van de stemmen publiceren.</p> <p>Voorbeelden: het overleg kan gaan over bijna elk aspect dat een organisatie raakt: sommige voorbeelden veranderen de naam of het logo van de organisatie met verschillende alternatieven, beslissen Ja of Nee om deel uit te maken van een grotere organisatie, een nieuwe strategische validatie of afwijzing plan of het resultaat van een werkgroep, of definiëren of de posities maximaal 1, 2 of 3 mandaten in de organisatie moeten blijven.</p>\n"
|
322
323
|
title: Wat zijn raadplegingen?
|
323
324
|
menu:
|
324
|
-
consultations:
|
325
|
+
consultations: Burgerinspraaken
|
325
326
|
pages:
|
326
327
|
home:
|
327
328
|
statistics:
|
@@ -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'
|