diff --git a/apps/admin/app/dashboard/auth-control/imei/page.tsx b/apps/admin/app/dashboard/auth-control/device/page.tsx similarity index 92% rename from apps/admin/app/dashboard/auth-control/imei/page.tsx rename to apps/admin/app/dashboard/auth-control/device/page.tsx index cb868ea..1d7dec3 100644 --- a/apps/admin/app/dashboard/auth-control/imei/page.tsx +++ b/apps/admin/app/dashboard/auth-control/device/page.tsx @@ -9,13 +9,13 @@ import { useTranslations } from 'next-intl'; import { toast } from 'sonner'; export default function Page() { - const t = useTranslations('imei'); + const t = useTranslations('device'); const { data, refetch } = useQuery({ - queryKey: ['getAuthMethodConfig', 'imei'], + queryKey: ['getAuthMethodConfig', 'device'], queryFn: async () => { const { data } = await getAuthMethodConfig({ - method: 'imei', + method: 'device', }); return data.data; }, diff --git a/apps/admin/config/navs.ts b/apps/admin/config/navs.ts index 1b1ec45..1570cfb 100644 --- a/apps/admin/config/navs.ts +++ b/apps/admin/config/navs.ts @@ -36,8 +36,8 @@ export const AuthControl = [ url: '/dashboard/auth-control/github', }, { - title: 'IMEI', - url: '/dashboard/auth-control/imei', + title: 'Device', + url: '/dashboard/auth-control/device', }, ]; diff --git a/apps/admin/locales/cs-CZ/device.json b/apps/admin/locales/cs-CZ/device.json new file mode 100644 index 0000000..da5df10 --- /dev/null +++ b/apps/admin/locales/cs-CZ/device.json @@ -0,0 +1,4 @@ +{ + "enable": "Povolit", + "enableDescription": "Po povolení jsou podporovány různé identifikátory zařízení, jako jsou IMEI/IDFA/IDFV/AndroidID/Mac adresa pro přihlášení a registraci" +} diff --git a/apps/admin/locales/cs-CZ/imei.json b/apps/admin/locales/cs-CZ/imei.json deleted file mode 100644 index acf9638..0000000 --- a/apps/admin/locales/cs-CZ/imei.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enable": "Povolit", - "enableDescription": "Po povolení se mohou uživatelé přihlásit pomocí svého IMEI" -} diff --git a/apps/admin/locales/cs-CZ/menu.json b/apps/admin/locales/cs-CZ/menu.json index 2bf8b87..831fca5 100644 --- a/apps/admin/locales/cs-CZ/menu.json +++ b/apps/admin/locales/cs-CZ/menu.json @@ -4,6 +4,7 @@ "Auth Control": "Řízení ověřování", "Coupon Management": "Správa kupónů", "Dashboard": "Přístrojová deska", + "Device": "Zařízení", "Document Management": "Správa dokumentů", "Email": "E-mail", "Facebook": "Facebook", @@ -11,7 +12,6 @@ "General": "Obecné", "GitHub": "GitHub", "Google": "Google", - "IMEI": "IMEI", "Order Management": "Správa objednávek", "Payment Config": "Konfigurace platby", "Phone Number": "Telefonní číslo", diff --git a/apps/admin/locales/de-DE/device.json b/apps/admin/locales/de-DE/device.json new file mode 100644 index 0000000..6afc54b --- /dev/null +++ b/apps/admin/locales/de-DE/device.json @@ -0,0 +1,4 @@ +{ + "enable": "Aktivieren", + "enableDescription": "Nach der Aktivierung werden mehrere Geräteidentifikatoren wie IMEI/IDFA/IDFV/AndroidID/Mac-Adresse für die Anmeldung und Registrierung unterstützt." +} diff --git a/apps/admin/locales/de-DE/imei.json b/apps/admin/locales/de-DE/imei.json deleted file mode 100644 index 92ef248..0000000 --- a/apps/admin/locales/de-DE/imei.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enable": "Aktivieren", - "enableDescription": "Nach der Aktivierung können sich Benutzer mit ihrer IMEI anmelden" -} diff --git a/apps/admin/locales/de-DE/menu.json b/apps/admin/locales/de-DE/menu.json index 29a4b54..211825d 100644 --- a/apps/admin/locales/de-DE/menu.json +++ b/apps/admin/locales/de-DE/menu.json @@ -4,6 +4,7 @@ "Auth Control": "Authentifizierungskontrolle", "Coupon Management": "Gutscheinverwaltung", "Dashboard": "Armaturenbrett", + "Device": "Gerät", "Document Management": "Dokumentenverwaltung", "Email": "E-Mail", "Facebook": "Facebook", @@ -11,7 +12,6 @@ "General": "Allgemein", "GitHub": "GitHub", "Google": "Google", - "IMEI": "IMEI", "Order Management": "Bestellverwaltung", "Payment Config": "Zahlungskonfiguration", "Phone Number": "Telefonnummer", diff --git a/apps/admin/locales/en-US/device.json b/apps/admin/locales/en-US/device.json new file mode 100644 index 0000000..07966bc --- /dev/null +++ b/apps/admin/locales/en-US/device.json @@ -0,0 +1,4 @@ +{ + "enable": "Enable", + "enableDescription": "After enabling, multiple device identifiers such as IMEI/IDFA/IDFV/AndroidID/Mac address are supported for login and registration" +} diff --git a/apps/admin/locales/en-US/imei.json b/apps/admin/locales/en-US/imei.json deleted file mode 100644 index 947cc4e..0000000 --- a/apps/admin/locales/en-US/imei.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enable": "Enable", - "enableDescription": "After enabling, users can sign in with their IMEI" -} diff --git a/apps/admin/locales/en-US/menu.json b/apps/admin/locales/en-US/menu.json index adc26c3..c72690d 100644 --- a/apps/admin/locales/en-US/menu.json +++ b/apps/admin/locales/en-US/menu.json @@ -4,6 +4,7 @@ "Auth Control": "Auth Control", "Coupon Management": "Coupon Management", "Dashboard": "Dashboard", + "Device": "Device", "Document Management": "Document Management", "Email": "Email", "Facebook": "Facebook", @@ -11,7 +12,6 @@ "General": "General", "GitHub": "GitHub", "Google": "Google", - "IMEI": "IMEI", "Order Management": "Order Management", "Payment Config": "Payment Config", "Phone Number": "Phone Number", diff --git a/apps/admin/locales/es-ES/device.json b/apps/admin/locales/es-ES/device.json new file mode 100644 index 0000000..4fec193 --- /dev/null +++ b/apps/admin/locales/es-ES/device.json @@ -0,0 +1,4 @@ +{ + "enable": "Habilitar", + "enableDescription": "Después de habilitar, se admiten múltiples identificadores de dispositivos como IMEI/IDFA/IDFV/AndroidID/dirección MAC para el inicio de sesión y el registro" +} diff --git a/apps/admin/locales/es-ES/imei.json b/apps/admin/locales/es-ES/imei.json deleted file mode 100644 index 16612b2..0000000 --- a/apps/admin/locales/es-ES/imei.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enable": "Habilitar", - "enableDescription": "Después de habilitar, los usuarios pueden iniciar sesión con su IMEI" -} diff --git a/apps/admin/locales/es-ES/menu.json b/apps/admin/locales/es-ES/menu.json index 8d97a5f..233dd34 100644 --- a/apps/admin/locales/es-ES/menu.json +++ b/apps/admin/locales/es-ES/menu.json @@ -4,6 +4,7 @@ "Auth Control": "Control de Autenticación", "Coupon Management": "Gestión de Cupones", "Dashboard": "Tablero", + "Device": "Dispositivo", "Document Management": "Gestión de Documentos", "Email": "Correo electrónico", "Facebook": "Facebook", @@ -11,7 +12,6 @@ "General": "General", "GitHub": "GitHub", "Google": "Google", - "IMEI": "IMEI", "Order Management": "Gestión de Pedidos", "Payment Config": "Configuración de Pago", "Phone Number": "Número de Teléfono", diff --git a/apps/admin/locales/es-MX/device.json b/apps/admin/locales/es-MX/device.json new file mode 100644 index 0000000..85e0c19 --- /dev/null +++ b/apps/admin/locales/es-MX/device.json @@ -0,0 +1,4 @@ +{ + "enable": "Habilitar", + "enableDescription": "Después de habilitar, se admiten múltiples identificadores de dispositivos como IMEI/IDFA/IDFV/AndroidID/dirección Mac para iniciar sesión y registrarse" +} diff --git a/apps/admin/locales/es-MX/imei.json b/apps/admin/locales/es-MX/imei.json deleted file mode 100644 index 16612b2..0000000 --- a/apps/admin/locales/es-MX/imei.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enable": "Habilitar", - "enableDescription": "Después de habilitar, los usuarios pueden iniciar sesión con su IMEI" -} diff --git a/apps/admin/locales/es-MX/menu.json b/apps/admin/locales/es-MX/menu.json index a62ca48..6bdf850 100644 --- a/apps/admin/locales/es-MX/menu.json +++ b/apps/admin/locales/es-MX/menu.json @@ -4,6 +4,7 @@ "Auth Control": "Control de Autenticación", "Coupon Management": "Gestión de Cupones", "Dashboard": "Tablero", + "Device": "Dispositivo", "Document Management": "Gestión de Documentos", "Email": "Correo electrónico", "Facebook": "Facebook", @@ -11,7 +12,6 @@ "General": "General", "GitHub": "GitHub", "Google": "Google", - "IMEI": "IMEI", "Order Management": "Gestión de Pedidos", "Payment Config": "Configuración de Pago", "Phone Number": "Número de Teléfono", diff --git a/apps/admin/locales/fa-IR/device.json b/apps/admin/locales/fa-IR/device.json new file mode 100644 index 0000000..ef435a5 --- /dev/null +++ b/apps/admin/locales/fa-IR/device.json @@ -0,0 +1,4 @@ +{ + "enable": "فعال کردن", + "enableDescription": "پس از فعال‌سازی، شناسه‌های دستگاه‌های مختلف مانند IMEI/IDFA/IDFV/AndroidID/آدرس مک برای ورود و ثبت‌نام پشتیبانی می‌شوند" +} diff --git a/apps/admin/locales/fa-IR/imei.json b/apps/admin/locales/fa-IR/imei.json deleted file mode 100644 index a18fa67..0000000 --- a/apps/admin/locales/fa-IR/imei.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enable": "فعال کردن", - "enableDescription": "پس از فعال‌سازی، کاربران می‌توانند با IMEI خود وارد شوند" -} diff --git a/apps/admin/locales/fa-IR/menu.json b/apps/admin/locales/fa-IR/menu.json index 5fc58b2..56ccfce 100644 --- a/apps/admin/locales/fa-IR/menu.json +++ b/apps/admin/locales/fa-IR/menu.json @@ -4,6 +4,7 @@ "Auth Control": "کنترل احراز هویت", "Coupon Management": "مدیریت کوپن", "Dashboard": "داشبورد", + "Device": "دستگاه", "Document Management": "مدیریت اسناد", "Email": "ایمیل", "Facebook": "فیس‌بوک", @@ -11,7 +12,6 @@ "General": "عمومی", "GitHub": "گیت‌هاب", "Google": "گوگل", - "IMEI": "آی‌ام‌ای‌آی", "Order Management": "مدیریت سفارش", "Payment Config": "پیکربندی پرداخت", "Phone Number": "شماره تلفن", diff --git a/apps/admin/locales/fi-FI/device.json b/apps/admin/locales/fi-FI/device.json new file mode 100644 index 0000000..f51457e --- /dev/null +++ b/apps/admin/locales/fi-FI/device.json @@ -0,0 +1,4 @@ +{ + "enable": "Ota käyttöön", + "enableDescription": "Kun otat käyttöön, useita laiteidentifikaattoreita, kuten IMEI/IDFA/IDFV/AndroidID/Mac-osoite, tuetaan kirjautumiseen ja rekisteröitymiseen." +} diff --git a/apps/admin/locales/fi-FI/imei.json b/apps/admin/locales/fi-FI/imei.json deleted file mode 100644 index 72ada7b..0000000 --- a/apps/admin/locales/fi-FI/imei.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enable": "Ota käyttöön", - "enableDescription": "Kun tämä on otettu käyttöön, käyttäjät voivat kirjautua sisään IMEI:n avulla" -} diff --git a/apps/admin/locales/fi-FI/menu.json b/apps/admin/locales/fi-FI/menu.json index c544176..f302526 100644 --- a/apps/admin/locales/fi-FI/menu.json +++ b/apps/admin/locales/fi-FI/menu.json @@ -4,6 +4,7 @@ "Auth Control": "Todennuksen hallinta", "Coupon Management": "Kuponkien hallinta", "Dashboard": "Kojelauta", + "Device": "Laite", "Document Management": "Asiakirjojen hallinta", "Email": "Sähköposti", "Facebook": "Facebook", @@ -11,7 +12,6 @@ "General": "Yleinen", "GitHub": "GitHub", "Google": "Google", - "IMEI": "IMEI", "Order Management": "Tilausten hallinta", "Payment Config": "Maksukonfiguraatio", "Phone Number": "Puhelinnumero", diff --git a/apps/admin/locales/fr-FR/device.json b/apps/admin/locales/fr-FR/device.json new file mode 100644 index 0000000..4e82655 --- /dev/null +++ b/apps/admin/locales/fr-FR/device.json @@ -0,0 +1,4 @@ +{ + "enable": "Activer", + "enableDescription": "Après activation, plusieurs identifiants de périphériques tels que IMEI/IDFA/IDFV/AndroidID/adresse Mac sont pris en charge pour la connexion et l'enregistrement" +} diff --git a/apps/admin/locales/fr-FR/imei.json b/apps/admin/locales/fr-FR/imei.json deleted file mode 100644 index fb499fe..0000000 --- a/apps/admin/locales/fr-FR/imei.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enable": "Activer", - "enableDescription": "Après activation, les utilisateurs peuvent se connecter avec leur IMEI" -} diff --git a/apps/admin/locales/fr-FR/menu.json b/apps/admin/locales/fr-FR/menu.json index b4c8ed9..0543974 100644 --- a/apps/admin/locales/fr-FR/menu.json +++ b/apps/admin/locales/fr-FR/menu.json @@ -4,6 +4,7 @@ "Auth Control": "Contrôle d'authentification", "Coupon Management": "Gestion des coupons", "Dashboard": "Tableau de bord", + "Device": "Appareil", "Document Management": "Gestion des documents", "Email": "E-mail", "Facebook": "Facebook", @@ -11,7 +12,6 @@ "General": "Général", "GitHub": "GitHub", "Google": "Google", - "IMEI": "IMEI", "Order Management": "Gestion des commandes", "Payment Config": "Configuration de paiement", "Phone Number": "Numéro de téléphone", diff --git a/apps/admin/locales/hi-IN/device.json b/apps/admin/locales/hi-IN/device.json new file mode 100644 index 0000000..c91e801 --- /dev/null +++ b/apps/admin/locales/hi-IN/device.json @@ -0,0 +1,4 @@ +{ + "enable": "सक्रिय करें", + "enableDescription": "सक्रिय करने के बाद, लॉगिन और पंजीकरण के लिए IMEI/IDFA/IDFV/AndroidID/Mac पता जैसे कई डिवाइस पहचानकर्ताओं का समर्थन किया जाता है" +} diff --git a/apps/admin/locales/hi-IN/imei.json b/apps/admin/locales/hi-IN/imei.json deleted file mode 100644 index f44c74e..0000000 --- a/apps/admin/locales/hi-IN/imei.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enable": "सक्रिय करें", - "enableDescription": "सक्रिय करने के बाद, उपयोगकर्ता अपने IMEI के साथ साइन इन कर सकते हैं" -} diff --git a/apps/admin/locales/hi-IN/menu.json b/apps/admin/locales/hi-IN/menu.json index 8808eb7..95fc5a4 100644 --- a/apps/admin/locales/hi-IN/menu.json +++ b/apps/admin/locales/hi-IN/menu.json @@ -4,6 +4,7 @@ "Auth Control": "प्रमाणिकरण नियंत्रण", "Coupon Management": "कूपन प्रबंधन", "Dashboard": "डैशबोर्ड", + "Device": "डिवाइस", "Document Management": "दस्तावेज़ प्रबंधन", "Email": "ईमेल", "Facebook": "फेसबुक", @@ -11,7 +12,6 @@ "General": "सामान्य", "GitHub": "GitHub", "Google": "गूगल", - "IMEI": "IMEI", "Order Management": "ऑर्डर प्रबंधन", "Payment Config": "भुगतान कॉन्फ़िगरेशन", "Phone Number": "फ़ोन नंबर", diff --git a/apps/admin/locales/hu-HU/device.json b/apps/admin/locales/hu-HU/device.json new file mode 100644 index 0000000..3ec4a20 --- /dev/null +++ b/apps/admin/locales/hu-HU/device.json @@ -0,0 +1,4 @@ +{ + "enable": "Engedélyezés", + "enableDescription": "Engedélyezés után több eszközazonosító, például IMEI/IDFA/IDFV/AndroidID/Mac-cím támogatott a bejelentkezéshez és a regisztrációhoz." +} diff --git a/apps/admin/locales/hu-HU/imei.json b/apps/admin/locales/hu-HU/imei.json deleted file mode 100644 index a2b3c0f..0000000 --- a/apps/admin/locales/hu-HU/imei.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enable": "Engedélyezés", - "enableDescription": "Engedélyezés után a felhasználók az IMEI-jükkel tudnak bejelentkezni" -} diff --git a/apps/admin/locales/hu-HU/menu.json b/apps/admin/locales/hu-HU/menu.json index 8a0c949..30fe715 100644 --- a/apps/admin/locales/hu-HU/menu.json +++ b/apps/admin/locales/hu-HU/menu.json @@ -4,6 +4,7 @@ "Auth Control": "Hitelesítési vezérlés", "Coupon Management": "Kuponkezelés", "Dashboard": "Irányítópult", + "Device": "Eszköz", "Document Management": "Dokumentumkezelés", "Email": "E-mail", "Facebook": "Facebook", @@ -11,7 +12,6 @@ "General": "Általános", "GitHub": "GitHub", "Google": "Google", - "IMEI": "IMEI", "Order Management": "Rendeléskezelés", "Payment Config": "Fizetési beállítások", "Phone Number": "Telefonszám", diff --git a/apps/admin/locales/ja-JP/device.json b/apps/admin/locales/ja-JP/device.json new file mode 100644 index 0000000..3c415a6 --- /dev/null +++ b/apps/admin/locales/ja-JP/device.json @@ -0,0 +1,4 @@ +{ + "enable": "有効化", + "enableDescription": "有効化後、ログインおよび登録のために、IMEI/IDFA/IDFV/AndroidID/Macアドレスなどの複数のデバイス識別子がサポートされます。" +} diff --git a/apps/admin/locales/ja-JP/imei.json b/apps/admin/locales/ja-JP/imei.json deleted file mode 100644 index 22589d2..0000000 --- a/apps/admin/locales/ja-JP/imei.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enable": "有効化", - "enableDescription": "有効化後、ユーザーは自分のIMEIでサインインできます" -} diff --git a/apps/admin/locales/ja-JP/menu.json b/apps/admin/locales/ja-JP/menu.json index 4a856dd..2486f6f 100644 --- a/apps/admin/locales/ja-JP/menu.json +++ b/apps/admin/locales/ja-JP/menu.json @@ -4,6 +4,7 @@ "Auth Control": "認証管理", "Coupon Management": "クーポン管理", "Dashboard": "ダッシュボード", + "Device": "デバイス", "Document Management": "ドキュメント管理", "Email": "メール", "Facebook": "Facebook", @@ -11,7 +12,6 @@ "General": "一般", "GitHub": "GitHub", "Google": "Google", - "IMEI": "IMEI", "Order Management": "注文管理", "Payment Config": "支払い設定", "Phone Number": "電話番号", diff --git a/apps/admin/locales/ko-KR/device.json b/apps/admin/locales/ko-KR/device.json new file mode 100644 index 0000000..52c5a73 --- /dev/null +++ b/apps/admin/locales/ko-KR/device.json @@ -0,0 +1,4 @@ +{ + "enable": "활성화", + "enableDescription": "활성화 후 IMEI/IDFA/IDFV/AndroidID/Mac 주소와 같은 여러 장치 식별자를 사용하여 로그인 및 등록할 수 있습니다." +} diff --git a/apps/admin/locales/ko-KR/imei.json b/apps/admin/locales/ko-KR/imei.json deleted file mode 100644 index d4063a2..0000000 --- a/apps/admin/locales/ko-KR/imei.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enable": "활성화", - "enableDescription": "활성화 후, 사용자는 IMEI로 로그인할 수 있습니다." -} diff --git a/apps/admin/locales/ko-KR/menu.json b/apps/admin/locales/ko-KR/menu.json index abc447a..6a283e5 100644 --- a/apps/admin/locales/ko-KR/menu.json +++ b/apps/admin/locales/ko-KR/menu.json @@ -4,6 +4,7 @@ "Auth Control": "인증 제어", "Coupon Management": "쿠폰 관리", "Dashboard": "대시보드", + "Device": "장치", "Document Management": "문서 관리", "Email": "이메일", "Facebook": "Facebook", @@ -11,7 +12,6 @@ "General": "일반", "GitHub": "GitHub", "Google": "Google", - "IMEI": "IMEI", "Order Management": "주문 관리", "Payment Config": "결제 구성", "Phone Number": "전화번호", diff --git a/apps/admin/locales/no-NO/device.json b/apps/admin/locales/no-NO/device.json new file mode 100644 index 0000000..6f41c30 --- /dev/null +++ b/apps/admin/locales/no-NO/device.json @@ -0,0 +1,4 @@ +{ + "enable": "Aktiver", + "enableDescription": "Etter aktivering støttes flere enhetsidentifikatorer som IMEI/IDFA/IDFV/AndroidID/Mac-adresse for pålogging og registrering" +} diff --git a/apps/admin/locales/no-NO/imei.json b/apps/admin/locales/no-NO/imei.json deleted file mode 100644 index 4753f82..0000000 --- a/apps/admin/locales/no-NO/imei.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enable": "Aktiver", - "enableDescription": "Etter aktivering kan brukere logge inn med sitt IMEI" -} diff --git a/apps/admin/locales/no-NO/menu.json b/apps/admin/locales/no-NO/menu.json index 2579d3c..88f4c73 100644 --- a/apps/admin/locales/no-NO/menu.json +++ b/apps/admin/locales/no-NO/menu.json @@ -4,6 +4,7 @@ "Auth Control": "Autentiseringskontroll", "Coupon Management": "Kupongadministrasjon", "Dashboard": "Dashbord", + "Device": "Enhet", "Document Management": "Dokumenthåndtering", "Email": "E-post", "Facebook": "Facebook", @@ -11,7 +12,6 @@ "General": "Generell", "GitHub": "GitHub", "Google": "Google", - "IMEI": "IMEI", "Order Management": "Bestillingsadministrasjon", "Payment Config": "Betalingskonfigurasjon", "Phone Number": "Telefonnummer", diff --git a/apps/admin/locales/pl-PL/device.json b/apps/admin/locales/pl-PL/device.json new file mode 100644 index 0000000..de448b8 --- /dev/null +++ b/apps/admin/locales/pl-PL/device.json @@ -0,0 +1,4 @@ +{ + "enable": "Włącz", + "enableDescription": "Po włączeniu obsługiwane są różne identyfikatory urządzeń, takie jak IMEI/IDFA/IDFV/AndroidID/adres MAC do logowania i rejestracji" +} diff --git a/apps/admin/locales/pl-PL/imei.json b/apps/admin/locales/pl-PL/imei.json deleted file mode 100644 index 816e932..0000000 --- a/apps/admin/locales/pl-PL/imei.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enable": "Włącz", - "enableDescription": "Po włączeniu użytkownicy mogą logować się za pomocą swojego IMEI" -} diff --git a/apps/admin/locales/pl-PL/menu.json b/apps/admin/locales/pl-PL/menu.json index d21c162..e331539 100644 --- a/apps/admin/locales/pl-PL/menu.json +++ b/apps/admin/locales/pl-PL/menu.json @@ -4,6 +4,7 @@ "Auth Control": "Kontrola autoryzacji", "Coupon Management": "Zarządzanie kuponami", "Dashboard": "Pulpit", + "Device": "Urządzenie", "Document Management": "Zarządzanie dokumentami", "Email": "E-mail", "Facebook": "Facebook", @@ -11,7 +12,6 @@ "General": "Ogólne", "GitHub": "GitHub", "Google": "Google", - "IMEI": "IMEI", "Order Management": "Zarządzanie zamówieniami", "Payment Config": "Konfiguracja płatności", "Phone Number": "Numer telefonu", diff --git a/apps/admin/locales/pt-BR/device.json b/apps/admin/locales/pt-BR/device.json new file mode 100644 index 0000000..3e6f470 --- /dev/null +++ b/apps/admin/locales/pt-BR/device.json @@ -0,0 +1,4 @@ +{ + "enable": "Ativar", + "enableDescription": "Após a ativação, múltiplos identificadores de dispositivo, como IMEI/IDFA/IDFV/AndroidID/endereço Mac, são suportados para login e registro" +} diff --git a/apps/admin/locales/pt-BR/imei.json b/apps/admin/locales/pt-BR/imei.json deleted file mode 100644 index 91c81fb..0000000 --- a/apps/admin/locales/pt-BR/imei.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enable": "Ativar", - "enableDescription": "Após a ativação, os usuários podem fazer login com seu IMEI" -} diff --git a/apps/admin/locales/pt-BR/menu.json b/apps/admin/locales/pt-BR/menu.json index 7797469..feb0c1b 100644 --- a/apps/admin/locales/pt-BR/menu.json +++ b/apps/admin/locales/pt-BR/menu.json @@ -4,6 +4,7 @@ "Auth Control": "Controle de Autenticação", "Coupon Management": "Gerenciamento de Cupons", "Dashboard": "Painel de Controle", + "Device": "Dispositivo", "Document Management": "Gerenciamento de Documentos", "Email": "E-mail", "Facebook": "Facebook", @@ -11,7 +12,6 @@ "General": "Geral", "GitHub": "GitHub", "Google": "Google", - "IMEI": "IMEI", "Order Management": "Gerenciamento de Pedidos", "Payment Config": "Configuração de Pagamento", "Phone Number": "Número de Telefone", diff --git a/apps/admin/locales/request.ts b/apps/admin/locales/request.ts index c65646c..6b8650b 100644 --- a/apps/admin/locales/request.ts +++ b/apps/admin/locales/request.ts @@ -23,7 +23,7 @@ export default getRequestConfig(async () => { 'google': (await import(`./${locale}/google.json`)).default, 'facebook': (await import(`./${locale}/facebook.json`)).default, 'github': (await import(`./${locale}/github.json`)).default, - 'imei': (await import(`./${locale}/imei.json`)).default, + 'device': (await import(`./${locale}/device.json`)).default, 'payment': (await import(`./${locale}/payment.json`)).default, 'server': (await import(`./${locale}/server.json`)).default, 'subscribe': (await import(`./${locale}/subscribe.json`)).default, diff --git a/apps/admin/locales/ro-RO/device.json b/apps/admin/locales/ro-RO/device.json new file mode 100644 index 0000000..5c592bf --- /dev/null +++ b/apps/admin/locales/ro-RO/device.json @@ -0,0 +1,4 @@ +{ + "enable": "Activare", + "enableDescription": "După activare, sunt acceptate mai multe identificatoare de dispozitive, cum ar fi IMEI/IDFA/IDFV/AndroidID/adresa Mac pentru autentificare și înregistrare." +} diff --git a/apps/admin/locales/ro-RO/imei.json b/apps/admin/locales/ro-RO/imei.json deleted file mode 100644 index b10dda8..0000000 --- a/apps/admin/locales/ro-RO/imei.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enable": "Activare", - "enableDescription": "După activare, utilizatorii se pot conecta cu IMEI-ul lor" -} diff --git a/apps/admin/locales/ro-RO/menu.json b/apps/admin/locales/ro-RO/menu.json index be15f50..67783f8 100644 --- a/apps/admin/locales/ro-RO/menu.json +++ b/apps/admin/locales/ro-RO/menu.json @@ -4,6 +4,7 @@ "Auth Control": "Control Autentificare", "Coupon Management": "Managementul Cuponului", "Dashboard": "Tablou de bord", + "Device": "Dispozitiv", "Document Management": "Managementul documentelor", "Email": "E-mail", "Facebook": "Facebook", @@ -11,7 +12,6 @@ "General": "General", "GitHub": "GitHub", "Google": "Google", - "IMEI": "IMEI", "Order Management": "Gestionarea comenzilor", "Payment Config": "Configurație Plată", "Phone Number": "Număr de telefon", diff --git a/apps/admin/locales/ru-RU/device.json b/apps/admin/locales/ru-RU/device.json new file mode 100644 index 0000000..e0a9e41 --- /dev/null +++ b/apps/admin/locales/ru-RU/device.json @@ -0,0 +1,4 @@ +{ + "enable": "Включить", + "enableDescription": "После включения поддерживаются несколько идентификаторов устройств, таких как IMEI/IDFA/IDFV/AndroidID/Mac-адрес для входа и регистрации" +} diff --git a/apps/admin/locales/ru-RU/imei.json b/apps/admin/locales/ru-RU/imei.json deleted file mode 100644 index 7a47168..0000000 --- a/apps/admin/locales/ru-RU/imei.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enable": "Включить", - "enableDescription": "После включения пользователи смогут войти в систему с помощью своего IMEI" -} diff --git a/apps/admin/locales/ru-RU/menu.json b/apps/admin/locales/ru-RU/menu.json index 412735e..7470645 100644 --- a/apps/admin/locales/ru-RU/menu.json +++ b/apps/admin/locales/ru-RU/menu.json @@ -4,6 +4,7 @@ "Auth Control": "Управление аутентификацией", "Coupon Management": "Управление купонами", "Dashboard": "Панель управления", + "Device": "Устройство", "Document Management": "Управление документами", "Email": "Электронная почта", "Facebook": "Facebook", @@ -11,7 +12,6 @@ "General": "Общий", "GitHub": "GitHub", "Google": "Google", - "IMEI": "IMEI", "Order Management": "Управление заказами", "Payment Config": "Настройки оплаты", "Phone Number": "Номер телефона", diff --git a/apps/admin/locales/th-TH/device.json b/apps/admin/locales/th-TH/device.json new file mode 100644 index 0000000..b35ae11 --- /dev/null +++ b/apps/admin/locales/th-TH/device.json @@ -0,0 +1,4 @@ +{ + "enable": "เปิดใช้งาน", + "enableDescription": "หลังจากเปิดใช้งาน จะรองรับการเข้าสู่ระบบและการลงทะเบียนด้วยตัวระบุอุปกรณ์หลายตัว เช่น IMEI/IDFA/IDFV/AndroidID/ที่อยู่ Mac" +} diff --git a/apps/admin/locales/th-TH/imei.json b/apps/admin/locales/th-TH/imei.json deleted file mode 100644 index 07dac64..0000000 --- a/apps/admin/locales/th-TH/imei.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enable": "เปิดใช้งาน", - "enableDescription": "หลังจากเปิดใช้งาน ผู้ใช้สามารถลงชื่อเข้าใช้ด้วย IMEI ของตนได้" -} diff --git a/apps/admin/locales/th-TH/menu.json b/apps/admin/locales/th-TH/menu.json index c46af83..8585c4f 100644 --- a/apps/admin/locales/th-TH/menu.json +++ b/apps/admin/locales/th-TH/menu.json @@ -4,6 +4,7 @@ "Auth Control": "การควบคุมการยืนยันตัวตน", "Coupon Management": "การจัดการคูปอง", "Dashboard": "แดชบอร์ด", + "Device": "อุปกรณ์", "Document Management": "การจัดการเอกสาร", "Email": "อีเมล", "Facebook": "Facebook", @@ -11,7 +12,6 @@ "General": "ทั่วไป", "GitHub": "GitHub", "Google": "Google", - "IMEI": "IMEI", "Order Management": "การจัดการคำสั่งซื้อ", "Payment Config": "การตั้งค่าการชำระเงิน", "Phone Number": "หมายเลขโทรศัพท์", diff --git a/apps/admin/locales/tr-TR/device.json b/apps/admin/locales/tr-TR/device.json new file mode 100644 index 0000000..d4e361c --- /dev/null +++ b/apps/admin/locales/tr-TR/device.json @@ -0,0 +1,4 @@ +{ + "enable": "Etkinleştir", + "enableDescription": "Etkinleştirildikten sonra, giriş ve kayıt için IMEI/IDFA/IDFV/AndroidID/Mac adresi gibi birden fazla cihaz tanımlayıcısı desteklenir." +} diff --git a/apps/admin/locales/tr-TR/imei.json b/apps/admin/locales/tr-TR/imei.json deleted file mode 100644 index 8e0fe08..0000000 --- a/apps/admin/locales/tr-TR/imei.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enable": "Etkinleştir", - "enableDescription": "Etkinleştirildikten sonra, kullanıcılar IMEI'leri ile oturum açabilirler." -} diff --git a/apps/admin/locales/tr-TR/menu.json b/apps/admin/locales/tr-TR/menu.json index 2c9e355..6fc47b5 100644 --- a/apps/admin/locales/tr-TR/menu.json +++ b/apps/admin/locales/tr-TR/menu.json @@ -4,6 +4,7 @@ "Auth Control": "Yetki Kontrolü", "Coupon Management": "Kupon Yönetimi", "Dashboard": "Gösterge Paneli", + "Device": "Cihaz", "Document Management": "Belge Yönetimi", "Email": "E-posta", "Facebook": "Facebook", @@ -11,7 +12,6 @@ "General": "Genel", "GitHub": "GitHub", "Google": "Google", - "IMEI": "IMEI", "Order Management": "Sipariş Yönetimi", "Payment Config": "Ödeme Yapılandırması", "Phone Number": "Telefon Numarası", diff --git a/apps/admin/locales/uk-UA/device.json b/apps/admin/locales/uk-UA/device.json new file mode 100644 index 0000000..16f7b40 --- /dev/null +++ b/apps/admin/locales/uk-UA/device.json @@ -0,0 +1,4 @@ +{ + "enable": "Увімкнути", + "enableDescription": "Після увімкнення підтримуються кілька ідентифікаторів пристроїв, таких як IMEI/IDFA/IDFV/AndroidID/Mac-адреса для входу та реєстрації" +} diff --git a/apps/admin/locales/uk-UA/imei.json b/apps/admin/locales/uk-UA/imei.json deleted file mode 100644 index 5f4bb24..0000000 --- a/apps/admin/locales/uk-UA/imei.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enable": "Увімкнути", - "enableDescription": "Після увімкнення користувачі можуть увійти за допомогою свого IMEI" -} diff --git a/apps/admin/locales/uk-UA/menu.json b/apps/admin/locales/uk-UA/menu.json index 311d87c..66e3774 100644 --- a/apps/admin/locales/uk-UA/menu.json +++ b/apps/admin/locales/uk-UA/menu.json @@ -4,6 +4,7 @@ "Auth Control": "Контроль автентифікації", "Coupon Management": "Управління купонами", "Dashboard": "Панель приладів", + "Device": "Пристрій", "Document Management": "Управління документами", "Email": "Електронна пошта", "Facebook": "Facebook", @@ -11,7 +12,6 @@ "General": "Загальні", "GitHub": "GitHub", "Google": "Google", - "IMEI": "IMEI", "Order Management": "Управління замовленнями", "Payment Config": "Налаштування оплати", "Phone Number": "Номер телефону", diff --git a/apps/admin/locales/vi-VN/device.json b/apps/admin/locales/vi-VN/device.json new file mode 100644 index 0000000..d2b9d30 --- /dev/null +++ b/apps/admin/locales/vi-VN/device.json @@ -0,0 +1,4 @@ +{ + "enable": "Kích hoạt", + "enableDescription": "Sau khi kích hoạt, nhiều định danh thiết bị như IMEI/IDFA/IDFV/AndroidID/Địa chỉ Mac sẽ được hỗ trợ cho việc đăng nhập và đăng ký" +} diff --git a/apps/admin/locales/vi-VN/imei.json b/apps/admin/locales/vi-VN/imei.json deleted file mode 100644 index 9d1a16f..0000000 --- a/apps/admin/locales/vi-VN/imei.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enable": "Kích hoạt", - "enableDescription": "Sau khi kích hoạt, người dùng có thể đăng nhập bằng IMEI của họ" -} diff --git a/apps/admin/locales/vi-VN/menu.json b/apps/admin/locales/vi-VN/menu.json index a7116f7..f6c2dc9 100644 --- a/apps/admin/locales/vi-VN/menu.json +++ b/apps/admin/locales/vi-VN/menu.json @@ -4,6 +4,7 @@ "Auth Control": "Kiểm Soát Xác Thực", "Coupon Management": "Quản lý phiếu giảm giá", "Dashboard": "Bảng điều khiển", + "Device": "Thiết bị", "Document Management": "Quản lý tài liệu", "Email": "Email", "Facebook": "Facebook", @@ -11,7 +12,6 @@ "General": "Chung", "GitHub": "GitHub", "Google": "Google", - "IMEI": "IMEI", "Order Management": "Quản lý đơn hàng", "Payment Config": "Cấu hình thanh toán", "Phone Number": "Số Điện Thoại", diff --git a/apps/admin/locales/zh-CN/device.json b/apps/admin/locales/zh-CN/device.json new file mode 100644 index 0000000..60256a4 --- /dev/null +++ b/apps/admin/locales/zh-CN/device.json @@ -0,0 +1,4 @@ +{ + "enable": "启用", + "enableDescription": "启用后,支持使用多个设备标识符,如 IMEI/IDFA/IDFV/AndroidID/Mac 地址进行登录和注册" +} diff --git a/apps/admin/locales/zh-CN/imei.json b/apps/admin/locales/zh-CN/imei.json deleted file mode 100644 index 5a71bc2..0000000 --- a/apps/admin/locales/zh-CN/imei.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enable": "启用", - "enableDescription": "启用后,用户可以使用他们的 IMEI 登录" -} diff --git a/apps/admin/locales/zh-CN/menu.json b/apps/admin/locales/zh-CN/menu.json index 6a020c3..f37a550 100644 --- a/apps/admin/locales/zh-CN/menu.json +++ b/apps/admin/locales/zh-CN/menu.json @@ -4,6 +4,7 @@ "Auth Control": "认证控制", "Coupon Management": "优惠券管理", "Dashboard": "仪表盘", + "Device": "设备", "Document Management": "文档管理", "Email": "邮件", "Facebook": "Facebook", @@ -11,7 +12,6 @@ "General": "通用", "GitHub": "GitHub", "Google": "Google", - "IMEI": "国际移动设备身份码", "Order Management": "订单管理", "Payment Config": "支付配置", "Phone Number": "手机号", diff --git a/apps/admin/locales/zh-HK/device.json b/apps/admin/locales/zh-HK/device.json new file mode 100644 index 0000000..d188fe1 --- /dev/null +++ b/apps/admin/locales/zh-HK/device.json @@ -0,0 +1,4 @@ +{ + "enable": "啟用", + "enableDescription": "啟用後,支持多個設備識別碼,例如 IMEI/IDFA/IDFV/AndroidID/Mac 地址,用於登錄和註冊" +} diff --git a/apps/admin/locales/zh-HK/imei.json b/apps/admin/locales/zh-HK/imei.json deleted file mode 100644 index 3d7715d..0000000 --- a/apps/admin/locales/zh-HK/imei.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "enable": "啟用", - "enableDescription": "啟用後,用戶可以使用他們的 IMEI 登入" -} diff --git a/apps/admin/locales/zh-HK/menu.json b/apps/admin/locales/zh-HK/menu.json index 31566b3..5d7127b 100644 --- a/apps/admin/locales/zh-HK/menu.json +++ b/apps/admin/locales/zh-HK/menu.json @@ -4,6 +4,7 @@ "Auth Control": "身份驗證控制", "Coupon Management": "優惠券管理", "Dashboard": "儀表板", + "Device": "裝置", "Document Management": "文件管理", "Email": "電郵", "Facebook": "Facebook", @@ -11,7 +12,6 @@ "General": "一般", "GitHub": "GitHub", "Google": "Google", - "IMEI": "IMEI", "Order Management": "訂單管理", "Payment Config": "支付配置", "Phone Number": "電話號碼", diff --git a/apps/user/app/(main)/(user)/profile/notify-settings.tsx b/apps/user/app/(main)/(user)/profile/notify-settings.tsx index c9b798f..5911677 100644 --- a/apps/user/app/(main)/(user)/profile/notify-settings.tsx +++ b/apps/user/app/(main)/(user)/profile/notify-settings.tsx @@ -45,7 +45,7 @@ export default function NotifySettings() { } return ( - + {t('notify.notificationSettings')} diff --git a/apps/user/app/(main)/(user)/profile/page.tsx b/apps/user/app/(main)/(user)/profile/page.tsx index b8c7280..e5896e9 100644 --- a/apps/user/app/(main)/(user)/profile/page.tsx +++ b/apps/user/app/(main)/(user)/profile/page.tsx @@ -4,7 +4,7 @@ import ThirdPartyAccounts from './third-party-accounts'; export default function Page() { return ( -
+
diff --git a/apps/user/app/(main)/(user)/profile/third-party-accounts.tsx b/apps/user/app/(main)/(user)/profile/third-party-accounts.tsx index 46537e0..921650a 100644 --- a/apps/user/app/(main)/(user)/profile/third-party-accounts.tsx +++ b/apps/user/app/(main)/(user)/profile/third-party-accounts.tsx @@ -193,7 +193,14 @@ export default function ThirdPartyAccounts() { name: 'GitHub', type: 'OAuth', }, - ].filter((account) => oauth_methods?.includes(account.id)); + { + id: 'device', + icon: 'mdi:devices', + name: 'Device', + type: 'OAuth', + }, + ]; + // .filter((account) => oauth_methods?.includes(account.id)); const [editValues, setEditValues] = useState>({}); diff --git a/apps/user/app/auth/page.tsx b/apps/user/app/auth/page.tsx index 1c38d71..e92874b 100644 --- a/apps/user/app/auth/page.tsx +++ b/apps/user/app/auth/page.tsx @@ -42,7 +42,7 @@ export default function Page() { ].filter((method) => method.enabled); const OAUTH_METHODS = oauth_methods?.filter( - (method) => !['mobile', 'email', 'imei'].includes(method), + (method) => !['mobile', 'email', 'device'].includes(method), ); return ( diff --git a/apps/user/locales/cs-CZ/profile.json b/apps/user/locales/cs-CZ/profile.json index 773e229..98fd83f 100644 --- a/apps/user/locales/cs-CZ/profile.json +++ b/apps/user/locales/cs-CZ/profile.json @@ -33,6 +33,9 @@ "bindSuccess": "Úspěšně připojeno", "change": "Změnit", "confirm": "Potvrdit", + "device": { + "description": "Přihlásit se pomocí ID zařízení" + }, "email": { "description": "Propojte svou e-mailovou adresu", "invalid": "Zadejte platnou e-mailovou adresu", diff --git a/apps/user/locales/de-DE/profile.json b/apps/user/locales/de-DE/profile.json index 7c69ead..a60ae57 100644 --- a/apps/user/locales/de-DE/profile.json +++ b/apps/user/locales/de-DE/profile.json @@ -33,6 +33,9 @@ "bindSuccess": "Erfolgreich verbunden", "change": "Ändern", "confirm": "Bestätigen", + "device": { + "description": "Mit Geräte-ID anmelden" + }, "email": { "description": "Verknüpfen Sie Ihre E-Mail-Adresse", "invalid": "Bitte geben Sie eine gültige E-Mail-Adresse ein", diff --git a/apps/user/locales/en-US/profile.json b/apps/user/locales/en-US/profile.json index 009d80a..8179568 100644 --- a/apps/user/locales/en-US/profile.json +++ b/apps/user/locales/en-US/profile.json @@ -33,6 +33,9 @@ "bindSuccess": "Successfully connected", "change": "Change", "confirm": "Confirm", + "device": { + "description": "Sign in with Device ID" + }, "email": { "description": "Link your email address", "invalid": "Please enter a valid email address", diff --git a/apps/user/locales/es-ES/profile.json b/apps/user/locales/es-ES/profile.json index a92360b..96ef120 100644 --- a/apps/user/locales/es-ES/profile.json +++ b/apps/user/locales/es-ES/profile.json @@ -33,6 +33,9 @@ "bindSuccess": "Conectado con éxito", "change": "Cambiar", "confirm": "Confirmar", + "device": { + "description": "Iniciar sesión con ID de dispositivo" + }, "email": { "description": "Vincula tu dirección de correo electrónico", "invalid": "Por favor, introduce una dirección de correo electrónico válida", diff --git a/apps/user/locales/es-MX/profile.json b/apps/user/locales/es-MX/profile.json index 8c687bf..df37065 100644 --- a/apps/user/locales/es-MX/profile.json +++ b/apps/user/locales/es-MX/profile.json @@ -33,6 +33,9 @@ "bindSuccess": "Conectado con éxito", "change": "Cambiar", "confirm": "Confirmar", + "device": { + "description": "Iniciar sesión con el ID del dispositivo" + }, "email": { "description": "Vincula tu dirección de correo electrónico", "invalid": "Por favor, ingresa una dirección de correo electrónico válida", diff --git a/apps/user/locales/fa-IR/profile.json b/apps/user/locales/fa-IR/profile.json index 1296859..d2e8e63 100644 --- a/apps/user/locales/fa-IR/profile.json +++ b/apps/user/locales/fa-IR/profile.json @@ -33,6 +33,9 @@ "bindSuccess": "اتصال با موفقیت انجام شد", "change": "تغییر", "confirm": "تأیید", + "device": { + "description": "با شناسه دستگاه وارد شوید" + }, "email": { "description": "ایمیل خود را لینک کنید", "invalid": "لطفاً یک آدرس ایمیل معتبر وارد کنید", diff --git a/apps/user/locales/fi-FI/profile.json b/apps/user/locales/fi-FI/profile.json index 405a505..fc9b6e2 100644 --- a/apps/user/locales/fi-FI/profile.json +++ b/apps/user/locales/fi-FI/profile.json @@ -33,6 +33,9 @@ "bindSuccess": "Yhteys onnistui", "change": "Vaihda", "confirm": "Vahvista", + "device": { + "description": "Kirjaudu sisään laite-ID:llä" + }, "email": { "description": "Linkitä sähköpostiosoitteesi", "invalid": "Ole hyvä ja syötä voimassa oleva sähköpostiosoite", diff --git a/apps/user/locales/fr-FR/profile.json b/apps/user/locales/fr-FR/profile.json index ca216aa..2aa769b 100644 --- a/apps/user/locales/fr-FR/profile.json +++ b/apps/user/locales/fr-FR/profile.json @@ -33,6 +33,9 @@ "bindSuccess": "Connecté avec succès", "change": "Changer", "confirm": "Confirmer", + "device": { + "description": "Se connecter avec l'ID de l'appareil" + }, "email": { "description": "Liez votre adresse email", "invalid": "Veuillez entrer une adresse email valide", diff --git a/apps/user/locales/hi-IN/profile.json b/apps/user/locales/hi-IN/profile.json index c0e7b07..14a97e8 100644 --- a/apps/user/locales/hi-IN/profile.json +++ b/apps/user/locales/hi-IN/profile.json @@ -33,6 +33,9 @@ "bindSuccess": "सफलता से कनेक्ट किया गया", "change": "बदलें", "confirm": "पुष्टि करें", + "device": { + "description": "डिवाइस आईडी के साथ साइन इन करें" + }, "email": { "description": "अपने ईमेल पते को लिंक करें", "invalid": "कृपया एक मान्य ईमेल पता दर्ज करें", diff --git a/apps/user/locales/hu-HU/profile.json b/apps/user/locales/hu-HU/profile.json index 20f12fe..0679cf1 100644 --- a/apps/user/locales/hu-HU/profile.json +++ b/apps/user/locales/hu-HU/profile.json @@ -33,6 +33,9 @@ "bindSuccess": "Sikeresen csatlakozott", "change": "Változtatás", "confirm": "Megerősítés", + "device": { + "description": "Bejelentkezés Eszközazonosítóval" + }, "email": { "description": "Kapcsold össze az email címed", "invalid": "Kérlek, adj meg egy érvényes email címet", diff --git a/apps/user/locales/ja-JP/profile.json b/apps/user/locales/ja-JP/profile.json index 6283d6e..fb1f7f3 100644 --- a/apps/user/locales/ja-JP/profile.json +++ b/apps/user/locales/ja-JP/profile.json @@ -33,6 +33,9 @@ "bindSuccess": "接続に成功しました", "change": "変更", "confirm": "確認", + "device": { + "description": "デバイスIDでサインイン" + }, "email": { "description": "メールアドレスをリンクする", "invalid": "有効なメールアドレスを入力してください", diff --git a/apps/user/locales/ko-KR/profile.json b/apps/user/locales/ko-KR/profile.json index ea85825..73e5229 100644 --- a/apps/user/locales/ko-KR/profile.json +++ b/apps/user/locales/ko-KR/profile.json @@ -33,6 +33,9 @@ "bindSuccess": "연결 성공", "change": "변경", "confirm": "확인", + "device": { + "description": "장치 ID로 로그인" + }, "email": { "description": "이메일 주소를 연결하세요", "invalid": "유효한 이메일 주소를 입력하세요", diff --git a/apps/user/locales/no-NO/profile.json b/apps/user/locales/no-NO/profile.json index 8215253..8246c18 100644 --- a/apps/user/locales/no-NO/profile.json +++ b/apps/user/locales/no-NO/profile.json @@ -33,6 +33,9 @@ "bindSuccess": "Koblet til med suksess", "change": "Endre", "confirm": "Bekreft", + "device": { + "description": "Logg inn med enhets-ID" + }, "email": { "description": "Koble e-postadressen din", "invalid": "Vennligst skriv inn en gyldig e-postadresse", diff --git a/apps/user/locales/pl-PL/profile.json b/apps/user/locales/pl-PL/profile.json index c874225..7d7560d 100644 --- a/apps/user/locales/pl-PL/profile.json +++ b/apps/user/locales/pl-PL/profile.json @@ -33,6 +33,9 @@ "bindSuccess": "Pomyślnie połączono", "change": "Zmień", "confirm": "Potwierdź", + "device": { + "description": "Zaloguj się za pomocą identyfikatora urządzenia" + }, "email": { "description": "Połącz swój adres e-mail", "invalid": "Proszę wprowadzić prawidłowy adres e-mail", diff --git a/apps/user/locales/pt-BR/profile.json b/apps/user/locales/pt-BR/profile.json index 537a02b..3498245 100644 --- a/apps/user/locales/pt-BR/profile.json +++ b/apps/user/locales/pt-BR/profile.json @@ -33,6 +33,9 @@ "bindSuccess": "Conectado com sucesso", "change": "Alterar", "confirm": "Confirmar", + "device": { + "description": "Entrar com o ID do Dispositivo" + }, "email": { "description": "Vincule seu endereço de email", "invalid": "Por favor, insira um endereço de email válido", diff --git a/apps/user/locales/ro-RO/profile.json b/apps/user/locales/ro-RO/profile.json index 6081fc2..e2791d2 100644 --- a/apps/user/locales/ro-RO/profile.json +++ b/apps/user/locales/ro-RO/profile.json @@ -33,6 +33,9 @@ "bindSuccess": "Conectare reușită", "change": "Schimbă", "confirm": "Confirmă", + "device": { + "description": "Conectează-te cu ID-ul dispozitivului" + }, "email": { "description": "Leagă adresa ta de email", "invalid": "Te rugăm să introduci o adresă de email validă", diff --git a/apps/user/locales/ru-RU/profile.json b/apps/user/locales/ru-RU/profile.json index 8bbb550..a3c1b3e 100644 --- a/apps/user/locales/ru-RU/profile.json +++ b/apps/user/locales/ru-RU/profile.json @@ -33,6 +33,9 @@ "bindSuccess": "Успешно подключено", "change": "Изменить", "confirm": "Подтвердить", + "device": { + "description": "Войдите с помощью идентификатора устройства" + }, "email": { "description": "Привязать ваш адрес электронной почты", "invalid": "Пожалуйста, введите действительный адрес электронной почты", diff --git a/apps/user/locales/th-TH/profile.json b/apps/user/locales/th-TH/profile.json index 09e68b9..e2d28a2 100644 --- a/apps/user/locales/th-TH/profile.json +++ b/apps/user/locales/th-TH/profile.json @@ -33,6 +33,9 @@ "bindSuccess": "เชื่อมต่อสำเร็จ", "change": "เปลี่ยนแปลง", "confirm": "ยืนยัน", + "device": { + "description": "ลงชื่อเข้าใช้ด้วย Device ID" + }, "email": { "description": "เชื่อมโยงที่อยู่อีเมลของคุณ", "invalid": "กรุณากรอกที่อยู่อีเมลที่ถูกต้อง", diff --git a/apps/user/locales/tr-TR/profile.json b/apps/user/locales/tr-TR/profile.json index 79579a9..7a4e201 100644 --- a/apps/user/locales/tr-TR/profile.json +++ b/apps/user/locales/tr-TR/profile.json @@ -33,6 +33,9 @@ "bindSuccess": "Bağlantı başarıyla kuruldu", "change": "Değiştir", "confirm": "Onayla", + "device": { + "description": "Cihaz Kimliği ile Giriş Yap" + }, "email": { "description": "E-posta adresinizi bağlayın", "invalid": "Lütfen geçerli bir e-posta adresi girin", diff --git a/apps/user/locales/uk-UA/profile.json b/apps/user/locales/uk-UA/profile.json index 50c9500..fbc285f 100644 --- a/apps/user/locales/uk-UA/profile.json +++ b/apps/user/locales/uk-UA/profile.json @@ -33,6 +33,9 @@ "bindSuccess": "Успішно підключено", "change": "Змінити", "confirm": "Підтвердити", + "device": { + "description": "Увійдіть за допомогою ID пристрою" + }, "email": { "description": "Прив'яжіть вашу електронну адресу", "invalid": "Будь ласка, введіть дійсну електронну адресу", diff --git a/apps/user/locales/vi-VN/profile.json b/apps/user/locales/vi-VN/profile.json index 53a1dee..e36d86d 100644 --- a/apps/user/locales/vi-VN/profile.json +++ b/apps/user/locales/vi-VN/profile.json @@ -33,6 +33,9 @@ "bindSuccess": "Kết nối thành công", "change": "Thay Đổi", "confirm": "Xác nhận", + "device": { + "description": "Đăng nhập bằng ID thiết bị" + }, "email": { "description": "Liên kết địa chỉ email của bạn", "invalid": "Vui lòng nhập một địa chỉ email hợp lệ", diff --git a/apps/user/locales/zh-CN/profile.json b/apps/user/locales/zh-CN/profile.json index fb540ed..28835c4 100644 --- a/apps/user/locales/zh-CN/profile.json +++ b/apps/user/locales/zh-CN/profile.json @@ -33,6 +33,9 @@ "bindSuccess": "绑定成功", "change": "更改", "confirm": "确认", + "device": { + "description": "使用设备 ID 登录" + }, "email": { "description": "绑定邮箱地址", "invalid": "请输入有效的邮箱地址", diff --git a/apps/user/locales/zh-HK/profile.json b/apps/user/locales/zh-HK/profile.json index 6fd0761..f4ed294 100644 --- a/apps/user/locales/zh-HK/profile.json +++ b/apps/user/locales/zh-HK/profile.json @@ -33,6 +33,9 @@ "bindSuccess": "成功連接", "change": "更改", "confirm": "確認", + "device": { + "description": "使用設備 ID 登入" + }, "email": { "description": "綁定您的電子郵件地址", "invalid": "請輸入有效的電子郵件地址",