diff options
author | crupest <crupest@outlook.com> | 2021-01-03 19:01:32 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-01-03 19:01:32 +0800 |
commit | 4f301a32778fb006bcf2cc183c7118ca5961f7ba (patch) | |
tree | 29e95e27b6bea4053bb039900c0fb66955dddfa6 /FrontEnd/src/app/locales/en | |
parent | 79dbad6f92d105fc541f2035d317de7a547c3441 (diff) | |
download | timeline-4f301a32778fb006bcf2cc183c7118ca5961f7ba.tar.gz timeline-4f301a32778fb006bcf2cc183c7118ca5961f7ba.tar.bz2 timeline-4f301a32778fb006bcf2cc183c7118ca5961f7ba.zip |
...
Diffstat (limited to 'FrontEnd/src/app/locales/en')
-rw-r--r-- | FrontEnd/src/app/locales/en/translation.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FrontEnd/src/app/locales/en/translation.json b/FrontEnd/src/app/locales/en/translation.json index be80d21e..28e7c978 100644 --- a/FrontEnd/src/app/locales/en/translation.json +++ b/FrontEnd/src/app/locales/en/translation.json @@ -1,6 +1,8 @@ { "welcome": "Welcome!", "search": "Search", + "edit": "Edit", + "done": "Done", "loadFailReload": "Load failed, click <1>here</1> to reload.", "serviceWorker": { "availableOffline": "Timeline is now cached in your computer and you can use it offline. 🎉🎉🎉", @@ -23,6 +25,7 @@ "highlightTimeline": "Highlight Timelines", "relatedTimeline": "Timelines Related To You", "publicTimeline": "Public Timelines", + "bookmarkTimeline": "Bookmark Timelines", "offlinePrompt": "Oh oh, it seems you are offline. Here list some timelines cached locally. You can view them or click <1>here</1> to refresh.", "createButton": "Create Timeline", "createDialog": { |