decidim-elections 0.23.1.rc1 → 0.23.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/decidim/elections/elections/show.html.erb +6 -4
- data/config/locales/cs.yml +2 -2
- data/config/locales/de.yml +43 -5
- data/config/locales/el.yml +4 -0
- data/config/locales/es-MX.yml +1 -1
- data/config/locales/es-PY.yml +1 -1
- data/config/locales/fi-plain.yml +1 -1
- data/config/locales/fi.yml +3 -3
- data/config/locales/gl.yml +113 -0
- data/config/locales/it.yml +14 -0
- data/config/locales/ja.yml +4 -0
- data/config/locales/lv.yml +4 -0
- data/config/locales/nl.yml +4 -0
- data/config/locales/no.yml +0 -1
- data/config/locales/pl.yml +12 -3
- data/config/locales/pt.yml +5 -1
- data/config/locales/ro-RO.yml +38 -0
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sv.yml +5 -0
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/tr-TR.yml +261 -0
- data/config/locales/zh-CN.yml +4 -0
- data/lib/decidim/elections/version.rb +1 -1
- metadata +17 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c235eb2c133cea6a2dd6057f1829811940a1a7eca37f1ba2625d45a0dac89e9e
|
4
|
+
data.tar.gz: 137529654aa60e20e18d7cbde40cb445208c8918a2032a5af05fc881195b57a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a3700e6554595d7559d4bcd707ce7cc67f813fc95215bfb51616e13c5842a408d8380ce5c433366360a2ecdc284fe273c239da972834d548f38b33419677eaf
|
7
|
+
data.tar.gz: b6cc6fe69cd9ff37dd80cc502cb90cb8e6962646705ad6683510f813bce2d76b0678aea8b040763ed40858e397ec63364fab28bef0de88db21eeddab9a9bbc8f
|
@@ -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/cs.yml
CHANGED
@@ -98,7 +98,7 @@ cs:
|
|
98
98
|
title: Upravit volbu
|
99
99
|
update: Aktualizovat volby
|
100
100
|
index:
|
101
|
-
no_bulletin_board: Není nastaven žádný <a href="https://github.com/decidim/decidim-bulletin-board">
|
101
|
+
no_bulletin_board: Není nastaven žádný <a href="https://github.com/decidim/decidim-bulletin-board">server Vývěsky</a>, který je potřebný pro použití tohoto modulu. Tento úkol by měl provést správce systému.
|
102
102
|
title: Volby
|
103
103
|
new:
|
104
104
|
create: Vytvořit volbu
|
@@ -183,7 +183,7 @@ cs:
|
|
183
183
|
show:
|
184
184
|
back: Všechny volby
|
185
185
|
preview: Náhled
|
186
|
-
vote:
|
186
|
+
vote: Hlasovat
|
187
187
|
voting_period_status:
|
188
188
|
finished: Hlasování začalo %{start_time} a skončilo %{end_time}
|
189
189
|
ongoing: Hlasování končí %{end_time}
|
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,15 +145,37 @@ 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
|
150
|
-
vote:
|
178
|
+
vote: Abstimmung
|
151
179
|
voting_period_status:
|
152
180
|
finished: Die Abstimmung begann am %{start_time} und endete am %{end_time}
|
153
181
|
ongoing: Die Abstimmung endet am %{end_time}
|
@@ -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/el.yml
CHANGED
data/config/locales/es-MX.yml
CHANGED
data/config/locales/es-PY.yml
CHANGED
data/config/locales/fi-plain.yml
CHANGED
data/config/locales/fi.yml
CHANGED
@@ -92,7 +92,7 @@ fi:
|
|
92
92
|
title: Muokkaa vaalia
|
93
93
|
update: Päivitä vaali
|
94
94
|
index:
|
95
|
-
no_bulletin_board:
|
95
|
+
no_bulletin_board: Järjestelmään ei ole määritetty <a href="https://github.com/decidim/decidim-bulletin-board">sähköisen ääniuurnan palvelinta</a>, joka tarvitaan käyttääksesi tätä moduulia. Tämä tehtävä tulisi toteuttaa yhteistyössä järjestelmänvalvojan kanssa.
|
96
96
|
title: Vaalit
|
97
97
|
new:
|
98
98
|
create: Luo vaali
|
@@ -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
|
@@ -255,7 +255,7 @@ fi:
|
|
255
255
|
elections_count: Vaalit
|
256
256
|
participatory_processes:
|
257
257
|
statistics:
|
258
|
-
elections_count:
|
258
|
+
elections_count: Vaalit
|
259
259
|
layouts:
|
260
260
|
decidim:
|
261
261
|
election_votes_header:
|
data/config/locales/gl.yml
CHANGED
@@ -1 +1,114 @@
|
|
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
|
+
vote: Votar
|
90
|
+
voting_period_status:
|
91
|
+
ongoing: A votación termina en %{end_time}
|
92
|
+
models:
|
93
|
+
answer:
|
94
|
+
fields:
|
95
|
+
title: Título
|
96
|
+
election:
|
97
|
+
fields:
|
98
|
+
title: Título
|
99
|
+
question:
|
100
|
+
fields:
|
101
|
+
answers: Respostas
|
102
|
+
title: Título
|
103
|
+
votes:
|
104
|
+
confirmed:
|
105
|
+
experience: Como valoras a túa experiencia?
|
106
|
+
feedback: Dános a túa opinión
|
107
|
+
header: Voto confirmado
|
108
|
+
verify_text: Para verificalo, copia o identificador e pégao na <a href="evote-verify">páxina de verificación de voto</a>
|
109
|
+
header:
|
110
|
+
confirm: Confirma o teu voto
|
111
|
+
confirmed: Voto confirmado
|
112
|
+
encrypting: Confirmando o voto
|
113
|
+
modal:
|
114
|
+
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
|
@@ -210,6 +220,10 @@ it:
|
|
210
220
|
email_outro: Hai ricevuto questa notifica perché stai seguendo %{participatory_space_title}. È possibile interrompere la ricezione di notifiche seguendo il collegamento precedente.
|
211
221
|
email_subject: L'elezione di %{resource_title} è ora attiva per %{participatory_space_title}.
|
212
222
|
notification_title: L'elezione <a href="%{resource_path}">%{resource_title}</a> è ora attiva per %{participatory_space_title}.
|
223
|
+
pages:
|
224
|
+
home:
|
225
|
+
statistics:
|
226
|
+
elections_count: Elezioni
|
213
227
|
participatory_processes:
|
214
228
|
statistics:
|
215
229
|
elections_count: Elezioni
|
data/config/locales/ja.yml
CHANGED
@@ -245,6 +245,10 @@ ja:
|
|
245
245
|
email_outro: '%{participatory_space_title}をフォローしているため、この通知を受け取りました。前のリンクに続く通知の受信を停止することができます。'
|
246
246
|
email_subject: '%{resource_title} の選挙は %{participatory_space_title} のために有効になりました。'
|
247
247
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> の選挙が %{participatory_space_title} に有効になりました。
|
248
|
+
pages:
|
249
|
+
home:
|
250
|
+
statistics:
|
251
|
+
elections_count: 選挙
|
248
252
|
participatory_processes:
|
249
253
|
statistics:
|
250
254
|
elections_count: 選挙
|
data/config/locales/lv.yml
CHANGED
data/config/locales/nl.yml
CHANGED
@@ -210,6 +210,10 @@ nl:
|
|
210
210
|
email_outro: Je hebt deze melding ontvangen omdat je %{participatory_space_title}volgt. Je kan de meldingen uitschakelen door te klikken op de voorgaande link.
|
211
211
|
email_subject: De %{resource_title} verkiezing is nu actief voor %{participatory_space_title}.
|
212
212
|
notification_title: De <a href="%{resource_path}">%{resource_title}</a> verkiezing is nu actief voor %{participatory_space_title}.
|
213
|
+
pages:
|
214
|
+
home:
|
215
|
+
statistics:
|
216
|
+
elections_count: Verkiezingen
|
213
217
|
participatory_processes:
|
214
218
|
statistics:
|
215
219
|
elections_count: Verkiezingen
|
data/config/locales/no.yml
CHANGED
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: Brak skonfigurowanego <a href="https://github.com/decidim/decidim-bulletin-board">serwera tablicy ogłoszeń</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
|
@@ -117,7 +119,7 @@ pl:
|
|
117
119
|
name: Pytanie
|
118
120
|
proposals_imports:
|
119
121
|
create:
|
120
|
-
invalid: Wystąpił
|
122
|
+
invalid: Wystąpił błąd podczas importowania propozycji do odpowiedzi
|
121
123
|
success: "Liczba propozycji pomyślnie zaimportowanych do odpowiedzi: %{number}"
|
122
124
|
new:
|
123
125
|
create: Importuj propozycje do odpowiedzi
|
@@ -174,7 +176,7 @@ pl:
|
|
174
176
|
state: Status
|
175
177
|
upcoming: Nadchodzące
|
176
178
|
filters_small_view:
|
177
|
-
close_modal: Zamknij
|
179
|
+
close_modal: Zamknij okno
|
178
180
|
filter: Filtr
|
179
181
|
filter_by: Filtruj według
|
180
182
|
unfold: Rozwiń
|
@@ -213,6 +215,7 @@ pl:
|
|
213
215
|
edit: edytuj
|
214
216
|
header: Potwierdź swój głos
|
215
217
|
intro: Oto podsumowanie głosu, który zamierzasz oddać. <br> Proszę potwierdzić swój głos lub edytuj swoje odpowiedzi.
|
218
|
+
nota_option: Puste
|
216
219
|
question: Pytanie %{count}
|
217
220
|
confirmed:
|
218
221
|
back: Powrót do wyborów
|
@@ -235,12 +238,14 @@ pl:
|
|
235
238
|
close: Zamknij
|
236
239
|
proposal_header: 'Propozycje:'
|
237
240
|
new:
|
241
|
+
answer_choices: Możesz wybrać do %{choices} odpowiedzi
|
238
242
|
more_information: Więcej informacji
|
243
|
+
nota_option: Pusty/Żadne z powyższych
|
239
244
|
preview_alert: To jest podgląd kabiny do głosowania.
|
240
245
|
question_steps: Pytanie %{current_step} z %{total_steps}
|
241
246
|
selections: "%{selected} z %{max_selections}<br> opcji wyboru"
|
242
247
|
voting_step:
|
243
|
-
back:
|
248
|
+
back: Wróć
|
244
249
|
continue: Następny
|
245
250
|
warnings:
|
246
251
|
no_elections_warning: Brak wyborów spełniających kryteria wyszukiwania lub nie ma żadnych zaplanowanych wyborów.
|
@@ -252,6 +257,10 @@ pl:
|
|
252
257
|
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{participatory_space_title}. Możesz przestać otrzymywać powiadomienia po kliknięciu w poprzedni link.
|
253
258
|
email_subject: Wybór %{resource_title} jest teraz aktywny w %{participatory_space_title}.
|
254
259
|
notification_title: Wybór <a href="%{resource_path}">%{resource_title}</a> jest teraz aktywny w %{participatory_space_title}.
|
260
|
+
pages:
|
261
|
+
home:
|
262
|
+
statistics:
|
263
|
+
elections_count: Wybory
|
255
264
|
participatory_processes:
|
256
265
|
statistics:
|
257
266
|
elections_count: Wybory
|
data/config/locales/pt.yml
CHANGED
@@ -142,7 +142,7 @@ pt:
|
|
142
142
|
show:
|
143
143
|
back: Todas as eleições
|
144
144
|
preview: Pré-visualizar
|
145
|
-
vote:
|
145
|
+
vote: Votar
|
146
146
|
voting_period_status:
|
147
147
|
finished: A votação começou em %{start_time} e terminou em %{end_time}
|
148
148
|
ongoing: A votação termina em %{end_time}
|
@@ -206,6 +206,10 @@ pt:
|
|
206
206
|
email_outro: Recebeu esta notificação porque segue %{participatory_space_title}. Pode parar de receber notificações seguindo a hiperligação anterior.
|
207
207
|
email_subject: A eleição %{resource_title} está agora ativa em %{participatory_space_title}.
|
208
208
|
notification_title: A eleição <a href="%{resource_path}">%{resource_title}</a> está agora ativa em %{participatory_space_title}.
|
209
|
+
pages:
|
210
|
+
home:
|
211
|
+
statistics:
|
212
|
+
elections_count: Eleições
|
209
213
|
participatory_processes:
|
210
214
|
statistics:
|
211
215
|
elections_count: Eleições
|
data/config/locales/ro-RO.yml
CHANGED
@@ -14,6 +14,7 @@ ro:
|
|
14
14
|
question:
|
15
15
|
description: Descriere
|
16
16
|
max_selections: Numărul maxim de selecții
|
17
|
+
min_selections: Niciuna dintre opțiunile de mai sus
|
17
18
|
title: Titlu
|
18
19
|
errors:
|
19
20
|
models:
|
@@ -21,6 +22,10 @@ ro:
|
|
21
22
|
attributes:
|
22
23
|
attachment:
|
23
24
|
needs_to_be_reattached: Trebuie să fie reatașate
|
25
|
+
election:
|
26
|
+
attributes:
|
27
|
+
attachment:
|
28
|
+
needs_to_be_reattached: Trebuie să fie reatașate
|
24
29
|
activerecord:
|
25
30
|
models:
|
26
31
|
decidim/elections/answer:
|
@@ -71,6 +76,7 @@ ro:
|
|
71
76
|
title: Editare răspuns
|
72
77
|
update: Actualizare răspuns
|
73
78
|
index:
|
79
|
+
invalid_max_selections: Mai ai nevoie de %{missing_answers} răspuns/s pentru a se potrivi cu selecțiile maxime
|
74
80
|
title: Răspunsuri
|
75
81
|
new:
|
76
82
|
create: Creează răspuns
|
@@ -89,6 +95,7 @@ ro:
|
|
89
95
|
title: Editare alegeri
|
90
96
|
update: Actualizează alegerea
|
91
97
|
index:
|
98
|
+
no_bulletin_board: Nu există <a href="https://github.com/decidim/decidim-bulletin-board">Serverul Bulletin Board</a> configurat, care este necesar pentru a utiliza acest modul. Această sarcină trebuie realizată de Administratorul de sistem.
|
92
99
|
title: Alegeri
|
93
100
|
new:
|
94
101
|
create: Creați alegeri
|
@@ -137,12 +144,38 @@ ro:
|
|
137
144
|
election:
|
138
145
|
publish: "%{user_name} a publicat alegerile pentru %{resource_name}"
|
139
146
|
unpublish: "%{user_name} nepublicat alegerea %{resource_name}"
|
147
|
+
election_m:
|
148
|
+
badge_name:
|
149
|
+
finished: Terminat
|
150
|
+
ongoing: Activ
|
151
|
+
upcoming: Urmează
|
152
|
+
end_date: Se termină
|
153
|
+
footer:
|
154
|
+
view: Vizualizare
|
155
|
+
vote: Votează
|
156
|
+
label:
|
157
|
+
date: Date
|
158
|
+
questions: Întrebări %{count}
|
159
|
+
start_date: Începe
|
160
|
+
unspecified: Nu este specificat
|
140
161
|
elections:
|
141
162
|
count:
|
142
163
|
elections_count:
|
143
164
|
one: "%{count} alegeri"
|
144
165
|
few: "%{count} alegeri"
|
145
166
|
other: "%{count} alegeri"
|
167
|
+
filters:
|
168
|
+
active: Activ
|
169
|
+
all: Toate
|
170
|
+
finished: Finalizat
|
171
|
+
search: Caută
|
172
|
+
state: Stare
|
173
|
+
upcoming: Urmează
|
174
|
+
filters_small_view:
|
175
|
+
close_modal: Închidere
|
176
|
+
filter: Filtrare
|
177
|
+
filter_by: Filtrează după
|
178
|
+
unfold: Desfășurat
|
146
179
|
show:
|
147
180
|
back: Toate alegerile
|
148
181
|
preview: Previzualizare
|
@@ -174,6 +207,7 @@ ro:
|
|
174
207
|
edit: editează
|
175
208
|
header: Confirmă votul tău
|
176
209
|
intro: Iată un rezumat al votului pe care urmează să îl exprimați. <br> Vă rugăm să confirmați votul sau să editați răspunsurile.
|
210
|
+
nota_option: Necompletat
|
177
211
|
question: Întrebarea %{count}
|
178
212
|
confirmed:
|
179
213
|
back: Înapoi la alegeri
|
@@ -210,6 +244,10 @@ ro:
|
|
210
244
|
email_outro: Ați primit această notificare deoarece urmăriți %{participatory_space_title}. Puteți înceta să primiți notificări urmând linkul anterior.
|
211
245
|
email_subject: Alegerea %{resource_title} este acum activă pentru %{participatory_space_title}.
|
212
246
|
notification_title: Alegerile <a href="%{resource_path}">%{resource_title}</a> sunt acum active pentru %{participatory_space_title}.
|
247
|
+
pages:
|
248
|
+
home:
|
249
|
+
statistics:
|
250
|
+
elections_count: Alegeri
|
213
251
|
participatory_processes:
|
214
252
|
statistics:
|
215
253
|
elections_count: Alegeri
|
@@ -0,0 +1 @@
|
|
1
|
+
si:
|
data/config/locales/sv.yml
CHANGED
@@ -204,6 +204,7 @@ sv:
|
|
204
204
|
edit: redigera
|
205
205
|
header: Bekräfta din röst
|
206
206
|
intro: Här är en sammanfattning av den röst som du ska rösta. <br> Vänligen bekräfta din röst eller redigera dina svar.
|
207
|
+
nota_option: Tom
|
207
208
|
question: Fråga %{count}
|
208
209
|
confirmed:
|
209
210
|
back: Tillbaka till val
|
@@ -243,6 +244,10 @@ sv:
|
|
243
244
|
email_outro: Du har fått det här meddelandet eftersom du följer %{participatory_space_title}. Du kan sluta ta emot meddelanden via föregående länk.
|
244
245
|
email_subject: Valet %{resource_title} är nu aktivt för %{participatory_space_title}.
|
245
246
|
notification_title: Valet <a href="%{resource_path}">%{resource_title}</a> är nu aktivt för %{participatory_space_title}.
|
247
|
+
pages:
|
248
|
+
home:
|
249
|
+
statistics:
|
250
|
+
elections_count: Val
|
246
251
|
participatory_processes:
|
247
252
|
statistics:
|
248
253
|
elections_count: Val
|
@@ -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 ver
|
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ış
|
data/config/locales/zh-CN.yml
CHANGED
@@ -245,6 +245,10 @@ zh-CN:
|
|
245
245
|
email_outro: 您收到此通知是因为您正在关注 %{participatory_space_title}。您可以停止收到跟随上一个链接的通知。
|
246
246
|
email_subject: '%{resource_title} 的选举现在对 %{participatory_space_title} 生效。'
|
247
247
|
notification_title: <a href="%{resource_path}">%{resource_title}</a> 选区现已启用 %{participatory_space_title}。
|
248
|
+
pages:
|
249
|
+
home:
|
250
|
+
statistics:
|
251
|
+
elections_count: 选举
|
248
252
|
participatory_processes:
|
249
253
|
statistics:
|
250
254
|
elections_count: 选举
|
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.5
|
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-04-08 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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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.5
|
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
|
@@ -256,12 +258,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
256
258
|
version: '2.6'
|
257
259
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
258
260
|
requirements:
|
259
|
-
- - "
|
261
|
+
- - ">="
|
260
262
|
- !ruby/object:Gem::Version
|
261
|
-
version:
|
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: []
|