mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
1 improved chinese translations 2 fix some missing enries 3 correct line number against english language
72 lines
2.8 KiB
PHP
72 lines
2.8 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(
|
|
'Attachments:TabTitle_Count' => '附件 (%1$d)',
|
|
'Attachments:EmptyTabTitle' => '附件',
|
|
'Attachments:FieldsetTitle' => '附件',
|
|
'Attachments:DeleteBtn' => '删除',
|
|
'Attachments:History_File_Added' => '附件 %1$s 已添加.',
|
|
'Attachments:History_File_Removed' => '附件 %1$s 已移除.',
|
|
'Attachments:AddAttachment' => '添加附件: ',
|
|
'Attachments:UploadNotAllowedOnThisSystem' => '本系统不支持文件上传.',
|
|
'Attachment:Max_Go' => '(最大文件尺寸: %1$s GB)',
|
|
'Attachment:Max_Mo' => '(最大文件尺寸: %1$s MB)',
|
|
'Attachment:Max_Ko' => '(最大文件尺寸: %1$s KB)',
|
|
'Attachments:NoAttachment' => '没有附件. ',
|
|
'Attachments:PreviewNotAvailable' => '该附件类型不支持预览.',
|
|
'Attachments:Error:FileTooLarge' => '上传的文件过大. %1$s~~',
|
|
'Attachments:Render:Icons' => '显示为图标',
|
|
'Attachments:Render:Table' => '显示为列表',
|
|
));
|
|
|
|
//
|
|
// Class: Attachment
|
|
//
|
|
|
|
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
|
'Class:Attachment' => '附件',
|
|
'Class:Attachment+' => '',
|
|
'Class:Attachment/Attribute:expire' => '过期',
|
|
'Class:Attachment/Attribute:expire+' => '~~',
|
|
'Class:Attachment/Attribute:temp_id' => '临时 id',
|
|
'Class:Attachment/Attribute:temp_id+' => '~~',
|
|
'Class:Attachment/Attribute:item_class' => 'Item class~~',
|
|
'Class:Attachment/Attribute:item_class+' => '~~',
|
|
'Class:Attachment/Attribute:item_id' => 'Item~~',
|
|
'Class:Attachment/Attribute:item_id+' => '~~',
|
|
'Class:Attachment/Attribute:item_org_id' => 'Item organization~~',
|
|
'Class:Attachment/Attribute:item_org_id+' => '',
|
|
'Class:Attachment/Attribute:contents' => '内容',
|
|
'Class:Attachment/Attribute:contents+' => '',
|
|
));
|
|
|
|
|
|
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
|
'Attachments:File:Thumbnail' => '图标',
|
|
'Attachments:File:Name' => '文件名',
|
|
'Attachments:File:Date' => '上传日期',
|
|
'Attachments:File:Creator' => '上传者',
|
|
'Attachments:File:Size' => '大小',
|
|
'Attachments:File:MimeType' => '类型',
|
|
)); |