{
	"configuration.trace.server": "VS Code と Vue 言語サーバー間の通信をトレースします。",
	"configuration.server.path": "`@vue/language-server` モジュールへのパス。設定しない場合、拡張機能にバンドルされたサーバーが読み込まれます。",
	"configuration.server.includeLanguages": "拡張機能を有効にする言語を指定します。",
	"configuration.codeActions.askNewComponentName": "コンポーネントを抽出する時に新しいコンポーネント名を尋ねます。",
	"configuration.suggest.componentNameCasing": "コンポーネント名の命名規則。",
	"configuration.suggest.propNameCasing": "属性名の命名規則。",
	"configuration.suggest.defineAssignment": "補完項目 `props` を選択した時に `const props = ` を `defineProps` の前に自動で追加します。（`emit` と `slots` も同様）",
	"configuration.hover.rich": "（実験的）型情報を使用して Vue コンポーネントのリッチホバーを有効にします（props、events、slots、exposed をテーブル形式で表示）。",
	"configuration.autoInsert.dotValue": "Ref 値に `.value` を自動で追加します。",
	"configuration.autoInsert.bracketSpacing": "二重中括弧で括られた内側にスペースを自動で追加します。",
	"configuration.inlayHints.destructuredProps": "分割代入された props のインレイヒントを表示します：\n\n```ts\nwatch(() => /* props. */foo, () => { ... });\n```",
	"configuration.inlayHints.missingProps": "不足している必須属性のインレイヒントを表示します：\n\n```html\n<Comp />\n<!-- ^ foo! -->\n```",
	"configuration.inlayHints.inlineHandlerLeading": "インラインハンドラーのイベント引数のインレイヒントを表示します：\n\n```html\n<Comp @foo=\"/* $event => */console.log($event)\" />\n```",
	"configuration.inlayHints.optionsWrapper": "コンポーネントオプションラッパーのインレイヒントを表示します：\n\n```vue\n<script lang=\"ts\">\nexport default /* (await import('vue')).defineComponent( */{}/* ) */;\n</script>\n```",
	"configuration.inlayHints.vBindShorthand": "v-bind の省略記法のインレイヒントを表示します：\n\n```html\n<Comp :foo />\n     <!-- ^ =\"foo\" -->\n```",
	"configuration.format.template.initialIndent": "`<template>` ブロックの初期インデント。",
	"configuration.format.script.initialIndent": "`<script>` ブロックの初期インデント。",
	"configuration.format.style.initialIndent": "`<style>` ブロックの初期インデント。",
	"configuration.format.template.enabled": "`<template>` ブロックのフォーマットを有効化。",
	"configuration.format.script.enabled": "`<script>` ブロックのフォーマットを有効化。",
	"configuration.format.style.enabled": "`<style>` ブロックのフォーマットを有効化。",
	"configuration.format.wrapAttributes": "属性を折り返します。",
	"configuration.editor.focusMode": "トップレベル SFC タグをフェード。",
	"configuration.editor.reactivityVisualization": "リアクティブシステムの可視化。",
	"configuration.editor.templateInterpolationDecorators": "テンプレート補間のハイライト強化。",
	"command.action.restartServer": "Vue と TS サーバーを再起動",
	"command.welcome": "ウェルカムページを開く"
}
