feat: migrate to vue 3 + vite (#2553)
Co-authored-by: amk-dev <akash.k.mohan98@gmail.com> Co-authored-by: liyasthomas <liyascthomas@gmail.com>
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"action": {
|
||||
"autoscroll": "Autoscroll",
|
||||
"cancel": "取消",
|
||||
"choose_file": "选择文件",
|
||||
"clear": "清除",
|
||||
"clear_all": "全部清除",
|
||||
"close": "Close",
|
||||
"connect": "连接",
|
||||
"copy": "复制",
|
||||
"delete": "删除",
|
||||
@@ -11,8 +13,10 @@
|
||||
"dismiss": "忽略",
|
||||
"dont_save": "不保存",
|
||||
"download_file": "下载文件",
|
||||
"drag_to_reorder": "Drag to reorder",
|
||||
"duplicate": "复制",
|
||||
"edit": "编辑",
|
||||
"filter_response": "Filter response",
|
||||
"go_back": "返回",
|
||||
"label": "标签",
|
||||
"learn_more": "了解更多",
|
||||
@@ -20,11 +24,14 @@
|
||||
"more": "更多",
|
||||
"new": "新增",
|
||||
"no": "否",
|
||||
"open_workspace": "Open workspace",
|
||||
"paste": "粘贴",
|
||||
"prettify": "美化",
|
||||
"remove": "移除",
|
||||
"restore": "恢复",
|
||||
"save": "保存",
|
||||
"scroll_to_bottom": "Scroll to bottom",
|
||||
"scroll_to_top": "Scroll to top",
|
||||
"search": "搜索",
|
||||
"send": "发送",
|
||||
"start": "开始",
|
||||
@@ -164,6 +171,7 @@
|
||||
"profile": "登录以查看你的个人档案",
|
||||
"protocols": "协议为空",
|
||||
"schema": "连接至 GraphQL 端点",
|
||||
"shortcodes": "Shortcodes are empty",
|
||||
"team_name": "团队名称为空",
|
||||
"teams": "团队为空",
|
||||
"tests": "没有针对该请求的测试"
|
||||
@@ -196,10 +204,13 @@
|
||||
"incorrect_email": "电子邮箱错误",
|
||||
"invalid_link": "无效链接",
|
||||
"invalid_link_description": "你点击的链接无效或已过期。",
|
||||
"json_parsing_failed": "Invalid JSON",
|
||||
"json_prettify_invalid_body": "无法美化无效的请求头,处理 JSON 语法错误并重试",
|
||||
"network_error": "好像发生了网络错误,请重试。",
|
||||
"network_fail": "无法发送请求",
|
||||
"no_duration": "无持续时间",
|
||||
"no_results_found": "No matches found",
|
||||
"page_not_found": "This page could not be found",
|
||||
"script_fail": "无法执行预请求脚本",
|
||||
"something_went_wrong": "发生了一些错误",
|
||||
"test_script_fail": "无法执行请求脚本"
|
||||
@@ -265,6 +276,10 @@
|
||||
"from_postman_description": "从 Postman 集合中导入",
|
||||
"from_url": "从 URL 导入",
|
||||
"gist_url": "输入 Gist URL",
|
||||
"import_from_url_invalid_fetch": "Couldn't get data from the url",
|
||||
"import_from_url_invalid_file_format": "Error while importing collections",
|
||||
"import_from_url_invalid_type": "Unsupported type. accepted values are 'hoppscotch', 'openapi', 'postman', 'insomnia'",
|
||||
"import_from_url_success": "Collections Imported",
|
||||
"json_description": "从 Hoppscotch 的集合文件导入(JSON)",
|
||||
"title": "导入"
|
||||
},
|
||||
@@ -331,6 +346,11 @@
|
||||
"body": "请求体",
|
||||
"choose_language": "选择语言",
|
||||
"content_type": "内容类型",
|
||||
"content_type_titles": {
|
||||
"others": "Others",
|
||||
"structured": "Structured",
|
||||
"text": "Text"
|
||||
},
|
||||
"copy_link": "复制链接",
|
||||
"duration": "持续时间",
|
||||
"enter_curl": "输入 cURL",
|
||||
@@ -360,10 +380,12 @@
|
||||
"title": "请求",
|
||||
"type": "请求类型",
|
||||
"url": "URL",
|
||||
"variables": "变量"
|
||||
"variables": "变量",
|
||||
"view_my_links": "View my links"
|
||||
},
|
||||
"response": {
|
||||
"body": "响应体",
|
||||
"filter_response_body": "Filter JSON response body (uses JSONPath syntax)",
|
||||
"headers": "响应头",
|
||||
"html": "HTML",
|
||||
"image": "图像",
|
||||
@@ -415,6 +437,8 @@
|
||||
"proxy_use_toggle": "使用代理中间件发送请求",
|
||||
"read_the": "阅读",
|
||||
"reset_default": "重置为默认",
|
||||
"short_codes": "Short codes",
|
||||
"short_codes_description": "Short codes which were created by you.",
|
||||
"sidebar_on_left": "侧边栏移至左侧",
|
||||
"sync": "同步",
|
||||
"sync_collections": "集合",
|
||||
@@ -428,8 +452,18 @@
|
||||
"theme_description": "自定义您的应用程序主题。",
|
||||
"use_experimental_url_bar": "使用实验性的带有环境高亮的 URL 栏",
|
||||
"user": "用户",
|
||||
"verified_email": "Verified email",
|
||||
"verify_email": "验证电子邮箱"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "Actions",
|
||||
"created_on": "Created on",
|
||||
"deleted": "Shortcode deleted",
|
||||
"method": "Method",
|
||||
"not_found": "Shortcode not found",
|
||||
"short_code": "Short code",
|
||||
"url": "URL"
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
"close_current_menu": "关闭当前菜单",
|
||||
@@ -484,6 +518,7 @@
|
||||
},
|
||||
"socketio": {
|
||||
"communication": "通讯",
|
||||
"connection_not_authorized": "This SocketIO connection does not use any authentication.",
|
||||
"event_name": "事件名称",
|
||||
"events": "事件",
|
||||
"log": "日志",
|
||||
@@ -501,6 +536,9 @@
|
||||
"connected": "已连接",
|
||||
"connected_to": "已连接到 {name}",
|
||||
"connecting_to": "正在连接到 {name}……",
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_to_clipboard": "已复制到剪贴板",
|
||||
"deleted": "已删除",
|
||||
"deprecated": "已弃用",
|
||||
@@ -515,8 +553,17 @@
|
||||
"history_deleted": "历史记录已删除",
|
||||
"linewrap": "换行",
|
||||
"loading": "正在加载……",
|
||||
"message_received": "Message: {message} arrived on topic: {topic}",
|
||||
"mqtt_subscription_failed": "Something went wrong while subscribing to topic: {topic}",
|
||||
"none": "无",
|
||||
"nothing_found": "没有找到",
|
||||
"published_error": "Something went wrong while publishing msg: {topic} to topic: {message}",
|
||||
"published_message": "Published message: {message} to topic: {topic}",
|
||||
"reconnection_error": "Failed to reconnect",
|
||||
"subscribed_failed": "Failed to subscribe to topic: {topic}",
|
||||
"subscribed_success": "Successfully subscribed to topic: {topic}",
|
||||
"unsubscribed_failed": "Failed to unsubscribe from topic: {topic}",
|
||||
"unsubscribed_success": "Successfully unsubscribed from topic: {topic}",
|
||||
"waiting_send_request": "等待发送请求"
|
||||
},
|
||||
"support": {
|
||||
|
||||
Reference in New Issue
Block a user