mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
update localization resource files (#14389)
This commit is contained in:
22
i18n/jpn/extensions/notebook/dist/dialog/configurePythonDialog.i18n.json
vendored
Normal file
22
i18n/jpn/extensions/notebook/dist/dialog/configurePythonDialog.i18n.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"configurePython.dialogName": "ノートブック用 Python の構成",
|
||||
"configurePython.okButtonText": "インストール",
|
||||
"configurePython.cancelButtonText": "キャンセル",
|
||||
"configurePython.browseButtonText": "参照",
|
||||
"configurePython.locationTextBoxText": "Python のインストール場所",
|
||||
"configurePython.selectFileLabel": "選択",
|
||||
"configurePython.installNote": "このインストールには時間がかかります。インストールが完了するまでアプリケーションを閉じないようにお勧めします。",
|
||||
"configurePython.invalidLocationMsg": "指定されたインストール場所が無効です。",
|
||||
"configurePython.pythonNotFoundMsg": "指定された場所に Python インストールが見つかりませんでした。",
|
||||
"configurePython.pythonInstallDeclined": "Python のインストールが拒否されました。",
|
||||
"configurePython.installationType": "インストールの種類",
|
||||
"configurePython.newInstall": "新しい Python インストール",
|
||||
"configurePython.existingInstall": "既存の Python インストールを使用する"
|
||||
}
|
||||
23
i18n/jpn/extensions/notebook/dist/dialog/managePackages/addNewPackageTab.i18n.json
vendored
Normal file
23
i18n/jpn/extensions/notebook/dist/dialog/managePackages/addNewPackageTab.i18n.json
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"managePackages.invalidTextPlaceholder": "該当なし",
|
||||
"managePackages.packageNotFound": "指定されたパッケージが見つかりませんでした",
|
||||
"managePackages.searchBarPlaceholder": "{0} パッケージを検索します",
|
||||
"managePackages.addNewTabTitle": "新規追加",
|
||||
"managePackages.searchButtonLabel": "検索",
|
||||
"managePackages.installButtonText": "インストール",
|
||||
"managePackages.packageNameTitle": "パッケージ名",
|
||||
"managePackages.packageVersionTitle": "パッケージ バージョン",
|
||||
"managePackages.packageSummaryTitle": "パッケージの概要",
|
||||
"managePackages.noVersionsFound": "指定されたパッケージの有効なバージョンが見つかりませんでした",
|
||||
"managePackages.packageRequestError": "パッケージ情報要求がエラーで失敗しました: {0} {1}",
|
||||
"managePackages.backgroundInstallStarted": "{0} をインストールしています {1}",
|
||||
"managePackages.backgroundInstallComplete": "{0} のインストールが完了しました {1}",
|
||||
"managePackages.backgroundInstallFailed": "{0} のインストールに失敗しました {1} エラー: {2}"
|
||||
}
|
||||
19
i18n/jpn/extensions/notebook/dist/dialog/managePackages/installedPackagesTab.i18n.json
vendored
Normal file
19
i18n/jpn/extensions/notebook/dist/dialog/managePackages/installedPackagesTab.i18n.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"managePackages.installedTabTitle": "インストール済み",
|
||||
"managePackages.pkgNameColumn": "名前",
|
||||
"managePackages.newPkgVersionColumn": "バージョン",
|
||||
"managePackages.uninstallButtonText": "選択したパッケージをアンインストールします",
|
||||
"managePackages.packageType": "パッケージの種類",
|
||||
"managePackages.packageCount": "{0} {1} パッケージが見つかりました",
|
||||
"managePackages.confirmUninstall": "指定したパッケージをアンインストールしますか?",
|
||||
"managePackages.backgroundUninstallStarted": "{0} をアンインストールしています",
|
||||
"managePackages.backgroundUninstallComplete": "{0} のアンインストールが完了しました",
|
||||
"managePackages.backgroundUninstallFailed": "{0} をアンインストールできませんでした。エラー: {1}"
|
||||
}
|
||||
11
i18n/jpn/extensions/notebook/dist/dialog/managePackages/managePackagesDialog.i18n.json
vendored
Normal file
11
i18n/jpn/extensions/notebook/dist/dialog/managePackages/managePackagesDialog.i18n.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"managePackages.dialogName": "パッケージの管理",
|
||||
"managePackages.cancelButtonText": "閉じる"
|
||||
}
|
||||
Reference in New Issue
Block a user