decidim-consultations 0.26.8 → 0.27.0.rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/cells/decidim/consultations/consultation_m_cell.rb +3 -1
- data/app/cells/decidim/consultations/content_blocks/highlighted_consultations/show.erb +2 -2
- data/app/commands/decidim/consultations/admin/create_consultation.rb +1 -1
- data/app/commands/decidim/consultations/admin/create_question.rb +1 -1
- data/app/commands/decidim/consultations/admin/create_response.rb +1 -1
- data/app/commands/decidim/consultations/admin/create_response_group.rb +1 -1
- data/app/commands/decidim/consultations/admin/destroy_response_group.rb +1 -1
- data/app/commands/decidim/consultations/admin/publish_consultation.rb +1 -1
- data/app/commands/decidim/consultations/admin/publish_consultation_results.rb +1 -1
- data/app/commands/decidim/consultations/admin/publish_question.rb +1 -1
- data/app/commands/decidim/consultations/admin/unpublish_consultation.rb +1 -1
- data/app/commands/decidim/consultations/admin/unpublish_consultation_results.rb +1 -1
- data/app/commands/decidim/consultations/admin/unpublish_question.rb +1 -1
- data/app/commands/decidim/consultations/admin/update_consultation.rb +1 -1
- data/app/commands/decidim/consultations/admin/update_question.rb +1 -1
- data/app/commands/decidim/consultations/admin/update_question_configuration.rb +1 -1
- data/app/commands/decidim/consultations/admin/update_response.rb +1 -1
- data/app/commands/decidim/consultations/admin/update_response_group.rb +1 -1
- data/app/commands/decidim/consultations/multiple_vote_question.rb +1 -1
- data/app/commands/decidim/consultations/unvote_question.rb +1 -1
- data/app/commands/decidim/consultations/vote_question.rb +1 -1
- data/app/controllers/decidim/consultations/consultations_controller.rb +5 -12
- data/app/forms/decidim/consultations/admin/consultation_form.rb +1 -1
- data/app/helpers/decidim/consultations/consultations_helper.rb +1 -1
- data/app/helpers/decidim/consultations/questions_helper.rb +3 -3
- data/app/models/decidim/consultation.rb +9 -3
- data/app/permissions/decidim/consultations/permissions.rb +1 -3
- data/app/presenters/decidim/consultations/question_stats_presenter.rb +4 -2
- data/app/queries/decidim/consultations/admin/admin_users.rb +1 -1
- data/app/queries/decidim/consultations/organization_active_consultations.rb +1 -1
- data/app/queries/decidim/consultations/organization_consultations.rb +1 -1
- data/app/queries/decidim/consultations/organization_questions.rb +1 -1
- 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/edit.html.erb +0 -1
- data/app/views/decidim/consultations/admin/consultations/index.html.erb +0 -2
- data/app/views/decidim/consultations/admin/consultations/new.html.erb +0 -1
- data/app/views/decidim/consultations/admin/question_configuration/_form.html.erb +1 -1
- data/app/views/decidim/consultations/admin/questions/_form.html.erb +3 -3
- data/app/views/decidim/consultations/admin/questions/edit.html.erb +0 -1
- data/app/views/decidim/consultations/admin/questions/index.html.erb +0 -2
- data/app/views/decidim/consultations/admin/questions/new.html.erb +0 -1
- data/app/views/decidim/consultations/admin/responses/edit.html.erb +0 -1
- data/app/views/decidim/consultations/admin/responses/index.html.erb +0 -1
- data/app/views/decidim/consultations/admin/responses/new.html.erb +0 -1
- data/app/views/decidim/consultations/consultations/_consultation_card.html.erb +1 -1
- data/app/views/decidim/consultations/consultations/_consultation_details.html.erb +2 -2
- data/app/views/decidim/consultations/consultations/_filters.html.erb +4 -4
- data/app/views/decidim/consultations/consultations/_question.html.erb +2 -2
- data/app/views/decidim/consultations/consultations/index.html.erb +3 -1
- data/app/views/decidim/consultations/question_multiple_votes/_voting_rules.html.erb +3 -1
- data/app/views/decidim/consultations/questions/_vote_button.html.erb +3 -1
- data/app/views/decidim/consultations/questions/_vote_modal.html.erb +1 -1
- data/app/views/decidim/consultations/questions/_vote_modal_confirm.html.erb +1 -0
- data/app/views/decidim/consultations/questions/show.html.erb +6 -4
- data/app/views/layouts/decidim/_consultation_header.html.erb +1 -1
- data/app/views/layouts/decidim/_question_header.html.erb +2 -2
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +2 -22
- data/config/locales/bg.yml +1 -0
- data/config/locales/ca.yml +2 -5
- data/config/locales/cs.yml +3 -6
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +2 -5
- data/config/locales/el.yml +1 -11
- data/config/locales/en.yml +1 -5
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +2 -5
- data/config/locales/es-PY.yml +2 -5
- data/config/locales/es.yml +2 -5
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +2 -2
- data/config/locales/fi-plain.yml +2 -5
- data/config/locales/fi.yml +2 -5
- data/config/locales/fr-CA.yml +3 -6
- data/config/locales/fr.yml +4 -7
- data/config/locales/ga-IE.yml +1 -1
- data/config/locales/gl.yml +2 -1
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +2 -11
- data/config/locales/id-ID.yml +1 -1
- data/config/locales/is-IS.yml +2 -1
- data/config/locales/it.yml +1 -1
- data/config/locales/ja.yml +2 -5
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +1 -3
- data/config/locales/lt.yml +1 -394
- data/config/locales/lv.yml +1 -1
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +2 -2
- data/config/locales/no.yml +1 -1
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +1 -1
- data/config/locales/pt-BR.yml +2 -2
- data/config/locales/pt.yml +1 -1
- data/config/locales/ro-RO.yml +2 -5
- data/config/locales/ru.yml +1 -3
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +1 -1
- data/config/locales/sl.yml +1 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +1 -0
- data/config/locales/sv.yml +2 -5
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +1 -1
- data/config/locales/uk.yml +1 -3
- data/config/locales/val-ES.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +1 -1
- data/config/locales/zh-TW.yml +1 -368
- data/lib/decidim/consultations/participatory_space.rb +7 -7
- data/lib/decidim/consultations/version.rb +1 -1
- metadata +14 -23
- data/app/scrubbers/decidim/consultations/question_title_scrubber.rb +0 -17
- data/app/services/decidim/consultations/consultation_search.rb +0 -51
- data/config/environment.rb +0 -0
- data/config/locales/fa-IR.yml +0 -1
- data/config/locales/gn-PY.yml +0 -1
- data/config/locales/ka-GE.yml +0 -1
- data/config/locales/kaa.yml +0 -15
- data/config/locales/lo-LA.yml +0 -1
- data/config/locales/oc-FR.yml +0 -1
data/config/locales/hu.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
hu:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -238,8 +239,6 @@ hu:
|
|
238
239
|
label: 'Konzultációk rendezése:'
|
239
240
|
random: Véletlenszerű
|
240
241
|
recent: Legutóbbi
|
241
|
-
show:
|
242
|
-
dates: Dátumok
|
243
242
|
content_blocks:
|
244
243
|
highlighted_consultations:
|
245
244
|
name: Kiemelt konzultációk
|
@@ -250,9 +249,9 @@ hu:
|
|
250
249
|
filters:
|
251
250
|
active: Aktív
|
252
251
|
all: Összes
|
252
|
+
date: Dátum
|
253
253
|
finished: Befejezett
|
254
254
|
search: Keresés
|
255
|
-
state: Állapot
|
256
255
|
upcoming: Közelgő
|
257
256
|
filters_small_view:
|
258
257
|
close_modal: Ablak bezárása
|
@@ -320,8 +319,6 @@ hu:
|
|
320
319
|
help:
|
321
320
|
participatory_spaces:
|
322
321
|
consultations:
|
323
|
-
contextual: "<p><strong>A konzultációk</strong> egy olyan funkció, amely lehetővé teszi, hogy világos kérdést tegyél fel, felhívást tegyél közzé a konzultációban való részvételre, vitát generálj egy kérdésben mindazoknak, akik egy szervezetet alkotnak. Amikor a konzultáció megnyílik, lehetőség van szavazni és közzétenni a szavazatok eredményeit.</p> <p>Példák: A konzultációk szinte bármely olyan területre vonatkozhatnak, amelyek egy szervezetet érintenek. Néhány példa: megváltoztatja a szervezet nevét vagy logóját, amely számos alternatívát kínál. Igennel vagy nemmel dönteni arról, hogy a szervezet egy megállapodást aláírjon vagy sem, egy nagyobb szervezet részévé váljon, egy új stratégiai terv érvényesítése vagy elutasítása kérdésében állást foglaljon, vagy egy munkacsoport munkájának eredményét elfogadja, vagy adott esetben meghatározni, hogy az adott pozícióknak legfeljebb 1, 2 vagy 3 mandátumnak kell-e maradnia.</p>\n"
|
324
|
-
page: "<p><strong>A konzultációk</strong> egy olyan terület, amely lehetővé teszi, hogy világos kérdést tegyél fel, felhívást tegyél közzé a konzultációban való részvételre, vitát generálj egy kérdésben egy szervezet tagjai számára. Amikor a konzultáció időpontja megérkezik, lehetőség van szavazni és közzétenni a szavazatok eredményeit.</p> <p>Példák: A konzultációk szinte bármely olyan területre vonatkozhatnak, amelyek egy szervezetet érintenek. Néhány példa: megváltoztatja a szervezet nevét vagy logóját, amely számos alternatívát kínál. Igennel vagy nemmel dönteni arról, hogy a szervezet egy megállapodást aláírjon vagy sem, egy nagyobb szervezet részévé váljon, egy új stratégiai terv érvényesítése vagy elutasítása kérdésében állást foglaljon, vagy egy munkacsoport munkájának eredményét elfogadja, vagy adott esetben meghatározni, hogy az adott pozícióknak legfeljebb 1, 2 vagy 3 mandátumnak kell-e maradnia.</p>\n"
|
325
322
|
title: Mi a konzultáció?
|
326
323
|
menu:
|
327
324
|
consultations: Konzultációk
|
@@ -346,23 +343,17 @@ hu:
|
|
346
343
|
verification_required: Ellenőrizd fiókod a szavazáshoz
|
347
344
|
vote: Szavazás
|
348
345
|
vote_modal:
|
349
|
-
close_modal: Ablak bezárás
|
350
346
|
contextual_help: Válassz az opciók közül.
|
351
347
|
title: 'Konzultáció: kérdés-szavazás'
|
352
348
|
vote_modal_confirm:
|
353
349
|
change: Módosítás
|
354
|
-
close_modal: Ablak bezárás
|
355
350
|
confirm: Megerősítés
|
356
351
|
contextual_help: Erősítsd meg a kiválasztott opciót.
|
357
352
|
title: 'Konzultáció: erősítsd meg a szavazatot'
|
358
353
|
resources:
|
359
354
|
consultations:
|
360
355
|
actions:
|
361
|
-
comment: Megjegyzés
|
362
356
|
vote: Szavazás
|
363
|
-
statistics:
|
364
|
-
consultations_count: Konzultációk
|
365
|
-
votes_count: Szavazások
|
366
357
|
layouts:
|
367
358
|
decidim:
|
368
359
|
consultation_voting_data:
|
data/config/locales/id-ID.yml
CHANGED
data/config/locales/is-IS.yml
CHANGED
data/config/locales/it.yml
CHANGED
data/config/locales/ja.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
ja:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -243,9 +244,9 @@ ja:
|
|
243
244
|
filters:
|
244
245
|
active: アクティブ
|
245
246
|
all: すべて
|
247
|
+
date: 日付
|
246
248
|
finished: 完了
|
247
249
|
search: 検索
|
248
|
-
state: ステータス
|
249
250
|
upcoming: 近日公開
|
250
251
|
filters_small_view:
|
251
252
|
close_modal: ウィンドウを閉じる
|
@@ -351,10 +352,6 @@ ja:
|
|
351
352
|
actions:
|
352
353
|
comment: コメント
|
353
354
|
vote: 投票
|
354
|
-
question:
|
355
|
-
actions:
|
356
|
-
comment: コメント
|
357
|
-
vote: 投票
|
358
355
|
statistics:
|
359
356
|
consultations_count: コンサルテーション
|
360
357
|
votes_count: 投票
|
data/config/locales/ko.yml
CHANGED
data/config/locales/lb.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
lb:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -176,15 +177,12 @@ lb:
|
|
176
177
|
all: Alle
|
177
178
|
finished: Fertig
|
178
179
|
search: Suche
|
179
|
-
state: Zustand
|
180
180
|
upcoming: Bevorstehende
|
181
181
|
filters_small_view:
|
182
182
|
close_modal: Fenster schließen
|
183
183
|
filter: Filter
|
184
184
|
filter_by: Filtern nach
|
185
185
|
unfold: Entfalten
|
186
|
-
last_activity:
|
187
|
-
new_consultation: Neue Konsultation
|
188
186
|
pages:
|
189
187
|
home:
|
190
188
|
highlighted_consultations:
|
data/config/locales/lt.yml
CHANGED
@@ -1,395 +1,2 @@
|
|
1
|
+
---
|
1
2
|
lt:
|
2
|
-
activemodel:
|
3
|
-
attributes:
|
4
|
-
consultation:
|
5
|
-
banner_image: Turinio juostos paveikslėlis
|
6
|
-
decidim_highlighted_scope_id: Paryškinta sritis
|
7
|
-
description: Aprašymas
|
8
|
-
end_voting_date: Balsavimas baigiasi
|
9
|
-
introductory_image: Įvadinis paveikslėlis
|
10
|
-
introductory_video_url: Įvadinio vaizdo įrašo URL
|
11
|
-
questions: Klausimai
|
12
|
-
slug: URL priedas
|
13
|
-
start_voting_date: Balsavimas prasideda
|
14
|
-
subtitle: Paantraštė
|
15
|
-
title: Pavadinimas
|
16
|
-
question:
|
17
|
-
banner_image: Reklamjuostės paveikslėlis
|
18
|
-
decidim_scope_id: Savivaldybės aplinka
|
19
|
-
hashtag: Grotažymė
|
20
|
-
hero_image: Pradžios paveikslėlis
|
21
|
-
i_frame_url: Išorės balsavimo sistemos URL
|
22
|
-
instructions: Papildomos balsavimo instrukcijos
|
23
|
-
max_votes: Didžiausias balsų skaičius
|
24
|
-
min_votes: Mažiausias balsų skaičius
|
25
|
-
origin_scope: Apimtis
|
26
|
-
origin_title: Kilmė
|
27
|
-
origin_url: Kilmės URL
|
28
|
-
participatory_scope: Dalyvaujamoji sritis
|
29
|
-
promoter_group: Rėmėjų grupė
|
30
|
-
question_context: Kontekstas
|
31
|
-
reference: Nuoroda
|
32
|
-
scope: Savivaldybės sritis
|
33
|
-
slug: URL priedas
|
34
|
-
subtitle: Paantraštė
|
35
|
-
vote: Išorės balsavimo sistema
|
36
|
-
what_is_decided: Kas nuspręsta
|
37
|
-
response:
|
38
|
-
decidim_consultations_response_group_id: Grupė
|
39
|
-
errors:
|
40
|
-
models:
|
41
|
-
question:
|
42
|
-
attributes:
|
43
|
-
max_votes:
|
44
|
-
lower_than_min: Didžiausias balsų skaičius turėtų būti didesnis už mažiausią balsų skaičių arba jam lygus.
|
45
|
-
vote:
|
46
|
-
decidim_consultations_response_id:
|
47
|
-
not_found: Atsakymo nerasta.
|
48
|
-
activerecord:
|
49
|
-
errors:
|
50
|
-
models:
|
51
|
-
decidim/consultations/vote:
|
52
|
-
attributes:
|
53
|
-
question:
|
54
|
-
invalid_num_votes: Negaliojantis balsų skaičius
|
55
|
-
models:
|
56
|
-
decidim/consultation:
|
57
|
-
one: Konsultacija
|
58
|
-
few: Konsultacijos (-ų)
|
59
|
-
many: Konsultacijos (-ų)
|
60
|
-
other: Konsultacijos (-ų)
|
61
|
-
decidim/consultations/question:
|
62
|
-
one: Klausimas
|
63
|
-
few: Klausimai (-ų)
|
64
|
-
many: Klausimai (-ų)
|
65
|
-
other: Klausimai (-ų)
|
66
|
-
decidim/consultations/response:
|
67
|
-
one: Atsakymas
|
68
|
-
few: Atsakymai (-ų)
|
69
|
-
many: Atsakymai (-ų)
|
70
|
-
other: Atsakymai (-ų)
|
71
|
-
decidim/consultations/vote:
|
72
|
-
one: Balsas
|
73
|
-
few: Balsai (-ų)
|
74
|
-
many: Balsai (-ų)
|
75
|
-
other: Balsai (-ų)
|
76
|
-
decidim:
|
77
|
-
admin:
|
78
|
-
actions:
|
79
|
-
back_to_responses: Grįžti į atsakymus
|
80
|
-
new_consultation: Nauja konsultacija
|
81
|
-
new_question: Naujas klausimas
|
82
|
-
new_response: Naujas atsakymas
|
83
|
-
new_response_group: Nauja grupė
|
84
|
-
publish_results: Skelbti rezultatus
|
85
|
-
response_groups: Tvarkyti atsakymų grupes
|
86
|
-
unpublish_results: Panaikinti rezultatų skelbimą
|
87
|
-
consultation_publications:
|
88
|
-
create:
|
89
|
-
error: Skelbiant šią konsultaciją iškilo problema.
|
90
|
-
success: Konsultacija paskelbta.
|
91
|
-
destroy:
|
92
|
-
error: Depublikuojant šią konsultaciją kilo problema.
|
93
|
-
success: Konsultacija sėkmingai depublikuota.
|
94
|
-
consultation_results_publications:
|
95
|
-
create:
|
96
|
-
error: Publikuojant šios konsultacijos rezultatus kilo problema.
|
97
|
-
success: Konsultacijos rezultatai sėmingai paskelbti.
|
98
|
-
destroy:
|
99
|
-
error: Depublikuojant konsultacjos rezultatus kilo problema.
|
100
|
-
success: Konsultacijos rezultatų skelbimas panaikintas.
|
101
|
-
consultations:
|
102
|
-
create:
|
103
|
-
error: Kuriant naują konsultaciją iškilo problema.
|
104
|
-
success: Konsultacija sukurta.
|
105
|
-
deprecation_warning: Konsultacijų modulis greitu metu bus išimtas. Šiuo metu dirbame prie kitos, kriptografiškai saugios versijos pavadinimu Balsavimai.
|
106
|
-
edit:
|
107
|
-
update: Atnaujinti
|
108
|
-
form:
|
109
|
-
slug_help: 'URL priedėliai naudojami nuorodų į konferenciją sukūrimui. Juose gali būti raidės, skaičiai ir brukšneliai, tačiau privalo prasidėti nuo raidės. Pavyzdys: %{url}'
|
110
|
-
title: Bendra informacija
|
111
|
-
index:
|
112
|
-
not_published: Nepublikuota
|
113
|
-
published: Publikuota
|
114
|
-
new:
|
115
|
-
create: Sukurti
|
116
|
-
title: Nauja konsultacija
|
117
|
-
results:
|
118
|
-
not_visible: Rezultatai bus paskelbti pasibaigus konsultacijai
|
119
|
-
participants: "%{count} dalyviai (-ų)"
|
120
|
-
total_votes: 'Iš viso: %{count} balsai (-ų)'
|
121
|
-
update:
|
122
|
-
error: Atnaujinant šią konsultaciją iškilo problema.
|
123
|
-
success: Konsultacija atnaujinta.
|
124
|
-
menu:
|
125
|
-
consultations: Konsultacijos
|
126
|
-
consultations_submenu:
|
127
|
-
info: Informacija
|
128
|
-
questions: Klausimai
|
129
|
-
results: Rezultatai
|
130
|
-
questions_submenu:
|
131
|
-
attachments: Priedai
|
132
|
-
categories: Kategorijos
|
133
|
-
components: Komponentai
|
134
|
-
configuration: Konfigūracija
|
135
|
-
consultation: Konsultacija
|
136
|
-
info: Informacija
|
137
|
-
responses: Atsakymai
|
138
|
-
models:
|
139
|
-
consultation:
|
140
|
-
fields:
|
141
|
-
created_at: Sukurta
|
142
|
-
published: Publikuota
|
143
|
-
title: Pavadinimas
|
144
|
-
name:
|
145
|
-
one: Konsultacija
|
146
|
-
few: Konsultacijos
|
147
|
-
many: Konsultacijos
|
148
|
-
other: Konsultacijos
|
149
|
-
question:
|
150
|
-
fields:
|
151
|
-
created_at: Sukurta
|
152
|
-
published: Publikuota
|
153
|
-
title: Pavadinimas
|
154
|
-
name:
|
155
|
-
one: Klausimas
|
156
|
-
few: Klausimai
|
157
|
-
many: Klausimai
|
158
|
-
other: Klausimai
|
159
|
-
response:
|
160
|
-
fields:
|
161
|
-
created_at: Sukurta
|
162
|
-
response_group: Grupė
|
163
|
-
title: Pavadinimas
|
164
|
-
name:
|
165
|
-
one: Atsakymas
|
166
|
-
few: Atsakymai (-ų)
|
167
|
-
many: Atsakymai (-ų)
|
168
|
-
other: Atsakymai (-ų)
|
169
|
-
question_configuration:
|
170
|
-
disable_external_voting: Dėl išplėstinės konfigūracijos išjunkite išorės balsavimą
|
171
|
-
form:
|
172
|
-
help: Sudarykite klausimus su keliais pasirenkamais atsakymais, padidindami didžiausią atsakymų, kuriuos dalyvis gali pasirinkti, skaičių. Numatytoji didžiausia vertė yra 1, o tai reiškia, kad galima pasirinkti tik vieną atsakymą.
|
173
|
-
title: Papildomi nustatymai
|
174
|
-
question_publications:
|
175
|
-
create:
|
176
|
-
error: Skelbiant šį klausimą iškilo problema.
|
177
|
-
success: Klausimas paskelbtas.
|
178
|
-
destroy:
|
179
|
-
error: Naikinant šio klausimo skelbimą iškilo problema.
|
180
|
-
success: Klausimo skelbimas panaikintas.
|
181
|
-
questions:
|
182
|
-
create:
|
183
|
-
error: Kuriant naują klausimą iškilo problema.
|
184
|
-
success: Klausimas sukurtas.
|
185
|
-
destroy:
|
186
|
-
success: Klausimas pašalintas.
|
187
|
-
edit:
|
188
|
-
update: Atnaujinti
|
189
|
-
form:
|
190
|
-
title: Bendra informacija
|
191
|
-
index:
|
192
|
-
not_published: Nepaskelbta
|
193
|
-
published: Publikuota
|
194
|
-
new:
|
195
|
-
create: Sukurti
|
196
|
-
title: Naujas klausimas
|
197
|
-
update:
|
198
|
-
error: Atnaujinant šį klausimą iškilo problema.
|
199
|
-
success: Klausimas atnaujintas.
|
200
|
-
response_groups:
|
201
|
-
create:
|
202
|
-
error: Kuriant naują atsakymų grupę iškilo problema.
|
203
|
-
success: Atsakymų grupė sukurta.
|
204
|
-
destroy:
|
205
|
-
error: Šalinant šią atsakymų grupę iškilo problema. Patikrinkite, ar su ja nesusietas nė vienas atsakymas.
|
206
|
-
success: Atsakymų grupė pašalinta.
|
207
|
-
edit:
|
208
|
-
update: Atnaujinti
|
209
|
-
form:
|
210
|
-
title: Bendra informacija
|
211
|
-
help: Naudokitės grupėmis, kad galėtumėte rinkiniuose susiteminti klausimus su keliais pasirenkamais atsakymais.
|
212
|
-
new:
|
213
|
-
create: Sukurti
|
214
|
-
title: Nauja atsakymų grupė
|
215
|
-
update:
|
216
|
-
error: Atnaujinant šį atsakymą iškilo problema.
|
217
|
-
success: Atsakymas atnaujintas.
|
218
|
-
responses:
|
219
|
-
create:
|
220
|
-
error: Kuriant naują atsakymą iškilo problema.
|
221
|
-
success: Atsakymas sukurtas.
|
222
|
-
destroy:
|
223
|
-
error: Šalinant šį atsakymą iškilo problema.
|
224
|
-
success: Atsakymas pašalintas.
|
225
|
-
edit:
|
226
|
-
update: Atnaujinti
|
227
|
-
form:
|
228
|
-
title: Bendra informacija
|
229
|
-
new:
|
230
|
-
create: Sukurti
|
231
|
-
title: Naujas atsakymas
|
232
|
-
update:
|
233
|
-
error: Atnaujinant šį atsakymą iškilo problema.
|
234
|
-
success: Atsakymas atnaujintas.
|
235
|
-
titles:
|
236
|
-
consultations: Konsultacijos
|
237
|
-
questions: Klausimai
|
238
|
-
response_groups: Atsakymų grupės
|
239
|
-
responses: Atsakymai
|
240
|
-
results: Rezultatai
|
241
|
-
consultations:
|
242
|
-
admin:
|
243
|
-
content_blocks:
|
244
|
-
highlighted_consultations:
|
245
|
-
max_results: Didžiausias rodomų elementų skaičius
|
246
|
-
consultation:
|
247
|
-
start_voting_date: Balsavimas prasideda
|
248
|
-
view_results: Peržiūrėti rezultatus
|
249
|
-
consultation_card:
|
250
|
-
view_results: Peržiūrėti rezultatus
|
251
|
-
consultations:
|
252
|
-
orders:
|
253
|
-
label: 'Konsultacijas rūšiuoti pagal:'
|
254
|
-
random: Atsitiktinis
|
255
|
-
recent: Naujausia
|
256
|
-
show:
|
257
|
-
dates: Datos
|
258
|
-
content_blocks:
|
259
|
-
highlighted_consultations:
|
260
|
-
name: Paryškintos konsultacijos
|
261
|
-
count:
|
262
|
-
title:
|
263
|
-
one: "%{count} konsultacija"
|
264
|
-
few: "%{count} konsultacijos"
|
265
|
-
many: "%{count} konsultacijos"
|
266
|
-
other: "%{count} konsultacijos"
|
267
|
-
filters:
|
268
|
-
active: Aktyvios
|
269
|
-
all: Visi
|
270
|
-
finished: Užbaigta
|
271
|
-
search: Ieškoti
|
272
|
-
state: Būsena
|
273
|
-
upcoming: Artėjančios
|
274
|
-
filters_small_view:
|
275
|
-
close_modal: Uždaryti langą
|
276
|
-
filter: Filtruoti
|
277
|
-
filter_by: Filtruoti pagal
|
278
|
-
unfold: Išskleisti
|
279
|
-
highlighted_questions:
|
280
|
-
title: '%{scope_name} pateikti klausimai'
|
281
|
-
index:
|
282
|
-
title: Konsultacijos
|
283
|
-
last_activity:
|
284
|
-
new_consultation: Nauja konsultacija
|
285
|
-
new_question_at_html: "<span>Naujas klausimas %{link}</span>"
|
286
|
-
pages:
|
287
|
-
home:
|
288
|
-
highlighted_consultations:
|
289
|
-
active_consultations: Aktyvios konsultacijos
|
290
|
-
see_all_consultations: Žiūrėti visas konsultacijas
|
291
|
-
voting_ends_in:
|
292
|
-
one: Balsavimas baigiasi <strong>rytoj</strong>
|
293
|
-
few: Balsavimas baigiasi už <strong>%{count} dienų</strong>
|
294
|
-
many: Balsavimas baigiasi už <strong>%{count} dienų</strong>
|
295
|
-
other: Balsavimas baigiasi už <strong>%{count} dienų</strong>
|
296
|
-
voting_ends_today: Balsavimas baigiasi <strong>šiandien</strong>
|
297
|
-
question:
|
298
|
-
take_part: Dalyvaukite
|
299
|
-
view_results: Peržiūrėti rezultatus
|
300
|
-
votes_out_of:
|
301
|
-
one: balsavimas iš
|
302
|
-
few: balsavimai iš
|
303
|
-
many: balsavimai iš
|
304
|
-
other: balsavimai iš
|
305
|
-
question_multiple_votes:
|
306
|
-
results_rules:
|
307
|
-
minimum_votes_per_user:
|
308
|
-
description: Dalyviai įvairiems variantams galėjo paskirstyti ne mažiau kaip %{votes} balsų.
|
309
|
-
title: Į šį klausimą galimi keli atsakymai
|
310
|
-
total_participants: Iš viso %{count} žmonės dalyvavo balsavime.
|
311
|
-
vote_limit:
|
312
|
-
description: Dalyviai gali pasirinkti ne daugiau kaip %{limit} variantų.
|
313
|
-
voting_rules:
|
314
|
-
minimum_votes_per_user:
|
315
|
-
description: Įvairiems variantams turite paskirstyti ne mažiau kaip %{votes} balsų.
|
316
|
-
title: 'Balsams taikomos šios taisyklės:'
|
317
|
-
vote_limit:
|
318
|
-
description: Galite pasirinkti ne daugiau kaip %{limit} variantų.
|
319
|
-
left: Liko
|
320
|
-
votes: Balsai
|
321
|
-
question_votes:
|
322
|
-
create:
|
323
|
-
error: Balsuojant dėl klausimo iškilo problema
|
324
|
-
success: Galite tai keisti iki konsultacijos pabaigos. Įskaitytas bus tik paskutinis balsas.
|
325
|
-
title_error: Balsavimo klaida!
|
326
|
-
title_success: Balsas įskaitytas
|
327
|
-
regular_questions:
|
328
|
-
title: Šios konsultacijos klausimai
|
329
|
-
show:
|
330
|
-
badge_name:
|
331
|
-
finished: Užbaigta
|
332
|
-
open: Atidaryta
|
333
|
-
open_votes: Atviri balsai
|
334
|
-
published_results: Rezultatai publikuoti
|
335
|
-
footer_button_text:
|
336
|
-
debate: Debatas
|
337
|
-
view: Peržiūrėti
|
338
|
-
view_results: Peržiūrėti rezultatus
|
339
|
-
vote: Balsuoti
|
340
|
-
unspecified: Nepatikslinta
|
341
|
-
help:
|
342
|
-
participatory_spaces:
|
343
|
-
consultations:
|
344
|
-
contextual: "<p><strong>Konsultacijos</strong> yra erdvė, kurioje galite užduoti aiškų klausimą visiems organizacijos žmonėms, pakviesti dalyvauti konsultacijoje, pradėti ir valdyti diskusiją už arba prieš atsakymų variantus. Atėjus konsultacijos pradžios datai, galite balsuoti ir paskelbti balsavimo rezultatus.</p> <p>Pavyzdžiai: Konsultacijos gali vykti dėl beveik visų aspektų, turinčių poveikio organizacijai: galima balsuoti dėl pavadinimo ar logotipo, nuspręsti, ar tapti didesnės organizacijos dalimi, patvirtinti arba atmesti naują strateginį planą arba darbo grupės rezultatus, ir t. t.</p>\n"
|
345
|
-
page: "<p><strong>Konsultacijos</strong> yra erdvė, kurioje galite užduoti aiškų klausimą visiems organizacijos žmonėms, pakviesti dalyvauti konsultacijoje, pradėti ir valdyti diskusiją už arba prieš atsakymų variantus. Atėjus konsultacijos pradžios datai, galite balsuoti ir paskelbti balsavimo rezultatus.</p> <p>Pavyzdžiai: Konsultacijos gali vykti dėl beveik visų aspektų, turinčių poveikio organizacijai: galima balsuoti dėl pavadinimo ar logotipo, nuspręsti, ar tapti didesnės organizacijos dalimi, patvirtinti arba atmesti naują strateginį planą arba darbo grupės rezultatus, ir t. t.</p>\n"
|
346
|
-
title: Kas yra konsultacijos?
|
347
|
-
menu:
|
348
|
-
consultations: Konsultacijos
|
349
|
-
questions:
|
350
|
-
next_button: Kitas klausimas
|
351
|
-
previous_button: Praeitas klausimas
|
352
|
-
results:
|
353
|
-
title: Rezultatai
|
354
|
-
show:
|
355
|
-
read_more: Skaityti toliau
|
356
|
-
statistics:
|
357
|
-
assistants_count_title: Padėjėjai
|
358
|
-
comments_count_title: Komentarai
|
359
|
-
meetings_count_title: Susirinkimai
|
360
|
-
supports_count_title: Balsai
|
361
|
-
technical_info:
|
362
|
-
technical_data: Techniniai duomenys
|
363
|
-
vote_button:
|
364
|
-
already_voted: Jau balsuota
|
365
|
-
already_voted_hover: Atšaukti balsą
|
366
|
-
starting_from: Prasideda nuo %{date}
|
367
|
-
verification_required: Norėdami balsuoti turite patvirtinti savo tapatybę
|
368
|
-
vote: Balsuoti
|
369
|
-
vote_modal:
|
370
|
-
close_modal: Uždaryti modalinį langą
|
371
|
-
contextual_help: Pasirinkite variantą.
|
372
|
-
title: 'Konsultacija: balsavimas dėl klausimo'
|
373
|
-
vote_modal_confirm:
|
374
|
-
change: Keisti
|
375
|
-
close_modal: Uždaryti modalinį langą
|
376
|
-
confirm: Patvirtinti
|
377
|
-
contextual_help: Patvirtinkite pasirinktą variantą.
|
378
|
-
title: 'Konsultacija: patvirtinti balsą'
|
379
|
-
resources:
|
380
|
-
consultations:
|
381
|
-
actions:
|
382
|
-
comment: Komentuoti
|
383
|
-
vote: Balsuoti
|
384
|
-
statistics:
|
385
|
-
consultations_count: Konsultacijos
|
386
|
-
votes_count: Balsai
|
387
|
-
layouts:
|
388
|
-
decidim:
|
389
|
-
consultation_voting_data:
|
390
|
-
start_voting_date: Balsavimas prasideda
|
391
|
-
question_components:
|
392
|
-
question_menu_item: Klausimas
|
393
|
-
question_header:
|
394
|
-
back_to_consultation: Žiūrėti visas konsultacijas
|
395
|
-
back_to_question: Atgal į klausimą
|
data/config/locales/lv.yml
CHANGED
data/config/locales/mt.yml
CHANGED
data/config/locales/nl.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
nl:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -253,7 +254,6 @@ nl:
|
|
253
254
|
all: Alle
|
254
255
|
finished: Voltooid
|
255
256
|
search: Zoeken
|
256
|
-
state: Staat
|
257
257
|
upcoming: Toekomstige
|
258
258
|
filters_small_view:
|
259
259
|
close_modal: Sluit venster
|
@@ -265,7 +265,7 @@ nl:
|
|
265
265
|
index:
|
266
266
|
title: Burgerinspraaken
|
267
267
|
last_activity:
|
268
|
-
new_consultation:
|
268
|
+
new_consultation: Nieuw overleg
|
269
269
|
new_question_at_html: "<span>Nieuwe vraag op %{link}</span>"
|
270
270
|
pages:
|
271
271
|
home:
|
data/config/locales/no.yml
CHANGED
data/config/locales/om-ET.yml
CHANGED
data/config/locales/pl.yml
CHANGED
data/config/locales/pt-BR.yml
CHANGED
@@ -1,4 +1,5 @@
|
|
1
|
-
|
1
|
+
---
|
2
|
+
pt:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
4
5
|
consultation:
|
@@ -253,7 +254,6 @@ pt-BR:
|
|
253
254
|
all: Todos
|
254
255
|
finished: Acabado
|
255
256
|
search: Pesquisa
|
256
|
-
state: Estado
|
257
257
|
upcoming: próximos
|
258
258
|
filters_small_view:
|
259
259
|
close_modal: Janela fechada
|
data/config/locales/pt.yml
CHANGED
data/config/locales/ro-RO.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
ro:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -259,9 +260,9 @@ ro:
|
|
259
260
|
filters:
|
260
261
|
active: Activ
|
261
262
|
all: Toate
|
263
|
+
date: Data
|
262
264
|
finished: Terminat
|
263
265
|
search: Caută
|
264
|
-
state: Status
|
265
266
|
upcoming: Urmează
|
266
267
|
filters_small_view:
|
267
268
|
close_modal: Închide fereastra
|
@@ -371,10 +372,6 @@ ro:
|
|
371
372
|
actions:
|
372
373
|
comment: Comentează
|
373
374
|
vote: Votează
|
374
|
-
question:
|
375
|
-
actions:
|
376
|
-
comment: Comentează
|
377
|
-
vote: Votează
|
378
375
|
statistics:
|
379
376
|
consultations_count: Consultări
|
380
377
|
votes_count: Voturi
|
data/config/locales/ru.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
ru:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -203,7 +204,6 @@ ru:
|
|
203
204
|
all: Все
|
204
205
|
finished: Завершившиеся
|
205
206
|
search: Поиск
|
206
|
-
state: Cостояние
|
207
207
|
upcoming: Предстоящие
|
208
208
|
filters_small_view:
|
209
209
|
close_modal: Закрыть окно
|
@@ -214,8 +214,6 @@ ru:
|
|
214
214
|
title: Вопросы из %{scope_name}
|
215
215
|
index:
|
216
216
|
title: Консультации
|
217
|
-
last_activity:
|
218
|
-
new_consultation: Добавить консультацию
|
219
217
|
pages:
|
220
218
|
home:
|
221
219
|
highlighted_consultations:
|