mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 16:22:20 +02:00
47 lines
1.7 KiB
PHP
47 lines
1.7 KiB
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
|
'Brick:Portal:FAQ:Menu' => 'FAQ',
|
|
'Brick:Portal:FAQ:Title' => 'FAQ',
|
|
'Brick:Portal:FAQ:Title+' => '<p>需要帮助?</p><p>查阅列表中的常见问题, 或许可以立即找到令您满意的答案.</p>',
|
|
'Class:FAQ' => 'FAQ',
|
|
'Class:FAQ+' => 'FAQ',
|
|
'Class:FAQ/Attribute:category_id' => '类别',
|
|
'Class:FAQ/Attribute:category_id+' => '',
|
|
'Class:FAQ/Attribute:category_name' => '类别名称',
|
|
'Class:FAQ/Attribute:category_name+' => '',
|
|
'Class:FAQ/Attribute:description' => '描述',
|
|
'Class:FAQ/Attribute:description+' => '',
|
|
'Class:FAQ/Attribute:domains' => '范围',
|
|
'Class:FAQ/Attribute:error_code' => '错误编码',
|
|
'Class:FAQ/Attribute:error_code+' => '',
|
|
'Class:FAQ/Attribute:key_words' => '关键字',
|
|
'Class:FAQ/Attribute:key_words+' => '',
|
|
'Class:FAQ/Attribute:summary' => '概要',
|
|
'Class:FAQ/Attribute:summary+' => '',
|
|
'Class:FAQ/Attribute:title' => '标题',
|
|
'Class:FAQ/Attribute:title+' => '',
|
|
'Class:FAQCategory' => 'FAQ类别',
|
|
'Class:FAQCategory+' => 'FAQ类别',
|
|
'Class:FAQCategory/Attribute:faq_list' => 'FAQ',
|
|
'Class:FAQCategory/Attribute:faq_list+' => '此类别FAQ相关的所有常见问题',
|
|
'Class:FAQCategory/Attribute:name' => '名称',
|
|
'Class:FAQCategory/Attribute:name+' => '',
|
|
'Menu:FAQ' => 'FAQ',
|
|
'Menu:FAQ+' => '所有FAQ',
|
|
'Menu:FAQCategory' => 'FAQ类别',
|
|
'Menu:FAQCategory+' => '所有FAQ类别',
|
|
'Menu:Problem:Shortcuts' => '快捷方式',
|
|
'Menu:ProblemManagement' => '问题管理',
|
|
'Menu:ProblemManagement+' => '问题管理',
|
|
]);
|