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 | a1e912b473b41185cdf0e6bd1810a2becb8f9659 (patch) | |
tree | bfa8dcd6e670c1c95a46244aa10840d85cbc8bab /FrontEnd/src/app/locales/zh | |
parent | 2037b9ca65ab17e60d5b0c4788a754a580fd54b6 (diff) | |
download | timeline-a1e912b473b41185cdf0e6bd1810a2becb8f9659.tar.gz timeline-a1e912b473b41185cdf0e6bd1810a2becb8f9659.tar.bz2 timeline-a1e912b473b41185cdf0e6bd1810a2becb8f9659.zip |
...
Diffstat (limited to 'FrontEnd/src/app/locales/zh')
-rw-r--r-- | FrontEnd/src/app/locales/zh/translation.json | 6 |
1 files changed, 6 insertions, 0 deletions
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": "创建时间线!", |