fix: price i18n
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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": "用户数限制: 无限制"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user