wide/i18n/zh_CN.json

115 lines
3.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"wide": "Wide",
"isDelete": "是否删除",
"cancel": "取消",
"file": "文件",
"login": "登录",
"username": "用户名",
"current_user": "当前用户",
"password": "密码",
"login_error": "登录失败",
"run": "运行",
"debug": "调试",
"help": "帮助",
"check_update": "检查更新",
"report_issues": "建议",
"wide_doc": "Wide 文档",
"about": "关于",
"start_page": "起始页",
"create_file": "创建文件",
"create": "创建",
"create_dir": "创建目录",
"delete": "删除",
"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这将会导致 [跳转到声明]、[查找使用] 失效",
"notification_4": "服务器内部错误",
"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": "捐赠我们",
"confirm_save": "请确认所有文件已保存",
"workspace": "工作空间",
"project_address": "项目地址",
"community": "社区",
"autocomplete": "自动补全",
"jump_to_decl": "跳转到声明",
"show_expr_info": "查看表达式信息",
"find_usages": "查找使用",
"delete_line": "删除当前行",
"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": "注册",
"team": "团队",
"colon": "",
"sing_up_error": "注册失败",
"user_name_ruler": "用户名只能由 a-z, A-Z, 0-9, _ 组成长度为16",
"password_no_match": "密码输入不一致"
}