D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
default
/
resources
/
languages
/
zh-TW
/
components
/
Filename :
elements.php
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. $messages = [ 'access.onAccess' => '允許', 'access.offAccess' => '已拒絕', 'access.notConfigured' => '存取被拒絕因為一些設定未配置。', 'double-list-selector.selectedTitle' => '已選:', 'double-list-selector.unselectedTitle' => '可用:', 'double-list-selector.searchTitle' => '正在搜尋...', 'double-list-selector.loadingTitle' => '請稍候。正在載入...', 'double-list-selector.selectedEmpty' => '沒有選定的對象', 'double-list-selector.unselectedEmpty' => '無可用的對象', 'double-list-selector.controlText-none' => '點按對象或勾選核取方塊', 'double-list-selector.controlText-first' => '選擇 {count, plural, other {# 對象}}', 'double-list-selector.controlText-second' => '清除 {count, plural, other {# 個對象}}', 'file.fileUploadErrorIniSize' => '嘗試上傳的檔超出定義的ini大小。', 'file.fileUploadErrorFormSize' => '嘗試上傳的檔超出定義的表單大小。', 'file.fileUploadErrorPartial' => '文件未完全上傳。', 'file.fileUploadErrorNoFile' => '文件未上傳。', 'file.fileUploadErrorNoTmpDir' => '未找到要上傳檔的臨時目錄。', 'file.fileUploadErrorCantWrite' => '無法寫入您嘗試上傳的檔。', 'file.fileUploadErrorExtension' => '上傳檔時返回副檔名錯誤。', 'file.fileUploadErrorAttack' => '非法上傳文件,可能是非法入侵。', 'file.fileUploadErrorFileNotFound' => '未找到嘗試上傳的檔。', 'file.fileUploadErrorUnknown' => '上傳檔時出現未知錯誤。', 'file.fileExtensionFalse' => '不支援嘗試上傳檔的副檔名。', 'lookup.loading' => "正在載入...", 'lookup.nothingFound' => "未找到匹配項", 'lookup.moreObjectsAvailable' => '還有 %%count%% 個對象可用。', 'switch.onState' => '啟用', 'switch.offState' => '停用', ];