mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
# Conflicts: # dictionaries/ui/application/bulk/zh_cn.dictionary.itop.bulk.php # dictionaries/zh_cn.dictionary.itop.core.php
25 lines
1.1 KiB
PHP
25 lines
1.1 KiB
PHP
<?php
|
|
/**
|
|
* Copyright (C) 2013-2023 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
|
|
*/
|
|
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
|
|
|
// Bulk modify
|
|
'UI:Bulk:modify:IncompatibleAttribute' => '此属性无法在批量操作中编辑',
|
|
'UI:Bulk:Export:MaliciousInjection:Alert:Title' => 'Excel security warning~~',
|
|
'UI:Bulk:Export:MaliciousInjection:Alert:Message' => 'Opening a file with untrusted data in Microsoft Excel may lead to formula injection. Ensure that your Excel settings are configured to handle files safely. <a href="%1$s">Learn more in our documentation.</a>~~',
|
|
)); |