mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
feat: add gift navigation, routes, and i18n translations
This commit is contained in:
@@ -44,7 +44,8 @@
|
||||
"polls": "问卷",
|
||||
"info": "信息",
|
||||
"wheel": "幸运转盘",
|
||||
"menu": "菜单"
|
||||
"menu": "菜单",
|
||||
"gift": "赠送"
|
||||
},
|
||||
"notifications": {
|
||||
"ticketNotifications": "工单通知",
|
||||
@@ -2963,10 +2964,10 @@
|
||||
"content": "内容",
|
||||
"save": "保存",
|
||||
"back": "返回",
|
||||
"invalidSlug": "Slug\u53ea\u80fd\u5305\u542b\u5c0f\u5199\u5b57\u6bcd\u3001\u6570\u5b57\u548c\u8fde\u5b57\u7b26",
|
||||
"titleRequired": "\u6807\u9898\u4e3a\u5fc5\u586b\u9879",
|
||||
"noTariffs": "\u8bf7\u81f3\u5c11\u9009\u62e9\u4e00\u4e2a\u5957\u9910",
|
||||
"noPaymentMethods": "\u8bf7\u81f3\u5c11\u6dfb\u52a0\u4e00\u4e2a\u652f\u4ed8\u65b9\u5f0f",
|
||||
"invalidSlug": "Slug只能包含小写字母、数字和连字符",
|
||||
"titleRequired": "标题为必填项",
|
||||
"noTariffs": "请至少选择一个套餐",
|
||||
"noPaymentMethods": "请至少添加一个支付方式",
|
||||
"selectMethods": "选择可用的支付方式",
|
||||
"noSystemMethods": "系统中未配置任何支付方式",
|
||||
"methodOrder": "拖动以调整顺序",
|
||||
@@ -3567,9 +3568,9 @@
|
||||
"copy": "复制",
|
||||
"copied": "已复制!",
|
||||
"copyLink": "复制链接",
|
||||
"giftToggleLabel": "\u8d2d\u4e70\u7c7b\u578b",
|
||||
"pollTimedOut": "\u5904\u7406\u65f6\u95f4\u8f83\u957f",
|
||||
"pollTimedOutDesc": "\u4ed8\u6b3e\u5904\u7406\u65f6\u95f4\u6bd4\u5e73\u65f6\u957f\u3002\u60a8\u53ef\u4ee5\u5c1d\u8bd5\u518d\u6b21\u68c0\u67e5\u3002",
|
||||
"giftToggleLabel": "购买类型",
|
||||
"pollTimedOut": "处理时间较长",
|
||||
"pollTimedOutDesc": "付款处理时间比平时长。您可以尝试再次检查。",
|
||||
"pendingActivation": "订阅准备激活",
|
||||
"pendingActivationDesc": "您已有活跃订阅。激活新订阅将替换当前订阅。",
|
||||
"activateNow": "立即激活",
|
||||
@@ -3608,5 +3609,50 @@
|
||||
"nDays": "{{count}}天",
|
||||
"nMonths": "{{count}}个月"
|
||||
}
|
||||
},
|
||||
"gift": {
|
||||
"title": "赠送订阅",
|
||||
"subtitle": "将VPN订阅作为礼物发送",
|
||||
"choosePeriod": "选择时长",
|
||||
"chooseTariff": "选择套餐",
|
||||
"recipient": "收件人",
|
||||
"recipientPlaceholder": "邮箱或 @telegram",
|
||||
"recipientHint": "输入邮箱或 Telegram 用户名",
|
||||
"giftMessage": "祝福语",
|
||||
"giftMessagePlaceholder": "添加个人消息(可选)",
|
||||
"paymentMode": "支付方式",
|
||||
"fromBalance": "余额支付",
|
||||
"viaGateway": "在线支付",
|
||||
"yourBalance": "您的余额",
|
||||
"insufficientBalance": "余额不足",
|
||||
"topUpBalance": "充值",
|
||||
"total": "合计",
|
||||
"giftButton": "赠送",
|
||||
"sending": "正在发送礼物...",
|
||||
"gb": "GB",
|
||||
"devices": "设备",
|
||||
"paymentMethod": "支付方式",
|
||||
"processing": "处理中...",
|
||||
"successTitle": "礼物已发送!",
|
||||
"successDesc": "收件人 {{contact}} 将收到通知",
|
||||
"pendingTitle": "等待支付",
|
||||
"pendingDesc": "请在支付系统中完成支付",
|
||||
"pendingActivationTitle": "等待激活",
|
||||
"pendingActivationDesc": "收件人有活跃订阅,礼物等待激活。",
|
||||
"failedTitle": "错误",
|
||||
"failedDesc": "礼物发送失败,请重试。",
|
||||
"backToGift": "返回",
|
||||
"backToDashboard": "返回首页",
|
||||
"tryAgain": "重试",
|
||||
"pollTimeout": "处理时间超出预期",
|
||||
"pollTimeoutDesc": "请稍后再查看状态",
|
||||
"retry": "再次检查",
|
||||
"noToken": "无效链接",
|
||||
"tariff": "套餐",
|
||||
"period": "时长",
|
||||
"giftMessageLabel": "消息",
|
||||
"recipientLabel": "收件人",
|
||||
"featureDisabled": "礼物功能暂时不可用",
|
||||
"redirecting": "正在跳转..."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user