✨ feat(imei): Add IMEI related internationalization support and menu items
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"enable": "Enable",
|
||||
"enableDescription": "After enabling, users can sign in with their IMEI"
|
||||
}
|
||||
@@ -11,6 +11,7 @@
|
||||
"General": "General",
|
||||
"GitHub": "GitHub",
|
||||
"Google": "Google",
|
||||
"IMEI": "IMEI",
|
||||
"Order Management": "Order Management",
|
||||
"Payment Config": "Payment Config",
|
||||
"Phone Number": "Phone Number",
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user