UNPKG

altcha

Version:

Privacy-first CAPTCHA widget, compliant with global regulations (GDPR/HIPAA/CCPA/LGDP/DPDPA/PIPL) and WCAG accessible. No tracking, self-verifying.

28 lines (27 loc) 1.14 kB
(function(factory) { typeof define === "function" && define.amd ? define(factory) : factory(); })((function() { "use strict"; const i18n = { ariaLinkLabel: "Altcha (lloc web oficial)", enterCode: "Introdueix el codi", enterCodeAria: "Introdueix el codi que escoltes. Prem Espai per reproduir l’àudio.", error: "Verificació fallida. Torna-ho a provar més tard.", expired: "Verificació expirada. Torna-ho a provar.", footer: 'Protegit per <a href="https://altcha.org/" tabindex="-1" target="_blank" aria-label="Altcha (lloc web oficial)">ALTCHA</a>', getAudioChallenge: "Obtenir un desafiament d’àudio", label: "No sóc un robot", loading: "Carregant...", reload: "Torna a carregar", verify: "Verificar", verificationRequired: "Es requereix verificació!", verified: "Verificat", verifying: "Verificant...", waitAlert: "Verificant... si us plau, espera.", cancel: "Cancel·la", enterCodeFromImage: "Per continuar, si us plau, introdueix el codi de la imatge següent." }; if ("$altcha" in globalThis) { globalThis.$altcha.i18n.set("ca", i18n); } }));