altcha 1.4.2 → 2.0.0-beta.1

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.
Files changed (112) hide show
  1. package/README.md +144 -156
  2. package/dist/altcha.d.ts +4 -0
  3. package/dist/altcha.js +1634 -1337
  4. package/dist/altcha.umd.cjs +10 -7
  5. package/dist_external/altcha.css +127 -13
  6. package/dist_external/altcha.d.ts +4 -0
  7. package/dist_external/altcha.js +1660 -1364
  8. package/dist_external/altcha.umd.cjs +9 -6
  9. package/dist_i18n/all.js +855 -0
  10. package/dist_i18n/all.umd.cjs +1 -0
  11. package/dist_i18n/americas.js +57 -0
  12. package/dist_i18n/americas.umd.cjs +1 -0
  13. package/dist_i18n/ar.js +22 -0
  14. package/dist_i18n/ar.umd.cjs +1 -0
  15. package/dist_i18n/asia.js +304 -0
  16. package/dist_i18n/asia.umd.cjs +1 -0
  17. package/dist_i18n/bg.js +22 -0
  18. package/dist_i18n/bg.umd.cjs +1 -0
  19. package/dist_i18n/bn.js +22 -0
  20. package/dist_i18n/bn.umd.cjs +1 -0
  21. package/dist_i18n/cs.js +22 -0
  22. package/dist_i18n/cs.umd.cjs +1 -0
  23. package/dist_i18n/da.js +22 -0
  24. package/dist_i18n/da.umd.cjs +1 -0
  25. package/dist_i18n/de.js +22 -0
  26. package/dist_i18n/de.umd.cjs +1 -0
  27. package/dist_i18n/el.js +22 -0
  28. package/dist_i18n/el.umd.cjs +1 -0
  29. package/dist_i18n/en.js +22 -0
  30. package/dist_i18n/en.umd.cjs +1 -0
  31. package/dist_i18n/es-419.js +22 -0
  32. package/dist_i18n/es-419.umd.cjs +1 -0
  33. package/dist_i18n/es-es.js +22 -0
  34. package/dist_i18n/es-es.umd.cjs +1 -0
  35. package/dist_i18n/et.js +22 -0
  36. package/dist_i18n/et.umd.cjs +1 -0
  37. package/dist_i18n/eu.js +22 -0
  38. package/dist_i18n/eu.umd.cjs +1 -0
  39. package/dist_i18n/europe.js +494 -0
  40. package/dist_i18n/europe.umd.cjs +1 -0
  41. package/dist_i18n/fi.js +22 -0
  42. package/dist_i18n/fi.umd.cjs +1 -0
  43. package/dist_i18n/fr-ca.js +22 -0
  44. package/dist_i18n/fr-ca.umd.cjs +1 -0
  45. package/dist_i18n/fr-fr.js +22 -0
  46. package/dist_i18n/fr-fr.umd.cjs +1 -0
  47. package/dist_i18n/ga.js +22 -0
  48. package/dist_i18n/ga.umd.cjs +1 -0
  49. package/dist_i18n/he.js +22 -0
  50. package/dist_i18n/he.umd.cjs +1 -0
  51. package/dist_i18n/hi.js +22 -0
  52. package/dist_i18n/hi.umd.cjs +1 -0
  53. package/dist_i18n/hr.js +22 -0
  54. package/dist_i18n/hr.umd.cjs +1 -0
  55. package/dist_i18n/hu.js +22 -0
  56. package/dist_i18n/hu.umd.cjs +1 -0
  57. package/dist_i18n/id.js +22 -0
  58. package/dist_i18n/id.umd.cjs +1 -0
  59. package/dist_i18n/it.js +22 -0
  60. package/dist_i18n/it.umd.cjs +1 -0
  61. package/dist_i18n/ja.js +22 -0
  62. package/dist_i18n/ja.umd.cjs +1 -0
  63. package/dist_i18n/ko.js +22 -0
  64. package/dist_i18n/ko.umd.cjs +1 -0
  65. package/dist_i18n/lt.js +22 -0
  66. package/dist_i18n/lt.umd.cjs +1 -0
  67. package/dist_i18n/lv.js +22 -0
  68. package/dist_i18n/lv.umd.cjs +1 -0
  69. package/dist_i18n/mr.js +22 -0
  70. package/dist_i18n/mr.umd.cjs +1 -0
  71. package/dist_i18n/mt.js +22 -0
  72. package/dist_i18n/mt.umd.cjs +1 -0
  73. package/dist_i18n/nl.js +22 -0
  74. package/dist_i18n/nl.umd.cjs +1 -0
  75. package/dist_i18n/pl.js +22 -0
  76. package/dist_i18n/pl.umd.cjs +1 -0
  77. package/dist_i18n/pt-br.js +22 -0
  78. package/dist_i18n/pt-br.umd.cjs +1 -0
  79. package/dist_i18n/pt-pt.js +22 -0
  80. package/dist_i18n/pt-pt.umd.cjs +1 -0
  81. package/dist_i18n/ro.js +22 -0
  82. package/dist_i18n/ro.umd.cjs +1 -0
  83. package/dist_i18n/ru.js +22 -0
  84. package/dist_i18n/ru.umd.cjs +1 -0
  85. package/dist_i18n/sk.js +22 -0
  86. package/dist_i18n/sk.umd.cjs +1 -0
  87. package/dist_i18n/sl.js +22 -0
  88. package/dist_i18n/sl.umd.cjs +1 -0
  89. package/dist_i18n/sv.js +22 -0
  90. package/dist_i18n/sv.umd.cjs +1 -0
  91. package/dist_i18n/ta.js +22 -0
  92. package/dist_i18n/ta.umd.cjs +1 -0
  93. package/dist_i18n/te.js +22 -0
  94. package/dist_i18n/te.umd.cjs +1 -0
  95. package/dist_i18n/th.js +22 -0
  96. package/dist_i18n/th.umd.cjs +1 -0
  97. package/dist_i18n/tr.js +22 -0
  98. package/dist_i18n/tr.umd.cjs +1 -0
  99. package/dist_i18n/uk.js +22 -0
  100. package/dist_i18n/uk.umd.cjs +1 -0
  101. package/dist_i18n/ur.js +22 -0
  102. package/dist_i18n/ur.umd.cjs +1 -0
  103. package/dist_i18n/vi.js +22 -0
  104. package/dist_i18n/vi.umd.cjs +1 -0
  105. package/dist_i18n/zh-cn.js +22 -0
  106. package/dist_i18n/zh-cn.umd.cjs +1 -0
  107. package/dist_i18n/zh-tw.js +22 -0
  108. package/dist_i18n/zh-tw.umd.cjs +1 -0
  109. package/dist_plugins/obfuscation.js +10 -10
  110. package/dist_plugins/obfuscation.umd.cjs +1 -1
  111. package/package.json +12 -8
  112. package/postinstall.js +0 -10
