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/all.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
const n = () => {
|
|
2
2
|
};
|
|
3
|
-
function
|
|
3
|
+
function b(e, a) {
|
|
4
4
|
return e != e ? a == a : e !== a || e !== null && typeof e == "object" || typeof e == "function";
|
|
5
5
|
}
|
|
6
6
|
let g = !1;
|
|
7
|
-
function
|
|
7
|
+
function v(e) {
|
|
8
8
|
var a = g;
|
|
9
9
|
try {
|
|
10
10
|
return g = !0, e();
|
|
@@ -15,7 +15,7 @@ function b(e) {
|
|
|
15
15
|
function A(e, a, r) {
|
|
16
16
|
if (e == null)
|
|
17
17
|
return a(void 0), n;
|
|
18
|
-
const t =
|
|
18
|
+
const t = v(
|
|
19
19
|
() => e.subscribe(
|
|
20
20
|
a,
|
|
21
21
|
// @ts-expect-error
|
|
@@ -29,7 +29,7 @@ function k(e, a = n) {
|
|
|
29
29
|
let r = null;
|
|
30
30
|
const t = /* @__PURE__ */ new Set();
|
|
31
31
|
function d(o) {
|
|
32
|
-
if (
|
|
32
|
+
if (b(e, o) && (e = o, r)) {
|
|
33
33
|
const s = !l.length;
|
|
34
34
|
for (const i of t)
|
|
35
35
|
i[1](), l.push(i, e);
|
|
@@ -40,7 +40,7 @@ function k(e, a = n) {
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
-
function
|
|
43
|
+
function c(o) {
|
|
44
44
|
d(o(
|
|
45
45
|
/** @type {T} */
|
|
46
46
|
e
|
|
@@ -48,48 +48,30 @@ function k(e, a = n) {
|
|
|
48
48
|
}
|
|
49
49
|
function u(o, s = n) {
|
|
50
50
|
const i = [o, s];
|
|
51
|
-
return t.add(i), t.size === 1 && (r = a(d,
|
|
51
|
+
return t.add(i), t.size === 1 && (r = a(d, c) || n), o(
|
|
52
52
|
/** @type {T} */
|
|
53
53
|
e
|
|
54
54
|
), () => {
|
|
55
55
|
t.delete(i), t.size === 0 && r && (r(), r = null);
|
|
56
56
|
};
|
|
57
57
|
}
|
|
58
|
-
return { set: d, update:
|
|
58
|
+
return { set: d, update: c, subscribe: u };
|
|
59
59
|
}
|
|
60
|
-
function
|
|
60
|
+
function h(e) {
|
|
61
61
|
let a;
|
|
62
62
|
return A(e, (r) => a = r)(), a;
|
|
63
63
|
}
|
|
64
64
|
globalThis.altchaPlugins = globalThis.altchaPlugins || [];
|
|
65
65
|
globalThis.altchaI18n = globalThis.altchaI18n || {
|
|
66
|
-
get: (e) =>
|
|
66
|
+
get: (e) => h(globalThis.altchaI18n.store)[e],
|
|
67
67
|
set: (e, a) => {
|
|
68
|
-
Object.assign(
|
|
68
|
+
Object.assign(h(globalThis.altchaI18n.store), {
|
|
69
69
|
[e]: a
|
|
70
|
-
}), globalThis.altchaI18n.store.set(
|
|
70
|
+
}), globalThis.altchaI18n.store.set(h(globalThis.altchaI18n.store));
|
|
71
71
|
},
|
|
72
72
|
store: k({})
|
|
73
73
|
};
|
|
74
74
|
const p = {
|
|
75
|
-
ariaLinkLabel: "Besoek Altcha.org",
|
|
76
|
-
enterCode: "Voer kode in",
|
|
77
|
-
enterCodeAria: "Voer die kode in wat jy hoor. Druk Spasie om die klank af te speel.",
|
|
78
|
-
error: "Verifikasie het misluk. Probeer later weer.",
|
|
79
|
-
expired: "Verifikasie het verval. Probeer weer.",
|
|
80
|
-
footer: 'Beskerm deur <a href="https://altcha.org/" target="_blank" aria-label="Besoek Altcha.org">ALTCHA</a>',
|
|
81
|
-
getAudioChallenge: "Kry 'n klankuitdaging",
|
|
82
|
-
label: "Ek is nie 'n robot nie",
|
|
83
|
-
loading: "Laai...",
|
|
84
|
-
reload: "Laai weer",
|
|
85
|
-
verify: "Verifieer",
|
|
86
|
-
verificationRequired: "Verifikasie is vereis!",
|
|
87
|
-
verified: "Geverifieer",
|
|
88
|
-
verifying: "Verifieer...",
|
|
89
|
-
waitAlert: "Verifieer... wag asseblief."
|
|
90
|
-
};
|
|
91
|
-
globalThis.altchaI18n.set("af", p);
|
|
92
|
-
const C = {
|
|
93
75
|
ariaLinkLabel: "زور Altcha.org",
|
|
94
76
|
enterCode: "أدخل الرمز",
|
|
95
77
|
enterCodeAria: "أدخل الرمز الذي تسمعه. اضغط على المسافة لتشغيل الصوت.",
|
|
@@ -106,8 +88,8 @@ const C = {
|
|
|
106
88
|
verifying: "جارٍ التحقق...",
|
|
107
89
|
waitAlert: "جارٍ التحقق... يرجى الانتظار."
|
|
108
90
|
};
|
|
109
|
-
globalThis.altchaI18n.set("ar",
|
|
110
|
-
const
|
|
91
|
+
globalThis.altchaI18n.set("ar", p);
|
|
92
|
+
const C = {
|
|
111
93
|
ariaLinkLabel: "Посетете Altcha.org",
|
|
112
94
|
enterCode: "Въведете код",
|
|
113
95
|
enterCodeAria: "Въведете кода, който чувате. Натиснете Space за възпроизвеждане на аудио.",
|
|
@@ -124,8 +106,8 @@ const y = {
|
|
|
124
106
|
verifying: "Проверява се...",
|
|
125
107
|
waitAlert: "Проверката е в процес... моля изчакайте."
|
|
126
108
|
};
|
|
127
|
-
globalThis.altchaI18n.set("bg",
|
|
128
|
-
const
|
|
109
|
+
globalThis.altchaI18n.set("bg", C);
|
|
110
|
+
const y = {
|
|
129
111
|
ariaLinkLabel: "Наведаць Altcha.org",
|
|
130
112
|
enterCode: "Увядзіце код",
|
|
131
113
|
enterCodeAria: "Увядзіце код, які вы чуеце. Націсніце прабел, каб прайграць аўдыё.",
|
|
@@ -142,8 +124,8 @@ const L = {
|
|
|
142
124
|
verifying: "Правяраем...",
|
|
143
125
|
waitAlert: "Праверка... калі ласка, пачакайце."
|
|
144
126
|
};
|
|
145
|
-
globalThis.altchaI18n.set("be",
|
|
146
|
-
const
|
|
127
|
+
globalThis.altchaI18n.set("be", y);
|
|
128
|
+
const L = {
|
|
147
129
|
ariaLinkLabel: "Posjetite Altcha.org",
|
|
148
130
|
enterCode: "Unesite kod",
|
|
149
131
|
enterCodeAria: "Unesite kod koji čujete. Pritisnite Space da biste pustili zvuk.",
|
|
@@ -160,8 +142,8 @@ const V = {
|
|
|
160
142
|
verifying: "Verifikacija u toku...",
|
|
161
143
|
waitAlert: "Verifikacija u toku... molimo vas da sačekate."
|
|
162
144
|
};
|
|
163
|
-
globalThis.altchaI18n.set("bs",
|
|
164
|
-
const
|
|
145
|
+
globalThis.altchaI18n.set("bs", L);
|
|
146
|
+
const m = {
|
|
165
147
|
ariaLinkLabel: "Visita Altcha.org",
|
|
166
148
|
enterCode: "Introdueix el codi",
|
|
167
149
|
enterCodeAria: "Introdueix el codi que escoltes. Prem Espai per reproduir l’àudio.",
|
|
@@ -178,8 +160,8 @@ const j = {
|
|
|
178
160
|
verifying: "Verificant...",
|
|
179
161
|
waitAlert: "Verificant... si us plau, espera."
|
|
180
162
|
};
|
|
181
|
-
globalThis.altchaI18n.set("ca",
|
|
182
|
-
const
|
|
163
|
+
globalThis.altchaI18n.set("ca", m);
|
|
164
|
+
const j = {
|
|
183
165
|
ariaLinkLabel: "Navštivte Altcha.org",
|
|
184
166
|
enterCode: "Zadejte kód",
|
|
185
167
|
enterCodeAria: "Zadejte kód, který slyšíte. Stisknutím mezerníku přehrajete zvuk.",
|
|
@@ -196,7 +178,7 @@ const m = {
|
|
|
196
178
|
verifying: "Ověřování...",
|
|
197
179
|
waitAlert: "Probíhá ověření... prosím počkejte."
|
|
198
180
|
};
|
|
199
|
-
globalThis.altchaI18n.set("cs",
|
|
181
|
+
globalThis.altchaI18n.set("cs", j);
|
|
200
182
|
const T = {
|
|
201
183
|
ariaLinkLabel: "Besøg Altcha.org",
|
|
202
184
|
enterCode: "Indtast kode",
|
|
@@ -215,7 +197,7 @@ const T = {
|
|
|
215
197
|
waitAlert: "Verificerer... vent venligst."
|
|
216
198
|
};
|
|
217
199
|
globalThis.altchaI18n.set("da", T);
|
|
218
|
-
const
|
|
200
|
+
const V = {
|
|
219
201
|
ariaLinkLabel: "Besuche Altcha.org",
|
|
220
202
|
enterCode: "Code eingeben",
|
|
221
203
|
enterCodeAria: "Geben Sie den Code ein, den Sie hören. Drücken Sie die Leertaste, um die Audio abzuspielen.",
|
|
@@ -232,8 +214,8 @@ const z = {
|
|
|
232
214
|
verifying: "Wird überprüft...",
|
|
233
215
|
waitAlert: "Überprüfung läuft... bitte warten."
|
|
234
216
|
};
|
|
235
|
-
globalThis.altchaI18n.set("de",
|
|
236
|
-
const
|
|
217
|
+
globalThis.altchaI18n.set("de", V);
|
|
218
|
+
const z = {
|
|
237
219
|
ariaLinkLabel: "Επισκεφθείτε το Altcha.org",
|
|
238
220
|
enterCode: "Εισαγάγετε κωδικό",
|
|
239
221
|
enterCodeAria: "Εισαγάγετε τον κωδικό που ακούτε. Πατήστε Space για να παίξετε τον ήχο.",
|
|
@@ -250,8 +232,8 @@ const I = {
|
|
|
250
232
|
verifying: "Γίνεται επαλήθευση...",
|
|
251
233
|
waitAlert: "Γίνεται επαλήθευση... παρακαλώ περιμένετε."
|
|
252
234
|
};
|
|
253
|
-
globalThis.altchaI18n.set("el",
|
|
254
|
-
const
|
|
235
|
+
globalThis.altchaI18n.set("el", z);
|
|
236
|
+
const w = {
|
|
255
237
|
ariaLinkLabel: "Visitar Altcha.org",
|
|
256
238
|
enterCode: "Introduce el código",
|
|
257
239
|
enterCodeAria: "Introduce el código que escuchas. Pulsa Espacio para reproducir el audio.",
|
|
@@ -268,8 +250,8 @@ const P = {
|
|
|
268
250
|
verifying: "Verificando...",
|
|
269
251
|
waitAlert: "Verificando... por favor espere."
|
|
270
252
|
};
|
|
271
|
-
globalThis.altchaI18n.set("es-es",
|
|
272
|
-
const
|
|
253
|
+
globalThis.altchaI18n.set("es-es", w);
|
|
254
|
+
const I = {
|
|
273
255
|
ariaLinkLabel: "Visitar Altcha.org",
|
|
274
256
|
enterCode: "Ingresa el código",
|
|
275
257
|
enterCodeAria: "Ingresa el código que escuchas. Presiona Espacio para reproducir el audio.",
|
|
@@ -286,8 +268,8 @@ const w = {
|
|
|
286
268
|
verifying: "Verificando...",
|
|
287
269
|
waitAlert: "Verificando... por favor espera."
|
|
288
270
|
};
|
|
289
|
-
globalThis.altchaI18n.set("es-419",
|
|
290
|
-
const
|
|
271
|
+
globalThis.altchaI18n.set("es-419", I);
|
|
272
|
+
const P = {
|
|
291
273
|
ariaLinkLabel: "Külasta Altcha.org",
|
|
292
274
|
enterCode: "Sisesta kood",
|
|
293
275
|
enterCodeAria: "Sisestage kuuldu kood. Vajutage tühikut, et esitada heli.",
|
|
@@ -304,7 +286,7 @@ const x = {
|
|
|
304
286
|
verifying: "Kinnitamine...",
|
|
305
287
|
waitAlert: "Kinnitamine... palun oota."
|
|
306
288
|
};
|
|
307
|
-
globalThis.altchaI18n.set("et",
|
|
289
|
+
globalThis.altchaI18n.set("et", P);
|
|
308
290
|
const q = {
|
|
309
291
|
ariaLinkLabel: "Bisitatu Altcha.org",
|
|
310
292
|
enterCode: "Sartu kodea",
|
|
@@ -323,7 +305,43 @@ const q = {
|
|
|
323
305
|
waitAlert: "Egiaztatzen... itxaron mesedez."
|
|
324
306
|
};
|
|
325
307
|
globalThis.altchaI18n.set("eu", q);
|
|
308
|
+
const x = {
|
|
309
|
+
ariaLinkLabel: "بازدید از Altcha.org",
|
|
310
|
+
enterCode: "کد را وارد کنید",
|
|
311
|
+
enterCodeAria: "کدی که میشنوید را وارد کنید. برای پخش صدا Space را فشار دهید.",
|
|
312
|
+
error: "احراز هویت ناموفق بود. بعداً دوباره تلاش کنید.",
|
|
313
|
+
expired: "احراز هویت منقضی شد. دوباره تلاش کنید.",
|
|
314
|
+
footer: 'محافظت شده توسط <a href="https://altcha.org/" target="_blank" aria-label="بازدید از Altcha.org">ALTCHA</a>',
|
|
315
|
+
getAudioChallenge: "دریافت چالش صوتی",
|
|
316
|
+
label: "من ربات نیستم",
|
|
317
|
+
loading: "در حال بارگذاری...",
|
|
318
|
+
reload: "بارگذاری مجدد",
|
|
319
|
+
verify: "تایید",
|
|
320
|
+
verificationRequired: "احراز هویت لازم است!",
|
|
321
|
+
verified: "تایید شد",
|
|
322
|
+
verifying: "در حال تایید...",
|
|
323
|
+
waitAlert: "در حال تایید... لطفا منتظر بمانید."
|
|
324
|
+
};
|
|
325
|
+
globalThis.altchaI18n.set("fa", x);
|
|
326
326
|
const R = {
|
|
327
|
+
ariaLinkLabel: "Besicht Altcha.org",
|
|
328
|
+
enterCode: "Code aginn",
|
|
329
|
+
enterCodeAria: "Gitt de Code an deen dir héiert. Dréckt op d'Weltraumtast fir Audio ofzespillen.",
|
|
330
|
+
error: "Verifikatioun ass feelgeschloen. Probéiert méi spéit nach emol.",
|
|
331
|
+
expired: "Verifikatioun ofgelaf. Probéiert nach emol.",
|
|
332
|
+
footer: 'Geschützt vun <a href="https://altcha.org/" target="_blank" aria-label="Besicht Altcha.org">ALTCHA</a>',
|
|
333
|
+
getAudioChallenge: "Kritt eng Audio-Herausfuerderung",
|
|
334
|
+
label: "Ech sinn keen Robot",
|
|
335
|
+
loading: "Lueden...",
|
|
336
|
+
reload: "Nei lueden",
|
|
337
|
+
verify: "Verifizéieren",
|
|
338
|
+
verificationRequired: "Verifikatioun néideg!",
|
|
339
|
+
verified: "Verifizéiert",
|
|
340
|
+
verifying: "Verifizéieren...",
|
|
341
|
+
waitAlert: "Verifizéieren... waart wgl."
|
|
342
|
+
};
|
|
343
|
+
globalThis.altchaI18n.set("lb", R);
|
|
344
|
+
const H = {
|
|
327
345
|
ariaLinkLabel: "Vieraile sivulla Altcha.org",
|
|
328
346
|
enterCode: "Syötä koodi",
|
|
329
347
|
enterCodeAria: "Kirjoita kuulemasi koodi. Paina välilyöntiä toistaaksesi äänen.",
|
|
@@ -340,8 +358,8 @@ const R = {
|
|
|
340
358
|
verifying: "Vahvistetaan...",
|
|
341
359
|
waitAlert: "Vahvistetaan... odota hetki."
|
|
342
360
|
};
|
|
343
|
-
globalThis.altchaI18n.set("fi",
|
|
344
|
-
const
|
|
361
|
+
globalThis.altchaI18n.set("fi", H);
|
|
362
|
+
const _ = {
|
|
345
363
|
ariaLinkLabel: "Visitez Altcha.org",
|
|
346
364
|
enterCode: "Entrez le code",
|
|
347
365
|
enterCodeAria: "Entrez le code que vous entendez. Appuyez sur la barre d'espace pour écouter l'audio.",
|
|
@@ -358,8 +376,8 @@ const H = {
|
|
|
358
376
|
verifying: "Vérification en cours...",
|
|
359
377
|
waitAlert: "Vérification en cours... veuillez patienter."
|
|
360
378
|
};
|
|
361
|
-
globalThis.altchaI18n.set("fr-ca",
|
|
362
|
-
const
|
|
379
|
+
globalThis.altchaI18n.set("fr-ca", _);
|
|
380
|
+
const S = {
|
|
363
381
|
ariaLinkLabel: "Visitez Altcha.org",
|
|
364
382
|
enterCode: "Entrez le code",
|
|
365
383
|
enterCodeAria: "Entrez le code que vous entendez. Appuyez sur Espace pour écouter l'audio.",
|
|
@@ -376,8 +394,8 @@ const _ = {
|
|
|
376
394
|
verifying: "Vérification en cours...",
|
|
377
395
|
waitAlert: "Vérification en cours... veuillez patienter."
|
|
378
396
|
};
|
|
379
|
-
globalThis.altchaI18n.set("fr-fr",
|
|
380
|
-
const
|
|
397
|
+
globalThis.altchaI18n.set("fr-fr", S);
|
|
398
|
+
const $ = {
|
|
381
399
|
ariaLinkLabel: "Tabhair cuairt ar Altcha.org",
|
|
382
400
|
enterCode: "Iontráil cód",
|
|
383
401
|
enterCodeAria: "Cuir isteach an cód a chloiseann tú. Brúigh Spás chun an fuaime a sheinm.",
|
|
@@ -394,8 +412,8 @@ const S = {
|
|
|
394
412
|
verifying: "Fíorú ar siúl...",
|
|
395
413
|
waitAlert: "Fíorú ar siúl... fan go fóill."
|
|
396
414
|
};
|
|
397
|
-
globalThis.altchaI18n.set("ga",
|
|
398
|
-
const
|
|
415
|
+
globalThis.altchaI18n.set("ga", $);
|
|
416
|
+
const E = {
|
|
399
417
|
ariaLinkLabel: "Posjetite Altcha.org",
|
|
400
418
|
enterCode: "Unesite kod",
|
|
401
419
|
enterCodeAria: "Unesite kod koji čujete. Pritisnite razmaknicu za reprodukciju zvuka.",
|
|
@@ -412,8 +430,8 @@ const $ = {
|
|
|
412
430
|
verifying: "Provjeravanje...",
|
|
413
431
|
waitAlert: "Provjera je u tijeku... molimo pričekajte."
|
|
414
432
|
};
|
|
415
|
-
globalThis.altchaI18n.set("hr",
|
|
416
|
-
const
|
|
433
|
+
globalThis.altchaI18n.set("hr", E);
|
|
434
|
+
const B = {
|
|
417
435
|
ariaLinkLabel: "Látogass el az Altcha.org oldalra",
|
|
418
436
|
enterCode: "Írja be a kódot",
|
|
419
437
|
enterCodeAria: "Írja be a hallott kódot. Nyomja meg a Szóköz billentyűt a hang lejátszásához.",
|
|
@@ -430,7 +448,7 @@ const E = {
|
|
|
430
448
|
verifying: "Ellenőrzés folyamatban...",
|
|
431
449
|
waitAlert: "Ellenőrzés folyamatban... kérlek várj."
|
|
432
450
|
};
|
|
433
|
-
globalThis.altchaI18n.set("hu",
|
|
451
|
+
globalThis.altchaI18n.set("hu", B);
|
|
434
452
|
const N = {
|
|
435
453
|
ariaLinkLabel: "Heimsækja Altcha.org",
|
|
436
454
|
enterCode: "Sláðu inn kóða",
|
|
@@ -449,7 +467,7 @@ const N = {
|
|
|
449
467
|
waitAlert: "Að staðfesta... vinsamlegast bíða."
|
|
450
468
|
};
|
|
451
469
|
globalThis.altchaI18n.set("is", N);
|
|
452
|
-
const
|
|
470
|
+
const D = {
|
|
453
471
|
ariaLinkLabel: "Visita Altcha.org",
|
|
454
472
|
enterCode: "Inserisci il codice",
|
|
455
473
|
enterCodeAria: "Inserisci il codice che senti. Premi Spazio per riprodurre l'audio.",
|
|
@@ -466,7 +484,7 @@ const B = {
|
|
|
466
484
|
verifying: "Verifica in corso...",
|
|
467
485
|
waitAlert: "Verifica in corso... attendere."
|
|
468
486
|
};
|
|
469
|
-
globalThis.altchaI18n.set("it",
|
|
487
|
+
globalThis.altchaI18n.set("it", D);
|
|
470
488
|
const O = {
|
|
471
489
|
ariaLinkLabel: "Apsilankykite Altcha.org",
|
|
472
490
|
enterCode: "Įveskite kodą",
|
|
@@ -485,7 +503,7 @@ const O = {
|
|
|
485
503
|
waitAlert: "Tikrinama... prašome palaukti."
|
|
486
504
|
};
|
|
487
505
|
globalThis.altchaI18n.set("lt", O);
|
|
488
|
-
const
|
|
506
|
+
const K = {
|
|
489
507
|
ariaLinkLabel: "Apmeklējiet Altcha.org",
|
|
490
508
|
enterCode: "Ievadiet kodu",
|
|
491
509
|
enterCodeAria: "Ievadiet dzirdamo kodu. Nospiediet atstarpes taustiņu, lai atskaņotu audio.",
|
|
@@ -502,8 +520,8 @@ const D = {
|
|
|
502
520
|
verifying: "Notiek verifikācija...",
|
|
503
521
|
waitAlert: "Notiek verifikācija... lūdzu, uzgaidiet."
|
|
504
522
|
};
|
|
505
|
-
globalThis.altchaI18n.set("lv",
|
|
506
|
-
const
|
|
523
|
+
globalThis.altchaI18n.set("lv", K);
|
|
524
|
+
const F = {
|
|
507
525
|
ariaLinkLabel: "Żur Altcha.org",
|
|
508
526
|
enterCode: "Idħol il-kodiċi",
|
|
509
527
|
enterCodeAria: "Idħol il-kodiċi li tisma'. Agħfas Spazju biex tindaqq l-awdjo.",
|
|
@@ -520,7 +538,7 @@ const K = {
|
|
|
520
538
|
verifying: "Verifika għaddejja...",
|
|
521
539
|
waitAlert: "Verifika għaddejja... stenna ftit."
|
|
522
540
|
};
|
|
523
|
-
globalThis.altchaI18n.set("mt",
|
|
541
|
+
globalThis.altchaI18n.set("mt", F);
|
|
524
542
|
const f = {
|
|
525
543
|
ariaLinkLabel: "Besøk Altcha.org",
|
|
526
544
|
enterCode: "Skriv inn kode",
|
|
@@ -540,7 +558,7 @@ const f = {
|
|
|
540
558
|
};
|
|
541
559
|
globalThis.altchaI18n.set("nb", f);
|
|
542
560
|
globalThis.altchaI18n.set("no", f);
|
|
543
|
-
const
|
|
561
|
+
const M = {
|
|
544
562
|
ariaLinkLabel: "Bezoek Altcha.org",
|
|
545
563
|
enterCode: "Voer code in",
|
|
546
564
|
enterCodeAria: "Voer de code in die je hoort. Druk op Spatie om de audio af te spelen.",
|
|
@@ -557,7 +575,7 @@ const F = {
|
|
|
557
575
|
verifying: "Bezig met verifiëren...",
|
|
558
576
|
waitAlert: "Bezig met verifiëren... even geduld a.u.b."
|
|
559
577
|
};
|
|
560
|
-
globalThis.altchaI18n.set("nl",
|
|
578
|
+
globalThis.altchaI18n.set("nl", M);
|
|
561
579
|
const Z = {
|
|
562
580
|
ariaLinkLabel: "Odwiedź Altcha.org",
|
|
563
581
|
enterCode: "Wprowadź kod",
|
|
@@ -576,7 +594,7 @@ const Z = {
|
|
|
576
594
|
waitAlert: "Trwa weryfikacja... proszę czekać."
|
|
577
595
|
};
|
|
578
596
|
globalThis.altchaI18n.set("pl", Z);
|
|
579
|
-
const
|
|
597
|
+
const U = {
|
|
580
598
|
ariaLinkLabel: "Visitar Altcha.org",
|
|
581
599
|
enterCode: "Introduza o código",
|
|
582
600
|
enterCodeAria: "Introduza o código que ouve. Prima Espaço para reproduzir o áudio.",
|
|
@@ -593,8 +611,8 @@ const M = {
|
|
|
593
611
|
verifying: "A verificar...",
|
|
594
612
|
waitAlert: "A verificar... por favor aguarde."
|
|
595
613
|
};
|
|
596
|
-
globalThis.altchaI18n.set("pt-pt",
|
|
597
|
-
const
|
|
614
|
+
globalThis.altchaI18n.set("pt-pt", U);
|
|
615
|
+
const G = {
|
|
598
616
|
ariaLinkLabel: "Visitar Altcha.org",
|
|
599
617
|
enterCode: "Digite o código",
|
|
600
618
|
enterCodeAria: "Digite o código que você ouve. Pressione Espaço para reproduzir o áudio.",
|
|
@@ -611,8 +629,8 @@ const U = {
|
|
|
611
629
|
verifying: "Verificando...",
|
|
612
630
|
waitAlert: "Verificando... por favor aguarde."
|
|
613
631
|
};
|
|
614
|
-
globalThis.altchaI18n.set("pt-br",
|
|
615
|
-
const
|
|
632
|
+
globalThis.altchaI18n.set("pt-br", G);
|
|
633
|
+
const W = {
|
|
616
634
|
ariaLinkLabel: "Vizitează Altcha.org",
|
|
617
635
|
enterCode: "Introduceți codul",
|
|
618
636
|
enterCodeAria: "Introduceți codul pe care îl auziți. Apăsați Spațiu pentru a reda audio.",
|
|
@@ -629,8 +647,8 @@ const G = {
|
|
|
629
647
|
verifying: "Se verifică...",
|
|
630
648
|
waitAlert: "Se verifică... te rugăm să aștepți."
|
|
631
649
|
};
|
|
632
|
-
globalThis.altchaI18n.set("ro",
|
|
633
|
-
const
|
|
650
|
+
globalThis.altchaI18n.set("ro", W);
|
|
651
|
+
const J = {
|
|
634
652
|
ariaLinkLabel: "Перейти на Altcha.org",
|
|
635
653
|
enterCode: "Введите код",
|
|
636
654
|
enterCodeAria: "Введите код, который слышите. Нажмите пробел для воспроизведения аудио.",
|
|
@@ -647,8 +665,8 @@ const W = {
|
|
|
647
665
|
verifying: "Идет проверка...",
|
|
648
666
|
waitAlert: "Идет проверка... Пожалуйста, подождите."
|
|
649
667
|
};
|
|
650
|
-
globalThis.altchaI18n.set("ru",
|
|
651
|
-
const
|
|
668
|
+
globalThis.altchaI18n.set("ru", J);
|
|
669
|
+
const Y = {
|
|
652
670
|
ariaLinkLabel: "Navštívte Altcha.org",
|
|
653
671
|
enterCode: "Zadajte kód",
|
|
654
672
|
enterCodeAria: "Zadajte kód, ktorý počujete. Stlačením medzerníka prehráte zvuk.",
|
|
@@ -665,8 +683,8 @@ const J = {
|
|
|
665
683
|
verifying: "Prebieha verifikácia...",
|
|
666
684
|
waitAlert: "Prebieha verifikácia... prosím čakajte."
|
|
667
685
|
};
|
|
668
|
-
globalThis.altchaI18n.set("sk",
|
|
669
|
-
const
|
|
686
|
+
globalThis.altchaI18n.set("sk", Y);
|
|
687
|
+
const Q = {
|
|
670
688
|
ariaLinkLabel: "Obiščite Altcha.org",
|
|
671
689
|
enterCode: "Vnesite kodo",
|
|
672
690
|
enterCodeAria: "Vnesite kodo, ki jo slišite. Pritisnite preslednico za predvajanje zvoka.",
|
|
@@ -683,8 +701,26 @@ const Y = {
|
|
|
683
701
|
verifying: "Preverjanje...",
|
|
684
702
|
waitAlert: "Preverjanje... prosim počakajte."
|
|
685
703
|
};
|
|
686
|
-
globalThis.altchaI18n.set("sl",
|
|
704
|
+
globalThis.altchaI18n.set("sl", Q);
|
|
687
705
|
const X = {
|
|
706
|
+
ariaLinkLabel: "Vizitoni Altcha.org",
|
|
707
|
+
enterCode: "Fut kodin",
|
|
708
|
+
enterCodeAria: "Fut kodin që dëgjon. Shtypni Hapësirë për të luajtur audio.",
|
|
709
|
+
error: "Verifikimi dështoi. Provoni përsëri më vonë.",
|
|
710
|
+
expired: "Verifikimi ka skaduar. Provoni përsëri.",
|
|
711
|
+
footer: 'I mbrojtur nga <a href="https://altcha.org/" target="_blank" aria-label="Vizitoni Altcha.org">ALTCHA</a>',
|
|
712
|
+
getAudioChallenge: "Merr një sfidë audio",
|
|
713
|
+
label: "Unë nuk jam një robot",
|
|
714
|
+
loading: "Duke u ngarkuar...",
|
|
715
|
+
reload: "Ringarko",
|
|
716
|
+
verify: "Verifiko",
|
|
717
|
+
verificationRequired: "Kërkohet verifikimi!",
|
|
718
|
+
verified: "I verifikuar",
|
|
719
|
+
verifying: "Duke verifikuar...",
|
|
720
|
+
waitAlert: "Duke verifikuar... ju lutem prisni."
|
|
721
|
+
};
|
|
722
|
+
globalThis.altchaI18n.set("sq", X);
|
|
723
|
+
const ee = {
|
|
688
724
|
ariaLinkLabel: "Posetite Altcha.org",
|
|
689
725
|
enterCode: "Unesite kod",
|
|
690
726
|
enterCodeAria: "Unesite kod koji čujete. Pritisnite Space da biste pustili zvuk.",
|
|
@@ -701,8 +737,8 @@ const X = {
|
|
|
701
737
|
verifying: "Verifikacija u toku...",
|
|
702
738
|
waitAlert: "Verifikacija u toku... molimo vas da sačekate."
|
|
703
739
|
};
|
|
704
|
-
globalThis.altchaI18n.set("sr",
|
|
705
|
-
const
|
|
740
|
+
globalThis.altchaI18n.set("sr", ee);
|
|
741
|
+
const ae = {
|
|
706
742
|
ariaLinkLabel: "Besök Altcha.org",
|
|
707
743
|
enterCode: "Ange kod",
|
|
708
744
|
enterCodeAria: "Ange koden du hör. Tryck på mellanslag för att spela upp ljudet.",
|
|
@@ -719,8 +755,8 @@ const Q = {
|
|
|
719
755
|
verifying: "Verifierar...",
|
|
720
756
|
waitAlert: "Verifierar... vänligen vänta."
|
|
721
757
|
};
|
|
722
|
-
globalThis.altchaI18n.set("sv",
|
|
723
|
-
const
|
|
758
|
+
globalThis.altchaI18n.set("sv", ae);
|
|
759
|
+
const ie = {
|
|
724
760
|
ariaLinkLabel: "Altcha.org'yu ziyaret edin",
|
|
725
761
|
enterCode: "Kodu girin",
|
|
726
762
|
enterCodeAria: "Duyduğunuz kodu girin. Ses dosyasını oynatmak için Boşluk tuşuna basın.",
|
|
@@ -737,8 +773,8 @@ const ee = {
|
|
|
737
773
|
verifying: "Doğrulama yapılıyor...",
|
|
738
774
|
waitAlert: "Doğrulama yapılıyor... lütfen bekleyin."
|
|
739
775
|
};
|
|
740
|
-
globalThis.altchaI18n.set("tr",
|
|
741
|
-
const
|
|
776
|
+
globalThis.altchaI18n.set("tr", ie);
|
|
777
|
+
const re = {
|
|
742
778
|
ariaLinkLabel: "Відвідати Altcha.org",
|
|
743
779
|
enterCode: "Введіть код",
|
|
744
780
|
enterCodeAria: "Введіть код, який ви чуєте. Натисніть пробіл, щоб відтворити аудіо.",
|
|
@@ -755,8 +791,80 @@ const ae = {
|
|
|
755
791
|
verifying: "Перевіряється...",
|
|
756
792
|
waitAlert: "Перевірка... будь ласка, зачекайте."
|
|
757
793
|
};
|
|
758
|
-
globalThis.altchaI18n.set("uk",
|
|
759
|
-
const
|
|
794
|
+
globalThis.altchaI18n.set("uk", re);
|
|
795
|
+
const te = {
|
|
796
|
+
ariaLinkLabel: "Besoek Altcha.org",
|
|
797
|
+
enterCode: "Voer kode in",
|
|
798
|
+
enterCodeAria: "Voer die kode in wat jy hoor. Druk Spasie om die klank af te speel.",
|
|
799
|
+
error: "Verifikasie het misluk. Probeer later weer.",
|
|
800
|
+
expired: "Verifikasie het verval. Probeer weer.",
|
|
801
|
+
footer: 'Beskerm deur <a href="https://altcha.org/" target="_blank" aria-label="Besoek Altcha.org">ALTCHA</a>',
|
|
802
|
+
getAudioChallenge: "Kry 'n klankuitdaging",
|
|
803
|
+
label: "Ek is nie 'n robot nie",
|
|
804
|
+
loading: "Laai...",
|
|
805
|
+
reload: "Laai weer",
|
|
806
|
+
verify: "Verifieer",
|
|
807
|
+
verificationRequired: "Verifikasie is vereis!",
|
|
808
|
+
verified: "Geverifieer",
|
|
809
|
+
verifying: "Verifieer...",
|
|
810
|
+
waitAlert: "Verifieer... wag asseblief."
|
|
811
|
+
};
|
|
812
|
+
globalThis.altchaI18n.set("af", te);
|
|
813
|
+
const oe = {
|
|
814
|
+
ariaLinkLabel: "Altcha.org ይጎብኙ",
|
|
815
|
+
enterCode: "ኮድ አስገባ",
|
|
816
|
+
enterCodeAria: "የሚሰማዎትን ኮድ ያስገቡ። ድምጽ ለመጫወት Space ን ይጫኑ።",
|
|
817
|
+
error: "ማረጋገጫ አልተሳካም። በኋላ ላይ እንደገና ይሞክሩ።",
|
|
818
|
+
expired: "ማረጋገጫው ጊዜው አልፏል። እንደገና ይሞክሩ።",
|
|
819
|
+
footer: 'በ <a href="https://altcha.org/" target="_blank" aria-label="Altcha.org ይጎብኙ">ALTCHA</a> የተጠበቀ',
|
|
820
|
+
getAudioChallenge: "የድምጽ ፈተና ያግኙ",
|
|
821
|
+
label: "እኔ ሮቦት አይደለሁም",
|
|
822
|
+
loading: "በመጫን ላይ...",
|
|
823
|
+
reload: "እንደገና ጫን",
|
|
824
|
+
verify: "አረጋግጥ",
|
|
825
|
+
verificationRequired: "ማረጋገጫ ያስፈልጋል!",
|
|
826
|
+
verified: "ተረጋግጧል",
|
|
827
|
+
verifying: "በማረጋገጥ ላይ...",
|
|
828
|
+
waitAlert: "በማረጋገጥ ላይ... እባክዎ ይጠብቁ።"
|
|
829
|
+
};
|
|
830
|
+
globalThis.altchaI18n.set("am", oe);
|
|
831
|
+
const le = {
|
|
832
|
+
ariaLinkLabel: "Tembelea Altcha.org",
|
|
833
|
+
enterCode: "Weka nambari",
|
|
834
|
+
enterCodeAria: "Weka nambari unayosikia. Bonyeza Space kucheza sauti.",
|
|
835
|
+
error: "Uthibitishaji umeshindwa. Jaribu tena baadaye.",
|
|
836
|
+
expired: "Uthibitishaji umeisha. Jaribu tena.",
|
|
837
|
+
footer: 'Imealindwa na <a href="https://altcha.org/" target="_blank" aria-label="Tembelea Altcha.org">ALTCHA</a>',
|
|
838
|
+
getAudioChallenge: "Pata changamoto ya sauti",
|
|
839
|
+
label: "Mimi sio roboti",
|
|
840
|
+
loading: "Inapakia...",
|
|
841
|
+
reload: "Pakia tena",
|
|
842
|
+
verify: "Thibitisha",
|
|
843
|
+
verificationRequired: "Uthibitishaji unahitajika!",
|
|
844
|
+
verified: "Imethibitishwa",
|
|
845
|
+
verifying: "Inathibitisha...",
|
|
846
|
+
waitAlert: "Inathibitisha... tafadhali subiri."
|
|
847
|
+
};
|
|
848
|
+
globalThis.altchaI18n.set("sw", le);
|
|
849
|
+
const ne = {
|
|
850
|
+
ariaLinkLabel: "Ṣe abẹwo si Altcha.org",
|
|
851
|
+
enterCode: "Tẹ koodu sii",
|
|
852
|
+
enterCodeAria: "Tẹ koodu ti o ngbọ sii. Tẹ Space lati ṣe ohun orin.",
|
|
853
|
+
error: "Ìdájọ́kòwò kò ṣẹ́ṣe. Gbiyanju lẹẹkansi ni ọjọ́ iwájú.",
|
|
854
|
+
expired: "Ìdájọ́kòwò ti pari. Gbiyanju lẹẹkansi.",
|
|
855
|
+
footer: 'Ti wa ni ààbò nipasẹ <a href="https://altcha.org/" target="_blank" aria-label="Ṣe abẹwo si Altcha.org">ALTCHA</a>',
|
|
856
|
+
getAudioChallenge: "Gba ìjàdú ohùn",
|
|
857
|
+
label: "Emi kii ṣe ẹrọ",
|
|
858
|
+
loading: "Ó ń gbé sílẹ̀...",
|
|
859
|
+
reload: "Tún gbé wọlé",
|
|
860
|
+
verify: "Ṣàdájọ́",
|
|
861
|
+
verificationRequired: "Ìdájọ́kòwò ni a nílò!",
|
|
862
|
+
verified: "A ti dájọ́",
|
|
863
|
+
verifying: "Ó ń ṣàdájọ́...",
|
|
864
|
+
waitAlert: "Ó ń ṣàdájọ́... ẹ jọ̀ọ́ ẹ duro."
|
|
865
|
+
};
|
|
866
|
+
globalThis.altchaI18n.set("yo", ne);
|
|
867
|
+
const de = {
|
|
760
868
|
ariaLinkLabel: "Altcha.org পরিদর্শন করুন",
|
|
761
869
|
enterCode: "কোড লিখুন",
|
|
762
870
|
enterCodeAria: "আপনি যে কোড শুনতে পান তা লিখুন। অডিও প্লে করতে স্পেস বাটন টিপুন।",
|
|
@@ -773,8 +881,8 @@ const ie = {
|
|
|
773
881
|
verifying: "যাচাই করা হচ্ছে...",
|
|
774
882
|
waitAlert: "যাচাই করা হচ্ছে... দয়া করে অপেক্ষা করুন।"
|
|
775
883
|
};
|
|
776
|
-
globalThis.altchaI18n.set("bn",
|
|
777
|
-
const
|
|
884
|
+
globalThis.altchaI18n.set("bn", de);
|
|
885
|
+
const se = {
|
|
778
886
|
ariaLinkLabel: "בקר באתר Altcha.org",
|
|
779
887
|
enterCode: "הזן קוד",
|
|
780
888
|
enterCodeAria: "הזן את הקוד שאתה שומע. לחץ על רווח להפעלת השמע.",
|
|
@@ -791,8 +899,8 @@ const re = {
|
|
|
791
899
|
verifying: "מאמת...",
|
|
792
900
|
waitAlert: "מבצע אימות... אנא המתן."
|
|
793
901
|
};
|
|
794
|
-
globalThis.altchaI18n.set("he",
|
|
795
|
-
const
|
|
902
|
+
globalThis.altchaI18n.set("he", se);
|
|
903
|
+
const ge = {
|
|
796
904
|
ariaLinkLabel: "Altcha.org पर जाएं",
|
|
797
905
|
enterCode: "कोड दर्ज करेंं",
|
|
798
906
|
enterCodeAria: "आप जो कोड सुनते हैं उसे दर्ज करें। ऑडियो चलाने के लिए स्पेस दबाएं।",
|
|
@@ -809,8 +917,8 @@ const te = {
|
|
|
809
917
|
verifying: "सत्यापित कर रहे हैं...",
|
|
810
918
|
waitAlert: "सत्यापित किया जा रहा है... कृपया प्रतीक्षा करें।"
|
|
811
919
|
};
|
|
812
|
-
globalThis.altchaI18n.set("hi",
|
|
813
|
-
const
|
|
920
|
+
globalThis.altchaI18n.set("hi", ge);
|
|
921
|
+
const he = {
|
|
814
922
|
ariaLinkLabel: "Kunjungi Altcha.org",
|
|
815
923
|
enterCode: "Masukkan kode",
|
|
816
924
|
enterCodeAria: "Masukkan kode yang Anda dengar. Tekan Spasi untuk memutar audio.",
|
|
@@ -827,8 +935,8 @@ const oe = {
|
|
|
827
935
|
verifying: "Memverifikasi...",
|
|
828
936
|
waitAlert: "Memverifikasi... harap tunggu."
|
|
829
937
|
};
|
|
830
|
-
globalThis.altchaI18n.set("id",
|
|
831
|
-
const
|
|
938
|
+
globalThis.altchaI18n.set("id", he);
|
|
939
|
+
const ce = {
|
|
832
940
|
ariaLinkLabel: "Altcha.orgを訪問",
|
|
833
941
|
enterCode: "コードを入力",
|
|
834
942
|
enterCodeAria: "聞こえるコードを入力してください。スペースキーを押して音声を再生します。",
|
|
@@ -845,8 +953,8 @@ const le = {
|
|
|
845
953
|
verifying: "確認中...",
|
|
846
954
|
waitAlert: "確認中...少々お待ちください。"
|
|
847
955
|
};
|
|
848
|
-
globalThis.altchaI18n.set("ja",
|
|
849
|
-
const
|
|
956
|
+
globalThis.altchaI18n.set("ja", ce);
|
|
957
|
+
const fe = {
|
|
850
958
|
ariaLinkLabel: "Altcha.org 방문하기",
|
|
851
959
|
enterCode: "코드 입력",
|
|
852
960
|
enterCodeAria: "들리는 코드를 입력하세요. 스페이스 바를 눌러 오디오를 재생합니다.",
|
|
@@ -863,8 +971,26 @@ const ne = {
|
|
|
863
971
|
verifying: "확인 중...",
|
|
864
972
|
waitAlert: "확인 중... 잠시만 기다려주세요."
|
|
865
973
|
};
|
|
866
|
-
globalThis.altchaI18n.set("ko",
|
|
867
|
-
const
|
|
974
|
+
globalThis.altchaI18n.set("ko", fe);
|
|
975
|
+
const ue = {
|
|
976
|
+
ariaLinkLabel: "Altcha.org сайтына кіру",
|
|
977
|
+
enterCode: "Кодты енгізіңіз",
|
|
978
|
+
enterCodeAria: "Естіген кодыңызды енгізіңіз. Аудионы ойнату үшін Бос орынды басыңыз.",
|
|
979
|
+
error: "Тексеру сәтсіз аяқталды. Кейінірек қайталаңыз.",
|
|
980
|
+
expired: "Тексеру мерзімі аяқталды. Қайталаңыз.",
|
|
981
|
+
footer: '<a href="https://altcha.org/" target="_blank" aria-label="Altcha.org сайтына кіру">ALTCHA</a> қорғайды',
|
|
982
|
+
getAudioChallenge: "Аудио сынақ алу",
|
|
983
|
+
label: "Мен робот емеспін",
|
|
984
|
+
loading: "Жүктелуде...",
|
|
985
|
+
reload: "Қайта жүктеу",
|
|
986
|
+
verify: "Тексеру",
|
|
987
|
+
verificationRequired: "Тексеру талап етіледі!",
|
|
988
|
+
verified: "Тексерілді",
|
|
989
|
+
verifying: "Тексеруде...",
|
|
990
|
+
waitAlert: "Тексерілуде... күте тұрыңыз."
|
|
991
|
+
};
|
|
992
|
+
globalThis.altchaI18n.set("kk", ue);
|
|
993
|
+
const be = {
|
|
868
994
|
ariaLinkLabel: "Altcha.org भेट द्या",
|
|
869
995
|
enterCode: "कोड टाकाा",
|
|
870
996
|
enterCodeAria: "तुम्ही ऐकत असलेला कोड टाका. ऑडिओ प्ले करण्यासाठी स्पेस दाबा.",
|
|
@@ -881,8 +1007,8 @@ const de = {
|
|
|
881
1007
|
verifying: "पुष्टीकरण करत आहे...",
|
|
882
1008
|
waitAlert: "पुष्टीकरण करत आहे... कृपया थोडा वेळ थांबा."
|
|
883
1009
|
};
|
|
884
|
-
globalThis.altchaI18n.set("mr",
|
|
885
|
-
const
|
|
1010
|
+
globalThis.altchaI18n.set("mr", be);
|
|
1011
|
+
const ve = {
|
|
886
1012
|
ariaLinkLabel: "Altcha.org ஐ பார்வையிடவும்",
|
|
887
1013
|
enterCode: "குறியீட்டை உள்ளிடவும்",
|
|
888
1014
|
enterCodeAria: "நீங்கள் கேட்கும் குறியீட்டை உள்ளிடவும். ஆடியோவை இயக்க Space ஐ அழுத்தவும்.",
|
|
@@ -899,8 +1025,8 @@ const se = {
|
|
|
899
1025
|
verifying: "சரிபார்க்கப்படுகிறது...",
|
|
900
1026
|
waitAlert: "சரிபார்க்கப்படுகிறது... தயவுசெய்து காத்திருக்கவும்."
|
|
901
1027
|
};
|
|
902
|
-
globalThis.altchaI18n.set("ta",
|
|
903
|
-
const
|
|
1028
|
+
globalThis.altchaI18n.set("ta", ve);
|
|
1029
|
+
const Ae = {
|
|
904
1030
|
ariaLinkLabel: "Altcha.org సందర్శించండి",
|
|
905
1031
|
enterCode: "కోడ్ని నమోదు చేయండి",
|
|
906
1032
|
enterCodeAria: "మీరు విన్న కోడ్ని నమోదు చేయండి. ఆడియో ప్లే చేయడానికి స్పేస్ను నొక్కండి.",
|
|
@@ -917,8 +1043,8 @@ const ge = {
|
|
|
917
1043
|
verifying: "ధ్రువీకరణ జరుగుతుంది...",
|
|
918
1044
|
waitAlert: "ధ్రువీకరణ జరుగుతుంది... దయచేసి వేచి ఉండండి."
|
|
919
1045
|
};
|
|
920
|
-
globalThis.altchaI18n.set("te",
|
|
921
|
-
const
|
|
1046
|
+
globalThis.altchaI18n.set("te", Ae);
|
|
1047
|
+
const ke = {
|
|
922
1048
|
ariaLinkLabel: "เยี่ยมชม Altcha.org",
|
|
923
1049
|
enterCode: "ป้อนรหัส",
|
|
924
1050
|
enterCodeAria: "ป้อนรหัสที่คุณได้ยิน กด Space เพื่อเล่นเสียง",
|
|
@@ -935,8 +1061,8 @@ const ce = {
|
|
|
935
1061
|
verifying: "กำลังตรวจสอบ...",
|
|
936
1062
|
waitAlert: "กำลังตรวจสอบ... กรุณารอ"
|
|
937
1063
|
};
|
|
938
|
-
globalThis.altchaI18n.set("th",
|
|
939
|
-
const
|
|
1064
|
+
globalThis.altchaI18n.set("th", ke);
|
|
1065
|
+
const pe = {
|
|
940
1066
|
ariaLinkLabel: "Altcha.org پر جائیں",
|
|
941
1067
|
enterCode: "کوڈ درج کریں",
|
|
942
1068
|
enterCodeAria: "جو کوڈ آپ سنتے ہیں وہ درج کریں۔ آڈیو چلانے کے لیے اسپیس دبائیں۔",
|
|
@@ -953,8 +1079,26 @@ const he = {
|
|
|
953
1079
|
verifying: "توثیق ہو رہی ہے...",
|
|
954
1080
|
waitAlert: "توثیق ہو رہی ہے... براہ کرم انتظار کریں۔"
|
|
955
1081
|
};
|
|
956
|
-
globalThis.altchaI18n.set("ur",
|
|
957
|
-
const
|
|
1082
|
+
globalThis.altchaI18n.set("ur", pe);
|
|
1083
|
+
const Ce = {
|
|
1084
|
+
ariaLinkLabel: "Altcha.org saytiga tashrif buyuring",
|
|
1085
|
+
enterCode: "Kodni kiriting",
|
|
1086
|
+
enterCodeAria: "Eshitgan kodingizni kiriting. Audioni ijro etish uchun Bo'sh joy tugmasini bosing.",
|
|
1087
|
+
error: "Tekshiruv muvaffaqiyatsiz tugadi. Keyinroq qayta urinib ko'ring.",
|
|
1088
|
+
expired: "Tekshiruv muddati tugadi. Qayta urinib ko'ring.",
|
|
1089
|
+
footer: '<a href="https://altcha.org/" target="_blank" aria-label="Altcha.org saytiga tashrif buyuring">ALTCHA</a> tomonidan himoyalangan',
|
|
1090
|
+
getAudioChallenge: "Audio sinovni olish",
|
|
1091
|
+
label: "Men robot emasman",
|
|
1092
|
+
loading: "Yuklanmoqda...",
|
|
1093
|
+
reload: "Qayta yuklash",
|
|
1094
|
+
verify: "Tekshirish",
|
|
1095
|
+
verificationRequired: "Tekshiruv talab qilinadi!",
|
|
1096
|
+
verified: "Tekshirildi",
|
|
1097
|
+
verifying: "Tekshirilmoqda...",
|
|
1098
|
+
waitAlert: "Tekshirilmoqda... iltimos kuting."
|
|
1099
|
+
};
|
|
1100
|
+
globalThis.altchaI18n.set("uz", Ce);
|
|
1101
|
+
const ye = {
|
|
958
1102
|
ariaLinkLabel: "Truy cập Altcha.org",
|
|
959
1103
|
enterCode: "Nhập mã",
|
|
960
1104
|
enterCodeAria: "Nhập mã bạn nghe được. Nhấn Phím cách để phát âm thanh.",
|
|
@@ -971,8 +1115,8 @@ const fe = {
|
|
|
971
1115
|
verifying: "Đang xác minh...",
|
|
972
1116
|
waitAlert: "Đang xác minh... vui lòng chờ."
|
|
973
1117
|
};
|
|
974
|
-
globalThis.altchaI18n.set("vi",
|
|
975
|
-
const
|
|
1118
|
+
globalThis.altchaI18n.set("vi", ye);
|
|
1119
|
+
const Le = {
|
|
976
1120
|
ariaLinkLabel: "访问 Altcha.org",
|
|
977
1121
|
enterCode: "输入代码",
|
|
978
1122
|
enterCodeAria: "输入您听到的代码。按空格键播放音频。",
|
|
@@ -989,8 +1133,8 @@ const ue = {
|
|
|
989
1133
|
verifying: "正在验证...",
|
|
990
1134
|
waitAlert: "正在验证... 请稍等。"
|
|
991
1135
|
};
|
|
992
|
-
globalThis.altchaI18n.set("zh-cn",
|
|
993
|
-
const
|
|
1136
|
+
globalThis.altchaI18n.set("zh-cn", Le);
|
|
1137
|
+
const me = {
|
|
994
1138
|
ariaLinkLabel: "訪問 Altcha.org",
|
|
995
1139
|
enterCode: "輸入代碼",
|
|
996
1140
|
enterCodeAria: "輸入您聽到的代碼。按空格鍵播放音頻。",
|
|
@@ -1007,4 +1151,4 @@ const ve = {
|
|
|
1007
1151
|
verifying: "正在驗證...",
|
|
1008
1152
|
waitAlert: "正在驗證... 請稍等。"
|
|
1009
1153
|
};
|
|
1010
|
-
globalThis.altchaI18n.set("zh-tw",
|
|
1154
|
+
globalThis.altchaI18n.set("zh-tw", me);
|