decidim-elections 0.28.0 → 0.28.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/elections/highlighted_elections_for_component/show.erb +1 -1
- data/app/cells/decidim/votings/content_blocks/hero_cell.rb +0 -12
- data/app/controllers/concerns/decidim/votings/admin/voting_admin.rb +3 -2
- data/app/controllers/decidim/votings/admin/monitoring_committee_members_controller.rb +15 -0
- data/app/controllers/decidim/votings/admin/votings_landing_page_controller.rb +3 -0
- data/app/helpers/decidim/votings/votings_helper.rb +1 -1
- data/app/views/decidim/elections/admin/answers/edit.html.erb +2 -2
- data/app/views/decidim/elections/admin/answers/index.html.erb +2 -2
- data/app/views/decidim/elections/admin/answers/new.html.erb +2 -2
- data/app/views/decidim/elections/admin/elections/edit.html.erb +2 -2
- data/app/views/decidim/elections/admin/elections/index.html.erb +2 -2
- data/app/views/decidim/elections/admin/elections/new.html.erb +2 -2
- data/app/views/decidim/elections/admin/proposals_imports/new.html.erb +2 -2
- data/app/views/decidim/elections/admin/questions/edit.html.erb +2 -2
- data/app/views/decidim/elections/admin/questions/index.html.erb +2 -2
- data/app/views/decidim/elections/admin/questions/new.html.erb +2 -2
- data/app/views/decidim/elections/admin/steps/_created.html.erb +1 -1
- data/app/views/decidim/elections/admin/steps/_key_ceremony.html.erb +1 -1
- data/app/views/decidim/elections/admin/steps/_key_ceremony_ended.html.erb +1 -1
- data/app/views/decidim/elections/admin/steps/_results_published.html.erb +2 -2
- data/app/views/decidim/elections/admin/steps/_tally_ended.html.erb +2 -2
- data/app/views/decidim/elections/admin/steps/_tally_started.html.erb +1 -1
- data/app/views/decidim/elections/admin/steps/_vote.html.erb +1 -1
- data/app/views/decidim/elections/admin/steps/_vote_ended.html.erb +1 -1
- data/app/views/decidim/elections/admin/steps/_vote_stats.html.erb +2 -2
- data/app/views/decidim/elections/admin/steps/index.html.erb +2 -2
- data/app/views/decidim/elections/admin/trustees_participatory_spaces/index.html.erb +2 -2
- data/app/views/decidim/elections/admin/trustees_participatory_spaces/new.html.erb +2 -2
- data/app/views/decidim/votings/admin/ballot_styles/edit.html.erb +2 -2
- data/app/views/decidim/votings/admin/ballot_styles/index.html.erb +2 -2
- data/app/views/decidim/votings/admin/ballot_styles/new.html.erb +2 -2
- data/app/views/decidim/votings/admin/monitoring_committee_election_results/_results.html.erb +2 -2
- data/app/views/decidim/votings/admin/monitoring_committee_election_results/index.html.erb +2 -2
- data/app/views/decidim/votings/admin/monitoring_committee_members/index.html.erb +2 -2
- data/app/views/decidim/votings/admin/monitoring_committee_members/new.html.erb +2 -2
- data/app/views/decidim/votings/admin/monitoring_committee_polling_station_closures/_closures.html.erb +2 -2
- data/app/views/decidim/votings/admin/monitoring_committee_polling_station_closures/_elections.html.erb +2 -2
- data/app/views/decidim/votings/admin/monitoring_committee_polling_station_closures/edit.html.erb +2 -2
- data/app/views/decidim/votings/admin/monitoring_committee_verify_elections/index.html.erb +2 -2
- data/app/views/decidim/votings/admin/polling_officers/index.html.erb +2 -2
- data/app/views/decidim/votings/admin/polling_officers/new.html.erb +2 -2
- data/app/views/decidim/votings/admin/polling_stations/edit.html.erb +2 -2
- data/app/views/decidim/votings/admin/polling_stations/index.html.erb +2 -2
- data/app/views/decidim/votings/admin/polling_stations/new.html.erb +2 -2
- data/app/views/decidim/votings/admin/votings/edit.html.erb +2 -2
- data/app/views/decidim/votings/admin/votings/new.html.erb +2 -2
- data/app/views/decidim/votings/census/admin/census/show.html.erb +2 -2
- data/config/locales/bg.yml +1377 -0
- data/config/locales/ca.yml +6 -6
- data/config/locales/cs.yml +2 -0
- data/config/locales/de.yml +1 -1
- data/config/locales/es-MX.yml +1 -1
- data/config/locales/es.yml +5 -5
- data/config/locales/eu.yml +3 -0
- data/config/locales/fi-plain.yml +3 -0
- data/config/locales/fi.yml +3 -0
- data/config/locales/gl.yml +2 -0
- data/config/locales/he-IL.yml +1 -0
- data/config/locales/hu.yml +14 -0
- data/config/locales/it.yml +2 -0
- data/config/locales/ja.yml +4 -1
- data/config/locales/nl.yml +2 -0
- data/config/locales/pl.yml +349 -0
- data/config/locales/pt-BR.yml +178 -0
- data/config/locales/pt.yml +2 -0
- data/config/locales/ru.yml +5 -0
- data/config/locales/sk.yml +5 -0
- data/config/locales/sv.yml +3 -0
- data/config/locales/tr-TR.yml +6 -0
- data/config/locales/uk.yml +5 -0
- data/db/migrate/20210310120708_add_followable_counter_cache_to_votings.rb +6 -2
- data/decidim-elections.gemspec +44 -0
- data/lib/decidim/elections/version.rb +1 -1
- data/lib/decidim/votings/admin_engine.rb +0 -12
- data/lib/decidim/votings/content_blocks/registry_manager.rb +8 -1
- data/lib/decidim/votings/menu.rb +2 -5
- metadata +17 -16
- data/config/environment.rb +0 -3
data/config/locales/ca.yml
CHANGED
@@ -644,7 +644,7 @@ ca:
|
|
644
644
|
success: La teva clau pública d'identificació va ser guardada amb èxit.
|
645
645
|
votes:
|
646
646
|
ballot_decision:
|
647
|
-
audit:
|
647
|
+
audit: Auditar papereta
|
648
648
|
back: Començar de nou el procés de votació
|
649
649
|
ballot_hash: 'L''identificador de la teva papereta és:'
|
650
650
|
cast: Dipositar la papereta per a finalitzar el teu vot
|
@@ -731,31 +731,31 @@ ca:
|
|
731
731
|
elections:
|
732
732
|
election_published:
|
733
733
|
email_intro: 'La votació %{resource_title} ja està activa a %{participatory_space_title}. Pots veure-la des d''aquesta pàgina:'
|
734
|
-
email_outro: Has rebut aquesta notificació perquè estàs seguint l'espai %{participatory_space_title}. Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
734
|
+
email_outro: Has rebut aquesta notificació perquè estàs seguint l'espai "%{participatory_space_title}". Pots deixar de rebre notificacions seguint l'enllaç anterior.
|
735
735
|
email_subject: La votació %{resource_title} ja està activa a %{participatory_space_title}.
|
736
736
|
notification_title: La votació <a href="%{resource_path}">%{resource_title}</a> a %{participatory_space_title} ja està activa.
|
737
737
|
trustees:
|
738
738
|
new_election:
|
739
739
|
email_intro: Has estat afegit com a garant de l'elecció %{resource_title}.
|
740
|
-
email_outro: Has rebut aquesta notificació perquè t'han afegit com a garant de l'elecció %{resource_title}.
|
740
|
+
email_outro: Has rebut aquesta notificació perquè t'han afegit com a garant de l'elecció "%{resource_title}".
|
741
741
|
email_subject: Ets un garant de l'elecció %{resource_title}..
|
742
742
|
notification_title: Ets un garant de l'elecció <a href="%{resource_path}">%{resource_title}</a>.
|
743
743
|
new_trustee:
|
744
744
|
email_intro: Una administradora t'ha afegit com a garant de %{resource_name}. Hauries de crear la teva clau pública a la teva <a href='%{trustee_zone_url}'>zona de garants</a>
|
745
|
-
email_outro: Has rebut aquesta notificació perquè t'han afegit com a garant de %{resource_name}.
|
745
|
+
email_outro: Has rebut aquesta notificació perquè t'han afegit com a garant de l'elecció "%{resource_name}".
|
746
746
|
email_subject: Ets garant de %{resource_name}.
|
747
747
|
notification_title: Ets garant de <a href="%{participatory_space_url}">%{resource_name}</a>.
|
748
748
|
votes:
|
749
749
|
accepted_votes:
|
750
750
|
email_intro: 'El teu vot s''ha acceptat! Utilitzant el comprovant de vot: %{encrypted_vote_hash}, pots verificar-lo <a href="%{verify_url}">aquí</a>.'
|
751
|
-
email_outro: Has rebut aquesta notificació perquè has votat a l'elecció %{resource_name}.
|
751
|
+
email_outro: Has rebut aquesta notificació perquè has votat a l'elecció "%{resource_name}".
|
752
752
|
email_subject: El teu vot a %{resource_name} s'ha acceptat.
|
753
753
|
notification_title: 'El teu vot s''ha acceptat. Verifica''l <a href="%{verify_url}">aquí</a> utilitzant el comprovant de vot: %{encrypted_vote_hash}'
|
754
754
|
votings:
|
755
755
|
polling_officers:
|
756
756
|
polling_station_assigned:
|
757
757
|
email_intro: T'han assignat com %{role} del punt de votació %{polling_station_name} a <a href="%{resource_url}">%{resource_title}</a>. Pots gestionar el punt de votació accedint a la <a href="%{polling_officer_zone_url}">Zona de gestors de mesa</a>.
|
758
|
-
email_outro: Has rebut aquesta notificació perquè t'han assignat com %{role} de %{polling_station_name}.
|
758
|
+
email_outro: Has rebut aquesta notificació perquè t'han assignat com %{role} de "%{polling_station_name}".
|
759
759
|
email_subject: Ets %{role} del punt de votació %{polling_station_name}.
|
760
760
|
notification_title: Ets %{role} del punt de votació %{polling_station_name} a la votació <a href="%{resource_path}">%{resource_title}</a>.
|
761
761
|
send_access_code:
|
data/config/locales/cs.yml
CHANGED
@@ -663,6 +663,7 @@ cs:
|
|
663
663
|
upload_legend: Server má vaše veřejné identifikační klíče, ale váš prohlížeč jej stále nemá. Je třeba importovat soubor s identifikačními klíči do počítače ze zálohy, kterou jste vytvořili po jejich vygenerování.
|
664
664
|
not_supported_browser_description: Vypadá to, že používáte webový prohlížeč, který nelze použít jako správce. Ujistěte se, že používáte nejnovější verzi prohlížeče, nebo zkuste použít některý z nejpopulárnějších prohlížečů, abyste mohli dokončit své úkoly správce.
|
665
665
|
not_supported_browser_title: Upgradujte prohlížeč abyste mohl fungovat jako důvěrník
|
666
|
+
trustee_role_description: Byl jste pověřen, abyste v některých volbách, které na této platformě probíhají, jednal jako důvěrník.
|
666
667
|
update:
|
667
668
|
success: Váš identifikační veřejný klíč byl úspěšně uložen.
|
668
669
|
votes:
|
@@ -749,6 +750,7 @@ cs:
|
|
749
750
|
continue: Další
|
750
751
|
warnings:
|
751
752
|
no_elections_warning: Žádné volby neodpovídají vašim kritériím vyhledávání nebo nejsou naplánovány žádné volby.
|
753
|
+
no_scheduled_elections_warning: Momentálně nejsou naplánovány žádné volby, ale tady najdete seznam všech uplynulých voleb.
|
752
754
|
events:
|
753
755
|
elections:
|
754
756
|
election_published:
|
data/config/locales/de.yml
CHANGED
data/config/locales/es-MX.yml
CHANGED
data/config/locales/es.yml
CHANGED
@@ -731,31 +731,31 @@ es:
|
|
731
731
|
elections:
|
732
732
|
election_published:
|
733
733
|
email_intro: 'La votación %{resource_title} ya está activa en %{participatory_space_title}. Puedes verla desde esta página:'
|
734
|
-
email_outro: Has recibido esta notificación porque estás siguiendo %{participatory_space_title}. Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
|
734
|
+
email_outro: Has recibido esta notificación porque estás siguiendo el espacio "%{participatory_space_title}". Puedes dejar de recibir notificaciones siguiendo el enlace anterior.
|
735
735
|
email_subject: La votación %{resource_title} en %{participatory_space_title} ya está activa.
|
736
736
|
notification_title: La votación <a href="%{resource_path}">%{resource_title}</a> ya está activa en %{participatory_space_title}.
|
737
737
|
trustees:
|
738
738
|
new_election:
|
739
739
|
email_intro: Has sido añadido como garante para la elección de %{resource_title}.
|
740
|
-
email_outro: Has recibido esta notificación porque has sido añadido como garante para la elección %{resource_title}.
|
740
|
+
email_outro: Has recibido esta notificación porque has sido añadido como garante para la elección "%{resource_title}".
|
741
741
|
email_subject: Eres garante para la elección de %{resource_title}..
|
742
742
|
notification_title: Eres garante para la elección de <a href="%{resource_path}">%{resource_title}</a>.
|
743
743
|
new_trustee:
|
744
744
|
email_intro: Un administrador te ha añadido como garante para %{resource_name}. Debes crear tu clave pública <a href='%{trustee_zone_url}'>en tu zona de garantes</a>
|
745
|
-
email_outro: Has recibido esta notificación porque has sido añadido como garante para %{resource_name}.
|
745
|
+
email_outro: Has recibido esta notificación porque has sido añadido como garante para la elección "%{resource_name}".
|
746
746
|
email_subject: Eres garante de %{resource_name}.
|
747
747
|
notification_title: Eres garante de <a href="%{participatory_space_url}">%{resource_name}</a>.
|
748
748
|
votes:
|
749
749
|
accepted_votes:
|
750
750
|
email_intro: '¡Tu voto ha sido aceptado! Utilizando tu token de voto: %{encrypted_vote_hash}, puedes verificar tu voto <a href="%{verify_url}">aquí</a>.'
|
751
|
-
email_outro: Has recibido esta notificación porque has votado en la elección %{resource_name}.
|
751
|
+
email_outro: Has recibido esta notificación porque has votado en la elección "%{resource_name}".
|
752
752
|
email_subject: Tu voto para %{resource_name} ha sido aceptado.
|
753
753
|
notification_title: 'Tu voto ha sido aceptado. Verifica tu voto <a href="%{verify_url}">aquí</a> usando tu token de voto: %{encrypted_vote_hash}'
|
754
754
|
votings:
|
755
755
|
polling_officers:
|
756
756
|
polling_station_assigned:
|
757
757
|
email_intro: Se te ha asignado como %{role} del punto de votación %{polling_station_name} en <a href="%{resource_url}">%{resource_title}</a>. Puedes administrar el punto de votación desde el espacio <a href="%{polling_officer_zone_url}">Zona de gestores de mesa</a>.
|
758
|
-
email_outro: Has recibido esta notificación porque has sido asignado como %{role} de %{polling_station_name}.
|
758
|
+
email_outro: Has recibido esta notificación porque has sido asignado como %{role} de "%{polling_station_name}".
|
759
759
|
email_subject: Eres %{role} del punto de votación %{polling_station_name}.
|
760
760
|
notification_title: Eres %{role} del punto de votación %{polling_station_name} en la votación <a href="%{resource_path}">%{resource_title}</a>.
|
761
761
|
send_access_code:
|
data/config/locales/eu.yml
CHANGED
data/config/locales/fi-plain.yml
CHANGED
@@ -639,6 +639,7 @@ fi-pl:
|
|
639
639
|
upload_legend: Julkiset tunnistusavaimet ovat palvelimella, mutta eivät selaimessasi. Sinun täytyy tuoda tunnistusavainten tiedosto omalle tietokoneellesi varmuuskopiosta, jonka tallensit avaimia luotaessa.
|
640
640
|
not_supported_browser_description: Näyttää siltä, että käytät selainta, jota ei voi käyttää luottamushenkilönä toimimiseen. Tarkasta, että käytät selaimesi viimeisintä versiota tai yritä käyttää jotain suosituimmista selaimista luottamushenkilön tehtävien suorittamiseksi.
|
641
641
|
not_supported_browser_title: Päivitä selaimesi toimiaksesi luottamushenkilönä
|
642
|
+
trustee_role_description: Sinulle on annettu luottamushenkilön tehtävä joissain vaaleissa tällä alustalla.
|
642
643
|
update:
|
643
644
|
success: Julkisen tunnistusavaimesi tallentaminen onnistui.
|
644
645
|
votes:
|
@@ -725,6 +726,7 @@ fi-pl:
|
|
725
726
|
continue: Seuraava
|
726
727
|
warnings:
|
727
728
|
no_elections_warning: Yksikään vaali ei vastaa hakukriteerejäsi tai yhtään vaalia ei ole tulossa.
|
729
|
+
no_scheduled_elections_warning: Tällä hetkellä yhtään vaalia ei ole aikataulutettu, mutta löydät täältä kaikki aikaisemmat vaalit.
|
728
730
|
events:
|
729
731
|
elections:
|
730
732
|
election_published:
|
@@ -1151,6 +1153,7 @@ fi-pl:
|
|
1151
1153
|
certify:
|
1152
1154
|
add_images: Lisää kuvia
|
1153
1155
|
error: Varmenteen liittäminen epäonnistui, yritä uudestaan.
|
1156
|
+
form_legend: Lataa kuva äänestyksen päättämisen todistuksesta
|
1154
1157
|
heading: Äänten uudelleenlaskenta - Lataa varmenne
|
1155
1158
|
info_text: Lataa kuva äänestyksen päättämisen varmenteesta.
|
1156
1159
|
submit: Lataa varmenne
|
data/config/locales/fi.yml
CHANGED
@@ -639,6 +639,7 @@ fi:
|
|
639
639
|
upload_legend: Julkiset tunnistusavaimet ovat palvelimella, mutta eivät selaimessasi. Sinun täytyy tuoda tunnistusavainten tiedosto omalle tietokoneellesi varmuuskopiosta, jonka tallensit avaimia luotaessa.
|
640
640
|
not_supported_browser_description: Näyttää siltä, että käytät selainta, jota ei voi käyttää luottamushenkilönä toimimiseen. Tarkasta, että käytät selaimesi viimeisintä versiota tai yritä käyttää jotain suosituimmista selaimista luottamushenkilön tehtävien suorittamiseksi.
|
641
641
|
not_supported_browser_title: Päivitä selaimesi toimiaksesi luottamushenkilönä
|
642
|
+
trustee_role_description: Sinulle on annettu luottamushenkilön tehtävä joissain vaaleissa tällä alustalla.
|
642
643
|
update:
|
643
644
|
success: Julkisen tunnistusavaimesi tallentaminen onnistui.
|
644
645
|
votes:
|
@@ -725,6 +726,7 @@ fi:
|
|
725
726
|
continue: Seuraava
|
726
727
|
warnings:
|
727
728
|
no_elections_warning: Yksikään vaali ei vastaa hakukriteerejäsi tai yhtään vaalia ei ole tulossa.
|
729
|
+
no_scheduled_elections_warning: Tällä hetkellä yhtään vaalia ei ole aikataulutettu, mutta löydät täältä kaikki aikaisemmat vaalit.
|
728
730
|
events:
|
729
731
|
elections:
|
730
732
|
election_published:
|
@@ -1151,6 +1153,7 @@ fi:
|
|
1151
1153
|
certify:
|
1152
1154
|
add_images: Lisää kuvia
|
1153
1155
|
error: Varmenteen liittäminen epäonnistui, yritä uudestaan.
|
1156
|
+
form_legend: Lataa kuva äänestyksen päättämisen todistuksesta
|
1154
1157
|
heading: Äänten uudelleenlaskenta - Lataa varmenne
|
1155
1158
|
info_text: Lataa kuva äänestyksen päättämisen varmenteesta.
|
1156
1159
|
submit: Lataa varmenne
|
data/config/locales/gl.yml
CHANGED
@@ -510,6 +510,8 @@ gl:
|
|
510
510
|
check_census:
|
511
511
|
check_status: Verificar censo
|
512
512
|
description: Tes a opción de verificar os datos do censo para saber se tes dereito a participar na votación. Xa terías de ter un código de acceso, porén, se o perdiches podes pedilo de novo se os teus datos son correctos.
|
513
|
+
error:
|
514
|
+
info: 'Por favor, téntao de novo. Se cres que os datos do sistema non so correctos, podes informar aquí: %{census_contact_information}.'
|
513
515
|
form_title: 'Enche o seguinte formulario para verificar os teus datos do censo:'
|
514
516
|
invalid: Produciuse un problema ao verificar o censo.
|
515
517
|
success:
|
@@ -0,0 +1 @@
|
|
1
|
+
he:
|
data/config/locales/hu.yml
CHANGED
@@ -105,6 +105,8 @@ hu:
|
|
105
105
|
unpublish: Közzététel visszavonása
|
106
106
|
admin:
|
107
107
|
answers:
|
108
|
+
create:
|
109
|
+
success: A válasz létrehozása sikeres.
|
108
110
|
edit:
|
109
111
|
title: Válasz szerkesztése
|
110
112
|
update: Válasz frissítése
|
@@ -137,6 +139,7 @@ hu:
|
|
137
139
|
proposals_imports:
|
138
140
|
new:
|
139
141
|
create: Válaszjavaslatok importálása
|
142
|
+
no_components: Ezen a részvételi téren nincsenek más javaslati komponensek, amelyek a javaslatokat kérdésekbe importálják.
|
140
143
|
select_component: Kérjük, válassz egy komponenst
|
141
144
|
title: Javaslatok importálása
|
142
145
|
questions:
|
@@ -193,6 +196,8 @@ hu:
|
|
193
196
|
back: Vissza a platformra
|
194
197
|
voting_step:
|
195
198
|
continue: Következő
|
199
|
+
warnings:
|
200
|
+
no_elections_warning: Egy választás sem felel meg a keresési feltételeknek, vagy nincs ütemezett választás.
|
196
201
|
events:
|
197
202
|
elections:
|
198
203
|
election_published:
|
@@ -205,6 +210,10 @@ hu:
|
|
205
210
|
menu:
|
206
211
|
votings_submenu:
|
207
212
|
monitoring_committee: Ellenőrző Bizottság
|
213
|
+
polling_officers:
|
214
|
+
index:
|
215
|
+
role_manager: menedzser
|
216
|
+
role_president: elnök
|
208
217
|
votings:
|
209
218
|
form:
|
210
219
|
census_contact_information_help: Ez a kapcsolatfelvételi információ azoknak a résztvevőknek szól, akik a népszámlálással kapcsolatos problémákat szeretnének jelenteni. Ez lehet e-mail cím, kapcsolatfelvételi űrlap egy másik oldalon, kérdőív a látogatók számára, stb.
|
@@ -219,6 +228,11 @@ hu:
|
|
219
228
|
no_polling_stations: Még nem vagy kijelölve egyetlen szavazóhelyiséghez sem.
|
220
229
|
role: A te szereped
|
221
230
|
voting: Szavazás
|
231
|
+
polling_officers:
|
232
|
+
roles:
|
233
|
+
manager: Menedzser
|
234
|
+
president: Elnök
|
235
|
+
unassigned: Nem hozzárendelt
|
222
236
|
votings:
|
223
237
|
check_census:
|
224
238
|
success:
|
data/config/locales/it.yml
CHANGED
@@ -982,6 +982,8 @@ it:
|
|
982
982
|
check_census:
|
983
983
|
check_status: Verifica stato
|
984
984
|
description: Qui, hai la possibilità di controllare i tuoi dati di censimento per sapere se hai il diritto di partecipare a questa votazione. Dovresti avere già un codice di accesso, ma se lo hai perso, puoi chiederlo di nuovo, quando i tuoi dati sono corretti.
|
985
|
+
error:
|
986
|
+
info: 'Per favore riprova. Se pensi che i dati nel sistema non siano corretti, puoi segnalarli qui: %{census_contact_information}.'
|
985
987
|
form_title: 'Compila il seguente modulo per controllare i dati del censimento:'
|
986
988
|
invalid: Si è verificato un errore nel controllare il censimento.
|
987
989
|
success:
|
data/config/locales/ja.yml
CHANGED
@@ -44,7 +44,7 @@ ja:
|
|
44
44
|
show_check_census: '「センサスの確認」ページを表示'
|
45
45
|
start_time: 投票開始
|
46
46
|
title: タイトル
|
47
|
-
voting_type:
|
47
|
+
voting_type: 投票タイプ
|
48
48
|
errors:
|
49
49
|
models:
|
50
50
|
answer:
|
@@ -627,6 +627,7 @@ ja:
|
|
627
627
|
upload_legend: サーバーには公開識別キーがありますが、ブラウザにはまだ公開識別キーがありません。 生成後に作成したバックアップから、識別キーのあるファイルをコンピュータにインポートする必要があります。
|
628
628
|
not_supported_browser_description: お使いのWebブラウザでは受託者の業務を行うことができません。ブラウザの最新バージョンを使用していることを確認するか、もっと一般的なブラウザのいずれかを使用して、受託者タスクを完了できるようにしてください。
|
629
629
|
not_supported_browser_title: ブラウザをアップグレードして受託者として行動する
|
630
|
+
trustee_role_description: あなたは、このプラットフォームで行われる選挙のいくつかで受託者として行動するようにアサインされています。
|
630
631
|
update:
|
631
632
|
success: 公開識別キーを保存しました。
|
632
633
|
votes:
|
@@ -713,6 +714,7 @@ ja:
|
|
713
714
|
continue: 次へ
|
714
715
|
warnings:
|
715
716
|
no_elections_warning: 検索条件に一致する選挙がないか、予定されている選挙がありません。
|
717
|
+
no_scheduled_elections_warning: 現在、予定された選挙はありませんが、過去のすべての選挙を検索できます。
|
716
718
|
events:
|
717
719
|
elections:
|
718
720
|
election_published:
|
@@ -1138,6 +1140,7 @@ ja:
|
|
1138
1140
|
certify:
|
1139
1141
|
add_images: 画像を追加
|
1140
1142
|
error: 証明書の添付中にエラーが発生しました。もう一度やり直してください。
|
1143
|
+
form_legend: 選挙閉鎖証明書の写真をアップロードする
|
1141
1144
|
heading: 投票の再集計 - 証明書をアップロード
|
1142
1145
|
info_text: 選挙閉鎖証明の写真をアップロードしてください
|
1143
1146
|
submit: 証明書をアップロードする
|
data/config/locales/nl.yml
CHANGED
@@ -883,6 +883,8 @@ nl:
|
|
883
883
|
check_census:
|
884
884
|
check_status: Status controleren
|
885
885
|
description: Hier heb je de mogelijkheid om je gegevens op de kiezerslijst te controleren om te weten of je stemrecht hebt. Je zou al een toegangscode moeten hebben, maar als je die hebt verloren, kun je er opnieuw om vragen, als je gegevens juist zijn.
|
886
|
+
error:
|
887
|
+
info: 'Probeer het opnieuw. Als je denkt dat de gegevens in het systeem onjuist zijn, kunt u het hier melden: %{census_contact_information}.'
|
886
888
|
form_title: 'Vul het formulier in om de gegevens van je stemlijst te controleren:'
|
887
889
|
invalid: Er is een probleem opgetreden tijdens het controleren van de kiezerslijst.
|
888
890
|
success:
|