chore: i18n in toast

This commit is contained in:
Tristan Yang
2023-01-19 08:39:57 +08:00
parent 1f7baef4b6
commit fd8c54e702
34 changed files with 107 additions and 86 deletions
+12
View File
@@ -47,6 +47,12 @@
"status": {
"uploading": "Uploading"
},
"tip": {
"update": "Update Successfully!",
"delete": "Delete Successfully!",
"login": "Login Successfully!",
"logout": "Logout Successfully!"
},
"new_version": "<0>New Version</0> Available",
"mobile_app": "Check out our <0>Mobile APP</0>",
"price": {
@@ -58,5 +64,11 @@
"title": "VoceChat Supreme",
"desc": "User Limit: No Limit"
}
},
"server_update": {
"version_needed": "This function needs server version:<0>{{version}}</0> at least 🚨",
"current_version": "Your current version:<0>{{version}}</0>",
"update_tip": "Please upgrade the Server!",
"howto": "How to Update VoceChat Server"
}
}
+12
View File
@@ -49,6 +49,12 @@
"status": {
"uploading": "上传中"
},
"tip": {
"update": "更新成功!",
"delete": "删除成功!",
"login": "登录成功!",
"logout": "退出成功!"
},
"new_version": "有<0>新版本</0>",
"mobile_app": "欢迎下载使用<0>手机APP</0>",
"price": {
@@ -60,5 +66,11 @@
"title": "VoceChat 终极版",
"desc": "用户数限制: 无限制"
}
},
"server_update": {
"version_needed": "支持该特性的最低Server版本:<0>{{version}}</0>",
"current_version": "当前的Server版本:<0>{{version}}</0>",
"update_tip": "请升级后端服务!",
"howto": "如何升级后端服务"
}
}