mirror of
https://github.com/Combodo/iTop.git
synced 2026-08-30 09:58:17 +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>
31 lines
1.2 KiB
PHP
31 lines
1.2 KiB
PHP
<?php
|
|
|
|
/**
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
* 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
|
|
*/
|
|
|
|
// Quick create
|
|
Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
|
'UI:Component:QuickCreate:Tooltip' => '快速创建任意类型的对象',
|
|
'UI:Component:QuickCreate:Input:Placeholder' => '请选择对象类型...',
|
|
'UI:Component:QuickCreate:Recents:Title' => '最近',
|
|
'UI:Component:QuickCreate:LastClasses:NoClass:Placeholder' => '您尚未创建任何对象',
|
|
'UI:Component:QuickCreate:HistoryDisabled' => '历史记录已禁用',
|
|
'UI:Component:QuickCreate:KeyboardShortcut:OpenDrawer' => '打开快速创建',
|
|
]);
|