xxb/module/file/lang/zh-tw.php
2023-10-23 15:51:36 +08:00

44 lines
1.8 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* The zh-tw file of file module of XXB.
*
* @copyright Copyright 2009-2023 禪道軟件(青島)有限公司(ZenTao Software (Qingdao) Co., Ltd., www.zentao.net)
* @license ZOSL (https://zpl.pub/page/zoslv1.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package file
* @version $Id: zh-tw.php 4029 2016-08-26 06:50:41Z liugang $
* @link https://xuanim.com
*/
$lang->file->common = '附件';
$lang->file->upload = '上傳附件';
$lang->file->browse = '附件列表';
$lang->file->download = '下載附件';
$lang->file->edit = '編輯';
$lang->file->primary = '封面';
$lang->file->setPrimary = '設為封面';
$lang->file->toggle = '切換';
$lang->file->label = '標題:';
$lang->file->lblInfo = '<i>(類型:%s, 大小:%s, 添加于:%s下載%s次)</i>';
$lang->file->limit = "(<span class='text-danger'>2M以內</span>)";
$lang->file->attachFile = '附加另一個附件';
$lang->file->id = '編號';
$lang->file->title = '名稱';
$lang->file->pathname = '存儲路徑';
$lang->file->extension = '類型';
$lang->file->size = '大小';
$lang->file->createdBy = '上傳者';
$lang->file->createdDate = '上傳日期';
$lang->file->public = '匿名下載';
$lang->file->downloads = '下載次數';
$lang->file->edit = '編輯';
$lang->file->editFile = '更改附件';
$lang->file->sizeLimit = "<p class='text-danger'>附件大小不能大於%sM</p>";
$lang->file->maxUploadSize = "<span class='red'>%s</span>";
$lang->file->delete = '刪除';
$lang->file->errorUnwritable = '上傳目錄不可寫,無法上傳附件。';
$lang->file->errorNoFile = '未選擇任何檔案。';
$lang->file->errorFileSize = '檔案大小已經超過限制,不能成功上傳!';