wide/i18n/zh_TW.json

125 lines
4.3 KiB
JSON
Raw Normal View History

2014-10-29 14:13:04 +03:00
{
2014-10-30 13:21:44 +03:00
"colon": "",
2014-10-29 14:13:04 +03:00
"wide": "Wide",
"isDelete": "己删除否?",
"cancel": "取消",
"file": "文件檔",
"login": "登錄",
"username": "用户名字",
"current_user": "當前用户名",
2014-11-02 10:44:24 +03:00
"current_session": "當前會話",
2014-10-29 14:13:04 +03:00
"password": "密碼",
"login_error": "登錄失败",
"run": "執行",
"debug": "除蟲",
"help": "說明書",
"check_update": "程式更新?",
"report_issues": "問題回報",
"wide_doc": "Wide 說明文件",
"about": "關於",
"start_page": "起始頁",
"create_file": "建立文件",
"create": "建立",
"create_dir": "建立目錄",
"delete": "删除",
2014-11-07 18:11:37 +03:00
"rename": "重命名",
2014-10-29 14:13:04 +03:00
"save": "儲存",
"exit": "退出",
"close_all_files": "關閉所有文件",
"save_all_files": "保存所有文件",
"format": "格式化",
"goget": "go get",
"goinstall": "go install",
"build": "編譯軟件",
"build_n_run": "編譯軟件並執行",
"editor": "編輯器",
"max_editor": "編輯器窗口最大化",
"restore_editor": "編輯器窗口還原",
"unread_notification": "未讀通知",
"notification_2": "没有檢查到 gocode這將會導致 [自動完成] 失效",
"notification_3": "没有檢查到 ide_stub這將會導致 [跳轉到聲明]、[查找使用] 失效",
2014-10-29 16:36:57 +03:00
"notification_4": "服務器內部錯誤",
2014-10-29 14:13:04 +03:00
"goto_line": "跳轉到行",
"go": "跳到",
"tip": "提示",
"confirm": "確定",
"stop": "停止",
"output": "输出",
"search": "搜索",
"notification": "通知",
"min": "最小化",
"restore_side": "左側窗口還原",
"search_text": "尋找文本",
"find": "尋找",
"find_next": "尋找下一個",
"find_previous": "尋找上一個",
"replace": "替換",
"replace_all": "替換全部",
"restore_bottom": "底部窗口還原",
"file_format": "文件格式",
"keyword": "關鍵字",
"user_guide": "用户指南",
"dev_guide": "開發指南",
"keyboard_shortcuts": "鍵盤快捷鍵",
"ver": "版本",
"current_ver": "當前版本",
"dev_team": "開發團隊",
"donate_us": "愛心捐赠",
"confirm_save": "請確認所有文件已保存",
"workspace": "工作空間",
"project_address": "項目地址",
"community": "社區",
"autocomplete": "自動補全",
"jump_to_decl": "跳轉到聲明",
"show_expr_info": "查看表達式信息",
"find_usages": "尋找使用",
"delete_line": "删除當前行",
2014-11-08 09:28:41 +03:00
"copy_lines_up": "複製到上方",
"copy_lines_down": "複製到下方",
2014-11-10 06:34:55 +03:00
"move_lines_up": "移動到上方",
"move_lines_down": "移動到下方",
2014-10-29 14:13:04 +03:00
"save_editor_file": "保存當前編輯器文件",
"save_all_editors_files": "保存所有編輯器文件",
"close_editor": "關閉當前編輯器",
"full_screen": "編輯器全螢幕",
"auto_indent": "自動縮進",
"indent": "縮進",
"unindent": "縮進還原",
"focus": "焦點",
"switch_tab": "切換編輯器/窗口组 tab",
"focus_editor": "焦點切換到編輯器",
"focus_file_tree": "焦點切換到文件樹",
"focus_output": "焦點切換到输出窗口",
"focus_search": "焦點切換到搜索窗口",
"focus_notification": "焦點切換到通知窗口",
"start-build": "開始 [go build]",
"build-succ": "[go build] 成功",
"build-error": "[go build] 失败",
"start-test": "開始 [go test]",
"test-succ": "[go test] 成功",
"test-error": "[go test] 失败",
"start-install": "開始 [go install]",
"install-succ": "[go install] 成功",
"install-error": "[go install] 失败",
"start-get": "開始 [go get]",
"get-succ": "[go get] 成功",
"get-error": "[go get] 失败",
"check_version": "正在檢查更新",
"new_version_available": "可用新版本",
"go_env": "Go 環境",
"os": "操作系统",
"project": "項目",
"license": "許可協議",
"credits": "致謝",
"uptodate": "已是最新版本",
"test": "測試",
"sign_up": "註冊",
2014-10-30 07:08:30 +03:00
"team": "團隊",
2014-10-30 11:25:57 +03:00
"sing_up_error": "註冊失敗",
"user_name_ruler": "用戶名只能由az, AZ, 0-9, _ 組成長度為16",
2014-11-01 07:36:42 +03:00
"password_no_match": "密碼輸入不一致",
"discard": "放棄",
"close": "關閉",
2014-11-06 09:41:46 +03:00
"close_other": "關閉其它",
"clear": "清空"
2014-10-29 14:13:04 +03:00
}