diff options
author | crupest <crupest@outlook.com> | 2021-01-03 19:31:11 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-01-03 19:31:11 +0800 |
commit | 76e818a722a9c8cdb82c66dafaf0bd2768e29bc1 (patch) | |
tree | 454b773114f65160abd289a98afb49c9bf5f4936 /FrontEnd/src/app/locales | |
parent | b7be2446ab3136b35ff8b752b13873ac690066f2 (diff) | |
download | timeline-76e818a722a9c8cdb82c66dafaf0bd2768e29bc1.tar.gz timeline-76e818a722a9c8cdb82c66dafaf0bd2768e29bc1.tar.bz2 timeline-76e818a722a9c8cdb82c66dafaf0bd2768e29bc1.zip |
...
Diffstat (limited to 'FrontEnd/src/app/locales')
-rw-r--r-- | FrontEnd/src/app/locales/en/translation.json | 6 | ||||
-rw-r--r-- | FrontEnd/src/app/locales/zh/translation.json | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/FrontEnd/src/app/locales/en/translation.json b/FrontEnd/src/app/locales/en/translation.json index 28e7c978..414cc747 100644 --- a/FrontEnd/src/app/locales/en/translation.json +++ b/FrontEnd/src/app/locales/en/translation.json @@ -27,6 +27,12 @@ "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.", + "message": { + "moveHighlightFail": "Failed to move highlight timeline.", + "deleteHighlightFail": "Failed to delete highlight timeline.", + "moveBookmarkFail": "Failed to move bookmark timeline.", + "deleteBookmarkFail": "Failed to delete bookmark timeline." + }, "createButton": "Create Timeline", "createDialog": { "title": "Create Timeline!", diff --git a/FrontEnd/src/app/locales/zh/translation.json b/FrontEnd/src/app/locales/zh/translation.json index 708d0b3b..bbee28af 100644 --- a/FrontEnd/src/app/locales/zh/translation.json +++ b/FrontEnd/src/app/locales/zh/translation.json @@ -27,6 +27,12 @@ "publicTimeline": "公开时间线", "bookmarkTimeline": "书签时间线", "offlinePrompt": "你好像处于离线状态。以下是一些缓存在本地的时间线。你可以查看它们或者<1>点击</1>重新获取在线信息。", + "message": { + "moveHighlightFail": "移动高光时间线失败。", + "deleteHighlightFail": "删除高光时间线失败。", + "moveBookmarkFail": "移动书签时间线失败。", + "deleteBookmarkFail": "删除书签时间线失败。" + }, "createButton": "创建时间线", "createDialog": { "title": "创建时间线!", |