Update main.php
parent
339afab5cc
commit
8a659e47e7
|
@ -392,7 +392,7 @@ return array(
|
|||
"public_path" => "公共目錄",
|
||||
"system_path_not_change" => "系統目錄,不允許修改",
|
||||
"file" => "檔",
|
||||
"folder" => "檔夾",
|
||||
"folder" => "資料夾",
|
||||
"copy" => "複製",
|
||||
"past" => "貼上",
|
||||
"clone" => "建立副本",
|
||||
|
@ -477,7 +477,7 @@ return array(
|
|||
"refresh_all" => "強制刷新",
|
||||
"newfile" => "建立檔",
|
||||
"newfile_save_as" => "儲存到",
|
||||
"newfolder" => "建立檔夾",
|
||||
"newfolder" => "建立資料夾",
|
||||
"newothers" => "建立其他",
|
||||
"path_loading" => "載入中...",
|
||||
"go" => "走著!",
|
||||
|
@ -609,7 +609,7 @@ return array(
|
|||
"group_role_group" => "使用者組管理",
|
||||
"group_role_member" => "使用者管理",
|
||||
"group_role_mkfile" => "建立檔",
|
||||
"group_role_mkdir" => "建立檔夾",
|
||||
"group_role_mkdir" => "建立資料夾",
|
||||
"group_role_pathrname" => "重新命名",
|
||||
"group_role_pathdelete" => "檔案刪除",
|
||||
"group_role_pathinfo" => "檔案屬性",
|
||||
|
@ -645,7 +645,7 @@ return array(
|
|||
"no_permission_write_file" => "該檔案無寫權限",
|
||||
"no_permission_read_all" => "該檔案或目錄沒有讀取權限",
|
||||
"copy_not_exists" => "來源不存在",
|
||||
"current_has_parent" => "目標檔夾是原始檔案夾的子檔夾!",
|
||||
"current_has_parent" => "目標資料夾是原始檔案夾的子資料夾!",
|
||||
"past_success" => "<b>貼上操作完成</b>",
|
||||
"cute_past_success" => "<b>剪下操作完成</b>(來源檔案被刪除,剪貼簿清空)",
|
||||
"zip_success" => "壓縮完成",
|
||||
|
|
Loading…
Reference in New Issue