mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
* New pay (#2484) * remove sub status * feat: new pay mode * fix: ts * limit
This commit is contained in:
@@ -1331,7 +1331,7 @@
|
||||
"FAQ": "Frequently asked questions",
|
||||
"Month amount": "Months",
|
||||
"Next plan": "Future plan",
|
||||
"Nonsupport": "Unable to switch",
|
||||
"Nonsupport": "No purchase required",
|
||||
"Stand plan level": "Subscription plan",
|
||||
"Standard update fail": "Failed to modify subscription plan",
|
||||
"Standard update success": "Subscription plan change successful!",
|
||||
@@ -1360,6 +1360,7 @@
|
||||
"point": "integral",
|
||||
"rerank": "Rerank",
|
||||
"standardSubLevel": {
|
||||
"custom": "Customized version",
|
||||
"enterprise": "Enterprise edition",
|
||||
"experience": "Experience edition",
|
||||
"free": "Free edition",
|
||||
|
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"bill": {
|
||||
"not_need_invoice": "Balance payment, unable to issue invoice"
|
||||
"buy_standard_plan_success": "Package purchased successfully",
|
||||
"not_need_invoice": "Balance payment, unable to issue invoice",
|
||||
"renew_plan": "Renewal package"
|
||||
},
|
||||
"bind_inform_account_error": "Abnormal binding notification account",
|
||||
"bind_inform_account_success": "Binding notification account successful",
|
||||
|
@@ -1116,7 +1116,7 @@
|
||||
"old_package_price": "旧套餐余额",
|
||||
"other": "其他金额,请取整数",
|
||||
"to_recharge": "余额不足,去充值",
|
||||
"wechat": "请微信扫码支付: {{price}}元,请勿关闭页面",
|
||||
"wechat": "请微信扫码支付: {{price}}元\n请勿关闭页面",
|
||||
"yuan": "{{amount}}元"
|
||||
},
|
||||
"permission": {
|
||||
@@ -1331,7 +1331,7 @@
|
||||
"FAQ": "常见问题",
|
||||
"Month amount": "月数",
|
||||
"Next plan": "未来套餐",
|
||||
"Nonsupport": "无法切换",
|
||||
"Nonsupport": "无需购买",
|
||||
"Stand plan level": "订阅套餐",
|
||||
"Standard update fail": "修改订阅套餐异常",
|
||||
"Standard update success": "变更订阅套餐成功!",
|
||||
@@ -1360,6 +1360,7 @@
|
||||
"point": "积分",
|
||||
"rerank": "检索结果重排",
|
||||
"standardSubLevel": {
|
||||
"custom": "自定义版",
|
||||
"enterprise": "企业版",
|
||||
"experience": "体验版",
|
||||
"free": "免费版",
|
||||
|
@@ -11,7 +11,9 @@
|
||||
"use_balance_hint": "由于系统升级,原“自动续费从余额扣款”模式取消,余额充值入口关闭。您的余额可用于购买积分",
|
||||
"contact_customer_service": "联系客服",
|
||||
"convert_success": "兑换成功",
|
||||
"convert_error": "兑换失败"
|
||||
"convert_error": "兑换失败",
|
||||
"buy_standard_plan_success": "购买套餐成功",
|
||||
"renew_plan": "续费套餐"
|
||||
},
|
||||
"bind_inform_account_error": "绑定通知账号异常",
|
||||
"bind_inform_account_success": "绑定通知账号成功",
|
||||
|
Reference in New Issue
Block a user