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/en/translation.json | |
parent | 8ba5bfb5e3ce2b7f398f1893efde4bd92fcb6015 (diff) | |
download | timeline-3f6dbd2bd0fc8c9439733c88f6c169ed28c2def7.tar.gz timeline-3f6dbd2bd0fc8c9439733c88f6c169ed28c2def7.tar.bz2 timeline-3f6dbd2bd0fc8c9439733c88f6c169ed28c2def7.zip |
...
Diffstat (limited to 'FrontEnd/src/app/locales/en/translation.json')
-rw-r--r-- | FrontEnd/src/app/locales/en/translation.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/FrontEnd/src/app/locales/en/translation.json b/FrontEnd/src/app/locales/en/translation.json index 9e40cb85..274d629b 100644 --- a/FrontEnd/src/app/locales/en/translation.json +++ b/FrontEnd/src/app/locales/en/translation.json @@ -3,7 +3,7 @@ "search": "Search", "edit": "Edit", "done": "Done", - "loadFailReload": "Load failed, click <1>here</1> to reload.", + "loadFailReload": "Load failed, <1>click here to reload</1>.", "error": { "network": "Network error.", "unknown": "Unknown error." @@ -98,11 +98,6 @@ "inputPrompt": "This is a dangerous action. If you are sure to delete timeline<1>{{name}}</1>, please input its name below and click confirm button.", "notMatch": "Name does not match." }, - "postSyncState": { - "syncing": "Syncing", - "synced": "Synced", - "offline": "Offline" - }, "post": { "deleteDialog": { "title": "Confirm Delete", |