Skip to content

Commit 0977481

Browse files
committed
New translations errors.php (Chinese Simplified)
1 parent 258b6d4 commit 0977481

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lang/zh_CN/errors.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
'import_zip_cant_read' => '无法读取 ZIP 文件。',
110110
'import_zip_cant_decode_data' => '无法找到并解码 ZIP data.json 内容。',
111111
'import_zip_no_data' => 'ZIP 文件数据没有预期的书籍、章节或页面内容。',
112-
'import_zip_data_too_large' => 'ZIP data.json content exceeds the configured application maximum upload size.',
112+
'import_zip_data_too_large' => '超出最大上传大小。',
113113
'import_validation_failed' => '导入 ZIP 验证失败,出现错误:',
114114
'import_zip_failed_notification' => 'ZIP 文件导入失败。',
115115
'import_perms_books' => '您缺少创建书籍所需的权限。',
@@ -125,7 +125,7 @@
125125
'api_incorrect_token_secret' => '给已给出的API所提供的密钥不正确',
126126
'api_user_no_api_permission' => '使用过的 API 令牌的所有者没有进行API 调用的权限',
127127
'api_user_token_expired' => '所使用的身份令牌已过期',
128-
'api_cookie_auth_only_get' => 'Only GET requests are allowed when using the API with cookie-based authentication',
128+
'api_cookie_auth_only_get' => '使用基于 Cookie 的身份验证 API 时,仅允许 GET 请求。',
129129

130130
// Settings & Maintenance
131131
'maintenance_test_email_failure' => '发送测试电子邮件时出现错误:',

0 commit comments

Comments
 (0)