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,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"notebookFileType": "ノートブック",
"unsupportedFileType": ".ipynb ノートブックのみがサポートされています",
"confirmReinstall": "再インストールしますか?"
}

View File

@@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"errNotebookUriMissing": "ノートブック パスが必須です"
}

View File

@@ -0,0 +1,28 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"msgInstallPkgProgress": "Notebook 依存関係のインストールが進行中です",
"msgPythonDownloadComplete": "Python のダウンロードが完了しました",
"msgPythonDownloadError": "Python セットアップのダウンロード中にエラーが発生しました",
"msgPythonDownloadPending": "Python パッケージをダウンロードしています",
"msgPythonUnpackPending": "Python パッケージをアンパックしています",
"msgPythonDirectoryError": "Python インストール ディレクトリの作成中にエラーが発生しました",
"msgPythonUnpackError": "Python バンドルのアンパック中にエラーが発生しました",
"msgTaskName": "Notebook 依存関係のインストール",
"msgInstallPkgStart": "Notebook 依存関係のインストールについて詳しくは、[タスク ビュー] を参照してください",
"msgInstallPkgFinish": "Notebook 依存関係のインストールが完了しました",
"msgPythonRunningError": "Python の実行中は、既存の Python インストールを上書きできません。続行する前に、アクティブなノートブックを閉じてください。",
"msgSkipPythonInstall": "Python は既に特定の場所に存在します。インストールをスキップしています。",
"msgWaitingForInstall": "別の Python のインストールが現在進行中です。完了するのを待っています。",
"msgDependenciesInstallationFailed": "Notebook 依存関係のインストールに失敗しました。エラー: {0}",
"msgDownloadPython": "{0} から {1} にプラットフォーム用のローカル Python をダウンロードしています",
"confirmPackageUpgrade": "インストールされている Python パッケージの一部をアップグレードする必要があります。今すぐアップグレードしますか?",
"upgradePackages.pipInstall": "{0} のインストール中",
"msgInstallStart": "ノートブックを実行するために必要なパッケージをインストールしています...",
"msgJupyterInstallDone": "... Jupyter のインストールが完了しました。"
}

View File

@@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"shutdownError": "Notebook サーバーをシャットダウンできませんでした: {0}"
}

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."
],
"errorStartBeforeReady": "セッションを開始できません。マネージャーがまだ初期化されていません",
"connectionNotValid": "Spark カーネルは、SQL Server ビッグ データ クラスターのマスター インスタンスへの接続を必要とします。"
}

View File

@@ -0,0 +1,14 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"serverStopError": "Notebook サーバーの停止でエラーが発生しました: {0}",
"notebookStartProcessExitPremature": "Notebook プロセスが途中で終了しました。エラー: {0}。StdErr 出力: {1}",
"jupyterError": "Jupyter からの送信でエラーが発生しました: {0}",
"jupyterOutputMsgStartSuccessful": "... Jupyter は {0} で実行中です",
"jupyterOutputMsgStart": "... Notebook サーバーを起動しています"
}