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:
@@ -17,6 +17,7 @@
|
||||
"focusNextGroup": "次のグループにフォーカス",
|
||||
"openToSide": "横に並べて開く",
|
||||
"closeEditor": "エディターを閉じる",
|
||||
"closeOneEditor": "閉じる",
|
||||
"revertAndCloseActiveEditor": "元に戻してエディターを閉じる",
|
||||
"closeEditorsToTheLeft": "左側のエディターを閉じる",
|
||||
"closeAllEditors": "すべてのエディターを閉じる",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"screenReaderDetectedExtra": "スクリーン リーダーを使用しない場合、`editor.accessibilitySupport` を \"off\" にしてください。",
|
||||
"disableTabMode": "アクセシビリティ モードを無効にする",
|
||||
"gotoLine": "行へ移動",
|
||||
"indentation": "インデント",
|
||||
"selectIndentation": "インデントを選択",
|
||||
"selectEncoding": "エンコードの選択",
|
||||
"selectEOL": "改行コードの選択",
|
||||
"selectLanguageMode": "言語モードの選択",
|
||||
|
||||
@@ -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}"
|
||||
}
|
||||
@@ -6,6 +6,5 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"close": "閉じる",
|
||||
"araLabelEditorActions": "エディター操作"
|
||||
}
|
||||
@@ -6,6 +6,7 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"notificationsEmpty": "新しい通知はありません",
|
||||
"notifications": "通知",
|
||||
"notificationsToolbar": "通知センターのアクション",
|
||||
"notificationsList": "通知リスト"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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": "入力すると結果が絞り込まれます。"
|
||||
}
|
||||
Reference in New Issue
Block a user