mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
1 improved chinese translations 2 fix some missing enries 3 correct line number against english language
40 lines
1.6 KiB
PHP
40 lines
1.6 KiB
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2018 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
* 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/>
|
|
*/
|
|
|
|
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
|
|
|
'Menu:ConfigEditor' => '编辑配置文件',
|
|
'config-edit-title' => '配置文件编辑器',
|
|
'config-edit-intro' => '编辑配置文件时请务必格外小心.',
|
|
'config-apply' => '应用',
|
|
'config-apply-title' => '应用 (Ctrl+S)',
|
|
'config-cancel' => '重置',
|
|
'config-saved' => '保存成功.',
|
|
'config-confirm-cancel' => '您的修改将被丢弃.',
|
|
'config-no-change' => '没有变化: 配置文件将保持不变.',
|
|
'config-reverted' => '配置文件已恢复.',
|
|
'config-parse-error' => '第 %2$d 行: %1$s.<br/>配置文件尚未更新.',
|
|
'config-current-line' => '正在编辑第 %1$s 行',
|
|
'config-saved-warning-db-password' => 'Successfully recorded, but the backup won\'t work due to unsupported characters in the database password.~~',
|
|
));
|