mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-23 13:20:30 -04:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
@@ -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.
|
||||
{
|
||||
"titleAndKb": "{0} ({1})"
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"requirearray": "メニュー項目は配列にする必要があります",
|
||||
"requirestring": "`{0}` プロパティは必須で、`string` 型でなければなりません",
|
||||
"optstring": "`{0}` プロパティは省略するか、`string` 型にする必要があります",
|
||||
"vscode.extension.contributes.menuItem.command": "実行するコマンドの識別子。コマンドは 'commands' セクションで宣言する必要があります",
|
||||
"vscode.extension.contributes.menuItem.alt": "実行する別のコマンドの識別子。コマンドは 'commands' セクションで宣言する必要があります",
|
||||
"vscode.extension.contributes.menuItem.when": "この項目を表示するために満たす必要がある条件",
|
||||
"vscode.extension.contributes.menuItem.group": "このコマンドが属するグループ",
|
||||
"vscode.extension.contributes.menus": "メニュー項目をエディターに提供します",
|
||||
"menus.commandPalette": "コマンド パレット",
|
||||
"menus.editorTitle": "エディターのタイトル メニュー",
|
||||
"menus.editorContext": "エディターのコンテキスト メニュー",
|
||||
"menus.explorerContext": "エクスプローラーのコンテキスト メニュー",
|
||||
"menus.editorTabContext": "エディターのタブのコンテキスト メニュー",
|
||||
"menus.debugCallstackContext": "デバッグの呼び出し履歴のコンテキスト メニュー",
|
||||
"menus.scmTitle": "ソース管理のタイトル メニュー",
|
||||
"menus.resourceGroupContext": "ソース管理リソース グループのコンテキスト メニュー",
|
||||
"menus.resourceStateContext": "ソース管理リソース状態のコンテキスト メニュー",
|
||||
"view.viewTitle": "提供されたビューのタイトル メニュー",
|
||||
"view.itemContext": "提供されたビュー項目のコンテキスト メニュー",
|
||||
"nonempty": "空でない値が必要です。",
|
||||
"opticon": "`icon` プロパティは省略できます。指定する場合には、文字列または `{dark, light}` などのリテラルにする必要があります",
|
||||
"requireStringOrObject": "`{0}` プロパティは必須で、`string` または `object` の型でなければなりません",
|
||||
"requirestrings": "プロパティの `{0}` と `{1}` は必須で、`string` 型でなければなりません",
|
||||
"vscode.extension.contributes.commandType.command": "実行するコマンドの識別子",
|
||||
"vscode.extension.contributes.commandType.title": "コマンドが UI に表示される際のタイトル",
|
||||
"vscode.extension.contributes.commandType.category": "(省略可能) コマンド別のカテゴリ文字列が UI でグループ分けされます",
|
||||
"vscode.extension.contributes.commandType.icon": "(省略可能) UI でコマンドを表すためのアイコン。ファイル パス、またはテーマ設定可能な構成のいずれかです",
|
||||
"vscode.extension.contributes.commandType.icon.light": "ライト テーマが使用される場合のアイコン パス",
|
||||
"vscode.extension.contributes.commandType.icon.dark": "ダーク テーマが使用される場合のアイコン パス",
|
||||
"vscode.extension.contributes.commands": "コマンド パレットにコマンドを提供します。",
|
||||
"dup": "コマンド `{0}` が `commands` セクションで複数回出現します。",
|
||||
"menuId.invalid": "`{0}` は有効なメニュー識別子ではありません",
|
||||
"missing.command": "メニュー項目が、'commands' セクションで定義されていないコマンド `{0}` を参照しています。",
|
||||
"missing.altCommand": "メニュー項目が、'commands' セクションで定義されていない alt コマンド `{0}` を参照しています。",
|
||||
"dupe.command": "メニュー項目において、既定と alt コマンドが同じコマンドを参照しています",
|
||||
"nosupport.altCommand": "申し訳ございません。現在、alt コマンドをサポートしているのは 'editor/title' メニューの 'navigation' グループのみです"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"defaultConfigurations.title": "既定の構成オーバーライド",
|
||||
"overrideSettings.description": "{0} 言語に対して上書きされるエディター設定を構成します。",
|
||||
"overrideSettings.defaultDescription": "言語に対して上書きされるエディター設定を構成します。",
|
||||
"config.property.languageDefault": "'{0}' を登録できません。これは、言語固有のエディター設定を記述するプロパティ パターン '\\\\[.*\\\\]$' に一致しています。'configurationDefaults' コントリビューションを使用してください。",
|
||||
"config.property.duplicate": "'{0}' を登録できません。このプロパティは既に登録されています。"
|
||||
}
|
||||
33
i18n/jpn/src/vs/platform/environment/node/argv.i18n.json
Normal file
33
i18n/jpn/src/vs/platform/environment/node/argv.i18n.json
Normal file
@@ -0,0 +1,33 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"gotoValidation": "`--goto` モードの引数は `FILE(:LINE(:CHARACTER))` の形式にする必要があります。",
|
||||
"diff": "2 つのファイルを比較します。",
|
||||
"add": "最後にアクティブだったウィンドウにフォルダーを追加します。",
|
||||
"goto": "指定した行と文字の位置にあるパスでファイルを開きます。",
|
||||
"locale": "使用する国と地域 (例:en-US や zh-TW など)。",
|
||||
"newWindow": "新しい Code のインスタンスを強制します。",
|
||||
"performance": "'Developer: Startup Performance' コマンドを有効にして開始します。",
|
||||
"prof-startup": "起動中に CPU プロファイラーを実行する",
|
||||
"reuseWindow": "最後のアクティブ ウィンドウにファイルまたはフォルダーを強制的に開きます。",
|
||||
"userDataDir": "ユーザー データを保持するディレクトリを指定します。ルートで実行している場合に役立ちます。",
|
||||
"verbose": "詳細出力を表示します (--wait を含みます)。",
|
||||
"wait": "現在のウィンドウが閉じるまで待機します。",
|
||||
"extensionHomePath": "拡張機能のルート パスを設定します。",
|
||||
"listExtensions": "インストールされている拡張機能を一覧表示します。",
|
||||
"showVersions": "--list-extension と使用するとき、インストールされている拡張機能のバージョンを表示します。",
|
||||
"installExtension": "拡張機能をインストールします。",
|
||||
"uninstallExtension": "拡張機能をアンインストールします。",
|
||||
"experimentalApis": "拡張機能に対して Proposed API 機能を有効にします。",
|
||||
"disableExtensions": "インストールされたすべての拡張機能を無効にします。",
|
||||
"disableGPU": "GPU ハードウェア アクセラレータを無効にします。",
|
||||
"version": "バージョンを表示します。",
|
||||
"help": "使用法を表示します。",
|
||||
"usage": "使用法",
|
||||
"options": "オプション",
|
||||
"paths": "パス",
|
||||
"optionsUpperCase": "オプション"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"noWorkspace": "ワークスペースがありません。"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"extensions": "拡張機能",
|
||||
"preferences": "基本設定"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"notFound": "拡張子が見つかりません",
|
||||
"noCompatible": "Code のこのバージョンと互換性のある {0} のバージョンが見つかりませんでした。"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"invalidManifest": "正しくない拡張機能: package.json は JSON ファイルではありません。",
|
||||
"restartCode": "{0} を再インストールする前に、Code を再起動してください。",
|
||||
"installDependeciesConfirmation": "'{0}' をインストールすると、その依存関係もインストールされます。続行してもよろしいですか?",
|
||||
"install": "はい",
|
||||
"doNotInstall": "いいえ",
|
||||
"uninstallDependeciesConfirmation": "'{0}' のみをアンインストールしますか、または依存関係もアンインストールしますか?",
|
||||
"uninstallOnly": "限定",
|
||||
"uninstallAll": "すべて",
|
||||
"cancel": "キャンセル",
|
||||
"uninstallConfirmation": "'{0}' をアンインストールしてもよろしいですか?",
|
||||
"ok": "OK",
|
||||
"singleDependentError": "拡張機能 '{0}' をアンインストールできません。拡張機能 '{1}' がこの拡張機能に依存しています。",
|
||||
"twoDependentsError": "拡張機能 '{0}' をアンインストールできません。拡張機能 '{1}' と '{2}' がこの拡張機能に依存しています。",
|
||||
"multipleDependentsError": "拡張機能 '{0}' をアンインストールできません。拡張機能 '{1}'、'{2}'、その他がこの拡張機能に依存しています。",
|
||||
"notExists": "拡張機能を見つけられませんでした"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"unknownDep": "拡張機能 `{1}` のアクティブ化に失敗しました。理由: 依存関係 `{0}` が不明です。",
|
||||
"failedDep1": "拡張機能 `{1}` のアクティブ化に失敗しました。理由: 依存関係 `{0}` のアクティブ化に失敗しました。",
|
||||
"failedDep2": "拡張機能 `{0}` のアクティブ化に失敗しました。理由: 依存関係のレベルが 10 を超えています (依存関係のループの可能性があります)。",
|
||||
"activationError": "拡張機能 `{0}` のアクティブ化に失敗しました: {1}。"
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.engines.vscode": "VS Code 拡張機能の場合、拡張機能と互換性のある VS Code バージョンを指定します。* を指定することはできません。たとえば、^0.10.5 は最小の VS Code バージョン 0.10.5 との互換性を示します。",
|
||||
"vscode.extension.publisher": "VS Code 拡張機能の公開元。",
|
||||
"vscode.extension.displayName": "VS Code ギャラリーで使用される拡張機能の表示名。",
|
||||
"vscode.extension.categories": "VS Code ギャラリーで拡張機能の分類に使用されるカテゴリ。",
|
||||
"vscode.extension.galleryBanner": "VS Code マーケットプレースで使用されるバナー。",
|
||||
"vscode.extension.galleryBanner.color": "VS Code マーケットプレース ページ ヘッダー上のバナーの色。",
|
||||
"vscode.extension.galleryBanner.theme": "バナーで使用されるフォントの配色テーマ。",
|
||||
"vscode.extension.contributes": "このパッケージで表される VS Code 拡張機能のすべてのコントリビューション。",
|
||||
"vscode.extension.preview": "Marketplace で Preview としてフラグが付けられるように拡張機能を設定します。",
|
||||
"vscode.extension.activationEvents": "VS Code 拡張機能のアクティブ化イベント。",
|
||||
"vscode.extension.activationEvents.onLanguage": "指定された言語を解決するファイルが開かれるたびにアクティブ化イベントが発行されます。",
|
||||
"vscode.extension.activationEvents.onCommand": "指定したコマンドが呼び出されるたびにアクティブ化イベントが発行されます。",
|
||||
"vscode.extension.activationEvents.onDebug": "指定されたタイプのデバッグ セッションが開始されるたびにアクティブ化イベントが発行されます。",
|
||||
"vscode.extension.activationEvents.workspaceContains": "指定した glob パターンに一致するファイルを少なくとも 1 つ以上含むフォルダーを開くたびにアクティブ化イベントが発行されます。",
|
||||
"vscode.extension.activationEvents.onView": "指定したビューを展開するたびにアクティブ化イベントが発行されます。",
|
||||
"vscode.extension.activationEvents.star": "VS Code 起動時にアクティブ化イベントを発行します。優れたエンドユーザー エクスペリエンスを確保するために、他のアクティブ化イベントの組み合わせでは望む動作にならないときのみ使用してください。",
|
||||
"vscode.extension.badges": "Marketplace の拡張機能ページのサイドバーに表示されるバッジの配列。",
|
||||
"vscode.extension.badges.url": "バッジのイメージ URL。",
|
||||
"vscode.extension.badges.href": "バッジのリンク。",
|
||||
"vscode.extension.badges.description": "バッジの説明。",
|
||||
"vscode.extension.extensionDependencies": "他の拡張機能に対する依存関係。拡張機能の識別子は常に ${publisher}.${name} です。例: vscode.csharp。",
|
||||
"vscode.extension.scripts.prepublish": "パッケージが VS Code 拡張機能として公開される前に実行されるスクリプト。",
|
||||
"vscode.extension.icon": "128x128 ピクセルのアイコンへのパス。"
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"versionSyntax": "`engines.vscode` 値 {0} を解析できませんでした。使用可能な値の例: ^0.10.0、^1.2.3、^0.11.0、^0.10.x など。",
|
||||
"versionSpecificity1": "`engines.vscode` ({0}) で指定されたバージョンが十分に特定されていません。1.0.0 より前の vscode バージョンの場合は、少なくとも想定されているメジャー バージョンとマイナー バージョンを定義してください。例 ^0.10.0、0.10.x、0.11.0 など。",
|
||||
"versionSpecificity2": "`engines.vscode` ({0}) で指定されたバージョンが明確ではありません。1.0.0 より後のバージョンの vscode の場合は、少なくとも、想定されているメジャー バージョンを定義してください。例 ^1.10.0、1.10.x、1.x.x、2.x.x など。",
|
||||
"versionMismatch": "拡張機能が Code {0} と互換性がありません。拡張機能に必要なバージョン: {1}。",
|
||||
"extensionDescription.empty": "空の拡張機能の説明を入手しました",
|
||||
"extensionDescription.publisher": "`{0}` プロパティは必須で、`string` 型でなければなりません",
|
||||
"extensionDescription.name": "`{0}` プロパティは必須で、`string` 型でなければなりません",
|
||||
"extensionDescription.version": "`{0}` プロパティは必須で、`string` 型でなければなりません",
|
||||
"extensionDescription.engines": "`{0}` プロパティは必須で、`string` 型でなければなりません",
|
||||
"extensionDescription.engines.vscode": "`{0}` プロパティは必須で、`string` 型でなければなりません",
|
||||
"extensionDescription.extensionDependencies": "`{0}` プロパティは省略するか、`string[]` 型にする必要があります",
|
||||
"extensionDescription.activationEvents1": "`{0}` プロパティは省略するか、`string[]` 型にする必要があります",
|
||||
"extensionDescription.activationEvents2": "プロパティ `{0}` と `{1}` は、両方とも指定するか両方とも省略しなければなりません",
|
||||
"extensionDescription.main1": "`{0}` プロパティは省略するか、`string` 型にする必要があります",
|
||||
"extensionDescription.main2": "拡張機能のフォルダー ({1}) の中に `main` ({0}) が含まれることが予期されます。これにより拡張機能を移植できなくなる可能性があります。",
|
||||
"extensionDescription.main3": "プロパティ `{0}` と `{1}` は、両方とも指定するか両方とも省略しなければなりません",
|
||||
"notSemver": "拡張機能のバージョンが semver と互換性がありません。"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"newWindow": "新しいウィンドウ",
|
||||
"newWindowDesc": "新しいウィンドウを開く",
|
||||
"recentFolders": "最近使ったワークスペース",
|
||||
"folderDesc": "{0} {1}",
|
||||
"codeWorkspace": "コード ワークスペース"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"integrity.ok": "OK",
|
||||
"integrity.dontShowAgain": "今後は表示しない",
|
||||
"integrity.moreInfo": "詳細情報",
|
||||
"integrity.prompt": "{0} インストールが壊れている可能性があります。再インストールしてください。"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"contributes.jsonValidation": "JSON スキーマ構成を提供します。",
|
||||
"contributes.jsonValidation.fileMatch": "一致するファイル パターン、たとえば \"package.json\" または \"*.launch\" です。",
|
||||
"contributes.jsonValidation.url": "スキーマ URL ('http:', 'https:') または拡張機能フォルダーへの相対パス ('./') です。",
|
||||
"invalid.jsonValidation": "'configuration.jsonValidation' は配列でなければなりません",
|
||||
"invalid.fileMatch": "'configuration.jsonValidation.fileMatch' が定義されていなければなりません",
|
||||
"invalid.url": "'configuration.jsonValidation.url' は、URL または相対パスでなければなりません",
|
||||
"invalid.url.fileschema": "'configuration.jsonValidation.url' は正しくない相対 URL です: {0}",
|
||||
"invalid.url.schema": "'configuration.jsonValidation.url' は、'http:'、'https:'、または拡張機能にあるスキーマを参照する './' で始まる必要があります"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"first.chord": "({0}) が押されました。2 番目のキーを待っています...",
|
||||
"missing.chord": "キーの組み合わせ ({0}、{1}) はコマンドではありません。"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"ctrlKey": "Ctrl",
|
||||
"shiftKey": "Shift",
|
||||
"altKey": "Alt",
|
||||
"windowsKey": "Windows",
|
||||
"ctrlKey.long": "Control",
|
||||
"shiftKey.long": "Shift",
|
||||
"altKey.long": "Alt",
|
||||
"cmdKey.long": "コマンド",
|
||||
"windowsKey.long": "Windows"
|
||||
}
|
||||
@@ -0,0 +1,70 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"ProblemPatternParser.loopProperty.notLast": "ループ プロパティは、最終行マッチャーでのみサポートされています。",
|
||||
"ProblemPatternParser.problemPattern.missingRegExp": "問題パターンに正規表現がありません。",
|
||||
"ProblemPatternParser.problemPattern.missingProperty": "問題のパターンが正しくありません。少なくとも、ファイル、メッセージと行、またはロケーション一致グループがなければなりません。",
|
||||
"ProblemPatternParser.invalidRegexp": "エラー: 文字列 {0} は、有効な正規表現ではありません。\n",
|
||||
"ProblemPatternSchema.regexp": "出力のエラー、警告、または情報を検索する正規表現。",
|
||||
"ProblemPatternSchema.file": "ファイル名の一致グループ インデックス。省略すると、1 が使用されます。",
|
||||
"ProblemPatternSchema.location": "問題の場所の一致グループ インデックス。有効な場所のパターンは (line)、(line,column)、(startLine,startColumn,endLine,endColumn) です。省略すると、 (line,column) が想定されます。",
|
||||
"ProblemPatternSchema.line": "問題の行の一致グループ インデックス。既定は 2 です",
|
||||
"ProblemPatternSchema.column": "問題の行の文字の一致グループ インデックス。既定は 3 です",
|
||||
"ProblemPatternSchema.endLine": "問題の最終行の一致グループ インデックス。既定は undefined です",
|
||||
"ProblemPatternSchema.endColumn": "問題の最終行の文字の一致グループ インデックス。既定は undefined です",
|
||||
"ProblemPatternSchema.severity": "問題の重大度の一致グループ インデックス。既定は undefined です",
|
||||
"ProblemPatternSchema.code": "問題のコードの一致グループ インデックス。既定は undefined です",
|
||||
"ProblemPatternSchema.message": "メッセージの一致グループ インデックス。省略した場合、場所を指定すると既定は 4 で、場所を指定しないと既定は 5 です。",
|
||||
"ProblemPatternSchema.loop": "複数行マッチャー ループは、このパターンが一致する限りループで実行されるかどうかを示します。複数行パターン内の最後のパターンでのみ指定できます。",
|
||||
"NamedProblemPatternSchema.name": "問題パターンの名前。",
|
||||
"NamedMultiLineProblemPatternSchema.name": "The name of the problem multi line problem pattern.",
|
||||
"NamedMultiLineProblemPatternSchema.patterns": "実際のパターン。",
|
||||
"ProblemPatternExtPoint": "問題パターンを提供",
|
||||
"ProblemPatternRegistry.error": "無効な問題パターンです。パターンは無視されます。",
|
||||
"ProblemMatcherParser.noProblemMatcher": "エラー: 説明を問題マッチャーに変換することができません:\n{0}\n",
|
||||
"ProblemMatcherParser.noProblemPattern": "エラー: 説明に有効な問題パターンが定義されていません:\n{0}\n",
|
||||
"ProblemMatcherParser.noOwner": "エラー: 説明に所有者が定義されていません:\n{0}\n",
|
||||
"ProblemMatcherParser.noFileLocation": "エラー: 説明にファイルの場所が定義されていません:\n{0}\n",
|
||||
"ProblemMatcherParser.unknownSeverity": "情報: 不明な重大度 {0}。有効な値は、error、warning、info です。\n",
|
||||
"ProblemMatcherParser.noDefinedPatter": "エラー: 識別子 {0} のパターンは存在しません。",
|
||||
"ProblemMatcherParser.noIdentifier": "エラー: パターン プロパティが空の識別子を参照しています。",
|
||||
"ProblemMatcherParser.noValidIdentifier": "エラー: パターン プロパティ {0} は有効なパターン変数名ではありません。",
|
||||
"ProblemMatcherParser.problemPattern.watchingMatcher": "問題マッチャーは、ウォッチ対象の開始パターンと終了パターンの両方を定義する必要があります。",
|
||||
"ProblemMatcherParser.invalidRegexp": "エラー: 文字列 {0} は、有効な正規表現ではありません。\n",
|
||||
"WatchingPatternSchema.regexp": "バックグラウンド タスクの開始または終了を検出する正規表現。",
|
||||
"WatchingPatternSchema.file": "ファイル名の一致グループ インデックス。省略できます。",
|
||||
"PatternTypeSchema.name": "提供されたか事前定義された問題パターンの名前",
|
||||
"PatternTypeSchema.description": "A problem pattern or the name of a contributed or predefined problem pattern. Can be omitted if base is specified.",
|
||||
"ProblemMatcherSchema.base": "使用する基本問題マッチャーの名前。",
|
||||
"ProblemMatcherSchema.owner": "Code 内の問題の所有者。base を指定すると省略できます。省略して base を指定しない場合、既定は 'external' になります。",
|
||||
"ProblemMatcherSchema.severity": "キャプチャされた問題の既定の重大度。パターンが重要度の一致グループを定義していない場合に使用されます。",
|
||||
"ProblemMatcherSchema.applyTo": "テキスト ドキュメントで報告された問題が、開いているドキュメントのみ、閉じられたドキュメントのみ、すべてのドキュメントのいずれに適用されるかを制御します。",
|
||||
"ProblemMatcherSchema.fileLocation": "問題パターンで報告されたファイル名を解釈する方法を定義します。",
|
||||
"ProblemMatcherSchema.background": "バックグラウンド タスクでアクティブなマッチャーの開始と終了を追跡するパターン。",
|
||||
"ProblemMatcherSchema.background.activeOnStart": "true に設定すると、タスクの開始時にバックグラウンド モニターがアクティブ モードになります。これは beginPattern と一致する行の発行と同等です。",
|
||||
"ProblemMatcherSchema.background.beginsPattern": "出力内で一致すると、バックグラウンド タスクの開始が通知されます。",
|
||||
"ProblemMatcherSchema.background.endsPattern": "出力内で一致すると、バックグラウンド タスクの終了が通知されます。",
|
||||
"ProblemMatcherSchema.watching.deprecated": "watching プロパティは使用されなくなりました。代わりに background をご使用ください。",
|
||||
"ProblemMatcherSchema.watching": "監視パターンの開始と終了を追跡するマッチャー。",
|
||||
"ProblemMatcherSchema.watching.activeOnStart": "true に設定すると、タスクの開始時にウォッチャーがアクティブ モードになります。これは beginPattern と一致する行の発行と同等です。",
|
||||
"ProblemMatcherSchema.watching.beginsPattern": "出力内で一致すると、ウォッチ中のタスクの開始が通知されます。",
|
||||
"ProblemMatcherSchema.watching.endsPattern": "出力内で一致すると、ウォッチ中のタスクの終了が通知されます。",
|
||||
"LegacyProblemMatcherSchema.watchedBegin.deprecated": "このプロパティは非推奨です。代わりに watching プロパティをご使用ください。",
|
||||
"LegacyProblemMatcherSchema.watchedBegin": "ファイル ウォッチでトリガーされた ウォッチ対象タスクの実行が開始されたことを伝達する正規表現。",
|
||||
"LegacyProblemMatcherSchema.watchedEnd.deprecated": "このプロパティは非推奨です。代わりに watching プロパティをご使用ください。",
|
||||
"LegacyProblemMatcherSchema.watchedEnd": "ウォッチ対象タスクの実行が終了したことを伝達する正規表現。",
|
||||
"NamedProblemMatcherSchema.name": "これを参照するのに使用する問題マッチャーの名前。",
|
||||
"NamedProblemMatcherSchema.label": "問題マッチャーの判読できるラベル。",
|
||||
"ProblemMatcherExtPoint": "問題マッチャーを提供",
|
||||
"msCompile": "Microsoft コンパイラの問題",
|
||||
"lessCompile": "Less の問題",
|
||||
"gulp-tsc": "Gulp TSC の問題",
|
||||
"jshint": "JSHint の問題",
|
||||
"jshint-stylish": "JSHint の問題 (stylish)",
|
||||
"eslint-compact": "ESLint の問題 (compact)",
|
||||
"eslint-stylish": "ESLint の問題 (stylish)",
|
||||
"go": "問題に移動する"
|
||||
}
|
||||
10
i18n/jpn/src/vs/platform/message/common/message.i18n.json
Normal file
10
i18n/jpn/src/vs/platform/message/common/message.i18n.json
Normal file
@@ -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.
|
||||
{
|
||||
"close": "閉じる",
|
||||
"later": "後続",
|
||||
"cancel": "キャンセル"
|
||||
}
|
||||
11
i18n/jpn/src/vs/platform/request/node/request.i18n.json
Normal file
11
i18n/jpn/src/vs/platform/request/node/request.i18n.json
Normal file
@@ -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.
|
||||
{
|
||||
"httpConfigurationTitle": "HTTP",
|
||||
"proxy": "使用するプロキシ設定。設定されていない場合、環境変数 http_proxy および https_proxy から取得されます。",
|
||||
"strictSSL": "提供された CA の一覧と照らしてプロキシ サーバーの証明書を確認するかどうか。",
|
||||
"proxyAuthorization": "すべてのネットワーク要求に対して 'Proxy-Authorization' ヘッダーとして送信する値。"
|
||||
}
|
||||
@@ -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.enableTelemetry": "利用状況データとエラーを Microsoft に送信できるようにします。"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"contributes.color": "拡張機能でテーマ設定の可能な配色を提供します",
|
||||
"contributes.color.id": "テーマ設定可能な配色の識別子",
|
||||
"contributes.color.id.format": "識別子は aa[.bb]* の形式にする必要があります",
|
||||
"contributes.color.description": "テーマ設定可能な配色の説明",
|
||||
"contributes.defaults.light": "light テーマの既定の配色。配色の値は 16 進数(#RRGGBB[AA]) 、または 既定で提供されているテーマ設定可能な配色の識別子の既定値のいずれか。",
|
||||
"contributes.defaults.dark": "dark テーマの既定の配色。配色の値は 16 進数(#RRGGBB[AA]) 、または 既定で提供されているテーマ設定可能な配色の識別子の既定値のいずれか。",
|
||||
"contributes.defaults.highContrast": "high contrast テーマの既定の配色。配色の値は 16 進数(#RRGGBB[AA]) 、または 既定で提供されているテーマ設定可能な配色の識別子の既定値のいずれか。",
|
||||
"invalid.colorConfiguration": "'configuration.colors' は配列である必要があります",
|
||||
"invalid.default.colorType": "{0} は 16 進数(#RRGGBB[AA] または #RGB[A]) 、または 既定で提供されているテーマ設定可能な配色の識別子の既定値のいずれかでなければなりません。",
|
||||
"invalid.id": "'configuration.colors.id' は定義する必要があり、空にできません",
|
||||
"invalid.id.format": "'configuration.colors.id' は word[.word]* の形式である必要があります",
|
||||
"invalid.description": "'configuration.colors.description' は定義する必要があり、空にできません \n",
|
||||
"invalid.defaults": "'configuration.colors.defaults' は定義する必要があります。'light' か 'dark'、'highContrast' を含める必要があります。"
|
||||
}
|
||||
@@ -0,0 +1,91 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.color": "無効な色形式です。 #RGB、#RGBA、#RRGGBB、#RRGGBBAA のいずれかを使用してください",
|
||||
"schema.colors": "ワークベンチで使用する色。",
|
||||
"foreground": "全体の前景色。この色は、コンポーネントによってオーバーライドされていない場合にのみ使用されます。",
|
||||
"errorForeground": "エラー メッセージ全体の前景色。この色は、コンポーネントによって上書きされていない場合にのみ使用されます。",
|
||||
"descriptionForeground": "追加情報を提供する説明文の前景色、例:ラベル。",
|
||||
"focusBorder": "フォーカスされた要素の境界線全体の色。この色はコンポーネントによって上書きされていない場合にのみ使用されます。",
|
||||
"contrastBorder": "コントラストを強めるために、他の要素と隔てる追加の境界線。",
|
||||
"activeContrastBorder": "コントラストを強めるために、アクティブな他要素と隔てる追加の境界線。",
|
||||
"selectionBackground": "ワークベンチ内のテキスト選択の背景色 (例: 入力フィールドやテキストエリア)。エディター内の選択には適用されないことに注意してください。",
|
||||
"textSeparatorForeground": "テキストの区切り文字の色。",
|
||||
"textLinkForeground": "テキスト内のリンクの前景色。",
|
||||
"textLinkActiveForeground": "テキスト内のアクティブなリンクの前景色。",
|
||||
"textPreformatForeground": "フォーマット済みテキスト セグメントの前景色。",
|
||||
"textBlockQuoteBackground": "テキスト内のブロック引用の背景色。",
|
||||
"textBlockQuoteBorder": "テキスト内のブロック引用の境界線色。",
|
||||
"textCodeBlockBackground": "テキスト内のコード ブロックの背景色。",
|
||||
"widgetShadow": "エディター内の検索/置換窓など、エディター ウィジェットの影の色。",
|
||||
"inputBoxBackground": "入力ボックスの背景。",
|
||||
"inputBoxForeground": "入力ボックスの前景。",
|
||||
"inputBoxBorder": "入力ボックスの境界線。",
|
||||
"inputBoxActiveOptionBorder": "入力フィールドのアクティブ オプションの境界線の色。",
|
||||
"inputPlaceholderForeground": "入力ボックスのプレースホルダー テキストの前景色。",
|
||||
"inputValidationInfoBackground": "情報の重大度を示す入力検証の背景色。",
|
||||
"inputValidationInfoBorder": "情報の重大度を示す入力検証の境界線色。",
|
||||
"inputValidationWarningBackground": "警告の重大度を示す入力検証の背景色。",
|
||||
"inputValidationWarningBorder": "警告の重大度を示す入力検証の境界線色。",
|
||||
"inputValidationErrorBackground": "エラーの重大度を示す入力検証の背景色。",
|
||||
"inputValidationErrorBorder": "エラーの重大度を示す入力検証の境界線色。",
|
||||
"dropdownBackground": "ドロップダウンの背景。",
|
||||
"dropdownForeground": "ドロップダウンの前景。",
|
||||
"dropdownBorder": "ドロップダウンの境界線。",
|
||||
"listFocusBackground": "ツリーリストがアクティブのとき、フォーカスされた項目のツリーリスト背景色。アクティブなツリーリストはキーボード フォーカスがあり、非アクティブではこれがありません。",
|
||||
"listFocusForeground": "ツリーリストがアクティブのとき、フォーカスされた項目のツリーリスト前景色。アクティブなツリーリストはキーボード フォーカスがあり、非アクティブではこれがありません。",
|
||||
"listActiveSelectionBackground": "ツリーリストがアクティブのとき、選択された項目のツリーリスト背景色。アクティブなツリーリストはキーボード フォーカスがあり、非アクティブではこれがありません。",
|
||||
"listActiveSelectionForeground": "ツリーリストがアクティブのとき、選択された項目のツリーリスト前景色。アクティブなツリーリストはキーボード フォーカスがあり、非アクティブではこれがありません。",
|
||||
"listInactiveSelectionBackground": "ツリーリストが非アクティブのとき、フォーカスされた項目のツリーリスト背景色。アクティブなツリーリストはキーボード フォーカスがあり、非アクティブではこれがありません。",
|
||||
"listInactiveSelectionForeground": "ツリーリストが非アクティブのとき、選択された項目のツリーリスト前景色。アクティブなツリーリストはキーボード フォーカスがあり、非アクティブではこれがありません。",
|
||||
"listHoverBackground": "マウス操作で項目をホバーするときのツリーリスト背景。",
|
||||
"listHoverForeground": "マウス操作で項目をホバーするときのツリーリスト前景。",
|
||||
"listDropBackground": "マウス操作で項目を移動するときのツリーリスト ドラッグ アンド ドロップの背景。",
|
||||
"highlight": "ツリーリスト内を検索しているとき、一致した強調のツリーリスト前景色。",
|
||||
"pickerGroupForeground": "ラベルをグループ化するためのクリック選択の色。",
|
||||
"pickerGroupBorder": "境界線をグループ化するためのクイック選択の色。",
|
||||
"buttonForeground": "ボタンの前景色。",
|
||||
"buttonBackground": "ボタンの背景色。",
|
||||
"buttonHoverBackground": "ホバー時のボタン背景色。",
|
||||
"badgeBackground": "バッジの背景色。バッジとは小さな情報ラベルのことです。例:検索結果の数",
|
||||
"badgeForeground": "バッジの前景色。バッジとは小さな情報ラベルのことです。例:検索結果の数",
|
||||
"scrollbarShadow": "ビューがスクロールされたことを示すスクロール バーの影。",
|
||||
"scrollbarSliderBackground": "スクロール バーのスライダーの背景色。",
|
||||
"scrollbarSliderHoverBackground": "ホバー時のスクロール バー スライダー背景色。",
|
||||
"scrollbarSliderActiveBackground": "アクティブ時のスクロール バー スライダー背景色。",
|
||||
"progressBarBackground": "時間のかかる操作で表示するプログレス バーの背景色。",
|
||||
"editorBackground": "エディターの背景色。",
|
||||
"editorForeground": "エディターの既定の前景色。",
|
||||
"editorWidgetBackground": "検索/置換窓など、エディター ウィジェットの背景色。",
|
||||
"editorWidgetBorder": "エディター ウィジェットの境界線色。ウィジェットに境界線があり、ウィジェットによって配色を上書きされていない場合でのみこの配色は使用されます。",
|
||||
"editorSelectionBackground": "エディターの選択範囲の色。",
|
||||
"editorSelectionForeground": "ハイ コントラストの選択済みテキストの色。",
|
||||
"editorInactiveSelection": "非アクティブなエディターの選択範囲の色。",
|
||||
"editorSelectionHighlight": "選択範囲と同じコンテンツの領域の色。",
|
||||
"editorFindMatch": "現在の検索一致項目の色。",
|
||||
"findMatchHighlight": "他の検索一致項目の色。",
|
||||
"findRangeHighlight": "検索を制限する範囲の色。",
|
||||
"hoverHighlight": "ホバーが表示されているワードの下を強調表示します。",
|
||||
"hoverBackground": "エディター ホバーの背景色。",
|
||||
"hoverBorder": "エディター ホバーの境界線の色。",
|
||||
"activeLinkForeground": "アクティブなリンクの色。",
|
||||
"diffEditorInserted": "挿入されたテキストの背景色。",
|
||||
"diffEditorRemoved": "削除されたテキストの背景色。",
|
||||
"diffEditorInsertedOutline": "挿入されたテキストの輪郭の色。",
|
||||
"diffEditorRemovedOutline": "削除されたテキストの輪郭の色。",
|
||||
"mergeCurrentHeaderBackground": "行内マージ競合の現在のヘッダー背景色。",
|
||||
"mergeCurrentContentBackground": "行内マージ競合の現在のコンテンツ背景色。",
|
||||
"mergeIncomingHeaderBackground": "行内マージ競合の入力側ヘッダー背景色。",
|
||||
"mergeIncomingContentBackground": "行内マージ競合の入力側コンテンツ背景色。",
|
||||
"mergeCommonHeaderBackground": "行内マージ競合の共通の祖先ヘッダー背景色。",
|
||||
"mergeCommonContentBackground": "行内マージ競合の共通の祖先コンテンツ背景色。",
|
||||
"mergeBorder": "行内マージ競合のヘッダーとスプリッターの境界線の色。",
|
||||
"overviewRulerCurrentContentForeground": "行内マージ競合の現在の概要ルーラー前景色。",
|
||||
"overviewRulerIncomingContentForeground": "行内マージ競合の入力側の概要ルーラー前景色。",
|
||||
"overviewRulerCommonContentForeground": "行内マージ競合の共通の祖先概要ルーラー前景色。",
|
||||
"overviewRulerFindMatchForeground": "一致項目を示す概要ルーラーのマーカー色。",
|
||||
"overviewRulerSelectionHighlightForeground": "選択対象を強調表示するときの概要ルーラーのマーカー色。"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"codeWorkspace": "コード ワークスペース",
|
||||
"untitledWorkspace": "未設定 (ワークスペース)",
|
||||
"workspaceNameVerbose": "{0} (ワークスペース)",
|
||||
"workspaceName": "{0} (ワークスペース)"
|
||||
}
|
||||
Reference in New Issue
Block a user