Files
altcha/dist_i18n/mk.js
Daniel Regeci 299cafd786 2.1.0
2025-07-21 12:53:22 +04:00

95 lines
2.6 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
const o = () => {
};
function g(e, t) {
return e != e ? t == t : e !== t || e !== null && typeof e == "object" || typeof e == "function";
}
let c = !1;
function d(e) {
var t = c;
try {
return c = !0, e();
} finally {
c = t;
}
}
function p(e, t, r) {
if (e == null)
return t(void 0), o;
const i = d(
() => e.subscribe(
t,
// @ts-expect-error
r
)
);
return i.unsubscribe ? () => i.unsubscribe() : i;
}
const s = [];
function T(e, t = o) {
let r = null;
const i = /* @__PURE__ */ new Set();
function a(l) {
if (g(e, l) && (e = l, r)) {
const u = !s.length;
for (const n of i)
n[1](), s.push(n, e);
if (u) {
for (let n = 0; n < s.length; n += 2)
s[n][0](s[n + 1]);
s.length = 0;
}
}
}
function f(l) {
a(l(
/** @type {T} */
e
));
}
function h(l, u = o) {
const n = [l, u];
return i.add(n), i.size === 1 && (r = t(a, f) || o), l(
/** @type {T} */
e
), () => {
i.delete(n), i.size === 0 && r && (r(), r = null);
};
}
return { set: a, update: f, subscribe: h };
}
function b(e) {
let t;
return p(e, (r) => t = r)(), t;
}
globalThis.altchaPlugins = globalThis.altchaPlugins || [];
globalThis.altchaI18n = globalThis.altchaI18n || {
get: (e) => b(globalThis.altchaI18n.store)[e],
set: (e, t) => {
Object.assign(b(globalThis.altchaI18n.store), {
[e]: t
}), globalThis.altchaI18n.store.set(b(globalThis.altchaI18n.store));
},
store: T({})
};
const A = {
ariaLinkLabel: "Посетете го Altcha.org",
enterCode: "Внесете код",
enterCodeAria: "Внесете го кодот што го слушате. Притиснете Space за да ја пуштите аудио снимката.",
error: "Проверката не успеа. Обидете се подоцна.",
expired: "Проверката истече. Обидете се повторно.",
footer: 'Заштитено со <a href="https://altcha.org/" target="_blank" aria-label="Посетете го Altcha.org">ALTCHA</a>',
getAudioChallenge: "Земете аудио предизвик",
label: "Јас не сум робот",
loading: "Се вчитува...",
reload: "Превчитај",
verify: "Провери",
verificationRequired: "Потребна е проверка!",
verified: "Потврдено",
verifying: "Се проверува...",
waitAlert: "Се проверува... ве молиме почекајте."
};
globalThis.altchaI18n.set("mk", A);
export {
A as i18n
};