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
|
+
so:
|
@@ -0,0 +1 @@
|
|
1
|
+
sr:
|
data/config/locales/sv.yml
CHANGED
@@ -2,8 +2,8 @@ sv:
|
|
2
2
|
activemodel:
|
3
3
|
attributes:
|
4
4
|
consultation:
|
5
|
-
banner_image:
|
6
|
-
decidim_highlighted_scope_id: Markerat
|
5
|
+
banner_image: Bannerbild
|
6
|
+
decidim_highlighted_scope_id: Markerat omfång
|
7
7
|
description: Beskrivning
|
8
8
|
end_voting_date: Omröstningen avslutas
|
9
9
|
introductory_image: Introduktionsbild
|
@@ -14,30 +14,34 @@ sv:
|
|
14
14
|
subtitle: Underrubrik
|
15
15
|
title: Titel
|
16
16
|
question:
|
17
|
-
banner_image:
|
17
|
+
banner_image: Bannerbild
|
18
18
|
decidim_scope_id: Kommundelsområde
|
19
19
|
hashtag: Hashtag
|
20
20
|
hero_image: Hembild
|
21
21
|
i_frame_url: URL till externt röstningssystem
|
22
|
-
instructions:
|
22
|
+
instructions: Ytterligare anvisningar för röstning
|
23
23
|
max_votes: Max antal röster
|
24
24
|
min_votes: Minsta antal röster
|
25
25
|
origin_scope: Omfång
|
26
26
|
origin_title: Ursprung
|
27
27
|
origin_url: Ursprungs-URL
|
28
28
|
participatory_scope: Deltagaromfång
|
29
|
-
promoter_group:
|
29
|
+
promoter_group: Kampanjgrupp
|
30
30
|
question_context: Kontext
|
31
31
|
reference: Referens
|
32
|
-
scope:
|
32
|
+
scope: Kommundelsområde
|
33
33
|
slug: URL-slug
|
34
34
|
subtitle: Underrubrik
|
35
|
-
title: Titel
|
36
35
|
vote: Externt omröstningssystem
|
37
36
|
what_is_decided: Vad som bestäms
|
38
37
|
response:
|
39
38
|
decidim_consultations_response_group_id: Grupp
|
40
39
|
errors:
|
40
|
+
models:
|
41
|
+
question:
|
42
|
+
attributes:
|
43
|
+
max_votes:
|
44
|
+
lower_than_min: Maximalt antal röster bör vara högre eller lika med minimum.
|
41
45
|
vote:
|
42
46
|
decidim_consultations_response_id:
|
43
47
|
not_found: Hittade inte svar.
|
@@ -47,7 +51,7 @@ sv:
|
|
47
51
|
decidim/consultations/vote:
|
48
52
|
attributes:
|
49
53
|
question:
|
50
|
-
invalid_num_votes:
|
54
|
+
invalid_num_votes: Ogiltigt antal röster
|
51
55
|
models:
|
52
56
|
decidim/consultation:
|
53
57
|
one: Samråd
|
@@ -64,7 +68,7 @@ sv:
|
|
64
68
|
decidim:
|
65
69
|
admin:
|
66
70
|
actions:
|
67
|
-
back_to_responses: Tillbaka till
|
71
|
+
back_to_responses: Tillbaka till svar
|
68
72
|
new_consultation: Nytt samråd
|
69
73
|
new_question: Ny fråga
|
70
74
|
new_response: Nytt svar
|
@@ -103,6 +107,7 @@ sv:
|
|
103
107
|
title: Nytt samråd
|
104
108
|
results:
|
105
109
|
not_visible: Resultaten kommer att vara tillgängliga när samrådet har avslutats
|
110
|
+
participants: "%{count} deltagare"
|
106
111
|
total_votes: 'Totalt: %{count} röster'
|
107
112
|
update:
|
108
113
|
error: Det gick inte att uppdatera samrådet.
|
@@ -145,7 +150,9 @@ sv:
|
|
145
150
|
one: Svar
|
146
151
|
other: Svar
|
147
152
|
question_configuration:
|
153
|
+
disable_external_voting: Avaktivera extern röstning för avancerade konfigurationer
|
148
154
|
form:
|
155
|
+
help: Skapa flervalsfrågor genom att öka det maximala antalet svar en deltagare kan ge. Det förvalda maxvärdet är 1, vilket innebär att det endast går att rösta på ett alternativ.
|
149
156
|
title: Avancerad konfiguration
|
150
157
|
question_publications:
|
151
158
|
create:
|
@@ -174,13 +181,23 @@ sv:
|
|
174
181
|
error: Det gick inte att uppdatera frågan.
|
175
182
|
success: Frågan har uppdaterats.
|
176
183
|
response_groups:
|
184
|
+
create:
|
185
|
+
error: Det gick inte att skapa en ny svarsgrupp.
|
186
|
+
success: Svarsgruppen har skapats.
|
187
|
+
destroy:
|
188
|
+
error: Det gick inte att ta bort svarsgruppen. Kontrollera att inga svar beror på den.
|
189
|
+
success: Svarsgruppen har raderats.
|
177
190
|
edit:
|
178
191
|
update: Uppdatera
|
179
192
|
form:
|
180
193
|
title: Allmän information
|
194
|
+
help: Ordna paket med flervalsfrågor med hjälp av grupper.
|
181
195
|
new:
|
182
196
|
create: Skapa
|
183
197
|
title: Ny svarsgrupp
|
198
|
+
update:
|
199
|
+
error: Det gick inte att uppdatera svaret.
|
200
|
+
success: Svaret har uppdaterats.
|
184
201
|
responses:
|
185
202
|
create:
|
186
203
|
error: Det gick inte att skapa ett nytt svar.
|
@@ -219,9 +236,11 @@ sv:
|
|
219
236
|
label: 'Sortera samråd efter:'
|
220
237
|
random: Slumpmässig
|
221
238
|
recent: Senaste
|
239
|
+
show:
|
240
|
+
dates: Datum
|
222
241
|
content_blocks:
|
223
242
|
highlighted_consultations:
|
224
|
-
name:
|
243
|
+
name: Viktiga samråd just nu
|
225
244
|
count:
|
226
245
|
title:
|
227
246
|
one: "%{count} samråd"
|
@@ -248,7 +267,7 @@ sv:
|
|
248
267
|
pages:
|
249
268
|
home:
|
250
269
|
highlighted_consultations:
|
251
|
-
active_consultations:
|
270
|
+
active_consultations: Pågående samråd
|
252
271
|
see_all_consultations: Se alla samråd
|
253
272
|
voting_ends_in:
|
254
273
|
one: Omröstningen avslutas <strong>imorgon</strong>
|
@@ -261,14 +280,27 @@ sv:
|
|
261
280
|
one: röst av
|
262
281
|
other: röster av
|
263
282
|
question_multiple_votes:
|
283
|
+
results_rules:
|
284
|
+
minimum_votes_per_user:
|
285
|
+
description: Deltagarna kunde fördela minst %{votes} röster mellan olika alternativ.
|
286
|
+
title: Flera val är möjliga som svar på denna fråga
|
287
|
+
total_participants: Sammanlagt deltog %{count} personer i omröstningen.
|
288
|
+
vote_limit:
|
289
|
+
description: Deltagarna kunde rösta på upp till %{limit} alternativ.
|
264
290
|
voting_rules:
|
291
|
+
minimum_votes_per_user:
|
292
|
+
description: Du måste distribuera minst %{votes} röster mellan olika alternativ.
|
293
|
+
title: 'Röster måste följa följande regler:'
|
265
294
|
vote_limit:
|
295
|
+
description: Du kan rösta på upp till %{limit} alternativ.
|
266
296
|
left: Återstående
|
267
297
|
votes: Röster
|
268
298
|
question_votes:
|
269
299
|
create:
|
270
300
|
error: Det gick inte att rösta i frågan
|
301
|
+
success: Du kan ändra den upp till slutet av samrådet. Endast den sista rösten räknas.
|
271
302
|
title_error: Röstningsfel!
|
303
|
+
title_success: Rösten har tagits emot
|
272
304
|
regular_questions:
|
273
305
|
title: Frågor för detta samråd
|
274
306
|
show:
|
@@ -316,10 +348,12 @@ sv:
|
|
316
348
|
verification_required: Bekräfta ditt konto för att rösta
|
317
349
|
vote: Rösta
|
318
350
|
vote_modal:
|
351
|
+
close_modal: Stäng modal
|
319
352
|
contextual_help: Välj ett alternativ.
|
320
353
|
title: 'Samråd: rösta på en fråga'
|
321
354
|
vote_modal_confirm:
|
322
355
|
change: Ändra
|
356
|
+
close_modal: Stäng modal
|
323
357
|
confirm: Bekräfta
|
324
358
|
contextual_help: Bekräfta det valda alternativet.
|
325
359
|
title: 'Samråd: bekräfta röst'
|
@@ -340,4 +374,4 @@ sv:
|
|
340
374
|
unfold: Veckla ut
|
341
375
|
question_header:
|
342
376
|
back_to_consultation: Visa alla samråd
|
343
|
-
back_to_question:
|
377
|
+
back_to_question: Tillbaka till frågan
|
@@ -0,0 +1 @@
|
|
1
|
+
sw:
|
@@ -0,0 +1 @@
|
|
1
|
+
ti:
|
data/config/locales/tr-TR.yml
CHANGED
@@ -2,7 +2,7 @@ tr:
|
|
2
2
|
activemodel:
|
3
3
|
attributes:
|
4
4
|
consultation:
|
5
|
-
banner_image:
|
5
|
+
banner_image: Banner resmi
|
6
6
|
decidim_highlighted_scope_id: Vurgulanan kapsam
|
7
7
|
description: Açıklama
|
8
8
|
end_voting_date: Oylama biter
|
@@ -19,6 +19,9 @@ tr:
|
|
19
19
|
hashtag: Başlık etiketi
|
20
20
|
hero_image: Ana resim
|
21
21
|
i_frame_url: Harici oylama sistemi URL'si
|
22
|
+
instructions: Oylama için ek talimatlar
|
23
|
+
max_votes: Maksimum oy sayısı
|
24
|
+
min_votes: Maksimum oy sayısı
|
22
25
|
origin_scope: kapsam
|
23
26
|
origin_title: Menşei
|
24
27
|
origin_url: Kökeni URL
|
@@ -29,14 +32,26 @@ tr:
|
|
29
32
|
scope: Belediye alanı
|
30
33
|
slug: URL sümüklü böcek
|
31
34
|
subtitle: Alt yazı
|
32
|
-
title: Başlık
|
33
35
|
vote: Dış oylama sistemi
|
34
36
|
what_is_decided: Karar nedir
|
37
|
+
response:
|
38
|
+
decidim_consultations_response_group_id: Grup
|
35
39
|
errors:
|
40
|
+
models:
|
41
|
+
question:
|
42
|
+
attributes:
|
43
|
+
max_votes:
|
44
|
+
lower_than_min: Maksimum oy sayısı minimumdan fazla veya ona eşit olmalıdır.
|
36
45
|
vote:
|
37
46
|
decidim_consultations_response_id:
|
38
47
|
not_found: Yanıt bulunamadı.
|
39
48
|
activerecord:
|
49
|
+
errors:
|
50
|
+
models:
|
51
|
+
decidim/consultations/vote:
|
52
|
+
attributes:
|
53
|
+
question:
|
54
|
+
invalid_num_votes: Oy sayısı geçersiz
|
40
55
|
models:
|
41
56
|
decidim/consultation:
|
42
57
|
one: konsültasyon
|
@@ -53,10 +68,13 @@ tr:
|
|
53
68
|
decidim:
|
54
69
|
admin:
|
55
70
|
actions:
|
71
|
+
back_to_responses: Yanıtlara dön
|
56
72
|
new_consultation: Yeni danışma
|
57
73
|
new_question: Yeni soru
|
58
74
|
new_response: Yeni cevap
|
75
|
+
new_response_group: Yeni grup
|
59
76
|
publish_results: Sonuçları yayınla
|
77
|
+
response_groups: Sorumlu grupları yönetin
|
60
78
|
unpublish_results: Sonuçları yayından kaldır
|
61
79
|
consultation_publications:
|
62
80
|
create:
|
@@ -77,42 +95,44 @@ tr:
|
|
77
95
|
error: Yeni bir danışma oluştururken bir hata oluştu.
|
78
96
|
success: Danışmanlık başarıyla oluşturuldu.
|
79
97
|
edit:
|
80
|
-
update:
|
98
|
+
update: Güncelle
|
81
99
|
form:
|
82
|
-
slug_help: 'URL
|
100
|
+
slug_help: 'URL bağlantı, bu danışmaya işaret eden URL''leri oluşturmak için kullanılır. Sadece harfleri, sayıları ve kısa çizgileri kabul eder ve bir harfle başlamalıdır. Örnek: %{url}'
|
83
101
|
title: Genel bilgi
|
84
102
|
index:
|
85
103
|
not_published: Yayınlanmadı
|
86
104
|
published: Yayınlanan
|
87
105
|
new:
|
88
|
-
create:
|
106
|
+
create: Oluştur
|
89
107
|
title: Yeni danışma
|
90
108
|
results:
|
91
109
|
not_visible: Danışma kapatıldığında sonuçlar ulaşılabilir olacak
|
110
|
+
participants: "%{count} katılımcı"
|
92
111
|
total_votes: 'Toplam: %{count} oy'
|
93
112
|
update:
|
94
113
|
error: Bu danışma hizmetini güncellerken bir hata oluştu.
|
95
114
|
success: Danışma başarıyla güncellendi.
|
96
115
|
menu:
|
97
|
-
consultations:
|
116
|
+
consultations: Danışmalar
|
98
117
|
consultations_submenu:
|
99
118
|
info: Bilgi
|
100
119
|
questions: Sorular
|
101
120
|
results: Sonuçlar
|
102
121
|
questions_submenu:
|
103
122
|
components: Bileşenler
|
104
|
-
|
123
|
+
configuration: Konfigürasyon
|
124
|
+
consultation: Danışma
|
105
125
|
info: Bilgi
|
106
|
-
responses:
|
126
|
+
responses: Yanıtlar
|
107
127
|
models:
|
108
128
|
consultation:
|
109
129
|
fields:
|
110
|
-
created_at:
|
130
|
+
created_at: Oluşturuldu
|
111
131
|
published: Yayınlanan
|
112
132
|
title: Başlık
|
113
133
|
name:
|
114
|
-
one:
|
115
|
-
other:
|
134
|
+
one: Danışma
|
135
|
+
other: Danışma
|
116
136
|
question:
|
117
137
|
fields:
|
118
138
|
created_at: Düzenlendi
|
@@ -123,18 +143,24 @@ tr:
|
|
123
143
|
other: Sorular
|
124
144
|
response:
|
125
145
|
fields:
|
126
|
-
created_at:
|
146
|
+
created_at: Oluşturuldu
|
147
|
+
response_group: Grup
|
127
148
|
title: Başlık
|
128
149
|
name:
|
129
|
-
one:
|
150
|
+
one: Yanıt
|
130
151
|
other: Tepkiler
|
152
|
+
question_configuration:
|
153
|
+
disable_external_voting: Lütfen gelişmiş yapılandırmalar için harici oylamayı devre dışı bırakın
|
154
|
+
form:
|
155
|
+
help: Bir katılımcının seçebileceği maksimum yanıt sayısını artırarak çoktan seçmeli sorular oluşturun. Varsayılan maksimum değer 1'dir, yani yalnızca bir yanıtın oylanabileceği anlamına gelir.
|
156
|
+
title: Gelişmiş yapılandırma
|
131
157
|
question_publications:
|
132
158
|
create:
|
133
159
|
error: Bu soruyu yayınlarken bir hata oluştu.
|
134
|
-
success: Soru başarıyla
|
160
|
+
success: Soru başarıyla yayınlandı.
|
135
161
|
destroy:
|
136
162
|
error: Bu soruyu yayından kaldırmada bir hata oluştu.
|
137
|
-
success: Soru başarıyla
|
163
|
+
success: Soru başarıyla yayından kaldırıldı.
|
138
164
|
questions:
|
139
165
|
create:
|
140
166
|
error: Yeni bir soru oluşturulurken bir hata oluştu.
|
@@ -142,18 +168,36 @@ tr:
|
|
142
168
|
destroy:
|
143
169
|
success: Soru başarıyla silindi.
|
144
170
|
edit:
|
145
|
-
update:
|
171
|
+
update: Güncelle
|
146
172
|
form:
|
147
173
|
title: Genel bilgi
|
148
174
|
index:
|
149
175
|
not_published: Yayınlanmadı
|
150
|
-
published:
|
176
|
+
published: Yayınlandı
|
151
177
|
new:
|
152
|
-
create:
|
178
|
+
create: Oluştur
|
153
179
|
title: Yeni soru
|
154
180
|
update:
|
155
181
|
error: Bu soru güncellenirken bir hata oluştu.
|
156
182
|
success: Soru başarıyla güncellendi.
|
183
|
+
response_groups:
|
184
|
+
create:
|
185
|
+
error: Yeni bir sorumlu grup oluştururken bir hata oluştu.
|
186
|
+
success: Sorumlu grubu başarıyla oluşturuldu.
|
187
|
+
destroy:
|
188
|
+
error: Sorumlu grubunu kaldırırken bir sorun oluştu. Hiçbir yanıtın buna bağlı olmadığını kontrol edin.
|
189
|
+
success: Sorumlu grubu başarıyla silindi.
|
190
|
+
edit:
|
191
|
+
update: Güncelle
|
192
|
+
form:
|
193
|
+
title: Genel Bilgi
|
194
|
+
help: Paketlerdeki çoktan seçmeli soruları düzenlemek için grupları kullanın.
|
195
|
+
new:
|
196
|
+
create: Oluştur
|
197
|
+
title: Yeni sorumlu grup
|
198
|
+
update:
|
199
|
+
error: Bu yanıtı güncellerken bir hata oluştu.
|
200
|
+
success: Yanıt başarıyla güncellendi.
|
157
201
|
responses:
|
158
202
|
create:
|
159
203
|
error: Yeni bir yanıt oluştururken bir hata oluştu.
|
@@ -162,19 +206,20 @@ tr:
|
|
162
206
|
error: Yanıtı kaldırırken bir hata oluştu.
|
163
207
|
success: Yanıt başarıyla silindi.
|
164
208
|
edit:
|
165
|
-
update:
|
209
|
+
update: Güncelle
|
166
210
|
form:
|
167
211
|
title: Genel bilgi
|
168
212
|
new:
|
169
|
-
create:
|
170
|
-
title: Yeni
|
213
|
+
create: Oluştur
|
214
|
+
title: Yeni yanıt
|
171
215
|
update:
|
172
216
|
error: Bu yanıtı güncellerken bir hata oluştu.
|
173
217
|
success: Yanıt başarıyla güncellendi.
|
174
218
|
titles:
|
175
|
-
consultations:
|
219
|
+
consultations: Danışma
|
176
220
|
questions: Sorular
|
177
|
-
|
221
|
+
response_groups: Sorumlu gruplar
|
222
|
+
responses: Yanıtlar
|
178
223
|
results: Sonuçlar
|
179
224
|
consultations:
|
180
225
|
admin:
|
@@ -189,31 +234,33 @@ tr:
|
|
189
234
|
consultations:
|
190
235
|
orders:
|
191
236
|
label: 'Danışmanlıklara göre sırala:'
|
192
|
-
random:
|
237
|
+
random: Rastgele
|
193
238
|
recent: En yeni
|
239
|
+
show:
|
240
|
+
dates: Tarih
|
194
241
|
content_blocks:
|
195
242
|
highlighted_consultations:
|
196
|
-
name: Vurgulanan
|
243
|
+
name: Vurgulanan danışma
|
197
244
|
count:
|
198
245
|
title:
|
199
246
|
one: "%{count} danışma"
|
200
|
-
other: "%{count}
|
247
|
+
other: "%{count} danışma"
|
201
248
|
filters:
|
202
249
|
active: Aktif
|
203
|
-
all:
|
204
|
-
finished:
|
250
|
+
all: Tümü
|
251
|
+
finished: Bitti
|
205
252
|
search: Arama
|
206
|
-
state:
|
253
|
+
state: Statü
|
207
254
|
upcoming: Yaklaşan
|
208
255
|
filters_small_view:
|
209
256
|
close_modal: Pencereyi kapat
|
210
|
-
filter:
|
211
|
-
filter_by:
|
212
|
-
unfold:
|
257
|
+
filter: Filtrele
|
258
|
+
filter_by: Şuna göre filtrele
|
259
|
+
unfold: Aç
|
213
260
|
highlighted_questions:
|
214
|
-
title: '%{scope_name}
|
261
|
+
title: '%{scope_name} soruları'
|
215
262
|
index:
|
216
|
-
title:
|
263
|
+
title: Danışma
|
217
264
|
last_activity:
|
218
265
|
new_consultation: Yeni danışma
|
219
266
|
new_question_at_html: "<span>Yeni soru, %{link}</span>"
|
@@ -232,21 +279,40 @@ tr:
|
|
232
279
|
votes_out_of:
|
233
280
|
one: oy vermek
|
234
281
|
other: oy vermemek
|
282
|
+
question_multiple_votes:
|
283
|
+
results_rules:
|
284
|
+
minimum_votes_per_user:
|
285
|
+
description: Katılımcılar farklı seçenekler arasında minimum %{votes} oy dağıtabilir.
|
286
|
+
title: Bu soruda uygun olan yerlerde birden fazla seçenek
|
287
|
+
total_participants: Oylamaya toplam %{count} kişi katıldı.
|
288
|
+
vote_limit:
|
289
|
+
description: Katılımcılar %{limit} limitine kadar oy verebilir.
|
290
|
+
voting_rules:
|
291
|
+
minimum_votes_per_user:
|
292
|
+
description: Farklı seçenekler arasında minimum %{votes} oy dağıtmalısınız.
|
293
|
+
title: 'Oylama aşağıdaki kurallara tabidir:'
|
294
|
+
vote_limit:
|
295
|
+
description: En fazla %{limit} teklife oy verebilirsiniz.
|
296
|
+
left: Kalan
|
297
|
+
votes: Oylar
|
235
298
|
question_votes:
|
236
299
|
create:
|
237
300
|
error: Soruya oy verirken hatalar oldu
|
301
|
+
success: Konsültasyonun sonuna kadar değiştirebilirsiniz. Yalnızca son oylama kabul edilecektir.
|
302
|
+
title_error: Hatalı oy!
|
303
|
+
title_success: Oy başarıyla kaydedildi
|
238
304
|
regular_questions:
|
239
305
|
title: Bu danışma için sorular
|
240
306
|
show:
|
241
307
|
badge_name:
|
242
|
-
finished:
|
308
|
+
finished: Bitti
|
243
309
|
open: Açık
|
244
310
|
open_votes: Açık oylar
|
245
311
|
published_results: Sonuçlar yayınlandı
|
246
312
|
footer_button_text:
|
247
|
-
debate:
|
313
|
+
debate: Tartışma
|
248
314
|
view: Görünüm
|
249
|
-
view_results: Sonuçları
|
315
|
+
view_results: Sonuçları görüntüle
|
250
316
|
vote: Oy
|
251
317
|
unspecified: Belirtilmemiş
|
252
318
|
help:
|
@@ -254,13 +320,13 @@ tr:
|
|
254
320
|
consultations:
|
255
321
|
contextual: "<p>İstişareler, bir organizasyon oluşturan tüm kişilere net bir soru sormanızı, görüşmelere katılmak için bir çağrı yapmanızı, bir sorgunun lehine veya aleyhinde tartışma başlatmanızı ve talep etmenizi sağlayan bir alandır. Danışma tarihi geldiğinde, oyların sonuçlarını oylayabilir ve yayınlayabilirsiniz.</p> <p>Örnekler: İstişareler, bir örgütü etkileyen hemen hemen her yönüyle ilgili olabilir: bazı örnekler, organizasyonun adını veya logosunu çeşitli alternatifler sunarak değiştirir, daha büyük bir organizasyonun parçası olmak için Evet veya Hayır'a karar verir, yeni bir stratejikin geçerliliğini onaylar veya reddeder. Bir çalışma grubunun sonucu veya planı veya pozisyonların en fazla 1, 2 veya 3 mandat kalması gerekip gerekmediğini tanımlamak.</p>\n"
|
256
322
|
page: "<p>İstişareler, bir örgütü oluşturan herkese açık bir soru sormanıza, istişareye katılmak için bir çağrı yapmanıza, bir yanıtı yanıtlamaya ya da aleyhine tartışmaya yol açmanıza izin veren bir alandır. İstişare tarihi geldiğinde, oyların sonuçlarını oylayabilir ve yayınlayabilirsiniz.</p> <p>Örnekler: İstişareler, bir kuruluşu etkileyen hemen hemen her yönüyle ilgili olabilir: bazı örnekler daha büyük bir kuruluşun parçası olmak için Evet veya Hayır olarak karar vermek, yeni bir stratejik onaylamak veya reddetmek için çeşitli alternatifler sunan kuruluşun adını veya logosunu değiştiriyor Bir çalışma grubunun planını veya sonucunu ya da pozisyonların organizasyonda azami 1, 2 veya 3 zorunlu kalması gerekip gerekmediğini tanımlayın.</p>\n"
|
257
|
-
title:
|
323
|
+
title: Danışma nedir?
|
258
324
|
menu:
|
259
|
-
consultations:
|
325
|
+
consultations: İstişareler
|
260
326
|
pages:
|
261
327
|
home:
|
262
328
|
statistics:
|
263
|
-
consultations_count:
|
329
|
+
consultations_count: İstişareler
|
264
330
|
questions:
|
265
331
|
next_button: Sonraki soru
|
266
332
|
previous_button: Önceki soru
|
@@ -269,7 +335,7 @@ tr:
|
|
269
335
|
show:
|
270
336
|
read_more: Daha fazla oku
|
271
337
|
statistics:
|
272
|
-
assistants_count_title:
|
338
|
+
assistants_count_title: Asistanlar
|
273
339
|
comments_count_title: Yorumlar
|
274
340
|
meetings_count_title: Toplantılar
|
275
341
|
supports_count_title: Destekler
|
@@ -279,15 +345,22 @@ tr:
|
|
279
345
|
already_voted: Çoktan oy verildi
|
280
346
|
already_voted_hover: Desteği iptal et
|
281
347
|
starting_from: '%{date}başlayarak'
|
348
|
+
verification_required: Oy vermek için hesabınızı doğrulayın
|
282
349
|
vote: Oy
|
283
350
|
vote_modal:
|
351
|
+
close_modal: Pencereyi kapat
|
284
352
|
contextual_help: Lütfen bir seçenek seçin.
|
285
353
|
title: 'Danışma: soru desteği'
|
286
354
|
vote_modal_confirm:
|
287
355
|
change: Değişiklik
|
356
|
+
close_modal: Pencereyi kapat
|
288
357
|
confirm: Onaylamak
|
289
358
|
contextual_help: Lütfen seçilen seçeneği onaylayın.
|
290
359
|
title: 'Danışma: teyit teyit'
|
360
|
+
resources:
|
361
|
+
consultations:
|
362
|
+
actions:
|
363
|
+
vote: Oy ver
|
291
364
|
layouts:
|
292
365
|
decidim:
|
293
366
|
admin:
|
@@ -301,3 +374,4 @@ tr:
|
|
301
374
|
unfold: açılmak
|
302
375
|
question_header:
|
303
376
|
back_to_consultation: Tüm istişarelere bakın
|
377
|
+
back_to_question: Soruya geri dön
|