feat: add new payment icons for Alipay and WeChat Pay, update asset paths

- Added SVG icons for Alipay and WeChat Pay in the payment assets directory.
- Updated paths for Lottie animations in various components to use relative paths.
- Changed QR code image sources in payment-related components to point to the new asset paths.
- Adjusted i18n configuration to load translation files from the updated assets directory.
This commit is contained in:
web
2025-11-29 20:03:41 -08:00
parent 8260fe37d7
commit 2ce0572283
103 changed files with 24 additions and 14 deletions
@@ -0,0 +1,179 @@
{
"apple": {
"clientId": "服务 ID",
"clientIdDescription": "Apple 服务 ID,可从 Apple 开发者门户获取",
"clientSecret": "私钥",
"clientSecretDescription": "用于 Apple 身份验证的私钥内容(.p8 文件)",
"description": "使用 Apple 账户验证用户身份",
"enable": "启用",
"enableDescription": "启用后,用户可以使用 Apple ID 登录",
"keyId": "密钥 ID",
"keyIdDescription": "Apple 开发者门户中的私钥 ID",
"redirectUri": "重定向 URL",
"redirectUriDescription": "Apple 认证成功后重定向 URL 的 API 地址,不要以 / 结尾",
"teamId": "团队 ID",
"teamIdDescription": "Apple 开发者团队 ID",
"title": "Apple 登录"
},
"common": {
"cancel": "取消",
"save": "保存",
"saveFailed": "保存失败",
"saveSuccess": "保存成功"
},
"communicationMethods": "通讯方式",
"device": {
"blockVirtualMachine": "阻止虚拟机",
"blockVirtualMachineDescription": "阻止虚拟机登录,只允许真实设备",
"communicationKey": "通讯密钥",
"communicationKeyDescription": "用于应用程序与服务器之间安全通信的密钥",
"description": "使用设备验证用户身份",
"enable": "启用",
"enableDescription": "启用后,用户可以使用设备登录",
"enableSecurity": "启用安全验证",
"enableSecurityDescription": "启用后,应用请求必须携带通讯密钥",
"showAds": "显示广告",
"showAdsDescription": "启用后,将显示广告",
"title": "设备登录"
},
"deviceAuthMethods": "设备认证方式",
"email": {
"basicSettings": "基本设置",
"description": "配置邮箱认证和模板",
"emailSuffixWhitelist": "邮箱后缀白名单",
"emailSuffixWhitelistDescription": "只允许来自白名单域名的邮箱",
"emailVerification": "邮箱验证",
"emailVerificationDescription": "新用户需要邮箱验证",
"enable": "启用",
"enableDescription": "启用后,用户可以使用邮箱登录",
"expirationEmailTemplate": "到期邮件模板",
"expirationTemplate": "到期模板",
"inputPlaceholder": "请输入",
"maintenanceEmailTemplate": "维护邮件模板",
"maintenanceTemplate": "维护模板",
"senderAddress": "发件人地址",
"senderAddressDescription": "显示在发件人字段中的邮箱地址",
"sendFailure": "邮件发送失败",
"sendSuccess": "邮件发送成功",
"sendTestEmail": "发送测试邮件",
"sendTestEmailDescription": "发送测试邮件以验证您的 SMTP 配置",
"smtpAccount": "SMTP 账户",
"smtpAccountDescription": "SMTP 认证用户名",
"smtpEncryptionMethod": "SSL/TLS 加密",
"smtpEncryptionMethodDescription": "为 SMTP 连接启用 SSL/TLS 加密",
"smtpPassword": "SMTP 密码",
"smtpPasswordDescription": "SMTP 认证密码",
"smtpServerAddress": "SMTP 服务器地址",
"smtpServerAddressDescription": "SMTP 服务器主机名",
"smtpServerPort": "SMTP 服务器端口",
"smtpServerPortDescription": "SMTP 服务器端口(通常为 25、465 或 587",
"smtpSettings": "SMTP 设置",
"templateVariables": {
"code": {
"description": "验证码"
},
"expire": {
"description": "验证码过期时间"
},
"expireDate": {
"description": "订阅到期日期"
},
"maintenanceDate": {
"description": "维护日期"
},
"maintenanceTime": {
"description": "维护时间"
},
"siteLogo": {
"description": "网站 Logo URL"
},
"siteName": {
"description": "网站名称"
},
"title": "模板变量",
"type": {
"conditionalSyntax": "使用条件语法显示不同内容",
"description": "邮件类型(1:注册,2:重置密码)"
}
},
"title": "邮箱设置",
"trafficExceedEmailTemplate": "流量超额邮件模板",
"trafficTemplate": "流量模板",
"verifyEmailTemplate": "验证邮件模板",
"verifyTemplate": "验证模板",
"whitelistSuffixes": "白名单后缀",
"whitelistSuffixesDescription": "每行一个域名后缀",
"whitelistSuffixesPlaceholder": "gmail.com, outlook.com"
},
"facebook": {
"clientId": "应用 ID",
"clientIdDescription": "Facebook 应用 ID,可从 Facebook 开发者门户获取",
"clientSecret": "应用密钥",
"clientSecretDescription": "Facebook 应用密钥,可从 Facebook 开发者门户获取",
"description": "使用 Facebook 账户验证用户身份",
"enable": "启用",
"enableDescription": "启用后,用户可以使用 Facebook 账户登录",
"title": "Facebook 登录"
},
"github": {
"clientId": "客户端 ID",
"clientIdDescription": "GitHub OAuth 应用客户端 ID,可从 GitHub 开发者设置获取",
"clientSecret": "客户端密钥",
"clientSecretDescription": "GitHub OAuth 应用客户端密钥,可从 GitHub 开发者设置获取",
"description": "使用 GitHub 账户验证用户身份",
"enable": "启用",
"enableDescription": "启用后,用户可以使用 GitHub 账户登录",
"title": "GitHub 登录"
},
"google": {
"clientId": "客户端 ID",
"clientIdDescription": "Google OAuth 客户端 ID,可从 Google Cloud 控制台获取",
"clientSecret": "客户端密钥",
"clientSecretDescription": "Google OAuth 客户端密钥,可从 Google Cloud 控制台获取",
"description": "使用 Google 账户验证用户身份",
"enable": "启用",
"enableDescription": "启用后,用户可以使用 Google 账户登录",
"title": "Google 登录"
},
"phone": {
"accessLabel": "访问密钥",
"applyPlatform": "申请",
"description": "配置短信认证",
"enable": "启用",
"enableTip": "启用后,用户可以使用手机号登录",
"endpointLabel": "端点",
"phoneNumberLabel": "手机号",
"placeholders": {
"template": "使用 {{code}} 表示验证码"
},
"platform": "短信平台",
"platformConfigTip": "请输入 {{key}}",
"platformTip": "选择短信服务提供商",
"secretLabel": "密钥",
"sendFailed": "短信发送失败",
"sendSuccess": "短信发送成功",
"signNameLabel": "签名",
"template": "模板",
"templateCodeLabel": "模板代码",
"templateTip": "使用 {{code}} 变量表示验证码",
"testSms": "测试短信",
"testSmsPhone": "手机号",
"testSmsTip": "发送测试短信以验证配置",
"title": "短信设置",
"whitelistAreaCode": "区号白名单",
"whitelistAreaCodeTip": "输入区号,用逗号分隔",
"whitelistValidation": "白名单验证",
"whitelistValidationTip": "只允许白名单区号的手机号"
},
"socialAuthMethods": "社交账号认证方式",
"telegram": {
"clientId": "机器人 ID",
"clientIdDescription": "Telegram 机器人 ID,可从 @BotFather 获取",
"clientSecret": "机器人令牌",
"clientSecretDescription": "Telegram 机器人令牌,可从 @BotFather 获取",
"description": "使用 Telegram 账户验证用户身份",
"enable": "启用",
"enableDescription": "启用后,用户可以使用 Telegram 账户登录",
"title": "Telegram 登录"
}
}