mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Refresh master with initial release/0.24 snapshot (#332)
* Initial port of release/0.24 source code * Fix additional headers * Fix a typo in launch.json
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
@@ -12,8 +12,9 @@
|
||||
"cloning": "Git リポジトリを複製しています...",
|
||||
"openrepo": "リポジトリを開く",
|
||||
"proposeopen": "複製したリポジトリを開きますか?",
|
||||
"path to init": "フォルダーのパス",
|
||||
"provide path": "初期化する Git リポジトリへのフォルダー パスを入力してください",
|
||||
"init repo": "リポジトリの初期化",
|
||||
"create repo": "リポジトリの初期化",
|
||||
"are you sure": "'{0}' に Git リポジトリを作成します。続行してもよろしいですか?",
|
||||
"HEAD not available": "'{0}' の HEAD バージョンは利用できません。",
|
||||
"confirm stage files with merge conflicts": "マージの競合がある {0} 個のファイルをステージしてもよろしいですか?",
|
||||
"confirm stage file with merge conflicts": "マージの競合がある {0} をステージしてもよろしいですか? ",
|
||||
@@ -34,7 +35,7 @@
|
||||
"delete files": "複数のファイルを削除",
|
||||
"there are untracked files single": "破棄すると次の未追跡ファイルがディスクから削除されます: {0}。",
|
||||
"there are untracked files": "破棄すると {0} 個の未追跡ファイルがディスクから削除されます。",
|
||||
"confirm discard all 2": "{0}\n\nこの変更は元に戻すことはできません、現在のワーキング セットは永久に失われます。",
|
||||
"confirm discard all 2": "{0}\n\nこの変更は元に戻すことはできません。現在のワーキング セットは永久に失われます。",
|
||||
"yes discard tracked": "1 つの追跡ファイルを破棄",
|
||||
"yes discard tracked multiple": "{0} 個の追跡ファイルを破棄",
|
||||
"no staged changes": "コミットするステージされた変更がありません。\n\nすべての変更を自動的にステージして、直接コミットしますか?",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
@@ -12,12 +12,14 @@
|
||||
"command.openFile": "ファイルを開く",
|
||||
"command.openHEADFile": "HEAD のファイルを開く",
|
||||
"command.stage": "変更のステージング",
|
||||
"command.stageAll": "すべての変更のステージング",
|
||||
"command.stageSelectedRanges": "選択した範囲をステージする",
|
||||
"command.stageAll": "すべての変更をステージ",
|
||||
"command.stageSelectedRanges": "選択した範囲をステージ",
|
||||
"command.revertSelectedRanges": "選択範囲を元に戻す",
|
||||
"command.stageChange": "変更のステージング",
|
||||
"command.revertChange": "変更を元に戻す",
|
||||
"command.unstage": "変更のステージング解除",
|
||||
"command.unstageAll": "すべての変更のステージング解除",
|
||||
"command.unstageSelectedRanges": "選択した範囲をアンステージする",
|
||||
"command.unstageSelectedRanges": "選択した範囲のステージを解除",
|
||||
"command.clean": "変更を破棄",
|
||||
"command.cleanAll": "すべての変更を破棄",
|
||||
"command.commit": "Commit",
|
||||
@@ -59,5 +61,11 @@
|
||||
"config.defaultCloneDirectory": "Git リポジトリをクローンする既定の場所",
|
||||
"config.enableSmartCommit": "ステージされた変更がない場合はすべての変更をコミットします。",
|
||||
"config.enableCommitSigning": "GPG によりデジタル署名されたコミットを有効にします。",
|
||||
"config.discardAllScope": "'すべての変更を破棄' コマンドによってどの変更が破棄されるかを制御します。'all' はすべての変更を破棄します。 'tracked' は追跡されているファイルだけを破棄します。 'prompt' は、アクションが実行されるたびにプロンプト ダイアログを表示します。"
|
||||
"config.discardAllScope": "'すべての変更を破棄' コマンドによってどの変更が破棄されるかを制御します。'all' はすべての変更を破棄します。 'tracked' は追跡されているファイルだけを破棄します。 'prompt' は、アクションが実行されるたびにプロンプト ダイアログを表示します。",
|
||||
"config.decorations.enabled": "Git が配色とバッジをエクスプローラーと開いているエディターのビューに提供するかどうかを制御します。",
|
||||
"colors.modified": "リソースを改変した場合の配色",
|
||||
"colors.deleted": "リソースを検出した場合の配色",
|
||||
"colors.untracked": "リソースを追跡しない場合の配色",
|
||||
"colors.ignored": "リソースを無視する場合の配色",
|
||||
"colors.conflict": "リソースが競合する場合の配色"
|
||||
}
|
||||
Reference in New Issue
Block a user