aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/locales/zh
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-01-03 19:38:05 +0800
committerGitHub <noreply@github.com>2021-01-03 19:38:05 +0800
commit418d631528fdb581a384068719e9af5dbaa66740 (patch)
tree42e2c0396a16cb5fbaaae665a238a8a031bef7f0 /FrontEnd/src/app/locales/zh
parent4b3ae3edd9e8aceac5ff26ef137d2a8d686fe305 (diff)
parent8af803cb0da57af1355ad28cd056cb5dcf6d6915 (diff)
downloadtimeline-418d631528fdb581a384068719e9af5dbaa66740.tar.gz
timeline-418d631528fdb581a384068719e9af5dbaa66740.tar.bz2
timeline-418d631528fdb581a384068719e9af5dbaa66740.zip
Merge pull request #197 from crupest/front-dev
Front: Highlight and bookmark timeline and new home page.
Diffstat (limited to 'FrontEnd/src/app/locales/zh')
-rw-r--r--FrontEnd/src/app/locales/zh/admin.json2
-rw-r--r--FrontEnd/src/app/locales/zh/translation.json19
2 files changed, 16 insertions, 5 deletions
diff --git a/FrontEnd/src/app/locales/zh/admin.json b/FrontEnd/src/app/locales/zh/admin.json
index fed39b2d..edd1cabd 100644
--- a/FrontEnd/src/app/locales/zh/admin.json
+++ b/FrontEnd/src/app/locales/zh/admin.json
@@ -1,7 +1,7 @@
{
"nav": {
"users": "用户",
- "highlightTimelines": "高光时间线"
+ "more": "更多"
},
"create": "创建",
"user": {
diff --git a/FrontEnd/src/app/locales/zh/translation.json b/FrontEnd/src/app/locales/zh/translation.json
index 5d28f694..e15e177e 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 已经缓存在本地,你可以离线使用它。🎉🎉🎉",
@@ -20,10 +22,17 @@
"loadImageError": "加载图片失败",
"home": {
"go": "冲!",
- "allTimeline": "所有的时间线",
- "joinTimeline": "加入的时间线",
- "ownTimeline": "拥有的时间线",
+ "highlightTimeline": "高光时间线",
+ "relatedTimeline": "关于你的时间线",
+ "publicTimeline": "公开时间线",
+ "bookmarkTimeline": "书签时间线",
"offlinePrompt": "你好像处于离线状态。以下是一些缓存在本地的时间线。你可以查看它们或者<1>点击</1>重新获取在线信息。",
+ "message": {
+ "moveHighlightFail": "移动高光时间线失败。",
+ "deleteHighlightFail": "删除高光时间线失败。",
+ "moveBookmarkFail": "移动书签时间线失败。",
+ "deleteBookmarkFail": "删除书签时间线失败。"
+ },
"createButton": "创建时间线",
"createDialog": {
"title": "创建时间线!",
@@ -97,7 +106,9 @@
"title": "确认删除",
"prompt": "确定删除这个消息?这个操作不可撤销。"
}
- }
+ },
+ "addHighlightSuccess": "成功添加高光。",
+ "addBookmarkSuccess": "成功添加书签。"
},
"user": {
"username": "用户名",