decidim-verifications 0.27.5 → 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 -4
- 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/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 +1 -53
- data/config/locales/ca.yml +46 -40
- data/config/locales/cs.yml +48 -42
- data/config/locales/de.yml +44 -38
- data/config/locales/el.yml +1 -62
- data/config/locales/en.yml +52 -46
- data/config/locales/es-MX.yml +47 -41
- data/config/locales/es-PY.yml +47 -41
- data/config/locales/es.yml +46 -40
- data/config/locales/eu.yml +51 -45
- data/config/locales/fi-plain.yml +48 -42
- data/config/locales/fi.yml +45 -39
- data/config/locales/fr-CA.yml +50 -44
- data/config/locales/fr.yml +50 -44
- data/config/locales/ga-IE.yml +0 -1
- data/config/locales/gl.yml +1 -62
- data/config/locales/hu.yml +48 -45
- data/config/locales/id-ID.yml +1 -53
- data/config/locales/is-IS.yml +1 -24
- data/config/locales/it.yml +1 -62
- data/config/locales/ja.yml +50 -44
- data/config/locales/lt.yml +43 -37
- data/config/locales/lv.yml +1 -61
- data/config/locales/nl.yml +1 -62
- data/config/locales/no.yml +1 -62
- data/config/locales/pl.yml +1 -62
- data/config/locales/pt-BR.yml +1 -69
- data/config/locales/pt.yml +1 -62
- data/config/locales/ro-RO.yml +5 -62
- data/config/locales/ru.yml +1 -31
- data/config/locales/sk.yml +1 -61
- data/config/locales/sv.yml +3 -62
- data/config/locales/tr-TR.yml +1 -62
- data/config/locales/uk.yml +1 -31
- data/config/locales/zh-CN.yml +1 -62
- data/config/locales/zh-TW.yml +33 -27
- 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/version.rb +1 -1
- data/lib/decidim/verifications/workflow_manifest.rb +2 -1
- data/lib/decidim/verifications/workflows.rb +2 -2
- metadata +25 -16
- data/app/views/decidim/verifications/authorizations/_granted_authorization.html.erb +0 -32
- data/config/environment.rb +0 -3
data/config/locales/hu.yml
CHANGED
@@ -38,12 +38,12 @@ hu:
|
|
38
38
|
button: Összes visszavonása
|
39
39
|
button_before: Dátum előtti visszavonás
|
40
40
|
destroy:
|
41
|
-
confirm: A dátum előtti
|
42
|
-
confirm_all: Az összes
|
43
|
-
destroy_nok:
|
41
|
+
confirm: A dátum előtti engedélyek visszavonása nem vonható vissza. Biztos, hogy folytatni szeretné?
|
42
|
+
confirm_all: Az összes jogosultság visszavonása nem vonható vissza. Biztos, hogy folytatni szeretné?
|
43
|
+
destroy_nok: A felhatalmazások visszavonása során probléma merült fel.
|
44
44
|
destroy_ok: Az összes egyező engedélyt sikeresen visszavonták.
|
45
45
|
info: Összesen %{count} ellenőrzött résztvevő.
|
46
|
-
no_data: Nincsenek ellenőrzött résztvevők
|
46
|
+
no_data: Nincsenek ellenőrzött résztvevők.
|
47
47
|
title: Engedélyezés és visszavonás
|
48
48
|
authorization_workflows: Engedélyezések
|
49
49
|
admin_log:
|
@@ -55,14 +55,14 @@ hu:
|
|
55
55
|
admin:
|
56
56
|
csv_census:
|
57
57
|
help:
|
58
|
-
-
|
59
|
-
- Csak
|
58
|
+
- A rendszergazdák feltöltenek egy CSV fájlt az elfogadott résztvevők e-mail címeivel.
|
59
|
+
- Csak a CSV-fájlban e-mail címmel rendelkező résztvevők kaphatnak igazolást.
|
60
60
|
id_documents:
|
61
61
|
help:
|
62
62
|
- A felhasználók kitölthetik az adatlapjukat és feltölthetik dokumentumaikat.
|
63
63
|
- Töltsd ki a feltöltött képen található információkkal.
|
64
64
|
- Az információknak meg kell egyeznie a kitöltött adatokkal.
|
65
|
-
- Ha nem
|
65
|
+
- Ha nem látja tisztán az információt, vagy nem tudja ellenőrizni, akkor elutasíthatja a kérelmet, és a felhasználónak lehetősége lesz a javításra.
|
66
66
|
postal_letter:
|
67
67
|
help:
|
68
68
|
- Felhasználók a lakcímükre kérik az ellenőrző kódot.
|
@@ -70,17 +70,17 @@ hu:
|
|
70
70
|
- Levél elküldöttként megjelölve.
|
71
71
|
- Miután a levelet megjelölted elküldöttként, a felhasználó a kód segítségével ellenőrizhető lesz.
|
72
72
|
csv_census:
|
73
|
-
explanation: Ellenőrizze a szervezet
|
73
|
+
explanation: Ellenőrizze magát a szervezet névjegyzékének segítségével.
|
74
74
|
name: A szervezet névjegyzéke
|
75
75
|
direct: Közvetlen
|
76
76
|
help: Segítség
|
77
77
|
id_documents:
|
78
|
-
explanation:
|
78
|
+
explanation: Töltse fel személyazonossági okmányait, hogy ellenőrizni tudjuk személyazonosságát.
|
79
79
|
name: Személyazonosító okmányok
|
80
80
|
multistep: Több lépéses
|
81
81
|
name: Név
|
82
82
|
postal_letter:
|
83
|
-
explanation:
|
83
|
+
explanation: Postai úton küldünk Önnek egy levelet egy kóddal, amelyet be kell írnia, hogy ellenőrizni tudjuk a címét.
|
84
84
|
name: Kód postai levéllel
|
85
85
|
events:
|
86
86
|
verifications:
|
@@ -96,11 +96,12 @@ hu:
|
|
96
96
|
no_data_stored: Nincs tárolt adat.
|
97
97
|
create:
|
98
98
|
error: Hiba történt az engedélyezés létrehozása során.
|
99
|
-
success:
|
99
|
+
success: Önt sikeresen engedélyezték.
|
100
|
+
transferred: 'Az Ön felhatalmazása alapján a következő részvételi adatokat állítottuk helyre:'
|
100
101
|
unconfirmed: Meg kell erősítened az e-mailedet, hogy engedélyezd magad.
|
101
102
|
destroy:
|
102
103
|
error: Hiba történt a hitelesítés törlése során.
|
103
|
-
success: Sikeresen
|
104
|
+
success: Sikeresen törölte a jogosultságot.
|
104
105
|
first_login:
|
105
106
|
actions:
|
106
107
|
another_dummy_authorization_handler: Ellenőrizd az engedélykezelő másik példáját
|
@@ -114,17 +115,19 @@ hu:
|
|
114
115
|
verify_with_these_options: 'Személyazonosságod ellenőrzésének különféle lehetőségei:'
|
115
116
|
index:
|
116
117
|
expired_verification: Hitelesítés lejárt
|
118
|
+
granted_verification: Megadott igazolás
|
119
|
+
introduce_code: Bevezetni a kódot
|
117
120
|
pending_verification: Függőben lévő ellenőrzés
|
118
121
|
show_renew_info: Kattintson a hitelesítés megújításához
|
119
|
-
|
122
|
+
subscribe: Feliratkozás
|
123
|
+
unauthorized_methods: Ellenőrzési módszerek
|
120
124
|
new:
|
121
125
|
authorize: Küldés
|
122
126
|
authorize_with: 'Ellenőrizd ezzel: %{authorizer}'
|
123
127
|
renew_modal:
|
124
128
|
cancel: Mégse
|
125
|
-
close: bezár
|
126
129
|
continue: Tovább
|
127
|
-
info_renew: Ha frissíteni
|
130
|
+
info_renew: Ha frissíteni szeretné az adatokat, folytassa a megújítást.
|
128
131
|
title: Hitelesítés megújítása
|
129
132
|
skip_verification: Most hagyd ki ezt a lépést és %{link}
|
130
133
|
start_exploring: felfedezés indul
|
@@ -133,14 +136,14 @@ hu:
|
|
133
136
|
census:
|
134
137
|
create:
|
135
138
|
error: Hiba történt a névjegyzék importálásakor.
|
136
|
-
success: Sikeresen importált %{count} elemet (%{errors} hiba)
|
139
|
+
success: Sikeresen importált %{count} elemet (%{errors} hiba).
|
137
140
|
destroy_all:
|
138
|
-
success:
|
141
|
+
success: Minden névjegyzéki adatot töröltek.
|
139
142
|
destroy:
|
140
|
-
confirm: Az összes
|
143
|
+
confirm: Az összes névjegyzék törlése nem vonható vissza. Biztos, hogy folytatni szeretné?
|
141
144
|
title: Törölje az összes névjegyzéki adatot
|
142
145
|
index:
|
143
|
-
data:
|
146
|
+
data: Összesen %{count} rekord van betöltve. Az utolsó feltöltés dátuma %{due_date} volt.
|
144
147
|
empty: Nincsenek névjegyzéki adatok. Az alábbi űrlap segítségével importálhatja a CSV-fájlt.
|
145
148
|
title: Jelenlegi névjegyzéki adatok
|
146
149
|
instructions:
|
@@ -173,19 +176,19 @@ hu:
|
|
173
176
|
update: Frissítés
|
174
177
|
update:
|
175
178
|
error: Hiba történt a konfiguráció frissítése során.
|
176
|
-
success: A konfiguráció sikeresen frissült
|
179
|
+
success: A konfiguráció sikeresen frissült.
|
177
180
|
confirmations:
|
178
181
|
create:
|
179
|
-
error: Az ellenőrzés nem
|
180
|
-
success:
|
182
|
+
error: Az ellenőrzés nem egyezik. Kérjük, próbálja meg újra, vagy utasítsa el az ellenőrzést, hogy a résztvevő módosíthassa azt.
|
183
|
+
success: A résztvevőt sikeresen igazolásra került.
|
181
184
|
new:
|
182
185
|
introduce_user_data: Add meg a képen látható adatokat
|
183
186
|
reject: Elutasít
|
184
187
|
verify: Ellenőrzés
|
185
188
|
offline_confirmations:
|
186
189
|
create:
|
187
|
-
error: Az ellenőrzés nem egyezik.
|
188
|
-
success: A
|
190
|
+
error: Az ellenőrzés nem egyezik. Kérjük, próbálja meg újra, vagy szóljon a résztvevőnek, hogy módosítsa azt.
|
191
|
+
success: A résztvevőt sikeresen igazolásra került.
|
189
192
|
new:
|
190
193
|
cancel: Mégse
|
191
194
|
introduce_user_data: Ismertesse a felhasználói e-mailt és a dokumentumadatokat
|
@@ -198,7 +201,7 @@ hu:
|
|
198
201
|
verification_number: 'Ellenőrzés #%{n}'
|
199
202
|
rejections:
|
200
203
|
create:
|
201
|
-
success: Ellenőrzés elutasítva. A
|
204
|
+
success: Ellenőrzés elutasítva. A résztvevőt felkérik, hogy módosítsa dokumentumait.
|
202
205
|
authorizations:
|
203
206
|
choose:
|
204
207
|
choose_a_type: 'Kérjük, adja meg, hogy miként szeretné ellenőrizni:'
|
@@ -206,22 +209,22 @@ hu:
|
|
206
209
|
online: Online
|
207
210
|
title: Ellenőrizze magát személyazonosító okmányával
|
208
211
|
create:
|
209
|
-
error:
|
210
|
-
success: Dokumentum
|
212
|
+
error: Probléma adódott a dokumentum feltöltésével.
|
213
|
+
success: Dokumentum sikeresen feltöltve.
|
211
214
|
edit:
|
212
|
-
being_reviewed:
|
215
|
+
being_reviewed: Átnézzük a dokumentumokat. Hamarosan ellenőrzést kap.
|
213
216
|
offline: Az offline ellenőrzés használata
|
214
217
|
online: Online ellenőrzés használatával
|
215
|
-
rejection_clarity:
|
216
|
-
rejection_correctness: Győződjön meg a megadott adatok
|
217
|
-
rejection_notice:
|
218
|
+
rejection_clarity: Győződjön meg róla, hogy az információ jól látható a feltöltött képen.
|
219
|
+
rejection_correctness: Győződjön meg arról, hogy a megadott adatok helyesek.
|
220
|
+
rejection_notice: Probléma adódott a hitelesítéssel. Kérjük, próbálja meg újra.
|
218
221
|
send: Újbóli ellenőrzés kérése
|
219
222
|
new:
|
220
223
|
send: Ellenőrzés kérelem
|
221
224
|
title: Személyi igazolvány feltöltése
|
222
225
|
update:
|
223
|
-
error: Probléma
|
224
|
-
success: Dokumentum
|
226
|
+
error: Probléma adódott a dokumentum újratöltésével.
|
227
|
+
success: Dokumentum sikeresen újratöltve.
|
225
228
|
dni: Sz.ig.
|
226
229
|
nie: Lakcím kártya
|
227
230
|
passport: Útlevél
|
@@ -238,27 +241,27 @@ hu:
|
|
238
241
|
verification_code: Ellenőrző kód
|
239
242
|
postages:
|
240
243
|
create:
|
241
|
-
error: Hiba a levél
|
242
|
-
success:
|
244
|
+
error: Hiba a levél elküldöttként való megjelölése.
|
245
|
+
success: A levél sikeresen elküldöttnek minősült.
|
243
246
|
authorizations:
|
244
247
|
create:
|
245
|
-
error: Probléma
|
246
|
-
success:
|
248
|
+
error: Probléma merült fel a kérésével kapcsolatban.
|
249
|
+
success: Köszönöm! Küldünk egy ellenőrző kódot a címére.
|
247
250
|
edit:
|
248
251
|
send: Megerősítés
|
249
|
-
title:
|
250
|
-
waiting_for_letter:
|
252
|
+
title: Adja meg a kapott ellenőrző kódot.
|
253
|
+
waiting_for_letter: Hamarosan levelet küldünk a címére az ellenőrző kóddal.
|
251
254
|
new:
|
252
255
|
send: Küldjetek levelet
|
253
256
|
title: Kérj ellenőrző kódot magadnak
|
254
257
|
update:
|
255
|
-
error: Az ellenőrző
|
256
|
-
success:
|
258
|
+
error: Az Ön ellenőrző kódja nem egyezik a miénkkel. Kérjük, ellenőrizze még egyszer a levelet, amit küldtünk Önnek.
|
259
|
+
success: Gratulálok. Adatai sikeresen ellenőrzésre kerültek.
|
257
260
|
sms:
|
258
261
|
authorizations:
|
259
262
|
create:
|
260
|
-
error: Probléma
|
261
|
-
success:
|
263
|
+
error: Probléma merült fel a kérésével kapcsolatban.
|
264
|
+
success: Köszönjük! SMS-t küldtünk a telefonjára.
|
262
265
|
destroy:
|
263
266
|
success: A hitelesítési kód sikeresen visszaáll. Kérjük, írja be újra a telefonszámát.
|
264
267
|
edit:
|
@@ -271,8 +274,8 @@ hu:
|
|
271
274
|
send: Küldj nekem SMS-t
|
272
275
|
title: Kérjen ellenőrző kódot
|
273
276
|
update:
|
274
|
-
error: Az ellenőrző
|
275
|
-
success: Gratulálunk.
|
277
|
+
error: Az Ön ellenőrző kódja nem egyezik a miénkkel. Kérjük, ellenőrizze még egyszer az általunk küldött SMS-ben lévő kódot.
|
278
|
+
success: Gratulálunk. Adatai sikeresen ellenőrzésre kerültek.
|
276
279
|
errors:
|
277
280
|
messages:
|
278
281
|
uppercase_only_letters_numbers: kizárólag nagybetűt és/vagy számokat használhat
|
data/config/locales/id-ID.yml
CHANGED
@@ -27,16 +27,12 @@ id:
|
|
27
27
|
decidim:
|
28
28
|
authorization_handlers:
|
29
29
|
admin:
|
30
|
-
csv_census:
|
31
|
-
help:
|
32
|
-
- Admin mengunggah CSV dengan email dari peserta yang diterima
|
33
|
-
- Hanya peserta dengan email di file CSV yang dapat diverifikasi
|
34
30
|
id_documents:
|
35
31
|
help:
|
36
32
|
- Pengguna mengisi informasi identitas mereka dan mengunggah salinan dokumen mereka.
|
37
33
|
- Anda mengisi informasi yang ada di gambar yang diunggah.
|
38
34
|
- Informasi harus sesuai dengan apa pun yang diisi oleh pengguna.
|
39
|
-
-
|
35
|
+
-
|
40
36
|
postal_letter:
|
41
37
|
help:
|
42
38
|
- Pengguna meminta kode verifikasi untuk dikirim ke alamat mereka.
|
@@ -44,23 +40,19 @@ id:
|
|
44
40
|
- Anda menandai surat yang dikirim.
|
45
41
|
- Setelah Anda menandai surat yang dikirim, pengguna akan dapat memperkenalkan kode dan diverifikasi.
|
46
42
|
csv_census:
|
47
|
-
explanation: Dapatkan diverifikasi menggunakan sensus organisasi
|
48
43
|
name: Sensus organisasi
|
49
44
|
direct: Langsung
|
50
45
|
help: Membantu
|
51
46
|
id_documents:
|
52
|
-
explanation: Unggah dokumen identitas Anda sehingga kami dapat memeriksa identitas Anda
|
53
47
|
name: Dokumen identitas
|
54
48
|
multistep: Multi-Langkah
|
55
49
|
name: Nama
|
56
50
|
postal_letter:
|
57
|
-
explanation: Kami akan mengirimi Anda surat pos dengan kode yang harus Anda masukkan sehingga kami dapat memverifikasi alamat Anda
|
58
51
|
name: Kode melalui surat pos
|
59
52
|
verifications:
|
60
53
|
authorizations:
|
61
54
|
create:
|
62
55
|
error: Ada kesalahan saat membuat otorisasi.
|
63
|
-
success: Anda telah berhasil diotorisasi.
|
64
56
|
unconfirmed: Anda perlu mengkonfirmasi email Anda untuk mengotorisasi diri Anda sendiri.
|
65
57
|
first_login:
|
66
58
|
actions:
|
@@ -84,14 +76,9 @@ id:
|
|
84
76
|
census:
|
85
77
|
create:
|
86
78
|
error: Terjadi kesalahan saat mengimpor sensus.
|
87
|
-
success: Berhasil mengimpor %{count} item (%{errors} kesalahan)
|
88
|
-
destroy_all:
|
89
|
-
success: Semua data sensus telah dihapus
|
90
79
|
destroy:
|
91
|
-
confirm: Hapus semua sensus tidak bisa dibatalkan. Apakah anda yakin ingin melanjutkan?
|
92
80
|
title: Hapus semua data sensus
|
93
81
|
index:
|
94
|
-
data: Ada %{count} catatan yang dimuat secara total. Tanggal unggah terakhir pada %{due_date}
|
95
82
|
empty: Tidak ada data sensus. Gunakan formulir di bawah ini untuk mengimpornya menggunakan file CSV.
|
96
83
|
title: Data sensus saat ini
|
97
84
|
instructions:
|
@@ -116,19 +103,12 @@ id:
|
|
116
103
|
update: Memperbarui
|
117
104
|
update:
|
118
105
|
error: Terjadi kesalahan saat memperbarui konfigurasi.
|
119
|
-
success: Konfigurasi berhasil diperbarui
|
120
106
|
confirmations:
|
121
|
-
create:
|
122
|
-
error: Verifikasi tidak cocok. Coba lagi atau tolak verifikasi sehingga pengguna dapat mengubahnya
|
123
|
-
success: Pengguna berhasil diverifikasi
|
124
107
|
new:
|
125
108
|
introduce_user_data: Perkenalkan data dalam gambar
|
126
109
|
reject: Menolak
|
127
110
|
verify: Memeriksa
|
128
111
|
offline_confirmations:
|
129
|
-
create:
|
130
|
-
error: Verifikasi tidak cocok. Coba lagi atau beri tahu pengguna untuk mengubahnya
|
131
|
-
success: Pengguna berhasil diverifikasi
|
132
112
|
new:
|
133
113
|
cancel: Membatalkan
|
134
114
|
introduce_user_data: Perkenalkan email pengguna dan data dokumen
|
@@ -139,32 +119,19 @@ id:
|
|
139
119
|
offline_verification: Verifikasi offline
|
140
120
|
title: Verifikasi online yang tertunda
|
141
121
|
verification_number: 'Verifikasi #%{n}'
|
142
|
-
rejections:
|
143
|
-
create:
|
144
|
-
success: Verifikasi ditolak. Pengguna akan diminta untuk mengubah dokumennya
|
145
122
|
authorizations:
|
146
123
|
choose:
|
147
124
|
choose_a_type: 'Silakan pilih bagaimana Anda ingin diverifikasi:'
|
148
125
|
offline: Offline
|
149
126
|
online: On line
|
150
127
|
title: Verifikasi diri Anda menggunakan dokumen identitas Anda
|
151
|
-
create:
|
152
|
-
error: Ada masalah saat mengunggah dokumen Anda
|
153
|
-
success: Dokumen berhasil diunggah
|
154
128
|
edit:
|
155
|
-
being_reviewed: Kami sedang meninjau dokumen Anda. Anda akan segera diverifikasi
|
156
129
|
offline: Gunakan verifikasi offline
|
157
130
|
online: Gunakan verifikasi online
|
158
|
-
rejection_clarity: Pastikan informasinya terlihat jelas di gambar yang diunggah
|
159
|
-
rejection_correctness: Pastikan informasi yang dimasukkan sudah benar
|
160
|
-
rejection_notice: Ada masalah dengan verifikasi Anda. Silakan coba lagi
|
161
131
|
send: Meminta verifikasi lagi
|
162
132
|
new:
|
163
133
|
send: Meminta verifikasi
|
164
134
|
title: Unggah dokumen identitas Anda
|
165
|
-
update:
|
166
|
-
error: Terjadi masalah saat memuat ulang dokumen Anda
|
167
|
-
success: Dokumen berhasil diunggah ulang
|
168
135
|
dni: DNI
|
169
136
|
nie: NIE
|
170
137
|
passport: Paspor
|
@@ -179,43 +146,24 @@ id:
|
|
179
146
|
title: Verifikasi berkelanjutan
|
180
147
|
username: Nama pengguna
|
181
148
|
verification_code: Kode verifikasi
|
182
|
-
postages:
|
183
|
-
create:
|
184
|
-
error: Kesalahan menandai huruf yang dikirim
|
185
|
-
success: Surat berhasil ditandai sebagai terkirim
|
186
149
|
authorizations:
|
187
|
-
create:
|
188
|
-
error: Ada masalah dengan permintaan anda
|
189
|
-
success: Terima kasih! Kami akan mengirimkan kode verifikasi ke alamat Anda
|
190
150
|
edit:
|
191
151
|
send: Memastikan
|
192
|
-
title: Perkenalkan kode verifikasi yang Anda terima
|
193
|
-
waiting_for_letter: Kami akan segera mengirim surat ke alamat Anda dengan kode verifikasi Anda
|
194
152
|
new:
|
195
153
|
send: Kirimkan saya surat
|
196
154
|
title: Minta kode verifikasi Anda
|
197
|
-
update:
|
198
|
-
error: Kode verifikasi Anda tidak sesuai dengan kami. Silakan periksa kembali surat yang kami kirimkan kepada Anda
|
199
|
-
success: Selamat. Anda telah berhasil diverifikasi
|
200
155
|
sms:
|
201
156
|
authorizations:
|
202
|
-
create:
|
203
|
-
error: Ada masalah dengan permintaan anda
|
204
|
-
success: Terima kasih! Kami telah mengirim SMS ke ponsel Anda.
|
205
157
|
destroy:
|
206
158
|
success: Kode verifikasi berhasil diset ulang. Harap masukkan kembali nomor telepon Anda.
|
207
159
|
edit:
|
208
160
|
confirm_destroy: Anda yakin ingin mengatur ulang kode verifikasi?
|
209
161
|
destroy: Setel ulang kode verifikasi
|
210
|
-
resend: Tidak menerima kode verifikasi?
|
211
162
|
send: Memastikan
|
212
163
|
title: Perkenalkan kode verifikasi yang Anda terima
|
213
164
|
new:
|
214
165
|
send: Kirimi saya SMS
|
215
166
|
title: Minta kode verifikasi Anda
|
216
|
-
update:
|
217
|
-
error: Kode verifikasi Anda tidak sesuai dengan kami. Harap periksa kembali SMS yang kami kirimkan kepada Anda.
|
218
|
-
success: Selamat. Anda telah berhasil diverifikasi.
|
219
167
|
errors:
|
220
168
|
messages:
|
221
169
|
uppercase_only_letters_numbers: harus semuanya huruf besar dan hanya berisi huruf dan / atau angka
|
data/config/locales/is-IS.yml
CHANGED
@@ -24,7 +24,7 @@ is:
|
|
24
24
|
- Notendur fylla inn upplýsingar um auðkenni þeirra og senda afrit af skjalinu sínu.
|
25
25
|
- Þú fyllir inn upplýsingar sem eru til staðar í myndinni sem hlaðið var upp.
|
26
26
|
- Upplýsingarnar ættu að passa hvað sem notandinn hefur fyllt inn.
|
27
|
-
-
|
27
|
+
-
|
28
28
|
postal_letter:
|
29
29
|
help:
|
30
30
|
-
|
@@ -34,17 +34,13 @@ is:
|
|
34
34
|
direct: Bein
|
35
35
|
help: Hjálp
|
36
36
|
id_documents:
|
37
|
-
explanation: Hladdu upp skjölin þín svo að við getum athugað auðkenni þitt
|
38
37
|
name: Kennimark
|
39
38
|
multistep: Fjölþrep
|
40
39
|
name: Nafn
|
41
40
|
postal_letter:
|
42
|
-
explanation: Við sendum þér póstbréf með kóða sem þú verður að slá inn svo við getum staðfesta netfangið þitt
|
43
41
|
name: Kóði með póstbréfi
|
44
42
|
verifications:
|
45
43
|
authorizations:
|
46
|
-
create:
|
47
|
-
success: Þú hefur verið samþykkt með góðum árangri.
|
48
44
|
first_login:
|
49
45
|
actions:
|
50
46
|
dummy_authorization_handler: Staðfestu á móti heimildarmyndinni
|
@@ -69,19 +65,11 @@ is:
|
|
69
65
|
index:
|
70
66
|
verification_number: 'Staðfesting #%{n}'
|
71
67
|
authorizations:
|
72
|
-
create:
|
73
|
-
error: Vandamál kom upp við að hlaða upp skjalinu þínu
|
74
68
|
edit:
|
75
|
-
being_reviewed: Við erum að skoða skjölin þín. Þú verður staðfest innan skamms
|
76
|
-
rejection_clarity: Gakktu úr skugga um að upplýsingarnar séu greinilega sýnilegar í myndinni sem hlaðið var upp
|
77
|
-
rejection_correctness: Gakktu úr skugga um að innsláttarupplýsingar séu réttar
|
78
|
-
rejection_notice: Vandamál kom upp við staðfestingu þína. Vinsamlegast reyndu aftur
|
79
69
|
send: Beiðni um staðfestingu aftur
|
80
70
|
new:
|
81
71
|
send: Beiðni um staðfestingu
|
82
72
|
title: Hladdu upp skjalið þitt
|
83
|
-
update:
|
84
|
-
error: Vandamál kom upp við að endurheimta skjalið þitt
|
85
73
|
dni: DNI
|
86
74
|
nie: NIE
|
87
75
|
passport: Vegabréf
|
@@ -95,23 +83,12 @@ is:
|
|
95
83
|
not_yet_sent: Ekki enn sendur
|
96
84
|
title: Áframhaldandi sannprófanir
|
97
85
|
verification_code: Staðfestingarkóði
|
98
|
-
postages:
|
99
|
-
create:
|
100
|
-
error: Villa merkja bréf sem send var
|
101
|
-
success: Bréf með góðum árangri merkt sem send
|
102
86
|
authorizations:
|
103
|
-
create:
|
104
|
-
error: Vandamál kom upp við beiðni þína
|
105
|
-
success: Takk! Við sendum staðfestingarkóða á netfangið þitt
|
106
87
|
edit:
|
107
88
|
send: Staðfesta
|
108
|
-
waiting_for_letter: Við sendum bréf til heimilisfangsins með staðfestingarkóðanum þínum fljótlega
|
109
89
|
new:
|
110
90
|
send: Sendu mér bréf
|
111
91
|
title: Biðja um staðfestingarkóðann þinn
|
112
|
-
update:
|
113
|
-
error: Staðfestingarkóðinn þinn passar ekki við okkar. Vinsamlegast tvíttu athugaðu bréfið sem við sendum til þín
|
114
|
-
success: Til hamingju. Þú hefur verið staðfest með staðfestingu
|
115
92
|
errors:
|
116
93
|
messages:
|
117
94
|
uppercase_only_letters_numbers: verður að vera allt hástafi og innihalda aðeins stafi og / eða númer
|
data/config/locales/it.yml
CHANGED
@@ -31,13 +31,8 @@ it:
|
|
31
31
|
before_date_info: Utile se il processo è già iniziato e si desidera revocare i permessi del processo precedente.
|
32
32
|
button: Revoca tutto
|
33
33
|
button_before: Revoca prima della data
|
34
|
-
destroy:
|
35
|
-
confirm: Le autorizzazioni di revoca prima della data non possono essere annullate. Sei sicuro di voler continuare?
|
36
|
-
confirm_all: Revocare tutte le autorizzazioni non può essere annullato. Sei sicuro di voler continuare?
|
37
|
-
destroy_nok: C'è stato un problema durante la revoca delle autorizzazioni.
|
38
34
|
destroy_ok: Tutte le autorizzazioni corrispondenti sono state revocate correttamente.
|
39
35
|
info: Ci sono un totale di %{count} partecipanti verificati.
|
40
|
-
no_data: Nessun partecipante verificato
|
41
36
|
title: Revoca delle autorizzazioni
|
42
37
|
authorization_workflows: Autorizzazioni
|
43
38
|
admin_log:
|
@@ -47,16 +42,12 @@ it:
|
|
47
42
|
grant_id_documents_offline_verification: "%{user_name} ha verificato %{resource_name} utilizzando un sistema di verifica offline dei documenti di identità"
|
48
43
|
authorization_handlers:
|
49
44
|
admin:
|
50
|
-
csv_census:
|
51
|
-
help:
|
52
|
-
- Gli amministratori caricano un CSV con le e-mail dei partecipanti accettati
|
53
|
-
- Solo i partecipanti con un'email in quel file CSV possono essere verificati
|
54
45
|
id_documents:
|
55
46
|
help:
|
56
47
|
- Gli utenti inseriscono le loro informazioni di identità e caricano una copia del loro documento.
|
57
48
|
- Inserisci le informazioni presenti nell'immagine caricata.
|
58
49
|
- Le informazioni dovrebbero corrispondere a quello que l'utente ha inserito.
|
59
|
-
-
|
50
|
+
-
|
60
51
|
postal_letter:
|
61
52
|
help:
|
62
53
|
- Gli utenti richiedono un codice di verifica da inviare al loro indirizzo.
|
@@ -64,17 +55,14 @@ it:
|
|
64
55
|
- Hai contrassegnato la lettera come inviata.
|
65
56
|
- Dopo aver contrassegnato la lettera come inviata, l'utente potrà introdurre il codice e essere verificato.
|
66
57
|
csv_census:
|
67
|
-
explanation: Verifica i tuoi permessi
|
68
58
|
name: Verifica delle autorizzazioni
|
69
59
|
direct: Diretto
|
70
60
|
help: Aiuto
|
71
61
|
id_documents:
|
72
|
-
explanation: Carica i tuoi documenti di identità in modo che possiamo verificare la tua identità
|
73
62
|
name: Documenti di identità
|
74
63
|
multistep: Multi-Step
|
75
64
|
name: Nome
|
76
65
|
postal_letter:
|
77
|
-
explanation: Ti invieremo una lettera postale con un codice che dovrai inserire per poter verificare il tuo indirizzo
|
78
66
|
name: Codice via lettera postale
|
79
67
|
verifications:
|
80
68
|
authorizations:
|
@@ -83,11 +71,9 @@ it:
|
|
83
71
|
no_data_stored: Nessun dato memorizzato.
|
84
72
|
create:
|
85
73
|
error: Si è verificato un errore durante la creazione dell'autorizzazione.
|
86
|
-
success: Sei stato autorizzato con successo.
|
87
74
|
unconfirmed: Devi confermare la tua e-mail per autorizzarti.
|
88
75
|
destroy:
|
89
76
|
error: Si è verificato un errore durante l'eliminazione dell'autorizzazione.
|
90
|
-
success: Autorizzazione eliminata con successo.
|
91
77
|
first_login:
|
92
78
|
actions:
|
93
79
|
another_dummy_authorization_handler: Verificare contro un altro esempio di gestore di autorizzazioni
|
@@ -103,15 +89,12 @@ it:
|
|
103
89
|
expired_verification: Verifica scaduta
|
104
90
|
pending_verification: In attesa di conferma
|
105
91
|
show_renew_info: Fare clic per rinnovare la verifica
|
106
|
-
unauthorized_verification: Nuova verifica
|
107
92
|
new:
|
108
93
|
authorize: Invia
|
109
94
|
authorize_with: Verifica con %{authorizer}
|
110
95
|
renew_modal:
|
111
96
|
cancel: Annulla
|
112
|
-
close: chiudi
|
113
97
|
continue: Continua
|
114
|
-
info_renew: Se desideri aggiornare i dati, continua con il rinnovo
|
115
98
|
title: Rinnova Verifica
|
116
99
|
skip_verification: Puoi saltare questo per ora e %{link}
|
117
100
|
start_exploring: comincia ad esplorare
|
@@ -120,14 +103,9 @@ it:
|
|
120
103
|
census:
|
121
104
|
create:
|
122
105
|
error: Si è verificato un errore durante l'importazione del censimento.
|
123
|
-
success: Sono stati importati correttamente %{count} articoli (%{errors} errore)
|
124
|
-
destroy_all:
|
125
|
-
success: Tutti i dati del censimento sono stati cancellati
|
126
106
|
destroy:
|
127
|
-
confirm: Cancellare tutto il censimento non può essere annullato. Sei sicuro di voler continuare?
|
128
107
|
title: Elimina tutti i dati del censimento
|
129
108
|
index:
|
130
|
-
data: Ci sono %{count} record caricati in totale. L'ultima data di caricamento era %{due_date}
|
131
109
|
empty: Non ci sono dati del censimento. Utilizza il modulo sottostante per importarlo utilizzando un file CSV.
|
132
110
|
title: Dati di censimento attuali
|
133
111
|
instructions:
|
@@ -160,19 +138,12 @@ it:
|
|
160
138
|
update: Aggiornare
|
161
139
|
update:
|
162
140
|
error: Si è verificato un errore durante l'aggiornamento della configurazione.
|
163
|
-
success: Configurazione aggiornata con successo
|
164
141
|
confirmations:
|
165
|
-
create:
|
166
|
-
error: La verifica non corrisponde. Prova di nuovo o rifiuta la verifica in modo che l'utente possa modificarla
|
167
|
-
success: Utente verificato con successo
|
168
142
|
new:
|
169
143
|
introduce_user_data: Introduci i dati nella foto
|
170
144
|
reject: Rifiuta
|
171
145
|
verify: Verifica
|
172
146
|
offline_confirmations:
|
173
|
-
create:
|
174
|
-
error: La verifica non corrisponde. Riprovare o chiedere all'utente di modificarlo
|
175
|
-
success: Utente verificato con successo
|
176
147
|
new:
|
177
148
|
cancel: Annulla
|
178
149
|
introduce_user_data: Inserisci l'email dell'utente e i dati del documento
|
@@ -183,32 +154,19 @@ it:
|
|
183
154
|
offline_verification: Verifica offline
|
184
155
|
title: Verifiche pendenti
|
185
156
|
verification_number: 'Verifica n. %{n}'
|
186
|
-
rejections:
|
187
|
-
create:
|
188
|
-
success: Verifica respinta. L'utente serà richiesto di modificare i suoi documenti
|
189
157
|
authorizations:
|
190
158
|
choose:
|
191
159
|
choose_a_type: 'Si prega di selezionare come si desidera essere verificato:'
|
192
160
|
offline: disconnesso
|
193
161
|
online: in linea
|
194
162
|
title: Verifica te stesso usando il tuo documento di identità
|
195
|
-
create:
|
196
|
-
error: Si è verificato un problema durante il caricamento del documento
|
197
|
-
success: Documento caricato con successo
|
198
163
|
edit:
|
199
|
-
being_reviewed: Stiamo esaminando i tuoi documenti. Sarai verificato prossimamente
|
200
164
|
offline: Utilizza la verifica offline
|
201
165
|
online: Utilizza la verifica online
|
202
|
-
rejection_clarity: Assicurati che le informazioni siano chiaramente visibili nell'immagine caricata
|
203
|
-
rejection_correctness: Assicurati che le informazioni inserite siano corrette
|
204
|
-
rejection_notice: C'è stato un problema con la tua verifica. Per favore riprova
|
205
166
|
send: Richiedi di nuovo la verifica
|
206
167
|
new:
|
207
168
|
send: Richiedi la verifica
|
208
169
|
title: Carica il tuo documento di identità
|
209
|
-
update:
|
210
|
-
error: Si è verificato un problema durante il caricamento del documento
|
211
|
-
success: Documento ricaricato con successo
|
212
170
|
dni: DNI
|
213
171
|
nie: NIE
|
214
172
|
passport: Passaporto
|
@@ -223,43 +181,24 @@ it:
|
|
223
181
|
title: Verifiche in corso
|
224
182
|
username: Nickname
|
225
183
|
verification_code: Codice di verifica
|
226
|
-
postages:
|
227
|
-
create:
|
228
|
-
error: Errore durante il contrassegno della lettera inviata
|
229
|
-
success: Lettera contrassegnata con successo come inviata
|
230
184
|
authorizations:
|
231
|
-
create:
|
232
|
-
error: Si è verificato un problema con la tua richiesta
|
233
|
-
success: Grazie! Invieremo un codice di verifica al tuo indirizzo
|
234
185
|
edit:
|
235
186
|
send: Conferma
|
236
|
-
title: Inserisci il codice di verifica che hai ricevuto
|
237
|
-
waiting_for_letter: A breve invieremo al tuo indirizzo una lettera con il tuo codice di verifica
|
238
187
|
new:
|
239
188
|
send: Inviami una lettera
|
240
189
|
title: Richiedi il tuo codice di verifica
|
241
|
-
update:
|
242
|
-
error: Il tuo codice di verifica non corrisponde al nostro. Per favore controlla la lettera che ti abbiamo inviato
|
243
|
-
success: Felicitazioni. Sei stato verificato con successo
|
244
190
|
sms:
|
245
191
|
authorizations:
|
246
|
-
create:
|
247
|
-
error: c'è stato un problema con la tua richiesta
|
248
|
-
success: Grazie! Abbiamo inviato un SMS al tuo telefono.
|
249
192
|
destroy:
|
250
193
|
success: Codice di verifica ripristinato correttamente. Per favore reinserisci il tuo numero di telefono.
|
251
194
|
edit:
|
252
195
|
confirm_destroy: Sei sicuro di voler resettare il codice di verifica?
|
253
196
|
destroy: Reimposta il codice di verifica
|
254
|
-
resend: Non hai ricevuto il codice di verifica?
|
255
197
|
send: Confermare
|
256
198
|
title: Inserisci il codice di verifica che hai ricevuto
|
257
199
|
new:
|
258
200
|
send: Mandami un sms
|
259
201
|
title: Richiedi il tuo codice di verifica
|
260
|
-
update:
|
261
|
-
error: Il tuo codice di verifica non corrisponde al nostro. Si prega di ricontrollare l'SMS che ti abbiamo inviato.
|
262
|
-
success: Congratulazioni. Sei stato verificato con successo.
|
263
202
|
errors:
|
264
203
|
messages:
|
265
204
|
uppercase_only_letters_numbers: deve essere tutto in maiuscolo e contenere solo lettere e / o numeri
|