aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/locales/zh
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-05-17 21:41:19 +0800
committercrupest <crupest@outlook.com>2021-05-17 21:41:19 +0800
commit5ead84a292481b43f44ae3d044193901045ce092 (patch)
treec5bc4b046f74500721356d0dc83c39a2d76aae52 /FrontEnd/src/app/locales/zh
parent0fc36c865ba46cab42b67e52153cd6115d8087ab (diff)
downloadtimeline-5ead84a292481b43f44ae3d044193901045ce092.tar.gz
timeline-5ead84a292481b43f44ae3d044193901045ce092.tar.bz2
timeline-5ead84a292481b43f44ae3d044193901045ce092.zip
feat: Connection badge.
Diffstat (limited to 'FrontEnd/src/app/locales/zh')
-rw-r--r--FrontEnd/src/app/locales/zh/translation.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/FrontEnd/src/app/locales/zh/translation.json b/FrontEnd/src/app/locales/zh/translation.json
index b2c651f6..728c3b81 100644
--- a/FrontEnd/src/app/locales/zh/translation.json
+++ b/FrontEnd/src/app/locales/zh/translation.json
@@ -10,6 +10,13 @@
"network": "网络错误。",
"unknown": "未知错误。"
},
+ "connectionState": {
+ "Connected": "已连接",
+ "Connecting": "正在连接",
+ "Disconnected": "已断开连接",
+ "Disconnecting": "正在断开连接",
+ "Reconnecting": "正在重新连接"
+ },
"serviceWorker": {
"availableOffline": "Timeline 已经缓存在本地,你可以离线使用它。🎉🎉🎉",
"upgradePrompt": "App 有新版本!",