aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/locales
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
commita3f8daad1706697c6106045f271b74fd241ddcb3 (patch)
treea88666ef885f9a694ceb1b657b56f82d6b0d0481 /FrontEnd/src/app/locales
parentc7528bfdfa920f1e2e5de2876c4bb7691419d7d6 (diff)
downloadtimeline-a3f8daad1706697c6106045f271b74fd241ddcb3.tar.gz
timeline-a3f8daad1706697c6106045f271b74fd241ddcb3.tar.bz2
timeline-a3f8daad1706697c6106045f271b74fd241ddcb3.zip
feat: Connection badge.
Diffstat (limited to 'FrontEnd/src/app/locales')
-rw-r--r--FrontEnd/src/app/locales/en/translation.json7
-rw-r--r--FrontEnd/src/app/locales/zh/translation.json7
2 files changed, 14 insertions, 0 deletions
diff --git a/FrontEnd/src/app/locales/en/translation.json b/FrontEnd/src/app/locales/en/translation.json
index 1261b086..49268961 100644
--- a/FrontEnd/src/app/locales/en/translation.json
+++ b/FrontEnd/src/app/locales/en/translation.json
@@ -10,6 +10,13 @@
"network": "Network error.",
"unknown": "Unknown error."
},
+ "connectionState": {
+ "Connected": "Connected",
+ "Connecting": "Connecting",
+ "Disconnected": "Disconnected",
+ "Disconnecting": "Disconnecting",
+ "Reconnecting": "Reconnecting"
+ },
"serviceWorker": {
"availableOffline": "Timeline is now cached in your computer and you can use it offline. 🎉🎉🎉",
"upgradePrompt": "App is getting a new version!",
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 有新版本!",