summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortqcenglish <tqcenglish@gmail.com>2019-08-11 00:43:36 +0800
committertqcenglish <tqcenglish@gmail.com>2019-08-11 00:43:36 +0800
commit2db0680355d81eb223f5530e9650c39676bbed98 (patch)
tree237a8a41629628092121add175afc0ea3d935a27
parentb55cfb6fa2d5530498aec101bb69f3724a2f3024 (diff)
fix comment error
-rw-r--r--ui/src/translations/zh.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/src/translations/zh.ts b/ui/src/translations/zh.ts
index 45d1db38..59e09d7c 100644
--- a/ui/src/translations/zh.ts
+++ b/ui/src/translations/zh.ts
@@ -8,9 +8,9 @@ export const zh = {
number_of_posts:'{{count}} 帖子',
posts: '帖子',
related_posts: '相关的帖子',
- comments: '节点',
- number_of_comments:'{{count}} 节点',
- remove_comment: '移除节点',
+ comments: '评论',
+ number_of_comments:'{{count}} 评论',
+ remove_comment: '移除评论',
communities: '节点',
create_a_community: '创建新节点',
create_community: '创建节点',
@@ -18,7 +18,7 @@ export const zh = {
subscribed_to_communities:'订阅新 <1>节点</1>',
trending_communities:'<1>节点</1>趋势',
list_of_communities: '节点列表',
- community_reqs: '包含小写与下划线且没有空格.',
+ community_reqs: '包含小写与下划线且没有空格的字符串.',
edit: '编辑',
reply: '回应',
cancel: '取消',
@@ -71,7 +71,7 @@ export const zh = {
sort_type: '排序方式',
hot: '最热',
new: '最新',
- top_day: '今日最热',
+ top_day: '今日',
week: '周',
month: '月',
year: '年',