KodExplorer/data/i18n/zh_TW/main.php

485 lines
24 KiB
PHP
Raw Normal View History

2015-03-22 20:54:54 +00:00
<?php
$L= array(
2016-03-25 12:07:02 +00:00
"upload_clear" =>'清除',
"upload_setting" =>"設定",
"upload_tips" =>'採取分片上傳,不再受php.ini限制;推薦Chrome體驗資料夾拖曳上傳',
"upload_exist" =>"同名檔案處理",
"upload_exist_rename" =>"重新命名",
2015-03-22 20:54:54 +00:00
"upload_exist_replace" =>"覆蓋",
2016-03-25 12:07:02 +00:00
"upload_exist_skip" =>"略過",
2015-03-22 20:54:54 +00:00
"more" =>"更多",
2016-03-25 12:07:02 +00:00
'system_setting' =>"系統設定",
"openProject" =>"編輯器開啟項目",
"url_download" =>"下載網址",
"url_link" =>"外部網址",
"app_type_link" =>"捷徑",
"createLink" =>"建立捷徑",
"createProject" =>"新增志編輯器工程",
"only_read" =>"唯讀",
"only_read_desc" =>"此目錄無寫權限<br/>可以在作業系統中設定此目錄的權限",
"explorerNew" =>'kod 連結',
2015-03-22 20:54:54 +00:00
'zip_download_ready' =>'壓縮後會自動下載,請稍後...',
2016-03-25 12:07:02 +00:00
"set_background" =>"設定為桌面桌布",
2015-03-22 20:54:54 +00:00
2016-03-25 12:07:02 +00:00
"share" =>"共用",
"share_path" =>"共用路径",
"share_title" =>"資源共用",
"share_name" =>"共用標題",
"share_time" =>"逾期時間",
"share_time_desc" =>"留空表示不設定逾期時間",
2015-03-22 20:54:54 +00:00
"share_password" =>"提取密碼",
"share_password_desc" =>"留空表示不需要密碼",
2016-03-25 12:07:02 +00:00
"share_cancle" =>"取消共用",
"share_create" =>"建立公開連結",
"share_url" =>"共用網址",
2015-03-22 20:54:54 +00:00
"share_not_download" =>"禁止下載",
2016-03-25 12:07:02 +00:00
"share_not_download_tips" =>"共用者禁止了下載!",
2015-03-22 20:54:54 +00:00
"share_code_read" =>"代碼閱讀",
2016-03-25 12:07:02 +00:00
"share_save" =>"儲存設定",
2015-03-22 20:54:54 +00:00
"share_error_param" =>'參數錯誤!',
2016-03-25 12:07:02 +00:00
"share_error_user" =>'使用者資訊錯誤!',
"share_error_sid" =>'共用不存在!',
"share_error_time" =>'您來晚了,此共用已逾期!',
"share_error_path" =>'共用檔案不存在,被刪除或者移走了!',
2015-03-22 20:54:54 +00:00
"share_error_password" =>"密碼錯誤!",
2016-03-25 12:07:02 +00:00
'share_error_show_tips' =>"此類型檔案暫不支援預覽!",
"share_view_num" =>'檢視:',
2015-03-22 20:54:54 +00:00
"share_download_num" =>'下載:',
2016-03-25 12:07:02 +00:00
"my_share" => "我的共用",
"share_edit" => "編輯共用",
"share_remove" => "取消共用",
"share_remove_tips" => "確定取消共用?公開連結將失效.",
"share_open_page" => "開啟共用頁面",
"share_open_path" => "進入檔案所在目錄",
"recycle_clear" => '清除垃圾筒',
"recycle_clear_success" => "清除垃圾筒成功!",
"recycle_clear_info" => "您確定要徹底刪除垃圾筒嗎?",
2015-03-22 20:54:54 +00:00
"recycle_remove" => "徹底刪除",
"fav_remove" => "取消收藏",
"remove_item" =>"項內容",//刪除3項內容 3 item
"uploading" =>"正在上傳",
'show_file' =>"新頁面預覽",
2016-03-25 12:07:02 +00:00
"unknow_file_title" =>"檔案開啟提示!",
"unknow_file_tips" =>"暫不支援開啟",
"unknow_file_download" =>"下載至本機",
"unknow_file_office" =>"Office預覽,此程式需要部署在外部網路",
"config_save_error_auth" => '設定儲存失敗,管理員禁止了此權限!',
"config_save_error_file" => '設定儲存失敗,kod目錄需要有寫入權限!',
2015-03-22 20:54:54 +00:00
//editor
2016-03-25 12:07:02 +00:00
"shortcut" => '快速鍵',
2015-03-22 20:54:54 +00:00
"learnMore" => '了解更多',
2016-03-25 12:07:02 +00:00
"code_mode" => '語法反白',
"replace" => '取代',
2015-03-22 20:54:54 +00:00
"selectAll" => '全選',
"reload" => "重新載入",
"about" => "關於",
2016-03-25 12:07:02 +00:00
'complete_current' => "自動完成",
"view" => '檢視',
2015-03-22 20:54:54 +00:00
"tools" => "工具",
2016-03-25 12:07:02 +00:00
"help" => "說明",
2015-03-22 20:54:54 +00:00
"not_exists" => "不存在",
2016-03-25 12:07:02 +00:00
"group_role_fileDownload" => "檔案下載",
"group_role_share" => "共用",
2015-03-22 20:54:54 +00:00
2016-03-25 12:07:02 +00:00
"system_setting" => "系統設定",
"system_setting_menu" => "選單管理",
"system_name" => "程式名稱",
"system_name_desc" => "程式logo標題",
"system_desc" => "程式描述",
"system_desc" => "程式描述",
2015-03-22 20:54:54 +00:00
"path_hidden" => "目錄排除",
2016-03-25 12:07:02 +00:00
"path_hidden_desc" => "預設不顯示的目錄和檔案,逗號隔開",
"new_user_folder" => "新使用者預設建立目錄",
2015-03-22 20:54:54 +00:00
"new_user_folder_desc" => "用逗號隔開",
2016-03-25 12:07:02 +00:00
"new_user_app" =>"新使用者預設建立app",
2015-03-22 20:54:54 +00:00
"new_user_app_desc" =>"應用中心的應用,多個用逗號隔開",
2016-03-25 12:07:02 +00:00
"auto_login" =>"遊客自動登入",
"auto_login_desc" =>"預設登入使用者名稱為<code>guest</code>的使用者;開啟後確保<code>guest</code>使用者存在",
"first_in" =>"登入後預設進入",
"menu_name" =>"選單名稱",
2015-03-22 20:54:54 +00:00
"menu_hidden" => "隱藏",
"menu_show" =>"顯示",
"menu_move_down" =>"下移",
"menu_move_up" =>"上移",
"menu_move_del" =>"刪除",
2016-03-25 12:07:02 +00:00
"menu_open_window" =>"新視窗開啟",
2016-03-25 12:14:20 +00:00
"url_path" =>"URL網址",
"url_path_desc" =>"URL網址或JS代碼",
2016-03-25 12:07:02 +00:00
"no_permission_read" =>"此檔案無讀取權限",
"no_permission_download" =>"管理員限制了下載與預覽!",
2015-03-22 20:54:54 +00:00
2016-03-25 12:07:02 +00:00
"php_env_check" => "執行環境檢查:",
2015-03-22 20:54:54 +00:00
"php_env_error" => "環境錯誤:",
"php_env_error_ignore" =>"忽略",
"php_env_error_version" =>"PHP版本不能低於5.0",
"php_env_error_iconv" =>"未開啟 iconv",
"php_env_error_mb_string" =>"未開啟 mb_string",
"php_env_error_file" =>"未開啟 file_get_contents",
2016-03-25 12:07:02 +00:00
"php_env_error_path" =>"無法寫入",
"php_env_error_gd" =>"必須開啟php GD庫, 否則驗證碼、縮圖使用將不正常",
"install_login" =>"您可以用如下帳號登陸",
2015-03-22 20:54:54 +00:00
"install_enter" =>"進入系統",
2016-03-25 12:10:52 +00:00
"install_user_default" =>"管理員admin/admin(請務必修改密碼)<br/>一般使用者demo/demo<br/>遊客使用者guest/guest",
2015-03-22 20:54:54 +00:00
2016-03-25 12:07:02 +00:00
"copyright_desc" =>"這是一款備受好評的web檔案管理系統你可以用它來做內部檔案管理或共用、也可以用來管理伺服器上的網站取代Ftp
甚至可以當作webIDE直接線上開發。同時你也可以將此程式二次開發整合進你現有的系統。",
'copyright_contact' =>'授權或客製請聯絡QQ:<a href="http://wpa.qq.com/msgrd?v=3&uin=3232048103&site=qq&menu=yes" target="_blank">3232048103</a><a href="javascript:core.openIE(\'http://kalcaddle.com/qa.html\');">問題反饋</a>',
2015-03-22 20:54:54 +00:00
"copyright_info" =>'Copyright © <a href="http://kalcaddle.com/" target="_blank">kalcaddle.com</a> All rights reserved.',
"copyright_pre" =>'Powered by KodExplorer',
"kod_name" => "KodExplorer",
"kod_name_desc" => "芒果雲•資源管理器",
"kod_power_by" => " - Powered by KodExplorer",
"kod_name_copyright" => "芒果雲•資源管理器",
2015-03-22 20:54:54 +00:00
2016-03-25 12:07:02 +00:00
"login" => "登入",
"guest_login" => "遊客登入",
"username" => "使用者名稱",
2015-03-22 20:54:54 +00:00
"password" => "密碼",
2016-03-25 12:10:52 +00:00
"login_code" => "驗證",
2015-03-22 20:54:54 +00:00
"login_rember_password" => "記住密碼",
"us" => "千帆網路工作室",
2016-03-25 12:07:02 +00:00
"login_not_null" => "使用者名稱密碼不能為空!",
2015-03-22 20:54:54 +00:00
"code_error" => "驗證碼錯誤",
2016-03-25 12:07:02 +00:00
"user_not_exists" => "使用者名稱不存在!",
2015-03-22 20:54:54 +00:00
"password_error" => "密碼錯誤!",
"password_not_null" => "密碼不能為空!",
"old_password_error" => "原密碼錯誤!",
2016-03-25 12:07:02 +00:00
"permission" => "權限!",
2015-03-22 20:54:54 +00:00
"permission_edit" => "修改權限",
2016-03-25 12:07:02 +00:00
"no_permission" => "您無此權限!",
"no_permission_ext" => "您無此類型檔案權限",
2015-03-22 20:54:54 +00:00
"dialog_min" => "最小化",
"dialog_min_all" => "最小化所有",
2016-03-25 12:07:02 +00:00
"dialog_display_all" => "顯示所有視窗",
"dialog_close_all" => "關閉所有視窗",
2015-03-22 20:54:54 +00:00
//通用
2016-03-25 12:07:02 +00:00
"open" => "開啟",
2015-03-22 20:54:54 +00:00
"others" => "其他",
2016-03-25 12:07:02 +00:00
"open_with" => "開啟檔案",
2015-03-22 20:54:54 +00:00
"close" => "關閉",
"close_all" => "關閉全部",
"close_right" => "關閉右側標籤",
"close_others" => "關閉其他",
2016-03-25 12:07:02 +00:00
"loading" => "作業中...",
2015-03-22 20:54:54 +00:00
"warning" => "警告",
2016-03-25 12:07:02 +00:00
"getting" => "取得中...",
"sending" => "資料傳送中...",
"data_error" => "資料出錯!",
2016-03-25 12:10:52 +00:00
"get_success" => "取得成功!",
2016-03-25 12:07:02 +00:00
"save_success" => "儲存成功!",
"success" => "作業成功",
"error" => "作業失敗",
"error_repeat" => "'作業失敗,請註意名稱不能重複!'",
2015-03-22 20:54:54 +00:00
"system_error" => "系統錯誤",
"name" => "名稱",
"type" => "類型",
"contain" => "包含",
"address" => "位置",
"size" => "大小",
"byte" => "位元組",
"path" => "路徑",
2016-03-25 12:07:02 +00:00
"action" => "動作",
"create_time" => "建立時間",
2015-03-22 20:54:54 +00:00
"modify_time" => "修改時間",
2016-03-25 12:07:02 +00:00
"last_time" => "最後造訪",
2015-03-22 20:54:54 +00:00
"sort_type" => "排序方式",
"time_type" => "Y/m/d H:i:s",
"time_type_info" => "Y年m月d日 H:i:s",
"public_path" => "公共目錄",
//右鍵
2016-03-25 12:07:02 +00:00
"file" => "檔案",
"folder" => "資料夾",
2015-03-22 20:54:54 +00:00
"copy" => "複製",
2016-03-25 12:07:02 +00:00
"clone" => "複製一份",
"past" => "貼上",
"cute" => "剪下",
2015-03-22 20:54:54 +00:00
"remove" => "刪除",
2016-03-25 12:07:02 +00:00
"info" => "內容",
"list_type" => "檢視",
2015-03-22 20:54:54 +00:00
"list_icon" => "圖示排列",
2016-03-25 12:07:02 +00:00
"list_list" => "清單排列",
2015-03-22 20:54:54 +00:00
"sort_up" => "遞增",
"sort_down" => "遞減",
"order_type" => "排序方式",
2016-03-25 12:07:02 +00:00
"order_desc" => "遞減",
"order_asc" => "遞增",
"rename" => "重新命名",
"add_to_fav" => "新增至書籤",
"search_in_path" => "資料夾中搜尋",
"add_to_play" => "新增至播放清單",
"manage_fav" => "管理書籤",
"refresh_tree" => "重新整理樹目錄",
2015-03-22 20:54:54 +00:00
"manage_folder" => "管理目錄",
2016-03-25 12:07:02 +00:00
"close_menu" => "關閉選單",
2015-03-22 20:54:54 +00:00
"zip" => "zip壓縮",
2016-03-25 12:07:02 +00:00
"unzip" => "zip解壓至目前",
"clipboard" => "檢視剪貼簿",
"full_screen" => "全螢幕/離開全螢幕",
2015-03-22 20:54:54 +00:00
"tips" => "提示",
"ziping" => "正在壓縮...",
"unziping" => "正在解壓...",
2016-03-25 12:07:02 +00:00
"moving" => "移動中...",
2015-03-22 20:54:54 +00:00
"remove_title" => "刪除確認",
"remove_info" => "確認刪除選中內容嗎?",
2016-03-25 12:07:02 +00:00
"name_isexists" => "出錯了,此名稱已存在!",
2015-03-22 20:54:54 +00:00
"install" => '安裝',
"width" => '寬',
"height" => '高',
"app" => '應用',
"app_store" => '應用商店',
2016-03-25 12:07:02 +00:00
"app_create" => '建立應用',
2015-03-22 20:54:54 +00:00
"app_edit" => '修改應用',
"app_group_all" => '全部',
"app_group_game" => '遊戲',
"app_group_tools" => '工具',
"app_group_reader" => '閱讀',
2016-03-25 12:07:02 +00:00
"app_group_movie" => '影片',
2015-03-22 20:54:54 +00:00
"app_group_music" => '音樂',
"app_group_life" => '生活',
"app_group_others" => '其他',
"app_desc" => '描述',
2016-03-25 12:07:02 +00:00
"app_icon" => '應用程式圖示',
2016-03-25 12:14:20 +00:00
"app_icon_show" => 'URL網址或此目錄',
2016-03-25 12:07:02 +00:00
"app_group" => '應用程式分組',
2015-03-22 20:54:54 +00:00
"app_type" => '類型',
2016-03-25 12:07:02 +00:00
"app_type_url" => '連結',
2016-03-25 12:14:20 +00:00
"app_type_code" => 'JS擴充',
2016-03-25 12:07:02 +00:00
"app_display" => '顯示',
2015-03-22 20:54:54 +00:00
"app_display_border" => '無邊框(選中即無邊框)',
"app_display_size" => '調整大小(選中即可調整)',
"app_size" => '尺寸',
2016-03-25 12:07:02 +00:00
"app_url" => '連結網址,
2016-03-25 12:14:20 +00:00
"app_code" => 'JS代碼',
2015-03-22 20:54:54 +00:00
2016-03-25 12:07:02 +00:00
//檔案管理
2015-03-22 20:54:54 +00:00
"edit" => "編輯",
2016-03-25 12:07:02 +00:00
"edit_can_not" => "不是文字檔案",
"edit_too_big" => "檔案太大,不能大於20M",
"open_default" => "預設方式開啟",
"open_ie" => "瀏覽器開啟",
"refresh" => "重新整理",
"refresh_all" => "強制重新整理",
"newfile" => "新增檔案",
"newfolder" => "新增資料夾",
"newothers" => "新增其他",
2015-03-22 20:54:54 +00:00
"path_loading" => "載入中...",
2016-03-25 12:07:02 +00:00
"go" => "移至",
2015-03-22 20:54:54 +00:00
"go_up" => "上層",
2016-03-25 12:14:20 +00:00
"history_next" => "下一頁",
"history_back" => "上一頁",
2016-03-25 12:07:02 +00:00
"address_in_edit" => "按一下進入編輯狀態",
"double_click_rename" => "按兩下名稱重新命名",
"double_click_open" => "按兩下開啟",
"path_null" => "此資料夾為空,可以拖曳檔案至此視窗上傳。",
2015-03-22 20:54:54 +00:00
//上傳下載
"upload" => "上傳",
"upload_ready" => "等待上傳...",
"uploading" => "上傳中...",
"upload_success" => "上傳成功",
2016-03-25 12:07:02 +00:00
"upload_path_current" => "切換至目前目錄",
"upload_select" => "選擇檔案",
2015-03-22 20:54:54 +00:00
"upload_max_size" => "最大允許",
2016-03-25 12:07:02 +00:00
"upload_size_info" => "如果想設定更大請修改php.ini中允許上傳的最大值。選擇檔案時,大於此設定的將自動篩選掉。",
2015-03-22 20:54:54 +00:00
"upload_error" => "上傳失敗",
"upload_muti" => "多檔上傳",
2016-03-25 12:07:02 +00:00
"upload_drag" => "拖曳上傳",
2015-03-22 20:54:54 +00:00
"upload_drag_tips" => "鬆開即可上傳!",
2016-03-25 12:07:02 +00:00
"path_not_allow" => "檔案名稱不允許出現",
2015-03-22 20:54:54 +00:00
"download" => "下載",
2016-03-25 12:07:02 +00:00
"download_address" => "下載網址",
2015-03-22 20:54:54 +00:00
"download_ready" => "即將下載",
"download_success" => "下載成功!",
"download_error" => "下載失敗!",
"download_error_create" => "寫入出錯!",
2016-03-25 12:07:02 +00:00
"download_error_exists" => "遠端檔案不存在!",
"upload_error_null" => "無檔案!",
"upload_error_big" => "檔案大小超過伺服器限制",
"upload_error_move" => "移動檔案失敗!",
"upload_error_exists" => "此檔案已存在",
"upload_local" => "本機上傳",
"download_from_server" => "遠端下載",
"save_path" => "儲存路徑",
"upload_select_muti" => "可選擇多個檔案上傳",
2015-03-22 20:54:54 +00:00
2016-03-25 12:07:02 +00:00
//搜尋
"search" => "搜尋",
"searching" => "搜尋中...",
"search_null" => "無搜尋結果!",
2015-03-22 20:54:54 +00:00
"search_uplow" => "區分大小寫",
2016-03-25 12:07:02 +00:00
"search_content" => "搜尋檔案內容",
"search_info" => "請輸入搜尋詞和路徑進行搜尋!",
"search_ext_tips" => "用|隔開;例如 php|js|css<br/>不填則搜尋預設文字檔案",
2015-03-22 20:54:54 +00:00
"file_type" => "檔類型",
2016-03-25 12:07:02 +00:00
"goto" => "跳轉至",
2015-03-22 20:54:54 +00:00
"contain" => "包含",
2016-03-25 12:07:02 +00:00
"server_dwonload_desc" => "個任務加入至下載清單",
"parent_permission" => "父目錄權限",
2015-03-22 20:54:54 +00:00
2016-03-25 12:07:02 +00:00
"root_path" => "根目錄",
2015-03-22 20:54:54 +00:00
"lib" => "",
2016-03-25 12:07:02 +00:00
"fav" => "書籤",
2015-03-22 20:54:54 +00:00
"desktop" => "桌面",
2016-03-25 12:07:02 +00:00
"browser" => "瀏覽器",
2015-03-24 09:31:30 +00:00
"my_computer" => "我的電腦",
2016-03-25 12:07:02 +00:00
"recycle" => "垃圾筒",
"my_document" => "我的文件",
2015-03-22 20:54:54 +00:00
"my_picture" => "我的照片",
"my_music" => "我的音樂",
2016-03-25 12:07:02 +00:00
"my_movie" => "我的影片",
2015-03-22 20:54:54 +00:00
"my_download" => "我的下載",
//介面
"ui_desktop" => "桌面",
2016-03-25 12:07:02 +00:00
"ui_explorer" => "檔案管理",
2015-03-22 20:54:54 +00:00
"ui_editor" => "編輯器",
"adminer" => "adminer",
"ui_project_home" => "專案主頁",
2016-03-25 12:07:02 +00:00
"ui_login" => "登入",
"ui_logout" => "登出",
2015-03-22 20:54:54 +00:00
2016-03-25 12:07:02 +00:00
//設定
"setting" => "系統設定",
2015-03-22 20:54:54 +00:00
"setting_title" => "選項",
"setting_user" => "個人中心",
"setting_password" => "修改密碼",
"setting_password_old" => "原密碼",
"setting_password_new" => "修改為",
2016-03-25 12:07:02 +00:00
"setting_language" => "語言設定",
"setting_member" => "使用者管理",
"setting_group" => "使用者群組管理",
"setting_group_add" => "新增使用者群組",
"setting_group_edit" => "編輯使用者群組",
2015-03-22 20:54:54 +00:00
"setting_theme" => "主題切換",
2016-03-25 12:07:02 +00:00
"setting_wall" => "變換桌布",
"setting_wall_diy" => "自訂桌布:",
2016-03-25 12:14:20 +00:00
"setting_wall_info" => "圖片URL網址本機圖片可以右鍵圖片瀏覽器開啟即可得到",
2016-03-25 12:07:02 +00:00
"setting_fav" => "書籤管理",
2015-03-22 20:54:54 +00:00
"setting_player" => "播放器",
2016-03-25 12:07:02 +00:00
"setting_player_music" => "音樂播放器設定",
"setting_player_movie" => "影片播放器設定",
"setting_help" => "說明",
"setting_about" => "關於",
2015-03-22 20:54:54 +00:00
"setting_success" => "修改已生效!",
"can_not_repeat" => "不允許重複",
2016-03-25 12:07:02 +00:00
"absolute_path" => "絕對位址",
2015-03-22 20:54:54 +00:00
// setting page
2016-03-25 12:07:02 +00:00
"group" => "使用者群組",
"data_not_full" => "資料送出不完整!",
"default_user_can_not_do" => "預設使用者不能操作",
"default_group_can_not_do" => "預設使用者群組不能操作",
"username_can_not_null" => "使用者名稱不能為空!",
"groupname_can_not_null" => "使用者群組名稱不能為空!",
"groupdesc_can_not_null" => "使用者群組描述不能為空!",
"group_move_user_error" => "所屬使用者群組使用者移動失敗",
"group_already_remove" => "此使用者群組已被刪除",
"group_not_exists" => "此使用者群組不存在",
"member_add" => "新增使用者",
"password_null_not_update" => "密碼不填表示不變更",
"if_save_file" => "檔案尚未儲存,是否儲存?",
2015-03-22 20:54:54 +00:00
"if_remove" => "確認刪除",
2016-03-25 12:07:02 +00:00
"member_remove_tips" => "刪除後此使用者目錄會被清除",
"group_remove_tips" => "刪除後此使用者群組使用者無法登入<br/>(需要重新設定使用者群組)",
"group_name" => "使用者群組名稱",
"group_name_tips" => "建議英文名稱,不能重複",
2015-03-22 20:54:54 +00:00
"group_desc" => "展示名稱",
2016-03-25 12:07:02 +00:00
"group_desc_tips" => "群組名稱描述",
"group_role_ext" => "副檔名限制",
2015-03-22 20:54:54 +00:00
"group_role_ext_tips" => "多個用|分隔開",
2016-03-25 12:07:02 +00:00
"group_role_file" => "檔案管理",
2015-03-22 20:54:54 +00:00
"group_role_upload" => "上傳下載",
2016-03-25 12:07:02 +00:00
"group_role_user" => "使用者資料",
"group_role_group" => "使用者群組管理",
"group_role_member" => "使用者管理",
"group_role_mkfile" => "新增檔案",
"group_role_mkdir" => "新增資料夾",
"group_role_pathrname" => "重新命名",
2015-03-22 20:54:54 +00:00
"group_role_pathdelete" => "檔(夾)刪除",
2016-03-25 12:07:02 +00:00
"group_role_pathinfo" => "檔(夾)內容",
"group_role_pathmove" => "移動(複製/剪下/貼上/拖曳操作)",
2015-03-22 20:54:54 +00:00
"group_role_zip" => "zip壓縮",
"group_role_unzip" => "zip解壓",
2016-03-25 12:07:02 +00:00
"group_role_search" => "搜尋",
"group_role_filesave" => "編輯儲存檔案",
2015-03-22 20:54:54 +00:00
"group_role_can_upload" => "上傳下載",
"group_role_upload" => "允許上傳",
2016-03-25 12:07:02 +00:00
"group_role_download" => "遠端下載",
2015-03-22 20:54:54 +00:00
"group_role_passowrd" => "修改密碼",
2016-03-25 12:07:02 +00:00
"group_role_config" => "使用者設定",
"group_role_fav" => "書籤操作(新增/編輯/刪除)",
"group_role_list" => "清單檢視",
"group_role_member_add" => "新增使用者",
"group_role_member_edit" => "編輯使用者",
"group_role_member_del" => "刪除使用者",
"group_role_group_add" => "新增使用者群組",
"group_role_group_edit" => "編輯使用者群組",
"group_role_group_del" => "刪除使用者群組",
"group_role_ext_warning" => "不允許此類檔案的上傳,<br/>重新命名(重新命名為指定副檔名),<br/>編輯儲存,遠端下載,解壓",
"group_tips"=>"<li>1.使用者群組名稱不能重複,修改群組名稱後原屬於改群組使用者會自動關聯</li><li>2.副檔名限制關聯系統安全性,請務必謹慎作業<i>(如果在web目錄下新增php;就意味著改程式的權限對此使用者形同虛設)</i></li><li>3.使用者管理、權限群組管理;檢視權限和增刪改權限是連結的;程式會自動關聯</li><li>4.設定權限群組能新增權限群組後,後續權限是不繼承的<i>(此權限相當於最高權限)</i></li>",
2015-03-22 20:54:54 +00:00
//explorer_ajax
"not_null" => "必填項不能為空!",
2016-03-25 12:07:02 +00:00
"picture_can_not_null" => "圖片網址不能為空!",
"rname_success" => "重新命名成功!",
"please_inpute_search_words" => "請輸入要搜尋的字串",
2015-03-22 20:54:54 +00:00
"remove_success" => "刪除成功!",
"remove_fali" => "刪除失敗!",
2016-03-25 12:07:02 +00:00
"clipboard_null" => "剪貼簿為空!",
"create_success" => "新增成功!",
"create_error" => "新增失敗,請檢查目錄權限!",
"copy_success" => "【複製】—— 覆蓋剪貼簿成功!",
"cute_success" => "【剪下】—— 覆蓋剪貼簿成功!",
"clipboard_state" => "剪貼簿狀態:",
"no_permission_write" => "此目錄無寫權限",
"no_permission_write_all" => "此檔案或目錄無寫入權限",
"no_permission_write_file" => "此檔案無寫權限",
2015-03-22 20:54:54 +00:00
"copy_not_exists" => "來源不存在",
2016-03-25 12:07:02 +00:00
"current_has_parent" => "目標資料夾是原始資料夾的子資料夾!",
"past_success" => "<b>貼上操作完成</b>",
"cute_past_success" => "<b>剪下作業完成</b>(原始檔案被刪除,剪貼簿清除)",
2015-03-22 20:54:54 +00:00
"zip_success" => "壓縮完成",
"not_zip" => "不是壓縮檔",
2016-03-25 12:07:02 +00:00
"zip_null" => "無選擇的檔案或目錄",
2015-03-22 20:54:54 +00:00
"unzip_success" => "解壓完成",
2016-03-25 12:07:02 +00:00
"gotoline" => "跳轉至列",
"path_is_current" => "所開啟路徑與目前路徑一致!",
"path_exists" => "此名稱已存在!",
2015-03-22 20:54:54 +00:00
//編輯器
2016-03-25 12:07:02 +00:00
"undo" => "復原",
"redo" => "反復原",
2015-03-22 20:54:54 +00:00
"preview" => "預覽",
"wordwrap" => "自動換行/不自動換行",
"char_all_display" => "顯示&隱藏不可見字元",
"auto_complete" => "自動提示(取消)",
2016-03-25 12:07:02 +00:00
"function_list" => "函數清單",
2015-03-22 20:54:54 +00:00
"code_theme" => "代碼風格",
2016-03-25 12:07:02 +00:00
"font_size" => "字型",
2015-03-22 20:54:54 +00:00
//button
"button_ok" => "確定",
2016-03-25 12:07:02 +00:00
"button_submit" => "送出",
"button_set" => "設定",
2015-03-22 20:54:54 +00:00
"button_cancel" => "取消",
"button_edit" => "編輯",
2016-03-25 12:07:02 +00:00
"button_save" => "儲存",
"button_save_all" => "儲存全部",
"button_not_save" => "不儲存",
"button_add" => "新增",
"button_back_add" => "返回新增",
2015-03-22 20:54:54 +00:00
"button_del" => "刪除",
2016-03-25 12:07:02 +00:00
"button_save_edit" => "儲存修改",
"button_save_submit" => "儲存送出",
2015-03-22 20:54:54 +00:00
"button_select_all" => "全選/反選"
2016-03-25 12:07:02 +00:00
);