12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?php
- // Copyright (C) 2010-2014 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/>
- /**
- * @copyright Copyright (C) 2010-2014 Combodo SARL
- * @license http://opensource.org/licenses/AGPL-3.0
- */
- Dict::Add('ZH CN', 'Chinese', '简体中文', array(
- 'Menu:WelcomeMenu' => '欢迎',
- 'Menu:WelcomeMenu+' => '欢迎来到iTop',
- 'Menu:WelcomeMenuPage' => '欢迎',
- 'Menu:WelcomeMenuPage+' => '欢迎来到iTop',
- 'Menu:AdminTools' => '管理工具',
- 'Menu:AdminTools+' => '管理工具',
- 'Menu:AdminTools?' => '具有系统管理员简档的用户才能获得的工具',
- 'Menu:DataModelMenu' => '数据模型',
- 'Menu:DataModelMenu+' => '数据模型概览',
- 'Menu:ExportMenu' => '导出',
- 'Menu:ExportMenu+' => '以HTML, CSV or XML格式导出任何查询的结果',
- 'Menu:NotificationsMenu' => '通知',
- 'Menu:NotificationsMenu+' => '通知的配置',
- 'Menu:AuditCategories' => '审计类目',
- 'Menu:AuditCategories+' => '审计类目',
- 'Menu:Notifications:Title' => '审计类目',
- 'Menu:RunQueriesMenu' => '运行查询',
- 'Menu:RunQueriesMenu+' => '运行任何查询',
- 'Menu:UniversalSearchMenu' => '通用搜索',
- 'Menu:UniversalSearchMenu+' => '搜索所有...',
- 'Menu:UserManagementMenu' => '用户管理',
- 'Menu:UserManagementMenu+' => '用户管理',
- 'Menu:ProfilesMenu' => '简档',
- 'Menu:ProfilesMenu+' => '简档',
- 'Menu:ProfilesMenu:Title' => '简档',
- 'Menu:UserAccountsMenu' => '用户帐户',
- 'Menu:UserAccountsMenu+' => '用户帐户',
- 'Menu:UserAccountsMenu:Title' => '用户帐户',
- 'Menu:DataSources' => 'Synchronization Data Sources~~',
- 'Menu:DataSources+' => 'All Synchronization Data Sources~~',
- 'Menu:QueryMenu' => 'Query phrasebook~~',
- 'Menu:QueryMenu+' => 'Query phrasebook~~',
- 'Menu:MyShortcuts' => 'My Shortcuts~~',
- ));
|