-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [zh-CN] Update translations * Some fix * Update translations.
- Loading branch information
Showing
27 changed files
with
432 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of CodeIgniter 4 framework. | ||
* | ||
* (c) CodeIgniter Foundation <[email protected]> | ||
* | ||
* For the full copyright and license information, please view | ||
* the LICENSE file that was distributed with this source code. | ||
*/ | ||
|
||
// Cookie language settings | ||
return [ | ||
'invalidExpiresTime' => '"{0}" 类型不能作为 "Expires" 属性. 可用的类型有: string, integer, DateTimeInterface 对象。', | ||
'invalidExpiresValue' => 'Cookie 过期时间无效。', | ||
'invalidCookieName' => 'Cookie 的名称 "{0}" 包含无效字符。', | ||
'emptyCookieName' => 'Cookie 的名称不能为空。', | ||
'invalidSecurePrefix' => '使用 "__Secure-" 前缀时需要设置 "Secure" 属性。', | ||
'invalidHostPrefix' => '使用 "__Host-" 前缀时必须设置 "Secure" 标记, 且不能包含 "Domain" 属性, 以及 "Path" 需要设置为 "/"。', | ||
'invalidSameSite' => 'SameSite 的值必须是 None, Lax, Strict 或者空白字符串。当前是 {0}。', | ||
'invalidSameSiteNone' => '设置 SameSite 属性为 None 时也必须设置 "Secure" 属性。', | ||
'invalidCookieInstance' => '"{0}" 预期 cookies 数组是 "{1}" 的实体,但是在索引 {3} 上是 "{2}"。', | ||
'unknownCookieInstance' => '在集合中没有找到名称是 "{0}" 且前缀是 "{1}" 的 cookie 对象。', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of CodeIgniter 4 framework. | ||
* | ||
* (c) CodeIgniter Foundation <[email protected]> | ||
* | ||
* For the full copyright and license information, please view | ||
* the LICENSE file that was distributed with this source code. | ||
*/ | ||
|
||
// Email language settings | ||
return [ | ||
'mustBeArray' => '电子邮件验证方法必须传递一个数组。', | ||
'invalidAddress' => '无效的电子邮件地址: {0}', | ||
'attachmentMissing' => '无法找到以下电子邮件附件: {0}', | ||
'attachmentUnreadable' => '无法打开此附件: {0}', | ||
'noFrom' => '无法发送没有 "From" 头的邮件。', | ||
'noRecipients' => '你必须在以下邮件头中指明收件人: To, Cc, or Bcc', | ||
'sendFailurePHPMail' => '无法使用PHP mail()发送邮件。你的服务器可能没有被配置为使用此方法发送邮件。', | ||
'sendFailureSendmail' => '无法使用 PHP Sendmail 发送邮件。你的服务器可能没有被配置为使用这种方法发送邮件。', | ||
'sendFailureSmtp' => '无法使用 PHP SMTP 发送邮件。你的服务器可能没有被配置为使用这种方法发送邮件。', | ||
'sent' => '您的信息已通过以下协议成功发送: {0}', | ||
'noSocket' => '无法打开到Sendmail的套接字,请检查设置。', | ||
'noHostname' => '你没有指定SMTP主机名。', | ||
'SMTPError' => '遇到了以下SMTP错误: {0}', | ||
'noSMTPAuth' => '错误: 你必须指定一个SMTP用户名和密码。', | ||
'failedSMTPLogin' => '发送AUTH LOGIN命令失败。错误: {0}', | ||
'SMTPAuthUsername' => '验证用户名失败。错误: {0}', | ||
'SMTPAuthPassword' => '验证密码失败。错误: {0}', | ||
'SMTPDataFailure' => '无法发送数据: {0}', | ||
'exitStatus' => '退出状态码: {0}', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of CodeIgniter 4 framework. | ||
* | ||
* (c) CodeIgniter Foundation <[email protected]> | ||
* | ||
* For the full copyright and license information, please view | ||
* the LICENSE file that was distributed with this source code. | ||
*/ | ||
|
||
// Encryption language settings | ||
return [ | ||
'noDriverRequested' => '没有指定的加密处理程序。', | ||
'noHandlerAvailable' => '指定的加密处理程序 "{0}" 不可用。', | ||
'unKnownHandler' => '未知的加密处理程序 "{0}"。', | ||
'starterKeyNeeded' => '加密器需要一个密钥。', | ||
'authenticationFailed' => '解密: 认证失败。', | ||
'encryptionFailed' => '加密失败。', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of CodeIgniter 4 framework. | ||
* | ||
* (c) CodeIgniter Foundation <[email protected]> | ||
* | ||
* For the full copyright and license information, please view | ||
* the LICENSE file that was distributed with this source code. | ||
*/ | ||
|
||
// Fabricator language settings | ||
return [ | ||
'invalidModel' => '给构造器提供的模型无效。', | ||
'missingFormatters' => '没有定义有效的格式化器', | ||
'createFailed' => '构造器在表 {0} 中插入数据失败。错误: {1}', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.