]> Untitled Git - lemmy.git/commitdiff
fix comment error
authortqcenglish <tqcenglish@gmail.com>
Sat, 10 Aug 2019 16:43:36 +0000 (00:43 +0800)
committertqcenglish <tqcenglish@gmail.com>
Sat, 10 Aug 2019 16:43:36 +0000 (00:43 +0800)
ui/src/translations/zh.ts

index 45d1db3874c4661badba0334083563af0d2a48c0..59e09d7c1d51d4e42691923dfead6670475a28cf 100644 (file)
@@ -8,9 +8,9 @@ export const zh = {
     number_of_posts:'{{count}} 帖子',
     posts: '帖子',
     related_posts: '相关的帖子',
-    comments: 'è\8a\82ç\82¹',
-    number_of_comments:'{{count}} è\8a\82ç\82¹',
-    remove_comment: '移é\99¤è\8a\82ç\82¹',
+    comments: 'è¯\84论',
+    number_of_comments:'{{count}} è¯\84论',
+    remove_comment: '移é\99¤è¯\84论',
     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: '年',