mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 17:23:40 -05:00
* Initial VS Code 1.21 file copy with patches * A few more merges * Post npm install * Fix batch of build breaks * Fix more build breaks * Fix more build errors * Fix more build breaks * Runtime fixes 1 * Get connection dialog working with some todos * Fix a few packaging issues * Copy several node_modules to package build to fix loader issues * Fix breaks from master * A few more fixes * Make tests pass * First pass of license header updates * Second pass of license header updates * Fix restore dialog issues * Remove add additional themes menu items * fix select box issues where the list doesn't show up * formatting * Fix editor dispose issue * Copy over node modules to correct location on all platforms
40 lines
3.2 KiB
JSON
40 lines
3.2 KiB
JSON
{
|
|
"": [
|
|
"--------------------------------------------------------------------------------------------",
|
|
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
|
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
|
"--------------------------------------------------------------------------------------------",
|
|
"Do not edit this file. It is machine generated."
|
|
],
|
|
"activeEditorShort": "ファイル名 (例: myFile.txt)",
|
|
"activeEditorMedium": "ワークスペース フォルダーに相対的なファイルのパス (例: myFolder/myFile.txt)",
|
|
"activeEditorLong": "ファイルの完全なパス (例: /Users/Development/myProject/myFolder/myFile.txt)",
|
|
"rootName": "ワークスペースの名前 (例: myFolder または myWorkspace)",
|
|
"rootPath": "ワークスペースのファイル パス (例: /Users/Development/myWorkspace)",
|
|
"folderName": "ファイルが含まれているワークスペース フォルダーの名前 (例: myFolder)",
|
|
"folderPath": "ファイルが含まれているワークスペース フォルダーのファイル パス (例: /Users/Development/myFolder)",
|
|
"appName": "例: VS Code",
|
|
"dirty": "アクティブなエディターがダーティである場合のダーティ インジケーター",
|
|
"separator": "値のある変数で囲まれた場合にのみ表示される条件付き区切り記号 (' - ')",
|
|
"assocLabelFile": "当該拡張子のファイル",
|
|
"assocDescriptionFile": "ファイル名が glob パターンに一致するすべてのファイルを、指定された識別子の言語にマップします。",
|
|
"assocLabelPath": "当該パスのファイル",
|
|
"assocDescriptionPath": "絶対パスの glob パターンがパスに一致するすべてのファイルを、指定した識別子の言語にマップします。",
|
|
"fileLabel": "特定の拡張子のファイル",
|
|
"fileDescription": "特定のファイル拡張子を持つすべてのファイルと一致します。",
|
|
"filesLabel": "複数の拡張子のファイル",
|
|
"filesDescription": "いずれかのファイル拡張子を持つすべてのファイルと一致します。",
|
|
"derivedLabel": "同じ名前の同種のファイル",
|
|
"derivedDescription": "名前が同じで拡張子が異なる兄弟を持つファイルと一致します。",
|
|
"topFolderLabel": "特定の名前のフォルダー (最上位)",
|
|
"topFolderDescription": "特定の名前の最上位にあるフォルダーと一致します。",
|
|
"topFoldersLabel": "複数の名前のフォルダー (最上位)",
|
|
"topFoldersDescription": "複数の最上位フォルダーと一致します。",
|
|
"folderLabel": "特定の名前のフォルダー (任意の場所)",
|
|
"folderDescription": "任意の場所にある特定の名前のフォルダーと一致します。",
|
|
"falseDescription": "パターンを無効にします。",
|
|
"trueDescription": "パターンを有効にします。",
|
|
"siblingsDescription": "名前が同じで異なる拡張子を持つ同種のファイルと一致します。",
|
|
"languageSpecificEditorSettings": "言語固有のエディター設定",
|
|
"languageSpecificEditorSettingsDescription": "言語に対するエディター設定を上書きします"
|
|
} |