Merge VS Code 1.23.1 (#1520)

This commit is contained in:
Matt Irvine
2018-06-05 11:24:51 -07:00
committed by GitHub
parent e3baf5c443
commit 0c58f09e59
3651 changed files with 74249 additions and 48599 deletions

View File

@@ -17,6 +17,7 @@
"focusNextGroup": "次のグループにフォーカス",
"openToSide": "横に並べて開く",
"closeEditor": "エディターを閉じる",
"closeOneEditor": "閉じる",
"revertAndCloseActiveEditor": "元に戻してエディターを閉じる",
"closeEditorsToTheLeft": "左側のエディターを閉じる",
"closeAllEditors": "すべてのエディターを閉じる",

View File

@@ -17,7 +17,7 @@
"screenReaderDetectedExtra": "スクリーン リーダーを使用しない場合、`editor.accessibilitySupport` を \"off\" にしてください。",
"disableTabMode": "アクセシビリティ モードを無効にする",
"gotoLine": "行へ移動",
"indentation": "インデント",
"selectIndentation": "インデントを選択",
"selectEncoding": "エンコードの選択",
"selectEOL": "改行コードの選択",
"selectLanguageMode": "言語モードの選択",

View File

@@ -11,9 +11,11 @@
"sizeMB": "{0}MB",
"sizeGB": "{0}GB",
"sizeTB": "{0}TB",
"largeImageError": "画像のファイル サイズが非常に大きい (>1MB) ため、エディターに表示されません。 ",
"largeImageError": "画像が大きすぎるため、エディターに表示されません ({0})。",
"resourceOpenExternalButton": "外部のプログラムを使用して画像を開きますか?",
"nativeBinaryError": "このファイルはバイナリか、非常に大きいか、またはサポートされていないテキスト エンコードを使用しているため、エディターに表示されません。",
"nativeFileTooLargeError": "ファイルが大きすぎるため、エディターに表示されません ({0})。",
"nativeBinaryError": "このファイルはバイナリか、サポートされていないテキスト エンコードを使用しているため、エディターに表示されません。",
"openAsText": "このまま開きますか?",
"zoom.action.fit.label": "画像全体",
"imgMeta": "{0}x{1} {2}"
}

View File

@@ -6,6 +6,5 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"close": "閉じる",
"araLabelEditorActions": "エディター操作"
}

View File

@@ -6,6 +6,7 @@
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"notificationsEmpty": "新しい通知はありません",
"notifications": "通知",
"notificationsToolbar": "通知センターのアクション",
"notificationsList": "通知リスト"

View File

@@ -0,0 +1,13 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"inputModeEntryDescription": "{0} ('Enter' を押して確認するか 'Escape' を押して取り消します)",
"inputModeEntry": "'Enter' を押して入力を確認するか 'Escape' を押して取り消します",
"quickInput.countSelected": "{0} 個選択済み",
"ok": "OK"
}

View File

@@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"quickInputBox.ariaLabel": "入力すると結果が絞り込まれます。"
}