diff options
author | crupest <crupest@outlook.com> | 2021-01-11 21:58:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-11 21:58:32 +0800 |
commit | 5f08a5afe39fb680a14982255d366335bcef5d6e (patch) | |
tree | 9deed1bab5913de2e2e31e1b7a8f14e7ee699cf8 /FrontEnd/src/app/locales | |
parent | 6d30c089c02591ce2f57cf22fe0c41c17c62fbc3 (diff) | |
parent | 21ee6d4b78566a857559c5e393ae85731d380092 (diff) | |
download | timeline-5f08a5afe39fb680a14982255d366335bcef5d6e.tar.gz timeline-5f08a5afe39fb680a14982255d366335bcef5d6e.tar.bz2 timeline-5f08a5afe39fb680a14982255d366335bcef5d6e.zip |
Merge pull request #206 from crupest/front-dev
Front development.
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, 8 insertions, 4 deletions
diff --git a/FrontEnd/src/app/locales/en/translation.json b/FrontEnd/src/app/locales/en/translation.json index 596b5217..ebf9552a 100644 --- a/FrontEnd/src/app/locales/en/translation.json +++ b/FrontEnd/src/app/locales/en/translation.json @@ -107,8 +107,10 @@ "prompt": "Are you sure to delete the post? This operation is not recoverable." } }, - "addHighlightSuccess": "Succeeded to add highlight.", - "addBookmarkSuccess": "Succeeded to add bookmark." + "addHighlightFail": "Failed to add highlight.", + "removeHighlightFail": "Failed to remove highlight.", + "addBookmarkFail": "Failed to add bookmark.", + "removeBookmarkFail": "Failed to remove bookmark." }, "user": { "username": "username", diff --git a/FrontEnd/src/app/locales/zh/translation.json b/FrontEnd/src/app/locales/zh/translation.json index e15e177e..0d063b4e 100644 --- a/FrontEnd/src/app/locales/zh/translation.json +++ b/FrontEnd/src/app/locales/zh/translation.json @@ -107,8 +107,10 @@ "prompt": "确定删除这个消息?这个操作不可撤销。" } }, - "addHighlightSuccess": "成功添加高光。", - "addBookmarkSuccess": "成功添加书签。" + "addHighlightFail": "添加高光失败。", + "removeHighlightFail": "删除高光失败。", + "addBookmarkFail": "添加书签失败。", + "removeBookmarkFail": "删除书签失败。" }, "user": { "username": "用户名", |