1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Updated translations with latest Crowdin changes (#5659)

This commit is contained in:
Dan Brown
2025-07-07 14:35:19 +01:00
committed by GitHub
parent c934b9319f
commit 2be892be70
26 changed files with 2200 additions and 400 deletions

View File

@@ -392,7 +392,7 @@ return [
'comment' => '评论',
'comments' => '评论',
'comment_add' => '添加评论',
'comment_none' => 'No comments to display',
'comment_none' => '没有要显示的评论',
'comment_placeholder' => '在这里评论',
'comment_thread_count' => ':count Comment Thread|:count Comment Threads',
'comment_archived_count' => ':count Archived',
@@ -407,7 +407,7 @@ return [
'comment_updated_success' => '评论已更新',
'comment_archive_success' => 'Comment archived',
'comment_unarchive_success' => 'Comment un-archived',
'comment_view' => 'View comment',
'comment_view' => '查看评论',
'comment_jump_to_thread' => 'Jump to thread',
'comment_delete_confirm' => '您确定要删除这条评论?',
'comment_in_reply_to' => '回复 :commentId',