diff options
author | crupest <crupest@outlook.com> | 2021-02-14 17:29:11 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-02-14 17:29:11 +0800 |
commit | 3f6dbd2bd0fc8c9439733c88f6c169ed28c2def7 (patch) | |
tree | c37106467d66f61a9b6143a60f703b37dc3d8981 /FrontEnd/src/app/locales/zh/translation.json | |
parent | 8ba5bfb5e3ce2b7f398f1893efde4bd92fcb6015 (diff) | |
download | timeline-3f6dbd2bd0fc8c9439733c88f6c169ed28c2def7.tar.gz timeline-3f6dbd2bd0fc8c9439733c88f6c169ed28c2def7.tar.bz2 timeline-3f6dbd2bd0fc8c9439733c88f6c169ed28c2def7.zip |
...
Diffstat (limited to 'FrontEnd/src/app/locales/zh/translation.json')
-rw-r--r-- | FrontEnd/src/app/locales/zh/translation.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/FrontEnd/src/app/locales/zh/translation.json b/FrontEnd/src/app/locales/zh/translation.json index 8d6dbcf3..759dc63c 100644 --- a/FrontEnd/src/app/locales/zh/translation.json +++ b/FrontEnd/src/app/locales/zh/translation.json @@ -3,7 +3,7 @@ "search": "搜索", "edit": "编辑", "done": "完成", - "loadFailReload": "加载失败,<1>点击</1>重试。", + "loadFailReload": "加载失败,<1>点击重试</1>。", "error": { "network": "网络错误。", "unknown": "未知错误。" @@ -98,11 +98,6 @@ "inputPrompt": "这是一个危险的操作。如果您确认要删除时间线<1>{{name}}</1>,请在下面输入它的名字并点击确认。", "notMatch": "名字不匹配" }, - "postSyncState": { - "syncing": "同步中", - "synced": "同步成功", - "offline": "离线" - }, "post": { "deleteDialog": { "title": "确认删除", |