mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 20:18:52 +02:00
155 lines
6.4 KiB
PHP
Executable File
155 lines
6.4 KiB
PHP
Executable File
<?php
|
|
// Copyright (C) 2010-2012 Combodo SARL
|
|
//
|
|
// 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/>
|
|
|
|
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @author Robert Deng <denglx@gmail.com>
|
|
* @copyright Copyright (C) 2010-2012 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
// 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>+
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
// Classes in 'bizmodel'
|
|
//////////////////////////////////////////////////////////////////////
|
|
//
|
|
|
|
// 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: KnownError
|
|
//
|
|
|
|
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
|
'Class:KnownError' => '已知错误',
|
|
'Class:KnownError+' => '被归档为已知议题的错误',
|
|
'Class:KnownError/Attribute:name' => '名称',
|
|
'Class:KnownError/Attribute:name+' => '',
|
|
'Class:KnownError/Attribute:org_id' => '客户',
|
|
'Class:KnownError/Attribute:org_id+' => '',
|
|
'Class:KnownError/Attribute:cust_name' => '客户',
|
|
'Class:KnownError/Attribute:cust_name+' => '',
|
|
'Class:KnownError/Attribute:problem_id' => '相关的问题',
|
|
'Class:KnownError/Attribute:problem_id+' => '',
|
|
'Class:KnownError/Attribute:problem_ref' => '参考',
|
|
'Class:KnownError/Attribute:problem_ref+' => '',
|
|
'Class:KnownError/Attribute:symptom' => '症状',
|
|
'Class:KnownError/Attribute:symptom+' => '',
|
|
'Class:KnownError/Attribute:root_cause' => '根源原因',
|
|
'Class:KnownError/Attribute:root_cause+' => '',
|
|
'Class:KnownError/Attribute:workaround' => '工作区',
|
|
'Class:KnownError/Attribute:workaround+' => '',
|
|
'Class:KnownError/Attribute:solution' => '方案',
|
|
'Class:KnownError/Attribute:solution+' => '',
|
|
'Class:KnownError/Attribute:error_code' => '错误编码',
|
|
'Class:KnownError/Attribute:error_code+' => '',
|
|
'Class:KnownError/Attribute:domain' => '域',
|
|
'Class:KnownError/Attribute:domain+' => '',
|
|
'Class:KnownError/Attribute:domain/Value:Application' => '应用程序',
|
|
'Class:KnownError/Attribute:domain/Value:Application+' => '应用程序',
|
|
'Class:KnownError/Attribute:domain/Value:Desktop' => '桌面',
|
|
'Class:KnownError/Attribute:domain/Value:Desktop+' => '桌面',
|
|
'Class:KnownError/Attribute:domain/Value:Network' => '网络',
|
|
'Class:KnownError/Attribute:domain/Value:Network+' => '网络',
|
|
'Class:KnownError/Attribute:domain/Value:Server' => '服务器',
|
|
'Class:KnownError/Attribute:domain/Value:Server+' => '服务器',
|
|
'Class:KnownError/Attribute:vendor' => '卖主',
|
|
'Class:KnownError/Attribute:vendor+' => '',
|
|
'Class:KnownError/Attribute:model' => '型号',
|
|
'Class:KnownError/Attribute:model+' => '',
|
|
'Class:KnownError/Attribute:version' => '版本',
|
|
'Class:KnownError/Attribute:version+' => '',
|
|
'Class:KnownError/Attribute:ci_list' => 'CIs',
|
|
'Class:KnownError/Attribute:ci_list+' => '',
|
|
'Class:KnownError/Attribute:document_list' => '文档',
|
|
'Class:KnownError/Attribute:document_list+' => '',
|
|
));
|
|
|
|
|
|
//
|
|
// Class: lnkInfraError
|
|
//
|
|
|
|
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
|
'Class:lnkInfraError' => 'InfraErrorLinks',
|
|
'Class:lnkInfraError+' => 'Infra related to a known error',
|
|
'Class:lnkInfraError/Attribute:infra_id' => 'CI',
|
|
'Class:lnkInfraError/Attribute:infra_id+' => '',
|
|
'Class:lnkInfraError/Attribute:infra_name' => 'CI 名称',
|
|
'Class:lnkInfraError/Attribute:infra_name+' => '',
|
|
'Class:lnkInfraError/Attribute:infra_status' => 'CI 状态',
|
|
'Class:lnkInfraError/Attribute:infra_status+' => '',
|
|
'Class:lnkInfraError/Attribute:error_id' => '错误',
|
|
'Class:lnkInfraError/Attribute:error_id+' => '',
|
|
'Class:lnkInfraError/Attribute:error_name' => '错误名称',
|
|
'Class:lnkInfraError/Attribute:error_name+' => '',
|
|
'Class:lnkInfraError/Attribute:reason' => '原因',
|
|
'Class:lnkInfraError/Attribute:reason+' => '',
|
|
));
|
|
|
|
//
|
|
// Class: lnkDocumentError
|
|
//
|
|
|
|
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
|
'Class:lnkDocumentError' => 'DocumentsErrorLinks',
|
|
'Class:lnkDocumentError+' => '在文档和已知错误间的链接',
|
|
'Class:lnkDocumentError/Attribute:doc_id' => '文档',
|
|
'Class:lnkDocumentError/Attribute:doc_id+' => '',
|
|
'Class:lnkDocumentError/Attribute:doc_name' => '文档名称',
|
|
'Class:lnkDocumentError/Attribute:doc_name+' => '',
|
|
'Class:lnkDocumentError/Attribute:error_id' => '错误',
|
|
'Class:lnkDocumentError/Attribute:error_id+' => '',
|
|
'Class:lnkDocumentError/Attribute:error_name' => '错误名称',
|
|
'Class:lnkDocumentError/Attribute:error_name+' => '',
|
|
'Class:lnkDocumentError/Attribute:link_type' => '信息',
|
|
'Class:lnkDocumentError/Attribute:link_type+' => '',
|
|
));
|
|
|
|
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
|
'Menu:ProblemManagement' => '问题管理',
|
|
'Menu:ProblemManagement+' => '问题管理',
|
|
'Menu:Problem:Shortcuts' => '快捷方式',
|
|
'Menu:NewError' => '新的已知错误',
|
|
'Menu:NewError+' => '新已知错误的创建',
|
|
'Menu:SearchError' => '搜索已知错误',
|
|
'Menu:SearchError+' => '搜索已知错误',
|
|
'Menu:Problem:KnownErrors' => '所有已知错误',
|
|
'Menu:Problem:KnownErrors+' => '所有已知错误',
|
|
));
|
|
?>
|