Merge pull request #372 from EdikWang/i18n

I18n
This commit is contained in:
Liyas Thomas
2019-11-29 07:39:44 +05:30
committed by GitHub

View File

@@ -1,83 +1,83 @@
export default { export default {
home: "home", home: "主页",
realtime: "realtime", realtime: "长连接",
graphql: "graphql", graphql: "GraphQL",
settings: "settings", settings: "设置",
request: "request", request: "请求",
install_pwa: "install_pwa", install_pwa: "安装PWA应用",
support_us: "support_us", support_us: "支持我们",
tweet: "tweet", tweet: "推特",
options: "options", options: "选项",
communication: "communication", communication: "联系我们",
endpoint: "endpoint", endpoint: "服务端点",
schema: "schema", schema: "模式",
theme: "theme", theme: "主题",
subscribe: "subscribe", subscribe: "订阅",
choose_language: "choose_language", choose_language: "选择语言",
shortcuts: "shortcuts", shortcuts: "快捷键",
send_request: "send_request", send_request: "发送请求",
save_to_collections: "save_to_collections", save_to_collections: "保存到收藏夹",
copy_request_link: "copy_request_link", copy_request_link: "复制请求链接",
reset_request: "reset_request", reset_request: "重置请求",
support_us_on: "support_us_on", support_us_on: "支持我们",
open_collective: "open_collective", open_collective: "Open Collective",
paypal: "paypal", paypal: "Paypal",
patreon: "patreon", patreon: "Patreon",
javascript_code: "javascript_code", javascript_code: "JavaScript代码",
method: "method", method: "方法",
path: "path", path: "路径",
label: "label", label: "标签",
again: "again", again: "重试",
content_type: "content_type", content_type: "内容类型",
raw_input: "raw_input", raw_input: "raw数据",
parameter_list: "parameter_list", parameter_list: "参数列表",
raw_request_body: "raw_request_body", raw_request_body: "raw请求主体",
show_code: "show_code", show_code: "显示代码",
hide_code: "hide_code", hide_code: "隐藏代码",
show_prerequest_script: "show_prerequest_script", show_prerequest_script: "显示预请求脚本",
hide_prerequest_script: "hide_prerequest_script", hide_prerequest_script: "隐藏预请求脚本",
authentication: "authentication", authentication: "认证方式",
authentication_type: "authentication_type", authentication_type: "认证类型",
include_in_url: "include_in_url", include_in_url: "包含在URL中",
parameters: "parameters", parameters: "参数",
expand_response: "expand_response", expand_response: "展开显示响应内容",
collapse_response: "collapse_response", collapse_response: "折叠显示响应内容",
hide_preview: "hide_preview", hide_preview: "隐藏预览",
preview_html: "preview_html", preview_html: "预览HTML",
history: "history", history: "历史记录",
collections: "collections", collections: "收藏夹",
import_curl: "import_curl", import_curl: "批量导入",
import: "import", import: "导入",
generate_code: "generate_code", generate_code: "生成代码",
request_type: "request_type", request_type: "请求类型",
generated_code: "generated_code", generated_code: "生成的代码",
status: "status", status: "状态码",
headers: "headers", headers: "请求头",
websocket: "websocket", websocket: "Websocket",
waiting_for_connection: "(waiting_for_connection)", waiting_for_connection: "(等待连接)",
message: "message", message: "消息内容",
sse: "sse", sse: "sse",
server: "server", server: "Server",
events: "events", events: "事件",
url: "url", url: "地址",
get_schema: "get_schema", get_schema: "获取模式",
header_list: "header_list", header_list: "请求头列表",
add_new: "add_new", add_new: "添加",
response: "response", response: "响应",
query: "query", query: "查询",
queries: "queries", queries: "查询",
mutations: "mutations", mutations: "Mutations",
subscriptions: "subscriptions", subscriptions: "订阅",
types: "types", types: "种类",
send: "send", send: "发送",
background: "background", background: "背景",
color: "color", color: "颜色",
labels: "labels", labels: "标签",
multi_color: "multi_color", multi_color: "彩色",
enabled: "enabled", enabled: "已启用",
disabled: "disabled", disabled: "已禁用",
proxy: "proxy", proxy: "代理",
postwoman_official_proxy_hosting: "postwoman_official_proxy_hosting", postwoman_official_proxy_hosting: "Postwoman的官方代理由ApolloTV托管",
read_the: "read_the", read_the: "阅读",
apollotv_privacy_policy: "apollotv_privacy_policy" apollotv_privacy_policy: "ApolloTV隐私政策"
}; };