editorStatus.i18n.json 3.5 KB
Newer Older
D
Dirk Baeumer 已提交
1
{
2 3 4 5 6 7 8
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
9 10 11 12
	"singleSelectionRange": "行 {0}、列 {1} ({2} 個選択)",
	"singleSelection": "行 {0}、列 {1}",
	"multiSelectionRange": "{0} 個の選択項目 ({1} 文字を選択)",
	"multiSelection": "{0} 個の選択項目",
D
Dirk Baeumer 已提交
13
	"endOfLineLineFeed": "LF",
14
	"endOfLineCarriageReturnLineFeed": "CRLF",
15
	"tabFocusModeEnabled": "タブによるフォーカスの移動",
16
	"screenReaderDetected": "スクリーン リーダーに最適化",
17
	"screenReaderDetectedExtra": "スクリーン リーダーを使用しない場合、`editor.accessibilitySupport` を \"off\" にしてください。",
18
	"disableTabMode": "アクセシビリティ モードを無効にする",
D
Dirk Baeumer 已提交
19
	"gotoLine": "行へ移動",
20
	"selectIndentation": "インデントを選択",
21 22 23 24 25 26 27 28 29
	"selectEncoding": "エンコードの選択",
	"selectEOL": "改行コードの選択",
	"selectLanguageMode": "言語モードの選択",
	"fileInfo": "ファイル情報",
	"spacesSize": "スペース: {0}",
	"tabSize": "タブのサイズ: {0}",
	"showLanguageExtensions": "'{0}' の Marketplace の拡張機能を検索する ...",
	"changeMode": "言語モードの変更",
	"noEditor": "現在アクティブなテキスト エディターはありません",
D
Dirk Baeumer 已提交
30 31 32
	"languageDescription": "({0}) - 構成済みの言語",
	"languageDescriptionConfigured": "({0})",
	"languagesPicks": "言語 (識別子)",
33 34 35 36 37 38 39
	"configureModeSettings": "'{0}' 言語ベース設定を構成します...",
	"configureAssociationsExt": "'{0}' に対するファイルの関連付けの構成...",
	"autoDetect": "自動検出",
	"pickLanguage": "言語モードの選択",
	"currentAssociation": "現在の関連付け",
	"pickLanguageToConfigure": "'{0}' に関連付ける言語モードの選択",
	"changeIndentation": "インデントの変更",
D
Dirk Baeumer 已提交
40
	"noWritableCodeEditor": "アクティブなコード エディターは読み取り専用です。",
41 42
	"indentView": "ビューの変更",
	"indentConvert": "ファイルの変換",
D
Dirk Baeumer 已提交
43
	"pickAction": "アクションの選択",
44
	"changeEndOfLine": "改行コードの変更",
D
Dirk Baeumer 已提交
45
	"pickEndOfLine": "改行コードの選択",
46 47
	"changeEncoding": "ファイルのエンコードの変更",
	"noFileEditor": "現在アクティブなファイルはありません",
D
Dirk Baeumer 已提交
48
	"saveWithEncoding": "エンコード付きで保存",
49 50 51
	"reopenWithEncoding": "エンコード付きで再度開く",
	"guessedEncoding": "コンテンツから推測",
	"pickEncodingForReopen": "ファイルを再度開くときのファイルのエンコードの選択",
52
	"pickEncodingForSave": "保存時のファイルのエンコードの選択",
53
	"screenReaderDetectedExplanation.title": "スクリーン リーダーに最適化",
54 55 56
	"screenReaderDetectedExplanation.question": "VS Codeの操作にスクリーンリーダーを使用していますか?",
	"screenReaderDetectedExplanation.answerYes": "はい",
	"screenReaderDetectedExplanation.answerNo": "いいえ",
57
	"screenReaderDetectedExplanation.body1": "VS Codeは現在スクリーンリーダーの使用状況に最適化されています。",
58
	"screenReaderDetectedExplanation.body2": "いくつかのエディター機能が通常と異なる動作をします。例: 折り返し、折りたたみなど"
D
Dirk Baeumer 已提交
59
}