feat(imei): Add IMEI related internationalization support and menu items

This commit is contained in:
web@ppanel
2025-02-12 16:34:23 +07:00
parent b4946f7a06
commit 13c33378aa
204 changed files with 252 additions and 399 deletions
+2 -2
View File
@@ -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",
-2
View File
@@ -5,8 +5,6 @@
"clientSecretDescription": "來自 Facebook 開發者控制台的 Facebook 應用程式密碼",
"enable": "啟用",
"enableDescription": "啟用後,用戶可以使用他們的 Facebook 帳戶登入",
"redirectUri": "授權重定向 URI",
"redirectUriDescription": "用戶在 Facebook 認證後將被重定向的網址",
"saveFailed": "儲存失敗",
"saveSuccess": "儲存成功"
}
-2
View File
@@ -5,8 +5,6 @@
"clientSecretDescription": "來自您 GitHub OAuth 應用程式設定的客戶端密碼",
"enable": "啟用 GitHub 認證",
"enableDescription": "允許用戶使用他們的 GitHub 帳戶登入",
"redirectUri": "授權回調網址",
"redirectUriDescription": "在您的應用程式中,GitHub 認證後用戶將被重定向的 URL",
"saveFailed": "無法儲存 GitHub 設定",
"saveSuccess": "GitHub 設定已成功儲存"
}
-2
View File
@@ -5,8 +5,6 @@
"clientSecretDescription": "來自 Google Cloud Console 的 Google OAuth 2.0 客戶端密鑰",
"enable": "啟用",
"enableDescription": "啟用後,用戶可以使用他們的 Google 帳戶登入",
"redirectUri": "授權重定向 URI",
"redirectUriDescription": "用戶在完成 Google 認證後將被重定向的網址",
"saveFailed": "儲存失敗",
"saveSuccess": "儲存成功"
}
+4
View File
@@ -0,0 +1,4 @@
{
"enable": "啟用",
"enableDescription": "啟用後,用戶可以使用他們的 IMEI 登入"
}
+1
View File
@@ -11,6 +11,7 @@
"General": "一般",
"GitHub": "GitHub",
"Google": "Google",
"IMEI": "IMEI",
"Order Management": "訂單管理",
"Payment Config": "支付配置",
"Phone Number": "電話號碼",
+1
View File
@@ -51,6 +51,7 @@
"subscriptionPath": "訂閱路徑",
"subscriptionPathDescription": "用於訂閱;修改後請務必重啟系統以獲得最佳性能",
"subscriptionPathPlaceholder": "輸入",
"updateSuccess": "更新成功",
"wildcardResolution": "通配符解析",
"wildcardResolutionDescription": "用於訂閱"
},
-2
View File
@@ -5,8 +5,6 @@
"clientSecretDescription": "Telegram 機械人令牌,你可以從 @BotFather 獲取",
"enable": "啟用",
"enableDescription": "啟用後,將開啟手機註冊、登入、綁定及解除綁定功能",
"redirectUri": "重定向網址",
"redirectUriDescription": "Telegram 成功驗證後將重定向到的 URL",
"saveFailed": "儲存失敗",
"saveSuccess": "儲存成功"
}