Commit code with double quotes instead of single quotes

This commit is contained in:
Dmitry Yankowski
2020-02-24 21:06:23 -05:00
parent 3bd7c00038
commit 48100ead55
74 changed files with 3184 additions and 3184 deletions

View File

@@ -1,89 +1,89 @@
export default {
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: '事件',
url: '地址',
get_schema: '获取模式',
header_list: '请求头列表',
add_new: '添加',
response: '响应',
query: '查询',
queries: '查询',
query_variables: '变数',
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隐私政策',
contact_us: '联系我们',
connect: '连接',
disconnect: '断开',
start: '开始',
stop: '停止',
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: "事件",
url: "地址",
get_schema: "获取模式",
header_list: "请求头列表",
add_new: "添加",
response: "响应",
query: "查询",
queries: "查询",
query_variables: "变数",
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隐私政策",
contact_us: "联系我们",
connect: "连接",
disconnect: "断开",
start: "开始",
stop: "停止",
}