diff options
author | crupest <crupest@outlook.com> | 2021-01-31 13:37:31 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-01-31 13:37:31 +0800 |
commit | d5a0a1281b138b7ca325fa178af6260e8377aa38 (patch) | |
tree | 211e5c72f52d3e01c2ad47ebb0e129a6f80879a5 /FrontEnd/src/app/locales/en/translation.json | |
parent | 3cb9e96a6f1c8c965f331b8e097d81245df3e2c2 (diff) | |
download | timeline-d5a0a1281b138b7ca325fa178af6260e8377aa38.tar.gz timeline-d5a0a1281b138b7ca325fa178af6260e8377aa38.tar.bz2 timeline-d5a0a1281b138b7ca325fa178af6260e8377aa38.zip |
...
Diffstat (limited to 'FrontEnd/src/app/locales/en/translation.json')
-rw-r--r-- | FrontEnd/src/app/locales/en/translation.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/FrontEnd/src/app/locales/en/translation.json b/FrontEnd/src/app/locales/en/translation.json index c86e1e33..408950b1 100644 --- a/FrontEnd/src/app/locales/en/translation.json +++ b/FrontEnd/src/app/locales/en/translation.json @@ -4,6 +4,10 @@ "edit": "Edit", "done": "Done", "loadFailReload": "Load failed, click <1>here</1> to reload.", + "error": { + "network": "Network error.", + "unknown": "Unknown error." + }, "serviceWorker": { "availableOffline": "Timeline is now cached in your computer and you can use it offline. 🎉🎉🎉", "upgradePrompt": "App is getting a new version!", @@ -111,6 +115,11 @@ "addBookmarkFail": "Failed to add bookmark.", "removeBookmarkFail": "Failed to remove bookmark." }, + "searchPage": { + "loading": "Loading search result...", + "input": "Input something and search!", + "noResult": "Sorry, there is no satisfied results." + }, "user": { "username": "username", "password": "password", |