fix: price i18n

This commit is contained in:
Tristan Yang
2023-01-09 10:52:03 +08:00
parent db3a942a47
commit af97379a84
3 changed files with 30 additions and 10 deletions
+11 -1
View File
@@ -48,5 +48,15 @@
"uploading": "Uploading"
},
"new_version": "<0>New Version</0> Available",
"mobile_app": "Check out our <0>Mobile APP</0>"
"mobile_app": "Check out our <0>Mobile APP</0>",
"price": {
"pro": {
"title": "VoceChat Pro",
"desc": "User Limit: 100"
},
"supreme": {
"title": "VoceChat Supreme",
"desc": "User Limit: No Limit"
}
}
}
+11 -1
View File
@@ -50,5 +50,15 @@
"uploading": "上传中"
},
"new_version": "有<0>新版本</0>",
"mobile_app": "欢迎下载使用<0>手机APP</0>"
"mobile_app": "欢迎下载使用<0>手机APP</0>",
"price": {
"pro": {
"title": "VoceChat 专业版",
"desc": "用户数限制: 100人"
},
"supreme": {
"title": "VoceChat 终极版",
"desc": "用户数限制: 无限制"
}
}
}