decidim-verifications 0.27.9 → 0.28.0.rc4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -26
- data/app/cells/decidim/verifications/revocations/show.erb +18 -16
- data/app/commands/decidim/verifications/authorize_user.rb +24 -3
- data/app/commands/decidim/verifications/confirm_user_authorization.rb +1 -1
- data/app/commands/decidim/verifications/csv_census/admin/create_census_data.rb +1 -1
- data/app/commands/decidim/verifications/id_documents/admin/confirm_user_offline_authorization.rb +1 -1
- data/app/commands/decidim/verifications/perform_authorization_step.rb +1 -1
- data/app/commands/decidim/verifications/revoke_all_authorizations.rb +2 -2
- data/app/commands/decidim/verifications/revoke_by_condition_authorizations.rb +3 -3
- data/app/controllers/concerns/decidim/verifications/renewable.rb +2 -2
- data/app/controllers/decidim/verifications/application_controller.rb +3 -0
- data/app/controllers/decidim/verifications/authorizations_controller.rb +20 -4
- data/app/controllers/decidim/verifications/id_documents/authorizations_controller.rb +6 -6
- data/app/controllers/decidim/verifications/sms/authorizations_controller.rb +7 -11
- data/app/events/decidim/verifications/managed_user_error_event.rb +3 -8
- data/app/forms/decidim/verifications/id_documents/information_form.rb +4 -8
- data/app/forms/decidim/verifications/postal_letter/postage_form.rb +1 -1
- data/app/forms/decidim/verifications/sms/mobile_phone_form.rb +7 -3
- data/app/helpers/decidim/verifications/application_helper.rb +91 -0
- data/app/jobs/decidim/verifications/csv_census/application_job.rb +1 -1
- data/app/jobs/decidim/verifications/csv_census/remove_duplicates_job.rb +1 -1
- data/app/models/decidim/verifications/csv_census/data.rb +1 -1
- data/app/models/decidim/verifications/csv_datum.rb +3 -3
- data/app/packs/entrypoints/decidim_verifications.js +2 -0
- data/app/packs/stylesheets/verifications.scss +58 -0
- data/app/presenters/decidim/verifications/postal_letter/authorization_presenter.rb +1 -1
- data/app/queries/decidim/verifications/authorizations.rb +2 -2
- data/app/services/decidim/authorization_handler.rb +45 -13
- data/app/views/decidim/verifications/authorizations/_item.html.erb +31 -0
- data/app/views/decidim/verifications/authorizations/first_login.html.erb +20 -21
- data/app/views/decidim/verifications/authorizations/index.html.erb +28 -73
- data/app/views/decidim/verifications/authorizations/new.html.erb +27 -29
- data/app/views/decidim/verifications/authorizations/renew_modal.html.erb +23 -30
- data/app/views/decidim/verifications/csv_census/admin/census/index.html.erb +54 -39
- data/app/views/decidim/verifications/csv_census/admin/census/instructions.html.erb +3 -2
- data/app/views/decidim/verifications/id_documents/admin/config/edit.html.erb +30 -21
- data/app/views/decidim/verifications/id_documents/admin/confirmations/new.html.erb +38 -22
- data/app/views/decidim/verifications/id_documents/admin/offline_confirmations/new.html.erb +39 -21
- data/app/views/decidim/verifications/id_documents/admin/pending_authorizations/index.html.erb +4 -4
- data/app/views/decidim/verifications/id_documents/authorizations/_form.html.erb +4 -10
- data/app/views/decidim/verifications/id_documents/authorizations/choose.html.erb +10 -19
- data/app/views/decidim/verifications/id_documents/authorizations/edit.html.erb +32 -41
- data/app/views/decidim/verifications/id_documents/authorizations/new.html.erb +19 -25
- data/app/views/decidim/verifications/postal_letter/admin/pending_authorizations/index.html.erb +53 -48
- data/app/views/decidim/verifications/postal_letter/authorizations/edit.html.erb +32 -34
- data/app/views/decidim/verifications/postal_letter/authorizations/new.html.erb +20 -25
- data/app/views/decidim/verifications/sms/authorizations/edit.html.erb +25 -34
- data/app/views/decidim/verifications/sms/authorizations/new.html.erb +20 -25
- data/app/views/dummy_authorization/_form.html.erb +6 -16
- data/app/views/layouts/decidim/authorizations.html.erb +8 -0
- data/config/assets.rb +8 -0
- data/config/locales/ar.yml +3 -50
- data/config/locales/bg.yml +4 -266
- data/config/locales/ca.yml +46 -39
- data/config/locales/cs.yml +48 -41
- data/config/locales/de.yml +44 -37
- data/config/locales/el.yml +3 -59
- data/config/locales/en.yml +52 -45
- data/config/locales/es-MX.yml +47 -40
- data/config/locales/es-PY.yml +47 -40
- data/config/locales/es.yml +46 -39
- data/config/locales/eu.yml +51 -44
- data/config/locales/fi-plain.yml +48 -41
- data/config/locales/fi.yml +48 -41
- data/config/locales/fr-CA.yml +50 -43
- data/config/locales/fr.yml +50 -43
- data/config/locales/ga-IE.yml +2 -1
- data/config/locales/gl.yml +3 -59
- data/config/locales/hu.yml +48 -43
- data/config/locales/id-ID.yml +3 -50
- data/config/locales/is-IS.yml +3 -22
- data/config/locales/it.yml +3 -59
- data/config/locales/ja.yml +50 -43
- data/config/locales/lt.yml +43 -35
- data/config/locales/lv.yml +1 -58
- data/config/locales/nl.yml +3 -59
- data/config/locales/no.yml +3 -59
- data/config/locales/pl.yml +3 -80
- data/config/locales/pt-BR.yml +3 -66
- data/config/locales/pt.yml +3 -59
- data/config/locales/ro-RO.yml +7 -59
- data/config/locales/ru.yml +3 -28
- data/config/locales/sk.yml +3 -58
- data/config/locales/sv.yml +7 -62
- data/config/locales/tr-TR.yml +3 -60
- data/config/locales/uk.yml +3 -28
- data/config/locales/zh-CN.yml +3 -59
- data/config/locales/zh-TW.yml +33 -25
- data/lib/decidim/verifications/adapter.rb +7 -7
- data/lib/decidim/verifications/csv_census/workflow.rb +1 -0
- data/lib/decidim/verifications/id_documents/workflow.rb +1 -0
- data/lib/decidim/verifications/postal_letter/workflow.rb +1 -0
- data/lib/decidim/verifications/sms/engine.rb +2 -1
- data/lib/decidim/verifications/sms/example_gateway.rb +3 -2
- data/lib/decidim/verifications/test/factories.rb +2 -8
- data/lib/decidim/verifications/version.rb +1 -1
- data/lib/decidim/verifications/workflow_manifest.rb +2 -1
- data/lib/decidim/verifications/workflows.rb +2 -2
- data/lib/decidim/verifications.rb +0 -7
- metadata +26 -18
- data/app/views/decidim/verifications/authorizations/_granted_authorization.html.erb +0 -32
- data/config/locales/he-IL.yml +0 -1
- data/decidim-verifications.gemspec +0 -30
data/config/locales/ro-RO.yml
CHANGED
@@ -31,13 +31,8 @@ ro:
|
|
31
31
|
before_date_info: Este util dacă procesul a început deja și dorești să revoci drepturile procesului anterior.
|
32
32
|
button: Revocă tot
|
33
33
|
button_before: Revocă înainte de data
|
34
|
-
destroy:
|
35
|
-
confirm: Revocarea înainte de data autorizării nu poate fi anulată. Sigur dorești să continui?
|
36
|
-
confirm_all: Revocarea tuturor autorizațiilor nu poate fi anulată. Sigur dorești să continui?
|
37
|
-
destroy_nok: A apărut o problemă în timpul revocării autorizațiilor.
|
38
34
|
destroy_ok: Toate autorizațiile corelate au fost revocate.
|
39
35
|
info: Există un total de %{count} participanți verificați.
|
40
|
-
no_data: Niciun participant verificat
|
41
36
|
title: Revocarea autorizațiilor
|
42
37
|
authorization_workflows: Autorizații
|
43
38
|
admin_log:
|
@@ -47,16 +42,12 @@ ro:
|
|
47
42
|
grant_id_documents_offline_verification: "%{user_name} a verificat %{resource_name} utilizând o verificare offline a documentelor de identitate"
|
48
43
|
authorization_handlers:
|
49
44
|
admin:
|
50
|
-
csv_census:
|
51
|
-
help:
|
52
|
-
- Administratorii încarcă un CSV cu e-mail-urile participanților acceptați
|
53
|
-
- Doar participanții cu un e-mail în fișierul CSV pot fi verificați
|
54
45
|
id_documents:
|
55
46
|
help:
|
56
47
|
- Utilizatorii completează informațiile lor de identitate și încarcă o copie a documentului lor.
|
57
48
|
- Ai completat informațiile prezente în imaginea încărcată.
|
58
49
|
- Informaţiile trebuie să corespundă cu ce a completat utilizatorul.
|
59
|
-
-
|
50
|
+
-
|
60
51
|
postal_letter:
|
61
52
|
help:
|
62
53
|
- Participanții solicită un cod de verificare pentru a fi trimis la adresa lor.
|
@@ -64,17 +55,14 @@ ro:
|
|
64
55
|
- Marchează scrisoarea drept trimisă.
|
65
56
|
- Odată ce marchezi scrisoarea drept trimisă, participantul va putea introduce codul și va putea fi verificat.
|
66
57
|
csv_census:
|
67
|
-
explanation: Obține verificarea folosind recensământul organizației
|
68
58
|
name: Recensământul organizației
|
69
59
|
direct: Direct
|
70
60
|
help: Ajutor
|
71
61
|
id_documents:
|
72
|
-
explanation: Încarcă documentele tale de identitate pentru a-ți putea verifica identitatea
|
73
62
|
name: Documente de identitate
|
74
63
|
multistep: Mai multe etape
|
75
64
|
name: Nume
|
76
65
|
postal_letter:
|
77
|
-
explanation: Îți vom trimite o scrisoare poștală cu un cod pe care va trebui să-l introduci pentru a-ți putea verifica adresa
|
78
66
|
name: Cod primit prin scrisoare poștală
|
79
67
|
verifications:
|
80
68
|
authorizations:
|
@@ -83,11 +71,10 @@ ro:
|
|
83
71
|
no_data_stored: Nici o dată stocată.
|
84
72
|
create:
|
85
73
|
error: A apărut o eroare la crearea autorizației.
|
86
|
-
|
74
|
+
transferred: 'Am recuperat următoarele date de participare pe baza autorizației dumneavoastră:'
|
87
75
|
unconfirmed: Trebuie să îți confirmi adresa de e-mail pentru a te autoriza singur.
|
88
76
|
destroy:
|
89
77
|
error: A apărut o eroare la ștergerea autorizației.
|
90
|
-
success: Ai şters cu succes autorizaţia.
|
91
78
|
first_login:
|
92
79
|
actions:
|
93
80
|
another_dummy_authorization_handler: Verifică în raport cu un alt exemplu de responsabil de autorizare
|
@@ -101,17 +88,17 @@ ro:
|
|
101
88
|
verify_with_these_options: 'Acestea sunt opțiunile disponibile pentru a îți verifica identitatea:'
|
102
89
|
index:
|
103
90
|
expired_verification: Verificarea a expirat
|
91
|
+
introduce_code: Introducere cod
|
104
92
|
pending_verification: Verificare în așteptare
|
105
93
|
show_renew_info: Apăsați pentru a reînnoi verificarea
|
106
|
-
|
94
|
+
subscribe: Abonare
|
95
|
+
unauthorized_methods: Metode de verificare
|
107
96
|
new:
|
108
97
|
authorize: Trimite
|
109
98
|
authorize_with: Verifică cu %{authorizer}
|
110
99
|
renew_modal:
|
111
100
|
cancel: Anulează
|
112
|
-
close: închide
|
113
101
|
continue: Continuă
|
114
|
-
info_renew: Dacă dorești să actualizezi datele, continuă cu reînnoirea
|
115
102
|
title: Reînnoiește verificarea
|
116
103
|
skip_verification: Poți sări peste asta pentru moment și %{link}
|
117
104
|
start_exploring: începe explorarea
|
@@ -120,14 +107,9 @@ ro:
|
|
120
107
|
census:
|
121
108
|
create:
|
122
109
|
error: A apărut o eroare la importarea recensământului.
|
123
|
-
success: S-au importat cu succes %{count} elemente (%{errors} erori)
|
124
|
-
destroy_all:
|
125
|
-
success: Toate datele recensământului au fost șterse
|
126
110
|
destroy:
|
127
|
-
confirm: Ştergerea recensământului nu poate fi anulată. Sigur dorești să continui?
|
128
111
|
title: Şterge toate datele recensământului
|
129
112
|
index:
|
130
|
-
data: Există %{count} înregistrări încărcate în total. Ultima dată de încărcare a fost pe %{due_date}
|
131
113
|
empty: Nu există date de recensământ. Utilizați formularul de mai jos pentru a-l importa folosind un fișier CSV.
|
132
114
|
title: Date de recensământ curente
|
133
115
|
instructions:
|
@@ -162,19 +144,12 @@ ro:
|
|
162
144
|
update: Actualizează
|
163
145
|
update:
|
164
146
|
error: A apărut o eroare la actualizarea configurației.
|
165
|
-
success: Configurație actualizată cu succes
|
166
147
|
confirmations:
|
167
|
-
create:
|
168
|
-
error: Verificarea nu se potrivește. Te rugăm încercă din nou sau respinge verificarea astfel încât participantul să o poată modifica
|
169
|
-
success: Participant verificat cu succes
|
170
148
|
new:
|
171
149
|
introduce_user_data: Introdu datele din imagine
|
172
150
|
reject: Respinge
|
173
151
|
verify: Verifică
|
174
152
|
offline_confirmations:
|
175
|
-
create:
|
176
|
-
error: Verificarea nu se potrivește. Te rugăm încercă din nou sau spune participantului să o modifice
|
177
|
-
success: Participant verificat cu succes
|
178
153
|
new:
|
179
154
|
cancel: Anulează
|
180
155
|
introduce_user_data: Introdu adresa de e-mail a participantului și datele documentului
|
@@ -185,29 +160,21 @@ ro:
|
|
185
160
|
offline_verification: Verificare offline
|
186
161
|
title: Verificări online în așteptare
|
187
162
|
verification_number: 'Verificare #%{n}'
|
188
|
-
rejections:
|
189
|
-
create:
|
190
|
-
success: Verificare respinsă. Participantul va fi îndemnat să își modifice documentele
|
191
163
|
authorizations:
|
192
164
|
choose:
|
193
165
|
choose_a_type: 'Te rugăm selectează cum preferi verificarea:'
|
194
166
|
offline: Offline
|
195
167
|
online: Online
|
196
168
|
title: Verifică-te folosind documentul de identitate
|
197
|
-
create:
|
198
|
-
error: A apărut o eroare la încărcarea documentului tău
|
199
|
-
success: Document încărcat cu succes
|
200
169
|
edit:
|
201
|
-
being_reviewed: Revizuim documentele tale. Vei fi verificat în curând
|
202
170
|
offline: Folosește verificarea offline
|
203
171
|
online: Folosește verificarea online
|
204
|
-
rejection_clarity: Asigură-te că informația este clar vizibilă în imaginea încărcată
|
205
|
-
rejection_correctness: Asigură-te că informațiile introduse sunt corecte
|
206
|
-
rejection_notice: A apărut o problemă cu verificarea ta. Te rugăm să încerci din nou
|
207
172
|
send: Cere verificarea din nou
|
208
173
|
new:
|
209
174
|
send: Cere verificare
|
210
175
|
title: Încarcă documentul tău de identitate
|
176
|
+
dni: CI
|
177
|
+
nie: Viză de flotant/permis de ședere pentru rezidenți
|
211
178
|
passport: Pașaport
|
212
179
|
postal_letter:
|
213
180
|
admin:
|
@@ -220,43 +187,24 @@ ro:
|
|
220
187
|
title: Verificări în curs
|
221
188
|
username: Pseudonim
|
222
189
|
verification_code: Cod de verificare
|
223
|
-
postages:
|
224
|
-
create:
|
225
|
-
error: Eroare la marcarea scrisorii drept trimisă
|
226
|
-
success: Scrisoarea a fost marcată ca fiind trimisă
|
227
190
|
authorizations:
|
228
|
-
create:
|
229
|
-
error: A apărut o problemă cu cererea ta
|
230
|
-
success: Mulțumim! Vom trimite un cod de verificare la adresa ta
|
231
191
|
edit:
|
232
192
|
send: Confirmă
|
233
|
-
title: Introdu codul de verificare primit
|
234
|
-
waiting_for_letter: Vom trimite în curând o scrisoare la adresa ta cu codul tău de verificare
|
235
193
|
new:
|
236
194
|
send: Trimite-mi o scrisoare
|
237
195
|
title: Cere codul tău de verificare
|
238
|
-
update:
|
239
|
-
error: Codul tău de verificare nu se potrivește cu al nostru. Te rugăm să verifici din nou scrisoarea pe care ți-am trimis-o
|
240
|
-
success: Felicitări. Ai fost verificat cu succes
|
241
196
|
sms:
|
242
197
|
authorizations:
|
243
|
-
create:
|
244
|
-
error: A apărut o problemă cu cererea ta
|
245
|
-
success: Mulțumim! Am trimis un SMS pe numărul tău de telefon.
|
246
198
|
destroy:
|
247
199
|
success: Codul de verificare a fost resetat. Te rugăm să reintroduci numărul tău de telefon.
|
248
200
|
edit:
|
249
201
|
confirm_destroy: Sigur dorești să resetezi codul de verificare?
|
250
202
|
destroy: Resetează codul de verificare
|
251
|
-
resend: Nu ai primit codul de verificare?
|
252
203
|
send: Confirmă
|
253
204
|
title: Introdu codul de verificare primit
|
254
205
|
new:
|
255
206
|
send: Trimite-mi un SMS
|
256
207
|
title: Cere codul tău de verificare
|
257
|
-
update:
|
258
|
-
error: Codul tău de verificare nu se potrivește cu al nostru. Te rugăm să verifici din nou SMS-ul pe care ți l-am trimis.
|
259
|
-
success: Felicitări. Ai fost verificat cu succes.
|
260
208
|
errors:
|
261
209
|
messages:
|
262
210
|
uppercase_only_letters_numbers: trebuie să fie toate caracterele cu majusculă și să conțină doar litere și/sau numere
|
data/config/locales/ru.yml
CHANGED
@@ -25,7 +25,7 @@ ru:
|
|
25
25
|
- Участники вводят свои личные данные и загружают фото своего документа.
|
26
26
|
- Вы вводите данные из загруженной фотографии.
|
27
27
|
- Данные должны соответствовать тем, которые предоставил участник.
|
28
|
-
-
|
28
|
+
-
|
29
29
|
postal_letter:
|
30
30
|
help:
|
31
31
|
- Участники запрашивают проверочный код для отправки по их адресу.
|
@@ -35,18 +35,15 @@ ru:
|
|
35
35
|
direct: Прямой
|
36
36
|
help: Помощь
|
37
37
|
id_documents:
|
38
|
-
explanation: Загрузите документы, удостоверяющие вашу личность, чтобы мы могли их проверить
|
39
38
|
name: Документы, удостоверяющие личность
|
40
39
|
multistep: Многошаговое
|
41
40
|
name: Имя
|
42
41
|
postal_letter:
|
43
|
-
explanation: Мы отправим вам бумажное письмо с кодом, который вам нужно будет ввести для подтверждения адреса
|
44
42
|
name: Код бумажным письмом
|
45
43
|
verifications:
|
46
44
|
authorizations:
|
47
45
|
create:
|
48
46
|
error: При попытке создать это подтверждение личности произошла ошибка.
|
49
|
-
success: Вы успешно подтвердили свою личность.
|
50
47
|
first_login:
|
51
48
|
actions:
|
52
49
|
another_dummy_authorization_handler: Проведите подтверждение, сравнив с другим примером подтверждения личности
|
@@ -71,9 +68,6 @@ ru:
|
|
71
68
|
id_documents:
|
72
69
|
admin:
|
73
70
|
confirmations:
|
74
|
-
create:
|
75
|
-
error: Подтверждение не сходится. Повторите попытку или отклоните проверку, чтобы участник мог ее исправить
|
76
|
-
success: Литчность участника успешно подтверждена
|
77
71
|
new:
|
78
72
|
introduce_user_data: Введите данные на картинке
|
79
73
|
reject: Отклонить
|
@@ -82,22 +76,14 @@ ru:
|
|
82
76
|
index:
|
83
77
|
title: Подтверждения, ожидающие рассмотрения
|
84
78
|
verification_number: 'Подтверждение #%{n}'
|
85
|
-
rejections:
|
86
|
-
create:
|
87
|
-
success: Подтверждение личности отклонено. Участнику будет предложено внести изменения в документы
|
88
79
|
authorizations:
|
89
|
-
create:
|
90
|
-
error: Не удалось загрузить ваш документ
|
91
|
-
success: Документ успешно загружен
|
92
80
|
edit:
|
93
|
-
being_reviewed: Мы рассматриваем ваши документы. Ваша личность вскоре будет проверена
|
94
|
-
rejection_clarity: Убедитесь, что в загруженном изображении ясно видны данные
|
95
|
-
rejection_correctness: Убедитесь, что введенные данные верны
|
96
|
-
rejection_notice: С проверкой вашей личности произошла ошибка. Пожалуйста, попробуйте еще раз
|
97
81
|
send: Снова подать запрос на подтверждение личности
|
98
82
|
new:
|
99
83
|
send: Подать запрос на подтверждение личности
|
100
84
|
title: Загрузить документ, удостоверяющий личность
|
85
|
+
dni: ИНН
|
86
|
+
nie: СНИЛС
|
101
87
|
passport: Паспорт
|
102
88
|
postal_letter:
|
103
89
|
admin:
|
@@ -110,23 +96,12 @@ ru:
|
|
110
96
|
title: Текущие проверки личности
|
111
97
|
username: Имя участника
|
112
98
|
verification_code: Проверочный код
|
113
|
-
postages:
|
114
|
-
create:
|
115
|
-
error: Ошибка пометки письма как отправленного
|
116
|
-
success: Письмо успешно помечено как отправленное
|
117
99
|
authorizations:
|
118
|
-
create:
|
119
|
-
error: С вашим запросом произошла ошибка
|
120
|
-
success: Спасибо! Мы вышлем проверочный код на ваш адрес
|
121
100
|
edit:
|
122
101
|
send: Подтвердить
|
123
|
-
waiting_for_letter: Мы вскоре отправим по вашему адресу письмо с проверочным кодом
|
124
102
|
new:
|
125
103
|
send: Пришлите мне письмо
|
126
104
|
title: Запросить проверочный код
|
127
|
-
update:
|
128
|
-
error: Ваш проверочный код не соответствует нашему. Пожалуйста, еще раз проверьте письмо, которое мы вам отправили
|
129
|
-
success: Поздравляем! Вы успешно прошли проверку
|
130
105
|
errors:
|
131
106
|
messages:
|
132
107
|
uppercase_only_letters_numbers: должен содержать только прописные буквы и цифры
|
data/config/locales/sk.yml
CHANGED
@@ -31,24 +31,15 @@ sk:
|
|
31
31
|
before_date_info: Užitočné, pokiaľ už proces začal, a chcete zrušiť povolenia, nastavené v predchádzajúcom procese.
|
32
32
|
button: Zrušiť všetky
|
33
33
|
button_before: Zrušiť všetky pred dátumom
|
34
|
-
destroy:
|
35
|
-
confirm: Zrušenie všetkých autorizácií pred dátumom je nenávratné. Ste si istí, že chcete pokračovať?
|
36
|
-
confirm_all: Zrušenie všetkých autorizácií je nenávratné. Ste si istí, že chcete pokračovať?
|
37
|
-
destroy_nok: Pri rušení autorizácií nastal problém.
|
38
34
|
info: Je tu celkovo %{count} overených účastníkov.
|
39
|
-
no_data: Žiadni overení účastníci
|
40
35
|
authorization_handlers:
|
41
36
|
admin:
|
42
|
-
csv_census:
|
43
|
-
help:
|
44
|
-
- Správcovia nahrajú CSV s e-mailami prijatých účastníkov
|
45
|
-
- Overiť sa môžu iba účastníci s e-mailom v tomto súbore CSV
|
46
37
|
id_documents:
|
47
38
|
help:
|
48
39
|
- Užívatelia vyplní informácie o svojej identite a nahrajú kópiu dokumentu.
|
49
40
|
- Vyplníte informácie obsiahnuté v nahranom obrázku.
|
50
41
|
- Informácie by mali zodpovedať používateľovi, ktorý vyplnil.
|
51
|
-
-
|
42
|
+
-
|
52
43
|
postal_letter:
|
53
44
|
help:
|
54
45
|
- Užívatelia požadujú, aby ich adresa bola odoslaná certifikačnému kódu.
|
@@ -56,17 +47,14 @@ sk:
|
|
56
47
|
- Označte písmeno ako odoslaný.
|
57
48
|
- Akonáhle označíte odoslanej písmeno, užívateľ bude schopný kód zadať a overiť.
|
58
49
|
csv_census:
|
59
|
-
explanation: Získajte overenie pomocou sčítania organizácie
|
60
50
|
name: Sčítanie organizácie
|
61
51
|
direct: Priamo
|
62
52
|
help: Pomoc
|
63
53
|
id_documents:
|
64
|
-
explanation: Nahrajte svoje doklady totožnosti, aby sme mohli overiť vašu totožnosť
|
65
54
|
name: Doklady totožnosti
|
66
55
|
multistep: Viac krokov
|
67
56
|
name: názov
|
68
57
|
postal_letter:
|
69
|
-
explanation: Pošleme vám poštové list s kódom, ktorý budete musieť zadať, aby sme mohli overiť vašu adresu
|
70
58
|
name: Kód poštou
|
71
59
|
verifications:
|
72
60
|
authorizations:
|
@@ -75,11 +63,9 @@ sk:
|
|
75
63
|
no_data_stored: Žiadne uložené údaje.
|
76
64
|
create:
|
77
65
|
error: Pri vytváraní oprávnenia došlo k chybe.
|
78
|
-
success: Bol ste úspešne autorizovaný.
|
79
66
|
unconfirmed: Potrebujete potvrdiť svoj e-mail, aby ste sa autorizovali.
|
80
67
|
destroy:
|
81
68
|
error: Počas rušenia autorizácie nastal problém.
|
82
|
-
success: Úspešne ste vymazali autorizáciu.
|
83
69
|
first_login:
|
84
70
|
actions:
|
85
71
|
another_dummy_authorization_handler: Overte proti inému príkladu poverenia pre autorizáciu
|
@@ -99,9 +85,7 @@ sk:
|
|
99
85
|
authorize_with: Overte pomocou %{authorizer}
|
100
86
|
renew_modal:
|
101
87
|
cancel: zrušenie
|
102
|
-
close: zavrieť
|
103
88
|
continue: Pokračovať
|
104
|
-
info_renew: Ak chcete nahrať údaje, pokračujte s obnovou
|
105
89
|
title: Obnoviť verifikáciu
|
106
90
|
skip_verification: Môžete to teraz preskočiť a %{link}
|
107
91
|
start_exploring: začať skúmať
|
@@ -110,14 +94,9 @@ sk:
|
|
110
94
|
census:
|
111
95
|
create:
|
112
96
|
error: Pri importe sčítaní došlo k chybe.
|
113
|
-
success: Úspešne importované%{count} položiek (%{errors} chýb)
|
114
|
-
destroy_all:
|
115
|
-
success: Všetky dáta sčítania boli zmazané
|
116
97
|
destroy:
|
117
|
-
confirm: Odstrániť všetky sčítanie nemožno vrátiť späť. Ste si istý, že chcete pokračovať?
|
118
98
|
title: Zmazať všetky dáta sčítania
|
119
99
|
index:
|
120
|
-
data: Celkovo je načítaných %{count} záznamov. Posledný nahraný bol %{due_date}.
|
121
100
|
empty: Neexistujú údaje o sčítaní. Pomocou nižšie uvedeného formulára ho importujte pomocou súboru CSV.
|
122
101
|
title: Aktuálne údaje o sčítaní
|
123
102
|
instructions:
|
@@ -146,19 +125,12 @@ sk:
|
|
146
125
|
update: Aktualizácia
|
147
126
|
update:
|
148
127
|
error: Pri aktualizácii konfigurácie došlo k chybe.
|
149
|
-
success: Konfigurácia bola úspešne aktualizovaná
|
150
128
|
confirmations:
|
151
|
-
create:
|
152
|
-
error: Overenie neodpovedá. Overte znovu alebo odmietnite overenie, aby ho užívateľ mohol zmeniť
|
153
|
-
success: Užívateľ úspešne overený
|
154
129
|
new:
|
155
130
|
introduce_user_data: Vložte dáta do obrázku
|
156
131
|
reject: Odmietnuť
|
157
132
|
verify: Overte
|
158
133
|
offline_confirmations:
|
159
|
-
create:
|
160
|
-
error: Overenie neodpovedá. Skúste to znovu alebo povedzte užívateľovi, že ho zmení
|
161
|
-
success: Užívateľ úspešne overený
|
162
134
|
new:
|
163
135
|
cancel: zrušenie
|
164
136
|
introduce_user_data: Zadajte e-mail používateľa a dáta dokumentu
|
@@ -169,29 +141,21 @@ sk:
|
|
169
141
|
offline_verification: Overenie offline
|
170
142
|
title: Čakajúci overenie online
|
171
143
|
verification_number: 'Overenie #%{n}'
|
172
|
-
rejections:
|
173
|
-
create:
|
174
|
-
success: Overenie bolo zamietnuté. Používateľ bude vyzvaný, aby zmenil svoje dokumenty
|
175
144
|
authorizations:
|
176
145
|
choose:
|
177
146
|
choose_a_type: 'Vyberte, ako chcete overiť:'
|
178
147
|
offline: Offline
|
179
148
|
online: Online
|
180
149
|
title: Overte svoju identitu
|
181
|
-
create:
|
182
|
-
error: Pri nahrávaní dokumentu sa vyskytol problém
|
183
|
-
success: Dokument bol úspešne nahraný
|
184
150
|
edit:
|
185
|
-
being_reviewed: Kontrolujeme vaše dokumenty. Budete čoskoro overení
|
186
151
|
offline: Použite overenie offline
|
187
152
|
online: Používajte overenie online
|
188
|
-
rejection_clarity: Uistite sa, že informácie sú v nahranom obrázku jasne viditeľné
|
189
|
-
rejection_correctness: Uistite sa, že zadané informácie sú správne
|
190
|
-
rejection_notice: Pri overovaní vyskytol problém. Prosím skúste to znova
|
191
153
|
send: Znovu požiadajte o overení
|
192
154
|
new:
|
193
155
|
send: Požiadajte o overenie
|
194
156
|
title: Nahrajte svoj doklad totožnosti
|
157
|
+
dni: IČO
|
158
|
+
nie: DIČ
|
195
159
|
passport: Cestovný pas
|
196
160
|
postal_letter:
|
197
161
|
admin:
|
@@ -204,43 +168,24 @@ sk:
|
|
204
168
|
title: Prebiehajúce overovanie
|
205
169
|
username: Užívateľské meno
|
206
170
|
verification_code: Overovací kód
|
207
|
-
postages:
|
208
|
-
create:
|
209
|
-
error: Chyba pri označovaní listu
|
210
|
-
success: Písmeno bolo úspešne označené ako odoslané
|
211
171
|
authorizations:
|
212
|
-
create:
|
213
|
-
error: Pri vašom požiadavke vyskytol problém
|
214
|
-
success: vďaka! Na vašu adresu vám zašleme overovací kód
|
215
172
|
edit:
|
216
173
|
send: Potvrdiť
|
217
|
-
title: Zadajte overovací kód, ktorý ste obdržali
|
218
|
-
waiting_for_letter: Na váš adresu vám čoskoro zašleme váš overovací kód
|
219
174
|
new:
|
220
175
|
send: Pošlite mi list
|
221
176
|
title: Požiadajte o overovací kód
|
222
|
-
update:
|
223
|
-
error: Váš overovací kód nezodpovedá nášmu. Skontrolujte, prosím, list, ktorý sme vám poslali
|
224
|
-
success: Gratulujeme. Bol ste úspešne overený
|
225
177
|
sms:
|
226
178
|
authorizations:
|
227
|
-
create:
|
228
|
-
error: Pri vašom požiadavke vyskytol problém
|
229
|
-
success: vďaka! Do telefónu sme poslali SMS.
|
230
179
|
destroy:
|
231
180
|
success: Overovací kód úspešne resetovať. Opäť zadajte svoje telefónne číslo.
|
232
181
|
edit:
|
233
182
|
confirm_destroy: Naozaj chcete obnoviť overovací kód?
|
234
183
|
destroy: Obnoviť overovací kód
|
235
|
-
resend: Neprišiel Vám overovací kód?
|
236
184
|
send: Potvrdiť
|
237
185
|
title: Zadajte overovací kód, ktorý ste obdržali
|
238
186
|
new:
|
239
187
|
send: Pošlite mi SMS
|
240
188
|
title: Požiadajte o overovací kód
|
241
|
-
update:
|
242
|
-
error: Váš overovací kód nezodpovedá nášmu. Prosím, skontrolujte SMS, ktorý sme vám poslali.
|
243
|
-
success: Gratulujeme. Bol ste úspešne overený.
|
244
189
|
errors:
|
245
190
|
messages:
|
246
191
|
uppercase_only_letters_numbers: musia byť všetky veľké a obsahujú iba písmená a / alebo čísla
|
data/config/locales/sv.yml
CHANGED
@@ -28,28 +28,19 @@ sv:
|
|
28
28
|
admin:
|
29
29
|
menu:
|
30
30
|
authorization_revocation:
|
31
|
-
before_date_info: Användbart om
|
31
|
+
before_date_info: Användbart om dialogen har påbörjats och du vill återkalla behörigheterna för den tidigare dialogen.
|
32
32
|
button: Återkalla alla
|
33
33
|
button_before: Återkalla före datum
|
34
|
-
destroy:
|
35
|
-
confirm: Återkallande av auktorisering före datum kan inte ångras. Vill du fortsätta?
|
36
|
-
confirm_all: Det går inte att ångra återkallande av alla auktoriseringar. Vill du fortsätta?
|
37
|
-
destroy_nok: Det gick inte att återkalla auktoriseringar.
|
38
34
|
info: Det finns totalt %{count} verifierade deltagare.
|
39
|
-
no_data: Inga verifierade deltagare
|
40
35
|
authorization_workflows: Auktoriseringar
|
41
36
|
authorization_handlers:
|
42
37
|
admin:
|
43
|
-
csv_census:
|
44
|
-
help:
|
45
|
-
- Administratörer kan skicka in CSV-fil med e-postadresserna till de godkända deltagarna
|
46
|
-
- Endast deltagare med en e-postadress i CSV-filen kan verifieras
|
47
38
|
id_documents:
|
48
39
|
help:
|
49
40
|
- Användare fyller i sin identitetsinformation och skickar in en kopia av sin ID-handling.
|
50
41
|
- Du fyller i informationen som visas i den inskickade bilden.
|
51
42
|
- Informationen ska stämma överens med vad användaren fyllde i.
|
52
|
-
-
|
43
|
+
-
|
53
44
|
postal_letter:
|
54
45
|
help:
|
55
46
|
- Deltagare begär en verifieringskod som ska skickas till deras adress.
|
@@ -57,17 +48,14 @@ sv:
|
|
57
48
|
- Du markerar brevet som skickat.
|
58
49
|
- När du markerat brevet som skickat kommer användaren att kunna föra in koden och bli verifierad.
|
59
50
|
csv_census:
|
60
|
-
explanation: Bli verifierad med hjälp av organisationens medlemslista
|
61
51
|
name: Organisationens medlemslista
|
62
52
|
direct: Direkt
|
63
53
|
help: Hjälp
|
64
54
|
id_documents:
|
65
|
-
explanation: Skicka in dina identitetshandlingar så att vi kan kontrollera din identitet
|
66
55
|
name: Identitetsdokument
|
67
56
|
multistep: Flera steg
|
68
57
|
name: Namn
|
69
58
|
postal_letter:
|
70
|
-
explanation: Vi skickar dig ett brev med en kod som du måste ange så att vi kan verifiera din adress
|
71
59
|
name: Kod via fysiskt brev
|
72
60
|
verifications:
|
73
61
|
authorizations:
|
@@ -76,11 +64,9 @@ sv:
|
|
76
64
|
no_data_stored: Ingen data lagrad.
|
77
65
|
create:
|
78
66
|
error: Det gick inte att skapa auktoriseringen.
|
79
|
-
success: Du har auktoriserats.
|
80
67
|
unconfirmed: Du måste bekräfta din e-post för att kunna auktorisera dig själv.
|
81
68
|
destroy:
|
82
69
|
error: Det gick inte att ta bort auktoriseringen.
|
83
|
-
success: Du har tagit bort auktoriseringen.
|
84
70
|
first_login:
|
85
71
|
actions:
|
86
72
|
another_dummy_authorization_handler: Verifiera med hjälp av ett annat auktoriseringsverktyg
|
@@ -94,17 +80,16 @@ sv:
|
|
94
80
|
verify_with_these_options: 'Det här är de tillgängliga alternativen för att verifiera din identitet:'
|
95
81
|
index:
|
96
82
|
expired_verification: Verifieringen har gått ut
|
83
|
+
introduce_code: Introducera kod
|
97
84
|
pending_verification: Väntar på verifiering
|
98
85
|
show_renew_info: Klicka för att förnya verifieringen
|
99
|
-
|
86
|
+
subscribe: Prenumerera
|
100
87
|
new:
|
101
88
|
authorize: Skicka
|
102
89
|
authorize_with: Verifiera med %{authorizer}
|
103
90
|
renew_modal:
|
104
91
|
cancel: Avbryt
|
105
|
-
close: stäng
|
106
92
|
continue: Fortsätt
|
107
|
-
info_renew: Om du vill uppdatera data får du fortsätta med förnyelsen
|
108
93
|
title: Förnya verifiering
|
109
94
|
skip_verification: Du kan hoppa över detta just nu och %{link}
|
110
95
|
start_exploring: börja utforska
|
@@ -113,14 +98,9 @@ sv:
|
|
113
98
|
census:
|
114
99
|
create:
|
115
100
|
error: Det gick inte att importera folkbokföringen.
|
116
|
-
success: Har importerat %{count} objekt (%{errors} fel)
|
117
|
-
destroy_all:
|
118
|
-
success: Alla medlemsuppgifeter har raderats
|
119
101
|
destroy:
|
120
|
-
confirm: Raderingen av samtliga medlemsuppgifter kan inte ångras. Vill du fortsätta?
|
121
102
|
title: Radera alla medlemsuppgifter
|
122
103
|
index:
|
123
|
-
data: Det finns totalt %{count} inlästa poster. Datum för senaste uppdatering var %{due_date}
|
124
104
|
empty: Det finns inga medlemsuppgifter. Importera dem som en CSV-fil med formuläret nedan.
|
125
105
|
title: Aktuella medlemsuppgifter
|
126
106
|
instructions:
|
@@ -139,8 +119,7 @@ sv:
|
|
139
119
|
postal_codes:
|
140
120
|
one: Deltagande är begränsat till deltagare med postnummer %{postal_codes}.
|
141
121
|
other: 'Deltagande är begränsat till deltagare med något av följande postnummer: %{postal_codes}.'
|
142
|
-
scope: Deltagandet är begränsat till deltagare
|
143
|
-
user_scope: Deltagandet är begränsat till deltagare med inom %{scope_name} och du tillhör %{user_scope_name}.
|
122
|
+
scope: Deltagandet är begränsat till deltagare med omfattningen %{scope_name}.
|
144
123
|
id_documents:
|
145
124
|
admin:
|
146
125
|
config:
|
@@ -149,19 +128,12 @@ sv:
|
|
149
128
|
update: Uppdatera
|
150
129
|
update:
|
151
130
|
error: Det gick inte att uppdatera konfigurationen.
|
152
|
-
success: Konfigurationen har uppdaterats
|
153
131
|
confirmations:
|
154
|
-
create:
|
155
|
-
error: Verifieringen stämmer inte. Försök igen eller avvisa verifieringen så att användaren kan rätta den
|
156
|
-
success: Användaren har verifierats
|
157
132
|
new:
|
158
133
|
introduce_user_data: För in uppgifterna från bilden
|
159
134
|
reject: Avvisa
|
160
135
|
verify: Verifiera
|
161
136
|
offline_confirmations:
|
162
|
-
create:
|
163
|
-
error: Verifieringen stämmer inte. Försök igen eller be deltagaren att rätta den
|
164
|
-
success: Deltagaren har verifierats
|
165
137
|
new:
|
166
138
|
cancel: Avbryt
|
167
139
|
introduce_user_data: Mata in deltagarens e-postadress samt identitetsuppgifter
|
@@ -172,29 +144,21 @@ sv:
|
|
172
144
|
offline_verification: Offline-verifiering
|
173
145
|
title: Väntande online-verifieringar
|
174
146
|
verification_number: 'Verifiering #%{n}'
|
175
|
-
rejections:
|
176
|
-
create:
|
177
|
-
success: Verifieringen avvisades. Användaren kommer att uppmanas att rätta sina handlingar
|
178
147
|
authorizations:
|
179
148
|
choose:
|
180
149
|
choose_a_type: 'Var god välj hur du vill verifieras:'
|
181
150
|
offline: Offline
|
182
151
|
online: Online
|
183
152
|
title: Verifiera dig själv med din identitetshandling
|
184
|
-
create:
|
185
|
-
error: Det gick inte att skicka in ID-handlingen
|
186
|
-
success: Dokumentet har skickats in
|
187
153
|
edit:
|
188
|
-
being_reviewed: Vi granskar dina handlingar. Du kommer att verifieras inom kort
|
189
154
|
offline: Använd offline-verifiering
|
190
155
|
online: Använd online-verifiering
|
191
|
-
rejection_clarity: Se till att informationen syns tydligt i bilden som du skickade in
|
192
|
-
rejection_correctness: Se till att den angivna informationen är korrekt
|
193
|
-
rejection_notice: Det gick inte att verifiera dig. Försök igen
|
194
156
|
send: Begär verifiering igen
|
195
157
|
new:
|
196
158
|
send: Begär verifiering
|
197
159
|
title: Skicka in din identitetshandling
|
160
|
+
dni: ID-kort
|
161
|
+
nie: Personnummer
|
198
162
|
passport: Pass
|
199
163
|
postal_letter:
|
200
164
|
admin:
|
@@ -207,43 +171,24 @@ sv:
|
|
207
171
|
title: Pågående verifieringar
|
208
172
|
username: Användarnamn
|
209
173
|
verification_code: Verifieringskod
|
210
|
-
postages:
|
211
|
-
create:
|
212
|
-
error: Det gick inte att markera brevet som skickat
|
213
|
-
success: Brevet har markerats som skickat
|
214
174
|
authorizations:
|
215
|
-
create:
|
216
|
-
error: Det var ett problem med din förfrågan
|
217
|
-
success: Tack! Vi skickar en verifieringskod till din adress
|
218
175
|
edit:
|
219
176
|
send: Bekräfta
|
220
|
-
title: Ange verifieringskoden som du fick
|
221
|
-
waiting_for_letter: Vi skickar snart ett brev med din verifieringskod till din adress
|
222
177
|
new:
|
223
178
|
send: Skicka mig ett brev
|
224
179
|
title: Begär din verifieringskod
|
225
|
-
update:
|
226
|
-
error: Din verifieringskod stämmer inte överens med vår. Kontrollera brevet som vi skickade till dig igen
|
227
|
-
success: Grattis. Du har blivit verifierad
|
228
180
|
sms:
|
229
181
|
authorizations:
|
230
|
-
create:
|
231
|
-
error: Det var ett problem med din förfrågan
|
232
|
-
success: Tack! Vi har skickat ett SMS till din telefon.
|
233
182
|
destroy:
|
234
183
|
success: Verifieringskoden har återställts. Ange ditt telefonnummer igen.
|
235
184
|
edit:
|
236
185
|
confirm_destroy: Är du säker på att du vill återställa verifieringskoden?
|
237
186
|
destroy: Nollställ verifieringskod
|
238
|
-
resend: Fick du inte verifieringskoden?
|
239
187
|
send: Bekräfta
|
240
188
|
title: Ange verifieringskoden som du fick
|
241
189
|
new:
|
242
190
|
send: Skicka mig ett SMS
|
243
191
|
title: Begär din verifieringskod
|
244
|
-
update:
|
245
|
-
error: Verifieringskoden stämmer inte. Kontrollera det SMS som vi skickade till dig igen.
|
246
|
-
success: Grattis. Du har blivit verifierad.
|
247
192
|
errors:
|
248
193
|
messages:
|
249
194
|
uppercase_only_letters_numbers: får endast innehålla stora bokstäver och/eller siffror
|