From 13c33378aa09bdac551006118627157f6bf4fc06 Mon Sep 17 00:00:00 2001 From: "web@ppanel" Date: Wed, 12 Feb 2025 16:34:23 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(imei):=20Add=20IMEI=20related?= =?UTF-8?q?=20internationalization=20support=20and=20menu=20items?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/dashboard/auth-control/apple/page.tsx | 2 +- .../app/dashboard/auth-control/email/page.tsx | 2 +- .../dashboard/auth-control/facebook/page.tsx | 18 ------ .../dashboard/auth-control/github/page.tsx | 18 ------ .../dashboard/auth-control/google/page.tsx | 18 ------ .../app/dashboard/auth-control/imei/page.tsx | 55 +++++++++++++++++++ .../dashboard/auth-control/telegram/page.tsx | 18 ------ .../user/[id]/user-subscription/index.tsx | 6 +- .../user-subscription/subscription-form.tsx | 11 +--- apps/admin/app/dashboard/user/page.tsx | 6 +- apps/admin/config/navs.ts | 4 ++ apps/admin/locales/cs-CZ/apple.json | 4 +- apps/admin/locales/cs-CZ/facebook.json | 2 - apps/admin/locales/cs-CZ/github.json | 2 - apps/admin/locales/cs-CZ/google.json | 2 - apps/admin/locales/cs-CZ/imei.json | 4 ++ apps/admin/locales/cs-CZ/menu.json | 1 + apps/admin/locales/cs-CZ/subscribe.json | 1 + apps/admin/locales/cs-CZ/telegram.json | 2 - apps/admin/locales/de-DE/apple.json | 4 +- apps/admin/locales/de-DE/facebook.json | 2 - apps/admin/locales/de-DE/github.json | 2 - apps/admin/locales/de-DE/google.json | 2 - apps/admin/locales/de-DE/imei.json | 4 ++ apps/admin/locales/de-DE/menu.json | 1 + apps/admin/locales/de-DE/subscribe.json | 1 + apps/admin/locales/de-DE/telegram.json | 2 - apps/admin/locales/en-US/apple.json | 4 +- apps/admin/locales/en-US/facebook.json | 2 - apps/admin/locales/en-US/github.json | 2 - apps/admin/locales/en-US/google.json | 2 - apps/admin/locales/en-US/imei.json | 4 ++ apps/admin/locales/en-US/menu.json | 1 + apps/admin/locales/en-US/subscribe.json | 1 + apps/admin/locales/en-US/telegram.json | 2 - apps/admin/locales/es-ES/apple.json | 4 +- apps/admin/locales/es-ES/facebook.json | 2 - apps/admin/locales/es-ES/github.json | 2 - apps/admin/locales/es-ES/google.json | 2 - apps/admin/locales/es-ES/imei.json | 4 ++ apps/admin/locales/es-ES/menu.json | 1 + apps/admin/locales/es-ES/subscribe.json | 1 + apps/admin/locales/es-ES/telegram.json | 2 - apps/admin/locales/es-MX/apple.json | 4 +- apps/admin/locales/es-MX/facebook.json | 2 - apps/admin/locales/es-MX/github.json | 2 - apps/admin/locales/es-MX/google.json | 2 - apps/admin/locales/es-MX/imei.json | 4 ++ apps/admin/locales/es-MX/menu.json | 1 + apps/admin/locales/es-MX/subscribe.json | 1 + apps/admin/locales/es-MX/telegram.json | 2 - apps/admin/locales/fa-IR/apple.json | 2 +- apps/admin/locales/fa-IR/facebook.json | 2 - apps/admin/locales/fa-IR/github.json | 2 - apps/admin/locales/fa-IR/google.json | 2 - apps/admin/locales/fa-IR/imei.json | 4 ++ apps/admin/locales/fa-IR/menu.json | 1 + apps/admin/locales/fa-IR/subscribe.json | 1 + apps/admin/locales/fa-IR/telegram.json | 2 - apps/admin/locales/fi-FI/apple.json | 4 +- apps/admin/locales/fi-FI/facebook.json | 2 - apps/admin/locales/fi-FI/github.json | 2 - apps/admin/locales/fi-FI/google.json | 2 - apps/admin/locales/fi-FI/imei.json | 4 ++ apps/admin/locales/fi-FI/menu.json | 1 + apps/admin/locales/fi-FI/subscribe.json | 1 + apps/admin/locales/fi-FI/telegram.json | 2 - apps/admin/locales/fr-FR/apple.json | 4 +- apps/admin/locales/fr-FR/facebook.json | 2 - apps/admin/locales/fr-FR/github.json | 2 - apps/admin/locales/fr-FR/google.json | 2 - apps/admin/locales/fr-FR/imei.json | 4 ++ apps/admin/locales/fr-FR/menu.json | 1 + apps/admin/locales/fr-FR/subscribe.json | 1 + apps/admin/locales/fr-FR/telegram.json | 2 - apps/admin/locales/hi-IN/apple.json | 4 +- apps/admin/locales/hi-IN/facebook.json | 2 - apps/admin/locales/hi-IN/github.json | 2 - apps/admin/locales/hi-IN/google.json | 2 - apps/admin/locales/hi-IN/imei.json | 4 ++ apps/admin/locales/hi-IN/menu.json | 1 + apps/admin/locales/hi-IN/subscribe.json | 1 + apps/admin/locales/hi-IN/telegram.json | 2 - apps/admin/locales/hu-HU/apple.json | 4 +- apps/admin/locales/hu-HU/facebook.json | 2 - apps/admin/locales/hu-HU/github.json | 2 - apps/admin/locales/hu-HU/google.json | 2 - apps/admin/locales/hu-HU/imei.json | 4 ++ apps/admin/locales/hu-HU/menu.json | 1 + apps/admin/locales/hu-HU/subscribe.json | 1 + apps/admin/locales/hu-HU/telegram.json | 2 - apps/admin/locales/ja-JP/apple.json | 2 +- apps/admin/locales/ja-JP/facebook.json | 2 - apps/admin/locales/ja-JP/github.json | 2 - apps/admin/locales/ja-JP/google.json | 2 - apps/admin/locales/ja-JP/imei.json | 4 ++ apps/admin/locales/ja-JP/menu.json | 1 + apps/admin/locales/ja-JP/subscribe.json | 1 + apps/admin/locales/ja-JP/telegram.json | 2 - apps/admin/locales/ko-KR/apple.json | 4 +- apps/admin/locales/ko-KR/facebook.json | 2 - apps/admin/locales/ko-KR/github.json | 2 - apps/admin/locales/ko-KR/google.json | 2 - apps/admin/locales/ko-KR/imei.json | 4 ++ apps/admin/locales/ko-KR/menu.json | 1 + apps/admin/locales/ko-KR/subscribe.json | 1 + apps/admin/locales/ko-KR/telegram.json | 2 - apps/admin/locales/no-NO/apple.json | 4 +- apps/admin/locales/no-NO/facebook.json | 2 - apps/admin/locales/no-NO/github.json | 2 - apps/admin/locales/no-NO/google.json | 2 - apps/admin/locales/no-NO/imei.json | 4 ++ apps/admin/locales/no-NO/menu.json | 1 + apps/admin/locales/no-NO/subscribe.json | 1 + apps/admin/locales/no-NO/telegram.json | 2 - apps/admin/locales/pl-PL/apple.json | 4 +- apps/admin/locales/pl-PL/facebook.json | 2 - apps/admin/locales/pl-PL/github.json | 2 - apps/admin/locales/pl-PL/google.json | 2 - apps/admin/locales/pl-PL/imei.json | 4 ++ apps/admin/locales/pl-PL/menu.json | 1 + apps/admin/locales/pl-PL/subscribe.json | 1 + apps/admin/locales/pl-PL/telegram.json | 2 - apps/admin/locales/pt-BR/apple.json | 4 +- apps/admin/locales/pt-BR/facebook.json | 2 - apps/admin/locales/pt-BR/github.json | 2 - apps/admin/locales/pt-BR/google.json | 2 - apps/admin/locales/pt-BR/imei.json | 4 ++ apps/admin/locales/pt-BR/menu.json | 1 + apps/admin/locales/pt-BR/subscribe.json | 1 + apps/admin/locales/pt-BR/telegram.json | 2 - apps/admin/locales/request.ts | 1 + apps/admin/locales/ro-RO/apple.json | 4 +- apps/admin/locales/ro-RO/facebook.json | 2 - apps/admin/locales/ro-RO/github.json | 2 - apps/admin/locales/ro-RO/google.json | 2 - apps/admin/locales/ro-RO/imei.json | 4 ++ apps/admin/locales/ro-RO/menu.json | 1 + apps/admin/locales/ro-RO/subscribe.json | 1 + apps/admin/locales/ro-RO/telegram.json | 2 - apps/admin/locales/ru-RU/apple.json | 4 +- apps/admin/locales/ru-RU/facebook.json | 2 - apps/admin/locales/ru-RU/github.json | 2 - apps/admin/locales/ru-RU/google.json | 2 - apps/admin/locales/ru-RU/imei.json | 4 ++ apps/admin/locales/ru-RU/menu.json | 1 + apps/admin/locales/ru-RU/subscribe.json | 1 + apps/admin/locales/ru-RU/telegram.json | 2 - apps/admin/locales/th-TH/apple.json | 4 +- apps/admin/locales/th-TH/facebook.json | 2 - apps/admin/locales/th-TH/github.json | 2 - apps/admin/locales/th-TH/google.json | 2 - apps/admin/locales/th-TH/imei.json | 4 ++ apps/admin/locales/th-TH/menu.json | 1 + apps/admin/locales/th-TH/subscribe.json | 1 + apps/admin/locales/th-TH/telegram.json | 2 - apps/admin/locales/tr-TR/apple.json | 4 +- apps/admin/locales/tr-TR/facebook.json | 2 - apps/admin/locales/tr-TR/github.json | 2 - apps/admin/locales/tr-TR/google.json | 2 - apps/admin/locales/tr-TR/imei.json | 4 ++ apps/admin/locales/tr-TR/menu.json | 1 + apps/admin/locales/tr-TR/subscribe.json | 1 + apps/admin/locales/tr-TR/telegram.json | 2 - apps/admin/locales/uk-UA/apple.json | 4 +- apps/admin/locales/uk-UA/facebook.json | 2 - apps/admin/locales/uk-UA/github.json | 2 - apps/admin/locales/uk-UA/google.json | 2 - apps/admin/locales/uk-UA/imei.json | 4 ++ apps/admin/locales/uk-UA/menu.json | 1 + apps/admin/locales/uk-UA/subscribe.json | 1 + apps/admin/locales/uk-UA/telegram.json | 2 - apps/admin/locales/vi-VN/apple.json | 4 +- apps/admin/locales/vi-VN/facebook.json | 2 - apps/admin/locales/vi-VN/github.json | 2 - apps/admin/locales/vi-VN/google.json | 2 - apps/admin/locales/vi-VN/imei.json | 4 ++ apps/admin/locales/vi-VN/menu.json | 1 + apps/admin/locales/vi-VN/subscribe.json | 1 + apps/admin/locales/vi-VN/telegram.json | 2 - apps/admin/locales/zh-CN/apple.json | 4 +- apps/admin/locales/zh-CN/facebook.json | 2 - apps/admin/locales/zh-CN/github.json | 2 - apps/admin/locales/zh-CN/google.json | 2 - apps/admin/locales/zh-CN/imei.json | 4 ++ apps/admin/locales/zh-CN/menu.json | 1 + apps/admin/locales/zh-CN/subscribe.json | 1 + apps/admin/locales/zh-CN/telegram.json | 2 - apps/admin/locales/zh-CN/user.json | 2 +- apps/admin/locales/zh-HK/apple.json | 4 +- apps/admin/locales/zh-HK/facebook.json | 2 - apps/admin/locales/zh-HK/github.json | 2 - apps/admin/locales/zh-HK/google.json | 2 - apps/admin/locales/zh-HK/imei.json | 4 ++ apps/admin/locales/zh-HK/menu.json | 1 + apps/admin/locales/zh-HK/subscribe.json | 1 + apps/admin/locales/zh-HK/telegram.json | 2 - apps/admin/services/admin/typings.d.ts | 1 - apps/admin/services/common/oauth.ts | 31 ----------- apps/admin/services/common/typings.d.ts | 6 -- apps/user/app/auth/page.tsx | 4 +- apps/user/services/common/oauth.ts | 31 ----------- apps/user/services/common/typings.d.ts | 6 -- apps/user/services/user/typings.d.ts | 1 - 204 files changed, 252 insertions(+), 399 deletions(-) create mode 100644 apps/admin/app/dashboard/auth-control/imei/page.tsx create mode 100644 apps/admin/locales/cs-CZ/imei.json create mode 100644 apps/admin/locales/de-DE/imei.json create mode 100644 apps/admin/locales/en-US/imei.json create mode 100644 apps/admin/locales/es-ES/imei.json create mode 100644 apps/admin/locales/es-MX/imei.json create mode 100644 apps/admin/locales/fa-IR/imei.json create mode 100644 apps/admin/locales/fi-FI/imei.json create mode 100644 apps/admin/locales/fr-FR/imei.json create mode 100644 apps/admin/locales/hi-IN/imei.json create mode 100644 apps/admin/locales/hu-HU/imei.json create mode 100644 apps/admin/locales/ja-JP/imei.json create mode 100644 apps/admin/locales/ko-KR/imei.json create mode 100644 apps/admin/locales/no-NO/imei.json create mode 100644 apps/admin/locales/pl-PL/imei.json create mode 100644 apps/admin/locales/pt-BR/imei.json create mode 100644 apps/admin/locales/ro-RO/imei.json create mode 100644 apps/admin/locales/ru-RU/imei.json create mode 100644 apps/admin/locales/th-TH/imei.json create mode 100644 apps/admin/locales/tr-TR/imei.json create mode 100644 apps/admin/locales/uk-UA/imei.json create mode 100644 apps/admin/locales/vi-VN/imei.json create mode 100644 apps/admin/locales/zh-CN/imei.json create mode 100644 apps/admin/locales/zh-HK/imei.json diff --git a/apps/admin/app/dashboard/auth-control/apple/page.tsx b/apps/admin/app/dashboard/auth-control/apple/page.tsx index 879a80a..2a6dea3 100644 --- a/apps/admin/app/dashboard/auth-control/apple/page.tsx +++ b/apps/admin/app/dashboard/auth-control/apple/page.tsx @@ -131,7 +131,7 @@ export default function Page() { updateConfig('config', { diff --git a/apps/admin/app/dashboard/auth-control/email/page.tsx b/apps/admin/app/dashboard/auth-control/email/page.tsx index dac5c70..f24ff14 100644 --- a/apps/admin/app/dashboard/auth-control/email/page.tsx +++ b/apps/admin/app/dashboard/auth-control/email/page.tsx @@ -57,7 +57,7 @@ export default function Page() { return ( - + {t('emailBasicConfig')} {t('emailTemplate')} {t('emailLogs')} diff --git a/apps/admin/app/dashboard/auth-control/facebook/page.tsx b/apps/admin/app/dashboard/auth-control/facebook/page.tsx index c875c1c..90294cb 100644 --- a/apps/admin/app/dashboard/auth-control/facebook/page.tsx +++ b/apps/admin/app/dashboard/auth-control/facebook/page.tsx @@ -86,24 +86,6 @@ export default function Page() { /> - - - -

{t('redirectUriDescription')}

-
- - - updateConfig('config', { - ...data?.config, - redirect_url: value, - }) - } - /> - -
); diff --git a/apps/admin/app/dashboard/auth-control/github/page.tsx b/apps/admin/app/dashboard/auth-control/github/page.tsx index 6efa83b..98c53ad 100644 --- a/apps/admin/app/dashboard/auth-control/github/page.tsx +++ b/apps/admin/app/dashboard/auth-control/github/page.tsx @@ -85,24 +85,6 @@ export default function Page() { /> - - - -

{t('redirectUriDescription')}

-
- - - updateConfig('config', { - ...data?.config, - redirect_url: value, - }) - } - /> - -
); diff --git a/apps/admin/app/dashboard/auth-control/google/page.tsx b/apps/admin/app/dashboard/auth-control/google/page.tsx index 9e2700a..56de639 100644 --- a/apps/admin/app/dashboard/auth-control/google/page.tsx +++ b/apps/admin/app/dashboard/auth-control/google/page.tsx @@ -86,24 +86,6 @@ export default function Page() { /> - - - -

{t('redirectUriDescription')}

-
- - - updateConfig('config', { - ...data?.config, - redirect_url: value, - }) - } - /> - -
); diff --git a/apps/admin/app/dashboard/auth-control/imei/page.tsx b/apps/admin/app/dashboard/auth-control/imei/page.tsx new file mode 100644 index 0000000..cb868ea --- /dev/null +++ b/apps/admin/app/dashboard/auth-control/imei/page.tsx @@ -0,0 +1,55 @@ +'use client'; + +import { getAuthMethodConfig, updateAuthMethodConfig } from '@/services/admin/authMethod'; +import { useQuery } from '@tanstack/react-query'; +import { Label } from '@workspace/ui/components/label'; +import { Switch } from '@workspace/ui/components/switch'; +import { Table, TableBody, TableCell, TableRow } from '@workspace/ui/components/table'; +import { useTranslations } from 'next-intl'; +import { toast } from 'sonner'; + +export default function Page() { + const t = useTranslations('imei'); + + const { data, refetch } = useQuery({ + queryKey: ['getAuthMethodConfig', 'imei'], + queryFn: async () => { + const { data } = await getAuthMethodConfig({ + method: 'imei', + }); + return data.data; + }, + }); + + async function updateConfig(key: keyof API.UpdataAuthMethodConfigRequest, value: unknown) { + try { + await updateAuthMethodConfig({ + ...data, + [key]: value, + } as API.UpdataAuthMethodConfigRequest); + toast.success(t('saveSuccess')); + refetch(); + } catch (error) { + toast.error(t('saveFailed')); + } + } + + return ( + + + + + +

{t('enableDescription')}

+
+ + updateConfig('enabled', checked)} + /> + +
+
+
+ ); +} diff --git a/apps/admin/app/dashboard/auth-control/telegram/page.tsx b/apps/admin/app/dashboard/auth-control/telegram/page.tsx index b42d3f0..2d1cd8c 100644 --- a/apps/admin/app/dashboard/auth-control/telegram/page.tsx +++ b/apps/admin/app/dashboard/auth-control/telegram/page.tsx @@ -86,24 +86,6 @@ export default function Page() { /> - - - -

{t('redirectUriDescription')}

-
- - - updateConfig('config', { - ...data?.config, - redirect_url: value, - }) - } - /> - -
); diff --git a/apps/admin/app/dashboard/user/[id]/user-subscription/index.tsx b/apps/admin/app/dashboard/user/[id]/user-subscription/index.tsx index 6c222b9..6e6f45b 100644 --- a/apps/admin/app/dashboard/user/[id]/user-subscription/index.tsx +++ b/apps/admin/app/dashboard/user/[id]/user-subscription/index.tsx @@ -28,11 +28,10 @@ export default function UserSubscription({ userId }: { userId: number }) { trigger={t('add')} title={t('createSubscription')} loading={loading} - userId={userId} onSubmit={async (values) => { setLoading(true); await createUserSubscribe({ - user_id: userId, + user_id: Number(userId), ...values, }); toast.success(t('createSuccess')); @@ -121,12 +120,11 @@ export default function UserSubscription({ userId }: { userId: number }) { trigger={t('edit')} title={t('editSubscription')} loading={loading} - userId={userId} initialData={row} onSubmit={async (values) => { setLoading(true); await updateUserSubscribe({ - user_id: userId, + user_id: Number(userId), user_subscribe_id: row.id, ...values, }); diff --git a/apps/admin/app/dashboard/user/[id]/user-subscription/subscription-form.tsx b/apps/admin/app/dashboard/user/[id]/user-subscription/subscription-form.tsx index cf5b859..10f7094 100644 --- a/apps/admin/app/dashboard/user/[id]/user-subscription/subscription-form.tsx +++ b/apps/admin/app/dashboard/user/[id]/user-subscription/subscription-form.tsx @@ -35,7 +35,6 @@ interface Props { trigger: ReactNode; title: string; loading?: boolean; - userId: number; initialData?: API.UserSubscribe; onSubmit: (values: any) => Promise; } @@ -48,21 +47,13 @@ const formSchema = z.object({ expired_at: z.number().nullish().optional(), }); -export function SubscriptionForm({ - trigger, - title, - loading, - userId, - initialData, - onSubmit, -}: Props) { +export function SubscriptionForm({ trigger, title, loading, initialData, onSubmit }: Props) { const t = useTranslations('user'); const [open, setOpen] = useState(false); const form = useForm({ resolver: zodResolver(formSchema), defaultValues: { - user_id: userId, subscribe_id: initialData?.subscribe_id || 0, traffic: initialData?.traffic || 0, upload: initialData?.upload || 0, diff --git a/apps/admin/app/dashboard/user/page.tsx b/apps/admin/app/dashboard/user/page.tsx index 742f4d8..69cb6a1 100644 --- a/apps/admin/app/dashboard/user/page.tsx +++ b/apps/admin/app/dashboard/user/page.tsx @@ -80,11 +80,7 @@ export default function Page() { const method = row.original.auth_methods?.[0]; return (
- + {method?.auth_type} {method?.auth_identifier} diff --git a/apps/admin/config/navs.ts b/apps/admin/config/navs.ts index cc31aff..1b1ec45 100644 --- a/apps/admin/config/navs.ts +++ b/apps/admin/config/navs.ts @@ -35,6 +35,10 @@ export const AuthControl = [ title: 'GitHub', url: '/dashboard/auth-control/github', }, + { + title: 'IMEI', + url: '/dashboard/auth-control/imei', + }, ]; export const navs = [ diff --git a/apps/admin/locales/cs-CZ/apple.json b/apps/admin/locales/cs-CZ/apple.json index e5a4d98..c942641 100644 --- a/apps/admin/locales/cs-CZ/apple.json +++ b/apps/admin/locales/cs-CZ/apple.json @@ -7,8 +7,8 @@ "enableDescription": "Po povolení se uživatelé mohou přihlásit pomocí svého Apple ID", "keyId": "ID klíče", "keyIdDescription": "ID vašeho soukromého klíče z Apple Developer Portálu", - "redirectUri": "Návratová URL", - "redirectUriDescription": "URL, na kterou Apple přesměruje po úspěšném ověření", + "redirectUri": "Přesměrovací URL", + "redirectUriDescription": "Prosím vyplňte adresu API přesměrované URL po úspěšném ověření pomocí Apple. Nepoužívejte / na konci.", "saveFailed": "Uložení se nezdařilo", "saveSuccess": "Uložení bylo úspěšné", "teamId": "ID týmu", diff --git a/apps/admin/locales/cs-CZ/facebook.json b/apps/admin/locales/cs-CZ/facebook.json index 4daaef0..9eba3f5 100644 --- a/apps/admin/locales/cs-CZ/facebook.json +++ b/apps/admin/locales/cs-CZ/facebook.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Facebook App Secret z Facebook Developers Console", "enable": "Povolit", "enableDescription": "Po povolení se uživatelé mohou přihlásit pomocí svého účtu na Facebooku", - "redirectUri": "Autorizovaná přesměrovací URI", - "redirectUriDescription": "URL, na kterou bude uživatel přesměrován po ověření na Facebooku", "saveFailed": "Uložení se nezdařilo", "saveSuccess": "Uložení bylo úspěšné" } diff --git a/apps/admin/locales/cs-CZ/github.json b/apps/admin/locales/cs-CZ/github.json index 1ea2c1e..c4ec35b 100644 --- a/apps/admin/locales/cs-CZ/github.json +++ b/apps/admin/locales/cs-CZ/github.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Tajný klíč klienta z nastavení vaší GitHub OAuth aplikace", "enable": "Povolit ověřování GitHub", "enableDescription": "Povolit uživatelům přihlásit se pomocí jejich účtů na GitHubu", - "redirectUri": "URL pro zpětné volání autorizace", - "redirectUriDescription": "URL ve vaší aplikaci, kam budou uživatelé přesměrováni po autentizaci na GitHubu", "saveFailed": "Nepodařilo se uložit nastavení GitHubu", "saveSuccess": "Nastavení GitHubu bylo úspěšně uloženo" } diff --git a/apps/admin/locales/cs-CZ/google.json b/apps/admin/locales/cs-CZ/google.json index 35b850e..fa0c9aa 100644 --- a/apps/admin/locales/cs-CZ/google.json +++ b/apps/admin/locales/cs-CZ/google.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Tajný klíč klienta Google OAuth 2.0 z Google Cloud Console", "enable": "Povolit", "enableDescription": "Po povolení se uživatelé mohou přihlásit pomocí svého účtu Google", - "redirectUri": "Autorizovaná přesměrovací URI", - "redirectUriDescription": "URL, na kterou bude uživatel přesměrován po ověření Googlem", "saveFailed": "Uložení se nezdařilo", "saveSuccess": "Uložení bylo úspěšné" } diff --git a/apps/admin/locales/cs-CZ/imei.json b/apps/admin/locales/cs-CZ/imei.json new file mode 100644 index 0000000..acf9638 --- /dev/null +++ b/apps/admin/locales/cs-CZ/imei.json @@ -0,0 +1,4 @@ +{ + "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 96ad58a..2bf8b87 100644 --- a/apps/admin/locales/cs-CZ/menu.json +++ b/apps/admin/locales/cs-CZ/menu.json @@ -11,6 +11,7 @@ "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/cs-CZ/subscribe.json b/apps/admin/locales/cs-CZ/subscribe.json index f7bf0a0..fc92c4e 100644 --- a/apps/admin/locales/cs-CZ/subscribe.json +++ b/apps/admin/locales/cs-CZ/subscribe.json @@ -51,6 +51,7 @@ "subscriptionPath": "Cesta předplatného", "subscriptionPathDescription": "Používá se pro předplatné; po úpravě nezapomeňte restartovat systém pro optimální výkon", "subscriptionPathPlaceholder": "Zadejte", + "updateSuccess": "Úspěšně aktualizováno", "wildcardResolution": "Řešení zástupných znaků", "wildcardResolutionDescription": "Používá se pro předplatné" }, diff --git a/apps/admin/locales/cs-CZ/telegram.json b/apps/admin/locales/cs-CZ/telegram.json index 149a1f0..7f1614e 100644 --- a/apps/admin/locales/cs-CZ/telegram.json +++ b/apps/admin/locales/cs-CZ/telegram.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Telegram Bot Token, který můžete získat od @BotFather", "enable": "Povolit", "enableDescription": "Po povolení budou povoleny funkce registrace, přihlášení, připojení a odpojení mobilního telefonu", - "redirectUri": "Přesměrovací URL", - "redirectUriDescription": "URL, na kterou Telegram přesměruje po úspěšném ověření", "saveFailed": "Uložení se nezdařilo", "saveSuccess": "Uložení bylo úspěšné" } diff --git a/apps/admin/locales/de-DE/apple.json b/apps/admin/locales/de-DE/apple.json index 3d9cd4a..89c7089 100644 --- a/apps/admin/locales/de-DE/apple.json +++ b/apps/admin/locales/de-DE/apple.json @@ -7,8 +7,8 @@ "enableDescription": "Nach der Aktivierung können sich Benutzer mit ihrer Apple-ID anmelden", "keyId": "Schlüssel-ID", "keyIdDescription": "Die ID Ihres privaten Schlüssels aus dem Apple Developer Portal", - "redirectUri": "Rückkehr-URL", - "redirectUriDescription": "Die URL, zu der Apple nach erfolgreicher Authentifizierung weiterleitet", + "redirectUri": "Weiterleitungs-URL", + "redirectUriDescription": "Bitte geben Sie die API-Adresse der umgeleiteten URL ein, nachdem die Apple-Authentifizierung erfolgreich abgeschlossen wurde. Verwenden Sie kein / am Ende.", "saveFailed": "Speichern fehlgeschlagen", "saveSuccess": "Erfolgreich gespeichert", "teamId": "Team-ID", diff --git a/apps/admin/locales/de-DE/facebook.json b/apps/admin/locales/de-DE/facebook.json index e1689cb..6e2e820 100644 --- a/apps/admin/locales/de-DE/facebook.json +++ b/apps/admin/locales/de-DE/facebook.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Facebook-App-Geheimnis aus der Facebook-Entwicklerkonsole", "enable": "Aktivieren", "enableDescription": "Nach der Aktivierung können sich Benutzer mit ihrem Facebook-Konto anmelden", - "redirectUri": "Autorisierte Umleitungs-URI", - "redirectUriDescription": "Die URL, zu der der Benutzer nach der Facebook-Authentifizierung weitergeleitet wird", "saveFailed": "Speichern fehlgeschlagen", "saveSuccess": "Erfolgreich gespeichert" } diff --git a/apps/admin/locales/de-DE/github.json b/apps/admin/locales/de-DE/github.json index 9c6fcd0..458ea92 100644 --- a/apps/admin/locales/de-DE/github.json +++ b/apps/admin/locales/de-DE/github.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Das Client-Geheimnis aus den Einstellungen Ihrer GitHub-OAuth-Anwendung", "enable": "GitHub-Authentifizierung aktivieren", "enableDescription": "Ermöglichen Sie Benutzern, sich mit ihren GitHub-Konten anzumelden", - "redirectUri": "Autorisierungs-Callback-URL", - "redirectUriDescription": "Die URL in Ihrer Anwendung, zu der Benutzer nach der GitHub-Authentifizierung weitergeleitet werden", "saveFailed": "Speichern der GitHub-Einstellungen fehlgeschlagen", "saveSuccess": "GitHub-Einstellungen erfolgreich gespeichert" } diff --git a/apps/admin/locales/de-DE/google.json b/apps/admin/locales/de-DE/google.json index da632a7..bedb390 100644 --- a/apps/admin/locales/de-DE/google.json +++ b/apps/admin/locales/de-DE/google.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Google OAuth 2.0-Client-Geheimnis aus der Google Cloud Console", "enable": "Aktivieren", "enableDescription": "Nach der Aktivierung können sich Benutzer mit ihrem Google-Konto anmelden", - "redirectUri": "Autorisierte Umleitungs-URI", - "redirectUriDescription": "Die URL, zu der der Benutzer nach der Google-Authentifizierung weitergeleitet wird", "saveFailed": "Speichern fehlgeschlagen", "saveSuccess": "Erfolgreich gespeichert" } diff --git a/apps/admin/locales/de-DE/imei.json b/apps/admin/locales/de-DE/imei.json new file mode 100644 index 0000000..92ef248 --- /dev/null +++ b/apps/admin/locales/de-DE/imei.json @@ -0,0 +1,4 @@ +{ + "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 b44dbcc..29a4b54 100644 --- a/apps/admin/locales/de-DE/menu.json +++ b/apps/admin/locales/de-DE/menu.json @@ -11,6 +11,7 @@ "General": "Allgemein", "GitHub": "GitHub", "Google": "Google", + "IMEI": "IMEI", "Order Management": "Bestellverwaltung", "Payment Config": "Zahlungskonfiguration", "Phone Number": "Telefonnummer", diff --git a/apps/admin/locales/de-DE/subscribe.json b/apps/admin/locales/de-DE/subscribe.json index 0f66c39..2308c41 100644 --- a/apps/admin/locales/de-DE/subscribe.json +++ b/apps/admin/locales/de-DE/subscribe.json @@ -51,6 +51,7 @@ "subscriptionPath": "Abonnement-Pfad", "subscriptionPathDescription": "Wird für Abonnements verwendet; starten Sie das System nach der Änderung neu, um die optimale Leistung zu gewährleisten", "subscriptionPathPlaceholder": "Eingeben", + "updateSuccess": "Erfolgreich aktualisiert", "wildcardResolution": "Wildcard-Auflösung", "wildcardResolutionDescription": "Wird für Abonnements verwendet" }, diff --git a/apps/admin/locales/de-DE/telegram.json b/apps/admin/locales/de-DE/telegram.json index c2f4ffd..d23737a 100644 --- a/apps/admin/locales/de-DE/telegram.json +++ b/apps/admin/locales/de-DE/telegram.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Telegram-Bot-Token, den Sie von @BotFather erhalten können", "enable": "Aktivieren", "enableDescription": "Nach der Aktivierung werden die Funktionen zur Registrierung, Anmeldung, Bindung und Entbindung von Mobiltelefonen aktiviert", - "redirectUri": "Weiterleitungs-URL", - "redirectUriDescription": "Die URL, zu der Telegram nach erfolgreicher Authentifizierung weiterleitet", "saveFailed": "Speichern fehlgeschlagen", "saveSuccess": "Erfolgreich gespeichert" } diff --git a/apps/admin/locales/en-US/apple.json b/apps/admin/locales/en-US/apple.json index 0316127..8f130a1 100644 --- a/apps/admin/locales/en-US/apple.json +++ b/apps/admin/locales/en-US/apple.json @@ -7,8 +7,8 @@ "enableDescription": "After enabling, users can sign in with their Apple ID", "keyId": "Key ID", "keyIdDescription": "The ID of your private key from Apple Developer Portal", - "redirectUri": "Return URL", - "redirectUriDescription": "The URL that Apple will redirect to after successful authentication", + "redirectUri": "Redirect URL", + "redirectUriDescription": "Please fill in the API address of the redirected URL after successfully passing Apple authentication. Do not use / at the end.", "saveFailed": "Save failed", "saveSuccess": "Save successful", "teamId": "Team ID", diff --git a/apps/admin/locales/en-US/facebook.json b/apps/admin/locales/en-US/facebook.json index 4352d59..a6f4213 100644 --- a/apps/admin/locales/en-US/facebook.json +++ b/apps/admin/locales/en-US/facebook.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Facebook App Secret from Facebook Developers Console", "enable": "Enable", "enableDescription": "After enabling, users can sign in with their Facebook account", - "redirectUri": "Authorized redirect URI", - "redirectUriDescription": "The URL to which the user will be redirected after Facebook authentication", "saveFailed": "Save failed", "saveSuccess": "Save successful" } diff --git a/apps/admin/locales/en-US/github.json b/apps/admin/locales/en-US/github.json index 2967d98..ac2b499 100644 --- a/apps/admin/locales/en-US/github.json +++ b/apps/admin/locales/en-US/github.json @@ -5,8 +5,6 @@ "clientSecretDescription": "The client secret from your GitHub OAuth application settings", "enable": "Enable GitHub Authentication", "enableDescription": "Allow users to sign in with their GitHub accounts", - "redirectUri": "Authorization callback URL", - "redirectUriDescription": "The URL in your application where users will be redirected after GitHub authentication", "saveFailed": "Failed to save GitHub settings", "saveSuccess": "GitHub settings saved successfully" } diff --git a/apps/admin/locales/en-US/google.json b/apps/admin/locales/en-US/google.json index c7df958..411a994 100644 --- a/apps/admin/locales/en-US/google.json +++ b/apps/admin/locales/en-US/google.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Google OAuth 2.0 Client Secret from Google Cloud Console", "enable": "Enable", "enableDescription": "After enabling, users can sign in with their Google account", - "redirectUri": "Authorized redirect URI", - "redirectUriDescription": "The URL to which the user will be redirected after Google authentication", "saveFailed": "Save failed", "saveSuccess": "Save successful" } diff --git a/apps/admin/locales/en-US/imei.json b/apps/admin/locales/en-US/imei.json new file mode 100644 index 0000000..947cc4e --- /dev/null +++ b/apps/admin/locales/en-US/imei.json @@ -0,0 +1,4 @@ +{ + "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 05ecd45..adc26c3 100644 --- a/apps/admin/locales/en-US/menu.json +++ b/apps/admin/locales/en-US/menu.json @@ -11,6 +11,7 @@ "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/en-US/subscribe.json b/apps/admin/locales/en-US/subscribe.json index a955e0c..b8359c1 100644 --- a/apps/admin/locales/en-US/subscribe.json +++ b/apps/admin/locales/en-US/subscribe.json @@ -51,6 +51,7 @@ "subscriptionPath": "Subscription Path", "subscriptionPathDescription": "Used for subscription; be sure to restart the system after modification for optimal performance", "subscriptionPathPlaceholder": "Enter", + "updateSuccess": "Updated successfully", "wildcardResolution": "Wildcard Resolution", "wildcardResolutionDescription": "Used for subscription" }, diff --git a/apps/admin/locales/en-US/telegram.json b/apps/admin/locales/en-US/telegram.json index 2a8f75a..4898a7f 100644 --- a/apps/admin/locales/en-US/telegram.json +++ b/apps/admin/locales/en-US/telegram.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Telegram Bot Token, you can get it from @BotFather", "enable": "Enable", "enableDescription": "After enabling, mobile phone registration, login, binding, and unbinding functions will be enabled", - "redirectUri": "Redirect URL", - "redirectUriDescription": "The URL that Telegram will redirect to after successful authentication", "saveFailed": "Save failed", "saveSuccess": "Save successful" } diff --git a/apps/admin/locales/es-ES/apple.json b/apps/admin/locales/es-ES/apple.json index 2f6443e..9b40e78 100644 --- a/apps/admin/locales/es-ES/apple.json +++ b/apps/admin/locales/es-ES/apple.json @@ -7,8 +7,8 @@ "enableDescription": "Después de habilitar, los usuarios pueden iniciar sesión con su ID de Apple", "keyId": "ID de clave", "keyIdDescription": "El ID de tu clave privada del Portal de Desarrolladores de Apple", - "redirectUri": "URL de retorno", - "redirectUriDescription": "La URL a la que Apple redirigirá después de una autenticación exitosa", + "redirectUri": "URL de redirección", + "redirectUriDescription": "Por favor, complete la dirección API de la URL redirigida después de pasar con éxito la autenticación de Apple. No use / al final.", "saveFailed": "Error al guardar", "saveSuccess": "Guardado exitoso", "teamId": "ID del equipo", diff --git a/apps/admin/locales/es-ES/facebook.json b/apps/admin/locales/es-ES/facebook.json index e9a5987..68d69ba 100644 --- a/apps/admin/locales/es-ES/facebook.json +++ b/apps/admin/locales/es-ES/facebook.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Secreto de la aplicación de Facebook desde la Consola de Desarrolladores de Facebook", "enable": "Habilitar", "enableDescription": "Después de habilitar, los usuarios pueden iniciar sesión con su cuenta de Facebook", - "redirectUri": "URI de redirección autorizada", - "redirectUriDescription": "La URL a la que se redirigirá al usuario después de la autenticación de Facebook", "saveFailed": "Error al guardar", "saveSuccess": "Guardado exitoso" } diff --git a/apps/admin/locales/es-ES/github.json b/apps/admin/locales/es-ES/github.json index 38bcaec..d7e2509 100644 --- a/apps/admin/locales/es-ES/github.json +++ b/apps/admin/locales/es-ES/github.json @@ -5,8 +5,6 @@ "clientSecretDescription": "El secreto del cliente de la configuración de tu aplicación OAuth de GitHub", "enable": "Habilitar la autenticación de GitHub", "enableDescription": "Permitir a los usuarios iniciar sesión con sus cuentas de GitHub", - "redirectUri": "URL de redirección de autorización", - "redirectUriDescription": "La URL en tu aplicación a la que los usuarios serán redirigidos después de la autenticación de GitHub", "saveFailed": "Error al guardar la configuración de GitHub", "saveSuccess": "Configuración de GitHub guardada con éxito" } diff --git a/apps/admin/locales/es-ES/google.json b/apps/admin/locales/es-ES/google.json index 3d7cf37..a133b61 100644 --- a/apps/admin/locales/es-ES/google.json +++ b/apps/admin/locales/es-ES/google.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Secreto del cliente de Google OAuth 2.0 desde la Consola de Google Cloud", "enable": "Habilitar", "enableDescription": "Después de habilitar, los usuarios pueden iniciar sesión con su cuenta de Google", - "redirectUri": "URI de redirección autorizada", - "redirectUriDescription": "La URL a la que se redirigirá al usuario después de la autenticación de Google", "saveFailed": "Error al guardar", "saveSuccess": "Guardado exitoso" } diff --git a/apps/admin/locales/es-ES/imei.json b/apps/admin/locales/es-ES/imei.json new file mode 100644 index 0000000..16612b2 --- /dev/null +++ b/apps/admin/locales/es-ES/imei.json @@ -0,0 +1,4 @@ +{ + "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 2422d2a..8d97a5f 100644 --- a/apps/admin/locales/es-ES/menu.json +++ b/apps/admin/locales/es-ES/menu.json @@ -11,6 +11,7 @@ "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-ES/subscribe.json b/apps/admin/locales/es-ES/subscribe.json index b811a40..7314eee 100644 --- a/apps/admin/locales/es-ES/subscribe.json +++ b/apps/admin/locales/es-ES/subscribe.json @@ -51,6 +51,7 @@ "subscriptionPath": "Ruta de Suscripción", "subscriptionPathDescription": "Usado para suscripción; asegúrese de reiniciar el sistema después de la modificación para un rendimiento óptimo", "subscriptionPathPlaceholder": "Ingrese", + "updateSuccess": "Actualizado con éxito", "wildcardResolution": "Resolución de Comodín", "wildcardResolutionDescription": "Usado para suscripción" }, diff --git a/apps/admin/locales/es-ES/telegram.json b/apps/admin/locales/es-ES/telegram.json index 3b28151..3913b78 100644 --- a/apps/admin/locales/es-ES/telegram.json +++ b/apps/admin/locales/es-ES/telegram.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Token del Bot de Telegram, lo puedes obtener de @BotFather", "enable": "Habilitar", "enableDescription": "Después de habilitar, se activarán las funciones de registro, inicio de sesión, vinculación y desvinculación de teléfonos móviles", - "redirectUri": "URL de redirección", - "redirectUriDescription": "La URL a la que Telegram redirigirá después de una autenticación exitosa", "saveFailed": "Error al guardar", "saveSuccess": "Guardado exitoso" } diff --git a/apps/admin/locales/es-MX/apple.json b/apps/admin/locales/es-MX/apple.json index 5e4d5ee..a22b6fe 100644 --- a/apps/admin/locales/es-MX/apple.json +++ b/apps/admin/locales/es-MX/apple.json @@ -7,8 +7,8 @@ "enableDescription": "Después de habilitarlo, los usuarios pueden iniciar sesión con su ID de Apple", "keyId": "ID de clave", "keyIdDescription": "El ID de tu clave privada del Portal de Desarrolladores de Apple", - "redirectUri": "URL de retorno", - "redirectUriDescription": "La URL a la que Apple redirigirá después de la autenticación exitosa", + "redirectUri": "URL de redirección", + "redirectUriDescription": "Por favor, completa la dirección API de la URL redirigida después de pasar exitosamente la autenticación de Apple. No uses / al final.", "saveFailed": "Error al guardar", "saveSuccess": "Guardado exitoso", "teamId": "ID del equipo", diff --git a/apps/admin/locales/es-MX/facebook.json b/apps/admin/locales/es-MX/facebook.json index e9a5987..68d69ba 100644 --- a/apps/admin/locales/es-MX/facebook.json +++ b/apps/admin/locales/es-MX/facebook.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Secreto de la aplicación de Facebook desde la Consola de Desarrolladores de Facebook", "enable": "Habilitar", "enableDescription": "Después de habilitar, los usuarios pueden iniciar sesión con su cuenta de Facebook", - "redirectUri": "URI de redirección autorizada", - "redirectUriDescription": "La URL a la que se redirigirá al usuario después de la autenticación de Facebook", "saveFailed": "Error al guardar", "saveSuccess": "Guardado exitoso" } diff --git a/apps/admin/locales/es-MX/github.json b/apps/admin/locales/es-MX/github.json index b62c73c..c5d7ed5 100644 --- a/apps/admin/locales/es-MX/github.json +++ b/apps/admin/locales/es-MX/github.json @@ -5,8 +5,6 @@ "clientSecretDescription": "El secreto del cliente de la configuración de tu aplicación OAuth de GitHub", "enable": "Habilitar la autenticación de GitHub", "enableDescription": "Permitir a los usuarios iniciar sesión con sus cuentas de GitHub", - "redirectUri": "URL de redirección de autorización", - "redirectUriDescription": "La URL en tu aplicación a la que los usuarios serán redirigidos después de la autenticación de GitHub", "saveFailed": "Error al guardar la configuración de GitHub", "saveSuccess": "Configuración de GitHub guardada exitosamente" } diff --git a/apps/admin/locales/es-MX/google.json b/apps/admin/locales/es-MX/google.json index 3d7cf37..a133b61 100644 --- a/apps/admin/locales/es-MX/google.json +++ b/apps/admin/locales/es-MX/google.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Secreto del cliente de Google OAuth 2.0 desde la Consola de Google Cloud", "enable": "Habilitar", "enableDescription": "Después de habilitar, los usuarios pueden iniciar sesión con su cuenta de Google", - "redirectUri": "URI de redirección autorizada", - "redirectUriDescription": "La URL a la que se redirigirá al usuario después de la autenticación de Google", "saveFailed": "Error al guardar", "saveSuccess": "Guardado exitoso" } diff --git a/apps/admin/locales/es-MX/imei.json b/apps/admin/locales/es-MX/imei.json new file mode 100644 index 0000000..16612b2 --- /dev/null +++ b/apps/admin/locales/es-MX/imei.json @@ -0,0 +1,4 @@ +{ + "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 1c5fc68..a62ca48 100644 --- a/apps/admin/locales/es-MX/menu.json +++ b/apps/admin/locales/es-MX/menu.json @@ -11,6 +11,7 @@ "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/subscribe.json b/apps/admin/locales/es-MX/subscribe.json index e789da9..e852649 100644 --- a/apps/admin/locales/es-MX/subscribe.json +++ b/apps/admin/locales/es-MX/subscribe.json @@ -51,6 +51,7 @@ "subscriptionPath": "Ruta de Suscripción", "subscriptionPathDescription": "Usado para suscripción; asegúrese de reiniciar el sistema después de la modificación para un rendimiento óptimo", "subscriptionPathPlaceholder": "Ingrese", + "updateSuccess": "Actualizado con éxito", "wildcardResolution": "Resolución de Comodín", "wildcardResolutionDescription": "Usado para suscripción" }, diff --git a/apps/admin/locales/es-MX/telegram.json b/apps/admin/locales/es-MX/telegram.json index 3b28151..3913b78 100644 --- a/apps/admin/locales/es-MX/telegram.json +++ b/apps/admin/locales/es-MX/telegram.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Token del Bot de Telegram, lo puedes obtener de @BotFather", "enable": "Habilitar", "enableDescription": "Después de habilitar, se activarán las funciones de registro, inicio de sesión, vinculación y desvinculación de teléfonos móviles", - "redirectUri": "URL de redirección", - "redirectUriDescription": "La URL a la que Telegram redirigirá después de una autenticación exitosa", "saveFailed": "Error al guardar", "saveSuccess": "Guardado exitoso" } diff --git a/apps/admin/locales/fa-IR/apple.json b/apps/admin/locales/fa-IR/apple.json index ee8e4db..af62f65 100644 --- a/apps/admin/locales/fa-IR/apple.json +++ b/apps/admin/locales/fa-IR/apple.json @@ -8,7 +8,7 @@ "keyId": "شناسه کلید", "keyIdDescription": "شناسه کلید خصوصی شما از پورتال توسعه‌دهنده اپل", "redirectUri": "آدرس بازگشت", - "redirectUriDescription": "آدرسی که اپل پس از احراز هویت موفقیت‌آمیز به آن هدایت می‌کند", + "redirectUriDescription": "لطفاً آدرس API URL هدایت شده را پس از موفقیت در احراز هویت اپل پر کنید. از / در انتها استفاده نکنید.", "saveFailed": "ذخیره‌سازی ناموفق بود", "saveSuccess": "ذخیره با موفقیت انجام شد", "teamId": "شناسه تیم", diff --git a/apps/admin/locales/fa-IR/facebook.json b/apps/admin/locales/fa-IR/facebook.json index 2e1b67a..cff247c 100644 --- a/apps/admin/locales/fa-IR/facebook.json +++ b/apps/admin/locales/fa-IR/facebook.json @@ -5,8 +5,6 @@ "clientSecretDescription": "رمز مخفی برنامه فیسبوک از کنسول توسعه‌دهندگان فیسبوک", "enable": "فعال کردن", "enableDescription": "پس از فعال‌سازی، کاربران می‌توانند با حساب فیسبوک خود وارد شوند", - "redirectUri": "نشانی مجاز تغییر مسیر", - "redirectUriDescription": "آدرس URL که کاربر پس از احراز هویت فیس‌بوک به آن هدایت می‌شود", "saveFailed": "ذخیره‌سازی ناموفق بود", "saveSuccess": "ذخیره با موفقیت انجام شد" } diff --git a/apps/admin/locales/fa-IR/github.json b/apps/admin/locales/fa-IR/github.json index 5df499d..02daaaf 100644 --- a/apps/admin/locales/fa-IR/github.json +++ b/apps/admin/locales/fa-IR/github.json @@ -5,8 +5,6 @@ "clientSecretDescription": "رمز مخفی مشتری از تنظیمات برنامه OAuth گیت‌هاب شما", "enable": "فعال‌سازی احراز هویت GitHub", "enableDescription": "اجازه دهید کاربران با حساب‌های GitHub خود وارد شوند", - "redirectUri": "نشانی بازگشت مجوز", - "redirectUriDescription": "نشانی اینترنتی در برنامه شما که کاربران پس از احراز هویت در GitHub به آن هدایت می‌شوند", "saveFailed": "ذخیره تنظیمات GitHub ناموفق بود", "saveSuccess": "تنظیمات GitHub با موفقیت ذخیره شد" } diff --git a/apps/admin/locales/fa-IR/google.json b/apps/admin/locales/fa-IR/google.json index 78d5644..c4c1c00 100644 --- a/apps/admin/locales/fa-IR/google.json +++ b/apps/admin/locales/fa-IR/google.json @@ -5,8 +5,6 @@ "clientSecretDescription": "رمز مشتری OAuth 2.0 گوگل از کنسول Google Cloud", "enable": "فعال کردن", "enableDescription": "پس از فعال‌سازی، کاربران می‌توانند با حساب گوگل خود وارد شوند", - "redirectUri": "نشانی مجاز تغییر مسیر", - "redirectUriDescription": "آدرس URL که کاربر پس از احراز هویت گوگل به آن هدایت می‌شود", "saveFailed": "ذخیره‌سازی ناموفق بود", "saveSuccess": "ذخیره با موفقیت انجام شد" } diff --git a/apps/admin/locales/fa-IR/imei.json b/apps/admin/locales/fa-IR/imei.json new file mode 100644 index 0000000..a18fa67 --- /dev/null +++ b/apps/admin/locales/fa-IR/imei.json @@ -0,0 +1,4 @@ +{ + "enable": "فعال کردن", + "enableDescription": "پس از فعال‌سازی، کاربران می‌توانند با IMEI خود وارد شوند" +} diff --git a/apps/admin/locales/fa-IR/menu.json b/apps/admin/locales/fa-IR/menu.json index 4453cce..5fc58b2 100644 --- a/apps/admin/locales/fa-IR/menu.json +++ b/apps/admin/locales/fa-IR/menu.json @@ -11,6 +11,7 @@ "General": "عمومی", "GitHub": "گیت‌هاب", "Google": "گوگل", + "IMEI": "آی‌ام‌ای‌آی", "Order Management": "مدیریت سفارش", "Payment Config": "پیکربندی پرداخت", "Phone Number": "شماره تلفن", diff --git a/apps/admin/locales/fa-IR/subscribe.json b/apps/admin/locales/fa-IR/subscribe.json index ec54ae4..45e5476 100644 --- a/apps/admin/locales/fa-IR/subscribe.json +++ b/apps/admin/locales/fa-IR/subscribe.json @@ -51,6 +51,7 @@ "subscriptionPath": "مسیر اشتراک", "subscriptionPathDescription": "برای اشتراک استفاده می‌شود؛ حتماً پس از تغییر، سیستم را برای عملکرد بهینه راه‌اندازی مجدد کنید", "subscriptionPathPlaceholder": "وارد کنید", + "updateSuccess": "به‌روزرسانی با موفقیت انجام شد", "wildcardResolution": "حل و فصل کاراکترهای جایگزین", "wildcardResolutionDescription": "برای اشتراک استفاده می‌شود" }, diff --git a/apps/admin/locales/fa-IR/telegram.json b/apps/admin/locales/fa-IR/telegram.json index b8c5cd5..3cb5c2a 100644 --- a/apps/admin/locales/fa-IR/telegram.json +++ b/apps/admin/locales/fa-IR/telegram.json @@ -5,8 +5,6 @@ "clientSecretDescription": "توکن ربات تلگرام، می‌توانید آن را از @BotFather دریافت کنید", "enable": "فعال کردن", "enableDescription": "پس از فعال‌سازی، عملکردهای ثبت‌نام، ورود، اتصال و قطع اتصال تلفن همراه فعال خواهند شد", - "redirectUri": "آدرس URL هدایت", - "redirectUriDescription": "آدرسی که تلگرام پس از احراز هویت موفق به آن هدایت خواهد کرد", "saveFailed": "ذخیره‌سازی ناموفق بود", "saveSuccess": "ذخیره با موفقیت انجام شد" } diff --git a/apps/admin/locales/fi-FI/apple.json b/apps/admin/locales/fi-FI/apple.json index f76f5b6..da079ce 100644 --- a/apps/admin/locales/fi-FI/apple.json +++ b/apps/admin/locales/fi-FI/apple.json @@ -7,8 +7,8 @@ "enableDescription": "Kun otat tämän käyttöön, käyttäjät voivat kirjautua sisään Apple ID:llään", "keyId": "Avain ID", "keyIdDescription": "Yksityisen avaimen tunnus Apple Developer -portaalista", - "redirectUri": "Paluu-URL", - "redirectUriDescription": "URL-osoite, jolle Apple ohjaa onnistuneen todennuksen jälkeen", + "redirectUri": "Ohjaus-URL", + "redirectUriDescription": "Täytä API-osoite, johon ohjataan URL-osoite Apple-todennuksen onnistuneen läpäisemisen jälkeen. Älä käytä / lopussa.", "saveFailed": "Tallennus epäonnistui", "saveSuccess": "Tallennus onnistui", "teamId": "Tiimin tunnus", diff --git a/apps/admin/locales/fi-FI/facebook.json b/apps/admin/locales/fi-FI/facebook.json index 6d11eeb..1f2f826 100644 --- a/apps/admin/locales/fi-FI/facebook.json +++ b/apps/admin/locales/fi-FI/facebook.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Facebook-sovelluksen salaisuus Facebookin kehittäjäkonsolista", "enable": "Ota käyttöön", "enableDescription": "Kun otat tämän käyttöön, käyttäjät voivat kirjautua sisään Facebook-tilillään", - "redirectUri": "Valtuutettu uudelleenohjaus-URI", - "redirectUriDescription": "URL, jolle käyttäjä ohjataan Facebook-todennuksen jälkeen", "saveFailed": "Tallennus epäonnistui", "saveSuccess": "Tallennus onnistui" } diff --git a/apps/admin/locales/fi-FI/github.json b/apps/admin/locales/fi-FI/github.json index 825f4f4..de04fab 100644 --- a/apps/admin/locales/fi-FI/github.json +++ b/apps/admin/locales/fi-FI/github.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Asiakassalasana GitHub OAuth -sovelluksesi asetuksista", "enable": "Ota käyttöön GitHub-autentikointi", "enableDescription": "Salli käyttäjien kirjautua sisään GitHub-tileillään", - "redirectUri": "Valtuutuksen paluuosoite", - "redirectUriDescription": "Sovelluksesi URL-osoite, johon käyttäjät ohjataan GitHub-todennuksen jälkeen", "saveFailed": "GitHub-asetusten tallentaminen epäonnistui", "saveSuccess": "GitHub-asetukset tallennettu onnistuneesti" } diff --git a/apps/admin/locales/fi-FI/google.json b/apps/admin/locales/fi-FI/google.json index a0e1d6f..4f99b36 100644 --- a/apps/admin/locales/fi-FI/google.json +++ b/apps/admin/locales/fi-FI/google.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Google OAuth 2.0 -asiakassalasana Google Cloud Consolesta", "enable": "Ota käyttöön", "enableDescription": "Kun otat tämän käyttöön, käyttäjät voivat kirjautua sisään Google-tilillään", - "redirectUri": "Valtuutettu uudelleenohjaus-URI", - "redirectUriDescription": "URL, jolle käyttäjä ohjataan Google-todennuksen jälkeen", "saveFailed": "Tallennus epäonnistui", "saveSuccess": "Tallennus onnistui" } diff --git a/apps/admin/locales/fi-FI/imei.json b/apps/admin/locales/fi-FI/imei.json new file mode 100644 index 0000000..72ada7b --- /dev/null +++ b/apps/admin/locales/fi-FI/imei.json @@ -0,0 +1,4 @@ +{ + "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 23b7224..c544176 100644 --- a/apps/admin/locales/fi-FI/menu.json +++ b/apps/admin/locales/fi-FI/menu.json @@ -11,6 +11,7 @@ "General": "Yleinen", "GitHub": "GitHub", "Google": "Google", + "IMEI": "IMEI", "Order Management": "Tilausten hallinta", "Payment Config": "Maksukonfiguraatio", "Phone Number": "Puhelinnumero", diff --git a/apps/admin/locales/fi-FI/subscribe.json b/apps/admin/locales/fi-FI/subscribe.json index 0d460b0..7ed00f3 100644 --- a/apps/admin/locales/fi-FI/subscribe.json +++ b/apps/admin/locales/fi-FI/subscribe.json @@ -51,6 +51,7 @@ "subscriptionPath": "Tilauspolku", "subscriptionPathDescription": "Käytetään tilaukseen; varmista, että käynnistät järjestelmän uudelleen muutoksen jälkeen parhaan suorituskyvyn saavuttamiseksi", "subscriptionPathPlaceholder": "Syötä", + "updateSuccess": "Päivitys onnistui", "wildcardResolution": "Yleismerkkien ratkaisu", "wildcardResolutionDescription": "Käytetään tilaukseen" }, diff --git a/apps/admin/locales/fi-FI/telegram.json b/apps/admin/locales/fi-FI/telegram.json index f766e78..1101535 100644 --- a/apps/admin/locales/fi-FI/telegram.json +++ b/apps/admin/locales/fi-FI/telegram.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Telegram-bottitunnus, jonka voit saada @BotFatherilta", "enable": "Ota käyttöön", "enableDescription": "Kun otat tämän käyttöön, matkapuhelimen rekisteröinti-, kirjautumis-, sitomis- ja purkutoiminnot otetaan käyttöön", - "redirectUri": "Uudelleenohjaus-URL", - "redirectUriDescription": "URL, jolle Telegram ohjaa onnistuneen todennuksen jälkeen", "saveFailed": "Tallennus epäonnistui", "saveSuccess": "Tallennus onnistui" } diff --git a/apps/admin/locales/fr-FR/apple.json b/apps/admin/locales/fr-FR/apple.json index 2180d53..c138b9e 100644 --- a/apps/admin/locales/fr-FR/apple.json +++ b/apps/admin/locales/fr-FR/apple.json @@ -7,8 +7,8 @@ "enableDescription": "Après activation, les utilisateurs peuvent se connecter avec leur identifiant Apple", "keyId": "ID de clé", "keyIdDescription": "L'ID de votre clé privée depuis le portail des développeurs Apple", - "redirectUri": "URL de retour", - "redirectUriDescription": "L'URL vers laquelle Apple redirigera après une authentification réussie", + "redirectUri": "URL de redirection", + "redirectUriDescription": "Veuillez remplir l'adresse API de l'URL redirigée après avoir réussi l'authentification Apple. Ne pas utiliser / à la fin.", "saveFailed": "Échec de l'enregistrement", "saveSuccess": "Enregistrement réussi", "teamId": "ID de l'équipe", diff --git a/apps/admin/locales/fr-FR/facebook.json b/apps/admin/locales/fr-FR/facebook.json index c242095..45ce9ce 100644 --- a/apps/admin/locales/fr-FR/facebook.json +++ b/apps/admin/locales/fr-FR/facebook.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Secret de l'application Facebook depuis la console des développeurs Facebook", "enable": "Activer", "enableDescription": "Après activation, les utilisateurs peuvent se connecter avec leur compte Facebook", - "redirectUri": "URI de redirection autorisée", - "redirectUriDescription": "L'URL vers laquelle l'utilisateur sera redirigé après l'authentification Facebook", "saveFailed": "Échec de l'enregistrement", "saveSuccess": "Enregistrement réussi" } diff --git a/apps/admin/locales/fr-FR/github.json b/apps/admin/locales/fr-FR/github.json index 3a35962..50f7495 100644 --- a/apps/admin/locales/fr-FR/github.json +++ b/apps/admin/locales/fr-FR/github.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Le secret client de vos paramètres d'application OAuth GitHub", "enable": "Activer l'authentification GitHub", "enableDescription": "Permettre aux utilisateurs de se connecter avec leurs comptes GitHub", - "redirectUri": "URL de rappel d'autorisation", - "redirectUriDescription": "L'URL dans votre application où les utilisateurs seront redirigés après l'authentification GitHub", "saveFailed": "Échec de l'enregistrement des paramètres GitHub", "saveSuccess": "Paramètres GitHub enregistrés avec succès" } diff --git a/apps/admin/locales/fr-FR/google.json b/apps/admin/locales/fr-FR/google.json index 7eb399e..b78877b 100644 --- a/apps/admin/locales/fr-FR/google.json +++ b/apps/admin/locales/fr-FR/google.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Secret client OAuth 2.0 de Google depuis la console Google Cloud", "enable": "Activer", "enableDescription": "Après activation, les utilisateurs peuvent se connecter avec leur compte Google", - "redirectUri": "URI de redirection autorisée", - "redirectUriDescription": "L'URL vers laquelle l'utilisateur sera redirigé après l'authentification Google", "saveFailed": "Échec de l'enregistrement", "saveSuccess": "Enregistrement réussi" } diff --git a/apps/admin/locales/fr-FR/imei.json b/apps/admin/locales/fr-FR/imei.json new file mode 100644 index 0000000..fb499fe --- /dev/null +++ b/apps/admin/locales/fr-FR/imei.json @@ -0,0 +1,4 @@ +{ + "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 a7de4f9..b4c8ed9 100644 --- a/apps/admin/locales/fr-FR/menu.json +++ b/apps/admin/locales/fr-FR/menu.json @@ -11,6 +11,7 @@ "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/fr-FR/subscribe.json b/apps/admin/locales/fr-FR/subscribe.json index 4c1f216..4d7fe60 100644 --- a/apps/admin/locales/fr-FR/subscribe.json +++ b/apps/admin/locales/fr-FR/subscribe.json @@ -51,6 +51,7 @@ "subscriptionPath": "Chemin d'abonnement", "subscriptionPathDescription": "Utilisé pour l'abonnement ; assurez-vous de redémarrer le système après modification pour des performances optimales", "subscriptionPathPlaceholder": "Entrez", + "updateSuccess": "Mise à jour réussie", "wildcardResolution": "Résolution générique", "wildcardResolutionDescription": "Utilisé pour l'abonnement" }, diff --git a/apps/admin/locales/fr-FR/telegram.json b/apps/admin/locales/fr-FR/telegram.json index 20f026a..7bb7b85 100644 --- a/apps/admin/locales/fr-FR/telegram.json +++ b/apps/admin/locales/fr-FR/telegram.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Jeton du bot Telegram, vous pouvez l'obtenir auprès de @BotFather", "enable": "Activer", "enableDescription": "Après activation, les fonctions d'enregistrement, de connexion, de liaison et de dissociation par téléphone mobile seront activées", - "redirectUri": "URL de redirection", - "redirectUriDescription": "L'URL vers laquelle Telegram redirigera après une authentification réussie", "saveFailed": "Échec de l'enregistrement", "saveSuccess": "Enregistrement réussi" } diff --git a/apps/admin/locales/hi-IN/apple.json b/apps/admin/locales/hi-IN/apple.json index 0779b1d..e38b395 100644 --- a/apps/admin/locales/hi-IN/apple.json +++ b/apps/admin/locales/hi-IN/apple.json @@ -7,8 +7,8 @@ "enableDescription": "सक्षम करने के बाद, उपयोगकर्ता अपने Apple ID के साथ साइन इन कर सकते हैं", "keyId": "कुंजी आईडी", "keyIdDescription": "Apple डेवलपर पोर्टल से आपके निजी कुंजी की आईडी", - "redirectUri": "वापसी URL", - "redirectUriDescription": "सफल प्रमाणीकरण के बाद Apple जिस URL पर पुनः निर्देशित करेगा", + "redirectUri": "रीडायरेक्ट यूआरएल", + "redirectUriDescription": "कृपया एप्पल प्रमाणीकरण सफलतापूर्वक पास करने के बाद पुनर्निर्देशित URL के API पते को भरें। अंत में / का उपयोग न करें।", "saveFailed": "सहेजना विफल हुआ", "saveSuccess": "सहेजना सफल रहा", "teamId": "टीम आईडी", diff --git a/apps/admin/locales/hi-IN/facebook.json b/apps/admin/locales/hi-IN/facebook.json index 081f7dd..6cdba7d 100644 --- a/apps/admin/locales/hi-IN/facebook.json +++ b/apps/admin/locales/hi-IN/facebook.json @@ -5,8 +5,6 @@ "clientSecretDescription": "फेसबुक डेवलपर्स कंसोल से फेसबुक ऐप सीक्रेट", "enable": "सक्षम करें", "enableDescription": "सक्षम करने के बाद, उपयोगकर्ता अपने फेसबुक खाते से साइन इन कर सकते हैं", - "redirectUri": "अधिकृत पुनर्निर्देशन URI", - "redirectUriDescription": "फेसबुक प्रमाणीकरण के बाद उपयोगकर्ता को जिस URL पर पुनः निर्देशित किया जाएगा", "saveFailed": "सहेजना विफल हुआ", "saveSuccess": "सहेजा सफल" } diff --git a/apps/admin/locales/hi-IN/github.json b/apps/admin/locales/hi-IN/github.json index f97b7a6..d224e98 100644 --- a/apps/admin/locales/hi-IN/github.json +++ b/apps/admin/locales/hi-IN/github.json @@ -5,8 +5,6 @@ "clientSecretDescription": "आपके GitHub OAuth एप्लिकेशन सेटिंग्स से क्लाइंट सीक्रेट", "enable": "GitHub प्रमाणीकरण सक्षम करें", "enableDescription": "उपयोगकर्ताओं को उनके GitHub खातों के साथ साइन इन करने की अनुमति दें", - "redirectUri": "प्राधिकरण कॉलबैक URL", - "redirectUriDescription": "आपके एप्लिकेशन में वह URL जहाँ उपयोगकर्ताओं को GitHub प्रमाणीकरण के बाद पुनः निर्देशित किया जाएगा", "saveFailed": "GitHub सेटिंग्स सहेजने में विफल", "saveSuccess": "GitHub सेटिंग्स सफलतापूर्वक सहेजी गईं" } diff --git a/apps/admin/locales/hi-IN/google.json b/apps/admin/locales/hi-IN/google.json index 63f1af3..31ac8bf 100644 --- a/apps/admin/locales/hi-IN/google.json +++ b/apps/admin/locales/hi-IN/google.json @@ -5,8 +5,6 @@ "clientSecretDescription": "गूगल क्लाउड कंसोल से गूगल OAuth 2.0 क्लाइंट सीक्रेट", "enable": "सक्षम करें", "enableDescription": "सक्षम करने के बाद, उपयोगकर्ता अपने Google खाते से साइन इन कर सकते हैं", - "redirectUri": "अधिकृत पुनर्निर्देशन URI", - "redirectUriDescription": "Google प्रमाणीकरण के बाद उपयोगकर्ता को जिस URL पर पुनः निर्देशित किया जाएगा", "saveFailed": "सहेजना विफल हुआ", "saveSuccess": "सहेजना सफल रहा" } diff --git a/apps/admin/locales/hi-IN/imei.json b/apps/admin/locales/hi-IN/imei.json new file mode 100644 index 0000000..f44c74e --- /dev/null +++ b/apps/admin/locales/hi-IN/imei.json @@ -0,0 +1,4 @@ +{ + "enable": "सक्रिय करें", + "enableDescription": "सक्रिय करने के बाद, उपयोगकर्ता अपने IMEI के साथ साइन इन कर सकते हैं" +} diff --git a/apps/admin/locales/hi-IN/menu.json b/apps/admin/locales/hi-IN/menu.json index f03e705..8808eb7 100644 --- a/apps/admin/locales/hi-IN/menu.json +++ b/apps/admin/locales/hi-IN/menu.json @@ -11,6 +11,7 @@ "General": "सामान्य", "GitHub": "GitHub", "Google": "गूगल", + "IMEI": "IMEI", "Order Management": "ऑर्डर प्रबंधन", "Payment Config": "भुगतान कॉन्फ़िगरेशन", "Phone Number": "फ़ोन नंबर", diff --git a/apps/admin/locales/hi-IN/subscribe.json b/apps/admin/locales/hi-IN/subscribe.json index aa2b956..1833d84 100644 --- a/apps/admin/locales/hi-IN/subscribe.json +++ b/apps/admin/locales/hi-IN/subscribe.json @@ -51,6 +51,7 @@ "subscriptionPath": "सदस्यता पथ", "subscriptionPathDescription": "सदस्यता के लिए उपयोग किया जाता है; इष्टतम प्रदर्शन के लिए संशोधन के बाद सिस्टम को पुनः आरंभ करना सुनिश्चित करें", "subscriptionPathPlaceholder": "दर्ज करें", + "updateSuccess": "सफलता से अपडेट किया गया", "wildcardResolution": "वाइल्डकार्ड समाधान", "wildcardResolutionDescription": "सदस्यता के लिए उपयोग किया जाता है" }, diff --git a/apps/admin/locales/hi-IN/telegram.json b/apps/admin/locales/hi-IN/telegram.json index 4c49208..914862b 100644 --- a/apps/admin/locales/hi-IN/telegram.json +++ b/apps/admin/locales/hi-IN/telegram.json @@ -5,8 +5,6 @@ "clientSecretDescription": "टेलीग्राम बॉट टोकन, जिसे आप @BotFather से प्राप्त कर सकते हैं", "enable": "सक्षम करें", "enableDescription": "सक्षम करने के बाद, मोबाइल फोन पंजीकरण, लॉगिन, बाइंडिंग, और अनबाइंडिंग कार्यक्षमताएँ सक्षम हो जाएँगी", - "redirectUri": "पुनर्निर्देशन URL", - "redirectUriDescription": "सफल प्रमाणीकरण के बाद टेलीग्राम जिस URL पर पुनः निर्देशित करेगा", "saveFailed": "सहेजना विफल हुआ", "saveSuccess": "सहेजा सफल" } diff --git a/apps/admin/locales/hu-HU/apple.json b/apps/admin/locales/hu-HU/apple.json index 9180275..16abeea 100644 --- a/apps/admin/locales/hu-HU/apple.json +++ b/apps/admin/locales/hu-HU/apple.json @@ -7,8 +7,8 @@ "enableDescription": "Bekapcsolás után a felhasználók bejelentkezhetnek az Apple ID-jukkal", "keyId": "Kulcsazonosító", "keyIdDescription": "Az Apple Fejlesztői Portálon található privát kulcs azonosítója", - "redirectUri": "Visszatérési URL", - "redirectUriDescription": "Az URL, amelyre az Apple sikeres hitelesítés után átirányít", + "redirectUri": "Átirányítási URL", + "redirectUriDescription": "Kérjük, töltse ki az API címet a sikeres Apple hitelesítést követően átirányított URL-hez. Ne használjon / jelet a végén.", "saveFailed": "Mentés sikertelen", "saveSuccess": "Sikeres mentés", "teamId": "Csapat azonosító", diff --git a/apps/admin/locales/hu-HU/facebook.json b/apps/admin/locales/hu-HU/facebook.json index c21eef8..192df3c 100644 --- a/apps/admin/locales/hu-HU/facebook.json +++ b/apps/admin/locales/hu-HU/facebook.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Facebook alkalmazás titok a Facebook Fejlesztői Konzolból", "enable": "Engedélyez", "enableDescription": "A bekapcsolás után a felhasználók bejelentkezhetnek a Facebook-fiókjukkal", - "redirectUri": "Engedélyezett átirányítási URI", - "redirectUriDescription": "Az URL, ahová a felhasználó a Facebook-hitelesítés után átirányításra kerül", "saveFailed": "Mentés sikertelen", "saveSuccess": "Sikeres mentés" } diff --git a/apps/admin/locales/hu-HU/github.json b/apps/admin/locales/hu-HU/github.json index 50324a5..6b8155c 100644 --- a/apps/admin/locales/hu-HU/github.json +++ b/apps/admin/locales/hu-HU/github.json @@ -5,8 +5,6 @@ "clientSecretDescription": "A kliens titkos kulcsa a GitHub OAuth alkalmazás beállításaiból", "enable": "GitHub-hitelesítés engedélyezése", "enableDescription": "Engedélyezze a felhasználóknak, hogy GitHub fiókjukkal jelentkezzenek be", - "redirectUri": "Engedélyezési visszahívási URL", - "redirectUriDescription": "Az URL az alkalmazásában, ahová a felhasználók a GitHub-hitelesítés után lesznek átirányítva", "saveFailed": "Nem sikerült menteni a GitHub beállításokat", "saveSuccess": "A GitHub beállítások sikeresen mentve" } diff --git a/apps/admin/locales/hu-HU/google.json b/apps/admin/locales/hu-HU/google.json index c34d301..8613b04 100644 --- a/apps/admin/locales/hu-HU/google.json +++ b/apps/admin/locales/hu-HU/google.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Google OAuth 2.0 kliens titok a Google Cloud Console-ból", "enable": "Engedélyez", "enableDescription": "A bekapcsolás után a felhasználók bejelentkezhetnek a Google-fiókjukkal", - "redirectUri": "Engedélyezett átirányítási URI", - "redirectUriDescription": "Az URL, ahová a felhasználó a Google-hitelesítés után átirányításra kerül", "saveFailed": "Mentés sikertelen", "saveSuccess": "Sikeres mentés" } diff --git a/apps/admin/locales/hu-HU/imei.json b/apps/admin/locales/hu-HU/imei.json new file mode 100644 index 0000000..a2b3c0f --- /dev/null +++ b/apps/admin/locales/hu-HU/imei.json @@ -0,0 +1,4 @@ +{ + "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 39939e8..8a0c949 100644 --- a/apps/admin/locales/hu-HU/menu.json +++ b/apps/admin/locales/hu-HU/menu.json @@ -11,6 +11,7 @@ "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/hu-HU/subscribe.json b/apps/admin/locales/hu-HU/subscribe.json index d73020d..ce2f817 100644 --- a/apps/admin/locales/hu-HU/subscribe.json +++ b/apps/admin/locales/hu-HU/subscribe.json @@ -51,6 +51,7 @@ "subscriptionPath": "Előfizetési Útvonal", "subscriptionPathDescription": "Előfizetéshez használatos; a módosítás után feltétlenül indítsa újra a rendszert az optimális teljesítmény érdekében", "subscriptionPathPlaceholder": "Adja meg", + "updateSuccess": "Sikeresen frissítve", "wildcardResolution": "Joker Feloldás", "wildcardResolutionDescription": "Előfizetéshez használatos" }, diff --git a/apps/admin/locales/hu-HU/telegram.json b/apps/admin/locales/hu-HU/telegram.json index 8ab427b..274325f 100644 --- a/apps/admin/locales/hu-HU/telegram.json +++ b/apps/admin/locales/hu-HU/telegram.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Telegram Bot Token, amelyet a @BotFather-től szerezhetsz be", "enable": "Engedélyez", "enableDescription": "A bekapcsolás után a mobiltelefon regisztráció, bejelentkezés, kötés és oldás funkciók elérhetővé válnak", - "redirectUri": "Átirányítási URL", - "redirectUriDescription": "Az URL, amelyre a Telegram sikeres hitelesítés után átirányít", "saveFailed": "Mentés sikertelen", "saveSuccess": "Sikeres mentés" } diff --git a/apps/admin/locales/ja-JP/apple.json b/apps/admin/locales/ja-JP/apple.json index 0862fcf..b416bfc 100644 --- a/apps/admin/locales/ja-JP/apple.json +++ b/apps/admin/locales/ja-JP/apple.json @@ -8,7 +8,7 @@ "keyId": "キーID", "keyIdDescription": "Apple Developer PortalからのプライベートキーのID", "redirectUri": "リダイレクトURL", - "redirectUriDescription": "認証が成功した後にAppleがリダイレクトするURL", + "redirectUriDescription": "Apple認証に成功した後、リダイレクトされるURLのAPIアドレスを入力してください。末尾に/を使用しないでください。", "saveFailed": "保存に失敗しました", "saveSuccess": "保存に成功しました", "teamId": "チームID", diff --git a/apps/admin/locales/ja-JP/facebook.json b/apps/admin/locales/ja-JP/facebook.json index 3a55837..9a4f6b4 100644 --- a/apps/admin/locales/ja-JP/facebook.json +++ b/apps/admin/locales/ja-JP/facebook.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Facebook開発者コンソールからのFacebookアプリシークレット", "enable": "有効にする", "enableDescription": "有効にすると、ユーザーはFacebookアカウントでサインインできます", - "redirectUri": "認可されたリダイレクトURI", - "redirectUriDescription": "Facebook認証後にユーザーがリダイレクトされるURL", "saveFailed": "保存に失敗しました", "saveSuccess": "保存に成功しました" } diff --git a/apps/admin/locales/ja-JP/github.json b/apps/admin/locales/ja-JP/github.json index cbe8d93..d64e3a4 100644 --- a/apps/admin/locales/ja-JP/github.json +++ b/apps/admin/locales/ja-JP/github.json @@ -5,8 +5,6 @@ "clientSecretDescription": "GitHub OAuthアプリケーション設定からのクライアントシークレット", "enable": "GitHub認証を有効にする", "enableDescription": "ユーザーがGitHubアカウントでサインインできるようにする", - "redirectUri": "認証コールバックURL", - "redirectUriDescription": "GitHub認証後にユーザーがリダイレクトされるアプリケーション内のURL", "saveFailed": "GitHub設定の保存に失敗しました", "saveSuccess": "GitHubの設定が正常に保存されました" } diff --git a/apps/admin/locales/ja-JP/google.json b/apps/admin/locales/ja-JP/google.json index 767c9f4..18cab26 100644 --- a/apps/admin/locales/ja-JP/google.json +++ b/apps/admin/locales/ja-JP/google.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Google Cloud ConsoleからのGoogle OAuth 2.0クライアントシークレット", "enable": "有効にする", "enableDescription": "有効にすると、ユーザーはGoogleアカウントでサインインできます", - "redirectUri": "認可されたリダイレクトURI", - "redirectUriDescription": "Google認証後にユーザーがリダイレクトされるURL", "saveFailed": "保存に失敗しました", "saveSuccess": "保存に成功しました" } diff --git a/apps/admin/locales/ja-JP/imei.json b/apps/admin/locales/ja-JP/imei.json new file mode 100644 index 0000000..22589d2 --- /dev/null +++ b/apps/admin/locales/ja-JP/imei.json @@ -0,0 +1,4 @@ +{ + "enable": "有効化", + "enableDescription": "有効化後、ユーザーは自分のIMEIでサインインできます" +} diff --git a/apps/admin/locales/ja-JP/menu.json b/apps/admin/locales/ja-JP/menu.json index 2ba9ebf..4a856dd 100644 --- a/apps/admin/locales/ja-JP/menu.json +++ b/apps/admin/locales/ja-JP/menu.json @@ -11,6 +11,7 @@ "General": "一般", "GitHub": "GitHub", "Google": "Google", + "IMEI": "IMEI", "Order Management": "注文管理", "Payment Config": "支払い設定", "Phone Number": "電話番号", diff --git a/apps/admin/locales/ja-JP/subscribe.json b/apps/admin/locales/ja-JP/subscribe.json index 362f537..2667616 100644 --- a/apps/admin/locales/ja-JP/subscribe.json +++ b/apps/admin/locales/ja-JP/subscribe.json @@ -51,6 +51,7 @@ "subscriptionPath": "サブスクリプションパス", "subscriptionPathDescription": "サブスクリプションに使用します。最適なパフォーマンスのために、変更後は必ずシステムを再起動してください", "subscriptionPathPlaceholder": "入力してください", + "updateSuccess": "更新が成功しました", "wildcardResolution": "ワイルドカード解決", "wildcardResolutionDescription": "サブスクリプションに使用します" }, diff --git a/apps/admin/locales/ja-JP/telegram.json b/apps/admin/locales/ja-JP/telegram.json index baab2c2..23e1488 100644 --- a/apps/admin/locales/ja-JP/telegram.json +++ b/apps/admin/locales/ja-JP/telegram.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Telegramボットトークンは、@BotFatherから取得できます。", "enable": "有効にする", "enableDescription": "有効化すると、携帯電話の登録、ログイン、バインディング、バインディング解除の機能が有効になります", - "redirectUri": "リダイレクトURL", - "redirectUriDescription": "認証が成功した後にTelegramがリダイレクトするURL", "saveFailed": "保存に失敗しました", "saveSuccess": "保存に成功しました" } diff --git a/apps/admin/locales/ko-KR/apple.json b/apps/admin/locales/ko-KR/apple.json index 561e42c..cff0201 100644 --- a/apps/admin/locales/ko-KR/apple.json +++ b/apps/admin/locales/ko-KR/apple.json @@ -7,8 +7,8 @@ "enableDescription": "활성화 후 사용자는 Apple ID로 로그인할 수 있습니다", "keyId": "키 ID", "keyIdDescription": "Apple 개발자 포털에서의 개인 키 ID", - "redirectUri": "반환 URL", - "redirectUriDescription": "Apple이 인증에 성공한 후 리디렉션할 URL", + "redirectUri": "리다이렉트 URL", + "redirectUriDescription": "Apple 인증을 성공적으로 통과한 후 리디렉션된 URL의 API 주소를 입력해 주세요. 끝에 /를 사용하지 마세요.", "saveFailed": "저장 실패", "saveSuccess": "저장 성공", "teamId": "팀 ID", diff --git a/apps/admin/locales/ko-KR/facebook.json b/apps/admin/locales/ko-KR/facebook.json index cd86934..c69ce6c 100644 --- a/apps/admin/locales/ko-KR/facebook.json +++ b/apps/admin/locales/ko-KR/facebook.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Facebook 개발자 콘솔에서 가져온 Facebook 앱 비밀키", "enable": "활성화", "enableDescription": "활성화 후 사용자는 Facebook 계정으로 로그인할 수 있습니다", - "redirectUri": "인가된 리디렉션 URI", - "redirectUriDescription": "사용자가 Facebook 인증 후 리디렉션될 URL", "saveFailed": "저장 실패", "saveSuccess": "저장 성공" } diff --git a/apps/admin/locales/ko-KR/github.json b/apps/admin/locales/ko-KR/github.json index cd9c765..2338f48 100644 --- a/apps/admin/locales/ko-KR/github.json +++ b/apps/admin/locales/ko-KR/github.json @@ -5,8 +5,6 @@ "clientSecretDescription": "GitHub OAuth 애플리케이션 설정에서 가져온 클라이언트 비밀", "enable": "GitHub 인증 활성화", "enableDescription": "사용자가 GitHub 계정으로 로그인할 수 있도록 허용", - "redirectUri": "인증 콜백 URL", - "redirectUriDescription": "GitHub 인증 후 사용자가 리디렉션될 애플리케이션의 URL", "saveFailed": "GitHub 설정 저장에 실패했습니다", "saveSuccess": "GitHub 설정이 성공적으로 저장되었습니다" } diff --git a/apps/admin/locales/ko-KR/google.json b/apps/admin/locales/ko-KR/google.json index 2a55f74..d61e3c9 100644 --- a/apps/admin/locales/ko-KR/google.json +++ b/apps/admin/locales/ko-KR/google.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Google Cloud Console에서 가져온 Google OAuth 2.0 클라이언트 비밀", "enable": "활성화", "enableDescription": "활성화 후 사용자는 Google 계정으로 로그인할 수 있습니다", - "redirectUri": "인가된 리디렉션 URI", - "redirectUriDescription": "Google 인증 후 사용자가 리디렉션될 URL", "saveFailed": "저장 실패", "saveSuccess": "저장 성공" } diff --git a/apps/admin/locales/ko-KR/imei.json b/apps/admin/locales/ko-KR/imei.json new file mode 100644 index 0000000..d4063a2 --- /dev/null +++ b/apps/admin/locales/ko-KR/imei.json @@ -0,0 +1,4 @@ +{ + "enable": "활성화", + "enableDescription": "활성화 후, 사용자는 IMEI로 로그인할 수 있습니다." +} diff --git a/apps/admin/locales/ko-KR/menu.json b/apps/admin/locales/ko-KR/menu.json index 644984d..abc447a 100644 --- a/apps/admin/locales/ko-KR/menu.json +++ b/apps/admin/locales/ko-KR/menu.json @@ -11,6 +11,7 @@ "General": "일반", "GitHub": "GitHub", "Google": "Google", + "IMEI": "IMEI", "Order Management": "주문 관리", "Payment Config": "결제 구성", "Phone Number": "전화번호", diff --git a/apps/admin/locales/ko-KR/subscribe.json b/apps/admin/locales/ko-KR/subscribe.json index 6ea9081..c0648a0 100644 --- a/apps/admin/locales/ko-KR/subscribe.json +++ b/apps/admin/locales/ko-KR/subscribe.json @@ -51,6 +51,7 @@ "subscriptionPath": "구독 경로", "subscriptionPathDescription": "구독에 사용됩니다; 최적의 성능을 위해 수정 후 시스템을 재시작하세요", "subscriptionPathPlaceholder": "입력하세요", + "updateSuccess": "성공적으로 업데이트되었습니다", "wildcardResolution": "와일드카드 해상도", "wildcardResolutionDescription": "구독에 사용됩니다" }, diff --git a/apps/admin/locales/ko-KR/telegram.json b/apps/admin/locales/ko-KR/telegram.json index aec3adc..7893686 100644 --- a/apps/admin/locales/ko-KR/telegram.json +++ b/apps/admin/locales/ko-KR/telegram.json @@ -5,8 +5,6 @@ "clientSecretDescription": "텔레그램 봇 토큰, @BotFather에서 받을 수 있습니다.", "enable": "사용", "enableDescription": "활성화 후, 휴대폰 등록, 로그인, 연결 및 연결 해제 기능이 활성화됩니다", - "redirectUri": "리디렉션 URL", - "redirectUriDescription": "성공적인 인증 후 Telegram이 리디렉션할 URL", "saveFailed": "저장 실패", "saveSuccess": "저장 성공" } diff --git a/apps/admin/locales/no-NO/apple.json b/apps/admin/locales/no-NO/apple.json index b452610..7a74b43 100644 --- a/apps/admin/locales/no-NO/apple.json +++ b/apps/admin/locales/no-NO/apple.json @@ -7,8 +7,8 @@ "enableDescription": "Etter aktivering kan brukere logge inn med sin Apple-ID", "keyId": "Nøkkel-ID", "keyIdDescription": "ID-en til din private nøkkel fra Apple Developer Portal", - "redirectUri": "Retur-URL", - "redirectUriDescription": "URL-en som Apple vil omdirigere til etter vellykket autentisering", + "redirectUri": "Omadressering URL", + "redirectUriDescription": "Vennligst fyll inn API-adressen til den omdirigerte URL-en etter å ha bestått Apple-autentisering. Ikke bruk / på slutten.", "saveFailed": "Lagring mislyktes", "saveSuccess": "Lagring vellykket", "teamId": "Team-ID", diff --git a/apps/admin/locales/no-NO/facebook.json b/apps/admin/locales/no-NO/facebook.json index b356bbd..2bd2d11 100644 --- a/apps/admin/locales/no-NO/facebook.json +++ b/apps/admin/locales/no-NO/facebook.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Facebook App-hemmelighet fra Facebook Developers Console", "enable": "Aktiver", "enableDescription": "Etter aktivering kan brukere logge inn med sin Facebook-konto", - "redirectUri": "Autorisert omdirigerings-URI", - "redirectUriDescription": "URL-en som brukeren vil bli omdirigert til etter Facebook-autentisering", "saveFailed": "Lagring mislyktes", "saveSuccess": "Lagring vellykket" } diff --git a/apps/admin/locales/no-NO/github.json b/apps/admin/locales/no-NO/github.json index 7d2f62b..a28a460 100644 --- a/apps/admin/locales/no-NO/github.json +++ b/apps/admin/locales/no-NO/github.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Klienthemmeligheten fra innstillingene for din GitHub OAuth-applikasjon", "enable": "Aktiver GitHub-autentisering", "enableDescription": "Tillat brukere å logge inn med sine GitHub-kontoer", - "redirectUri": "Autorisasjons tilbakeringings-URL", - "redirectUriDescription": "URL-en i applikasjonen din hvor brukere vil bli omdirigert etter GitHub-autentisering", "saveFailed": "Kunne ikke lagre GitHub-innstillinger", "saveSuccess": "GitHub-innstillinger lagret vellykket" } diff --git a/apps/admin/locales/no-NO/google.json b/apps/admin/locales/no-NO/google.json index 03cd54e..534ed68 100644 --- a/apps/admin/locales/no-NO/google.json +++ b/apps/admin/locales/no-NO/google.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Google OAuth 2.0-klienthemmelighet fra Google Cloud Console", "enable": "Aktiver", "enableDescription": "Etter aktivering kan brukere logge inn med sin Google-konto", - "redirectUri": "Autorisert omdirigerings-URI", - "redirectUriDescription": "URL-en som brukeren vil bli omdirigert til etter Google-autentisering", "saveFailed": "Lagring mislyktes", "saveSuccess": "Lagring vellykket" } diff --git a/apps/admin/locales/no-NO/imei.json b/apps/admin/locales/no-NO/imei.json new file mode 100644 index 0000000..4753f82 --- /dev/null +++ b/apps/admin/locales/no-NO/imei.json @@ -0,0 +1,4 @@ +{ + "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 568e93b..2579d3c 100644 --- a/apps/admin/locales/no-NO/menu.json +++ b/apps/admin/locales/no-NO/menu.json @@ -11,6 +11,7 @@ "General": "Generell", "GitHub": "GitHub", "Google": "Google", + "IMEI": "IMEI", "Order Management": "Bestillingsadministrasjon", "Payment Config": "Betalingskonfigurasjon", "Phone Number": "Telefonnummer", diff --git a/apps/admin/locales/no-NO/subscribe.json b/apps/admin/locales/no-NO/subscribe.json index 6d64f8c..3cf6bed 100644 --- a/apps/admin/locales/no-NO/subscribe.json +++ b/apps/admin/locales/no-NO/subscribe.json @@ -51,6 +51,7 @@ "subscriptionPath": "Abonnementssti", "subscriptionPathDescription": "Brukes for abonnement; sørg for å starte systemet på nytt etter endring for optimal ytelse", "subscriptionPathPlaceholder": "Skriv inn", + "updateSuccess": "Oppdatering vellykket", "wildcardResolution": "Jokertegnoppløsning", "wildcardResolutionDescription": "Brukes for abonnement" }, diff --git a/apps/admin/locales/no-NO/telegram.json b/apps/admin/locales/no-NO/telegram.json index 8dd835c..34b296d 100644 --- a/apps/admin/locales/no-NO/telegram.json +++ b/apps/admin/locales/no-NO/telegram.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Telegram Bot Token, du kan få den fra @BotFather", "enable": "Aktiver", "enableDescription": "Etter aktivering vil funksjonene for registrering, innlogging, binding og frakobling av mobiltelefon bli aktivert", - "redirectUri": "Omdirigerings-URL", - "redirectUriDescription": "URL-en som Telegram vil omdirigere til etter vellykket autentisering", "saveFailed": "Lagring mislyktes", "saveSuccess": "Lagring vellykket" } diff --git a/apps/admin/locales/pl-PL/apple.json b/apps/admin/locales/pl-PL/apple.json index d7080fb..47570cf 100644 --- a/apps/admin/locales/pl-PL/apple.json +++ b/apps/admin/locales/pl-PL/apple.json @@ -7,8 +7,8 @@ "enableDescription": "Po włączeniu użytkownicy mogą logować się za pomocą swojego Apple ID", "keyId": "Identyfikator klucza", "keyIdDescription": "Identyfikator Twojego klucza prywatnego z Apple Developer Portal", - "redirectUri": "URL powrotu", - "redirectUriDescription": "URL, na który Apple przekieruje po pomyślnej autoryzacji", + "redirectUri": "Adres URL przekierowania", + "redirectUriDescription": "Proszę wypełnić adres API przekierowanego URL po pomyślnym przejściu autoryzacji Apple. Nie używaj / na końcu.", "saveFailed": "Zapis nie powiódł się", "saveSuccess": "Zapisano pomyślnie", "teamId": "Identyfikator zespołu", diff --git a/apps/admin/locales/pl-PL/facebook.json b/apps/admin/locales/pl-PL/facebook.json index 2acc02c..2d6fde0 100644 --- a/apps/admin/locales/pl-PL/facebook.json +++ b/apps/admin/locales/pl-PL/facebook.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Sekret aplikacji Facebook z konsoli deweloperów Facebooka", "enable": "Włącz", "enableDescription": "Po włączeniu użytkownicy mogą logować się za pomocą swojego konta na Facebooku", - "redirectUri": "Autoryzowany URI przekierowania", - "redirectUriDescription": "URL, na który użytkownik zostanie przekierowany po uwierzytelnieniu na Facebooku", "saveFailed": "Nie udało się zapisać", "saveSuccess": "Zapisano pomyślnie" } diff --git a/apps/admin/locales/pl-PL/github.json b/apps/admin/locales/pl-PL/github.json index 9cbd0bf..682a0fd 100644 --- a/apps/admin/locales/pl-PL/github.json +++ b/apps/admin/locales/pl-PL/github.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Tajny klucz klienta z ustawień aplikacji OAuth na GitHubie", "enable": "Włącz uwierzytelnianie GitHub", "enableDescription": "Pozwól użytkownikom logować się za pomocą ich kont GitHub", - "redirectUri": "URL przekierowania autoryzacji", - "redirectUriDescription": "Adres URL w Twojej aplikacji, na który użytkownicy zostaną przekierowani po uwierzytelnieniu przez GitHub", "saveFailed": "Nie udało się zapisać ustawień GitHub", "saveSuccess": "Ustawienia GitHub zostały pomyślnie zapisane" } diff --git a/apps/admin/locales/pl-PL/google.json b/apps/admin/locales/pl-PL/google.json index 64a74d6..826e92b 100644 --- a/apps/admin/locales/pl-PL/google.json +++ b/apps/admin/locales/pl-PL/google.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Tajny klucz klienta Google OAuth 2.0 z konsoli Google Cloud", "enable": "Włącz", "enableDescription": "Po włączeniu użytkownicy mogą logować się za pomocą swojego konta Google", - "redirectUri": "Autoryzowany URI przekierowania", - "redirectUriDescription": "URL, na który użytkownik zostanie przekierowany po uwierzytelnieniu przez Google", "saveFailed": "Nie udało się zapisać", "saveSuccess": "Zapisano pomyślnie" } diff --git a/apps/admin/locales/pl-PL/imei.json b/apps/admin/locales/pl-PL/imei.json new file mode 100644 index 0000000..816e932 --- /dev/null +++ b/apps/admin/locales/pl-PL/imei.json @@ -0,0 +1,4 @@ +{ + "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 46d9a65..d21c162 100644 --- a/apps/admin/locales/pl-PL/menu.json +++ b/apps/admin/locales/pl-PL/menu.json @@ -11,6 +11,7 @@ "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/pl-PL/subscribe.json b/apps/admin/locales/pl-PL/subscribe.json index aeaad35..d2888d0 100644 --- a/apps/admin/locales/pl-PL/subscribe.json +++ b/apps/admin/locales/pl-PL/subscribe.json @@ -51,6 +51,7 @@ "subscriptionPath": "Ścieżka subskrypcji", "subscriptionPathDescription": "Używane do subskrypcji; upewnij się, że zrestartujesz system po modyfikacji dla optymalnej wydajności", "subscriptionPathPlaceholder": "Wprowadź", + "updateSuccess": "Zaktualizowano pomyślnie", "wildcardResolution": "Rozwiązanie wieloznaczne", "wildcardResolutionDescription": "Używane do subskrypcji" }, diff --git a/apps/admin/locales/pl-PL/telegram.json b/apps/admin/locales/pl-PL/telegram.json index bbd51be..b3399af 100644 --- a/apps/admin/locales/pl-PL/telegram.json +++ b/apps/admin/locales/pl-PL/telegram.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Token bota Telegram, który możesz uzyskać od @BotFather", "enable": "Włącz", "enableDescription": "Po włączeniu zostaną aktywowane funkcje rejestracji, logowania, powiązania i odwiązania telefonu komórkowego", - "redirectUri": "Przekieruj URL", - "redirectUriDescription": "URL, na który Telegram przekieruje po pomyślnej autoryzacji", "saveFailed": "Nie udało się zapisać", "saveSuccess": "Zapisano pomyślnie" } diff --git a/apps/admin/locales/pt-BR/apple.json b/apps/admin/locales/pt-BR/apple.json index c0ad90b..8ef6e1b 100644 --- a/apps/admin/locales/pt-BR/apple.json +++ b/apps/admin/locales/pt-BR/apple.json @@ -7,8 +7,8 @@ "enableDescription": "Após habilitar, os usuários podem fazer login com seu ID Apple", "keyId": "ID da Chave", "keyIdDescription": "O ID da sua chave privada no Apple Developer Portal", - "redirectUri": "URL de Retorno", - "redirectUriDescription": "A URL para a qual a Apple redirecionará após a autenticação bem-sucedida", + "redirectUri": "URL de Redirecionamento", + "redirectUriDescription": "Por favor, preencha o endereço da API da URL para a qual será redirecionado após passar com sucesso pela autenticação da Apple. Não use / no final.", "saveFailed": "Falha ao salvar", "saveSuccess": "Salvo com sucesso", "teamId": "ID da Equipe", diff --git a/apps/admin/locales/pt-BR/facebook.json b/apps/admin/locales/pt-BR/facebook.json index a0dfba2..4d1b337 100644 --- a/apps/admin/locales/pt-BR/facebook.json +++ b/apps/admin/locales/pt-BR/facebook.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Segredo do aplicativo do Facebook no Console de Desenvolvedores do Facebook", "enable": "Habilitar", "enableDescription": "Após habilitar, os usuários podem fazer login com sua conta do Facebook", - "redirectUri": "URI de redirecionamento autorizado", - "redirectUriDescription": "A URL para a qual o usuário será redirecionado após a autenticação no Facebook", "saveFailed": "Falha ao salvar", "saveSuccess": "Salvo com sucesso" } diff --git a/apps/admin/locales/pt-BR/github.json b/apps/admin/locales/pt-BR/github.json index a388184..93e8e54 100644 --- a/apps/admin/locales/pt-BR/github.json +++ b/apps/admin/locales/pt-BR/github.json @@ -5,8 +5,6 @@ "clientSecretDescription": "O segredo do cliente das configurações do aplicativo OAuth do seu GitHub", "enable": "Ativar Autenticação do GitHub", "enableDescription": "Permitir que os usuários façam login com suas contas do GitHub", - "redirectUri": "URL de retorno de autorização", - "redirectUriDescription": "A URL no seu aplicativo para onde os usuários serão redirecionados após a autenticação no GitHub", "saveFailed": "Falha ao salvar as configurações do GitHub", "saveSuccess": "Configurações do GitHub salvas com sucesso" } diff --git a/apps/admin/locales/pt-BR/google.json b/apps/admin/locales/pt-BR/google.json index 0513ade..55ab95d 100644 --- a/apps/admin/locales/pt-BR/google.json +++ b/apps/admin/locales/pt-BR/google.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Segredo do Cliente OAuth 2.0 do Google a partir do Console do Google Cloud", "enable": "Habilitar", "enableDescription": "Após habilitar, os usuários podem fazer login com sua conta do Google", - "redirectUri": "URI de redirecionamento autorizado", - "redirectUriDescription": "A URL para a qual o usuário será redirecionado após a autenticação do Google", "saveFailed": "Falha ao salvar", "saveSuccess": "Salvo com sucesso" } diff --git a/apps/admin/locales/pt-BR/imei.json b/apps/admin/locales/pt-BR/imei.json new file mode 100644 index 0000000..91c81fb --- /dev/null +++ b/apps/admin/locales/pt-BR/imei.json @@ -0,0 +1,4 @@ +{ + "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 1e952f8..7797469 100644 --- a/apps/admin/locales/pt-BR/menu.json +++ b/apps/admin/locales/pt-BR/menu.json @@ -11,6 +11,7 @@ "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/pt-BR/subscribe.json b/apps/admin/locales/pt-BR/subscribe.json index 35c9d6d..aa5a3b5 100644 --- a/apps/admin/locales/pt-BR/subscribe.json +++ b/apps/admin/locales/pt-BR/subscribe.json @@ -51,6 +51,7 @@ "subscriptionPath": "Caminho de Assinatura", "subscriptionPathDescription": "Usado para assinatura; certifique-se de reiniciar o sistema após a modificação para um desempenho ideal", "subscriptionPathPlaceholder": "Insira", + "updateSuccess": "Atualizado com sucesso", "wildcardResolution": "Resolução de Curinga", "wildcardResolutionDescription": "Usado para assinatura" }, diff --git a/apps/admin/locales/pt-BR/telegram.json b/apps/admin/locales/pt-BR/telegram.json index f7693af..03b84a8 100644 --- a/apps/admin/locales/pt-BR/telegram.json +++ b/apps/admin/locales/pt-BR/telegram.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Token do Bot do Telegram, você pode obtê-lo com o @BotFather", "enable": "Habilitar", "enableDescription": "Após a ativação, as funções de registro, login, vinculação e desvinculação de telefone celular serão ativadas", - "redirectUri": "URL de Redirecionamento", - "redirectUriDescription": "A URL para a qual o Telegram redirecionará após a autenticação bem-sucedida", "saveFailed": "Falha ao salvar", "saveSuccess": "Salvo com sucesso" } diff --git a/apps/admin/locales/request.ts b/apps/admin/locales/request.ts index 4ae8fa5..c65646c 100644 --- a/apps/admin/locales/request.ts +++ b/apps/admin/locales/request.ts @@ -23,6 +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, '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/apple.json b/apps/admin/locales/ro-RO/apple.json index 4d0a82e..e20ccf9 100644 --- a/apps/admin/locales/ro-RO/apple.json +++ b/apps/admin/locales/ro-RO/apple.json @@ -7,8 +7,8 @@ "enableDescription": "După activare, utilizatorii se pot autentifica cu ID-ul lor Apple", "keyId": "ID cheie", "keyIdDescription": "ID-ul cheii tale private din Portalul Dezvoltatorului Apple", - "redirectUri": "URL de întoarcere", - "redirectUriDescription": "URL-ul la care Apple va redirecționa după autentificarea cu succes", + "redirectUri": "URL de redirecționare", + "redirectUriDescription": "Vă rugăm să completați adresa API a URL-ului redirecționat după ce ați trecut cu succes de autentificarea Apple. Nu folosiți / la sfârșit.", "saveFailed": "Salvarea a eșuat", "saveSuccess": "Salvare reușită", "teamId": "ID echipă", diff --git a/apps/admin/locales/ro-RO/facebook.json b/apps/admin/locales/ro-RO/facebook.json index a703abc..483e732 100644 --- a/apps/admin/locales/ro-RO/facebook.json +++ b/apps/admin/locales/ro-RO/facebook.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Secretul aplicației Facebook din Consola pentru Dezvoltatori Facebook", "enable": "Activează", "enableDescription": "După activare, utilizatorii se pot autentifica cu contul lor de Facebook", - "redirectUri": "URI de redirecționare autorizat", - "redirectUriDescription": "URL-ul către care utilizatorul va fi redirecționat după autentificarea pe Facebook", "saveFailed": "Salvarea a eșuat", "saveSuccess": "Salvare reușită" } diff --git a/apps/admin/locales/ro-RO/github.json b/apps/admin/locales/ro-RO/github.json index a320ca3..aef1442 100644 --- a/apps/admin/locales/ro-RO/github.json +++ b/apps/admin/locales/ro-RO/github.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Secretul clientului din setările aplicației tale GitHub OAuth", "enable": "Activează autentificarea GitHub", "enableDescription": "Permite utilizatorilor să se autentifice cu conturile lor GitHub", - "redirectUri": "URL de redirecționare pentru autorizare", - "redirectUriDescription": "URL-ul din aplicația dumneavoastră unde utilizatorii vor fi redirecționați după autentificarea pe GitHub", "saveFailed": "Nu s-a reușit salvarea setărilor GitHub", "saveSuccess": "Setările GitHub au fost salvate cu succes" } diff --git a/apps/admin/locales/ro-RO/google.json b/apps/admin/locales/ro-RO/google.json index 2dd7a4f..8e52dc9 100644 --- a/apps/admin/locales/ro-RO/google.json +++ b/apps/admin/locales/ro-RO/google.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Secretul clientului Google OAuth 2.0 din Consola Google Cloud", "enable": "Activează", "enableDescription": "După activare, utilizatorii se pot autentifica cu contul lor Google", - "redirectUri": "URI de redirecționare autorizat", - "redirectUriDescription": "URL-ul către care utilizatorul va fi redirecționat după autentificarea Google", "saveFailed": "Salvarea a eșuat", "saveSuccess": "Salvare reușită" } diff --git a/apps/admin/locales/ro-RO/imei.json b/apps/admin/locales/ro-RO/imei.json new file mode 100644 index 0000000..b10dda8 --- /dev/null +++ b/apps/admin/locales/ro-RO/imei.json @@ -0,0 +1,4 @@ +{ + "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 3289db2..be15f50 100644 --- a/apps/admin/locales/ro-RO/menu.json +++ b/apps/admin/locales/ro-RO/menu.json @@ -11,6 +11,7 @@ "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/ro-RO/subscribe.json b/apps/admin/locales/ro-RO/subscribe.json index fba155b..5129723 100644 --- a/apps/admin/locales/ro-RO/subscribe.json +++ b/apps/admin/locales/ro-RO/subscribe.json @@ -51,6 +51,7 @@ "subscriptionPath": "Calea Abonamentului", "subscriptionPathDescription": "Folosit pentru abonament; asigurați-vă că reporniți sistemul după modificare pentru performanțe optime", "subscriptionPathPlaceholder": "Introduceți", + "updateSuccess": "Actualizat cu succes", "wildcardResolution": "Rezoluție Wildcard", "wildcardResolutionDescription": "Folosit pentru abonament" }, diff --git a/apps/admin/locales/ro-RO/telegram.json b/apps/admin/locales/ro-RO/telegram.json index 6be2ddd..e71d839 100644 --- a/apps/admin/locales/ro-RO/telegram.json +++ b/apps/admin/locales/ro-RO/telegram.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Tokenul Bot Telegram, îl puteți obține de la @BotFather", "enable": "Activează", "enableDescription": "După activare, funcțiile de înregistrare, autentificare, asociere și disociere a telefonului mobil vor fi activate", - "redirectUri": "URL de redirecționare", - "redirectUriDescription": "URL-ul către care Telegram va redirecționa după autentificarea cu succes", "saveFailed": "Salvarea a eșuat", "saveSuccess": "Salvare reușită" } diff --git a/apps/admin/locales/ru-RU/apple.json b/apps/admin/locales/ru-RU/apple.json index 5f0faae..1ae9ecd 100644 --- a/apps/admin/locales/ru-RU/apple.json +++ b/apps/admin/locales/ru-RU/apple.json @@ -7,8 +7,8 @@ "enableDescription": "После включения пользователи смогут входить с помощью своего Apple ID", "keyId": "Идентификатор ключа", "keyIdDescription": "Идентификатор вашего закрытого ключа из Apple Developer Portal", - "redirectUri": "URL возврата", - "redirectUriDescription": "URL, на который Apple перенаправит после успешной аутентификации", + "redirectUri": "URL перенаправления", + "redirectUriDescription": "Пожалуйста, укажите адрес API перенаправленного URL после успешной аутентификации через Apple. Не используйте / в конце.", "saveFailed": "Не удалось сохранить", "saveSuccess": "Сохранение успешно", "teamId": "ID команды", diff --git a/apps/admin/locales/ru-RU/facebook.json b/apps/admin/locales/ru-RU/facebook.json index 109e659..bfc57b2 100644 --- a/apps/admin/locales/ru-RU/facebook.json +++ b/apps/admin/locales/ru-RU/facebook.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Секрет приложения Facebook из консоли разработчиков Facebook", "enable": "Включить", "enableDescription": "После включения пользователи смогут входить в систему с помощью своей учетной записи Facebook", - "redirectUri": "Авторизованный URI перенаправления", - "redirectUriDescription": "URL, на который пользователь будет перенаправлен после аутентификации через Facebook", "saveFailed": "Не удалось сохранить", "saveSuccess": "Сохранение успешно" } diff --git a/apps/admin/locales/ru-RU/github.json b/apps/admin/locales/ru-RU/github.json index c38dcd6..a6fd27c 100644 --- a/apps/admin/locales/ru-RU/github.json +++ b/apps/admin/locales/ru-RU/github.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Секрет клиента из настроек вашего OAuth-приложения GitHub", "enable": "Включить аутентификацию через GitHub", "enableDescription": "Разрешить пользователям входить в систему с помощью их учетных записей GitHub", - "redirectUri": "URL обратного вызова авторизации", - "redirectUriDescription": "URL в вашем приложении, куда пользователи будут перенаправлены после аутентификации через GitHub", "saveFailed": "Не удалось сохранить настройки GitHub", "saveSuccess": "Настройки GitHub успешно сохранены" } diff --git a/apps/admin/locales/ru-RU/google.json b/apps/admin/locales/ru-RU/google.json index 6ddce89..db79db3 100644 --- a/apps/admin/locales/ru-RU/google.json +++ b/apps/admin/locales/ru-RU/google.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Секрет клиента Google OAuth 2.0 из консоли Google Cloud", "enable": "Включить", "enableDescription": "После включения пользователи смогут входить в систему с помощью своей учетной записи Google", - "redirectUri": "Авторизованный URI перенаправления", - "redirectUriDescription": "URL, на который пользователь будет перенаправлен после аутентификации через Google", "saveFailed": "Не удалось сохранить", "saveSuccess": "Сохранение успешно" } diff --git a/apps/admin/locales/ru-RU/imei.json b/apps/admin/locales/ru-RU/imei.json new file mode 100644 index 0000000..7a47168 --- /dev/null +++ b/apps/admin/locales/ru-RU/imei.json @@ -0,0 +1,4 @@ +{ + "enable": "Включить", + "enableDescription": "После включения пользователи смогут войти в систему с помощью своего IMEI" +} diff --git a/apps/admin/locales/ru-RU/menu.json b/apps/admin/locales/ru-RU/menu.json index 5ea3616..412735e 100644 --- a/apps/admin/locales/ru-RU/menu.json +++ b/apps/admin/locales/ru-RU/menu.json @@ -11,6 +11,7 @@ "General": "Общий", "GitHub": "GitHub", "Google": "Google", + "IMEI": "IMEI", "Order Management": "Управление заказами", "Payment Config": "Настройки оплаты", "Phone Number": "Номер телефона", diff --git a/apps/admin/locales/ru-RU/subscribe.json b/apps/admin/locales/ru-RU/subscribe.json index 1cbc825..54089dd 100644 --- a/apps/admin/locales/ru-RU/subscribe.json +++ b/apps/admin/locales/ru-RU/subscribe.json @@ -51,6 +51,7 @@ "subscriptionPath": "Путь подписки", "subscriptionPathDescription": "Используется для подписки; обязательно перезапустите систему после изменения для оптимальной производительности", "subscriptionPathPlaceholder": "Введите", + "updateSuccess": "Успешно обновлено", "wildcardResolution": "Разрешение подстановочных знаков", "wildcardResolutionDescription": "Используется для подписки" }, diff --git a/apps/admin/locales/ru-RU/telegram.json b/apps/admin/locales/ru-RU/telegram.json index f29f221..4cafab5 100644 --- a/apps/admin/locales/ru-RU/telegram.json +++ b/apps/admin/locales/ru-RU/telegram.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Токен бота Telegram, который вы можете получить у @BotFather", "enable": "Включить", "enableDescription": "После включения будут доступны функции регистрации, входа, привязки и отвязки мобильного телефона", - "redirectUri": "URL перенаправления", - "redirectUriDescription": "URL, на который Telegram перенаправит после успешной аутентификации", "saveFailed": "Не удалось сохранить", "saveSuccess": "Сохранение успешно" } diff --git a/apps/admin/locales/th-TH/apple.json b/apps/admin/locales/th-TH/apple.json index 567aaed..54b22c0 100644 --- a/apps/admin/locales/th-TH/apple.json +++ b/apps/admin/locales/th-TH/apple.json @@ -7,8 +7,8 @@ "enableDescription": "หลังจากเปิดใช้งานแล้ว ผู้ใช้สามารถลงชื่อเข้าใช้ด้วย Apple ID ของตนได้", "keyId": "รหัสคีย์", "keyIdDescription": "รหัสประจำตัวของกุญแจส่วนตัวของคุณจาก Apple Developer Portal", - "redirectUri": "URL ที่จะกลับไป", - "redirectUriDescription": "URL ที่ Apple จะเปลี่ยนเส้นทางไปหลังจากการยืนยันตัวตนสำเร็จ", + "redirectUri": "URL ที่เปลี่ยนเส้นทาง", + "redirectUriDescription": "กรุณากรอกที่อยู่ API ของ URL ที่ถูกเปลี่ยนเส้นทางหลังจากผ่านการตรวจสอบสิทธิ์ของ Apple อย่างสำเร็จแล้ว ห้ามใช้ / ที่ท้าย.", "saveFailed": "บันทึกล้มเหลว", "saveSuccess": "บันทึกสำเร็จ", "teamId": "รหัสทีม", diff --git a/apps/admin/locales/th-TH/facebook.json b/apps/admin/locales/th-TH/facebook.json index f6ae051..99d375b 100644 --- a/apps/admin/locales/th-TH/facebook.json +++ b/apps/admin/locales/th-TH/facebook.json @@ -5,8 +5,6 @@ "clientSecretDescription": "รหัสลับของแอป Facebook จาก Facebook Developers Console", "enable": "เปิดใช้งาน", "enableDescription": "หลังจากเปิดใช้งานแล้ว ผู้ใช้สามารถลงชื่อเข้าใช้ด้วยบัญชี Facebook ของพวกเขาได้", - "redirectUri": "URI ที่ได้รับอนุญาตให้เปลี่ยนเส้นทาง", - "redirectUriDescription": "URL ที่ผู้ใช้จะถูกเปลี่ยนเส้นทางไปหลังจากการยืนยันตัวตนผ่าน Facebook", "saveFailed": "บันทึกล้มเหลว", "saveSuccess": "บันทึกสำเร็จ" } diff --git a/apps/admin/locales/th-TH/github.json b/apps/admin/locales/th-TH/github.json index 464353d..7bbd40f 100644 --- a/apps/admin/locales/th-TH/github.json +++ b/apps/admin/locales/th-TH/github.json @@ -5,8 +5,6 @@ "clientSecretDescription": "รหัสลับของไคลเอนต์จากการตั้งค่าแอปพลิเคชัน GitHub OAuth ของคุณ", "enable": "เปิดใช้งานการยืนยันตัวตนของ GitHub", "enableDescription": "อนุญาตให้ผู้ใช้ลงชื่อเข้าใช้ด้วยบัญชี GitHub ของพวกเขา", - "redirectUri": "URL การเรียกกลับการอนุญาต", - "redirectUriDescription": "URL ในแอปพลิเคชันของคุณที่ผู้ใช้จะถูกเปลี่ยนเส้นทางหลังจากการยืนยันตัวตนของ GitHub", "saveFailed": "ไม่สามารถบันทึกการตั้งค่า GitHub ได้", "saveSuccess": "บันทึกการตั้งค่า GitHub สำเร็จเรียบร้อยแล้ว" } diff --git a/apps/admin/locales/th-TH/google.json b/apps/admin/locales/th-TH/google.json index f3f597e..4423212 100644 --- a/apps/admin/locales/th-TH/google.json +++ b/apps/admin/locales/th-TH/google.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Google OAuth 2.0 Client Secret จาก Google Cloud Console", "enable": "เปิดใช้งาน", "enableDescription": "หลังจากเปิดใช้งาน ผู้ใช้สามารถลงชื่อเข้าใช้ด้วยบัญชี Google ของตนได้", - "redirectUri": "อนุญาตให้เปลี่ยนเส้นทาง URI", - "redirectUriDescription": "URL ที่ผู้ใช้จะถูกเปลี่ยนเส้นทางไปหลังจากการยืนยันตัวตนของ Google", "saveFailed": "บันทึกล้มเหลว", "saveSuccess": "บันทึกสำเร็จ" } diff --git a/apps/admin/locales/th-TH/imei.json b/apps/admin/locales/th-TH/imei.json new file mode 100644 index 0000000..07dac64 --- /dev/null +++ b/apps/admin/locales/th-TH/imei.json @@ -0,0 +1,4 @@ +{ + "enable": "เปิดใช้งาน", + "enableDescription": "หลังจากเปิดใช้งาน ผู้ใช้สามารถลงชื่อเข้าใช้ด้วย IMEI ของตนได้" +} diff --git a/apps/admin/locales/th-TH/menu.json b/apps/admin/locales/th-TH/menu.json index f3ac3c0..c46af83 100644 --- a/apps/admin/locales/th-TH/menu.json +++ b/apps/admin/locales/th-TH/menu.json @@ -11,6 +11,7 @@ "General": "ทั่วไป", "GitHub": "GitHub", "Google": "Google", + "IMEI": "IMEI", "Order Management": "การจัดการคำสั่งซื้อ", "Payment Config": "การตั้งค่าการชำระเงิน", "Phone Number": "หมายเลขโทรศัพท์", diff --git a/apps/admin/locales/th-TH/subscribe.json b/apps/admin/locales/th-TH/subscribe.json index 8ced18d..27f537e 100644 --- a/apps/admin/locales/th-TH/subscribe.json +++ b/apps/admin/locales/th-TH/subscribe.json @@ -51,6 +51,7 @@ "subscriptionPath": "เส้นทางการสมัครสมาชิก", "subscriptionPathDescription": "ใช้สำหรับการสมัครสมาชิก; อย่าลืมรีสตาร์ทระบบหลังจากการแก้ไขเพื่อประสิทธิภาพที่ดีที่สุด", "subscriptionPathPlaceholder": "กรอก", + "updateSuccess": "อัปเดตสำเร็จ", "wildcardResolution": "การแก้ไขไวลด์การ์ด", "wildcardResolutionDescription": "ใช้สำหรับการสมัครสมาชิก" }, diff --git a/apps/admin/locales/th-TH/telegram.json b/apps/admin/locales/th-TH/telegram.json index 51198bc..e3062c1 100644 --- a/apps/admin/locales/th-TH/telegram.json +++ b/apps/admin/locales/th-TH/telegram.json @@ -5,8 +5,6 @@ "clientSecretDescription": "โทเค็นบอทของ Telegram คุณสามารถรับได้จาก @BotFather", "enable": "เปิดใช้งาน", "enableDescription": "หลังจากเปิดใช้งานแล้ว ฟังก์ชันการลงทะเบียน การเข้าสู่ระบบ การผูก และการยกเลิกการผูกโทรศัพท์มือถือจะถูกเปิดใช้งาน", - "redirectUri": "เปลี่ยนเส้นทาง URL", - "redirectUriDescription": "URL ที่ Telegram จะเปลี่ยนเส้นทางไปหลังจากการยืนยันตัวตนสำเร็จ", "saveFailed": "บันทึกล้มเหลว", "saveSuccess": "บันทึกสำเร็จ" } diff --git a/apps/admin/locales/tr-TR/apple.json b/apps/admin/locales/tr-TR/apple.json index f0e377d..7c2aa4b 100644 --- a/apps/admin/locales/tr-TR/apple.json +++ b/apps/admin/locales/tr-TR/apple.json @@ -7,8 +7,8 @@ "enableDescription": "Etkinleştirildikten sonra, kullanıcılar Apple Kimlikleri ile oturum açabilir", "keyId": "Anahtar Kimliği", "keyIdDescription": "Apple Geliştirici Portalı'ndaki özel anahtarınızın kimliği", - "redirectUri": "Dönüş URL'si", - "redirectUriDescription": "Başarılı kimlik doğrulamasından sonra Apple'ın yönlendireceği URL", + "redirectUri": "Yeniden Yönlendirme URL'si", + "redirectUriDescription": "Lütfen Apple kimlik doğrulamasını başarıyla geçtikten sonra yönlendirilen URL'nin API adresini doldurun. Sonuna / eklemeyin.", "saveFailed": "Kaydetme başarısız oldu", "saveSuccess": "Kaydetme başarılı", "teamId": "Takım Kimliği", diff --git a/apps/admin/locales/tr-TR/facebook.json b/apps/admin/locales/tr-TR/facebook.json index dda9285..8c41f30 100644 --- a/apps/admin/locales/tr-TR/facebook.json +++ b/apps/admin/locales/tr-TR/facebook.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Facebook Geliştirici Konsolundan Facebook Uygulama Sırrı", "enable": "Etkinleştir", "enableDescription": "Etkinleştirildikten sonra, kullanıcılar Facebook hesaplarıyla oturum açabilirler", - "redirectUri": "Yetkili yönlendirme URI'si", - "redirectUriDescription": "Kullanıcının Facebook kimlik doğrulamasından sonra yönlendirileceği URL", "saveFailed": "Kaydetme başarısız oldu", "saveSuccess": "Kaydetme başarılı" } diff --git a/apps/admin/locales/tr-TR/github.json b/apps/admin/locales/tr-TR/github.json index f2f83b0..aa702df 100644 --- a/apps/admin/locales/tr-TR/github.json +++ b/apps/admin/locales/tr-TR/github.json @@ -5,8 +5,6 @@ "clientSecretDescription": "GitHub OAuth uygulama ayarlarından gelen istemci sırrı", "enable": "GitHub Kimlik Doğrulamayı Etkinleştir", "enableDescription": "Kullanıcıların GitHub hesaplarıyla oturum açmalarına izin ver", - "redirectUri": "Yetkilendirme geri arama URL'si", - "redirectUriDescription": "GitHub kimlik doğrulamasından sonra kullanıcıların yönlendirileceği uygulamanızdaki URL", "saveFailed": "GitHub ayarlarını kaydetme başarısız oldu", "saveSuccess": "GitHub ayarları başarıyla kaydedildi" } diff --git a/apps/admin/locales/tr-TR/google.json b/apps/admin/locales/tr-TR/google.json index d2a2c93..e13de03 100644 --- a/apps/admin/locales/tr-TR/google.json +++ b/apps/admin/locales/tr-TR/google.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Google Cloud Konsolu'ndan Google OAuth 2.0 İstemci Sırrı", "enable": "Etkinleştir", "enableDescription": "Etkinleştirildikten sonra, kullanıcılar Google hesaplarıyla oturum açabilirler", - "redirectUri": "Yetkili yönlendirme URI'si", - "redirectUriDescription": "Kullanıcının Google kimlik doğrulamasından sonra yönlendirileceği URL", "saveFailed": "Kaydetme başarısız oldu", "saveSuccess": "Kaydetme başarılı" } diff --git a/apps/admin/locales/tr-TR/imei.json b/apps/admin/locales/tr-TR/imei.json new file mode 100644 index 0000000..8e0fe08 --- /dev/null +++ b/apps/admin/locales/tr-TR/imei.json @@ -0,0 +1,4 @@ +{ + "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 e21e5df..2c9e355 100644 --- a/apps/admin/locales/tr-TR/menu.json +++ b/apps/admin/locales/tr-TR/menu.json @@ -11,6 +11,7 @@ "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/tr-TR/subscribe.json b/apps/admin/locales/tr-TR/subscribe.json index d41a716..1d99bf1 100644 --- a/apps/admin/locales/tr-TR/subscribe.json +++ b/apps/admin/locales/tr-TR/subscribe.json @@ -51,6 +51,7 @@ "subscriptionPath": "Abonelik Yolu", "subscriptionPathDescription": "Abonelik için kullanılır; en iyi performans için değişiklikten sonra sistemi yeniden başlattığınızdan emin olun", "subscriptionPathPlaceholder": "Giriniz", + "updateSuccess": "Başarıyla güncellendi", "wildcardResolution": "Genel Çözümleme", "wildcardResolutionDescription": "Abonelik için kullanılır" }, diff --git a/apps/admin/locales/tr-TR/telegram.json b/apps/admin/locales/tr-TR/telegram.json index de8a566..09203e6 100644 --- a/apps/admin/locales/tr-TR/telegram.json +++ b/apps/admin/locales/tr-TR/telegram.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Telegram Bot Token, bunu @BotFather'dan alabilirsiniz", "enable": "Etkinleştir", "enableDescription": "Etkinleştirildikten sonra, cep telefonu kaydı, giriş, bağlama ve bağlantı kesme işlevleri etkinleştirilecektir", - "redirectUri": "Yönlendirme URL'si", - "redirectUriDescription": "Telegram'un başarılı kimlik doğrulama sonrasında yönlendireceği URL", "saveFailed": "Kaydetme başarısız oldu", "saveSuccess": "Kaydetme başarılı" } diff --git a/apps/admin/locales/uk-UA/apple.json b/apps/admin/locales/uk-UA/apple.json index d34ec4d..1c6b339 100644 --- a/apps/admin/locales/uk-UA/apple.json +++ b/apps/admin/locales/uk-UA/apple.json @@ -7,8 +7,8 @@ "enableDescription": "Після увімкнення користувачі можуть увійти за допомогою свого Apple ID", "keyId": "Ідентифікатор ключа", "keyIdDescription": "Ідентифікатор вашого приватного ключа з Apple Developer Portal", - "redirectUri": "URL повернення", - "redirectUriDescription": "URL, на який Apple перенаправить після успішної автентифікації", + "redirectUri": "URL перенаправлення", + "redirectUriDescription": "Будь ласка, введіть адресу API перенаправленого URL після успішної аутентифікації через Apple. Не використовуйте / в кінці.", "saveFailed": "Не вдалося зберегти", "saveSuccess": "Збереження успішне", "teamId": "Ідентифікатор команди", diff --git a/apps/admin/locales/uk-UA/facebook.json b/apps/admin/locales/uk-UA/facebook.json index b5f7efd..16c179d 100644 --- a/apps/admin/locales/uk-UA/facebook.json +++ b/apps/admin/locales/uk-UA/facebook.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Секретний ключ додатку Facebook з консолі розробників Facebook", "enable": "Увімкнути", "enableDescription": "Після увімкнення користувачі можуть увійти за допомогою свого облікового запису Facebook", - "redirectUri": "Авторизований URI перенаправлення", - "redirectUriDescription": "URL, на який користувач буде перенаправлений після автентифікації через Facebook", "saveFailed": "Не вдалося зберегти", "saveSuccess": "Збереження успішне" } diff --git a/apps/admin/locales/uk-UA/github.json b/apps/admin/locales/uk-UA/github.json index e0dce3f..101654e 100644 --- a/apps/admin/locales/uk-UA/github.json +++ b/apps/admin/locales/uk-UA/github.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Секрет клієнта з налаштувань вашого OAuth додатку GitHub", "enable": "Увімкнути автентифікацію через GitHub", "enableDescription": "Дозволити користувачам входити за допомогою своїх облікових записів GitHub", - "redirectUri": "URL зворотного виклику авторизації", - "redirectUriDescription": "URL у вашому додатку, куди користувачі будуть перенаправлені після автентифікації через GitHub", "saveFailed": "Не вдалося зберегти налаштування GitHub", "saveSuccess": "Налаштування GitHub успішно збережено" } diff --git a/apps/admin/locales/uk-UA/google.json b/apps/admin/locales/uk-UA/google.json index 75a08d2..9d3e85f 100644 --- a/apps/admin/locales/uk-UA/google.json +++ b/apps/admin/locales/uk-UA/google.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Секрет клієнта Google OAuth 2.0 з консолі Google Cloud", "enable": "Увімкнути", "enableDescription": "Після увімкнення користувачі можуть увійти за допомогою свого облікового запису Google", - "redirectUri": "Авторизований URI перенаправлення", - "redirectUriDescription": "URL, на який користувач буде перенаправлений після автентифікації через Google", "saveFailed": "Не вдалося зберегти", "saveSuccess": "Збереження успішне" } diff --git a/apps/admin/locales/uk-UA/imei.json b/apps/admin/locales/uk-UA/imei.json new file mode 100644 index 0000000..5f4bb24 --- /dev/null +++ b/apps/admin/locales/uk-UA/imei.json @@ -0,0 +1,4 @@ +{ + "enable": "Увімкнути", + "enableDescription": "Після увімкнення користувачі можуть увійти за допомогою свого IMEI" +} diff --git a/apps/admin/locales/uk-UA/menu.json b/apps/admin/locales/uk-UA/menu.json index 7da7267..311d87c 100644 --- a/apps/admin/locales/uk-UA/menu.json +++ b/apps/admin/locales/uk-UA/menu.json @@ -11,6 +11,7 @@ "General": "Загальні", "GitHub": "GitHub", "Google": "Google", + "IMEI": "IMEI", "Order Management": "Управління замовленнями", "Payment Config": "Налаштування оплати", "Phone Number": "Номер телефону", diff --git a/apps/admin/locales/uk-UA/subscribe.json b/apps/admin/locales/uk-UA/subscribe.json index 4a0c881..3717171 100644 --- a/apps/admin/locales/uk-UA/subscribe.json +++ b/apps/admin/locales/uk-UA/subscribe.json @@ -51,6 +51,7 @@ "subscriptionPath": "Шлях Підписки", "subscriptionPathDescription": "Використовується для підписки; обов'язково перезапустіть систему після зміни для оптимальної продуктивності", "subscriptionPathPlaceholder": "Введіть", + "updateSuccess": "Оновлено успішно", "wildcardResolution": "Розв'язання Маски", "wildcardResolutionDescription": "Використовується для підписки" }, diff --git a/apps/admin/locales/uk-UA/telegram.json b/apps/admin/locales/uk-UA/telegram.json index c0bdb57..1fdc82d 100644 --- a/apps/admin/locales/uk-UA/telegram.json +++ b/apps/admin/locales/uk-UA/telegram.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Токен бота Telegram, ви можете отримати його у @BotFather", "enable": "Увімкнути", "enableDescription": "Після увімкнення будуть доступні функції реєстрації, входу, прив'язки та відв'язки мобільного телефону", - "redirectUri": "URL перенаправлення", - "redirectUriDescription": "URL, на який Telegram перенаправить після успішної автентифікації", "saveFailed": "Не вдалося зберегти", "saveSuccess": "Збереження успішне" } diff --git a/apps/admin/locales/vi-VN/apple.json b/apps/admin/locales/vi-VN/apple.json index 40ab4f3..1e47824 100644 --- a/apps/admin/locales/vi-VN/apple.json +++ b/apps/admin/locales/vi-VN/apple.json @@ -7,8 +7,8 @@ "enableDescription": "Sau khi kích hoạt, người dùng có thể đăng nhập bằng ID Apple của họ", "keyId": "Mã khóa", "keyIdDescription": "ID của khóa riêng tư của bạn từ Cổng thông tin Nhà phát triển Apple", - "redirectUri": "URL Trả về", - "redirectUriDescription": "URL mà Apple sẽ chuyển hướng đến sau khi xác thực thành công", + "redirectUri": "URL chuyển hướng", + "redirectUriDescription": "Vui lòng điền địa chỉ API của URL được chuyển hướng sau khi xác thực Apple thành công. Không sử dụng / ở cuối.", "saveFailed": "Lưu thất bại", "saveSuccess": "Lưu thành công", "teamId": "ID Đội", diff --git a/apps/admin/locales/vi-VN/facebook.json b/apps/admin/locales/vi-VN/facebook.json index 342d916..96a9351 100644 --- a/apps/admin/locales/vi-VN/facebook.json +++ b/apps/admin/locales/vi-VN/facebook.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Mã bí mật ứng dụng Facebook từ Bảng điều khiển Nhà phát triển Facebook", "enable": "Kích hoạt", "enableDescription": "Sau khi kích hoạt, người dùng có thể đăng nhập bằng tài khoản Facebook của họ", - "redirectUri": "URI chuyển hướng được ủy quyền", - "redirectUriDescription": "URL mà người dùng sẽ được chuyển hướng đến sau khi xác thực Facebook", "saveFailed": "Lưu thất bại", "saveSuccess": "Lưu thành công" } diff --git a/apps/admin/locales/vi-VN/github.json b/apps/admin/locales/vi-VN/github.json index 536b002..bbd9232 100644 --- a/apps/admin/locales/vi-VN/github.json +++ b/apps/admin/locales/vi-VN/github.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Mã bí mật của ứng dụng OAuth GitHub từ cài đặt ứng dụng của bạn", "enable": "Bật Xác thực GitHub", "enableDescription": "Cho phép người dùng đăng nhập bằng tài khoản GitHub của họ", - "redirectUri": "URL gọi lại ủy quyền", - "redirectUriDescription": "URL trong ứng dụng của bạn nơi người dùng sẽ được chuyển hướng sau khi xác thực GitHub", "saveFailed": "Không thể lưu cài đặt GitHub", "saveSuccess": "Cài đặt GitHub đã được lưu thành công" } diff --git a/apps/admin/locales/vi-VN/google.json b/apps/admin/locales/vi-VN/google.json index c0ad8a1..16f0bad 100644 --- a/apps/admin/locales/vi-VN/google.json +++ b/apps/admin/locales/vi-VN/google.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Mã bí mật OAuth 2.0 của Google từ Bảng điều khiển Google Cloud", "enable": "Kích hoạt", "enableDescription": "Sau khi kích hoạt, người dùng có thể đăng nhập bằng tài khoản Google của họ", - "redirectUri": "URI chuyển hướng được ủy quyền", - "redirectUriDescription": "URL mà người dùng sẽ được chuyển hướng đến sau khi xác thực Google", "saveFailed": "Lưu thất bại", "saveSuccess": "Lưu thành công" } diff --git a/apps/admin/locales/vi-VN/imei.json b/apps/admin/locales/vi-VN/imei.json new file mode 100644 index 0000000..9d1a16f --- /dev/null +++ b/apps/admin/locales/vi-VN/imei.json @@ -0,0 +1,4 @@ +{ + "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 e8b9759..a7116f7 100644 --- a/apps/admin/locales/vi-VN/menu.json +++ b/apps/admin/locales/vi-VN/menu.json @@ -11,6 +11,7 @@ "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/vi-VN/subscribe.json b/apps/admin/locales/vi-VN/subscribe.json index bf60b2a..c61bf86 100644 --- a/apps/admin/locales/vi-VN/subscribe.json +++ b/apps/admin/locales/vi-VN/subscribe.json @@ -51,6 +51,7 @@ "subscriptionPath": "Đường Dẫn Đăng Ký", "subscriptionPathDescription": "Dùng cho đăng ký; hãy chắc chắn khởi động lại hệ thống sau khi sửa đổi để có hiệu suất tối ưu", "subscriptionPathPlaceholder": "Nhập", + "updateSuccess": "Cập nhật thành công", "wildcardResolution": "Giải Quyết Ký Tự Đại Diện", "wildcardResolutionDescription": "Dùng cho đăng ký" }, diff --git a/apps/admin/locales/vi-VN/telegram.json b/apps/admin/locales/vi-VN/telegram.json index 40fb6d5..5fdd365 100644 --- a/apps/admin/locales/vi-VN/telegram.json +++ b/apps/admin/locales/vi-VN/telegram.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Mã thông báo Bot Telegram, bạn có thể lấy nó từ @BotFather", "enable": "Kích hoạt", "enableDescription": "Sau khi kích hoạt, các chức năng đăng ký, đăng nhập, liên kết và hủy liên kết điện thoại di động sẽ được kích hoạt", - "redirectUri": "URL chuyển hướng", - "redirectUriDescription": "URL mà Telegram sẽ chuyển hướng đến sau khi xác thực thành công", "saveFailed": "Lưu không thành công", "saveSuccess": "Lưu thành công" } diff --git a/apps/admin/locales/zh-CN/apple.json b/apps/admin/locales/zh-CN/apple.json index d6deab1..64466a4 100644 --- a/apps/admin/locales/zh-CN/apple.json +++ b/apps/admin/locales/zh-CN/apple.json @@ -7,8 +7,8 @@ "enableDescription": "启用后,用户可以使用他们的 Apple ID 登录", "keyId": "密钥 ID", "keyIdDescription": "您在 Apple 开发者门户中的私钥 ID", - "redirectUri": "返回网址", - "redirectUriDescription": "Apple 成功认证后将重定向到的 URL", + "redirectUri": "重定向 URL", + "redirectUriDescription": "请填写成功通过 Apple 认证后重定向的 URL 的 API 地址。请勿在末尾使用 /。", "saveFailed": "保存失败", "saveSuccess": "保存成功", "teamId": "团队 ID", diff --git a/apps/admin/locales/zh-CN/facebook.json b/apps/admin/locales/zh-CN/facebook.json index 574924b..1416964 100644 --- a/apps/admin/locales/zh-CN/facebook.json +++ b/apps/admin/locales/zh-CN/facebook.json @@ -5,8 +5,6 @@ "clientSecretDescription": "来自 Facebook 开发者控制台的 Facebook 应用密钥", "enable": "启用", "enableDescription": "启用后,用户可以使用他们的 Facebook 帐户登录", - "redirectUri": "授权重定向 URI", - "redirectUriDescription": "用户在通过 Facebook 认证后将被重定向到的 URL", "saveFailed": "保存失败", "saveSuccess": "保存成功" } diff --git a/apps/admin/locales/zh-CN/github.json b/apps/admin/locales/zh-CN/github.json index eed7dd1..195d108 100644 --- a/apps/admin/locales/zh-CN/github.json +++ b/apps/admin/locales/zh-CN/github.json @@ -5,8 +5,6 @@ "clientSecretDescription": "来自您的 GitHub OAuth 应用程序设置的客户端密钥", "enable": "启用 GitHub 认证", "enableDescription": "允许用户使用他们的GitHub账户登录", - "redirectUri": "授权回调URL", - "redirectUriDescription": "在您的应用程序中,用户在 GitHub 认证后将被重定向到的 URL", "saveFailed": "保存 GitHub 设置失败", "saveSuccess": "GitHub 设置已成功保存" } diff --git a/apps/admin/locales/zh-CN/google.json b/apps/admin/locales/zh-CN/google.json index 9d89f2a..8df03eb 100644 --- a/apps/admin/locales/zh-CN/google.json +++ b/apps/admin/locales/zh-CN/google.json @@ -5,8 +5,6 @@ "clientSecretDescription": "来自 Google Cloud Console 的 Google OAuth 2.0 客户端密钥", "enable": "启用", "enableDescription": "启用后,用户可以使用他们的 Google 帐户登录", - "redirectUri": "授权重定向 URI", - "redirectUriDescription": "用户在通过 Google 认证后将被重定向到的 URL", "saveFailed": "保存失败", "saveSuccess": "保存成功" } diff --git a/apps/admin/locales/zh-CN/imei.json b/apps/admin/locales/zh-CN/imei.json new file mode 100644 index 0000000..5a71bc2 --- /dev/null +++ b/apps/admin/locales/zh-CN/imei.json @@ -0,0 +1,4 @@ +{ + "enable": "启用", + "enableDescription": "启用后,用户可以使用他们的 IMEI 登录" +} diff --git a/apps/admin/locales/zh-CN/menu.json b/apps/admin/locales/zh-CN/menu.json index 11e17ee..6a020c3 100644 --- a/apps/admin/locales/zh-CN/menu.json +++ b/apps/admin/locales/zh-CN/menu.json @@ -11,6 +11,7 @@ "General": "通用", "GitHub": "GitHub", "Google": "Google", + "IMEI": "国际移动设备身份码", "Order Management": "订单管理", "Payment Config": "支付配置", "Phone Number": "手机号", diff --git a/apps/admin/locales/zh-CN/subscribe.json b/apps/admin/locales/zh-CN/subscribe.json index 97432a2..1d6ab17 100644 --- a/apps/admin/locales/zh-CN/subscribe.json +++ b/apps/admin/locales/zh-CN/subscribe.json @@ -51,6 +51,7 @@ "subscriptionPath": "订阅路径", "subscriptionPathDescription": "用于订阅;修改后请务必重启系统以获得最佳性能", "subscriptionPathPlaceholder": "输入", + "updateSuccess": "更新成功", "wildcardResolution": "通配符解析", "wildcardResolutionDescription": "用于订阅" }, diff --git a/apps/admin/locales/zh-CN/telegram.json b/apps/admin/locales/zh-CN/telegram.json index 8e58e67..517c1b3 100644 --- a/apps/admin/locales/zh-CN/telegram.json +++ b/apps/admin/locales/zh-CN/telegram.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Telegram 机器人令牌,您可以从 @BotFather 获取", "enable": "启用", "enableDescription": "启用后,将启用手机注册、登录、绑定和解绑功能", - "redirectUri": "重定向 URL", - "redirectUriDescription": "Telegram 成功认证后将重定向到的 URL", "saveFailed": "保存失败", "saveSuccess": "保存成功" } diff --git a/apps/admin/locales/zh-CN/user.json b/apps/admin/locales/zh-CN/user.json index 3c83c3a..7cc434f 100644 --- a/apps/admin/locales/zh-CN/user.json +++ b/apps/admin/locales/zh-CN/user.json @@ -54,7 +54,7 @@ "loginNotifications": "登录通知", "loginStatus": "登录状态", "loginTime": "登录时间", - "manager": "经理", + "manager": "管理员", "notifySettingsTitle": "通知设置", "onlineDevices": "在线设备", "password": "密码", diff --git a/apps/admin/locales/zh-HK/apple.json b/apps/admin/locales/zh-HK/apple.json index b5273d7..97c9af9 100644 --- a/apps/admin/locales/zh-HK/apple.json +++ b/apps/admin/locales/zh-HK/apple.json @@ -7,8 +7,8 @@ "enableDescription": "啟用後,用戶可以使用其 Apple ID 登入", "keyId": "鍵 ID", "keyIdDescription": "您在 Apple 開發者平台上的私鑰 ID", - "redirectUri": "返回網址", - "redirectUriDescription": "Apple 成功驗證後將重定向到的 URL", + "redirectUri": "重定向網址", + "redirectUriDescription": "請填寫成功通過 Apple 認證後重定向的 URL 的 API 地址。請勿在末尾使用 /。", "saveFailed": "儲存失敗", "saveSuccess": "儲存成功", "teamId": "團隊 ID", diff --git a/apps/admin/locales/zh-HK/facebook.json b/apps/admin/locales/zh-HK/facebook.json index 6b4fbb9..a6e99a1 100644 --- a/apps/admin/locales/zh-HK/facebook.json +++ b/apps/admin/locales/zh-HK/facebook.json @@ -5,8 +5,6 @@ "clientSecretDescription": "來自 Facebook 開發者控制台的 Facebook 應用程式密碼", "enable": "啟用", "enableDescription": "啟用後,用戶可以使用他們的 Facebook 帳戶登入", - "redirectUri": "授權重定向 URI", - "redirectUriDescription": "用戶在 Facebook 認證後將被重定向的網址", "saveFailed": "儲存失敗", "saveSuccess": "儲存成功" } diff --git a/apps/admin/locales/zh-HK/github.json b/apps/admin/locales/zh-HK/github.json index 0f17684..e69f6ac 100644 --- a/apps/admin/locales/zh-HK/github.json +++ b/apps/admin/locales/zh-HK/github.json @@ -5,8 +5,6 @@ "clientSecretDescription": "來自您 GitHub OAuth 應用程式設定的客戶端密碼", "enable": "啟用 GitHub 認證", "enableDescription": "允許用戶使用他們的 GitHub 帳戶登入", - "redirectUri": "授權回調網址", - "redirectUriDescription": "在您的應用程式中,GitHub 認證後用戶將被重定向的 URL", "saveFailed": "無法儲存 GitHub 設定", "saveSuccess": "GitHub 設定已成功儲存" } diff --git a/apps/admin/locales/zh-HK/google.json b/apps/admin/locales/zh-HK/google.json index 0970ff7..9c0fc74 100644 --- a/apps/admin/locales/zh-HK/google.json +++ b/apps/admin/locales/zh-HK/google.json @@ -5,8 +5,6 @@ "clientSecretDescription": "來自 Google Cloud Console 的 Google OAuth 2.0 客戶端密鑰", "enable": "啟用", "enableDescription": "啟用後,用戶可以使用他們的 Google 帳戶登入", - "redirectUri": "授權重定向 URI", - "redirectUriDescription": "用戶在完成 Google 認證後將被重定向的網址", "saveFailed": "儲存失敗", "saveSuccess": "儲存成功" } diff --git a/apps/admin/locales/zh-HK/imei.json b/apps/admin/locales/zh-HK/imei.json new file mode 100644 index 0000000..3d7715d --- /dev/null +++ b/apps/admin/locales/zh-HK/imei.json @@ -0,0 +1,4 @@ +{ + "enable": "啟用", + "enableDescription": "啟用後,用戶可以使用他們的 IMEI 登入" +} diff --git a/apps/admin/locales/zh-HK/menu.json b/apps/admin/locales/zh-HK/menu.json index 72dc681..31566b3 100644 --- a/apps/admin/locales/zh-HK/menu.json +++ b/apps/admin/locales/zh-HK/menu.json @@ -11,6 +11,7 @@ "General": "一般", "GitHub": "GitHub", "Google": "Google", + "IMEI": "IMEI", "Order Management": "訂單管理", "Payment Config": "支付配置", "Phone Number": "電話號碼", diff --git a/apps/admin/locales/zh-HK/subscribe.json b/apps/admin/locales/zh-HK/subscribe.json index 7790083..869c54e 100644 --- a/apps/admin/locales/zh-HK/subscribe.json +++ b/apps/admin/locales/zh-HK/subscribe.json @@ -51,6 +51,7 @@ "subscriptionPath": "訂閱路徑", "subscriptionPathDescription": "用於訂閱;修改後請務必重啟系統以獲得最佳性能", "subscriptionPathPlaceholder": "輸入", + "updateSuccess": "更新成功", "wildcardResolution": "通配符解析", "wildcardResolutionDescription": "用於訂閱" }, diff --git a/apps/admin/locales/zh-HK/telegram.json b/apps/admin/locales/zh-HK/telegram.json index ed07d49..3c5d76c 100644 --- a/apps/admin/locales/zh-HK/telegram.json +++ b/apps/admin/locales/zh-HK/telegram.json @@ -5,8 +5,6 @@ "clientSecretDescription": "Telegram 機械人令牌,你可以從 @BotFather 獲取", "enable": "啟用", "enableDescription": "啟用後,將開啟手機註冊、登入、綁定及解除綁定功能", - "redirectUri": "重定向網址", - "redirectUriDescription": "Telegram 成功驗證後將重定向到的 URL", "saveFailed": "儲存失敗", "saveSuccess": "儲存成功" } diff --git a/apps/admin/services/admin/typings.d.ts b/apps/admin/services/admin/typings.d.ts index 3923cc8..0beee2c 100644 --- a/apps/admin/services/admin/typings.d.ts +++ b/apps/admin/services/admin/typings.d.ts @@ -1401,7 +1401,6 @@ declare namespace API { auth_type: string; auth_identifier: string; verified: boolean; - area_code?: string; }; type UserBalanceLog = { diff --git a/apps/admin/services/common/oauth.ts b/apps/admin/services/common/oauth.ts index e4151da..17e493f 100644 --- a/apps/admin/services/common/oauth.ts +++ b/apps/admin/services/common/oauth.ts @@ -36,37 +36,6 @@ export async function appleLoginCallback( }); } -/** Facebook Login Callback GET /v1/auth/oauth/callback/facebook */ -export async function facebookLoginCallback(options?: { [key: string]: any }) { - return request('/v1/auth/oauth/callback/facebook', { - method: 'GET', - ...(options || {}), - }); -} - -/** Google Login Callback GET /v1/auth/oauth/callback/google */ -export async function googleLoginCallback( - // 叠加生成的Param类型 (非body参数swagger默认没有生成对象) - params: API.GoogleLoginCallbackParams, - options?: { [key: string]: any }, -) { - return request('/v1/auth/oauth/callback/google', { - method: 'GET', - params: { - ...params, - }, - ...(options || {}), - }); -} - -/** Telegram Login Callback GET /v1/auth/oauth/callback/telegram */ -export async function telegramLoginCallback(options?: { [key: string]: any }) { - return request('/v1/auth/oauth/callback/telegram', { - method: 'GET', - ...(options || {}), - }); -} - /** OAuth login POST /v1/auth/oauth/login */ export async function oAuthLogin(body: API.OAthLoginRequest, options?: { [key: string]: any }) { return request('/v1/auth/oauth/login', { diff --git a/apps/admin/services/common/typings.d.ts b/apps/admin/services/common/typings.d.ts index 4d0ff86..9279c1b 100644 --- a/apps/admin/services/common/typings.d.ts +++ b/apps/admin/services/common/typings.d.ts @@ -170,11 +170,6 @@ declare namespace API { tos_content: string; }; - type GoogleLoginCallbackParams = { - code: string; - state: string; - }; - type GoogleLoginCallbackRequest = { code: string; state: string; @@ -595,7 +590,6 @@ declare namespace API { auth_type: string; auth_identifier: string; verified: boolean; - area_code?: string; }; type UserBalanceLog = { diff --git a/apps/user/app/auth/page.tsx b/apps/user/app/auth/page.tsx index d1a314c..1c38d71 100644 --- a/apps/user/app/auth/page.tsx +++ b/apps/user/app/auth/page.tsx @@ -41,7 +41,9 @@ export default function Page() { }, ].filter((method) => method.enabled); - const OAUTH_METHODS = oauth_methods?.filter((method) => !['mobile', 'email'].includes(method)); + const OAUTH_METHODS = oauth_methods?.filter( + (method) => !['mobile', 'email', 'imei'].includes(method), + ); return (
diff --git a/apps/user/services/common/oauth.ts b/apps/user/services/common/oauth.ts index e4151da..17e493f 100644 --- a/apps/user/services/common/oauth.ts +++ b/apps/user/services/common/oauth.ts @@ -36,37 +36,6 @@ export async function appleLoginCallback( }); } -/** Facebook Login Callback GET /v1/auth/oauth/callback/facebook */ -export async function facebookLoginCallback(options?: { [key: string]: any }) { - return request('/v1/auth/oauth/callback/facebook', { - method: 'GET', - ...(options || {}), - }); -} - -/** Google Login Callback GET /v1/auth/oauth/callback/google */ -export async function googleLoginCallback( - // 叠加生成的Param类型 (非body参数swagger默认没有生成对象) - params: API.GoogleLoginCallbackParams, - options?: { [key: string]: any }, -) { - return request('/v1/auth/oauth/callback/google', { - method: 'GET', - params: { - ...params, - }, - ...(options || {}), - }); -} - -/** Telegram Login Callback GET /v1/auth/oauth/callback/telegram */ -export async function telegramLoginCallback(options?: { [key: string]: any }) { - return request('/v1/auth/oauth/callback/telegram', { - method: 'GET', - ...(options || {}), - }); -} - /** OAuth login POST /v1/auth/oauth/login */ export async function oAuthLogin(body: API.OAthLoginRequest, options?: { [key: string]: any }) { return request('/v1/auth/oauth/login', { diff --git a/apps/user/services/common/typings.d.ts b/apps/user/services/common/typings.d.ts index 4d0ff86..9279c1b 100644 --- a/apps/user/services/common/typings.d.ts +++ b/apps/user/services/common/typings.d.ts @@ -170,11 +170,6 @@ declare namespace API { tos_content: string; }; - type GoogleLoginCallbackParams = { - code: string; - state: string; - }; - type GoogleLoginCallbackRequest = { code: string; state: string; @@ -595,7 +590,6 @@ declare namespace API { auth_type: string; auth_identifier: string; verified: boolean; - area_code?: string; }; type UserBalanceLog = { diff --git a/apps/user/services/user/typings.d.ts b/apps/user/services/user/typings.d.ts index c9bec22..48af07c 100644 --- a/apps/user/services/user/typings.d.ts +++ b/apps/user/services/user/typings.d.ts @@ -793,7 +793,6 @@ declare namespace API { auth_type: string; auth_identifier: string; verified: boolean; - area_code?: string; }; type UserBalanceLog = {