From 0be7836d40253641bd21ac2a95c2bf0e6250815b Mon Sep 17 00:00:00 2001 From: subframe7536 <1667077010@qq.com> Date: Fri, 25 Oct 2024 16:39:48 +0800 Subject: [PATCH] feat(i18n/cn): update CN translation (#4457) --- packages/hoppscotch-common/locales/cn.json | 396 ++++++++++----------- 1 file changed, 198 insertions(+), 198 deletions(-) diff --git a/packages/hoppscotch-common/locales/cn.json b/packages/hoppscotch-common/locales/cn.json index d3349ba2f..dc27544ba 100644 --- a/packages/hoppscotch-common/locales/cn.json +++ b/packages/hoppscotch-common/locales/cn.json @@ -1,6 +1,6 @@ { "action": { - "add": "Add", + "add": "新增", "autoscroll": "自动滚动", "cancel": "取消", "choose_file": "选择文件", @@ -11,7 +11,7 @@ "connect": "连接", "connecting": "连接中", "copy": "复制", - "create": "Create", + "create": "新增", "delete": "删除", "disconnect": "断开连接", "dismiss": "忽略", @@ -24,10 +24,10 @@ "go_back": "返回", "go_forward": "前进", "group_by": "分组方式", - "hide_secret": "Hide secret", + "hide_secret": "隐藏密钥", "label": "标签", "learn_more": "了解更多", - "download_here": "Download here", + "download_here": "下载到此处", "less": "更少", "more": "更多", "new": "新增", @@ -35,7 +35,7 @@ "open_workspace": "打开工作区", "paste": "粘贴", "prettify": "美化", - "properties": "Properties", + "properties": "属性", "remove": "移除", "rename": "重命名", "restore": "恢复", @@ -44,8 +44,8 @@ "scroll_to_top": "滚动至顶部", "search": "搜索", "send": "发送", - "share": "Share", - "show_secret": "Show secret", + "share": "分享", + "show_secret": "显示密钥", "start": "开始", "starting": "正在开始", "stop": "停止", @@ -66,7 +66,7 @@ "contact_us": "联系我们", "cookies": "Cookies", "copy": "复制", - "copy_interface_type": "Copy interface type", + "copy_interface_type": "复制接口类型", "copy_user_id": "复制认证 Token", "developer_option": "开发者选项", "developer_option_description": "开发者工具,有助于开发和维护 Hoppscotch。", @@ -82,7 +82,7 @@ "keyboard_shortcuts": "键盘快捷键", "name": "Hoppscotch", "new_version_found": "已发现新版本。刷新页面以更新。", - "open_in_hoppscotch": "Open in Hoppscotch", + "open_in_hoppscotch": "在 Hoppscotch 中打开", "options": "选项", "proxy_privacy_policy": "代理隐私政策", "reload": "重新加载", @@ -98,18 +98,18 @@ "twitter": "Twitter", "type_a_command_search": "输入命令或搜索内容……", "we_use_cookies": "我们使用 cookies", - "updated_text": "Hoppscotch has been updated to v{version} 🎉", + "updated_text": "Hoppscotch 已更新至 v{version} 🎉", "whats_new": "新增内容", - "see_whats_new": "See what’s new", + "see_whats_new": "查看更新内容", "wiki": "帮助" }, "auth": { "account_exists": "当前帐号已存在 - 登录以链接两个帐号", "all_sign_in_options": "所有登录选项", - "continue_with_auth_provider": "Continue with {provider}", + "continue_with_auth_provider": "使用 {provider} 登录", "continue_with_email": "使用电子邮箱登录", "continue_with_github": "使用 GitHub 登录", - "continue_with_github_enterprise": "Continue with GitHub Enterprise", + "continue_with_github_enterprise": "使用 GitHub 企业版登录", "continue_with_google": "使用 Google 登录", "continue_with_microsoft": "使用 Microsoft 登录", "email": "电子邮箱地址", @@ -126,48 +126,48 @@ }, "authorization": { "generate_token": "生成令牌", - "graphql_headers": "Authorization Headers are sent as part of the payload to connection_init", + "graphql_headers": "将 Authorization 请求头作为 payload 发送到 connection_init", "include_in_url": "包含在 URL 内", - "inherited_from": "Inherited {auth} from parent collection {collection} ", + "inherited_from": "从父级集合 {collection} 继承 {auth}", "learn": "了解更多", "oauth": { - "redirect_auth_server_returned_error": "Auth Server returned an error state", - "redirect_auth_token_request_failed": "Request to get the auth token failed", - "redirect_auth_token_request_invalid_response": "Invalid Response from the Token Endpoint when requesting for an auth token", - "redirect_invalid_state": "Invalid State value present in the redirect", - "redirect_no_auth_code": "No Authorization Code present in the redirect", - "redirect_no_client_id": "No Client ID defined", - "redirect_no_client_secret": "No Client Secret Defined", - "redirect_no_code_verifier": "No Code Verifier Defined", - "redirect_no_token_endpoint": "No Token Endpoint Defined", - "something_went_wrong_on_oauth_redirect": "Something went wrong during OAuth Redirect", - "something_went_wrong_on_token_generation": "Something went wrong on token generation", - "token_generation_oidc_discovery_failed": "Failure on token generation: OpenID Connect Discovery Failed", - "grant_type": "Grant Type", - "grant_type_auth_code": "Authorization Code", - "token_fetched_successfully": "Token fetched successfully", - "token_fetch_failed": "Failed to fetch token", - "validation_failed": "Validation Failed, please check the form fields", - "label_authorization_endpoint": "Authorization Endpoint", - "label_client_id": "Client ID", - "label_client_secret": "Client Secret", + "redirect_auth_server_returned_error": "鉴权服务器返回了一个错误状态", + "redirect_auth_token_request_failed": "获取鉴权令牌失败", + "redirect_auth_token_request_invalid_response": "请求鉴权令牌时,令牌端点返回了无效响应", + "redirect_invalid_state": "重定向中存在无效的状态值", + "redirect_no_auth_code": "重定向中不存在授权码", + "redirect_no_client_id": "未定义客户端ID", + "redirect_no_client_secret": "未定义客户端密钥", + "redirect_no_code_verifier": "未定义代码验证器", + "redirect_no_token_endpoint": "未定义令牌端点", + "something_went_wrong_on_oauth_redirect": "OAuth 重定向过程中出现问题", + "something_went_wrong_on_token_generation": "令牌生成过程中出现问题", + "token_generation_oidc_discovery_failed": "令牌生成失败: OpenID Connect 发现失败", + "grant_type": "授权类型", + "grant_type_auth_code": "授权码", + "token_fetched_successfully": "令牌获取成功", + "token_fetch_failed": "令牌获取失败", + "validation_failed": "验证失败,请检查表单字段", + "label_authorization_endpoint": "授权端点", + "label_client_id": "客户端 ID", + "label_client_secret": "客户端密钥", "label_code_challenge": "Code Challenge", - "label_code_challenge_method": "Code Challenge Method", + "label_code_challenge_method": "Code Challenge 方法", "label_code_verifier": "Code Verifier", - "label_scopes": "Scopes", - "label_token_endpoint": "Token Endpoint", - "label_use_pkce": "Use PKCE", - "label_implicit": "Implicit", - "label_password": "Password", - "label_username": "Username", - "label_auth_code": "Authorization Code", - "label_client_credentials": "Client Credentials" + "label_scopes": "范围", + "label_token_endpoint": "令牌端点", + "label_use_pkce": "使用 PKCE", + "label_implicit": "隐式", + "label_password": "密码", + "label_username": "用户名", + "label_auth_code": "授权码", + "label_client_credentials": "客户端凭证" }, "pass_key_by": "传递方式", - "pass_by_query_params_label": "Query Parameters", + "pass_by_query_params_label": "请求参数", "pass_by_headers_label": "Headers", "password": "密码", - "save_to_inherit": "Please save this request in any collection to inherit the authorization", + "save_to_inherit": "为了继承鉴权信息,请保存这个请求到任意集合中", "token": "令牌", "type": "授权类型", "username": "用户名" @@ -176,8 +176,8 @@ "created": "集合已创建", "different_parent": "不能用不同的父类来重新排序集合", "edit": "编辑集合", - "import_or_create": "Import or create a collection", - "import_collection": "Import Collection", + "import_or_create": "导入或创建一个集合", + "import_collection": "导入集合", "invalid_name": "请提供有效的集合名称", "invalid_root_move": "该集合已经在根级了", "moved": "移动完成", @@ -186,8 +186,8 @@ "name_length_insufficient": "集合名字至少需要 3 个字符", "new": "新建集合", "order_changed": "集合顺序已更新", - "properties": "Collection Properties", - "properties_updated": "Collection Properties Updated", + "properties": "集合属性", + "properties_updated": "集合属性已更新", "renamed": "集合已更名", "request_in_use": "请求正在使用中", "save_as": "另存为", @@ -208,13 +208,13 @@ "remove_folder": "你确定要永久删除该文件夹吗?", "remove_history": "你确定要永久删除全部历史记录吗?", "remove_request": "你确定要永久删除该请求吗?", - "remove_shared_request": "Are you sure you want to permanently delete this shared request?", + "remove_shared_request": "你确定要永久删除该共享请求吗?", "remove_team": "你确定要删除该团队吗?", "remove_telemetry": "你确定要退出遥测服务吗?", "request_change": "你确定你要放弃当前的请求,未保存的修改将被丢失。", "save_unsaved_tab": "你想保存在此标签页中所作的修改吗?", "sync": "您确定要同步该工作区吗?", - "delete_access_token": "Are you sure you want to delete the access token {tokenLabel}?" + "delete_access_token": "你确定要删除这个授权令牌 {tokenLabel} 吗?" }, "context_menu": { "add_parameters": "添加至参数", @@ -223,20 +223,20 @@ }, "cookies": { "modal": { - "cookie_expires": "Expires", - "cookie_name": "Name", - "cookie_path": "Path", - "cookie_string": "Cookie string", - "cookie_value": "Value", - "empty_domain": "Domain is empty", - "empty_domains": "Domain list is empty", - "enter_cookie_string": "Enter cookie string", - "interceptor_no_support": "Your currently selected interceptor does not support cookies. Select a different Interceptor and try again.", - "managed_tab": "Managed", - "new_domain_name": "New domain name", - "no_cookies_in_domain": "No cookies set for this domain", - "raw_tab": "Raw", - "set": "Set a cookie" + "cookie_expires": "过期时间", + "cookie_name": "名称", + "cookie_path": "路径", + "cookie_string": "Cookie 字符串", + "cookie_value": "值", + "empty_domain": "域名为空", + "empty_domains": "域名列表为空", + "enter_cookie_string": "输入 Cookie 字符串", + "interceptor_no_support": "你当前选择的中间件不支持 Cookie ,请选择一个其他的中间件并重试。", + "managed_tab": "管理", + "new_domain_name": "新域名", + "no_cookies_in_domain": "该域名没有 Cookie", + "raw_tab": "原始内容", + "set": "设置一个 Cookie" } }, "count": { @@ -268,16 +268,16 @@ "pending_invites": "此团队无待办邀请", "profile": "登录以查看你的个人资料", "protocols": "协议为空", - "request_variables": "This request does not have any request variables", + "request_variables": "这个请求没有任何请求变量", "schema": "连接至 GraphQL 端点", - "secret_environments": "Secrets are not synced to Hoppscotch", - "shared_requests": "Shared requests are empty", - "shared_requests_logout": "Login to view your shared requests or create a new one", + "secret_environments": "密钥不会被 Hoppscotch 同步", + "shared_requests": "共享请求为空", + "shared_requests_logout": "登录并查看你的共享请求或创建一个新的共享请求", "subscription": "订阅为空", "team_name": "团队名称为空", "teams": "团队为空", "tests": "没有针对该请求的测试", - "access_tokens": "Access tokens are empty", + "access_tokens": "鉴权令牌为空", "shortcodes": "短链接为空" }, "environment": { @@ -291,7 +291,7 @@ "empty_variables": "没有变量", "global": "全局", "global_variables": "全局变量", - "import_or_create": "Import or create a environment", + "import_or_create": "导入或创建一个环境", "invalid_name": "请提供有效的环境名称", "list": "环境变量", "my_environments": "我的环境", @@ -304,8 +304,8 @@ "quick_peek": "快速浏览环境", "replace_with_variable": "替换为变量", "scope": "范围", - "secrets": "Secrets", - "secret_value": "Secret value", + "secrets": "密钥", + "secret_value": "密钥值", "select": "选择环境", "set": "设置环境", "set_as_environment": "设置为环境", @@ -316,14 +316,14 @@ "variable": "变量", "variables": "Variables", "variable_list": "变量列表", - "properties": "Environment Properties", - "details": "Details" + "properties": "环境属性", + "details": "详情" }, "error": { - "authproviders_load_error": "Unable to load auth providers", + "authproviders_load_error": "无法加载鉴权提供者", "browser_support_sse": "该浏览器似乎不支持 SSE。", "check_console_details": "检查控制台日志以获悉详情", - "check_how_to_add_origin": "Check how you can add an origin", + "check_how_to_add_origin": "检查如何添加源", "curl_invalid_format": "cURL 格式不正确", "danger_zone": "危险区域", "delete_account": "您的帐号目前为这些团队的拥有者:", @@ -336,42 +336,42 @@ "incorrect_email": "电子邮箱错误", "invalid_link": "无效链接", "invalid_link_description": "你点击的链接无效或已过期。", - "invalid_embed_link": "The embed does not exist or is invalid.", + "invalid_embed_link": "内嵌内容不存在或者失效。", "json_parsing_failed": "不合法的 JSON", "json_prettify_invalid_body": "无法美化无效的请求头,处理 JSON 语法错误并重试", "network_error": "好像发生了网络错误,请重试。", "network_fail": "无法发送请求", - "no_collections_to_export": "No collections to export. Please create a collection to get started.", + "no_collections_to_export": "导出集合为空,请先创建一个集合。", "no_duration": "无持续时间", - "no_environments_to_export": "No environments to export. Please create an environment to get started.", + "no_environments_to_export": "导出集合环境,请先创建一个环境。", "no_results_found": "找不到结果", "page_not_found": "找不到此頁面", - "please_install_extension": "Please install the extension and add origin to the extension.", + "please_install_extension": "请安装扩展并将源添加至扩展。", "proxy_error": "代理错误", - "same_profile_name": "Updated profile name is same as the current profile name", + "same_profile_name": "更新后的配置文件名称与当前配置文件名称相同", "script_fail": "无法执行预请求脚本", "something_went_wrong": "发生了一些错误", "test_script_fail": "无法执行请求脚本", - "reading_files": "Error while reading one or more files.", - "fetching_access_tokens_list": "Something went wrong while fetching the list of tokens", - "generate_access_token": "Something went wrong while generating the access token", - "delete_access_token": "Something went wrong while deleting the access token" + "reading_files": "读取一个或多个文件时出错。", + "fetching_access_tokens_list": "获取令牌列表时出错", + "generate_access_token": "生成访问令牌时出错", + "delete_access_token": "删除访问令牌时出错" }, "export": { "as_json": "导出为 JSON", "create_secret_gist": "创建私密 Gist", - "create_secret_gist_tooltip_text": "Export as secret Gist", - "failed": "Something went wrong while exporting", - "secret_gist_success": "Successfully exported as secret Gist", + "create_secret_gist_tooltip_text": "导出为私密 Gist", + "failed": "导出时发生了错误", + "secret_gist_success": "成功导出为私密 Gist", "require_github": "使用 GitHub 登录以创建私密 Gist", "title": "导出", - "success": "Successfully exported", + "success": "成功导出", "gist_created": "已创建 Gist" }, "filter": { "all": "全部", "none": "无", - "starred": "已加星号" + "starred": "已加星标" }, "folder": { "created": "已创建文件夹", @@ -389,10 +389,10 @@ "schema": "模式", "subscriptions": "订阅", "switch_connection": "切换连接", - "url_placeholder": "Enter a GraphQL endpoint URL" + "url_placeholder": "输入一个 GraphQL 端点 URL" }, "graphql_collections": { - "title": "GraphQL Collections" + "title": "GraphQL 集合" }, "group": { "time": "时间", @@ -405,8 +405,8 @@ }, "helpers": { "authorization": "授权头将会在你发送请求时自动生成。", - "collection_properties_authorization": " This authorization will be set for every request in this collection.", - "collection_properties_header": "This header will be set for every request in this collection.", + "collection_properties_authorization": "这个授权将被应用在当前集合下的所有请求。", + "collection_properties_header": "这个请求头将被应用在当前集合下的所有请求。", "generate_documentation_first": "请先生成文档", "network_fail": "无法到达 API 端点。请检查网络连接并重试。", "offline": "你似乎处于离线状态,该工作区中的数据可能不是最新。", @@ -426,10 +426,10 @@ "import": { "collections": "导入集合", "curl": "导入 cURL", - "environments_from_gist": "Import From Gist", - "environments_from_gist_description": "Import Hoppscotch Environments From Gist", + "environments_from_gist": "从 Gist 导入", + "environments_from_gist_description": "从 Gist 导入 Hoppscotch 环境", "failed": "导入失败", - "from_file": "Import from File", + "from_file": "从文件导入", "from_gist": "从 Gist 导入", "from_gist_description": "从 Gist URL 导入", "from_insomnia": "从 Insomnia 导入", @@ -444,28 +444,28 @@ "from_postman_description": "从 Postman 集合中导入", "from_url": "从 URL 导入", "gist_url": "输入 Gist URL", - "gql_collections_from_gist_description": "Import GraphQL Collections From Gist", - "hoppscotch_environment": "Hoppscotch Environment", - "hoppscotch_environment_description": "Import Hoppscotch Environment JSON file", + "gql_collections_from_gist_description": "从 Gist 导入 GraphQL 集合", + "hoppscotch_environment": "Hoppscotch 环境", + "hoppscotch_environment_description": "导入 Hoppscotch 环境 JSON 文件", "import_from_url_invalid_fetch": "无法从网址取得资料", "import_from_url_invalid_file_format": "导入组合时发生错误", "import_from_url_invalid_type": "不支持此类型。可接受的值为 'hoppscotch'、'openapi'、'postman'、'insomnia'", "import_from_url_success": "已导入组合", - "insomnia_environment_description": "Import Insomnia Environment from a JSON/YAML file", + "insomnia_environment_description": "从一个 JSON/YAML 文件中导入 Insomnia 环境", "json_description": "从 Hoppscotch 的集合文件导入(JSON)", - "postman_environment": "Postman Environment", - "postman_environment_description": "Import Postman Environment from a JSON file", + "postman_environment": "Postman 环境", + "postman_environment_description": "从一个 JSON 文件中导入 Postman 环境", "title": "导入", - "file_size_limit_exceeded_warning_multiple_files": "Chosen files exceed the recommended limit of 10MB. Only the first {files} selected will be imported", - "file_size_limit_exceeded_warning_single_file": "The currently chosen file exceeds the recommended limit of 10MB. Please select another file.", - "success": "Successfully imported" + "file_size_limit_exceeded_warning_multiple_files": "当前选择的文件大小超过了推荐的 10MB,只导入第一个被选择的 {files}。", + "file_size_limit_exceeded_warning_single_file": "当前选择的文件大小超过了推荐的 10MB,请选择其他文件", + "success": "成功导入" }, "inspections": { "description": "查可能的错误", "environment": { "add_environment": "添加到环境", - "add_environment_value": "Add value", - "empty_value": "Environment value is empty for the variable '{variable}' ", + "add_environment_value": "添加值", + "empty_value": "环境变量“{variable}”的值为空", "not_found": "环境变量“{environment}”未找到。" }, "header": { @@ -497,10 +497,10 @@ "close_unsaved_tab": "有未保存的变更", "collections": "集合", "confirm": "确认", - "customize_request": "Customize Request", + "customize_request": "自定义请求", "edit_request": "编辑请求", "import_export": "导入/导出", - "share_request": "Share Request" + "share_request": "分享请求" }, "mqtt": { "already_subscribed": "您已经订阅了此主题。", @@ -516,12 +516,12 @@ "keep_alive": "Keep Alive", "log": "日志", "lw_message": "遗嘱消息", - "lw_qos": "遗嘱消息QoS", + "lw_qos": "遗嘱消息 QoS", "lw_retain": "遗嘱消息保留", "lw_topic": "遗嘱消息主题", "message": "消息", "new": "新订阅", - "not_connected": "请先启动MQTT连接。", + "not_connected": "请先启动 MQTT 连接。", "publish": "发布", "qos": "QoS", "ssl": "SSL", @@ -581,8 +581,8 @@ "enter_curl": "输入 cURL", "generate_code": "生成代码", "generated_code": "已生成代码", - "go_to_authorization_tab": "Go to Authorization tab", - "go_to_body_tab": "Go to Body tab", + "go_to_authorization_tab": "前往鉴权标签", + "go_to_body_tab": "前往请求体标签", "header_list": "请求头列表", "invalid_name": "请提供请求名称", "method": "方法", @@ -601,19 +601,19 @@ "raw_body": "原始请求体", "rename": "重命名请求", "renamed": "请求重命名", - "request_variables": "Request variables", + "request_variables": "请求变量", "run": "运行", "save": "保存", "save_as": "另存为", "saved": "请求已保存", "share": "分享", "share_description": "分享 Hoppscotch 给你的朋友", - "share_request": "Share Request", + "share_request": "分享请求", "stop": "停止", "title": "请求", "type": "请求类型", "url": "URL", - "url_placeholder": "Enter a URL or paste a cURL command", + "url_placeholder": "输入一个 URL 或者粘贴一个 cURL 命令", "variables": "变量", "view_my_links": "查看我的链接", "copy_link": "复制链接" @@ -633,7 +633,7 @@ "status": "状态", "time": "时间", "title": "响应", - "video": "Video", + "video": "视频", "waiting_for_connection": "等待连接", "xml": "XML" }, @@ -644,7 +644,7 @@ "account_description": "自定义您的帐户设置。", "account_email_description": "您的主要电子邮箱地址。", "account_name_description": "这是您的显示名称。", - "additional": "Additional Settings", + "additional": "其他设置", "background": "背景", "black_mode": "黑色", "choose_language": "选择语言", @@ -692,29 +692,29 @@ "verify_email": "验证电子邮箱" }, "shared_requests": { - "button": "Button", - "button_info": "Create a 'Run in Hoppscotch' button for your website, blog or a README.", - "copy_html": "Copy HTML", - "copy_link": "Copy Link", - "copy_markdown": "Copy Markdown", - "creating_widget": "Creating widget", - "customize": "Customize", - "deleted": "Shared request deleted", - "description": "Select a widget, you can change and customize this later", - "embed": "Embed", - "embed_info": "Add a mini 'Hoppscotch API Playground' to your website, blog or documentation.", - "link": "Link", - "link_info": "Create a shareable link to share with anyone on the internet with view access.", - "modified": "Shared request modified", - "not_found": "Shared request not found", - "open_new_tab": "Open in new tab", - "preview": "Preview", - "run_in_hoppscotch": "Run in Hoppscotch", + "button": "按钮", + "button_info": "为你的网站、博客或者 README 创建一个“Run in Hoppscotch”按钮。", + "copy_html": "复制 HTML", + "copy_link": "复制链接", + "copy_markdown": "复制 Markdown", + "creating_widget": "创建控件", + "customize": "自定义", + "deleted": "共享请求已删除", + "description": "选择一个控件,之后你可以更改或者自定义", + "embed": "内嵌", + "embed_info": "为你的网站、博客或者文档添加一个小的“Hoppscotch API Playground”。", + "link": "链接", + "link_info": "创建一个仅查看的分享链接给任何人", + "modified": "共享请求与修改", + "not_found": "未找到共享请求", + "open_new_tab": "在新标签中打开", + "preview": "预览", + "run_in_hoppscotch": "在 Hoppscotch 中运行", "theme": { - "dark": "Dark", - "light": "Light", - "system": "System", - "title": "Theme" + "dark": "深色", + "light": "浅色", + "system": "系统", + "title": "主题" } }, "shortcut": { @@ -759,7 +759,7 @@ "save_request": "保存请求", "save_to_collections": "保存到集合", "send_request": "发送请求", - "share_request": "Share Request", + "share_request": "共享请求", "show_code": "生成代码片段", "title": "请求", "copy_request_link": "复制请求链接" @@ -830,7 +830,7 @@ "tab_parameters": "参数标签页", "tab_pre_request_script": "预请求脚本标签页", "tab_query": "查询标签页", - "tab_tests": "测试标签页b", + "tab_tests": "测试标签页", "tab_variables": "变量标签页" }, "response": { @@ -871,10 +871,10 @@ }, "phrases": { "try": "Try", - "import_collections": "Import collections", - "create_environment": "Create environment", - "create_workspace": "Create workspace", - "share_request": "Share request" + "import_collections": "导入集合", + "create_environment": "创建环境", + "create_workspace": "创建工作区", + "share_request": "分享请求" } }, "sse": { @@ -892,7 +892,7 @@ "connection_error": "连接错误", "connection_failed": "连接失败", "connection_lost": "连接丢失", - "copied_interface_to_clipboard": "Copied {language} interface type to clipboard", + "copied_interface_to_clipboard": "复制 {language} 接口类型到剪贴板", "copied_to_clipboard": "已复制到剪贴板", "deleted": "已删除", "deprecated": "已弃用", @@ -900,7 +900,7 @@ "disconnected": "断开连接", "disconnected_from": "与 {name} 断开连接", "docs_generated": "已生成文档", - "download_failed": "Download failed", + "download_failed": "下载失败", "download_started": "开始下载", "enabled": "启用", "file_imported": "文件已导入", @@ -938,11 +938,11 @@ "tab": { "authorization": "授权", "body": "请求体", - "close": "Close Tab", - "close_others": "Close other Tabs", + "close": "关闭标签页", + "close_others": "关闭所有其他标签页", "collections": "集合", "documentation": "帮助文档", - "duplicate": "Duplicate Tab", + "duplicate": "复制当前标签页", "environments": "环境", "headers": "请求头", "history": "历史记录", @@ -951,11 +951,11 @@ "pre_request_script": "预请求脚本", "queries": "查询", "query": "查询", - "schema": "Schema", - "shared_requests": "Shared Requests", - "codegen": "Generate Code", - "code_snippet": "Code snippet", - "share_tab_request": "Share tab request", + "schema": "模式", + "shared_requests": "共享请求", + "codegen": "生成代码", + "code_snippet": "代码片段", + "share_tab_request": "分享标签页请求", "socketio": "Socket.IO", "sse": "SSE", "tests": "测试", @@ -972,7 +972,7 @@ "email_do_not_match": "邮箱无法与你的帐户信息匹配。请联系你的团队者。", "exit": "退出团队", "exit_disabled": "团队所有者无法退出团队", - "failed_invites": "Failed invites", + "failed_invites": "邀请失败", "invalid_coll_id": "无效的集合 ID", "invalid_email_format": "电子邮箱格式无效", "invalid_id": "无效的团队 ID,请联系你的团队者。", @@ -1013,14 +1013,14 @@ "same_target_destination": "目标相同", "saved": "团队已保存", "select_a_team": "选择团队", - "success_invites": "Success invites", + "success_invites": "邀请成功", "title": "团队", "we_sent_invite_link": "我们向所有受邀者发送了邀请链接!", - "invite_sent_smtp_disabled": "Invite links generated", + "invite_sent_smtp_disabled": "邀请链接已生成", "we_sent_invite_link_description": "请所有受邀者检查他们的收件箱,点击链接以加入团队。", - "invite_sent_smtp_disabled_description": "Sending invite emails is disabled for this instance of Hoppscotch. Please use the Copy link button to copy and share the invite link manually.", - "copy_invite_link": "Copy Invite Link", - "search_title": "Team Requests", + "invite_sent_smtp_disabled_description": "发送邀请邮件在此 Hoppscotch 实例中已禁用。请使用“复制链接”按钮手动复制并分享邀请链接。", + "copy_invite_link": "复制邀请链接", + "search_title": "团队请求", "join_beta": "加入 Beta 计划以访问团队。" }, "team_environment": { @@ -1053,44 +1053,44 @@ "title": "工作空间" }, "site_protection": { - "login_to_continue": "Login to continue", - "login_to_continue_description": "You need to be logged in to access this Hoppscotch Enterprise Instance.", - "error_fetching_site_protection_status": "Something Went Wrong While Fetching Site Protection Status" + "login_to_continue": "登录以继续", + "login_to_continue_description": "您需要登录才能访问此 Hoppscotch 企业实例。", + "error_fetching_site_protection_status": "获取站点保护状态时出现问题" }, "access_tokens": { - "tab_title": "Tokens", - "section_title": "Personal Access Tokens", - "section_description": "Personal access tokens currently helps you connect the CLI to your Hoppscotch account", - "last_used_on": "Last used on", - "expires_on": "Expires on", - "no_expiration": "No expiration", - "expired": "Expired", - "copy_token_warning": "Make sure to copy your personal access token now. You won't be able to see it again!", - "token_purpose": "What's this token for?", - "expiration_label": "Expiration", - "scope_label": "Scope", - "workspace_read_only_access": "Read-only access to workspace data.", - "personal_workspace_access_limitation": "Personal Access Tokens can't access your personal workspace.", - "generate_token": "Generate Token", - "invalid_label": "Please provide a label for the token", - "no_expiration_verbose": "This token will never expire!", - "token_expires_on": "This token will expire on", - "generate_new_token": "Generate new token", - "generate_modal_title": "New Personal Access Token", - "deletion_success": "The access token {label} has been deleted" + "tab_title": "令牌", + "section_title": "个人访问令牌", + "section_description": "个人访问令牌目前帮助您将 CLI 连接到您的 Hoppscotch 账户", + "last_used_on": "最后使用于", + "expires_on": "过期于", + "no_expiration": "未过期", + "expired": "已过期", + "copy_token_warning": "请确保现在复制您的个人访问令牌。您将无法再次看到它!", + "token_purpose": "此令牌的用途是什么?", + "expiration_label": "到期", + "scope_label": "范围", + "workspace_read_only_access": "对工作区数据的只读访问权限。", + "personal_workspace_access_limitation": "个人访问令牌无法访问您的个人工作区。", + "generate_token": "生成令牌", + "invalid_label": "请为令牌提供一个标签", + "no_expiration_verbose": "此令牌永不过期!", + "token_expires_on": "此令牌将在", + "generate_new_token": "生成新令牌", + "generate_modal_title": "新个人访问令牌", + "deletion_success": "访问令牌 {label} 已被删除" }, "collection_runner": { - "collection_id": "Collection ID", - "environment_id": "Environment ID", - "cli_collection_id_description": "This collection ID will be used by the CLI collection runner for Hoppscotch.", - "cli_environment_id_description": "This environment ID will be used by the CLI collection runner for Hoppscotch.", - "include_active_environment": "Include active environment:", + "collection_id": "集合ID", + "environment_id": "环境ID", + "cli_collection_id_description": "此集合 ID 将由 Hoppscotch 的 CLI 集合运行器使用。", + "cli_environment_id_description": "此环境 ID 将由 Hoppscotch 的 CLI 集合运行器使用。", + "include_active_environment": "包含活动环境:", "cli": "CLI", - "ui": "Runner (coming soon)", - "cli_command_generation_description_cloud": "Copy the below command and run it from the CLI. Please specify a personal access token.", - "cli_command_generation_description_sh": "Copy the below command and run it from the CLI. Please specify a personal access token and verify the generated SH instance server URL.", - "cli_command_generation_description_sh_with_server_url_placeholder": "Copy the below command and run it from the CLI. Please specify a personal access token and the SH instance server URL.", - "run_collection": "Run collection" + "ui": "运行器(即将推出)", + "cli_command_generation_description_cloud": "复制以下命令并在 CLI 中运行。请指定个人访问令牌。", + "cli_command_generation_description_sh": "复制以下命令并在 CLI 中运行。请指定个人访问令牌并验证生成的SH 实例服务器 URL。", + "cli_command_generation_description_sh_with_server_url_placeholder": "复制以下命令并在 CLI 中运行。请指定个人访问令牌和 SH 实例服务器 URL。", + "run_collection": "运行集合" }, "shortcodes": { "actions": "操作",