mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-05 06:00:31 +00:00
fix comment error
This commit is contained in:
parent
74a482992f
commit
b18cc49d58
@ -8,9 +8,9 @@ export const zh = {
|
|||||||
number_of_posts:'{{count}} 帖子',
|
number_of_posts:'{{count}} 帖子',
|
||||||
posts: '帖子',
|
posts: '帖子',
|
||||||
related_posts: '相关的帖子',
|
related_posts: '相关的帖子',
|
||||||
comments: '节点',
|
comments: '评论',
|
||||||
number_of_comments:'{{count}} 节点',
|
number_of_comments:'{{count}} 评论',
|
||||||
remove_comment: '移除节点',
|
remove_comment: '移除评论',
|
||||||
communities: '节点',
|
communities: '节点',
|
||||||
create_a_community: '创建新节点',
|
create_a_community: '创建新节点',
|
||||||
create_community: '创建节点',
|
create_community: '创建节点',
|
||||||
@ -18,7 +18,7 @@ export const zh = {
|
|||||||
subscribed_to_communities:'订阅新 <1>节点</1>',
|
subscribed_to_communities:'订阅新 <1>节点</1>',
|
||||||
trending_communities:'<1>节点</1>趋势',
|
trending_communities:'<1>节点</1>趋势',
|
||||||
list_of_communities: '节点列表',
|
list_of_communities: '节点列表',
|
||||||
community_reqs: '包含小写与下划线且没有空格.',
|
community_reqs: '包含小写与下划线且没有空格的字符串.',
|
||||||
edit: '编辑',
|
edit: '编辑',
|
||||||
reply: '回应',
|
reply: '回应',
|
||||||
cancel: '取消',
|
cancel: '取消',
|
||||||
@ -71,7 +71,7 @@ export const zh = {
|
|||||||
sort_type: '排序方式',
|
sort_type: '排序方式',
|
||||||
hot: '最热',
|
hot: '最热',
|
||||||
new: '最新',
|
new: '最新',
|
||||||
top_day: '今日最热',
|
top_day: '今日',
|
||||||
week: '周',
|
week: '周',
|
||||||
month: '月',
|
month: '月',
|
||||||
year: '年',
|
year: '年',
|
||||||
|
Loading…
Reference in New Issue
Block a user