mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 16:22:20 +02:00
31 lines
1.4 KiB
PHP
31 lines
1.4 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', '简体中文', [
|
|
'Menu:ConfigEditor' => '编辑配置文件',
|
|
'config-apply' => '应用',
|
|
'config-apply-title' => '应用 (Ctrl+S)',
|
|
'config-cancel' => '重置',
|
|
'config-confirm-cancel' => '您的修改将被丢弃.',
|
|
'config-current-line' => '正在编辑第%1$s行',
|
|
'config-edit-intro' => '编辑配置文件时请务必格外小心.',
|
|
'config-edit-title' => '配置文件编辑器',
|
|
'config-error-file-changed' => '错误: 配置文件在您打开以后已被更改, 无法保存. 请刷新并再次保存.',
|
|
'config-error-transaction' => '错误: 无效的事务编号. 配置<b>没有</b>被更新.',
|
|
'config-interactive-not-allowed' => ITOP_APPLICATION_SHORT.'交互式配置编辑器已禁用. 请在配置文件中查看 <code>\'config_editor\' => \'disabled\'</code>.',
|
|
'config-no-change' => '没有变化: 配置文件将保持不变.',
|
|
'config-not-allowed-in-demo' => '抱歉, '.ITOP_APPLICATION_SHORT.'处于<b>演示模式</b>: 不能编辑配置文件.',
|
|
'config-parse-error' => '第%2$d行: %1$s.<br/>配置文件尚未更新.',
|
|
'config-reverted' => '配置文件已恢复.',
|
|
'config-saved' => '保存成功.',
|
|
'config-saved-warning-db-password' => '保存成功, 但因为数据库密码中包含不支持的字符, 配置文件备份不会成功.',
|
|
]);
|