feat: license upgrade confirm

This commit is contained in:
Tristan Yang
2023-01-19 23:03:40 +08:00
parent bc882e786f
commit 397d1c1c23
9 changed files with 80 additions and 18 deletions
+4 -2
View File
@@ -58,11 +58,13 @@
"price": {
"pro": {
"title": "VoceChat Pro",
"desc": "User Limit: 100"
"desc": "User Limit: 100",
"price": "¥12/year"
},
"supreme": {
"title": "VoceChat Supreme",
"desc": "User Limit: No Limit"
"desc": "User Limit: No Limit",
"price": "$499/year"
}
},
"server_update": {
+4 -1
View File
@@ -90,7 +90,10 @@
"back_home": "Back Home",
"tip_renewing": "Renewing the License, do not close the window!",
"tip_renewed": "Renew the License Successfully!",
"tip_renew_error": "Invalided Stripe Session ID"
"tip_renew_error": "Invalided Stripe Session ID",
"tip_domain": "The license is bound to domain and port, please confirm or update your setting:",
"tip_port": "port 80 or 443 can be ignored",
"tip_confirm": "Start Payment"
},
"bot": {
"add_api_key": "Add API Key",
+4 -2
View File
@@ -60,11 +60,13 @@
"price": {
"pro": {
"title": "VoceChat 专业版",
"desc": "用户数限制: 100人"
"desc": "用户数限制: 100人",
"price": "¥12/年"
},
"supreme": {
"title": "VoceChat 终极版",
"desc": "用户数限制: 无限制"
"desc": "用户数限制: 无限制",
"price": "¥3500/年"
}
},
"server_update": {
+4 -1
View File
@@ -85,7 +85,10 @@
"back_home": "回到首页",
"tip_renewing": "正在更新证书,请勿关闭窗口!",
"tip_renewed": "证书更新成功!",
"tip_renew_error": "无效的Stripe ID"
"tip_renew_error": "无效的Stripe ID",
"tip_domain": "证书与域名以及端口相绑定,请确认或修改:",
"tip_port": "端口号80443,可不填",
"tip_confirm": "开始支付"
},
"bot": {
"add_api_key": "新增API Key",