mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-11 02:28:35 +00:00
fix comment error
This commit is contained in:
parent
4ad00e9fb7
commit
1ffa652bcf
|
@ -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: '年',
|
||||
|
|
Loading…
Reference in a new issue