-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.nls.ja.json
17 lines (17 loc) · 1.4 KB
/
package.nls.ja.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"kagex.description": "Visual Studio CodeにKAG/KAGEXファイルの機能を追加します",
"kagex.updateCtags.title": "Ctagsのインデックスファイルを更新",
"kagex.openReferencePallet.title": "リファレンス検索プロンプトを開く",
"kagex.configuration.title": "KAG/KAGEXの設定",
"kagex.ctagsProcess.description": "Ctagsの設定",
"kagex.items.tagFilePath.description": "Ctagsのインデックスファイルへのパス",
"kagex.items.searchPath.description": "Ctagsがksファイルを検索するディレクトリへのパス",
"kagex.items.searchRecursive.description": "ksファイルを再帰的に検索するか",
"kagex.items.runOnSave.description": "ksファイルが保存されたときに自動的にインデックスファイルを再生成するか",
"kagex.items.fileExtensions.description": "ksファイルとして検索されるファイル拡張子",
"kagex.items.extraOption.description": "Ctagsに渡す追加のコマンドラインオプション",
"kagex.ctagsRunOnSaveLanguages.description": "ファイルが保存されたときrunOnSaveがtrueのctagsプロセスを実行する言語",
"kagex.referencePalletEnable.description": "リファレンスプロンプトに表示するか",
"kagex.referencePalletEnable.kag3.description": "KAG3ドキュメント",
"kagex.referencePalletEnable.kagex.description": "KAGEXドキュメント"
}