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
@@ -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": "如何升级后端服务"
}
}