feat: mobile app download toaster

This commit is contained in:
Tristan Yang
2022-11-24 17:27:51 +08:00
parent 48ffdcc1b5
commit 4c85d50f0e
6 changed files with 85 additions and 7 deletions
+5 -1
View File
@@ -9,12 +9,14 @@
"logout": "Log Out",
"change_avatar": "Change Avatar",
"cancel": "Cancel",
"dismiss": "Dismiss",
"search": "Search",
"new_channel": "New Channel",
"new_private_channel": "New Private Channel",
"new_msg": "New Message",
"invite_people": "Invite People",
"create": "Create",
"open": "Open",
"update": "Update",
"upload": "Upload",
"done": "Done",
@@ -41,5 +43,7 @@
},
"status": {
"uploading": "Uploading"
}
},
"new_version": "<0>New Version</0> Available",
"mobile_app": "Check out our <0>Mobile APP</0>"
}
+5 -1
View File
@@ -9,12 +9,14 @@
"logout": "退出登录",
"change_avatar": "修改头像",
"cancel": "取消",
"dismiss": "关闭",
"new_channel": "新建频道",
"new_private_channel": "新建私有频道",
"new_msg": "发消息",
"invite_people": "邀请TA人",
"search": "搜索",
"create": "创建",
"open": "打开",
"update": "更新",
"upload": "上传",
"done": "完成",
@@ -42,5 +44,7 @@
},
"status": {
"uploading": "上传中"
}
},
"new_version": "有<0>新版本</0>",
"mobile_app": "欢迎下载使用<0>手机APP</0>"
}