Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/lang/zh_CN/entities.php
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
'comments' => '评论',
'comment_add' => '添加评论',
'comment_placeholder' => '在这里评论',
'comment_count' => '{0} 无评论|[1,*] :count条评论',
'comment_count' => '{0} 无评论|{1} 1 条评论|[2,*] :count 条评论',
'comment_save' => '保存评论',
'comment_saving' => '正在保存评论...',
'comment_deleting' => '正在删除评论...',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/zh_TW/entities.php
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
'comments' => '評論',
'comment_add' => '新增評論',
'comment_placeholder' => '在這裡評論',
'comment_count' => '{0} 無評論 |{1} :count 則評論 | [2,*] :count 則評論',
'comment_count' => '{0} 無評論|{1} 1 則評論|[2,*] :count 則評論',
'comment_save' => '儲存評論',
'comment_saving' => '正在儲存評論……',
'comment_deleting' => '正在刪除評論……',
Expand Down