mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-15 03:21:37 -04:00
* updated langpacks to be pushed in * bumped version number to 1.29.0 * patched german lang pack * patched spanish langpack * patched french langpack * italian langpack patched * Japanese langpack patched * Korean langpack patched * portuguese langpack patched * russian langpack patched * patched chinese simplified langpack and fixed changelog for ru and pt * patched chinese traditional langpack
45 lines
2.3 KiB
JSON
45 lines
2.3 KiB
JSON
{
|
|
"": [
|
|
"--------------------------------------------------------------------------------------------",
|
|
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
|
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
|
"--------------------------------------------------------------------------------------------",
|
|
"Do not edit this file. It is machine generated."
|
|
],
|
|
"version": "1.0.0",
|
|
"contents": {
|
|
"package": {
|
|
"displayName": "GitHub",
|
|
"description": "GitHub",
|
|
"config.gitAuthentication": "控制是否在 VS Code 中为 git 命令启用自动 GitHub 身份验证。",
|
|
"welcome.publishFolder": "你还可直接将此文件夹发布到 GitHub 存储库。发布后,你将有权访问由 Git 和 GitHub 提供支持的源代码管理功能。\r\n[$(github) 发布到 GitHub](command:github.publish)",
|
|
"welcome.publishWorkspaceFolder": "你还可直接将工作区文件夹发布到 GitHub 存储库。发布后,你将有权访问由 Git 和 GitHub 提供支持的源代码管理功能。\r\n[$(github) 发布到 GitHub](command:github.publish)"
|
|
},
|
|
"dist/publish": {
|
|
"pick folder": "选择一个要发布到 GitHub 的文件夹",
|
|
"ignore": "选择应包含在存储库中的文件。",
|
|
"publishing_private": "正在发布到专用 GitHub 存储库",
|
|
"publishing_public": "正在发布到公共 GitHub 存储库",
|
|
"publishing_firstcommit": "正在创建第一个提交",
|
|
"publishing_uploading": "正在上传文件",
|
|
"openingithub": "在 GitHub 上打开",
|
|
"publishing_done": "已将“{0}”存储库成功发布到 GitHub。"
|
|
},
|
|
"dist/pushErrorHandler": {
|
|
"ok": "确定",
|
|
"fork unable": "你没有在 GitHub 上推送到“{0}/{1}”的权限。",
|
|
"create a fork": "创建分支",
|
|
"no": "否",
|
|
"fork": "你没有在 GitHub 上推送到“{0}/{1}”的权限。是否要创建一个分支并改为推送到该分支?",
|
|
"create fork": "创建 GitHub 分支",
|
|
"forking": "正在创建“{0}/{1}”的分支…",
|
|
"forking_pushing": "正在推送更改…",
|
|
"openingithub": "在 GitHub 上打开",
|
|
"createpr": "创建 PR",
|
|
"forking_done": "已在 GitHub 上成功创建分支“{0}”。",
|
|
"createghpr": "正在创建 GitHub 拉取请求…",
|
|
"openpr": "打开 PR",
|
|
"donepr": "已在 GitHub 上成功创建 PR“{0}/{1}#{2}”。"
|
|
}
|
|
}
|
|
} |