From 2db0680355d81eb223f5530e9650c39676bbed98 Mon Sep 17 00:00:00 2001 From: tqcenglish Date: Sun, 11 Aug 2019 00:43:36 +0800 Subject: fix comment error --- ui/src/translations/zh.ts | 10 +++++----- 1 file 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>节点', trending_communities:'<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: '年', -- cgit v1.2.3