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