-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🌐 Translations - improved translation for zh cn 20241108 (#679)
* improved translation for zh cn
- Loading branch information
1 parent
47cd8bc
commit 8647a76
Showing
62 changed files
with
8,356 additions
and
5,621 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,39 @@ | |
* | ||
* @copyright Copyright (C) 2010-2024 Combodo SAS | ||
* @license https://opensource.org/licenses/AGPL-3.0 | ||
* | ||
* | ||
*/ | ||
/** | ||
* @author Robert Deng <[email protected]> | ||
* | ||
* iTop is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU Affero General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* iTop is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU Affero General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Affero General Public License | ||
* along with iTop. If not, see <http://www.gnu.org/licenses/> | ||
*/ | ||
|
||
// Dictionnay conventions | ||
// Class:<class_name> | ||
// Class:<class_name>+ | ||
// Class:<class_name>/Attribute:<attribute_code> | ||
// Class:<class_name>/Attribute:<attribute_code>+ | ||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value> | ||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+ | ||
// Class:<class_name>/Stimulus:<stimulus_code> | ||
// Class:<class_name>/Stimulus:<stimulus_code>+ | ||
|
||
// | ||
// Class: UserExternal | ||
// | ||
|
||
Dict::Add('ZH CN', 'Chinese', '简体中文', [ | ||
'Class:UserExternal' => '外部用户', | ||
'Class:UserExternal+' => '用户在'.ITOP_APPLICATION_SHORT.'外部验证身份', | ||
|
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 |
---|---|---|
|
@@ -4,12 +4,38 @@ | |
* | ||
* @copyright Copyright (C) 2010-2024 Combodo SAS | ||
* @license https://opensource.org/licenses/AGPL-3.0 | ||
* | ||
*/ | ||
/** | ||
* @author Robert Deng <[email protected]> | ||
* | ||
* This file is part of iTop. | ||
* | ||
* iTop is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU Affero General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* iTop is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU Affero General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Affero General Public License | ||
* along with iTop. If not, see <http://www.gnu.org/licenses/> | ||
*/ | ||
|
||
// Dictionnay conventions | ||
// Class:<class_name> | ||
// Class:<class_name>+ | ||
// Class:<class_name>/Attribute:<attribute_code> | ||
// Class:<class_name>/Attribute:<attribute_code>+ | ||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value> | ||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+ | ||
// Class:<class_name>/Stimulus:<stimulus_code> | ||
// Class:<class_name>/Stimulus:<stimulus_code>+ | ||
|
||
// | ||
// Class: UserLDAP | ||
// | ||
|
||
Dict::Add('ZH CN', 'Chinese', '简体中文', [ | ||
'Class:UserLDAP' => 'LDAP用户', | ||
'Class:UserLDAP+' => '用户身份由LDAP认证', | ||
|
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 |
---|---|---|
|
@@ -4,15 +4,44 @@ | |
* | ||
* @copyright Copyright (C) 2010-2024 Combodo SAS | ||
* @license https://opensource.org/licenses/AGPL-3.0 | ||
* | ||
*/ | ||
/** | ||
* @author Robert Deng <[email protected]> | ||
* | ||
* This file is part of iTop. | ||
* | ||
* iTop is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU Affero General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* iTop is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU Affero General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Affero General Public License | ||
* along with iTop. If not, see <http://www.gnu.org/licenses/> | ||
*/ | ||
|
||
// Dictionnay conventions | ||
// Class:<class_name> | ||
// Class:<class_name>+ | ||
// Class:<class_name>/Attribute:<attribute_code> | ||
// Class:<class_name>/Attribute:<attribute_code>+ | ||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value> | ||
// Class:<class_name>/Attribute:<attribute_code>/Value:<value>+ | ||
// Class:<class_name>/Stimulus:<stimulus_code> | ||
// Class:<class_name>/Stimulus:<stimulus_code>+ | ||
|
||
// | ||
// Class: UserLocal | ||
// | ||
|
||
Dict::Add('ZH CN', 'Chinese', '简体中文', [ | ||
'Class:UserLocal' => ITOP_APPLICATION_SHORT.' 用户', | ||
'Class:UserLocal+' => '用户由'.ITOP_APPLICATION_SHORT.'验证身份', | ||
'Class:UserLocal/Attribute:password' => '密码', | ||
'Class:UserLocal/Attribute:password+' => '用于验证用户身份的字符串', | ||
|
||
'Class:UserLocal/Attribute:expiration' => '密码过期', | ||
'Class:UserLocal/Attribute:expiration+' => '密码过期状态 (需要一个扩展才能生效)', | ||
'Class:UserLocal/Attribute:expiration/Value:can_expire' => '允许过期', | ||
|
@@ -23,11 +52,10 @@ | |
'Class:UserLocal/Attribute:expiration/Value:never_expire+' => '', | ||
'Class:UserLocal/Attribute:expiration/Value:otp_expire' => '一次性密码', | ||
'Class:UserLocal/Attribute:expiration/Value:otp_expire+' => '用户不允许修改密码.', | ||
'Class:UserLocal/Attribute:password' => '密码', | ||
'Class:UserLocal/Attribute:password+' => '用于验证用户身份的字符串', | ||
'Class:UserLocal/Attribute:password_renewed_date' => '密码更新', | ||
'Class:UserLocal/Attribute:password_renewed_date+' => '上次修改密码的时间', | ||
'Class:UserLocal/Error:OneTimePasswordChangeIsNotAllowed' => '不允许用户为自己设置 "一次性密码" 的失效期限', | ||
|
||
'Error:UserLocalPasswordValidator:UserPasswordPolicyRegex:ValidationFailed' => '密码必须至少8个字符, 包含大小写, 数字和特殊字符.', | ||
'UserLocal:password:expiration' => '下面的区域需要插件扩展', | ||
'Class:UserLocal/Error:OneTimePasswordChangeIsNotAllowed' => '不允许用户为自己设置 "一次性密码" 的失效期限', | ||
]); |
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.