/*--------------------------------------------------------------------------------------------- * 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. { "dup": "コマンド `{0}` が `commands` セクションで複数回出現します。", "dupe.command": "メニュー項目において、既定と alt コマンドが同じコマンドを参照しています", "menuId.invalid": "`{0}` は有効なメニュー識別子ではありません", "menus.editorContext": "エディターのコンテキスト メニュー", "menus.editorTitle": "エディターのタイトル メニュー", "menus.explorerContext": "エクスプローラーのコンテキスト メニュー", "missing.altCommand": "メニュー項目が、'commands' セクションで定義されていない alt コマンド `{0}` を参照しています。", "missing.command": "メニュー項目が、'commands' セクションで定義されていないコマンド `{0}` を参照しています。", "nonempty": "空以外の値が必要です。", "nosupport.altCommand": "申し訳ございません。現在、alt コマンドをサポートしているのは 'editor/title' メニューの 'navigation' グループのみです", "opticon": "プロパティ `icon` は省略できます。指定する場合には、文字列または `{dark, light}` などのリテラルにする必要があります", "optstring": "プロパティ `{0}` は省略するか、型 `string` にする必要があります", "requirearry": "メニュー項目は配列にする必要があります", "requirestring": "プロパティ `{0}` は必須で、型 `string` でなければなりません", "vscode.extension.contributes.commandType.category": "(省略可能) コマンド別のカテゴリ文字列が UI でグループ分けされます", "vscode.extension.contributes.commandType.command": "実行するコマンドの識別子", "vscode.extension.contributes.commandType.icon": "(省略可能) UI でコマンドを表すためのアイコン。ファイル パス、またはテーマ設定可能な構成のいずれかです", "vscode.extension.contributes.commandType.icon.dark": "ダーク テーマが使用される場合のアイコン パス", "vscode.extension.contributes.commandType.icon.light": "ライト テーマが使用される場合のアイコン パス", "vscode.extension.contributes.commandType.title": "コマンドが UI に表示される際のタイトル", "vscode.extension.contributes.commands": "コマンド パレットにコマンドを提供します。", "vscode.extension.contributes.menuItem.alt": "実行する別のコマンドの識別子。コマンドは 'commands' セクションで宣言する必要があります", "vscode.extension.contributes.menuItem.command": "実行するコマンドの識別子。コマンドは 'commands' セクションで宣言する必要があります", "vscode.extension.contributes.menuItem.group": "このコマンドが属するグループ", "vscode.extension.contributes.menuItem.when": "この項目を表示するために満たす必要がある条件", "vscode.extension.contributes.menus": "メニュー項目をエディターに提供します" }