aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/locales
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-01-03 19:35:36 +0800
committercrupest <crupest@outlook.com>2021-01-03 19:35:36 +0800
commit8af803cb0da57af1355ad28cd056cb5dcf6d6915 (patch)
tree42e2c0396a16cb5fbaaae665a238a8a031bef7f0 /FrontEnd/src/app/locales
parenta1e912b473b41185cdf0e6bd1810a2becb8f9659 (diff)
downloadtimeline-8af803cb0da57af1355ad28cd056cb5dcf6d6915.tar.gz
timeline-8af803cb0da57af1355ad28cd056cb5dcf6d6915.tar.bz2
timeline-8af803cb0da57af1355ad28cd056cb5dcf6d6915.zip
...
Diffstat (limited to 'FrontEnd/src/app/locales')
-rw-r--r--FrontEnd/src/app/locales/en/translation.json4
-rw-r--r--FrontEnd/src/app/locales/zh/translation.json4
2 files changed, 6 insertions, 2 deletions
diff --git a/FrontEnd/src/app/locales/en/translation.json b/FrontEnd/src/app/locales/en/translation.json
index 414cc747..596b5217 100644
--- a/FrontEnd/src/app/locales/en/translation.json
+++ b/FrontEnd/src/app/locales/en/translation.json
@@ -106,7 +106,9 @@
"title": "Confirm Delete",
"prompt": "Are you sure to delete the post? This operation is not recoverable."
}
- }
+ },
+ "addHighlightSuccess": "Succeeded to add highlight.",
+ "addBookmarkSuccess": "Succeeded to add bookmark."
},
"user": {
"username": "username",
diff --git a/FrontEnd/src/app/locales/zh/translation.json b/FrontEnd/src/app/locales/zh/translation.json
index bbee28af..e15e177e 100644
--- a/FrontEnd/src/app/locales/zh/translation.json
+++ b/FrontEnd/src/app/locales/zh/translation.json
@@ -106,7 +106,9 @@
"title": "确认删除",
"prompt": "确定删除这个消息?这个操作不可撤销。"
}
- }
+ },
+ "addHighlightSuccess": "成功添加高光。",
+ "addBookmarkSuccess": "成功添加书签。"
},
"user": {
"username": "用户名",