Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #2749

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions packages/altair-app/src/assets/i18n/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"EXPORT_TEXT": "导出",
"SEND_BATCHED_REQUEST": "发送批量请求",
"REQUEST_EXTENSIONS_TEXT": "请求扩展",
"REQUEST_EXTENSIONS_SUBTEXT": "Update your request extensions (in JSON format)",
"REQUEST_EXTENSIONS_SUBTEXT": "更新您的请求扩展(使用 JSON 格式)",
"DOCS_GO_BACK_TEXT": "返回",
"DOCS_EXPORT_SDL": "导出 SDL文件",
"DOCS_LOAD_SCHEMA": "加载Schema",
Expand Down Expand Up @@ -78,7 +78,7 @@
"REQUEST_HANDLER_GRAPHQL_WS": "Websocket (graphql-ws)",
"REQUEST_HANDLER_APP_SYNC": "AWS AppSync",
"REQUEST_HANDLER_ACTION_CABLE": "Rails ActionCable",
"REQUEST_HANDLER_GRAPHQL_SSE": "Graphql over SSE",
"REQUEST_HANDLER_GRAPHQL_SSE": "通过 SSE 绘图形",
"DEFAULT_REQUEST_HANDLER_TITLE": "Default Request Handler",
"REQUEST_HANDLER_PARAMS_TEXT": "Parameters (in JSON)",
"HISTORY_TEXT": "历史",
Expand Down Expand Up @@ -128,7 +128,7 @@
"COLLECTIONS_NUMBER_OF_REQUESTS": "请求数:",
"COLLECTIONS_QUERY_MENU_DELETE": "删除",
"COLLECTIONS_QUERY_MENU_SHOW_REVISIONS_DIALOG": "Show revisions",
"COLLECTIONS_QUERY_MENU_COPY_SHARE_URL": "Copy share URL",
"COLLECTIONS_QUERY_MENU_COPY_SHARE_URL": "复制共享网址",
"COLLECTIONS_MENU_DELETE": "删除",
"COLLECTIONS_MENU_EDIT": "编辑",
"COLLECTIONS_MENU_SYNC": "同步到远程",
Expand All @@ -144,8 +144,8 @@
"COLLECTIONS_DEPRECATED_QUERY_WARNING": "此查询已经过时且无法兼容。请删除并重新创建它,以防止数据丢失。",
"COLLECTION_OPEN_QUERY_TOOLTIP": "从集合",
"COLLECTION_SYNC_TEXT": "刷新",
"COLLECTIONS_WORKSPACES_SELECT_ALL": "All workspaces",
"COLLECTIONS_WORKSPACES_FILTER": "Filter workspaces",
"COLLECTIONS_WORKSPACES_SELECT_ALL": "所有工作区",
"COLLECTIONS_WORKSPACES_FILTER": "过滤工作区",
"QUERY_REVISIONS_TEXT": "Query Revisions",
"QUERY_REVISIONS_SUB_TEXT": "You can view and restore previous versions of this query",
"EDIT_COLLECTION_TITLE_TEXT": "编辑收藏集",
Expand Down Expand Up @@ -176,9 +176,9 @@
"REQUEST_SCRIPT_ENABLE_TEXT": "启用脚本",
"AUTHORIZATION_TYPE_TEXT": "Auth type",
"AUTHORIZATION_PROVIDER_NONE": "No auth",
"AUTHORIZATION_PROVIDER_API_KEY": "API Key",
"AUTHORIZATION_PROVIDER_API_KEY": "API 密钥",
"AUTHORIZATION_PROVIDER_BASIC": "Basic Auth",
"AUTHORIZATION_PROVIDER_BEARER": "Bearer Token",
"AUTHORIZATION_PROVIDER_BEARER": "Bearer 令牌",
"AUTHORIZATION_PROVIDER_OAUTH2": "OAuth 2.0",
"SCHEMA_FORM_LIST_ADD": "添加",
"SCHEMA_FORM_LIST_REMOVE": "移除",
Expand All @@ -188,27 +188,27 @@
"PLUGIN_ADD_BUTTON": "添加到Altair",
"PLUGIN_REMOVE_BUTTON": "移除",
"PLUGIN_CREATE_BUTTON": "创建插件",
"ACCOUNT_TITLE": "Account",
"ACCOUNT_TITLE": "账户",
"ACCOUNT_SUB_TEXT": "账户管理",
"ACCOUNT_HELLO": "你好",
"LOGIN_TAB": "登录",
"REGISTER_TAB": "注册",
"LOGOUT_TEXT": "注销",
"SIGNIN_WITH_GOOGLE": "使用 Google 账号登录",
"CLOUD_SYNC_TEXT": "同步到云端",
"TEAMS_TEXT": "Teams",
"TEAMS_TEXT": "团队",
"BILLING_TEXT": "Billing",
"TEAMS_SUB_TEXT": "Manage your teams",
"CREATE_TEAM_BUTTON": "Create team",
"TEAM_TITLE_PLACEHOLDER": "Team title",
"TEAM_DESCRIPTION_PLACEHOLDER": "Team description",
"CREATE_TEAM_TEXT": "Create a new team",
"UPDATE_TEAM_TEXT": "Update team",
"CREATE_TEAM_TEXT": "创建一个新团队",
"UPDATE_TEAM_TEXT": "更新团队",
"ADD_TEAM_MEMBER_TEXT": "Add a new team member",
"UPDATE_TEAM_MEMBER_TEXT": "Update team member",
"TEAM_MEMBERS_TEXT": "Team members",
"ACCOUNT_PLAN_STATS_DESCRIPTION": "The stats show how much resources you have and the number of resources allowed for your current plan",
"EDIT_TEXT": "Edit",
"EDIT_TEXT": "编辑",
"PROFILE_TEXT": "个人资料",
"UPGRADE_PRO_TEXT": "Upgrade to Pro"
}
Loading