mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-02-20 01:51:18 +01:00
454 lines
27 KiB
PHP
454 lines
27 KiB
PHP
<?php
|
|
// Traditional Chinese language translation
|
|
// by: @lzh370 (GitHub)
|
|
// lzh370@qq.com
|
|
|
|
// Please preserve formatting, line breaks, special characters, anything in <tags> and HTML equivalents (eg &). Translations on right side.
|
|
|
|
$text = [
|
|
|
|
// / [ROOT LEVEL]
|
|
|
|
"editor" =>
|
|
[
|
|
"server" => "伺服器",
|
|
"Server name, OS..." => "伺服器名稱, OS & IP:",
|
|
"Root" => "根目錄:",
|
|
"ICEcoder root" => "ICEcoder 根目錄:",
|
|
"PHP version" => "PHP 版本:",
|
|
"Date & time" => "日期 & 時間:",
|
|
"your device" => "你的設備",
|
|
"Browser" => "瀏覽器:",
|
|
"Your IP" => "你的 IP:",
|
|
"files" => "文件",
|
|
"Last 10 files..." => "最後10個打開的文件:",
|
|
"none" => "[none]",
|
|
"multi-user" => "多用戶",
|
|
"Username" => "Username:",
|
|
"version" => "version",
|
|
"codemirror version" => "codemirror version",
|
|
],
|
|
|
|
"files" =>
|
|
[
|
|
"Lock" => "鎖定",
|
|
"Refresh" => "刷新",
|
|
"Plugins" => "Plugins",
|
|
"ROOT" => "[ROOT]"
|
|
],
|
|
|
|
"index" =>
|
|
[
|
|
"UPDATE INFO" => "更新信息",
|
|
"now available" => "現在可以",
|
|
"Your version is" => "你的版本是",
|
|
"Update now" => "現在更新",
|
|
"You have some..." => "你有一些未保存的更改",
|
|
"Are you sure..." => "Are you sure you want to close?",
|
|
"working" => "裝載中",
|
|
"Color picker" => "顔色選擇器",
|
|
"Plugins Manager" => "Plugins Manager",
|
|
"New File" => "新建文件",
|
|
"New Folder" => "新建文件夾",
|
|
"Upload File(s)" => "上傳文件",
|
|
"Paste" => "粘貼",
|
|
"Open" => "打開",
|
|
"Copy" => "複製",
|
|
"Duplicate" => "副本",
|
|
"Delete" => "刪除",
|
|
"Rename" => "重命名",
|
|
"View Webpage" => "預覽網頁",
|
|
"Download" => "下載",
|
|
"Properties" => "屬性",
|
|
"File" => "文件",
|
|
"Edit" => "編輯",
|
|
"Source" => "Source",
|
|
"Help" => "幫助",
|
|
"Save" => "保存",
|
|
"Save As" => "另存爲",
|
|
"Live Preview" => "實時預覽",
|
|
"Upload" => "上傳",
|
|
"Zip" => "壓縮",
|
|
"Print" => "打印",
|
|
"Fullscreen toggle" => "全屏切換",
|
|
"Logout" => "登出",
|
|
"Undo" => "撤銷",
|
|
"Redo" => "重做",
|
|
"Indent more" => "增加縮進",
|
|
"Indent less" => "减少縮進",
|
|
"Autocomplete" => "自動完成",
|
|
"Comment/Uncomment" => "注釋 / 清除注釋",
|
|
"Jump to Definition" => "跳轉指定行",
|
|
"Manual" => "手冊",
|
|
"Shortcuts" => "快捷鍵",
|
|
"Settings" => "選項",
|
|
"Search for selected" => "搜索選項",
|
|
"website" => "網站",
|
|
"Close all tabs" => "關閉所有選項卡",
|
|
"Alphabetize tabs" => "按字母順序排序選項卡",
|
|
"Find" => "檢索",
|
|
"in" => "in",
|
|
"and" => "and",
|
|
"replace" => "替換",
|
|
"replace all" => "替換所有",
|
|
"this document" => "當前文件",
|
|
"open documents" => "打開的文件",
|
|
"all files" => "所有文件",
|
|
"all filenames" => "所有文件名",
|
|
"Go to Line" => "轉到行",
|
|
"View" => "預覽",
|
|
"Bug reporting not active" => "錯誤報告沒有激活",
|
|
"Single pane" => "Single pane",
|
|
"Diff pane also" => "Diff pane also",
|
|
],
|
|
|
|
// /LIB
|
|
|
|
"auto-logout-warning" =>
|
|
[
|
|
"Auto Logout Warning" => "Auto logout warning",
|
|
"You will be..." => "You will be logged out after",
|
|
"seconds due to..." => "seconds due to inactivity, for security purposes. Use the mouse or hit a key to continue.<br><br>You can adjust or disable this from the Edit > Settings section.",
|
|
],
|
|
|
|
"backup-versions" =>
|
|
[
|
|
"backup" => "backup",
|
|
"backups" => "backups",
|
|
"available for" => "available for",
|
|
],
|
|
|
|
"bug-files-check" =>
|
|
[
|
|
"Found in" => "檢索到:",
|
|
],
|
|
|
|
"bug-report" =>
|
|
[
|
|
"Bug Report" => "Bug Report",
|
|
],
|
|
|
|
"file-control" =>
|
|
[
|
|
"Sorry, bad filename..." => "Sorry, bad filename provided. Check the dev tools console for more info?",
|
|
"Sorry" => "抱歉",
|
|
"does not seem..." => "服務器上不存在",
|
|
"Sorry, could not..." => "抱歉, 不能獲取内容",
|
|
"Sorry, cannot create..." => "抱歉, 不能創建文件夾",
|
|
"Sorry, cannot copy" => "抱歉, 不能複製",
|
|
"into" => "到",
|
|
"Uploaded file(s) OK" => "上傳文件完成",
|
|
"Sorry, cannot upload" => "抱歉, 不能上傳",
|
|
"Sorry, cannot upload..." => "抱歉, 演示模式不允許上傳文件",
|
|
"Sorry, cannot rename" => "抱歉, 不能重命名",
|
|
"Maybe public write..." => "也許父文件夾也需要寫入權限?",
|
|
"Sorry, cannot move" => "抱歉, 不能移動",
|
|
"Sorry, cannot save" => "抱歉, 不能保存",
|
|
"Sorry, cannot replace..." => "抱歉, 目標不能替換文本",
|
|
"Sorry, cannot change..." => "抱歉, 目標不能更改權限",
|
|
"Sorry, cannot delete..." => "抱歉, 不能刪除根級別ROOT",
|
|
"Sorry, cannot delete" => "抱歉, 不能刪除",
|
|
"Sorry, this file..." => "抱歉, 此文件已更改, 不能保存",
|
|
"Reload this file..." => "重新加載該文件, 你的版本複製到一個新文件?",
|
|
"There was a..." => "這些代碼還沒有準備好. 因此 ICEcoder 需要重新加載.",
|
|
"displayed at" => "顯示在",
|
|
"Enter filename to..." => "輸入文件名并保存到",
|
|
"That file exists..." => "該文件已存在, 要覆蓋嗎?",
|
|
"Saving" => "正在保存",
|
|
],
|
|
|
|
"get-branch" => [],
|
|
|
|
"headers" =>
|
|
[
|
|
"Bad CSRF token..." => "錯誤的 CSRF token. 請在 https://github.com/icecoder/ICEcoder 報告錯誤信息, 以便我們修復它.",
|
|
],
|
|
|
|
"help" =>
|
|
[
|
|
"shortcuts" => "快捷鍵",
|
|
"Within document" => "文檔",
|
|
"On Tabs" => "選項卡",
|
|
"Within file manager" => "文件管理器",
|
|
"Anywhere" => "其他",
|
|
"Space" => "空格",
|
|
"Click" => "單擊",
|
|
"or" => "或",
|
|
"Left click" => "左鍵單擊",
|
|
"Middle click" => "中鍵單擊",
|
|
"Double click" => "雙擊",
|
|
"Double click tap..." => "雙擊 / 手指點擊 (移動端)",
|
|
"Right click" => "右鍵單擊",
|
|
"Middle scrollwheel" => "中間滾輪滾動",
|
|
"Drag" => "拖動",
|
|
"Autocomplete add snippet" => "自動完成 / 添加片段",
|
|
"Multiple select" => "多選",
|
|
"Move line up" => "向上移動行",
|
|
"Move line down" => "向下移動行",
|
|
"Duplicate lines" => "復制行",
|
|
"Remove lines" => "刪除行",
|
|
"Insert line before" => "前插入行",
|
|
"Insert line after" => "后插入行",
|
|
"Search for selected" => "搜索選擇",
|
|
"Jump to definition" => "跳轉到 / 跳轉回",
|
|
"Comment uncomment" => "注釋 / 清楚注釋",
|
|
"Insert tab indent" => "插入tab / 插入選擇",
|
|
"Insert more" => "Indent more",
|
|
"Insert less" => "Indent less",
|
|
"Wrap with div" => "封裝 <div>",
|
|
"Wrap with span" => "封裝 <span>",
|
|
"Wrap unwrap p" => "封裝 / 撤銷封裝 <p>",
|
|
"Wrap unwrap a" => "封裝 / 撤銷封裝 <a>",
|
|
"Wrap unwrap b" => "封裝 / 撤銷封裝 <b>",
|
|
"Wrap unwrap i" => "封裝 / 撤銷封裝 <i>",
|
|
"Wrap unwrap strong" => "封裝 / 撤銷封裝 <strong>",
|
|
"Wrap unwrap em" => "封裝 / 撤銷封裝 <em>",
|
|
"Wrap unwrap li" => "封装 / 撤销封装 <li>",
|
|
"Wrap unwrap h1..." => "封裝 / 撤銷封裝 <h1> - <h3>",
|
|
"End line with..." => "換行 <br>",
|
|
"Close tab" => "關閉選項卡",
|
|
"Select file folder" => "選擇文件 / 文件夾",
|
|
"Open file" => "打開文件",
|
|
"Range select" => "範圍選擇",
|
|
"Options for selected" => "所選的選項",
|
|
"Delete selected" => "刪除已選",
|
|
"Next previous tab" => "下一個 / 上一個 選項卡",
|
|
"Next tab" => "下一個選項卡",
|
|
"Previous tab" => "上一個選項卡",
|
|
"New tab" => "新建選項卡",
|
|
"Close current tab" => "關閉當前選項卡",
|
|
"Open file prompt" => "打開文件的提示",
|
|
"Find" => "檢索",
|
|
"Previous" => "Previous",
|
|
"Focus on Go..." => "光標定位到轉到行的輸入框",
|
|
"Save" => "保存",
|
|
"Save as" => "另存爲...",
|
|
"View webpage" => "預覽網頁",
|
|
"Contract expand file..." => "收縮 / 擴展文件管理器",
|
|
"Fold unfold current..." => "摺叠 / 展開當前行",
|
|
"Refocus on document" => "光標重新聚焦到文檔",
|
|
"Cancel tasks" => "取消任务",
|
|
"Zoom out" => "Zoom out all non-function/class declarations",
|
|
"Jump to" => "Jump to declaration of class/function",
|
|
"Jump to previous tab" => "Jump to previous tab",
|
|
],
|
|
|
|
"icecoder" =>
|
|
[
|
|
"results" => "results",
|
|
"No text selected..." => "搜索中沒有選中的文件",
|
|
"all files" => "所有文件",
|
|
"all filenames" => "所有文件名",
|
|
"selected files" => "selected files",
|
|
"selected filenames" => "selected filenames",
|
|
"Creating Folder" => "正在創建文件夾",
|
|
"Sorry you can..." => "抱歉, 衹能同時打開100個文件!",
|
|
"Opening File" => "正在打開文件",
|
|
"Enter relative file..." => "輸入本地相對路徑 (前綴 /) 或遠程 URL",
|
|
"Getting" => "正在獲取",
|
|
"Saving" => "正在保存:",
|
|
"Please enter the..." => "請輸入新的名稱爲",
|
|
"Renaming to" => "正在重命名",
|
|
"Moving to" => "正在移動到",
|
|
"Deleting File" => "正在刪除文件",
|
|
"Pasting File" => "正在粘貼文件",
|
|
"Sorry cannot paste..." => "抱歉, 無法粘貼到根路徑",
|
|
"Nothing to paste..." => "粘貼失敗, 請先複製一個文件 / 文件夾!",
|
|
"and" => "and",
|
|
"this document" => "當前文件",
|
|
"replace" => "替換",
|
|
"replace all" => "替換所有",
|
|
"file" => "文件",
|
|
"Replacing text in" => "正在替換文本",
|
|
"Sorry there was..." => "Sorry, there was an error with your request.\\n\\nPlease check your dev tools console for more info.",
|
|
"Cancelled tasks" => "取消任務",
|
|
"Please note for..." => "請注意: 需要更新才能工作, 您需要爲所有 ICEcoder 文件和文件夾設置寫如何刪除權限. 如果您需要恢復 ICEcoder 到這個版本, 您可以在 /tmp 目錄找到它們. 點擊 OK 繼續使用自動升級或點擊 cancel 訪問 ICEcoder 官方網站, 您也可以到 GitHub 的項目首頁下載 zip 來手動進行更新.",
|
|
"You can start..." => "您可以在“設置 > 帳戶”中啟動錯誤報告",
|
|
"Error cannot find..." => "錯誤: 無法找到和進入錯誤日志文件路徑",
|
|
"No new errors..." => "沒有新的錯誤被找到",
|
|
"You have made..." => "您已做的更改未保存。您確定要關閉它而不保存嗎?",
|
|
"Close all tabs" => "關閉所有選項卡?",
|
|
],
|
|
|
|
"login" =>
|
|
[
|
|
"set password" => "設置密碼",
|
|
"login" => "登錄",
|
|
"Registration mode enabled" => "注冊模式已啓用",
|
|
"disable further registrations" => "disable further registrations",
|
|
"auto-check for updates" => "自動檢測更新",
|
|
"To put into..." => "要進入多用戶模式,請先以管理員身份登錄,然後轉到“設置”>“帳戶”",
|
|
"multi-user" => "多用戶",
|
|
],
|
|
|
|
"multiple-results" =>
|
|
[
|
|
"rename all" => "重命名所有",
|
|
"replace all" => "全部替換",
|
|
"document" => "文檔",
|
|
"Found" => "找到",
|
|
"times" => "時間",
|
|
"replace" => "替換",
|
|
"file folder" => "文件 / 文件夾",
|
|
"rename to" => "重命名爲",
|
|
"rename" => "重命名",
|
|
"file" => "文件",
|
|
"No matches found" => "沒有找到匹配",
|
|
"selected" => "選擇",
|
|
"found in" => "查詢結果在",
|
|
"Renamed" => "Renamed",
|
|
"Replaced" => "已替換"
|
|
],
|
|
|
|
"plugins-manager" =>
|
|
[
|
|
"ICEcoder needs to..." => "ICEcoder 需要重新加載, 這個插件才可以使用。現在刷新嗎?",
|
|
"saving plugins" => "正在保存插件...",
|
|
"Cannot update config..." => "不能更新配置文件. 請爲",
|
|
"and try again" => "設置寫入權限并刷新重試",
|
|
"couldnt delete dir" => "不能刪除目錄",
|
|
"couldnt delete file" => "不能刪除文件",
|
|
"plugins" => "插件",
|
|
"Guide to writing..." => "編寫插件指南",
|
|
"Manage Installed" => "管理已安裝",
|
|
"URL" => "URL",
|
|
"Target" => "目標",
|
|
"Timer" => "定時器",
|
|
"Update" => "更新",
|
|
"Install" => "安裝",
|
|
"Uninstall" => "卸載",
|
|
"Reload after install..." => "安裝后需要刷新",
|
|
],
|
|
|
|
"properties" =>
|
|
[
|
|
"properties" => "屬性",
|
|
"Size" => "尺寸",
|
|
"Modified" => "修改",
|
|
"Last access" => "最近訪問",
|
|
"Type" => "類型",
|
|
"Readable Writeable" => "可讀 / 可寫",
|
|
"Relative path" => "相對路徑",
|
|
"Absolute path" => "絕對路徑",
|
|
"Contains" => "包含",
|
|
"Permissions" => "權限",
|
|
"Owner" => "所有者",
|
|
"Group" => "組",
|
|
"Public" => "公衆",
|
|
"Read" => "讀取",
|
|
"Write" => "寫入",
|
|
"Execute" => "執行",
|
|
"Change to" => "更改爲",
|
|
"update" => "更新",
|
|
],
|
|
|
|
"settings-common" =>
|
|
[
|
|
"Your document does..." => "你的文檔不是 UTF-8 編碼, 它將被轉換",
|
|
],
|
|
|
|
"settings-save-current-files" =>
|
|
[
|
|
"Cannot update config..." => "不能更新配置文件. 請爲",
|
|
"and try again" => "增加寫入權限并再次嘗試",
|
|
],
|
|
|
|
"settings-screen" =>
|
|
[
|
|
"settings" => "設置",
|
|
"version" => "版本",
|
|
"website" => "網站",
|
|
"git" => "git",
|
|
"codemirror version" => "codemirror 版本",
|
|
"file manager root" => "文件管理器的根目錄 ROOT",
|
|
"backups" => "backups",
|
|
"keep version control..." => "keep version control backups for",
|
|
"day" => "day",
|
|
"days" => "days",
|
|
"of backups stored..." => "of backups stored currently",
|
|
"deleting actually moves..." => "deleting actually moves to ICEcoder's tmp dir",
|
|
"local/server items..." => "local/server items only",
|
|
"Get in contact..." => "Get in contact by...",
|
|
"You may use..." => "You may use ICEcoder for your own purposes, commercial or not, just let us know of any cool uses or customisations. :)<br><br>No warranty or liability accepted for anything, all responsibility of use is your own.",
|
|
"functionality" => "功能",
|
|
"check for updates..." => "啓動時檢查更新",
|
|
"auto open last..." => "啓動時自動載入最后打開的文件",
|
|
"when finding in..." => "在查找文件時, 排除",
|
|
"assisting" => "輔助",
|
|
"code assist" => "代碼輔助",
|
|
"visible tabs" => "縮進綫可見",
|
|
"locked nav" => "鎖定導航",
|
|
"tag wrapper command" => "標簽封裝命令",
|
|
"auto-complete on" => "打開自動完成",
|
|
"security" => "安全",
|
|
"new password" => "新密碼",
|
|
"confirm password" => "確認密碼",
|
|
"banned files/folders" => "禁止文件 / 文件夾",
|
|
"banned paths" => "禁止路徑",
|
|
"ip addresses" => "ip 地址",
|
|
"auto-logout after" => "auto-logout after",
|
|
"mins of inactivity..." => "mins of inactivity if no unsaved files",
|
|
"Slash prefixed comma..." => "斜綫前綴, 以半角逗號分隔",
|
|
"Comma delimited" => "以半角逗號分隔",
|
|
"style" => "樣式",
|
|
"theme" => "主題",
|
|
"line wrapping" => "換行",
|
|
"line numbers" => "line numbers",
|
|
"scrollbars" => "滾動條",
|
|
"indent type" => "縮進類型",
|
|
"indent size" => "縮進大小",
|
|
"match brackets" => "match brackets",
|
|
"show trailing space" => "show trailing space",
|
|
"font size" => "字體大小",
|
|
"auto indent" => "auto indent",
|
|
"auto close tags" => "auto close tags",
|
|
"auto close brackets" => "auto close brackets",
|
|
"layout" => "佈局",
|
|
"plugin panel aligned" => "插件版對齊",
|
|
"file manager" => "文件管理器",
|
|
"root" => "root",
|
|
"Set 0 to..." => "Set 0 to disable",
|
|
"Slash prefixed" => "斜綫前綴",
|
|
"bug reporting" => "報告錯誤",
|
|
"check in files" => "檢查文件",
|
|
"every" => "任何",
|
|
"secs getting last" => "秒, 最後得到",
|
|
"lines" => "行",
|
|
"multi-user" => "多用戶",
|
|
"Make sure you..." => "確保你沒有把自己鎖了",
|
|
"Registration" => "啓用注冊",
|
|
"update" => "更新"
|
|
],
|
|
|
|
"settings-update" =>
|
|
[
|
|
"Cannot update config..." => "不能更新配置文件. 請爲",
|
|
"and try again" => " 增加寫入權限并重新嘗試",
|
|
"and press refresh" => " 增加寫入權限并重新嘗試"
|
|
],
|
|
|
|
"updater" =>
|
|
[
|
|
"Update appears to..." => "更新似乎是成功的"
|
|
],
|
|
|
|
"find-in-files" =>
|
|
[
|
|
"Enter path to search in" => "Enter path to search in",
|
|
"Enter semicolon-separated masks..." => "Enter semicolon-separated masks of files to look at (e.g. *.php;*.html;*.js)",
|
|
"Type of text" => "Type of text",
|
|
"Fixed text" => "Fixed text",
|
|
"Regular expression" => "Regular expression",
|
|
"Case sensitive" => "Case sensitive",
|
|
"Yes" => "Yes",
|
|
"No" => "No",
|
|
"Search" => "Search",
|
|
],
|
|
|
|
"demo-mode" =>
|
|
[
|
|
"Demo mode" => "Demo mode",
|
|
],
|
|
|
|
];
|