@eid-easy/eideasy-widget 3.6.0 → 3.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/eideasy-widget.mjs +71 -20
- package/dist/eideasy-widget.umd.js +2 -2
- package/package.json +2 -2
package/dist/eideasy-widget.mjs
CHANGED
|
@@ -31034,7 +31034,7 @@ const _sfc_main$j = {
|
|
|
31034
31034
|
const schema = computed(() => [
|
|
31035
31035
|
{
|
|
31036
31036
|
type: "submit",
|
|
31037
|
-
label: i18n2.t("
|
|
31037
|
+
label: i18n2.t("retry")
|
|
31038
31038
|
}
|
|
31039
31039
|
]);
|
|
31040
31040
|
function cancel2() {
|
|
@@ -34832,6 +34832,7 @@ const here$g = "tady";
|
|
|
34832
34832
|
const Resend$g = "Přeposlat";
|
|
34833
34833
|
const finalizing$g = "Finalizing";
|
|
34834
34834
|
const refresh$g = "refresh";
|
|
34835
|
+
const retry$g = "Zkusit znovu";
|
|
34835
34836
|
const cs = {
|
|
34836
34837
|
"no-ee-id-card": "Občanský průkaz se nepodařilo nalézt. Zkontrolujte, zda je karta zasunutá ve čtečce, a restartujte prohlížeč. Software lze nainstalovat ze stránky www.id.ee.",
|
|
34837
34838
|
yes: yes$g,
|
|
@@ -34933,7 +34934,8 @@ const cs = {
|
|
|
34933
34934
|
"Web-eID extension is not available": "Web-eID extension is not available",
|
|
34934
34935
|
"User cancelled": "User cancelled",
|
|
34935
34936
|
"Diagnostic Info": "Diagnostické informace",
|
|
34936
|
-
"approve-in-evrotrust-app": "Schválit v aplikaci Evrotrust"
|
|
34937
|
+
"approve-in-evrotrust-app": "Schválit v aplikaci Evrotrust",
|
|
34938
|
+
retry: retry$g
|
|
34937
34939
|
};
|
|
34938
34940
|
const __vite_glob_0_0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34939
34941
|
__proto__: null,
|
|
@@ -34952,6 +34954,7 @@ const __vite_glob_0_0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.def
|
|
|
34952
34954
|
no: no$g,
|
|
34953
34955
|
or: or$g,
|
|
34954
34956
|
refresh: refresh$g,
|
|
34957
|
+
retry: retry$g,
|
|
34955
34958
|
varmennekortti: varmennekortti$g,
|
|
34956
34959
|
yes: yes$g
|
|
34957
34960
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -34971,6 +34974,7 @@ const here$f = "her";
|
|
|
34971
34974
|
const Resend$f = "Send igen";
|
|
34972
34975
|
const finalizing$f = "Færdiggører";
|
|
34973
34976
|
const refresh$f = "opdater";
|
|
34977
|
+
const retry$f = "Prøv igen";
|
|
34974
34978
|
const da = {
|
|
34975
34979
|
"no-ee-id-card": "ID-kort ikke fundet. Tjek venligst om kortet er i læseren og genstart browseren. Softwaren kan installeres fra siden www.id.ee.",
|
|
34976
34980
|
yes: yes$f,
|
|
@@ -35072,7 +35076,8 @@ const da = {
|
|
|
35072
35076
|
"Web-eID extension is not available": "Web-eID udvidelse er ikke tilgængelig",
|
|
35073
35077
|
"User cancelled": "Bruger annullerede",
|
|
35074
35078
|
"Diagnostic Info": "Diagnostiske oplysninger",
|
|
35075
|
-
"approve-in-evrotrust-app": "Godkend i Evrotrust-appen"
|
|
35079
|
+
"approve-in-evrotrust-app": "Godkend i Evrotrust-appen",
|
|
35080
|
+
retry: retry$f
|
|
35076
35081
|
};
|
|
35077
35082
|
const __vite_glob_0_1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
35078
35083
|
__proto__: null,
|
|
@@ -35091,6 +35096,7 @@ const __vite_glob_0_1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.def
|
|
|
35091
35096
|
no: no$f,
|
|
35092
35097
|
or: or$f,
|
|
35093
35098
|
refresh: refresh$f,
|
|
35099
|
+
retry: retry$f,
|
|
35094
35100
|
varmennekortti: varmennekortti$f,
|
|
35095
35101
|
yes: yes$f
|
|
35096
35102
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -35110,6 +35116,7 @@ const here$e = "hier";
|
|
|
35110
35116
|
const Resend$e = "Erneut senden";
|
|
35111
35117
|
const finalizing$e = "Finalizing";
|
|
35112
35118
|
const refresh$e = "refresh";
|
|
35119
|
+
const retry$e = "Wiederholen";
|
|
35113
35120
|
const de = {
|
|
35114
35121
|
"no-ee-id-card": "Ausweis nicht gefunden. Bitte überprüfen Sie, ob sich die Karte im Lesegerät befindet und starten Sie den Browser neu. Die Software kann von der Seite www.id.ee installiert werden.",
|
|
35115
35122
|
yes: yes$e,
|
|
@@ -35211,7 +35218,8 @@ const de = {
|
|
|
35211
35218
|
"Web-eID extension is not available": "Web-eID extension is not available",
|
|
35212
35219
|
"User cancelled": "User cancelled",
|
|
35213
35220
|
"Diagnostic Info": "Diagnoseinformationen",
|
|
35214
|
-
"approve-in-evrotrust-app": "In der Evrotrust-App genehmigen"
|
|
35221
|
+
"approve-in-evrotrust-app": "In der Evrotrust-App genehmigen",
|
|
35222
|
+
retry: retry$e
|
|
35215
35223
|
};
|
|
35216
35224
|
const __vite_glob_0_2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
35217
35225
|
__proto__: null,
|
|
@@ -35230,6 +35238,7 @@ const __vite_glob_0_2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.def
|
|
|
35230
35238
|
no: no$e,
|
|
35231
35239
|
or: or$e,
|
|
35232
35240
|
refresh: refresh$e,
|
|
35241
|
+
retry: retry$e,
|
|
35233
35242
|
varmennekortti: varmennekortti$e,
|
|
35234
35243
|
yes: yes$e
|
|
35235
35244
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -35249,6 +35258,7 @@ const here$d = "here";
|
|
|
35249
35258
|
const Resend$d = "Resend";
|
|
35250
35259
|
const finalizing$d = "Finalizing";
|
|
35251
35260
|
const refresh$d = "refresh";
|
|
35261
|
+
const retry$d = "Retry";
|
|
35252
35262
|
const en = {
|
|
35253
35263
|
"no-ee-id-card": "ID card not found. Please check if the card is in the reader and restart the browser. The software can be installed from the page www.id.ee.",
|
|
35254
35264
|
yes: yes$d,
|
|
@@ -35350,7 +35360,8 @@ const en = {
|
|
|
35350
35360
|
"Web-eID extension is not available": "Web-eID extension is not available",
|
|
35351
35361
|
"User cancelled": "User cancelled",
|
|
35352
35362
|
"Diagnostic Info": "Diagnostic Info",
|
|
35353
|
-
"approve-in-evrotrust-app": "Approve in Evrotrust app"
|
|
35363
|
+
"approve-in-evrotrust-app": "Approve in Evrotrust app",
|
|
35364
|
+
retry: retry$d
|
|
35354
35365
|
};
|
|
35355
35366
|
const __vite_glob_0_3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
35356
35367
|
__proto__: null,
|
|
@@ -35369,6 +35380,7 @@ const __vite_glob_0_3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.def
|
|
|
35369
35380
|
no: no$d,
|
|
35370
35381
|
or: or$d,
|
|
35371
35382
|
refresh: refresh$d,
|
|
35383
|
+
retry: retry$d,
|
|
35372
35384
|
varmennekortti: varmennekortti$d,
|
|
35373
35385
|
yes: yes$d
|
|
35374
35386
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -35388,6 +35400,7 @@ const here$c = "aquí";
|
|
|
35388
35400
|
const Resend$c = "Reenviar";
|
|
35389
35401
|
const finalizing$c = "Finalizing";
|
|
35390
35402
|
const refresh$c = "refresh";
|
|
35403
|
+
const retry$c = "Rever";
|
|
35391
35404
|
const es = {
|
|
35392
35405
|
"no-ee-id-card": "No se ha encontrado la tarjeta de identificación. Por favor, compruebe que la tarjeta está insertada en el lector y reinicie el navegador. El software se puede instalar a través de la página www.id.ee.",
|
|
35393
35406
|
yes: yes$c,
|
|
@@ -35489,7 +35502,8 @@ const es = {
|
|
|
35489
35502
|
"Web-eID extension is not available": "Web-eID extension is not available",
|
|
35490
35503
|
"User cancelled": "User cancelled",
|
|
35491
35504
|
"Diagnostic Info": "Información de diagnóstico",
|
|
35492
|
-
"approve-in-evrotrust-app": "Aprobar en la aplicación Evrotrust"
|
|
35505
|
+
"approve-in-evrotrust-app": "Aprobar en la aplicación Evrotrust",
|
|
35506
|
+
retry: retry$c
|
|
35493
35507
|
};
|
|
35494
35508
|
const __vite_glob_0_4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
35495
35509
|
__proto__: null,
|
|
@@ -35508,6 +35522,7 @@ const __vite_glob_0_4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.def
|
|
|
35508
35522
|
no: no$c,
|
|
35509
35523
|
or: or$c,
|
|
35510
35524
|
refresh: refresh$c,
|
|
35525
|
+
retry: retry$c,
|
|
35511
35526
|
varmennekortti: varmennekortti$c,
|
|
35512
35527
|
yes: yes$c
|
|
35513
35528
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -35527,6 +35542,7 @@ const here$b = "siin";
|
|
|
35527
35542
|
const Resend$b = "Saada uuesti";
|
|
35528
35543
|
const finalizing$b = "Lõpetamine";
|
|
35529
35544
|
const refresh$b = "värskenda";
|
|
35545
|
+
const retry$b = "Proovi uuesti";
|
|
35530
35546
|
const et = {
|
|
35531
35547
|
"no-ee-id-card": "ID kaarti ei leitud. Palun kontrolli kas kaart on korralikult lugejas ja taaskäivita oma browser. Tarkvara saab installida www.id.ee lehelt.",
|
|
35532
35548
|
yes: yes$b,
|
|
@@ -35628,7 +35644,8 @@ const et = {
|
|
|
35628
35644
|
"Web-eID extension is not available": "Web-eID laiendus pole saadaval",
|
|
35629
35645
|
"User cancelled": "Kasutaja tühistas",
|
|
35630
35646
|
"Diagnostic Info": "Diagnostiline teave",
|
|
35631
|
-
"approve-in-evrotrust-app": "Kinnita Evrotrusti rakenduses"
|
|
35647
|
+
"approve-in-evrotrust-app": "Kinnita Evrotrusti rakenduses",
|
|
35648
|
+
retry: retry$b
|
|
35632
35649
|
};
|
|
35633
35650
|
const __vite_glob_0_5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
35634
35651
|
__proto__: null,
|
|
@@ -35647,6 +35664,7 @@ const __vite_glob_0_5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.def
|
|
|
35647
35664
|
no: no$b,
|
|
35648
35665
|
or: or$b,
|
|
35649
35666
|
refresh: refresh$b,
|
|
35667
|
+
retry: retry$b,
|
|
35650
35668
|
varmennekortti: varmennekortti$b,
|
|
35651
35669
|
yes: yes$b
|
|
35652
35670
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -35666,6 +35684,7 @@ const here$a = "tässä";
|
|
|
35666
35684
|
const Resend$a = "Uudelleen lähettää";
|
|
35667
35685
|
const finalizing$a = "Finalizing";
|
|
35668
35686
|
const refresh$a = "refresh";
|
|
35687
|
+
const retry$a = "Yritä uudelleen";
|
|
35669
35688
|
const fi = {
|
|
35670
35689
|
"no-ee-id-card": "Henkilökorttia ei löydy. Tarkista, että kortti on lukijassa ja käynnistä selain uudelleen. Ohjelmiston voi asentaa sivulta www.id.ee.",
|
|
35671
35690
|
yes: yes$a,
|
|
@@ -35767,7 +35786,8 @@ const fi = {
|
|
|
35767
35786
|
"Web-eID extension is not available": "Web-eID extension is not available",
|
|
35768
35787
|
"User cancelled": "User cancelled",
|
|
35769
35788
|
"Diagnostic Info": "Diagnostiset tiedot",
|
|
35770
|
-
"approve-in-evrotrust-app": "Hyväksy Evrotrust-sovelluksessa"
|
|
35789
|
+
"approve-in-evrotrust-app": "Hyväksy Evrotrust-sovelluksessa",
|
|
35790
|
+
retry: retry$a
|
|
35771
35791
|
};
|
|
35772
35792
|
const __vite_glob_0_6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
35773
35793
|
__proto__: null,
|
|
@@ -35786,6 +35806,7 @@ const __vite_glob_0_6 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.def
|
|
|
35786
35806
|
no: no$a,
|
|
35787
35807
|
or: or$a,
|
|
35788
35808
|
refresh: refresh$a,
|
|
35809
|
+
retry: retry$a,
|
|
35789
35810
|
varmennekortti: varmennekortti$a,
|
|
35790
35811
|
yes: yes$a
|
|
35791
35812
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -35805,6 +35826,7 @@ const here$9 = "ici";
|
|
|
35805
35826
|
const Resend$9 = "Renvoyer";
|
|
35806
35827
|
const finalizing$9 = "Finalizing";
|
|
35807
35828
|
const refresh$9 = "refresh";
|
|
35829
|
+
const retry$9 = "Réessayer";
|
|
35808
35830
|
const fr = {
|
|
35809
35831
|
"no-ee-id-card": "Carte d'identité introuvable. Veuillez vérifier si la carte est dans le lecteur et redémarrer le navigateur. Le logiciel peut être installé depuis la page www.id.ee.",
|
|
35810
35832
|
yes: yes$9,
|
|
@@ -35906,7 +35928,8 @@ const fr = {
|
|
|
35906
35928
|
"Web-eID extension is not available": "Web-eID extension is not available",
|
|
35907
35929
|
"User cancelled": "User cancelled",
|
|
35908
35930
|
"Diagnostic Info": "Informations de diagnostic",
|
|
35909
|
-
"approve-in-evrotrust-app": "Approuver dans l'application Evrotrust"
|
|
35931
|
+
"approve-in-evrotrust-app": "Approuver dans l'application Evrotrust",
|
|
35932
|
+
retry: retry$9
|
|
35910
35933
|
};
|
|
35911
35934
|
const __vite_glob_0_7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
35912
35935
|
__proto__: null,
|
|
@@ -35925,6 +35948,7 @@ const __vite_glob_0_7 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.def
|
|
|
35925
35948
|
no: no$9,
|
|
35926
35949
|
or: or$9,
|
|
35927
35950
|
refresh: refresh$9,
|
|
35951
|
+
retry: retry$9,
|
|
35928
35952
|
varmennekortti: varmennekortti$9,
|
|
35929
35953
|
yes: yes$9
|
|
35930
35954
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -35944,6 +35968,7 @@ const here$8 = "qui";
|
|
|
35944
35968
|
const Resend$8 = "Invia nuovamente";
|
|
35945
35969
|
const finalizing$8 = "Finalizing";
|
|
35946
35970
|
const refresh$8 = "refresh";
|
|
35971
|
+
const retry$8 = "Riprova";
|
|
35947
35972
|
const it = {
|
|
35948
35973
|
"no-ee-id-card": "Carta d'identità non trovata. Si prega di verificare se la carta è nel lettore e riavviare il browser. Il software può essere installato dalla pagina www.id.ee.",
|
|
35949
35974
|
yes: yes$8,
|
|
@@ -36045,7 +36070,8 @@ const it = {
|
|
|
36045
36070
|
"Web-eID extension is not available": "Web-eID extension is not available",
|
|
36046
36071
|
"User cancelled": "User cancelled",
|
|
36047
36072
|
"Diagnostic Info": "Informazioni diagnostiche",
|
|
36048
|
-
"approve-in-evrotrust-app": "Approva nell'app Evrotrust"
|
|
36073
|
+
"approve-in-evrotrust-app": "Approva nell'app Evrotrust",
|
|
36074
|
+
retry: retry$8
|
|
36049
36075
|
};
|
|
36050
36076
|
const __vite_glob_0_8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
36051
36077
|
__proto__: null,
|
|
@@ -36064,6 +36090,7 @@ const __vite_glob_0_8 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.def
|
|
|
36064
36090
|
no: no$8,
|
|
36065
36091
|
or: or$8,
|
|
36066
36092
|
refresh: refresh$8,
|
|
36093
|
+
retry: retry$8,
|
|
36067
36094
|
varmennekortti: varmennekortti$8,
|
|
36068
36095
|
yes: yes$8
|
|
36069
36096
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -36083,6 +36110,7 @@ const here$7 = "čia";
|
|
|
36083
36110
|
const Resend$7 = "Persiūsti";
|
|
36084
36111
|
const finalizing$7 = "Finalizing";
|
|
36085
36112
|
const refresh$7 = "atnaujinti";
|
|
36113
|
+
const retry$7 = "Bandyti dar kartą";
|
|
36086
36114
|
const lt = {
|
|
36087
36115
|
"no-ee-id-card": "Nepavyko rasti prijungtos asmens tapatybės kortelės. Įsitikinkite, kad kortelė tinkamai prijungta prie skaitytuvo, o šis – prie kompiuterio ir iš naujo paleiskite naršyklę. Programinę įrangą galite rasti www.id.ee",
|
|
36088
36116
|
yes: yes$7,
|
|
@@ -36184,7 +36212,8 @@ const lt = {
|
|
|
36184
36212
|
"Web-eID extension is not available": "Web-eID extension is not available",
|
|
36185
36213
|
"User cancelled": "User cancelled",
|
|
36186
36214
|
"Diagnostic Info": "Diagnostinė informacija",
|
|
36187
|
-
"approve-in-evrotrust-app": "Patvirtinti „Evrotrust“ programėlėje"
|
|
36215
|
+
"approve-in-evrotrust-app": "Patvirtinti „Evrotrust“ programėlėje",
|
|
36216
|
+
retry: retry$7
|
|
36188
36217
|
};
|
|
36189
36218
|
const __vite_glob_0_9 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
36190
36219
|
__proto__: null,
|
|
@@ -36203,6 +36232,7 @@ const __vite_glob_0_9 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.def
|
|
|
36203
36232
|
no: no$7,
|
|
36204
36233
|
or: or$7,
|
|
36205
36234
|
refresh: refresh$7,
|
|
36235
|
+
retry: retry$7,
|
|
36206
36236
|
varmennekortti: varmennekortti$7,
|
|
36207
36237
|
yes: yes$7
|
|
36208
36238
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -36222,6 +36252,7 @@ const here$6 = "šeit";
|
|
|
36222
36252
|
const Resend$6 = "Atkārtoti nosūtīt";
|
|
36223
36253
|
const finalizing$6 = "Finalizing";
|
|
36224
36254
|
const refresh$6 = "atsvaidzināt";
|
|
36255
|
+
const retry$6 = "Mēģināt vēlreiz";
|
|
36225
36256
|
const lv = {
|
|
36226
36257
|
"no-ee-id-card": "ID karte nav atrasta. Lūdzu, pārbaudiet, vai karte ir lasītājā, un restartējiet pārlūkprogrammu. Programmatūru var instalēt no vietnes www.id.ee.",
|
|
36227
36258
|
yes: yes$6,
|
|
@@ -36323,7 +36354,8 @@ const lv = {
|
|
|
36323
36354
|
"Web-eID extension is not available": "Web-eID extension is not available",
|
|
36324
36355
|
"User cancelled": "User cancelled",
|
|
36325
36356
|
"Diagnostic Info": "Diagnostikas informācija",
|
|
36326
|
-
"approve-in-evrotrust-app": "Apstiprināt Evrotrust lietotnē"
|
|
36357
|
+
"approve-in-evrotrust-app": "Apstiprināt Evrotrust lietotnē",
|
|
36358
|
+
retry: retry$6
|
|
36327
36359
|
};
|
|
36328
36360
|
const __vite_glob_0_10 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
36329
36361
|
__proto__: null,
|
|
@@ -36342,6 +36374,7 @@ const __vite_glob_0_10 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
|
|
|
36342
36374
|
no: no$6,
|
|
36343
36375
|
or: or$6,
|
|
36344
36376
|
refresh: refresh$6,
|
|
36377
|
+
retry: retry$6,
|
|
36345
36378
|
varmennekortti: varmennekortti$6,
|
|
36346
36379
|
yes: yes$6
|
|
36347
36380
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -36361,6 +36394,7 @@ const here$5 = "hier";
|
|
|
36361
36394
|
const Resend$5 = "Opnieuw versturen";
|
|
36362
36395
|
const finalizing$5 = "Finalizing";
|
|
36363
36396
|
const refresh$5 = "refresh";
|
|
36397
|
+
const retry$5 = "Opnieuw proberen";
|
|
36364
36398
|
const nl = {
|
|
36365
36399
|
"no-ee-id-card": "ID-kaart niet gevonden. Controleer of de kaart in de lezer zit en start de browser opnieuw op. De software kan worden geïnstalleerd vanaf de pagina www.id.ee.",
|
|
36366
36400
|
yes: yes$5,
|
|
@@ -36462,7 +36496,8 @@ const nl = {
|
|
|
36462
36496
|
"Web-eID extension is not available": "Web-eID extension is not available",
|
|
36463
36497
|
"User cancelled": "User cancelled",
|
|
36464
36498
|
"Diagnostic Info": "Diagnostische informatie",
|
|
36465
|
-
"approve-in-evrotrust-app": "Goedkeuren in de Evrotrust-app"
|
|
36499
|
+
"approve-in-evrotrust-app": "Goedkeuren in de Evrotrust-app",
|
|
36500
|
+
retry: retry$5
|
|
36466
36501
|
};
|
|
36467
36502
|
const __vite_glob_0_11 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
36468
36503
|
__proto__: null,
|
|
@@ -36481,6 +36516,7 @@ const __vite_glob_0_11 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
|
|
|
36481
36516
|
no: no$5,
|
|
36482
36517
|
or: or$5,
|
|
36483
36518
|
refresh: refresh$5,
|
|
36519
|
+
retry: retry$5,
|
|
36484
36520
|
varmennekortti: varmennekortti$5,
|
|
36485
36521
|
yes: yes$5
|
|
36486
36522
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -36500,6 +36536,7 @@ const here$4 = "tutaj";
|
|
|
36500
36536
|
const Resend$4 = "Wysłać ponownie";
|
|
36501
36537
|
const finalizing$4 = "Finalizing";
|
|
36502
36538
|
const refresh$4 = "refresh";
|
|
36539
|
+
const retry$4 = "Spróbować ponownie";
|
|
36503
36540
|
const pl = {
|
|
36504
36541
|
"no-ee-id-card": "Nie znaleziono dowodu osobistego. Upewnij się, że jest on w czytniku i zrestartuj przeglądarkę. Oprogramowanie może zostać zainstalowane z www.id.ee.",
|
|
36505
36542
|
yes: yes$4,
|
|
@@ -36601,7 +36638,8 @@ const pl = {
|
|
|
36601
36638
|
"Web-eID extension is not available": "Web-eID extension is not available",
|
|
36602
36639
|
"User cancelled": "User cancelled",
|
|
36603
36640
|
"Diagnostic Info": "Informacje diagnostyczne",
|
|
36604
|
-
"approve-in-evrotrust-app": "Zatwierdź w aplikacji Evrotrust"
|
|
36641
|
+
"approve-in-evrotrust-app": "Zatwierdź w aplikacji Evrotrust",
|
|
36642
|
+
retry: retry$4
|
|
36605
36643
|
};
|
|
36606
36644
|
const __vite_glob_0_12 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
36607
36645
|
__proto__: null,
|
|
@@ -36620,6 +36658,7 @@ const __vite_glob_0_12 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
|
|
|
36620
36658
|
no: no$4,
|
|
36621
36659
|
or: or$4,
|
|
36622
36660
|
refresh: refresh$4,
|
|
36661
|
+
retry: retry$4,
|
|
36623
36662
|
varmennekortti: varmennekortti$4,
|
|
36624
36663
|
yes: yes$4
|
|
36625
36664
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -36639,6 +36678,7 @@ const here$3 = "aqui";
|
|
|
36639
36678
|
const Resend$3 = "Reenviar";
|
|
36640
36679
|
const finalizing$3 = "Finalizing";
|
|
36641
36680
|
const refresh$3 = "refresh";
|
|
36681
|
+
const retry$3 = "Tentar novamente";
|
|
36642
36682
|
const pt = {
|
|
36643
36683
|
"no-ee-id-card": "Cartão de identificação não encontrado. Verifique se o cartão está no leitor e reinicie o navegador. O software pode ser instalado a partir da página www.id.ee.",
|
|
36644
36684
|
yes: yes$3,
|
|
@@ -36740,7 +36780,8 @@ const pt = {
|
|
|
36740
36780
|
"Web-eID extension is not available": "Web-eID extension is not available",
|
|
36741
36781
|
"User cancelled": "User cancelled",
|
|
36742
36782
|
"Diagnostic Info": "Informações de diagnóstico",
|
|
36743
|
-
"approve-in-evrotrust-app": "Aprovar no aplicativo Evrotrust"
|
|
36783
|
+
"approve-in-evrotrust-app": "Aprovar no aplicativo Evrotrust",
|
|
36784
|
+
retry: retry$3
|
|
36744
36785
|
};
|
|
36745
36786
|
const __vite_glob_0_13 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
36746
36787
|
__proto__: null,
|
|
@@ -36759,6 +36800,7 @@ const __vite_glob_0_13 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
|
|
|
36759
36800
|
no: no$3,
|
|
36760
36801
|
or: or$3,
|
|
36761
36802
|
refresh: refresh$3,
|
|
36803
|
+
retry: retry$3,
|
|
36762
36804
|
varmennekortti: varmennekortti$3,
|
|
36763
36805
|
yes: yes$3
|
|
36764
36806
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -36778,6 +36820,7 @@ const here$2 = "здесь";
|
|
|
36778
36820
|
const Resend$2 = "Отправить";
|
|
36779
36821
|
const finalizing$2 = "Завершение, подождите";
|
|
36780
36822
|
const refresh$2 = "Обновить";
|
|
36823
|
+
const retry$2 = "Повторить попытку";
|
|
36781
36824
|
const ru = {
|
|
36782
36825
|
"no-ee-id-card": "ID-картa не найдена. Пожалуйста, проверьте, есть ли карта в считывателе и перезапустите браузер. Программное обеспечение можно установить со страницы www.id.ee.",
|
|
36783
36826
|
yes: yes$2,
|
|
@@ -36879,7 +36922,8 @@ const ru = {
|
|
|
36879
36922
|
"Web-eID extension is not available": "Расширение Web-eID недоступно",
|
|
36880
36923
|
"User cancelled": "Действие прервано пользователем",
|
|
36881
36924
|
"Diagnostic Info": "Диагностическая информация",
|
|
36882
|
-
"approve-in-evrotrust-app": "Одобрить в приложении Evrotrust"
|
|
36925
|
+
"approve-in-evrotrust-app": "Одобрить в приложении Evrotrust",
|
|
36926
|
+
retry: retry$2
|
|
36883
36927
|
};
|
|
36884
36928
|
const __vite_glob_0_14 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
36885
36929
|
__proto__: null,
|
|
@@ -36898,6 +36942,7 @@ const __vite_glob_0_14 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
|
|
|
36898
36942
|
no: no$2,
|
|
36899
36943
|
or: or$2,
|
|
36900
36944
|
refresh: refresh$2,
|
|
36945
|
+
retry: retry$2,
|
|
36901
36946
|
varmennekortti: varmennekortti$2,
|
|
36902
36947
|
yes: yes$2
|
|
36903
36948
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -36917,6 +36962,7 @@ const here$1 = "här";
|
|
|
36917
36962
|
const Resend$1 = "Skicka igen";
|
|
36918
36963
|
const finalizing$1 = "Finalizing";
|
|
36919
36964
|
const refresh$1 = "refresh";
|
|
36965
|
+
const retry$1 = "Försöka igen";
|
|
36920
36966
|
const sv = {
|
|
36921
36967
|
"no-ee-id-card": "ID-kortet har inte hittats. Kontrollera om kortet finns i läsaren och starta om webbläsaren. Programvaran kan installeras från sidan www.id.ee.",
|
|
36922
36968
|
yes: yes$1,
|
|
@@ -37018,7 +37064,8 @@ const sv = {
|
|
|
37018
37064
|
"Web-eID extension is not available": "Web-eID extension is not available",
|
|
37019
37065
|
"User cancelled": "User cancelled",
|
|
37020
37066
|
"Diagnostic Info": "Diagnostisk information",
|
|
37021
|
-
"approve-in-evrotrust-app": "Aprobar en la aplicación Evrotrust"
|
|
37067
|
+
"approve-in-evrotrust-app": "Aprobar en la aplicación Evrotrust",
|
|
37068
|
+
retry: retry$1
|
|
37022
37069
|
};
|
|
37023
37070
|
const __vite_glob_0_15 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
37024
37071
|
__proto__: null,
|
|
@@ -37037,6 +37084,7 @@ const __vite_glob_0_15 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
|
|
|
37037
37084
|
no: no$1,
|
|
37038
37085
|
or: or$1,
|
|
37039
37086
|
refresh: refresh$1,
|
|
37087
|
+
retry: retry$1,
|
|
37040
37088
|
varmennekortti: varmennekortti$1,
|
|
37041
37089
|
yes: yes$1
|
|
37042
37090
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -37044,7 +37092,7 @@ const yes = "Так";
|
|
|
37044
37092
|
const no = "Ні";
|
|
37045
37093
|
const idcode = "персональний ідентифікаційний код";
|
|
37046
37094
|
const country = "Країна";
|
|
37047
|
-
const Sign = "
|
|
37095
|
+
const Sign = "Підписати";
|
|
37048
37096
|
const USER_REFUSED = "Користувач не бажав продовжувати та скасував дію";
|
|
37049
37097
|
const cancel = "Скасувати";
|
|
37050
37098
|
const back = "Назад";
|
|
@@ -37055,7 +37103,8 @@ const name = "Ім'я";
|
|
|
37055
37103
|
const here = "тут";
|
|
37056
37104
|
const Resend = "Надіслати повторно";
|
|
37057
37105
|
const finalizing = "Фіналізація";
|
|
37058
|
-
const refresh = "
|
|
37106
|
+
const refresh = "оновити";
|
|
37107
|
+
const retry = "Повторити спробу";
|
|
37059
37108
|
const uk = {
|
|
37060
37109
|
"no-ee-id-card": "Посвідчення особи не знайдено. Будь ласка, перевірте, чи картка вставлена у зчитувач, та перезапустіть браузер. Програмне забезпечення можна встановити зі сторінки www.id.ee.",
|
|
37061
37110
|
yes,
|
|
@@ -37157,7 +37206,8 @@ const uk = {
|
|
|
37157
37206
|
"Web-eID extension is not available": "Розширення Web-eID недоступне",
|
|
37158
37207
|
"User cancelled": "Користувач скасував",
|
|
37159
37208
|
"Diagnostic Info": "Діагностична інформація",
|
|
37160
|
-
"approve-in-evrotrust-app": "Схвалити в застосунку Evrotrust"
|
|
37209
|
+
"approve-in-evrotrust-app": "Схвалити в застосунку Evrotrust",
|
|
37210
|
+
retry
|
|
37161
37211
|
};
|
|
37162
37212
|
const __vite_glob_0_16 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
37163
37213
|
__proto__: null,
|
|
@@ -37176,6 +37226,7 @@ const __vite_glob_0_16 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
|
|
|
37176
37226
|
no,
|
|
37177
37227
|
or,
|
|
37178
37228
|
refresh,
|
|
37229
|
+
retry,
|
|
37179
37230
|
varmennekortti,
|
|
37180
37231
|
yes
|
|
37181
37232
|
}, Symbol.toStringTag, { value: "Module" }));
|