mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-25 06:10:30 -04:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.configuration": "構成の設定を提供します。",
|
||||
"vscode.extension.contributes.configuration.title": "設定の概要です。このラベルは、設定ファイルでコメントの区切り文字として使用します。",
|
||||
"vscode.extension.contributes.configuration.properties": "構成のプロパティの説明です。",
|
||||
"scope.window.description": "ウィンドウ固有の構成。ユーザーまたはワークスペースの設定で構成できます。",
|
||||
"scope.resource.description": "リソース固有の構成。ユーザー、ワークスペース、またはフォルダーの設定で構成できます。",
|
||||
"scope.description": "構成が適用される範囲。 使用可能なスコープは `window` と ` resource` です。",
|
||||
"invalid.type": "設定すると、'configuration.type' は 'オブジェクトに設定されなければなりません",
|
||||
"invalid.title": "'configuration.title' は、文字列である必要があります",
|
||||
"vscode.extension.contributes.defaultConfiguration": "言語ごとに既定のエディター構成の設定を提供します。",
|
||||
"invalid.properties": "'configuration.properties' は、オブジェクトである必要があります",
|
||||
"workspaceConfig.folders.description": "ワークスペースで読み込まれるフォルダーのリスト。ファイル パスである必要があります。例: `/root/folderA` または `./folderA` のようなワークスペース ファイルの場所に対して解決される相対パス。",
|
||||
"workspaceConfig.folder.description": "ファイルパス。例: `/root/folderA` または `./folderA` のようなワークスペース ファイルの場所に対して解決される相対パス。",
|
||||
"workspaceConfig.settings.description": "ワークスペースの設定"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"open": "設定を開く",
|
||||
"close": "閉じる",
|
||||
"saveAndRetry": "設定を保存して再試行",
|
||||
"errorUnknownKey": "{1} は登録済みの構成ではないため、{0} に書き込むことができません。",
|
||||
"errorInvalidFolderConfiguration": "{0} はフォルダーのリソース スコープをサポートしていないため、フォルダー設定に書き込むことができません。",
|
||||
"errorInvalidUserTarget": "{0} はグローバル スコープをサポートしていないため、ユーザー設定に書き込むことができません。",
|
||||
"errorInvalidFolderTarget": "リソースが指定されていないため、フォルダー設定に書き込むことができません。",
|
||||
"errorNoWorkspaceOpened": "開いているワークスペースがないため、{0} に書き込むことができません。最初にワークスペースを開いてから、もう一度お試しください。",
|
||||
"errorInvalidConfiguration": "設定を書き込めません。**User Settings** を開いて、ファイル内のエラー/警告を修正してからもう一度お試しください。",
|
||||
"errorInvalidConfigurationWorkspace": "設定を書き込めません。**Workspace Settings** を開いて、ファイル内のエラー/警告を修正してからもう一度お試しください。",
|
||||
"errorConfigurationFileDirty": "ファイルが変更されているため、設定を書き込めません。**User Settings** ファイルを保存してから、もう一度お試しください。",
|
||||
"errorConfigurationFileDirtyWorkspace": "ファイルが変更されているため、設定を書き込めません。**Workspace Settings** ファイルを保存してから、もう一度お試しください。",
|
||||
"userTarget": "ユーザー設定",
|
||||
"workspaceTarget": "ワークスペースの設定",
|
||||
"folderTarget": "フォルダーの設定"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"errorInvalidFile": "ファイルに書き込めません。ファイルを開いて、ファイル内のエラー/警告を修正してからもう一度お試しください。",
|
||||
"errorFileDirty": "ファイルがダーティ状態でありファイルに書き込めません。ファイルを保存してからもう一度お試しください。"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"telemetryConfigurationTitle": "テレメトリ",
|
||||
"telemetry.enableCrashReporting": "クラッシュ レポートを Microsoft に送信するように設定します。\nこのオプションを有効にするには、再起動が必要です。"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"compareLabels": "{0} ↔ {1}"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"extensionHostProcess.startupFailDebug": "拡張機能ホストが 10 秒以内に開始されませんでした。先頭行で停止している可能性があり、続行するにはデバッガーが必要です。",
|
||||
"extensionHostProcess.startupFail": "拡張機能ホストが 10 秒以内に開始されませんでした。問題が発生している可能性があります。",
|
||||
"extensionHostProcess.error": "拡張機能ホストからのエラー: {0}"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"jsonParseFail": "{0} を解析できません: {1}。",
|
||||
"fileReadFail": "ファイル {0} を読み取れません: {1}。",
|
||||
"jsonsParseFail": "{0} または {1} を解析できませんでした: {2}。",
|
||||
"missingNLSKey": "キー {0} のメッセージが見つかりませんでした。"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"devTools": "開発者ツール",
|
||||
"restart": "拡張機能のホストを再起動",
|
||||
"extensionHostProcess.crash": "拡張機能のホストが予期せずに終了しました。",
|
||||
"extensionHostProcess.unresponsiveCrash": "拡張機能のホストが応答しないため終了しました。",
|
||||
"overwritingExtension": "拡張機能 {0} を {1} で上書きしています。",
|
||||
"extensionUnderDevelopment": "開発の拡張機能を {0} に読み込んでいます"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"netVersionError": "Microsoft .NET Framework 4.5 が必要です。リンクに移動してインストールしてください。",
|
||||
"installNet": ".NET Framework 4.5 をダウンロードします",
|
||||
"neverShowAgain": "今後は表示しない",
|
||||
"trashFailed": "'{0}' をごみ箱に移動できませんでした"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"fileInvalidPath": "ファイルのリソース ({0}) が無効です",
|
||||
"fileIsDirectoryError": "ファイルがディレクトリです ({0})",
|
||||
"fileNotModifiedError": "ファイルは次の時点以後に変更されていません:",
|
||||
"fileTooLargeError": "開くファイルが大きすぎます",
|
||||
"fileBinaryError": "ファイルはバイナリのようなので、テキストとして開くことができません",
|
||||
"fileNotFoundError": "ファイルが見つかりません ({0})",
|
||||
"fileMoveConflict": "移動/コピーできません。移動/コピー先にファイルが既に存在します。",
|
||||
"unableToMoveCopyError": "移動/コピーできません。ファイルが含まれるフォルダーが置き換わることになります。",
|
||||
"foldersCopyError": "フォルダーをワークスペース内にコピーできません。個々のファイルを選択してコピーしてください。",
|
||||
"fileModifiedError": "ファイルは次の時点以後に更新されました:",
|
||||
"fileReadOnlyError": "ファイルは読み取り専用です"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"errorKeybindingsFileDirty": "Unable to write because the file is dirty. Please save the **Keybindings** file and try again.",
|
||||
"parseErrors": "キー バインドを書き込めません。**キー バインド ファイル**を開いて、ファイル内のエラー/警告を修正してからもう一度お試しください。",
|
||||
"errorInvalidConfiguration": "キー バインドを書き込めません。**キー バインド ファイル**には、配列型ではないオブジェクトが存在します。クリーン アップするファイルを開いてからもう一度お試しください。",
|
||||
"emptyKeybindingsHeader": "既定値を上書きするには、このファイル内にキー バインドを挿入します"
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"nonempty": "空以外の値が必要です。",
|
||||
"requirestring": "`{0}` プロパティは必須で、`string` 型でなければなりません",
|
||||
"optstring": "`{0}` プロパティは省略するか、`string` 型にする必要があります",
|
||||
"vscode.extension.contributes.keybindings.command": "キー バインドのトリガー時に実行するコマンドの識別子。",
|
||||
"vscode.extension.contributes.keybindings.key": "キーまたはキー シーケンス (キーは + で区切り、シーケンスはスペースで区切る。例: Ctrl+O や Ctrl+L L のようにキーを同時に押す)。",
|
||||
"vscode.extension.contributes.keybindings.mac": "Mac 固有のキーまたはキー シーケンス。",
|
||||
"vscode.extension.contributes.keybindings.linux": "Linux 固有のキーまたはキー シーケンス。",
|
||||
"vscode.extension.contributes.keybindings.win": "Windows 固有のキーまたはキー シーケンス。",
|
||||
"vscode.extension.contributes.keybindings.when": "キーがアクティブの場合の条件。",
|
||||
"vscode.extension.contributes.keybindings": "キー バインドを提供します。",
|
||||
"invalid.keybindings": "正しくない `contributes.{0}`: {1}",
|
||||
"unboundCommands": "他に使用できるコマンドは次のとおりです: ",
|
||||
"keybindings.json.title": "キー バインドの構成",
|
||||
"keybindings.json.key": "キーまたはキー シーケンス (スペースで区切る) を押します",
|
||||
"keybindings.json.command": "実行するコマンドの名前",
|
||||
"keybindings.json.when": "キーがアクティブの場合の条件。",
|
||||
"keybindings.json.args": "実行するコマンドに渡す引数。",
|
||||
"keyboardConfigurationTitle": "キーボード",
|
||||
"dispatch": "`keydown.code` (推奨) または `keydown.keyCode` のいずれかを使用するキー操作のディスパッチ ロジックを制御します。"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"alertErrorMessage": "エラー: {0}",
|
||||
"alertWarningMessage": "警告: {0}",
|
||||
"alertInfoMessage": "情報: {0}",
|
||||
"error": "エラー",
|
||||
"warning": "警告",
|
||||
"info": "情報",
|
||||
"close": "閉じる"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"yesButton": "はい(&&Y)",
|
||||
"cancelButton": "キャンセル"
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.languages": "言語の宣言を提供します。",
|
||||
"vscode.extension.contributes.languages.id": "言語の ID。",
|
||||
"vscode.extension.contributes.languages.aliases": "言語の名前のエイリアス。",
|
||||
"vscode.extension.contributes.languages.extensions": "言語に関連付けられているファイルの拡張子。",
|
||||
"vscode.extension.contributes.languages.filenames": "言語に関連付けられたファイル名。",
|
||||
"vscode.extension.contributes.languages.filenamePatterns": "言語に関連付けられたファイル名の glob パターン。",
|
||||
"vscode.extension.contributes.languages.mimetypes": "言語に関連付けられている MIME の種類。",
|
||||
"vscode.extension.contributes.languages.firstLine": "言語のファイルの最初の行に一致する正規表現。",
|
||||
"vscode.extension.contributes.languages.configuration": "言語の構成オプションを含むファイルへの相対パス。",
|
||||
"invalid": "`contributes.{0}` が無効です。配列が必要です。",
|
||||
"invalid.empty": "`contributes.{0}` に対する空の値",
|
||||
"require.id": "`{0}` プロパティは必須で、`string` 型でなければなりません",
|
||||
"opt.extensions": "`{0}` プロパティを省略するか、`string[]` 型にする必要があります",
|
||||
"opt.filenames": "`{0}` プロパティを省略するか、`string[]` 型にする必要があります",
|
||||
"opt.firstLine": "`{0}` プロパティを省略するか、`string` 型にする必要があります",
|
||||
"opt.configuration": "`{0}` プロパティを省略するか、`string` 型にする必要があります",
|
||||
"opt.aliases": "`{0}` プロパティを省略するか、`string[]` 型にする必要があります",
|
||||
"opt.mimetypes": "`{0}` プロパティを省略するか、`string[]` 型にする必要があります"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"progress.subtitle": "{0} - {1}",
|
||||
"progress.title": "{0}: {1}"
|
||||
}
|
||||
@@ -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": "この文法が挿入される言語の範囲名の一覧。"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"invalid.language": "`contributes.{0}.language` で不明な言語です。提供された値: {1}",
|
||||
"invalid.scopeName": "`contributes.{0}.scopeName` には文字列が必要です。提供された値: {1}",
|
||||
"invalid.path.0": "`contributes.{0}.path` に文字列が必要です。提供された値: {1}",
|
||||
"invalid.injectTo": "`contributes.{0}.injectTo` の値が無効です。言語の範囲名の配列である必要があります。指定された値: {1}",
|
||||
"invalid.embeddedLanguages": "`contributes.{0}.embeddedLanguages` の値が無効です。スコープ名から言語へのオブジェクト マップである必要があります。指定された値: {1}",
|
||||
"invalid.path.1": "拡張機能のフォルダー ({2}) の中に `contributes.{0}.path` ({1}) が含まれている必要があります。これにより拡張を移植できなくなる可能性があります。",
|
||||
"no-tm-grammar": "この言語に対して TM 文法は登録されていません。"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"saveFileFirst": "ファイルがダーティです。まず保存してから、別のエンコードで再度開いてください。",
|
||||
"genericSaveError": "'{0}' の保存に失敗しました: {1}"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"files.backup.failSave": "ファイルをバックアップできませんでした (エラー: {0})。ファイルを保存しなおして終了してください。"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"saveChangesMessage": "{0} に加えた変更を保存しますか?",
|
||||
"saveChangesMessages": "次の {0} ファイルに対する変更を保存しますか?",
|
||||
"moreFile": "...1 つの追加ファイルが表示されていません",
|
||||
"moreFiles": "...{0} 個の追加ファイルが表示されていません",
|
||||
"saveAll": "すべて保存(&&S)",
|
||||
"save": "保存(&&S)",
|
||||
"dontSave": "保存しない(&&N)",
|
||||
"cancel": "キャンセル",
|
||||
"saveChangesDetail": "保存しないと変更内容が失われます。",
|
||||
"allFiles": "すべてのファイル",
|
||||
"noExt": "拡張子なし"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"schema.token.settings": "トークンの色とスタイル。",
|
||||
"schema.token.foreground": "トークンの前景色。",
|
||||
"schema.token.fontStyle": "ルールのフォント スタイル: '斜体'、'太字'、'下線' のいずれかまたはこれらの組み合わせ",
|
||||
"schema.fontStyle.error": "フォント スタイルは '斜体'、'太字'、'下線'を組み合わせる必要があります。",
|
||||
"schema.properties.name": "ルールの説明。",
|
||||
"schema.properties.scope": "このルールに一致するスコープ セレクター。",
|
||||
"schema.tokenColors.path": "tmTheme ファイルへのパス (現在のファイルとの相対パス)。",
|
||||
"schema.colors": "構文の強調表示をする色"
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"schema.folderExpanded": "折りたたんだフォルダーのフォルダー アイコン。展開したフォルダー アイコンは省略可能です。設定していない場合は、フォルダーに定義したアイコンが表示されます。",
|
||||
"schema.folder": "折りたたんだフォルダー、または folderExpanded が設定されていない場合は展開したフォルダーのフォルダー アイコン。",
|
||||
"schema.file": "どの拡張子、ファイル名、または言語 ID とも一致しないファイルすべてに表示される既定のファイル アイコン。",
|
||||
"schema.folderNames": "フォルダー名をアイコンに関連付けます。オブジェクト キーはフォルダー名ですが、パスの部分は含みません。パターンやワイルドカードは使用できません。フォルダー名の一致では大文字と小文字を区別しません。",
|
||||
"schema.folderName": "関連付けのためのアイコン定義の ID。",
|
||||
"schema.folderNamesExpanded": "フォルダー名を展開したフォルダーのアイコンに関連付けます。オブジェクト キーはフォルダー名ですが、パスの部分は含みません。パターンやワイルドカードは使用できません。フォルダー名の一致では大文字と小文字を区別しません。",
|
||||
"schema.folderNameExpanded": "関連付けのためのアイコン定義の ID。",
|
||||
"schema.fileExtensions": "ファイル拡張子をアイコンに関連付けます。オブジェクト キーはファイル拡張子名です。拡張子名は、最後のドットに続くファイル名の最後の部分です (ドットは含みません)。拡張子の比較は大文字と小文字が区別しないで行われます。",
|
||||
"schema.fileExtension": "関連付けのためのアイコン定義の ID。",
|
||||
"schema.fileNames": "ファイル名をアイコンに関連付けます。オブジェクト キーは完全なファイル名ですが、パスの部分は含みません。ファイル名にはドットおよび可能なファイル拡張子が含まれる場合があります。パターンやワイルドカードは使用できません。ファイル名の一致では大文字と小文字を区別しません。",
|
||||
"schema.fileName": "関連付けのためのアイコン定義の ID。",
|
||||
"schema.languageIds": "言語をアイコンに関連付けます。オブジェクト キーは言語のコントリビューション ポイントで定義された言語 ID です。",
|
||||
"schema.languageId": "関連付けのためのアイコン定義の ID。",
|
||||
"schema.fonts": "アイコンの定義に使用されるフォント。",
|
||||
"schema.id": "フォントの ID。",
|
||||
"schema.src": "フォントの場所。",
|
||||
"schema.font-path": "現在のアイコン テーマ ファイルへのフォントの相対パス。",
|
||||
"schema.font-format": "フォントの書式。",
|
||||
"schema.font-weight": "フォントの太さ。",
|
||||
"schema.font-sstyle": "フォント スタイル。",
|
||||
"schema.font-size": "フォントの既定サイズ。",
|
||||
"schema.iconDefinitions": "ファイルをアイコンに関連付けるときに使用できるすべてのアイコンの説明です。",
|
||||
"schema.iconDefinition": "アイコンの定義です。オブジェクト キーは定義の ID です。",
|
||||
"schema.iconPath": "SVG または PNG を使用する場合: イメージへのパス。アイコン設定ファイルへの相対パスです。",
|
||||
"schema.fontCharacter": "グリフ フォントを使用する場合: 使用するフォントの文字。",
|
||||
"schema.fontColor": "グリフ フォントを使用する場合: 使用する色。",
|
||||
"schema.fontSize": "フォントを使用する場合: テキスト フォントに対するフォントサイズの割合。設定されていない場合、既定値はフォント定義のサイズになります。",
|
||||
"schema.fontId": "フォントを使用する場合: フォントの ID。設定されていない場合、既定値は最初のフォント定義になります。",
|
||||
"schema.light": "明るい配色テーマでのファイル アイコンの任意の関連付け。",
|
||||
"schema.highContrast": "ハイ コントラスト配色テーマでのファイル アイコンの任意の関連付け。"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"error.cannotparsejson": "JSON テーマ ファイルの解析中に問題が発生しました: {0}",
|
||||
"error.invalidformat.colors": "配色テーマ ファイルの解析中に問題が発生しました: {0}。'colors' プロパティは 'object' 型ではありません。",
|
||||
"error.invalidformat.tokenColors": "配色テーマ ファイルを解析中に問題が発生しました: {0}。'tokenColors' プロパティには配色を指定した配列、または TextMate テーマ ファイルへのパスを指定してください。",
|
||||
"error.plist.invalidformat": "tmTheme ファイルの解析中に問題が発生しました: {0}。'settings' は配列ではありません。",
|
||||
"error.cannotparse": "tmTheme ファイルの解析中に問題が発生しました: {0}",
|
||||
"error.cannotload": "tmTheme ファイル {0} の読み込み中に問題が発生しました: {1}"
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.themes": "TextMate の配色テーマを提供します。",
|
||||
"vscode.extension.contributes.themes.id": "ユーザー設定で使用されるアイコン テーマの ID。",
|
||||
"vscode.extension.contributes.themes.label": "UI で表示される配色テーマのラベル。",
|
||||
"vscode.extension.contributes.themes.uiTheme": "エディターの周囲の色を定義する基本テーマ: 'vs' は明るい色のテーマで、'vs-dark' は濃い色のテーマです。'hc-black' は濃い色のハイ コントラストのテーマです。",
|
||||
"vscode.extension.contributes.themes.path": "tmTheme ファイルのパス。拡張機能フォルダーに対する相対パスで、通常 './themes/themeFile.tmTheme' です。",
|
||||
"vscode.extension.contributes.iconThemes": "Contributes file icon themes.",
|
||||
"vscode.extension.contributes.iconThemes.id": "ユーザー設定で使用されるアイコン テーマの ID。",
|
||||
"vscode.extension.contributes.iconThemes.label": "UI に表示されるアイコン テーマのラベル。",
|
||||
"vscode.extension.contributes.iconThemes.path": "アイコン テーマの定義ファイルのパス。このパスは拡張フォルダーの相対パスであり、通常は './icons/awesome-icon-theme.json' です。",
|
||||
"migration.completed": "ユーザー設定に新しいテーマの設定が追加されました。{0} に利用可能なバックアップがあります。",
|
||||
"error.cannotloadtheme": "Unable to load {0}: {1}",
|
||||
"reqarray": "Extension point `{0}` must be an array.",
|
||||
"reqpath": "`contributes.{0}.path` に文字列が必要です。提供された値: {1}",
|
||||
"invalid.path.1": "拡張機能のフォルダー ({2}) の中に `contributes.{0}.path` ({1}) が含まれている必要があります。これにより拡張を移植できなくなる可能性があります。",
|
||||
"reqid": "`contributes.{0}.id` に文字列が必要です。提供された値: {1}",
|
||||
"error.cannotloadicontheme": "Unable to load {0}",
|
||||
"error.cannotparseicontheme": "Problems parsing file icons file: {0}",
|
||||
"colorTheme": "ワークベンチで使用する配色テーマを指定します。",
|
||||
"colorThemeError": "Theme is unknown or not installed.",
|
||||
"iconTheme": "ワークベンチで使用するアイコンのテーマを指定します。'null' を指定するとファイル アイコンが表示されなくなります。",
|
||||
"noIconThemeDesc": "ファイル アイコンがありません",
|
||||
"iconThemeError": "ファイル アイコンのテーマが不明、またはインストールされていません。",
|
||||
"workbenchColors": "現在選択している配色テーマで配色を上書きします。",
|
||||
"workbenchColors.deprecated": "この設定はもう試験的なものではなく、名前が 'workbench.colorCustomizations' に変更されています",
|
||||
"workbenchColors.deprecatedDescription": "代わりに 'workbench.colorCustomizations' を使用してください",
|
||||
"editorColors": "現在選択している配色テーマで配色とフォント スタイルを上書きします。",
|
||||
"editorColors.comments": "コメントの色とスタイルを設定します",
|
||||
"editorColors.strings": "文字列リテラルの色とスタイルを設定します。",
|
||||
"editorColors.keywords": "キーワードの色とスタイルを設定します。",
|
||||
"editorColors.numbers": "数値リテラルの色とスタイルを設定します。",
|
||||
"editorColors.types": "型定義と参照の色とスタイルを設定します。",
|
||||
"editorColors.functions": "関数定義と参照の色とスタイルを設定します。",
|
||||
"editorColors.variables": "変数定義と参照の色とスタイルを設定します。",
|
||||
"editorColors.textMateRules": "textmate テーマ規則 (高度) を使っての色とスタイルを設定します。"
|
||||
}
|
||||
Reference in New Issue
Block a user