mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-19 19:41:37 -04:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"parseErrors": "{0} を解析中のエラー: {1}",
|
||||
"schema.openBracket": "左角かっこまたは文字列シーケンス。",
|
||||
"schema.closeBracket": "右角かっこまたは文字列シーケンス。",
|
||||
"schema.comments": "コメント記号を定義します。",
|
||||
"schema.blockComments": "ブロック コメントのマーク方法を定義します。",
|
||||
"schema.blockComment.begin": "ブロック コメントを開始する文字シーケンス。",
|
||||
"schema.blockComment.end": "ブロック コメントを終了する文字シーケンス。",
|
||||
"schema.lineComment": "行コメントを開始する文字シーケンス。",
|
||||
"schema.brackets": "インデントを増減する角かっこを定義します。",
|
||||
"schema.autoClosingPairs": "角かっこのペアを定義します。左角かっこが入力されると、右角かっこが自動的に挿入されます。",
|
||||
"schema.autoClosingPairs.notIn": "自動ペアが無効なスコープの一覧を定義します。",
|
||||
"schema.surroundingPairs": "選択文字列を囲むときに使用できる角かっこのペアを定義します。",
|
||||
"schema.wordPattern": "言語のための単語の定義。",
|
||||
"schema.wordPattern.pattern": "言葉の照合に使用する正規表現パターン。",
|
||||
"schema.wordPattern.flags": "言葉の照合に使用する正規表現フラグ。",
|
||||
"schema.wordPattern.flags.errorMessage": "`/^([gimuy]+)$/` パターンに一致する必要があります。"
|
||||
}
|
||||
13
i18n/jpn/src/vs/editor/node/textMate/TMGrammars.i18n.json
Normal file
13
i18n/jpn/src/vs/editor/node/textMate/TMGrammars.i18n.json
Normal file
@@ -0,0 +1,13 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"vscode.extension.contributes.grammars": "TextMate トークナイザーを提供します。",
|
||||
"vscode.extension.contributes.grammars.language": "この構文の提供先の言語識別子です。",
|
||||
"vscode.extension.contributes.grammars.scopeName": "tmLanguage ファイルにより使用される TextMate スコープ名。",
|
||||
"vscode.extension.contributes.grammars.path": "tmLanguage ファイルのパス。拡張機能フォルダーの相対パスであり、通常 './syntaxes/' で始まります。",
|
||||
"vscode.extension.contributes.grammars.embeddedLanguages": "この文法に言語が埋め込まれている場合は、言語 ID に対するスコープ名のマップ。",
|
||||
"vscode.extension.contributes.grammars.injectTo": "この文法が挿入される言語の範囲名の一覧。"
|
||||
}
|
||||
Reference in New Issue
Block a user