mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
1. words refine 2. remove unwanted blank 3. punctuation related issue Co-Authored-By: Devin <bdejin@hotmail.com>
49 lines
3.2 KiB
PHP
49 lines
3.2 KiB
PHP
<?php
|
|
/**
|
|
* Copyright (C) 2013-2021 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
|
|
*/
|
|
// Navigation menu
|
|
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
|
'UI:Preferences:Title' => '首选项',
|
|
'UI:Preferences:UserInterface:Title' => '用户界面',
|
|
'UI:Preferences:General:Title' => '概况',
|
|
'UI:Preferences:General:Theme' => '主题',
|
|
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (默认)',
|
|
'UI:Preferences:Lists:Title' => '列表',
|
|
'UI:Preferences:RichText:Title' => '富文本编辑器',
|
|
'UI:Preferences:RichText:ToolbarState' => '工具栏默认状态',
|
|
'UI:Preferences:RichText:ToolbarState:Expanded' => '展开',
|
|
'UI:Preferences:RichText:ToolbarState:Collapsed' => '折叠',
|
|
'UI:Preferences:ActivityPanel:Title' => '活动面板',
|
|
'UI:Preferences:ActivityPanel:EntryFormOpened' => 'Entry form opened by default~~',
|
|
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'Whether the entry form will be opened when displaying an object. If unchecked, you will still be able to open it by clicking the compose button~~',
|
|
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => '键盘快捷键',
|
|
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => '请输入键盘快捷键',
|
|
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => '录制键盘快捷键',
|
|
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => '重置',
|
|
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => '还原到默认的键盘快捷键',
|
|
'UI:Preferences:Tabs:Title' => '标签栏',
|
|
'UI:Preferences:Tabs:Layout:Label' => '布局',
|
|
'UI:Preferences:Tabs:Layout:Horizontal' => '水平',
|
|
'UI:Preferences:Tabs:Layout:Vertical' => '垂直',
|
|
'UI:Preferences:Tabs:Scrollable:Label' => '导航',
|
|
'UI:Preferences:Tabs:Scrollable:Classic' => '经典',
|
|
'UI:Preferences:Tabs:Scrollable:Scrollable' => '可滚动',
|
|
'UI:Preferences:ChooseAPlaceholder' => '用户的默认头像',
|
|
'UI:Preferences:ChooseAPlaceholder+' => '选择一个占位图片,将在用户联系人没有设定头像图片时显示',
|
|
));
|