altcha 2.1.0 → 2.2.0-beta.2
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/altcha.i18n.js +1658 -1498
- package/dist/altcha.i18n.umd.js +4 -4
- package/dist/altcha.js +1358 -1342
- package/dist/altcha.umd.cjs +4 -4
- package/dist_external/altcha.js +1349 -1333
- package/dist_external/altcha.umd.cjs +3 -3
- package/dist_i18n/africa.d.ts +1 -0
- package/dist_i18n/africa.js +199 -0
- package/dist_i18n/africa.umd.cjs +1 -0
- package/dist_i18n/all.js +260 -116
- package/dist_i18n/all.umd.cjs +1 -1
- package/dist_i18n/am.d.ts +1 -0
- package/dist_i18n/am.js +94 -0
- package/dist_i18n/am.umd.cjs +1 -0
- package/dist_i18n/asia.js +94 -40
- package/dist_i18n/asia.umd.cjs +1 -1
- package/dist_i18n/europe.js +88 -52
- package/dist_i18n/europe.umd.cjs +1 -1
- package/dist_i18n/fa.d.ts +1 -0
- package/dist_i18n/fa.js +94 -0
- package/dist_i18n/fa.umd.cjs +1 -0
- package/dist_i18n/kk.d.ts +1 -0
- package/dist_i18n/kk.js +94 -0
- package/dist_i18n/kk.umd.cjs +1 -0
- package/dist_i18n/lb.d.ts +1 -0
- package/dist_i18n/lb.js +94 -0
- package/dist_i18n/lb.umd.cjs +1 -0
- package/dist_i18n/sq.d.ts +1 -0
- package/dist_i18n/sq.js +94 -0
- package/dist_i18n/sq.umd.cjs +1 -0
- package/dist_i18n/sw.d.ts +1 -0
- package/dist_i18n/sw.js +94 -0
- package/dist_i18n/sw.umd.cjs +1 -0
- package/dist_i18n/uz.d.ts +1 -0
- package/dist_i18n/uz.js +94 -0
- package/dist_i18n/uz.umd.cjs +1 -0
- package/dist_i18n/yo.d.ts +1 -0
- package/dist_i18n/yo.js +94 -0
- package/dist_i18n/yo.umd.cjs +1 -0
- package/package.json +1 -1
package/dist_i18n/sw.js
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
const l = () => {
|
|
2
|
+
};
|
|
3
|
+
function g(i, t) {
|
|
4
|
+
return i != i ? t == t : i !== t || i !== null && typeof i == "object" || typeof i == "function";
|
|
5
|
+
}
|
|
6
|
+
let b = !1;
|
|
7
|
+
function d(i) {
|
|
8
|
+
var t = b;
|
|
9
|
+
try {
|
|
10
|
+
return b = !0, i();
|
|
11
|
+
} finally {
|
|
12
|
+
b = t;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
function T(i, t, e) {
|
|
16
|
+
if (i == null)
|
|
17
|
+
return t(void 0), l;
|
|
18
|
+
const n = d(
|
|
19
|
+
() => i.subscribe(
|
|
20
|
+
t,
|
|
21
|
+
// @ts-expect-error
|
|
22
|
+
e
|
|
23
|
+
)
|
|
24
|
+
);
|
|
25
|
+
return n.unsubscribe ? () => n.unsubscribe() : n;
|
|
26
|
+
}
|
|
27
|
+
const r = [];
|
|
28
|
+
function k(i, t = l) {
|
|
29
|
+
let e = null;
|
|
30
|
+
const n = /* @__PURE__ */ new Set();
|
|
31
|
+
function o(s) {
|
|
32
|
+
if (g(i, s) && (i = s, e)) {
|
|
33
|
+
const u = !r.length;
|
|
34
|
+
for (const a of n)
|
|
35
|
+
a[1](), r.push(a, i);
|
|
36
|
+
if (u) {
|
|
37
|
+
for (let a = 0; a < r.length; a += 2)
|
|
38
|
+
r[a][0](r[a + 1]);
|
|
39
|
+
r.length = 0;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
function c(s) {
|
|
44
|
+
o(s(
|
|
45
|
+
/** @type {T} */
|
|
46
|
+
i
|
|
47
|
+
));
|
|
48
|
+
}
|
|
49
|
+
function f(s, u = l) {
|
|
50
|
+
const a = [s, u];
|
|
51
|
+
return n.add(a), n.size === 1 && (e = t(o, c) || l), s(
|
|
52
|
+
/** @type {T} */
|
|
53
|
+
i
|
|
54
|
+
), () => {
|
|
55
|
+
n.delete(a), n.size === 0 && e && (e(), e = null);
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
return { set: o, update: c, subscribe: f };
|
|
59
|
+
}
|
|
60
|
+
function h(i) {
|
|
61
|
+
let t;
|
|
62
|
+
return T(i, (e) => t = e)(), t;
|
|
63
|
+
}
|
|
64
|
+
globalThis.altchaPlugins = globalThis.altchaPlugins || [];
|
|
65
|
+
globalThis.altchaI18n = globalThis.altchaI18n || {
|
|
66
|
+
get: (i) => h(globalThis.altchaI18n.store)[i],
|
|
67
|
+
set: (i, t) => {
|
|
68
|
+
Object.assign(h(globalThis.altchaI18n.store), {
|
|
69
|
+
[i]: t
|
|
70
|
+
}), globalThis.altchaI18n.store.set(h(globalThis.altchaI18n.store));
|
|
71
|
+
},
|
|
72
|
+
store: k({})
|
|
73
|
+
};
|
|
74
|
+
const p = {
|
|
75
|
+
ariaLinkLabel: "Tembelea Altcha.org",
|
|
76
|
+
enterCode: "Weka nambari",
|
|
77
|
+
enterCodeAria: "Weka nambari unayosikia. Bonyeza Space kucheza sauti.",
|
|
78
|
+
error: "Uthibitishaji umeshindwa. Jaribu tena baadaye.",
|
|
79
|
+
expired: "Uthibitishaji umeisha. Jaribu tena.",
|
|
80
|
+
footer: 'Imealindwa na <a href="https://altcha.org/" target="_blank" aria-label="Tembelea Altcha.org">ALTCHA</a>',
|
|
81
|
+
getAudioChallenge: "Pata changamoto ya sauti",
|
|
82
|
+
label: "Mimi sio roboti",
|
|
83
|
+
loading: "Inapakia...",
|
|
84
|
+
reload: "Pakia tena",
|
|
85
|
+
verify: "Thibitisha",
|
|
86
|
+
verificationRequired: "Uthibitishaji unahitajika!",
|
|
87
|
+
verified: "Imethibitishwa",
|
|
88
|
+
verifying: "Inathibitisha...",
|
|
89
|
+
waitAlert: "Inathibitisha... tafadhali subiri."
|
|
90
|
+
};
|
|
91
|
+
globalThis.altchaI18n.set("sw", p);
|
|
92
|
+
export {
|
|
93
|
+
p as i18n
|
|
94
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(r,s){typeof exports=="object"&&typeof module<"u"?s(exports):typeof define=="function"&&define.amd?define(["exports"],s):(r=typeof globalThis<"u"?globalThis:r||self,s(r["[name]"]={}))})(this,function(r){"use strict";const s=()=>{};function d(e,i){return e!=e?i==i:e!==i||e!==null&&typeof e=="object"||typeof e=="function"}let u=!1;function p(e){var i=u;try{return u=!0,e()}finally{u=i}}function T(e,i,a){if(e==null)return i(void 0),s;const n=p(()=>e.subscribe(i,a));return n.unsubscribe?()=>n.unsubscribe():n}const l=[];function m(e,i=s){let a=null;const n=new Set;function c(o){if(d(e,o)&&(e=o,a)){const h=!l.length;for(const t of n)t[1](),l.push(t,e);if(h){for(let t=0;t<l.length;t+=2)l[t][0](l[t+1]);l.length=0}}}function g(o){c(o(e))}function y(o,h=s){const t=[o,h];return n.add(t),n.size===1&&(a=i(c,g)||s),o(e),()=>{n.delete(t),n.size===0&&a&&(a(),a=null)}}return{set:c,update:g,subscribe:y}}function b(e){let i;return T(e,a=>i=a)(),i}globalThis.altchaPlugins=globalThis.altchaPlugins||[],globalThis.altchaI18n=globalThis.altchaI18n||{get:e=>b(globalThis.altchaI18n.store)[e],set:(e,i)=>{Object.assign(b(globalThis.altchaI18n.store),{[e]:i}),globalThis.altchaI18n.store.set(b(globalThis.altchaI18n.store))},store:m({})};const f={ariaLinkLabel:"Tembelea Altcha.org",enterCode:"Weka nambari",enterCodeAria:"Weka nambari unayosikia. Bonyeza Space kucheza sauti.",error:"Uthibitishaji umeshindwa. Jaribu tena baadaye.",expired:"Uthibitishaji umeisha. Jaribu tena.",footer:'Imealindwa na <a href="https://altcha.org/" target="_blank" aria-label="Tembelea Altcha.org">ALTCHA</a>',getAudioChallenge:"Pata changamoto ya sauti",label:"Mimi sio roboti",loading:"Inapakia...",reload:"Pakia tena",verify:"Thibitisha",verificationRequired:"Uthibitishaji unahitajika!",verified:"Imethibitishwa",verifying:"Inathibitisha...",waitAlert:"Inathibitisha... tafadhali subiri."};globalThis.altchaI18n.set("sw",f),r.i18n=f,Object.defineProperty(r,Symbol.toStringTag,{value:"Module"})});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
declare module 'altcha/i18n/uz';
|
package/dist_i18n/uz.js
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
const o = () => {
|
|
2
|
+
};
|
|
3
|
+
function f(i, t) {
|
|
4
|
+
return i != i ? t == t : i !== t || i !== null && typeof i == "object" || typeof i == "function";
|
|
5
|
+
}
|
|
6
|
+
let c = !1;
|
|
7
|
+
function d(i) {
|
|
8
|
+
var t = c;
|
|
9
|
+
try {
|
|
10
|
+
return c = !0, i();
|
|
11
|
+
} finally {
|
|
12
|
+
c = t;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
function k(i, t, e) {
|
|
16
|
+
if (i == null)
|
|
17
|
+
return t(void 0), o;
|
|
18
|
+
const r = d(
|
|
19
|
+
() => i.subscribe(
|
|
20
|
+
t,
|
|
21
|
+
// @ts-expect-error
|
|
22
|
+
e
|
|
23
|
+
)
|
|
24
|
+
);
|
|
25
|
+
return r.unsubscribe ? () => r.unsubscribe() : r;
|
|
26
|
+
}
|
|
27
|
+
const s = [];
|
|
28
|
+
function y(i, t = o) {
|
|
29
|
+
let e = null;
|
|
30
|
+
const r = /* @__PURE__ */ new Set();
|
|
31
|
+
function l(a) {
|
|
32
|
+
if (f(i, a) && (i = a, e)) {
|
|
33
|
+
const u = !s.length;
|
|
34
|
+
for (const n of r)
|
|
35
|
+
n[1](), s.push(n, i);
|
|
36
|
+
if (u) {
|
|
37
|
+
for (let n = 0; n < s.length; n += 2)
|
|
38
|
+
s[n][0](s[n + 1]);
|
|
39
|
+
s.length = 0;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
function g(a) {
|
|
44
|
+
l(a(
|
|
45
|
+
/** @type {T} */
|
|
46
|
+
i
|
|
47
|
+
));
|
|
48
|
+
}
|
|
49
|
+
function b(a, u = o) {
|
|
50
|
+
const n = [a, u];
|
|
51
|
+
return r.add(n), r.size === 1 && (e = t(l, g) || o), a(
|
|
52
|
+
/** @type {T} */
|
|
53
|
+
i
|
|
54
|
+
), () => {
|
|
55
|
+
r.delete(n), r.size === 0 && e && (e(), e = null);
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
return { set: l, update: g, subscribe: b };
|
|
59
|
+
}
|
|
60
|
+
function h(i) {
|
|
61
|
+
let t;
|
|
62
|
+
return k(i, (e) => t = e)(), t;
|
|
63
|
+
}
|
|
64
|
+
globalThis.altchaPlugins = globalThis.altchaPlugins || [];
|
|
65
|
+
globalThis.altchaI18n = globalThis.altchaI18n || {
|
|
66
|
+
get: (i) => h(globalThis.altchaI18n.store)[i],
|
|
67
|
+
set: (i, t) => {
|
|
68
|
+
Object.assign(h(globalThis.altchaI18n.store), {
|
|
69
|
+
[i]: t
|
|
70
|
+
}), globalThis.altchaI18n.store.set(h(globalThis.altchaI18n.store));
|
|
71
|
+
},
|
|
72
|
+
store: y({})
|
|
73
|
+
};
|
|
74
|
+
const T = {
|
|
75
|
+
ariaLinkLabel: "Altcha.org saytiga tashrif buyuring",
|
|
76
|
+
enterCode: "Kodni kiriting",
|
|
77
|
+
enterCodeAria: "Eshitgan kodingizni kiriting. Audioni ijro etish uchun Bo'sh joy tugmasini bosing.",
|
|
78
|
+
error: "Tekshiruv muvaffaqiyatsiz tugadi. Keyinroq qayta urinib ko'ring.",
|
|
79
|
+
expired: "Tekshiruv muddati tugadi. Qayta urinib ko'ring.",
|
|
80
|
+
footer: '<a href="https://altcha.org/" target="_blank" aria-label="Altcha.org saytiga tashrif buyuring">ALTCHA</a> tomonidan himoyalangan',
|
|
81
|
+
getAudioChallenge: "Audio sinovni olish",
|
|
82
|
+
label: "Men robot emasman",
|
|
83
|
+
loading: "Yuklanmoqda...",
|
|
84
|
+
reload: "Qayta yuklash",
|
|
85
|
+
verify: "Tekshirish",
|
|
86
|
+
verificationRequired: "Tekshiruv talab qilinadi!",
|
|
87
|
+
verified: "Tekshirildi",
|
|
88
|
+
verifying: "Tekshirilmoqda...",
|
|
89
|
+
waitAlert: "Tekshirilmoqda... iltimos kuting."
|
|
90
|
+
};
|
|
91
|
+
globalThis.altchaI18n.set("uz", T);
|
|
92
|
+
export {
|
|
93
|
+
T as i18n
|
|
94
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(a,r){typeof exports=="object"&&typeof module<"u"?r(exports):typeof define=="function"&&define.amd?define(["exports"],r):(a=typeof globalThis<"u"?globalThis:a||self,r(a["[name]"]={}))})(this,function(a){"use strict";const r=()=>{};function d(i,e){return i!=i?e==e:i!==e||i!==null&&typeof i=="object"||typeof i=="function"}let l=!1;function y(i){var e=l;try{return l=!0,i()}finally{l=e}}function k(i,e,n){if(i==null)return e(void 0),r;const o=y(()=>i.subscribe(e,n));return o.unsubscribe?()=>o.unsubscribe():o}const u=[];function T(i,e=r){let n=null;const o=new Set;function h(s){if(d(i,s)&&(i=s,n)){const f=!u.length;for(const t of o)t[1](),u.push(t,i);if(f){for(let t=0;t<u.length;t+=2)u[t][0](u[t+1]);u.length=0}}}function b(s){h(s(i))}function p(s,f=r){const t=[s,f];return o.add(t),o.size===1&&(n=e(h,b)||r),s(i),()=>{o.delete(t),o.size===0&&n&&(n(),n=null)}}return{set:h,update:b,subscribe:p}}function c(i){let e;return k(i,n=>e=n)(),e}globalThis.altchaPlugins=globalThis.altchaPlugins||[],globalThis.altchaI18n=globalThis.altchaI18n||{get:i=>c(globalThis.altchaI18n.store)[i],set:(i,e)=>{Object.assign(c(globalThis.altchaI18n.store),{[i]:e}),globalThis.altchaI18n.store.set(c(globalThis.altchaI18n.store))},store:T({})};const g={ariaLinkLabel:"Altcha.org saytiga tashrif buyuring",enterCode:"Kodni kiriting",enterCodeAria:"Eshitgan kodingizni kiriting. Audioni ijro etish uchun Bo'sh joy tugmasini bosing.",error:"Tekshiruv muvaffaqiyatsiz tugadi. Keyinroq qayta urinib ko'ring.",expired:"Tekshiruv muddati tugadi. Qayta urinib ko'ring.",footer:'<a href="https://altcha.org/" target="_blank" aria-label="Altcha.org saytiga tashrif buyuring">ALTCHA</a> tomonidan himoyalangan',getAudioChallenge:"Audio sinovni olish",label:"Men robot emasman",loading:"Yuklanmoqda...",reload:"Qayta yuklash",verify:"Tekshirish",verificationRequired:"Tekshiruv talab qilinadi!",verified:"Tekshirildi",verifying:"Tekshirilmoqda...",waitAlert:"Tekshirilmoqda... iltimos kuting."};globalThis.altchaI18n.set("uz",g),a.i18n=g,Object.defineProperty(a,Symbol.toStringTag,{value:"Module"})});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
declare module 'altcha/i18n/yo';
|
package/dist_i18n/yo.js
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
const s = () => {
|
|
2
|
+
};
|
|
3
|
+
function h(e, i) {
|
|
4
|
+
return e != e ? i == i : e !== i || e !== null && typeof e == "object" || typeof e == "function";
|
|
5
|
+
}
|
|
6
|
+
let c = !1;
|
|
7
|
+
function d(e) {
|
|
8
|
+
var i = c;
|
|
9
|
+
try {
|
|
10
|
+
return c = !0, e();
|
|
11
|
+
} finally {
|
|
12
|
+
c = i;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
function j(e, i, n) {
|
|
16
|
+
if (e == null)
|
|
17
|
+
return i(void 0), s;
|
|
18
|
+
const r = d(
|
|
19
|
+
() => e.subscribe(
|
|
20
|
+
i,
|
|
21
|
+
// @ts-expect-error
|
|
22
|
+
n
|
|
23
|
+
)
|
|
24
|
+
);
|
|
25
|
+
return r.unsubscribe ? () => r.unsubscribe() : r;
|
|
26
|
+
}
|
|
27
|
+
const l = [];
|
|
28
|
+
function T(e, i = s) {
|
|
29
|
+
let n = null;
|
|
30
|
+
const r = /* @__PURE__ */ new Set();
|
|
31
|
+
function a(o) {
|
|
32
|
+
if (h(e, o) && (e = o, n)) {
|
|
33
|
+
const u = !l.length;
|
|
34
|
+
for (const t of r)
|
|
35
|
+
t[1](), l.push(t, e);
|
|
36
|
+
if (u) {
|
|
37
|
+
for (let t = 0; t < l.length; t += 2)
|
|
38
|
+
l[t][0](l[t + 1]);
|
|
39
|
+
l.length = 0;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
function f(o) {
|
|
44
|
+
a(o(
|
|
45
|
+
/** @type {T} */
|
|
46
|
+
e
|
|
47
|
+
));
|
|
48
|
+
}
|
|
49
|
+
function g(o, u = s) {
|
|
50
|
+
const t = [o, u];
|
|
51
|
+
return r.add(t), r.size === 1 && (n = i(a, f) || s), o(
|
|
52
|
+
/** @type {T} */
|
|
53
|
+
e
|
|
54
|
+
), () => {
|
|
55
|
+
r.delete(t), r.size === 0 && n && (n(), n = null);
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
return { set: a, update: f, subscribe: g };
|
|
59
|
+
}
|
|
60
|
+
function b(e) {
|
|
61
|
+
let i;
|
|
62
|
+
return j(e, (n) => i = n)(), i;
|
|
63
|
+
}
|
|
64
|
+
globalThis.altchaPlugins = globalThis.altchaPlugins || [];
|
|
65
|
+
globalThis.altchaI18n = globalThis.altchaI18n || {
|
|
66
|
+
get: (e) => b(globalThis.altchaI18n.store)[e],
|
|
67
|
+
set: (e, i) => {
|
|
68
|
+
Object.assign(b(globalThis.altchaI18n.store), {
|
|
69
|
+
[e]: i
|
|
70
|
+
}), globalThis.altchaI18n.store.set(b(globalThis.altchaI18n.store));
|
|
71
|
+
},
|
|
72
|
+
store: T({})
|
|
73
|
+
};
|
|
74
|
+
const k = {
|
|
75
|
+
ariaLinkLabel: "Ṣe abẹwo si Altcha.org",
|
|
76
|
+
enterCode: "Tẹ koodu sii",
|
|
77
|
+
enterCodeAria: "Tẹ koodu ti o ngbọ sii. Tẹ Space lati ṣe ohun orin.",
|
|
78
|
+
error: "Ìdájọ́kòwò kò ṣẹ́ṣe. Gbiyanju lẹẹkansi ni ọjọ́ iwájú.",
|
|
79
|
+
expired: "Ìdájọ́kòwò ti pari. Gbiyanju lẹẹkansi.",
|
|
80
|
+
footer: 'Ti wa ni ààbò nipasẹ <a href="https://altcha.org/" target="_blank" aria-label="Ṣe abẹwo si Altcha.org">ALTCHA</a>',
|
|
81
|
+
getAudioChallenge: "Gba ìjàdú ohùn",
|
|
82
|
+
label: "Emi kii ṣe ẹrọ",
|
|
83
|
+
loading: "Ó ń gbé sílẹ̀...",
|
|
84
|
+
reload: "Tún gbé wọlé",
|
|
85
|
+
verify: "Ṣàdájọ́",
|
|
86
|
+
verificationRequired: "Ìdájọ́kòwò ni a nílò!",
|
|
87
|
+
verified: "A ti dájọ́",
|
|
88
|
+
verifying: "Ó ń ṣàdájọ́...",
|
|
89
|
+
waitAlert: "Ó ń ṣàdájọ́... ẹ jọ̀ọ́ ẹ duro."
|
|
90
|
+
};
|
|
91
|
+
globalThis.altchaI18n.set("yo", k);
|
|
92
|
+
export {
|
|
93
|
+
k as i18n
|
|
94
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(l,s){typeof exports=="object"&&typeof module<"u"?s(exports):typeof define=="function"&&define.amd?define(["exports"],s):(l=typeof globalThis<"u"?globalThis:l||self,s(l["[name]"]={}))})(this,function(l){"use strict";const s=()=>{};function g(e,i){return e!=e?i==i:e!==i||e!==null&&typeof e=="object"||typeof e=="function"}let u=!1;function p(e){var i=u;try{return u=!0,e()}finally{u=i}}function T(e,i,t){if(e==null)return i(void 0),s;const o=p(()=>e.subscribe(i,t));return o.unsubscribe?()=>o.unsubscribe():o}const a=[];function j(e,i=s){let t=null;const o=new Set;function b(r){if(g(e,r)&&(e=r,t)){const f=!a.length;for(const n of o)n[1](),a.push(n,e);if(f){for(let n=0;n<a.length;n+=2)a[n][0](a[n+1]);a.length=0}}}function h(r){b(r(e))}function k(r,f=s){const n=[r,f];return o.add(n),o.size===1&&(t=i(b,h)||s),r(e),()=>{o.delete(n),o.size===0&&t&&(t(),t=null)}}return{set:b,update:h,subscribe:k}}function c(e){let i;return T(e,t=>i=t)(),i}globalThis.altchaPlugins=globalThis.altchaPlugins||[],globalThis.altchaI18n=globalThis.altchaI18n||{get:e=>c(globalThis.altchaI18n.store)[e],set:(e,i)=>{Object.assign(c(globalThis.altchaI18n.store),{[e]:i}),globalThis.altchaI18n.store.set(c(globalThis.altchaI18n.store))},store:j({})};const d={ariaLinkLabel:"Ṣe abẹwo si Altcha.org",enterCode:"Tẹ koodu sii",enterCodeAria:"Tẹ koodu ti o ngbọ sii. Tẹ Space lati ṣe ohun orin.",error:"Ìdájọ́kòwò kò ṣẹ́ṣe. Gbiyanju lẹẹkansi ni ọjọ́ iwájú.",expired:"Ìdájọ́kòwò ti pari. Gbiyanju lẹẹkansi.",footer:'Ti wa ni ààbò nipasẹ <a href="https://altcha.org/" target="_blank" aria-label="Ṣe abẹwo si Altcha.org">ALTCHA</a>',getAudioChallenge:"Gba ìjàdú ohùn",label:"Emi kii ṣe ẹrọ",loading:"Ó ń gbé sílẹ̀...",reload:"Tún gbé wọlé",verify:"Ṣàdájọ́",verificationRequired:"Ìdájọ́kòwò ni a nílò!",verified:"A ti dájọ́",verifying:"Ó ń ṣàdájọ́...",waitAlert:"Ó ń ṣàdájọ́... ẹ jọ̀ọ́ ẹ duro."};globalThis.altchaI18n.set("yo",d),l.i18n=d,Object.defineProperty(l,Symbol.toStringTag,{value:"Module"})});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "altcha",
|
|
3
3
|
"description": "Privacy-first CAPTCHA widget, compliant with global regulations (GDPR/HIPAA/CCPA/LGDP/DPDPA/PIPL) and WCAG accessible. No tracking, self-verifying.",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.2.0-beta.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Daniel Regeci",
|