decidim-elections 0.23.1 → 0.23.2
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/views/decidim/elections/elections/show.html.erb +6 -4
- data/config/locales/de.yml +42 -4
- data/config/locales/fi.yml +1 -1
- data/config/locales/gl.yml +110 -0
- data/config/locales/it.yml +10 -0
- data/config/locales/pl.yml +2 -0
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sv.yml +1 -1
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/tr-TR.yml +261 -0
- data/lib/decidim/elections/version.rb +1 -1
- metadata +15 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8031751bc3b60605690875f69e79b28d1d3672cf0bb7fed8be2d163b57580bc1
|
|
4
|
+
data.tar.gz: 7402e2c3a21032ceeebae3e829871c9a54cc52a25d62c3609e5656e1ea8bbcdd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c341a593886daa2526353d2cd4273b8746360ed876646271284560a8e711caff847ebeb4f2bb7cad3fbef6bf76ea2399decceeee7ce6365b73877cc593362721
|
|
7
|
+
data.tar.gz: bac33c337ab1bb98e22d15e1c5afd27d7a98bc8d4ed37d1e063cef4254ef93059747d1009099a55343b0ba33370aa7fee066d31d1ba3c614a5590a5d7dd10b7b
|
|
@@ -18,10 +18,12 @@ edit_link(
|
|
|
18
18
|
<div class="columns">
|
|
19
19
|
|
|
20
20
|
<% unless single? %>
|
|
21
|
-
|
|
22
|
-
<%=
|
|
23
|
-
|
|
24
|
-
|
|
21
|
+
<div class="m-bottom">
|
|
22
|
+
<%= link_to :elections, class: "small hollow" do %>
|
|
23
|
+
<%= icon "caret-left", class: "icon--small" %>
|
|
24
|
+
<%= t(".back") %>
|
|
25
|
+
<% end %>
|
|
26
|
+
</div>
|
|
25
27
|
<% end %>
|
|
26
28
|
|
|
27
29
|
<h1 class="heading2">
|
data/config/locales/de.yml
CHANGED
|
@@ -13,14 +13,19 @@ de:
|
|
|
13
13
|
title: Titel
|
|
14
14
|
question:
|
|
15
15
|
description: Beschreibung
|
|
16
|
-
max_selections: Maximale Anzahl
|
|
16
|
+
max_selections: Maximale Anzahl Antworten
|
|
17
|
+
min_selections: Nichts davon
|
|
17
18
|
title: Titel
|
|
18
19
|
errors:
|
|
19
20
|
models:
|
|
20
21
|
answer:
|
|
21
22
|
attributes:
|
|
22
23
|
attachment:
|
|
23
|
-
needs_to_be_reattached:
|
|
24
|
+
needs_to_be_reattached: Der Anhang muss erneut angehängt werden
|
|
25
|
+
election:
|
|
26
|
+
attributes:
|
|
27
|
+
attachment:
|
|
28
|
+
needs_to_be_reattached: Der Anhang muss erneut angehängt werden
|
|
24
29
|
activerecord:
|
|
25
30
|
models:
|
|
26
31
|
decidim/elections/answer:
|
|
@@ -87,6 +92,7 @@ de:
|
|
|
87
92
|
title: Wahl bearbeiten
|
|
88
93
|
update: Wahl aktualisieren
|
|
89
94
|
index:
|
|
95
|
+
no_bulletin_board: Es ist kein <a href="https://github.com/decidim/decidim-bulletin-board">Bulletin Board Server</a> konfiguriert, das benötigt wird, um dieses Modul zu verwenden. Diese Aufgabe sollte vom Systemadministrator erledigt werden.
|
|
90
96
|
title: Wahlen
|
|
91
97
|
new:
|
|
92
98
|
create: Wahl erstellen
|
|
@@ -139,11 +145,33 @@ de:
|
|
|
139
145
|
badge_name:
|
|
140
146
|
finished: Abgeschlossen
|
|
141
147
|
ongoing: Aktiv
|
|
148
|
+
upcoming: Anstehend
|
|
149
|
+
end_date: Endet am
|
|
150
|
+
footer:
|
|
151
|
+
view: Ansicht
|
|
152
|
+
vote: Abstimmung
|
|
153
|
+
label:
|
|
154
|
+
date: Daten
|
|
155
|
+
questions: Fragen %{count}
|
|
156
|
+
start_date: Startet am
|
|
157
|
+
unspecified: Nicht angegeben
|
|
142
158
|
elections:
|
|
143
159
|
count:
|
|
144
160
|
elections_count:
|
|
145
161
|
one: "%{count} Wahlen"
|
|
146
162
|
other: "%{count} Wahlen"
|
|
163
|
+
filters:
|
|
164
|
+
active: Aktiv
|
|
165
|
+
all: Alle
|
|
166
|
+
finished: Abgeschlossen
|
|
167
|
+
search: Suche
|
|
168
|
+
state: Status
|
|
169
|
+
upcoming: Anstehend
|
|
170
|
+
filters_small_view:
|
|
171
|
+
close_modal: Dialog schließen
|
|
172
|
+
filter: Filter
|
|
173
|
+
filter_by: Filtern nach
|
|
174
|
+
unfold: Aufklappen
|
|
147
175
|
show:
|
|
148
176
|
back: Alle Wahlen
|
|
149
177
|
preview: Vorschau
|
|
@@ -165,8 +193,12 @@ de:
|
|
|
165
193
|
question:
|
|
166
194
|
fields:
|
|
167
195
|
answers: Antworten
|
|
168
|
-
max_selections:
|
|
196
|
+
max_selections: Max. Antworten
|
|
169
197
|
title: Titel
|
|
198
|
+
orders:
|
|
199
|
+
label: Wahlen ordnen nach
|
|
200
|
+
older: Chronologisch
|
|
201
|
+
recent: Kürzlich hinzugefügt
|
|
170
202
|
votes:
|
|
171
203
|
confirm:
|
|
172
204
|
answer: Antwort
|
|
@@ -175,6 +207,7 @@ de:
|
|
|
175
207
|
edit: bearbeiten
|
|
176
208
|
header: Bestätige deine Stimme
|
|
177
209
|
intro: Hier ist eine Zusammenfassung der Wahl, die Sie abgeben möchten. <br> Bitte bestätigen Sie Ihre Stimme oder bearbeiten Sie Ihre Antworten.
|
|
210
|
+
nota_option: Leer
|
|
178
211
|
question: Frage %{count}
|
|
179
212
|
confirmed:
|
|
180
213
|
back: Zurück zu den Wahlen
|
|
@@ -197,18 +230,23 @@ de:
|
|
|
197
230
|
close: Schließen
|
|
198
231
|
proposal_header: 'Vorschläge:'
|
|
199
232
|
new:
|
|
233
|
+
answer_choices: Sie können bis zu %{choices} Antworten auswählen
|
|
200
234
|
more_information: Weitere Informationen
|
|
235
|
+
nota_option: Nichts davon
|
|
201
236
|
preview_alert: Dies ist eine Vorschau des Abstimmungsstandes.
|
|
202
237
|
question_steps: Frage %{current_step} von %{total_steps}
|
|
203
238
|
selections: "%{selected} von %{max_selections}<br> ausgewählt"
|
|
204
239
|
voting_step:
|
|
205
240
|
back: Zurück
|
|
206
241
|
continue: Weiter
|
|
242
|
+
warnings:
|
|
243
|
+
no_elections_warning: Keine Wahlen entsprechen Ihren Suchkriterien oder es ist keine Wahl geplant.
|
|
244
|
+
no_scheduled_elections_warning: Derzeit sind keine Wahlen geplant, aber hier finden Sie alle vergangenen Wahlen aufgelistet.
|
|
207
245
|
events:
|
|
208
246
|
elections:
|
|
209
247
|
election_published:
|
|
210
248
|
email_intro: 'Die Wahl %{resource_title} ist jetzt für %{participatory_space_title} aktiv. Sie können es von dieser Seite sehen:'
|
|
211
|
-
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{participatory_space_title} folgen.
|
|
249
|
+
email_outro: Sie haben diese Benachrichtigung erhalten, weil Sie %{participatory_space_title} folgen. Falls Sie keine solchen Benachrichtigungen mehr erhalten möchten, besuchen Sie den obigen Link.
|
|
212
250
|
email_subject: Die Wahl %{resource_title} ist jetzt aktiv für %{participatory_space_title}.
|
|
213
251
|
notification_title: Die Wahl <a href="%{resource_path}">%{resource_title}</a> ist jetzt aktiv für %{participatory_space_title}.
|
|
214
252
|
pages:
|
data/config/locales/fi.yml
CHANGED
|
@@ -140,7 +140,7 @@ fi:
|
|
|
140
140
|
admin_log:
|
|
141
141
|
election:
|
|
142
142
|
publish: "%{user_name} julkaisi vaalin %{resource_name}"
|
|
143
|
-
unpublish: "%{user_name} lopetti vaalin %{resource_name}
|
|
143
|
+
unpublish: "%{user_name} lopetti vaalin %{resource_name} julkaisun"
|
|
144
144
|
election_m:
|
|
145
145
|
badge_name:
|
|
146
146
|
finished: Valmis
|
data/config/locales/gl.yml
CHANGED
|
@@ -1 +1,111 @@
|
|
|
1
1
|
gl:
|
|
2
|
+
activemodel:
|
|
3
|
+
attributes:
|
|
4
|
+
answer:
|
|
5
|
+
description: Descrición
|
|
6
|
+
image: Imaxe
|
|
7
|
+
proposals: Propostas relacionadas
|
|
8
|
+
title: Título
|
|
9
|
+
election:
|
|
10
|
+
description: Descrición
|
|
11
|
+
end_time: A votación remata ás
|
|
12
|
+
start_time: A votación comeza ás
|
|
13
|
+
title: Título
|
|
14
|
+
question:
|
|
15
|
+
description: Descrición
|
|
16
|
+
title: Título
|
|
17
|
+
activerecord:
|
|
18
|
+
models:
|
|
19
|
+
decidim/elections/answer:
|
|
20
|
+
one: Resposta
|
|
21
|
+
other: Respostas
|
|
22
|
+
decidim/elections/question:
|
|
23
|
+
one: Pregunta
|
|
24
|
+
other: Preguntas
|
|
25
|
+
decidim:
|
|
26
|
+
components:
|
|
27
|
+
elections:
|
|
28
|
+
actions:
|
|
29
|
+
vote: Votar
|
|
30
|
+
elections:
|
|
31
|
+
actions:
|
|
32
|
+
confirm_destroy: Estás certo/a?
|
|
33
|
+
edit: Editar
|
|
34
|
+
edit_answers: Editar respostas
|
|
35
|
+
edit_questions: Editar preguntas
|
|
36
|
+
new: Nova %{name}
|
|
37
|
+
publish: Publicar
|
|
38
|
+
title: Accións
|
|
39
|
+
admin:
|
|
40
|
+
answers:
|
|
41
|
+
edit:
|
|
42
|
+
title: Editar resposta
|
|
43
|
+
update: Actualizar resposta
|
|
44
|
+
index:
|
|
45
|
+
title: Respostas
|
|
46
|
+
new:
|
|
47
|
+
create: Crear resposta
|
|
48
|
+
title: Nova resposta
|
|
49
|
+
models:
|
|
50
|
+
answer:
|
|
51
|
+
name: Resposta
|
|
52
|
+
question:
|
|
53
|
+
name: Pregunta
|
|
54
|
+
questions:
|
|
55
|
+
edit:
|
|
56
|
+
title: Editar pregunta
|
|
57
|
+
update: Actualizar pregunta
|
|
58
|
+
index:
|
|
59
|
+
title: Preguntas
|
|
60
|
+
new:
|
|
61
|
+
create: Crear pregunta
|
|
62
|
+
title: Nova pregunta
|
|
63
|
+
election_m:
|
|
64
|
+
badge_name:
|
|
65
|
+
finished: Finalizada
|
|
66
|
+
ongoing: Activa
|
|
67
|
+
upcoming: Vindeiras
|
|
68
|
+
footer:
|
|
69
|
+
view: Ver
|
|
70
|
+
vote: Votar
|
|
71
|
+
label:
|
|
72
|
+
date: Datas
|
|
73
|
+
questions: Preguntas %{count}
|
|
74
|
+
unspecified: Sen especificar
|
|
75
|
+
elections:
|
|
76
|
+
filters:
|
|
77
|
+
active: Activa
|
|
78
|
+
all: Todas
|
|
79
|
+
finished: Finalizada
|
|
80
|
+
search: Procurar
|
|
81
|
+
state: Estado
|
|
82
|
+
upcoming: Vindeiras
|
|
83
|
+
filters_small_view:
|
|
84
|
+
close_modal: Pechar modal
|
|
85
|
+
filter: Filtrar
|
|
86
|
+
filter_by: Filtrar por
|
|
87
|
+
show:
|
|
88
|
+
back: Todas as votacións
|
|
89
|
+
models:
|
|
90
|
+
answer:
|
|
91
|
+
fields:
|
|
92
|
+
title: Título
|
|
93
|
+
election:
|
|
94
|
+
fields:
|
|
95
|
+
title: Título
|
|
96
|
+
question:
|
|
97
|
+
fields:
|
|
98
|
+
answers: Respostas
|
|
99
|
+
title: Título
|
|
100
|
+
votes:
|
|
101
|
+
confirmed:
|
|
102
|
+
experience: Como valoras a túa experiencia?
|
|
103
|
+
feedback: Dános a túa opinión
|
|
104
|
+
header: Voto confirmado
|
|
105
|
+
verify_text: Para verificalo, copia o identificador e pégao na <a href="evote-verify">páxina de verificación de voto</a>
|
|
106
|
+
header:
|
|
107
|
+
confirm: Confirma o teu voto
|
|
108
|
+
confirmed: Voto confirmado
|
|
109
|
+
encrypting: Confirmando o voto
|
|
110
|
+
modal:
|
|
111
|
+
close: Pechar
|
data/config/locales/it.yml
CHANGED
|
@@ -22,6 +22,10 @@ it:
|
|
|
22
22
|
attributes:
|
|
23
23
|
attachment:
|
|
24
24
|
needs_to_be_reattached: Necessita di essere riallegato
|
|
25
|
+
election:
|
|
26
|
+
attributes:
|
|
27
|
+
attachment:
|
|
28
|
+
needs_to_be_reattached: Necessita di essere riallegato
|
|
25
29
|
activerecord:
|
|
26
30
|
models:
|
|
27
31
|
decidim/elections/answer:
|
|
@@ -69,6 +73,7 @@ it:
|
|
|
69
73
|
title: Modifica risposta
|
|
70
74
|
update: Aggiorna risposta
|
|
71
75
|
index:
|
|
76
|
+
invalid_max_selections: Hai bisogno di %{missing_answers} altre risposte per scegliere le selezioni massime
|
|
72
77
|
title: Risposte
|
|
73
78
|
new:
|
|
74
79
|
create: Crea risposta
|
|
@@ -87,6 +92,7 @@ it:
|
|
|
87
92
|
title: Modifica elezione
|
|
88
93
|
update: Aggiorna elezione
|
|
89
94
|
index:
|
|
95
|
+
no_bulletin_board: Non è configurato alcun <a href="https://github.com/decidim/decidim-bulletin-board">Bulletin Board server</a> che sia necessario per usare questo modulo. Questa attività dovrebbe essere eseguita dall'amministratore di sistema.
|
|
90
96
|
title: Elezioni
|
|
91
97
|
new:
|
|
92
98
|
create: Crea elezione
|
|
@@ -163,6 +169,10 @@ it:
|
|
|
163
169
|
answers: Risposte
|
|
164
170
|
max_selections: Max. selezioni
|
|
165
171
|
title: Titolo
|
|
172
|
+
orders:
|
|
173
|
+
label: Ordina le elezioni per
|
|
174
|
+
older: Meno recente
|
|
175
|
+
recent: Recenti
|
|
166
176
|
votes:
|
|
167
177
|
confirm:
|
|
168
178
|
answer: Risposta
|
data/config/locales/pl.yml
CHANGED
|
@@ -14,6 +14,7 @@ pl:
|
|
|
14
14
|
question:
|
|
15
15
|
description: Opis
|
|
16
16
|
max_selections: Maksymalna liczba wyborów
|
|
17
|
+
min_selections: Żaden z powyższych wariantów
|
|
17
18
|
title: Tytuł
|
|
18
19
|
errors:
|
|
19
20
|
models:
|
|
@@ -97,6 +98,7 @@ pl:
|
|
|
97
98
|
title: Edytuj wybór
|
|
98
99
|
update: Aktualizuj wybór
|
|
99
100
|
index:
|
|
101
|
+
no_bulletin_board: Nie ma skonfigurowanego serwera <a href="https://github.com/decidim/decidim-bulletin-board">Bulletin Board</a>, który jest potrzebny do korzystania z tego modułu. Zadanie to powinno być wykonane przez administratora systemu.
|
|
100
102
|
title: Wybory
|
|
101
103
|
new:
|
|
102
104
|
create: Utwórz wybór
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
si:
|
data/config/locales/sv.yml
CHANGED
|
@@ -245,7 +245,7 @@ sv:
|
|
|
245
245
|
notification_title: Valet <a href="%{resource_path}">%{resource_title}</a> är nu aktivt för %{participatory_space_title}.
|
|
246
246
|
participatory_processes:
|
|
247
247
|
statistics:
|
|
248
|
-
elections_count:
|
|
248
|
+
elections_count: Omröstningar
|
|
249
249
|
layouts:
|
|
250
250
|
decidim:
|
|
251
251
|
election_votes_header:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
sw:
|
data/config/locales/tr-TR.yml
CHANGED
|
@@ -1 +1,262 @@
|
|
|
1
1
|
tr:
|
|
2
|
+
activemodel:
|
|
3
|
+
attributes:
|
|
4
|
+
answer:
|
|
5
|
+
description: Açıklama
|
|
6
|
+
image: Resim
|
|
7
|
+
proposals: İlgili teklifler
|
|
8
|
+
title: Başlık
|
|
9
|
+
election:
|
|
10
|
+
description: Açıklama
|
|
11
|
+
end_time: Oylama bitişi
|
|
12
|
+
start_time: Oylama başlangıcı
|
|
13
|
+
title: Başlık
|
|
14
|
+
question:
|
|
15
|
+
description: Açıklama
|
|
16
|
+
max_selections: Maksimum seçim sayısı
|
|
17
|
+
min_selections: Yukarıdakilerden hiçbiri
|
|
18
|
+
title: Başlık
|
|
19
|
+
errors:
|
|
20
|
+
models:
|
|
21
|
+
answer:
|
|
22
|
+
attributes:
|
|
23
|
+
attachment:
|
|
24
|
+
needs_to_be_reattached: Yeniden bağlanması gerekiyor
|
|
25
|
+
election:
|
|
26
|
+
attributes:
|
|
27
|
+
attachment:
|
|
28
|
+
needs_to_be_reattached: Yeniden bağlanması gerekiyor
|
|
29
|
+
activerecord:
|
|
30
|
+
models:
|
|
31
|
+
decidim/elections/answer:
|
|
32
|
+
one: Cevap
|
|
33
|
+
other: Cevaplar
|
|
34
|
+
decidim/elections/election:
|
|
35
|
+
one: Seçim
|
|
36
|
+
other: Seçimler
|
|
37
|
+
decidim/elections/question:
|
|
38
|
+
one: Soru
|
|
39
|
+
other: Sorular
|
|
40
|
+
decidim:
|
|
41
|
+
components:
|
|
42
|
+
elections:
|
|
43
|
+
actions:
|
|
44
|
+
vote: Oy ver
|
|
45
|
+
name: Seçimler
|
|
46
|
+
settings:
|
|
47
|
+
global:
|
|
48
|
+
announcement: Duyuru
|
|
49
|
+
step:
|
|
50
|
+
announcement: Duyuru
|
|
51
|
+
elections:
|
|
52
|
+
actions:
|
|
53
|
+
confirm_destroy: Emin misin?
|
|
54
|
+
destroy: Yok et
|
|
55
|
+
edit: Düzenle
|
|
56
|
+
edit_answers: Cevapları düzenle
|
|
57
|
+
edit_questions: Soruları Düzenle
|
|
58
|
+
import: Teklifleri yanıtlara aktarın
|
|
59
|
+
new: Yeni %{name}
|
|
60
|
+
preview: Önizleme
|
|
61
|
+
publish: Yayınla
|
|
62
|
+
title: Eylemler
|
|
63
|
+
unpublish: Yayımdan Kaldır
|
|
64
|
+
admin:
|
|
65
|
+
answers:
|
|
66
|
+
create:
|
|
67
|
+
invalid: Bu cevabı oluştururken bir sorunla karşılaştım
|
|
68
|
+
success: Cevap başarıyla oluşturuldu
|
|
69
|
+
destroy:
|
|
70
|
+
invalid: Bu cevabı silerken bir sorun oluştu
|
|
71
|
+
success: Yanıt başarıyla silindi
|
|
72
|
+
edit:
|
|
73
|
+
title: Cevabı düzenle
|
|
74
|
+
update: Cevabı güncelle
|
|
75
|
+
index:
|
|
76
|
+
invalid_max_selections: Maksimum seçimi eşleştirmek için %{missing_answers} yanıt(lar)a daha ihtiyacınız var
|
|
77
|
+
title: Cevaplar
|
|
78
|
+
new:
|
|
79
|
+
create: Cevap oluştur
|
|
80
|
+
title: Yeni cevap
|
|
81
|
+
update:
|
|
82
|
+
invalid: Bu klasör güncellenirken bir hata oluştu
|
|
83
|
+
success: Cevap başarıyla güncellendi
|
|
84
|
+
elections:
|
|
85
|
+
create:
|
|
86
|
+
invalid: Bu seçim oluşturulurken bir sorun meydana geldi
|
|
87
|
+
success: Seçim başarıyla oluşturuldu
|
|
88
|
+
destroy:
|
|
89
|
+
invalid: Bu seçim silinirken bir sorun oluştu
|
|
90
|
+
success: Seçim başarıyla silindi
|
|
91
|
+
edit:
|
|
92
|
+
title: Seçimi düzenle
|
|
93
|
+
update: Seçimi güncelle
|
|
94
|
+
index:
|
|
95
|
+
no_bulletin_board: Bu modülü kullanmak için gerekli olan yapılandırılmış bir <a href="https://github.com/decidim/decidim-bulletin-board"> Bulletin Board sunucusu </a> yok. Bu görev Sistem Yöneticisi tarafından yapılmalıdır.
|
|
96
|
+
title: Seçimler
|
|
97
|
+
new:
|
|
98
|
+
create: Seçim oluştur
|
|
99
|
+
title: Yeni seçim
|
|
100
|
+
publish:
|
|
101
|
+
success: Seçim başarıyla yayınlandı.
|
|
102
|
+
unpublish:
|
|
103
|
+
success: Seçim başarılı bir şekilde yayınlanmadı.
|
|
104
|
+
update:
|
|
105
|
+
invalid: Bu seçim güncellenirken bir sorun oluştu
|
|
106
|
+
success: Seçim başarıyla güncellendi
|
|
107
|
+
models:
|
|
108
|
+
answer:
|
|
109
|
+
name: Cevap
|
|
110
|
+
election:
|
|
111
|
+
name: Seçim
|
|
112
|
+
question:
|
|
113
|
+
name: Soru
|
|
114
|
+
proposals_imports:
|
|
115
|
+
create:
|
|
116
|
+
invalid: Teklifleri cevaplara aktarırken bir sorun oluştu
|
|
117
|
+
success: "%{number} teklif başarıyla yanıtlara aktarıldı"
|
|
118
|
+
new:
|
|
119
|
+
create: Teklifleri yanıtlara aktarın
|
|
120
|
+
no_components: Bu katılımcı alanda, teklifleri yanıtlara aktarmak için başka teklif bileşeni yoktur.
|
|
121
|
+
select_component: Lütfen modülü bileşeni seçin
|
|
122
|
+
questions:
|
|
123
|
+
create:
|
|
124
|
+
invalid: Yeni bir soru oluşturulurken bir hata oluştu
|
|
125
|
+
success: Soru başarıyla oluşturuldu
|
|
126
|
+
destroy:
|
|
127
|
+
invalid: Bu soru silinirken bir sorun oluştu
|
|
128
|
+
success: Soru başarıyla silindi
|
|
129
|
+
edit:
|
|
130
|
+
title: Soruyu Düzenle
|
|
131
|
+
update: Soruyu güncelle
|
|
132
|
+
index:
|
|
133
|
+
title: Sorular
|
|
134
|
+
new:
|
|
135
|
+
create: Soru Oluştur
|
|
136
|
+
title: Yeni soru
|
|
137
|
+
update:
|
|
138
|
+
invalid: Bu soru güncellenirken bir hata oluştu
|
|
139
|
+
success: Soru başarıyla güncellendi
|
|
140
|
+
admin_log:
|
|
141
|
+
election:
|
|
142
|
+
publish: "%{user_name}, %{resource_name} seçimini yayınladı"
|
|
143
|
+
unpublish: "%{user_name}, %{resource_name} seçimini yayından kaldırdı"
|
|
144
|
+
election_m:
|
|
145
|
+
badge_name:
|
|
146
|
+
finished: Bitti
|
|
147
|
+
ongoing: Aktif
|
|
148
|
+
upcoming: Yakında
|
|
149
|
+
end_date: Son
|
|
150
|
+
footer:
|
|
151
|
+
view: Görünüm
|
|
152
|
+
vote: Seçim
|
|
153
|
+
label:
|
|
154
|
+
date: Tarihler
|
|
155
|
+
questions: '%{count} soru'
|
|
156
|
+
start_date: Başlangıç
|
|
157
|
+
unspecified: Belirtilmemiş
|
|
158
|
+
elections:
|
|
159
|
+
count:
|
|
160
|
+
elections_count:
|
|
161
|
+
one: "%{count} seçim"
|
|
162
|
+
other: "%{count} seçim"
|
|
163
|
+
filters:
|
|
164
|
+
active: Aktif
|
|
165
|
+
all: Tümü
|
|
166
|
+
finished: Bitti
|
|
167
|
+
search: Arama
|
|
168
|
+
state: Statü
|
|
169
|
+
upcoming: Yakında
|
|
170
|
+
filters_small_view:
|
|
171
|
+
close_modal: Pencereyi kapat
|
|
172
|
+
filter: Filtrele
|
|
173
|
+
filter_by: Şuna göre filtrele
|
|
174
|
+
unfold: Aç
|
|
175
|
+
show:
|
|
176
|
+
back: Tüm seçimler
|
|
177
|
+
preview: Önizleme
|
|
178
|
+
vote: Oy
|
|
179
|
+
voting_period_status:
|
|
180
|
+
finished: Oylama %{start_time} tarihinde başladı ve %{end_time} tarihinde sona erdi
|
|
181
|
+
ongoing: Oylama %{end_time} tarihinde sona eriyor
|
|
182
|
+
upcoming: Oylama %{start_time} tarihinde başlıyor
|
|
183
|
+
models:
|
|
184
|
+
answer:
|
|
185
|
+
fields:
|
|
186
|
+
proposals: Teklifler
|
|
187
|
+
title: Başlık
|
|
188
|
+
election:
|
|
189
|
+
fields:
|
|
190
|
+
end_time: Bitiyor
|
|
191
|
+
start_time: Başlıyor
|
|
192
|
+
title: Başlık
|
|
193
|
+
question:
|
|
194
|
+
fields:
|
|
195
|
+
answers: Cevaplar
|
|
196
|
+
max_selections: Maks. Alan sayısı seçimler
|
|
197
|
+
title: Başlık
|
|
198
|
+
orders:
|
|
199
|
+
label: Seçimleri şuna göre sırala
|
|
200
|
+
older: Daha eski
|
|
201
|
+
recent: En son
|
|
202
|
+
votes:
|
|
203
|
+
confirm:
|
|
204
|
+
answer: Cevap
|
|
205
|
+
answer_number: '%{number} cevap'
|
|
206
|
+
confirm: Onayla
|
|
207
|
+
edit: düzenle
|
|
208
|
+
header: Oyunu onayla
|
|
209
|
+
intro: İşte kullanmak üzere olduğunuz oyların bir özeti. <br> Lütfen oyunuzu onaylayın veya yanıtlarınızı düzenleyin.
|
|
210
|
+
nota_option: Boş
|
|
211
|
+
question: '%{count} soru'
|
|
212
|
+
confirmed:
|
|
213
|
+
back: Seçimlere dön
|
|
214
|
+
experience: Şu ana kadarki deneyiminiz nasıl?
|
|
215
|
+
feedback: Bize geri bildirim verin
|
|
216
|
+
header: Oy onaylandı
|
|
217
|
+
lead: Oyunuz çoktan verildi!
|
|
218
|
+
text: 'Aşağıdaki tanımlayıcıyla oyunuzun başarıyla oy sandığına eklenip eklenmediğini kontrol edebilirsiniz: <strong class = "evote__poll-id">%{e_vote_poll_id} </strong>'
|
|
219
|
+
verify_text: Kontrol etmek için, tanımlayıcıyı kopyalayın ve <a href="evote-verify"> oy doğrulama sayfasına </a> yapıştırın
|
|
220
|
+
encrypting:
|
|
221
|
+
header: Oy kodlanıyor...
|
|
222
|
+
text: Anonim olarak kullanabilmeniz için oyunuz şifreleniyor.
|
|
223
|
+
header:
|
|
224
|
+
confirm: Oyunu onayla
|
|
225
|
+
confirmed: Oy onaylandı
|
|
226
|
+
encrypting: Onaylanan oy
|
|
227
|
+
messages:
|
|
228
|
+
not_allowed: Şu anda bu seçim için oy kullanmanıza izin verilmiyor.
|
|
229
|
+
modal:
|
|
230
|
+
close: Kapat
|
|
231
|
+
proposal_header: 'Teklifler:'
|
|
232
|
+
new:
|
|
233
|
+
answer_choices: En fazla %{choices} cevap seçebilirsiniz
|
|
234
|
+
more_information: Daha fazla bilgi
|
|
235
|
+
nota_option: Yukarıdakilerin hiçbiri
|
|
236
|
+
preview_alert: Bu, oylama kabininin bir önizlemesidir.
|
|
237
|
+
question_steps: Soru %{current_step}/%{total_steps}
|
|
238
|
+
selections: "%{selected}/%{max_selections} <br> seçim"
|
|
239
|
+
voting_step:
|
|
240
|
+
back: Geri
|
|
241
|
+
continue: Sonraki
|
|
242
|
+
warnings:
|
|
243
|
+
no_elections_warning: Arama kriterlerinize uyan seçim yok veya planlanmış bir seçim yok.
|
|
244
|
+
no_scheduled_elections_warning: Şu anda planlanmış bir seçim yok, ancak burada listelenen tüm geçmiş seçimleri bulabilirsiniz.
|
|
245
|
+
events:
|
|
246
|
+
elections:
|
|
247
|
+
election_published:
|
|
248
|
+
email_intro: '%{resource_title} seçimi artık %{participatory_space_title} için aktif. Bu sayfadan görebilirsiniz:'
|
|
249
|
+
email_outro: Bu bildirimi, %{participatory_space_title} adlı kişiyi takip ettiğiniz için aldınız. Önceki bağlantıyı izleyerek bildirim almayı durdurabilirsiniz.
|
|
250
|
+
email_subject: '%{resource_title} seçimi artık %{participatory_space_title} için aktif.'
|
|
251
|
+
notification_title: <a href="%{resource_path}">%{resource_title} </a> seçimi artık %{participatory_space_title} için aktif.
|
|
252
|
+
pages:
|
|
253
|
+
home:
|
|
254
|
+
statistics:
|
|
255
|
+
elections_count: Seçimler
|
|
256
|
+
participatory_processes:
|
|
257
|
+
statistics:
|
|
258
|
+
elections_count: Seçimler
|
|
259
|
+
layouts:
|
|
260
|
+
decidim:
|
|
261
|
+
election_votes_header:
|
|
262
|
+
exit: Çıkış
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-elections
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.23.
|
|
4
|
+
version: 0.23.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Leonardo Diez
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-02-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: decidim-core
|
|
@@ -16,56 +16,56 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.23.
|
|
19
|
+
version: 0.23.2
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.23.
|
|
26
|
+
version: 0.23.2
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: decidim-proposals
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - '='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.23.
|
|
33
|
+
version: 0.23.2
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - '='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 0.23.
|
|
40
|
+
version: 0.23.2
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: decidim-admin
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 0.23.
|
|
47
|
+
version: 0.23.2
|
|
48
48
|
type: :development
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - '='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 0.23.
|
|
54
|
+
version: 0.23.2
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: decidim-dev
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
59
|
- - '='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 0.23.
|
|
61
|
+
version: 0.23.2
|
|
62
62
|
type: :development
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - '='
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: 0.23.
|
|
68
|
+
version: 0.23.2
|
|
69
69
|
description: The Elections module adds elections to any participatory space.
|
|
70
70
|
email:
|
|
71
71
|
- leo@codegram.com
|
|
@@ -213,11 +213,13 @@ files:
|
|
|
213
213
|
- config/locales/pt.yml
|
|
214
214
|
- config/locales/ro-RO.yml
|
|
215
215
|
- config/locales/ru.yml
|
|
216
|
+
- config/locales/si-LK.yml
|
|
216
217
|
- config/locales/sk.yml
|
|
217
218
|
- config/locales/sl.yml
|
|
218
219
|
- config/locales/so-SO.yml
|
|
219
220
|
- config/locales/sr-CS.yml
|
|
220
221
|
- config/locales/sv.yml
|
|
222
|
+
- config/locales/sw-KE.yml
|
|
221
223
|
- config/locales/ti-ER.yml
|
|
222
224
|
- config/locales/tr-TR.yml
|
|
223
225
|
- config/locales/uk.yml
|
|
@@ -245,7 +247,7 @@ homepage: https://github.com/decidim/decidim-elections
|
|
|
245
247
|
licenses:
|
|
246
248
|
- AGPL-3.0
|
|
247
249
|
metadata: {}
|
|
248
|
-
post_install_message:
|
|
250
|
+
post_install_message:
|
|
249
251
|
rdoc_options: []
|
|
250
252
|
require_paths:
|
|
251
253
|
- lib
|
|
@@ -261,7 +263,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
261
263
|
version: '0'
|
|
262
264
|
requirements: []
|
|
263
265
|
rubygems_version: 3.0.3
|
|
264
|
-
signing_key:
|
|
266
|
+
signing_key:
|
|
265
267
|
specification_version: 4
|
|
266
268
|
summary: A decidim elections module
|
|
267
269
|
test_files: []
|