mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 19:18:44 +02:00
83 lines
3.2 KiB
PHP
83 lines
3.2 KiB
PHP
<?php
|
|
/**
|
|
* Copyright (C) 2013-2020 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(
|
|
'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:Error:UploadedFileEmpty' => '收到的文件为空,无法添加.
|
|
可能是因为您上传了一个空文件,,
|
|
或者咨询iTop 管理员确认iTop 服务器磁盘空间是否已满.',
|
|
'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' => '项目',
|
|
'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:Uploader' => '上传者',
|
|
'Attachments:File:Size' => '大小',
|
|
'Attachments:File:MimeType' => '类型',
|
|
));
|
|
//
|
|
// Class: Attachment
|
|
//
|
|
|
|
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
|
|
'Class:Attachment/Attribute:creation_date' => 'Creation date~~',
|
|
'Class:Attachment/Attribute:creation_date+' => '~~',
|
|
'Class:Attachment/Attribute:user_id' => 'User id~~',
|
|
'Class:Attachment/Attribute:user_id+' => '~~',
|
|
'Class:Attachment/Attribute:contact_id' => 'Contact id~~',
|
|
'Class:Attachment/Attribute:contact_id+' => '~~',
|
|
));
|