diff --git a/resources/lang/zh_CN/auth.php b/resources/lang/zh_CN/auth.php
index 62cd0c243..0eec01508 100644
--- a/resources/lang/zh_CN/auth.php
+++ b/resources/lang/zh_CN/auth.php
@@ -26,11 +26,11 @@ return [
     'remember_me' => '记住我',
     'ldap_email_hint' => '请输入用于此帐户的电子邮件。',
     'create_account' => '创建账户',
-    'already_have_account' => 'Already have an account?',
-    'dont_have_account' => 'Don\'t have an account?',
+    'already_have_account' => '您已经有账号?',
+    'dont_have_account' => '您还没注册?',
     'social_login' => 'SNS登录',
     'social_registration' => 'SNS注册',
-    'social_registration_text' => '其他服务注册/登录.',
+    'social_registration_text' => '其他服务注册/登录。',
 
     'register_thanks' => '注册完成!',
     'register_confirm' => '请点击查收您的Email,并点击确认。',
@@ -66,12 +66,12 @@ return [
     'email_not_confirmed_resend_button' => '重新发送确认Email',
 
     // User Invite
-    'user_invite_email_subject' => 'You have been invited to join :appName!',
-    'user_invite_email_greeting' => 'An account has been created for you on :appName.',
-    'user_invite_email_text' => 'Click the button below to set an account password and gain access:',
-    'user_invite_email_action' => 'Set Account Password',
-    'user_invite_page_welcome' => 'Welcome to :appName!',
-    'user_invite_page_text' => 'To finalise your account and gain access you need to set a password which will be used to log-in to :appName on future visits.',
-    'user_invite_page_confirm_button' => 'Confirm Password',
-    'user_invite_success' => 'Password set, you now have access to :appName!'
+    'user_invite_email_subject' => '您已受邀加入 :appName!',
+    'user_invite_email_greeting' => ' :appName 已为您创建了一个帐户。',
+    'user_invite_email_text' => '点击下面的按钮以设置帐户密码并获得访问权限:',
+    'user_invite_email_action' => '设置帐号密码',
+    'user_invite_page_welcome' => '欢迎来到 :appName!',
+    'user_invite_page_text' => '要完成您的帐户并获得访问权限,您需要设置一个密码,该密码将在以后访问时用于登录 :appName。',
+    'user_invite_page_confirm_button' => '确认密码',
+    'user_invite_success' => '已设置密码,您现在可以访问 :appName!'
 ];
\ No newline at end of file
diff --git a/resources/lang/zh_CN/common.php b/resources/lang/zh_CN/common.php
index 04a826e6f..37cb608a7 100644
--- a/resources/lang/zh_CN/common.php
+++ b/resources/lang/zh_CN/common.php
@@ -11,7 +11,7 @@ return [
     'save' => '保存',
     'continue' => '继续',
     'select' => '选择',
-    'toggle_all' => 'Toggle All',
+    'toggle_all' => '切换全部',
     'more' => '更多',
 
     // Form Labels
@@ -24,7 +24,7 @@ return [
     // Actions
     'actions' => '操作',
     'view' => '浏览',
-    'view_all' => 'View All',
+    'view_all' => '查看全部',
     'create' => '创建',
     'update' => '更新',
     'edit' => '编辑',
@@ -40,13 +40,13 @@ return [
     'add' => '添加',
 
     // Sort Options
-    'sort_options' => 'Sort Options',
-    'sort_direction_toggle' => 'Sort Direction Toggle',
-    'sort_ascending' => 'Sort Ascending',
-    'sort_descending' => 'Sort Descending',
-    'sort_name' => 'Name',
-    'sort_created_at' => 'Created Date',
-    'sort_updated_at' => 'Updated Date',
+    'sort_options' => '排序选项',
+    'sort_direction_toggle' => '排序方向切换',
+    'sort_ascending' => '升序',
+    'sort_descending' => '降序',
+    'sort_name' => '名称',
+    'sort_created_at' => '创建时间',
+    'sort_updated_at' => '更新时间',
 
     // Misc
     'deleted_user' => '删除用户',
@@ -59,18 +59,18 @@ return [
     'grid_view' => '网格视图',
     'list_view' => '列表视图',
     'default' => '默认',
-    'breadcrumb' => 'Breadcrumb',
+    'breadcrumb' => '面包屑导航',
 
     // Header
-    'profile_menu' => 'Profile Menu',
+    'profile_menu' => '个人资料',
     'view_profile' => '查看资料',
     'edit_profile' => '编辑资料',
 
     // Layout tabs
-    'tab_info' => 'Info',
-    'tab_content' => 'Content',
+    'tab_info' => '信息',
+    'tab_content' => '内容',
 
     // Email Content
     'email_action_help' => '如果您无法点击“:actionText”按钮,请将下面的网址复制到您的浏览器中打开:',
-    'email_rights' => 'All rights reserved',
+    'email_rights' => '版权所有',
 ];
diff --git a/resources/lang/zh_CN/entities.php b/resources/lang/zh_CN/entities.php
index 04e8e25bc..3efcef6a3 100644
--- a/resources/lang/zh_CN/entities.php
+++ b/resources/lang/zh_CN/entities.php
@@ -8,10 +8,10 @@ return [
     // Shared
     'recently_created' => '最近创建',
     'recently_created_pages' => '最近创建的页面',
-    'recently_updated_pages' => '最新页面',
+    'recently_updated_pages' => '最近更新的页面',
     'recently_created_chapters' => '最近创建的章节',
     'recently_created_books' => '最近创建的图书',
-    'recently_created_shelves' => 'Recently Created Shelves',
+    'recently_created_shelves' => '最近创建的书架',
     'recently_update' => '最近更新',
     'recently_viewed' => '最近查看',
     'recent_activity' => '近期活动',
@@ -68,13 +68,13 @@ return [
     // Shelves
     'shelf' => '书架',
     'shelves' => '书架',
-    'x_shelves' => ':count Shelf|:count Shelves',
+    'x_shelves' => ':count 书架|:count 书架',
     'shelves_long' => '书架',
     'shelves_empty' => '当前未创建书架',
     'shelves_create' => '创建新书架',
     'shelves_popular' => '热门书架',
     'shelves_new' => '新书架',
-    'shelves_new_action' => 'New Shelf',
+    'shelves_new_action' => '新书架',
     'shelves_popular_empty' => '最热门的书架',
     'shelves_new_empty' => '最新创建的书架',
     'shelves_save' => '保存书架',
@@ -105,7 +105,7 @@ return [
     'books_popular' => '热门图书',
     'books_recent' => '最近的书',
     'books_new' => '新书',
-    'books_new_action' => 'New Book',
+    'books_new_action' => '新书',
     'books_popular_empty' => '最受欢迎的图书将出现在这里。',
     'books_new_empty' => '最近创建的图书将出现在这里。',
     'books_create' => '创建图书',
@@ -128,11 +128,11 @@ return [
     'books_navigation' => '图书导航',
     'books_sort' => '排序图书内容',
     'books_sort_named' => '排序图书「:bookName」',
-    'books_sort_name' => 'Sort by Name',
-    'books_sort_created' => 'Sort by Created Date',
-    'books_sort_updated' => 'Sort by Updated Date',
-    'books_sort_chapters_first' => 'Chapters First',
-    'books_sort_chapters_last' => 'Chapters Last',
+    'books_sort_name' => '按名称排序',
+    'books_sort_created' => '创建时间排序',
+    'books_sort_updated' => '按更新时间排序',
+    'books_sort_chapters_first' => '章节正序',
+    'books_sort_chapters_last' => '章节倒序',
     'books_sort_show_other' => '显示其他图书',
     'books_sort_save' => '保存新顺序',
 
@@ -210,8 +210,8 @@ return [
     'pages_revisions_created_by' => '创建者',
     'pages_revisions_date' => '修订日期',
     'pages_revisions_number' => '#',
-    'pages_revisions_numbered' => 'Revision #:id',
-    'pages_revisions_numbered_changes' => 'Revision #:id Changes',
+    'pages_revisions_numbered' => '修订 #:id',
+    'pages_revisions_numbered_changes' => '修改 #:id ',
     'pages_revisions_changelog' => '更新说明',
     'pages_revisions_changes' => '说明',
     'pages_revisions_current' => '当前版本',
@@ -234,7 +234,7 @@ return [
     ],
     'pages_draft_discarded' => '草稿已丢弃,编辑器已更新到当前页面内容。',
     'pages_specific' => '具体页面',
-    'pages_is_template' => 'Page Template',
+    'pages_is_template' => '页面模板',
 
     // Editor Sidebar
     'page_tags' => '页面标签',
@@ -243,14 +243,14 @@ return [
     'shelf_tags' => '书架标签',
     'tag' => '标签',
     'tags' =>  '标签',
-    'tag_name' =>  'Tag Name',
+    'tag_name' =>  '标签名称',
     'tag_value' => '标签值 (Optional)',
     'tags_explain' => "添加一些标签以更好地对您的内容进行分类。\n您可以为标签分配一个值,以进行更深入的组织。",
     'tags_add' => '添加另一个标签',
     'tags_remove' => 'Remove this tag',
     'attachments' => '附件',
     'attachments_explain' => '上传一些文件或附加一些链接显示在您的网页上。这些在页面的侧边栏中可见。',
-    'attachments_explain_instant_save' => '这里的更改将立即保存。Changes here are saved instantly.',
+    'attachments_explain_instant_save' => '这里的更改将立即保存。',
     'attachments_items' => '附加项目',
     'attachments_upload' => '上传文件',
     'attachments_link' => '附加链接',
@@ -273,12 +273,12 @@ return [
     'attachments_file_uploaded' => '附件上传成功',
     'attachments_file_updated' => '附件更新成功',
     'attachments_link_attached' => '链接成功附加到页面',
-    'templates' => 'Templates',
-    'templates_set_as_template' => 'Page is a template',
-    'templates_explain_set_as_template' => 'You can set this page as a template so its contents be utilized when creating other pages. Other users will be able to use this template if they have view permissions for this page.',
-    'templates_replace_content' => 'Replace page content',
-    'templates_append_content' => 'Append to page content',
-    'templates_prepend_content' => 'Prepend to page content',
+    'templates' => '模板',
+    'templates_set_as_template' => '设置为模板',
+    'templates_explain_set_as_template' => '您可以将此页面设置为模板,以便在创建其他页面时利用其内容。 如果其他用户对此页面具有查看权限,则将可以使用此模板。',
+    'templates_replace_content' => '替换页面内容',
+    'templates_append_content' => '附加到页面内容',
+    'templates_prepend_content' => '追加到页面内容',
 
     // Profile View
     'profile_user_for_x' => '来这里:time了',
@@ -286,7 +286,7 @@ return [
     'profile_not_created_pages' => ':userName尚未创建任何页面',
     'profile_not_created_chapters' => ':userName尚未创建任何章节',
     'profile_not_created_books' => ':userName尚未创建任何图书',
-    'profile_not_created_shelves' => ':userName has not created any shelves',
+    'profile_not_created_shelves' => ':userName 尚未创建任何书架',
 
     // Comments
     'comment' => '评论',
diff --git a/resources/lang/zh_CN/errors.php b/resources/lang/zh_CN/errors.php
index f500a58dc..7b70102dd 100644
--- a/resources/lang/zh_CN/errors.php
+++ b/resources/lang/zh_CN/errors.php
@@ -27,14 +27,14 @@ return [
     'social_account_register_instructions' => '如果您还没有帐户,您可以使用 :socialAccount 选项注册账户。',
     'social_driver_not_found' => '未找到社交驱动程序',
     'social_driver_not_configured' => '您的:socialAccount社交设置不正确。',
-    'invite_token_expired' => 'This invitation link has expired. You can instead try to reset your account password.',
+    'invite_token_expired' => '此邀请链接已过期。 您可以尝试重置您的帐户密码。',
 
     // System
     'path_not_writable' => '无法上传到文件路径“:filePath”,请确保它可写入服务器。',
     'cannot_get_image_from_url' => '无法从 :url 中获取图片',
     'cannot_create_thumbs' => '服务器无法创建缩略图,请检查您是否安装了GD PHP扩展。',
     'server_upload_limit' => '服务器不允许上传此大小的文件。 请尝试较小的文件。',
-    'uploaded'  => 'The server does not allow uploads of this size. Please try a smaller file size.',
+    'uploaded'  => '服务器不允许上传此大小的文件。 请尝试较小的文件。',
     'image_upload_error' => '上传图片时发生错误',
     'image_upload_type_error' => '上传的图像类型无效',
     'file_upload_timeout' => '文件上传已超时。',
@@ -65,7 +65,7 @@ return [
     'role_cannot_be_edited' => '无法编辑该角色',
     'role_system_cannot_be_deleted' => '无法删除系统角色',
     'role_registration_default_cannot_delete' => '无法删除设置为默认注册的角色',
-    'role_cannot_remove_only_admin' => 'This user is the only user assigned to the administrator role. Assign the administrator role to another user before attempting to remove it here.',
+    'role_cannot_remove_only_admin' => '该用户是分配给管理员角色的唯一用户。 在尝试在此处删除管理员角色之前,请将其分配给其他用户。',
 
     // Comments
     'comment_list' => '提取评论时出现错误。',
diff --git a/resources/lang/zh_CN/settings.php b/resources/lang/zh_CN/settings.php
index bc489376c..40cc7c49a 100755
--- a/resources/lang/zh_CN/settings.php
+++ b/resources/lang/zh_CN/settings.php
@@ -12,43 +12,43 @@ return [
     'settings_save_success' => '设置已保存',
 
     // App Settings
-    'app_customization' => 'Customization',
-    'app_features_security' => 'Features & Security',
-    'app_name' => 'App名',
+    'app_customization' => '定制',
+    'app_features_security' => '功能与安全',
+    'app_name' => '站点名称',
     'app_name_desc' => '此名称将在网页头部和Email中显示。',
     'app_name_header' => '在网页头部显示应用名?',
-    'app_public_access' => 'Public Access',
-    'app_public_access_desc' => 'Enabling this option will allow visitors, that are not logged-in, to access content in your BookStack instance.',
-    'app_public_access_desc_guest' => 'Access for public visitors can be controlled through the "Guest" user.',
-    'app_public_access_toggle' => 'Allow public access',
+    'app_public_access' => '访问权限',
+    'app_public_access_desc' => '启用此选项将允许未登录的用户访问站点内容。',
+    'app_public_access_desc_guest' => '可以通过“访客”用户来控制公共访问者的访问。',
+    'app_public_access_toggle' => '允许公众访问',
     'app_public_viewing' => '允许公众查看?',
     'app_secure_images' => '启用更高安全性的图片上传?',
-    'app_secure_images_toggle' => 'Enable higher security image uploads',
+    'app_secure_images_toggle' => '启用更高安全性的图片上传',
     'app_secure_images_desc' => '出于性能原因,所有图像都是公开的。这个选项会在图像的网址前添加一个随机的,难以猜测的字符串,从而使直接访问变得困难。',
     'app_editor' => '页面编辑器',
     'app_editor_desc' => '选择所有用户将使用哪个编辑器来编辑页面。',
     'app_custom_html' => '自定义HTML头部内容',
     'app_custom_html_desc' => '此处添加的任何内容都将插入到每个页面的<head>部分的底部,这对于覆盖样式或添加分析代码很方便。',
-    'app_custom_html_disabled_notice' => 'Custom HTML head content is disabled on this settings page to ensure any breaking changes can be reverted.',
-    'app_logo' => 'App Logo',
+    'app_custom_html_disabled_notice' => '在此设置页面上禁用了自定义HTML标题内容,以确保可以恢复所有重大更改。',
+    'app_logo' => '站点Logo',
     'app_logo_desc' => '这个图片的高度应该为43px。<br>大图片将会被缩小。',
-    'app_primary_color' => 'App主色',
+    'app_primary_color' => '站点主色',
     'app_primary_color_desc' => '这应该是一个十六进制值。<br>保留为空以重置为默认颜色。',
-    'app_homepage' => 'App主页',
+    'app_homepage' => '站点主页',
     'app_homepage_desc' => '选择要在主页上显示的页面来替换默认的视图,选定页面的访问权限将被忽略。',
-    'app_homepage_select' => 'Select a page',
+    'app_homepage_select' => '选择一个页面',
     'app_disable_comments' => '禁用评论',
-    'app_disable_comments_toggle' => 'Disable comments',
-    'app_disable_comments_desc' => '在App的所有页面上禁用评论,现有评论也不会显示出来。',
+    'app_disable_comments_toggle' => '禁用评论',
+    'app_disable_comments_desc' => '在站点的所有页面上禁用评论,现有评论也不会显示出来。',
 
     // Registration Settings
     'reg_settings' => '注册设置',
-    'reg_enable' => 'Enable Registration',
-    'reg_enable_toggle' => 'Enable registration',
-    'reg_enable_desc' => 'When registration is enabled user will be able to sign themselves up as an application user. Upon registration they are given a single, default user role.',
+    'reg_enable' => '启用注册',
+    'reg_enable_toggle' => '启用注册',
+    'reg_enable_desc' => '启用注册后,用户将可以自己注册为站点用户。 注册后,他们将获得一个默认的单一用户角色。',
     'reg_default_role' => '注册后的默认用户角色',
-    'reg_email_confirmation' => 'Email Confirmation',
-    'reg_email_confirmation_toggle' => 'Require email confirmation',
+    'reg_email_confirmation' => '邮箱确认n',
+    'reg_email_confirmation_toggle' => '需要电子邮件确认',
     'reg_confirm_email_desc' => '如果使用域名限制,则需要Email验证,并且该值将被忽略。',
     'reg_confirm_restrict_domain' => '域名限制',
     'reg_confirm_restrict_domain_desc' => '输入您想要限制注册的Email域名列表,用逗号隔开。在被允许与应用程序交互之前,用户将被发送一封Email来确认他们的地址。<br>注意用户在注册成功后可以修改他们的Email地址。',
@@ -103,17 +103,17 @@ return [
     'user_profile' => '用户资料',
     'users_add_new' => '添加用户',
     'users_search' => '搜索用户',
-    'users_details' => 'User Details',
-    'users_details_desc' => 'Set a display name and an email address for this user. The email address will be used for logging into the application.',
-    'users_details_desc_no_email' => 'Set a display name for this user so others can recognise them.',
+    'users_details' => '用户详细资料',
+    'users_details_desc' => '设置该用户的显示名称和电子邮件地址。 该电子邮件地址将用于登录本站。',
+    'users_details_desc_no_email' => '设置此用户的昵称,以便其他人识别。',
     'users_role' => '用户角色',
-    'users_role_desc' => 'Select which roles this user will be assigned to. If a user is assigned to multiple roles the permissions from those roles will stack and they will receive all abilities of the assigned roles.',
-    'users_password' => 'User Password',
-    'users_password_desc' => 'Set a password used to log-in to the application. This must be at least 6 characters long.',
-    'users_send_invite_text' => 'You can choose to send this user an invitation email which allows them to set their own password otherwise you can set their password yourself.',
-    'users_send_invite_option' => 'Send user invite email',
+    'users_role_desc' => '选择将分配给该用户的角色。 如果将一个用户分配给多个角色,则这些角色的权限将堆叠在一起,并且他们将获得分配的角色的所有功能。',
+    'users_password' => '用户密码',
+    'users_password_desc' => '设置用于登录应用程序的密码。 该长度必须至少为6个字符。',
+    'users_send_invite_text' => '您可以向该用户发送邀请电子邮件,允许他们设置自己的密码,否则,您可以自己设置他们的密码。',
+    'users_send_invite_option' => '发送邀请用户电子邮件',
     'users_external_auth_id' => '外部身份认证ID',
-    'users_external_auth_id_desc' => 'This is the ID used to match this user when communicating with your LDAP system.',
+    'users_external_auth_id_desc' => '与LDAP系统通信时,此ID用于匹配该用户。',
     'users_password_warning' => '如果您想更改密码,请填写以下内容:',
     'users_system_public' => '此用户代表访问您的App的任何访客。它不能用于登录,而是自动分配。',
     'users_delete' => '删除用户',
@@ -127,7 +127,7 @@ return [
     'users_avatar' => '用户头像',
     'users_avatar_desc' => '当前图片应该为约256px的正方形。',
     'users_preferred_language' => '语言',
-    'users_preferred_language_desc' => 'This option will change the language used for the user-interface of the application. This will not affect any user-created content.',
+    'users_preferred_language_desc' => '此选项将更改用于应用程序用户界面的语言。 这不会影响任何用户创建的内容。',
     'users_social_accounts' => '社交账户',
     'users_social_accounts_info' => '在这里,您可以绑定您的其他帐户,以便更快更轻松地登录。如果您选择解除绑定,之后将不能通过此社交账户登录,请设置社交账户来取消本App的访问权限。',
     'users_social_connect' => '绑定账户',
diff --git a/resources/lang/zh_CN/validation.php b/resources/lang/zh_CN/validation.php
index e328f6c38..9755413fc 100644
--- a/resources/lang/zh_CN/validation.php
+++ b/resources/lang/zh_CN/validation.php
@@ -30,40 +30,40 @@ return [
     'digits'               => ':attribute 必须为:digits位数。',
     'digits_between'       => ':attribute 必须为:min到:max位数。',
     'email'                => ':attribute 必须是有效的电子邮件地址。',
-    'ends_with' => 'The :attribute must end with one of the following: :values',
+    'ends_with' => ' :attribute 必须以 :values 后缀结尾',
     'filled'               => ':attribute 字段是必需的。',
     'gt'                   => [
-        'numeric' => 'The :attribute must be greater than :value.',
-        'file'    => 'The :attribute must be greater than :value kilobytes.',
-        'string'  => 'The :attribute must be greater than :value characters.',
-        'array'   => 'The :attribute must have more than :value items.',
+        'numeric' => ':attribute必须大于 :value.',
+        'file'    => ':attribute 必须大于 :value k',
+        'string'  => ':attribute 必须大于 :value 字符。',
+        'array'   => ':attribute 必须包含多个 :value 项目。',
     ],
     'gte'                  => [
-        'numeric' => 'The :attribute must be greater than or equal :value.',
-        'file'    => 'The :attribute must be greater than or equal :value kilobytes.',
-        'string'  => 'The :attribute must be greater than or equal :value characters.',
-        'array'   => 'The :attribute must have :value items or more.',
+        'numeric' => ':attribute 必须大于或等于 :value.',
+        'file'    => ':attribute 必须大于或等于 :value k。',
+        'string'  => ':attribute 必须大于或等于 :value 字符。',
+        'array'   => ':attribute 必须具有 :value 项或更多',
     ],
     'exists'               => '选中的 :attribute 无效。',
     'image'                => ':attribute 必须是一个图片。',
-    'image_extension'      => 'The :attribute must have a valid & supported image extension.',
+    'image_extension'      => ':attribute 必须具有有效且受支持的图像扩展名。',
     'in'                   => '选中的 :attribute 无效。',
     'integer'              => ':attribute 必须是一个整数。',
     'ip'                   => ':attribute 必须是一个有效的IP地址。',
-    'ipv4'                 => 'The :attribute must be a valid IPv4 address.',
-    'ipv6'                 => 'The :attribute must be a valid IPv6 address.',
-    'json'                 => 'The :attribute must be a valid JSON string.',
+    'ipv4'                 => ':attribute 必须是有效的IPv4地址。',
+    'ipv6'                 => ':attribute必须是有效的IPv6地址。',
+    'json'                 => ':attribute 必须是JSON类型.',
     'lt'                   => [
-        'numeric' => 'The :attribute must be less than :value.',
-        'file'    => 'The :attribute must be less than :value kilobytes.',
-        'string'  => 'The :attribute must be less than :value characters.',
-        'array'   => 'The :attribute must have less than :value items.',
+        'numeric' => ':attribute 必须小于 :value.',
+        'file'    => ':attribute 必须小于 :value k。',
+        'string'  => ':attribute 必须小于 :value 字符。',
+        'array'   => ':attribute 必须小于 :value 项.',
     ],
     'lte'                  => [
-        'numeric' => 'The :attribute must be less than or equal :value.',
-        'file'    => 'The :attribute must be less than or equal :value kilobytes.',
-        'string'  => 'The :attribute must be less than or equal :value characters.',
-        'array'   => 'The :attribute must not have more than :value items.',
+        'numeric' => ':attribute 必须小于或等于 :value.',
+        'file'    => ':attribute 必须小于或等于 :value k。',
+        'string'  => ':attribute 必须小于或等于 :value 字符。',
+        'array'   => ':attribute 不得超过 :value 项。',
     ],
     'max'                  => [
         'numeric' => ':attribute 不能超过:max。',
@@ -78,7 +78,7 @@ return [
         'string'  => ':attribute 至少为:min个字符。',
         'array'   => ':attribute 至少有:min项。',
     ],
-    'no_double_extension'  => 'The :attribute must only have a single file extension.',
+    'no_double_extension'  => ':attribute 必须具有一个扩展名。',
     'not_in'               => '选中的 :attribute 无效。',
     'not_regex'            => 'The :attribute format is invalid.',
     'numeric'              => ':attribute 必须是一个数。',
@@ -100,7 +100,7 @@ return [
     'timezone'             => ':attribute 必须是有效的区域。',
     'unique'               => ':attribute 已经被使用。',
     'url'                  => ':attribute 格式无效。',
-    'uploaded'             => 'The file could not be uploaded. The server may not accept files of this size.',
+    'uploaded'             => '无法上传文件。 服务器可能不接受此大小的文件。',
 
     // Custom validation lines
     'custom' => [