mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 01:25:38 -05: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.8 KiB
JSON
45 lines
2.8 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": "GitHub に '{0}' リポジトリが正常に発行されました。"
|
|
},
|
|
"dist/pushErrorHandler": {
|
|
"ok": "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": "フォーク '{0}' が GitHub で正常に作成されました。",
|
|
"createghpr": "GitHub pull request を作成しています...",
|
|
"openpr": "PR を開く",
|
|
"donepr": "PR '{0}/{1}#{2}' が GitHub で正常に作成されました。"
|
|
}
|
|
}
|
|
} |