Files
azuredatastudio/i18n/language-pack-ja/translations/extensions/configuration-editing.i18n.json
Karl Burtram e3f26e8f12 Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources

* Update loc strings
2019-06-24 13:34:30 -07:00

66 lines
4.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0",
"contents": {
"package": {
"displayName": "設定の編集機能",
"description": "設定、起動、拡張機能の推奨事項ファイルといった、構成ファイルの機能 (高度な IntelliSense、auto-fixing など) を提供します。"
},
"out/settingsDocumentHelper": {
"activeEditorShort": "ファイル名 (例: myFile.txt)",
"activeEditorMedium": "ワークスペース フォルダーに対して相対的なファイルのパス (例: myFolder/myFileFolder/myFile.txt)",
"activeEditorLong": "ファイルの完全なパス (例: /Users/Development/myFolder/myFileFolder/myFile.txt",
"activeFolderShort": "ファイルが入っているフォルダーの名前 (例: myFileFolder)",
"activeFolderMedium": "ワークスペース フォルダーに相対的な、ファイルが入っているフォルダーのパス (例: myFolder/myFileFolder)",
"activeFolderLong": "ファイルが含まれているフォルダーの完全なパス (例: /Users/Development/myFolder/myFileFolder)",
"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": "言語に対するエディター設定を上書きします"
},
"out/extension": {
"workspaceFolder": "VS Code で開いているフォルダーのパス",
"workspaceFolderBasename": "スラッシュ (/) を含まない VS Code で開いているフォルダーのパス",
"relativeFile": "${workspaceFolder} に相対的な現在開いているファイル",
"file": "現在開いているファイル",
"cwd": "タスク ランナー起動時の作業ディレクトリ",
"lineNumber": "アクティブなファイル内で選択している行の番号",
"selectedText": "アクティブなファイル内で選択しているテキスト",
"fileDirname": "現在開いているファイルのディレクトリ名",
"fileExtname": "現在開いているファイルの拡張子",
"fileBasename": "現在開いているファイルのベース名",
"fileBasenameNoExtension": "現在開いているファイルの拡張子を含まないベース名",
"exampleExtension": "例"
}
}
}