✨ 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:
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"cancel": "取消",
|
||||
"confirm": "确认",
|
||||
"confirmDelete": "确定要删除吗?",
|
||||
"copy": "复制",
|
||||
"copySuccess": "复制成功",
|
||||
"create": "创建",
|
||||
"createSubscribe": "创建订阅",
|
||||
"createSuccess": "创建成功",
|
||||
"delete": "删除",
|
||||
"deleteSuccess": "删除成功",
|
||||
"deleteWarning": "删除后数据无法恢复,请谨慎操作。",
|
||||
"deviceLimit": "设备限制/单位",
|
||||
"edit": "编辑",
|
||||
"editSubscribe": "编辑订阅",
|
||||
"form": {
|
||||
"annualReset": "年度重置",
|
||||
"basic": "基本",
|
||||
"cancel": "取消",
|
||||
"confirm": "确认",
|
||||
"Day": "天",
|
||||
"deductionRatio": "自动/手动扣减配置",
|
||||
"deductionRatioDescription": "用于扣减。默认情况下,系统采用自动计算算法。当提供手动比例时,系统根据时间和流量比例计算比例,确保总和为 100%。",
|
||||
"description": "描述",
|
||||
"deviceLimit": "设备限制",
|
||||
"discount": "折扣",
|
||||
"discount_price": "折扣价格",
|
||||
"discountDescription": "根据单价设置折扣",
|
||||
"discountPercent": "折扣百分比",
|
||||
"Hour": "小时",
|
||||
"inventory": "订阅库存",
|
||||
"language": "语言",
|
||||
"languageDescription": "留空为默认无语言限制",
|
||||
"languagePlaceholder": "订阅的语言标识符,例如 en-US、zh-CN",
|
||||
"Minute": "分钟",
|
||||
"Month": "月",
|
||||
"monthlyReset": "每月重置",
|
||||
"name": "名称",
|
||||
"node": "节点",
|
||||
"nodeGroup": "节点组",
|
||||
"nodes": "节点",
|
||||
"noLimit": "无限制",
|
||||
"NoLimit": "无限制",
|
||||
"noReset": "不重置",
|
||||
"pricing": "定价",
|
||||
"purchaseWithDiscount": "允许扣减",
|
||||
"purchaseWithDiscountDescription": "启用或禁用退订功能。激活后,系统将根据配置的规则和比例进行扣减处理,剩余价值将返还到余额",
|
||||
"quota": "购买限制",
|
||||
"renewalReset": "续费重置",
|
||||
"renewalResetDescription": "续费时重置周期",
|
||||
"replacement": "重置价格(每次)",
|
||||
"resetCycle": "重置周期",
|
||||
"resetOn1st": "每月1日重置",
|
||||
"selectResetCycle": "请选择重置周期",
|
||||
"selectUnitTime": "请选择时间单位",
|
||||
"speedLimit": "速度限制",
|
||||
"traffic": "流量",
|
||||
"unitPrice": "单价",
|
||||
"unitTime": "时间单位",
|
||||
"Year": "年"
|
||||
},
|
||||
"inventory": "订阅库存",
|
||||
"language": "语言",
|
||||
"name": "名称",
|
||||
"quota": "购买限制/次",
|
||||
"replacement": "重置价格/次",
|
||||
"sell": "销售",
|
||||
"show": "显示",
|
||||
"sold": "订阅数量",
|
||||
"traffic": "流量",
|
||||
"unitPrice": "单价",
|
||||
"updateSuccess": "更新成功"
|
||||
}
|
||||
Reference in New Issue
Block a user