mirror of
https://github.com/Combodo/iTop.git
synced 2026-08-29 17:38:19 +02:00
* rebase on the latest 3.2 branch rebase Co-Authored-By: Thomas Casteleyn <thomas.casteleyn@me.com> * Update zh_cn.dict.authent-cas.php * Update zh_cn.dict.authent-external.php * Update zh_cn.dict.authent-ldap.php * Update zh_cn.dict.authent-local.php * Update zh_cn.dict.combodo-backoffice-darkmoon-theme.php * Update zh_cn.dict.itop-backup.php * Update zh_cn.dict.itop-change-mgmt.php * Update zh_cn.dict.itop-faq-light.php * Update zh_cn.dict.itop-config.php * Update zh_cn.dict.itop-config-mgmt.php * Update zh_cn.dict.itop-hub-connector.php * Update zh_cn.dict.itop-knownerror-mgmt.php * Update zh_cn.dictionary.itop.core.php * Update zh_cn.dict.authent-cas.php * Update zh_cn.dict.authent-external.php * Update zh_cn.dict.authent-ldap.php * Update zh_cn.dict.authent-local.php * Update zh_cn.dict.combodo-backoffice-darkmoon-theme.php * Update zh_cn.dict.itop-backup.php * Update zh_cn.dict.itop-config-mgmt.php * Update zh_cn.dict.itop-config.php * Update zh_cn.dict.itop-faq-light.php * update license url * Update datamodels/2.x/authent-ldap/dictionaries/zh_cn.dict.authent-ldap.php Co-authored-by: Thomas Casteleyn <thomas.casteleyn@me.com> * Update datamodels/2.x/authent-cas/dictionaries/en.dict.authent-cas.php --------- Co-authored-by: Thomas Casteleyn <thomas.casteleyn@me.com> Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
27 lines
924 B
PHP
27 lines
924 B
PHP
<?php
|
|
|
|
/**
|
|
* Copyright (C) 2013-2024 Combodo SAS
|
|
*
|
|
* 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
|
|
*/
|
|
|
|
// Input
|
|
Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
|
'UI:Component:Input:ChangeNotAllowed' => '不允许修改',
|
|
'UI:Component:Input:Password:DoesNotMatch' => '密码不匹配',
|
|
'UI:Component:Input:Set:MinimumItems' => '至少需要 %1$s 项',
|
|
]);
|