mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Merge VS Code 1.23.1 (#1520)
This commit is contained in:
@@ -11,9 +11,7 @@
|
||||
"create branch": "$(plus) 新しいブランチを作成",
|
||||
"repourl": "リポジトリ URL",
|
||||
"parent": "親ディレクトリ",
|
||||
"cancel": "$(sync~spin) リポジトリのクローン中... キャンセルをクリックしてください",
|
||||
"cancel tooltip": "クローンのキャンセル",
|
||||
"cloning": "Git リポジトリを複製しています...",
|
||||
"cloning": "Git リポジトリ '{0}' を複製しています...",
|
||||
"openrepo": "リポジトリを開く",
|
||||
"proposeopen": "クローンしたリポジトリを開きますか?",
|
||||
"init": "Git リポジトリを初期化するワークスペース フォルダーを選択してください",
|
||||
@@ -75,7 +73,7 @@
|
||||
"ok": "OK",
|
||||
"push with tags success": "タグが正常にプッシュされました。",
|
||||
"pick remote": "リモートを選んで、ブランチ '{0}' を次に公開します:",
|
||||
"sync is unpredictable": "このアクションはコミットを '{0}' との間でプッシュしたりプルしたりします。",
|
||||
"sync is unpredictable": "このアクションはコミットを '{0}/{1}' との間でプッシュしたりプルしたりします。",
|
||||
"never again": "OK、今後は表示しない",
|
||||
"no remotes to publish": "リポジトリには、発行先として構成されているリモートがありません。",
|
||||
"no changes stash": "スタッシュする変更がありません。",
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "Git",
|
||||
"description": "Git SCM の統合",
|
||||
"description": "Git SCM統合",
|
||||
"command.clone": "クローン",
|
||||
"command.init": "リポジトリの初期化",
|
||||
"command.close": "リポジトリを閉じる",
|
||||
@@ -77,6 +77,7 @@
|
||||
"config.showInlineOpenFileAction": "Git 変更の表示内にインラインのファイルを開くアクションを表示するかどうかを制御します。",
|
||||
"config.inputValidation": "コミット メッセージの入力検証をいつ表示するかを制御します。",
|
||||
"config.detectSubmodules": "Git のサブモジュールを自動的に検出するかどうかを制御します。",
|
||||
"config.detectSubmodulesLimit": "Git サブモジュールの検出の制限を制御します。",
|
||||
"colors.modified": "リソースを改変した場合の配色",
|
||||
"colors.deleted": "リソースを検出した場合の配色",
|
||||
"colors.untracked": "リソースを追跡しない場合の配色",
|
||||
|
||||
Reference in New Issue
Block a user