update localization resource files (#14389)

This commit is contained in:
Alex Ma
2021-02-22 19:42:55 -08:00
committed by GitHub
parent d21ee4dc9e
commit 9148aa1ed5
3162 changed files with 45130 additions and 1848 deletions

View 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 インストールを使用する"
}

View 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}"
}

View 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}"
}

View 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": "閉じる"
}