diff options
author | crupest <crupest@outlook.com> | 2021-05-17 21:41:19 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-17 21:41:19 +0800 |
commit | a3f8daad1706697c6106045f271b74fd241ddcb3 (patch) | |
tree | a88666ef885f9a694ceb1b657b56f82d6b0d0481 /FrontEnd/src/app/locales/zh | |
parent | c7528bfdfa920f1e2e5de2876c4bb7691419d7d6 (diff) | |
download | timeline-a3f8daad1706697c6106045f271b74fd241ddcb3.tar.gz timeline-a3f8daad1706697c6106045f271b74fd241ddcb3.tar.bz2 timeline-a3f8daad1706697c6106045f271b74fd241ddcb3.zip |
feat: Connection badge.
Diffstat (limited to 'FrontEnd/src/app/locales/zh')
-rw-r--r-- | FrontEnd/src/app/locales/zh/translation.json | 7 |
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 有新版本!", |