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 | 955704d1e8c3f47b8672cbbd77f4bfb6068fd7b2 (patch) | |
tree | b03da71ac4c17f2ec6cacfbb9aa81d3225bb0a82 /FrontEnd/src/app/locales | |
parent | 723d7b038ad5b3f391c0d6f400f3c12fabf75667 (diff) | |
download | timeline-955704d1e8c3f47b8672cbbd77f4bfb6068fd7b2.tar.gz timeline-955704d1e8c3f47b8672cbbd77f4bfb6068fd7b2.tar.bz2 timeline-955704d1e8c3f47b8672cbbd77f4bfb6068fd7b2.zip |
...
Diffstat (limited to 'FrontEnd/src/app/locales')
-rw-r--r-- | FrontEnd/src/app/locales/en/translation.json | 3 | ||||
-rw-r--r-- | FrontEnd/src/app/locales/zh/translation.json | 3 |
2 files changed, 6 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": { diff --git a/FrontEnd/src/app/locales/zh/translation.json b/FrontEnd/src/app/locales/zh/translation.json index 8c925eb9..708d0b3b 100644 --- a/FrontEnd/src/app/locales/zh/translation.json +++ b/FrontEnd/src/app/locales/zh/translation.json @@ -1,6 +1,8 @@ { "welcome": "欢迎!", "search": "搜索", + "edit": "编辑", + "done": "完成", "loadFailReload": "加载失败,<1>点击</1>重试。", "serviceWorker": { "availableOffline": "Timeline 已经缓存在本地,你可以离线使用它。🎉🎉🎉", @@ -23,6 +25,7 @@ "highlightTimeline": "高光时间线", "relatedTimeline": "关于你的时间线", "publicTimeline": "公开时间线", + "bookmarkTimeline": "书签时间线", "offlinePrompt": "你好像处于离线状态。以下是一些缓存在本地的时间线。你可以查看它们或者<1>点击</1>重新获取在线信息。", "createButton": "创建时间线", "createDialog": { |