zh.dict.itop-welcome-itil.php 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?php
  2. // Copyright (C) 2010-2014 Combodo SARL
  3. //
  4. // This file is part of iTop.
  5. //
  6. // iTop is free software; you can redistribute it and/or modify
  7. // it under the terms of the GNU Affero General Public License as published by
  8. // the Free Software Foundation, either version 3 of the License, or
  9. // (at your option) any later version.
  10. //
  11. // iTop is distributed in the hope that it will be useful,
  12. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. // GNU Affero General Public License for more details.
  15. //
  16. // You should have received a copy of the GNU Affero General Public License
  17. // along with iTop. If not, see <http://www.gnu.org/licenses/>
  18. /**
  19. * @copyright Copyright (C) 2010-2014 Combodo SARL
  20. * @license http://opensource.org/licenses/AGPL-3.0
  21. */
  22. Dict::Add('ZH CN', 'Chinese', '简体中文', array(
  23. 'Menu:WelcomeMenu' => '欢迎',
  24. 'Menu:WelcomeMenu+' => '欢迎来到iTop',
  25. 'Menu:WelcomeMenuPage' => '欢迎',
  26. 'Menu:WelcomeMenuPage+' => '欢迎来到iTop',
  27. 'Menu:AdminTools' => '管理工具',
  28. 'Menu:AdminTools+' => '管理工具',
  29. 'Menu:AdminTools?' => '具有系统管理员简档的用户才能获得的工具',
  30. 'Menu:DataModelMenu' => '数据模型',
  31. 'Menu:DataModelMenu+' => '数据模型概览',
  32. 'Menu:ExportMenu' => '导出',
  33. 'Menu:ExportMenu+' => '以HTML, CSV or XML格式导出任何查询的结果',
  34. 'Menu:NotificationsMenu' => '通知',
  35. 'Menu:NotificationsMenu+' => '通知的配置',
  36. 'Menu:AuditCategories' => '审计类目',
  37. 'Menu:AuditCategories+' => '审计类目',
  38. 'Menu:Notifications:Title' => '审计类目',
  39. 'Menu:RunQueriesMenu' => '运行查询',
  40. 'Menu:RunQueriesMenu+' => '运行任何查询',
  41. 'Menu:UniversalSearchMenu' => '通用搜索',
  42. 'Menu:UniversalSearchMenu+' => '搜索所有...',
  43. 'Menu:UserManagementMenu' => '用户管理',
  44. 'Menu:UserManagementMenu+' => '用户管理',
  45. 'Menu:ProfilesMenu' => '简档',
  46. 'Menu:ProfilesMenu+' => '简档',
  47. 'Menu:ProfilesMenu:Title' => '简档',
  48. 'Menu:UserAccountsMenu' => '用户帐户',
  49. 'Menu:UserAccountsMenu+' => '用户帐户',
  50. 'Menu:UserAccountsMenu:Title' => '用户帐户',
  51. 'Menu:DataSources' => 'Synchronization Data Sources~~',
  52. 'Menu:DataSources+' => 'All Synchronization Data Sources~~',
  53. 'Menu:QueryMenu' => 'Query phrasebook~~',
  54. 'Menu:QueryMenu+' => 'Query phrasebook~~',
  55. 'Menu:MyShortcuts' => 'My Shortcuts~~',
  56. ));