@@ -0,0 +1 @@
1
+ (function(e,i){typeof exports=="object"&&typeof module<"u"?i(exports):typeof define=="function"&&define.amd?define(["exports"],i):(e=typeof globalThis<"u"?globalThis:e||self,i(e["[name]"]={}))})(this,function(e){"use strict";const i={ariaLinkLabel:"Altcha.org পরিদর্শন করুন",enterCode:"কোড লিখুন",enterCodeAria:"আপনি যে কোড শুনতে পান তা লিখুন। অডিও প্লে করতে স্পেস বাটন টিপুন।",error:"যাচাইকরণ ব্যর্থ হয়েছে। পরে আবার চেষ্টা করুন।",expired:"যাচাইকরণ সময়সীমা শেষ হয়েছে। আবার চেষ্টা করুন।",verificationRequired:"যাচাই প্রয়োজন!",footer:'দ্বারা সুরক্ষিত <a href="https://altcha.org/" target="_blank" aria-label="Altcha.org পরিদর্শন করুন">ALTCHA</a>',getAudioChallenge:"অডিও চ্যালেঞ্জ নিন",label:"আমি রোবট নই",loading:"লোড হচ্ছে...",reload:"পুনরায় লোড করুন",verify:"যাচাই করুন",verified:"যাচাই করা হয়েছে",verifying:"যাচাই করা হচ্ছে...",waitAlert:"যাচাই করা হচ্ছে... দয়া করে অপেক্ষা করুন।"};typeof globalThis.altchaI18n!="object"&&(globalThis.altchaI18n={}),globalThis.altchaI18n.bn=i,e.i18n=i,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})});
@@ -0,0 +1,22 @@
1
+ const e = {
2
+ ariaLinkLabel: "Navštivte Altcha.org",
3
+ enterCode: "Zadejte kód",
4
+ enterCodeAria: "Zadejte kód, který slyšíte. Stisknutím mezerníku přehrajete zvuk.",
5
+ error: "Ověření selhalo. Zkuste to prosím později.",
6
+ expired: "Ověření vypršelo. Zkuste to prosím znovu.",
7
+ verificationRequired: "Vyžaduje se ověření!",
8
+ footer: 'Chráněno pomocí <a href="https://altcha.org/" target="_blank" aria-label="Navštivte Altcha.org">ALTCHA</a>',
9
+ getAudioChallenge: "Získat audio výzvu",
10
+ label: "Nejsem robot",
11
+ loading: "Načítání...",
12
+ reload: "Znovu načíst",
13
+ verify: "Ověřit",
14
+ verified: "Ověřeno",
15
+ verifying: "Ověřování...",
16
+ waitAlert: "Probíhá ověření... prosím počkejte."
17
+ };
18
+ typeof globalThis.altchaI18n != "object" && (globalThis.altchaI18n = {});
19
+ globalThis.altchaI18n.cs = e;
20
+ export {
21
+ e as i18n
22
+ };
@@ -0,0 +1 @@
1
+ (function(e,t){typeof exports=="object"&&typeof module<"u"?t(exports):typeof define=="function"&&define.amd?define(["exports"],t):(e=typeof globalThis<"u"?globalThis:e||self,t(e["[name]"]={}))})(this,function(e){"use strict";const t={ariaLinkLabel:"Navštivte Altcha.org",enterCode:"Zadejte kód",enterCodeAria:"Zadejte kód, který slyšíte. Stisknutím mezerníku přehrajete zvuk.",error:"Ověření selhalo. Zkuste to prosím později.",expired:"Ověření vypršelo. Zkuste to prosím znovu.",verificationRequired:"Vyžaduje se ověření!",footer:'Chráněno pomocí <a href="https://altcha.org/" target="_blank" aria-label="Navštivte Altcha.org">ALTCHA</a>',getAudioChallenge:"Získat audio výzvu",label:"Nejsem robot",loading:"Načítání...",reload:"Znovu načíst",verify:"Ověřit",verified:"Ověřeno",verifying:"Ověřování...",waitAlert:"Probíhá ověření... prosím počkejte."};typeof globalThis.altchaI18n!="object"&&(globalThis.altchaI18n={}),globalThis.altchaI18n.cs=t,e.i18n=t,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})});
@@ -0,0 +1,22 @@
1
+ const e = {
2
+ ariaLinkLabel: "Besøg Altcha.org",
3
+ enterCode: "Indtast kode",
4
+ enterCodeAria: "Indtast den kode, du hører. Tryk på mellemrumstasten for at afspille lyd.",
5
+ error: "Verificering mislykkedes. Prøv venligst igen senere.",
6
+ expired: "Verificering udløbet. Prøv venligst igen.",
7
+ verificationRequired: "Verificering kræves!",
8
+ footer: 'Beskyttet af <a href="https://altcha.org/" target="_blank" aria-label="Besøg Altcha.org">ALTCHA</a>',
9
+ getAudioChallenge: "Hent lydudfordring",
10
+ label: "Jeg er ikke en robot",
11
+ loading: "Indlæser...",
12
+ reload: "Genindlæs",
13
+ verify: "Verificer",
14
+ verified: "Verificeret",
15
+ verifying: "Verificerer...",
16
+ waitAlert: "Verificerer... vent venligst."
17
+ };
18
+ typeof globalThis.altchaI18n != "object" && (globalThis.altchaI18n = {});
19
+ globalThis.altchaI18n.da = e;
20
+ export {
21
+ e as i18n
22
+ };
@@ -0,0 +1 @@
1
+ (function(e,i){typeof exports=="object"&&typeof module<"u"?i(exports):typeof define=="function"&&define.amd?define(["exports"],i):(e=typeof globalThis<"u"?globalThis:e||self,i(e["[name]"]={}))})(this,function(e){"use strict";const i={ariaLinkLabel:"Besøg Altcha.org",enterCode:"Indtast kode",enterCodeAria:"Indtast den kode, du hører. Tryk på mellemrumstasten for at afspille lyd.",error:"Verificering mislykkedes. Prøv venligst igen senere.",expired:"Verificering udløbet. Prøv venligst igen.",verificationRequired:"Verificering kræves!",footer:'Beskyttet af <a href="https://altcha.org/" target="_blank" aria-label="Besøg Altcha.org">ALTCHA</a>',getAudioChallenge:"Hent lydudfordring",label:"Jeg er ikke en robot",loading:"Indlæser...",reload:"Genindlæs",verify:"Verificer",verified:"Verificeret",verifying:"Verificerer...",waitAlert:"Verificerer... vent venligst."};typeof globalThis.altchaI18n!="object"&&(globalThis.altchaI18n={}),globalThis.altchaI18n.da=i,e.i18n=i,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})});
@@ -0,0 +1,22 @@
1
+ const e = {
2
+ ariaLinkLabel: "Besuche Altcha.org",
3
+ enterCode: "Code eingeben",
4
+ enterCodeAria: "Geben Sie den Code ein, den Sie hören. Drücken Sie die Leertaste, um die Audio abzuspielen.",
5
+ error: "Überprüfung fehlgeschlagen. Bitte versuchen Sie es später erneut.",
6
+ expired: "Überprüfung abgelaufen. Bitte versuchen Sie es erneut.",
7
+ verificationRequired: "Überprüfung erforderlich!",
8
+ footer: 'Geschützt durch <a href="https://altcha.org/" target="_blank" aria-label="Besuche Altcha.org">ALTCHA</a>',
9
+ getAudioChallenge: "Audio-Herausforderung anfordern",
10
+ label: "Ich bin kein Roboter",
11
+ loading: "Lade...",
12
+ reload: "Neu laden",
13
+ verify: "Überprüfen",
14
+ verified: "Überprüft",
15
+ verifying: "Wird überprüft...",
16
+ waitAlert: "Überprüfung läuft... bitte warten."
17
+ };
18
+ typeof globalThis.altchaI18n != "object" && (globalThis.altchaI18n = {});
19
+ globalThis.altchaI18n.de = e;
20
+ export {
21
+ e as i18n
22
+ };
@@ -0,0 +1 @@
1
+ (function(e,r){typeof exports=="object"&&typeof module<"u"?r(exports):typeof define=="function"&&define.amd?define(["exports"],r):(e=typeof globalThis<"u"?globalThis:e||self,r(e["[name]"]={}))})(this,function(e){"use strict";const r={ariaLinkLabel:"Besuche Altcha.org",enterCode:"Code eingeben",enterCodeAria:"Geben Sie den Code ein, den Sie hören. Drücken Sie die Leertaste, um die Audio abzuspielen.",error:"Überprüfung fehlgeschlagen. Bitte versuchen Sie es später erneut.",expired:"Überprüfung abgelaufen. Bitte versuchen Sie es erneut.",verificationRequired:"Überprüfung erforderlich!",footer:'Geschützt durch <a href="https://altcha.org/" target="_blank" aria-label="Besuche Altcha.org">ALTCHA</a>',getAudioChallenge:"Audio-Herausforderung anfordern",label:"Ich bin kein Roboter",loading:"Lade...",reload:"Neu laden",verify:"Überprüfen",verified:"Überprüft",verifying:"Wird überprüft...",waitAlert:"Überprüfung läuft... bitte warten."};typeof globalThis.altchaI18n!="object"&&(globalThis.altchaI18n={}),globalThis.altchaI18n.de=r,e.i18n=r,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})});
@@ -0,0 +1,22 @@
1
+ const e = {
2
+ ariaLinkLabel: "Επισκεφθείτε το Altcha.org",
3
+ enterCode: "Εισαγάγετε κωδικό",
4
+ enterCodeAria: "Εισαγάγετε τον κωδικό που ακούτε. Πατήστε Space για να παίξετε τον ήχο.",
5
+ error: "Η επαλήθευση απέτυχε. Δοκιμάστε ξανά αργότερα.",
6
+ expired: "Η επαλήθευση έληξε. Δοκιμάστε ξανά.",
7
+ verificationRequired: "Απαιτείται έλεγχος!",
8
+ footer: 'Προστατεύεται από το <a href="https://altcha.org/" target="_blank" aria-label="Επισκεφθείτε το Altcha.org">ALTCHA</a>',
9
+ getAudioChallenge: "Λήψη ηχητικής δοκιμασίας",
10
+ label: "Δεν είμαι ρομπότ",
11
+ loading: "Φόρτωση...",
12
+ reload: "Επαναφόρτωση",
13
+ verify: "Επαλήθευση",
14
+ verified: "Επαληθεύτηκε",
15
+ verifying: "Γίνεται επαλήθευση...",
16
+ waitAlert: "Γίνεται επαλήθευση... παρακαλώ περιμένετε."
17
+ };
18
+ typeof globalThis.altchaI18n != "object" && (globalThis.altchaI18n = {});
19
+ globalThis.altchaI18n.el = e;
20
+ export {
21
+ e as i18n
22
+ };
@@ -0,0 +1 @@
1
+ (function(e,i){typeof exports=="object"&&typeof module<"u"?i(exports):typeof define=="function"&&define.amd?define(["exports"],i):(e=typeof globalThis<"u"?globalThis:e||self,i(e["[name]"]={}))})(this,function(e){"use strict";const i={ariaLinkLabel:"Επισκεφθείτε το Altcha.org",enterCode:"Εισαγάγετε κωδικό",enterCodeAria:"Εισαγάγετε τον κωδικό που ακούτε. Πατήστε Space για να παίξετε τον ήχο.",error:"Η επαλήθευση απέτυχε. Δοκιμάστε ξανά αργότερα.",expired:"Η επαλήθευση έληξε. Δοκιμάστε ξανά.",verificationRequired:"Απαιτείται έλεγχος!",footer:'Προστατεύεται από το <a href="https://altcha.org/" target="_blank" aria-label="Επισκεφθείτε το Altcha.org">ALTCHA</a>',getAudioChallenge:"Λήψη ηχητικής δοκιμασίας",label:"Δεν είμαι ρομπότ",loading:"Φόρτωση...",reload:"Επαναφόρτωση",verify:"Επαλήθευση",verified:"Επαληθεύτηκε",verifying:"Γίνεται επαλήθευση...",waitAlert:"Γίνεται επαλήθευση... παρακαλώ περιμένετε."};typeof globalThis.altchaI18n!="object"&&(globalThis.altchaI18n={}),globalThis.altchaI18n.el=i,e.i18n=i,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})});
@@ -0,0 +1,22 @@
1
+ const e = {
2
+ ariaLinkLabel: "Visit Altcha.org",
3
+ enterCode: "Enter code",
4
+ enterCodeAria: "Enter code you hear. Press Space to play audio.",
5
+ error: "Verification failed. Try again later.",
6
+ expired: "Verification expired. Try again.",
7
+ footer: 'Protected by <a href="https://altcha.org/" target="_blank" aria-label="Visit Altcha.org">ALTCHA</a>',
8
+ getAudioChallenge: "Get an audio challenge",
9
+ label: "I'm not a robot",
10
+ loading: "Loading...",
11
+ reload: "Reload",
12
+ verify: "Verify",
13
+ verificationRequired: "Verification required!",
14
+ verified: "Verified",
15
+ verifying: "Verifying...",
16
+ waitAlert: "Verifying... please wait."
17
+ };
18
+ typeof globalThis.altchaI18n != "object" && (globalThis.altchaI18n = {});
19
+ globalThis.altchaI18n.en = e;
20
+ export {
21
+ e as i18n
22
+ };
@@ -0,0 +1 @@
1
+ (function(e,i){typeof exports=="object"&&typeof module<"u"?i(exports):typeof define=="function"&&define.amd?define(["exports"],i):(e=typeof globalThis<"u"?globalThis:e||self,i(e["[name]"]={}))})(this,function(e){"use strict";const i={ariaLinkLabel:"Visit Altcha.org",enterCode:"Enter code",enterCodeAria:"Enter code you hear. Press Space to play audio.",error:"Verification failed. Try again later.",expired:"Verification expired. Try again.",footer:'Protected by <a href="https://altcha.org/" target="_blank" aria-label="Visit Altcha.org">ALTCHA</a>',getAudioChallenge:"Get an audio challenge",label:"I'm not a robot",loading:"Loading...",reload:"Reload",verify:"Verify",verificationRequired:"Verification required!",verified:"Verified",verifying:"Verifying...",waitAlert:"Verifying... please wait."};typeof globalThis.altchaI18n!="object"&&(globalThis.altchaI18n={}),globalThis.altchaI18n.en=i,e.i18n=i,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})});
@@ -0,0 +1,22 @@
1
+ const a = {
2
+ ariaLinkLabel: "Visitar Altcha.org",
3
+ enterCode: "Ingresa el código",
4
+ enterCodeAria: "Ingresa el código que escuchas. Presiona Espacio para reproducir el audio.",
5
+ error: "Falló la verificación. Por favor vuelve a intentarlo más tarde.",
6
+ expired: "La verificación expiró. Por favor inténtalo de nuevo.",
7
+ verificationRequired: "¡Verificación requerida!",
8
+ footer: 'Protegido por <a href="https://altcha.org/" target="_blank" aria-label="Visitar Altcha.org">ALTCHA</a>',
9
+ getAudioChallenge: "Obtener un reto de audio",
10
+ label: "No soy un robot",
11
+ loading: "Cargando...",
12
+ reload: "Volver a cargar",
13
+ verify: "Verificar",
14
+ verified: "Verificado",
15
+ verifying: "Verificando...",
16
+ waitAlert: "Verificando... por favor espera."
17
+ };
18
+ typeof globalThis.altchaI18n != "object" && (globalThis.altchaI18n = {});
19
+ globalThis.altchaI18n["es-419"] = a;
20
+ export {
21
+ a as i18n
22
+ };
@@ -0,0 +1 @@
1
+ (function(e,i){typeof exports=="object"&&typeof module<"u"?i(exports):typeof define=="function"&&define.amd?define(["exports"],i):(e=typeof globalThis<"u"?globalThis:e||self,i(e["[name]"]={}))})(this,function(e){"use strict";const i={ariaLinkLabel:"Visitar Altcha.org",enterCode:"Ingresa el código",enterCodeAria:"Ingresa el código que escuchas. Presiona Espacio para reproducir el audio.",error:"Falló la verificación. Por favor vuelve a intentarlo más tarde.",expired:"La verificación expiró. Por favor inténtalo de nuevo.",verificationRequired:"¡Verificación requerida!",footer:'Protegido por <a href="https://altcha.org/" target="_blank" aria-label="Visitar Altcha.org">ALTCHA</a>',getAudioChallenge:"Obtener un reto de audio",label:"No soy un robot",loading:"Cargando...",reload:"Volver a cargar",verify:"Verificar",verified:"Verificado",verifying:"Verificando...",waitAlert:"Verificando... por favor espera."};typeof globalThis.altchaI18n!="object"&&(globalThis.altchaI18n={}),globalThis.altchaI18n["es-419"]=i,e.i18n=i,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})});
@@ -0,0 +1,22 @@
1
+ const e = {
2
+ ariaLinkLabel: "Visitar Altcha.org",
3
+ enterCode: "Introduce el código",
4
+ enterCodeAria: "Introduce el código que escuchas. Pulsa Espacio para reproducir el audio.",
5
+ error: "Falló la verificación. Por favor intente nuevamente más tarde.",
6
+ expired: "Verificación expirada. Por favor intente nuevamente.",
7
+ verificationRequired: "¡Verificación requerida!",
8
+ footer: 'Protegido por <a href="https://altcha.org/" target="_blank" aria-label="Visitar Altcha.org">ALTCHA</a>',
9
+ getAudioChallenge: "Obtener un desafío de audio",
10
+ label: "No soy un robot",
11
+ loading: "Cargando...",
12
+ reload: "Recargar",
13
+ verify: "Verificar",
14
+ verified: "Verificado",
15
+ verifying: "Verificando...",
16
+ waitAlert: "Verificando... por favor espere."
17
+ };
18
+ typeof globalThis.altchaI18n != "object" && (globalThis.altchaI18n = {});
19
+ globalThis.altchaI18n["es-es"] = e;
20
+ export {
21
+ e as i18n
22
+ };
@@ -0,0 +1 @@
1
+ (function(e,i){typeof exports=="object"&&typeof module<"u"?i(exports):typeof define=="function"&&define.amd?define(["exports"],i):(e=typeof globalThis<"u"?globalThis:e||self,i(e["[name]"]={}))})(this,function(e){"use strict";const i={ariaLinkLabel:"Visitar Altcha.org",enterCode:"Introduce el código",enterCodeAria:"Introduce el código que escuchas. Pulsa Espacio para reproducir el audio.",error:"Falló la verificación. Por favor intente nuevamente más tarde.",expired:"Verificación expirada. Por favor intente nuevamente.",verificationRequired:"¡Verificación requerida!",footer:'Protegido por <a href="https://altcha.org/" target="_blank" aria-label="Visitar Altcha.org">ALTCHA</a>',getAudioChallenge:"Obtener un desafío de audio",label:"No soy un robot",loading:"Cargando...",reload:"Recargar",verify:"Verificar",verified:"Verificado",verifying:"Verificando...",waitAlert:"Verificando... por favor espere."};typeof globalThis.altchaI18n!="object"&&(globalThis.altchaI18n={}),globalThis.altchaI18n["es-es"]=i,e.i18n=i,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})});
@@ -0,0 +1,22 @@
1
+ const a = {
2
+ ariaLinkLabel: "Külasta Altcha.org",
3
+ enterCode: "Sisesta kood",
4
+ enterCodeAria: "Sisestage kuuldu kood. Vajutage tühikut, et esitada heli.",
5
+ error: "Kinnitamine ebaõnnestus. Proovi hiljem uuesti.",
6
+ expired: "Kinnitamine aegus. Proovi uuesti.",
7
+ verificationRequired: "Kontroll on vajalik!",
8
+ footer: 'Kaitstud <a href="https://altcha.org/" target="_blank" aria-label="Külasta Altcha.org">ALTCHA</a> poolt',
9
+ getAudioChallenge: "Hangi heliülesanne",
10
+ label: "Ma ei ole robot",
11
+ loading: "Laadimine...",
12
+ reload: "Laadi uuesti",
13
+ verify: "Kinnita",
14
+ verified: "Kinnitatud",
15
+ verifying: "Kinnitamine...",
16
+ waitAlert: "Kinnitamine... palun oota."
17
+ };
18
+ typeof globalThis.altchaI18n != "object" && (globalThis.altchaI18n = {});
19
+ globalThis.altchaI18n.et = a;
20
+ export {
21
+ a as i18n
22
+ };
@@ -0,0 +1 @@
1
+ (function(e,i){typeof exports=="object"&&typeof module<"u"?i(exports):typeof define=="function"&&define.amd?define(["exports"],i):(e=typeof globalThis<"u"?globalThis:e||self,i(e["[name]"]={}))})(this,function(e){"use strict";const i={ariaLinkLabel:"Külasta Altcha.org",enterCode:"Sisesta kood",enterCodeAria:"Sisestage kuuldu kood. Vajutage tühikut, et esitada heli.",error:"Kinnitamine ebaõnnestus. Proovi hiljem uuesti.",expired:"Kinnitamine aegus. Proovi uuesti.",verificationRequired:"Kontroll on vajalik!",footer:'Kaitstud <a href="https://altcha.org/" target="_blank" aria-label="Külasta Altcha.org">ALTCHA</a> poolt',getAudioChallenge:"Hangi heliülesanne",label:"Ma ei ole robot",loading:"Laadimine...",reload:"Laadi uuesti",verify:"Kinnita",verified:"Kinnitatud",verifying:"Kinnitamine...",waitAlert:"Kinnitamine... palun oota."};typeof globalThis.altchaI18n!="object"&&(globalThis.altchaI18n={}),globalThis.altchaI18n.et=i,e.i18n=i,Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})});
@@ -0,0 +1,22 @@
1
+ const a = {
2
+ ariaLinkLabel: "Bisitatu Altcha.org",
3
+ enterCode: "Sartu kodea",
4
+ enterCodeAria: "Sartu entzun duzun kodea. Sakatu Espazioa audioa erreproduzitzeko.",
5
+ error: "Egiaztatzeak huts egin du. Saiatu berriro geroago.",
6
+ expired: "Egiaztatzea iraungi da. Saiatu berriro.",
7
+ verificationRequired: "Egiaztatzea beharrezkoa da!",
8
+ footer: '<a href="https://altcha.org/" target="_blank" aria-label="Bisitatu Altcha.org">ALTCHA</a>k babestuta',
9
+ getAudioChallenge: "Jaso audio-erronka bat",
10
+ label: "Ez naiz robot bat",
11
+ loading: "Kargatzen...",
12
+ reload: "Birkargatu",
13
+ verify: "Egiaztatu",
14
+ verified: "Egiaztatuta",
15
+ verifying: "Egiaztatzen...",
16
+ waitAlert: "Egiaztatzen... itxaron mesedez."
17
+ };
18
+ typeof globalThis.altchaI18n != "object" && (globalThis.altchaI18n = {});
19
+ globalThis.altchaI18n.eu = a;
20
+ export {
21
+ a as i18n
22
+ };
@@ -0,0 +1 @@
1
+ (function(a,e){typeof exports=="object"&&typeof module<"u"?e(exports):typeof define=="function"&&define.amd?define(["exports"],e):(a=typeof globalThis<"u"?globalThis:a||self,e(a["[name]"]={}))})(this,function(a){"use strict";const e={ariaLinkLabel:"Bisitatu Altcha.org",enterCode:"Sartu kodea",enterCodeAria:"Sartu entzun duzun kodea. Sakatu Espazioa audioa erreproduzitzeko.",error:"Egiaztatzeak huts egin du. Saiatu berriro geroago.",expired:"Egiaztatzea iraungi da. Saiatu berriro.",verificationRequired:"Egiaztatzea beharrezkoa da!",footer:'<a href="https://altcha.org/" target="_blank" aria-label="Bisitatu Altcha.org">ALTCHA</a>k babestuta',getAudioChallenge:"Jaso audio-erronka bat",label:"Ez naiz robot bat",loading:"Kargatzen...",reload:"Birkargatu",verify:"Egiaztatu",verified:"Egiaztatuta",verifying:"Egiaztatzen...",waitAlert:"Egiaztatzen... itxaron mesedez."};typeof globalThis.altchaI18n!="object"&&(globalThis.altchaI18n={}),globalThis.altchaI18n.eu=e,a.i18n=e,Object.defineProperty(a,Symbol.toStringTag,{value:"Module"})});