mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08:45 +02:00
148 lines
6.2 KiB
PHP
148 lines
6.2 KiB
PHP
<?php
|
|
// Copyright (C) 2010 Combodo SARL
|
|
//
|
|
// This program is free software; you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation; version 3 of the License.
|
|
//
|
|
// This program 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 General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with this program; if not, write to the Free Software
|
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @author Robert Deng <denglx@gmail.com>
|
|
* @license http://www.opensource.org/licenses/gpl-3.0.html LGPL
|
|
*/
|
|
|
|
// 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:NewError' => '新的已知错误',
|
|
'Menu:NewError+' => '新已知错误的创建',
|
|
'Menu:SearchError' => '搜索已知错误',
|
|
'Menu:SearchError+' => '搜索已知错误',
|
|
'Menu:Problem:KnownErrors' => '所有已知错误',
|
|
'Menu:Problem:KnownErrors+' => '所有已知错误',
|
|
));
|
|
?>
|