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:
12
i18n/jpn/extensions/notebook/dist/book/bookModel.i18n.json
vendored
Normal file
12
i18n/jpn/extensions/notebook/dist/book/bookModel.i18n.json
vendored
Normal 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."
|
||||
],
|
||||
"missingFileError": "ファイルが見つかりません: {0}",
|
||||
"InvalidError.tocFile": "{0}",
|
||||
"Invalid toc.yml": "エラー: {0} に正しくない toc.yml ファイルがあります"
|
||||
}
|
||||
12
i18n/jpn/extensions/notebook/dist/book/bookTreeItem.i18n.json
vendored
Normal file
12
i18n/jpn/extensions/notebook/dist/book/bookTreeItem.i18n.json
vendored
Normal 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."
|
||||
],
|
||||
"openNotebookCommand": "ノートブックを開く",
|
||||
"openMarkdownCommand": "マークダウンを開く",
|
||||
"openExternalLinkCommand": "外部リンクを開く"
|
||||
}
|
||||
17
i18n/jpn/extensions/notebook/dist/book/bookTreeView.i18n.json
vendored
Normal file
17
i18n/jpn/extensions/notebook/dist/book/bookTreeView.i18n.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"openBookError": "ブック {0} を開けませんでした: {1}",
|
||||
"openNotebookError": "ノートブック {0} を開けませんでした: {1}",
|
||||
"openMarkdownError": "マークダウン {0} を開けませんでした: {1}",
|
||||
"openUntitledNotebookError": "無題のノートブック {0} を無題として開けませんでした: {1}",
|
||||
"allFiles": "すべてのファイル",
|
||||
"labelPickFolder": "フォルダーの選択",
|
||||
"openExternalLinkError": "リンク {0} を開けませんでした。{1}",
|
||||
"confirmReplace": "フォルダーは既に存在します。このフォルダーを削除して置き換えますか?"
|
||||
}
|
||||
12
i18n/jpn/extensions/notebook/dist/common/localizedConstants.i18n.json
vendored
Normal file
12
i18n/jpn/extensions/notebook/dist/common/localizedConstants.i18n.json
vendored
Normal 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."
|
||||
],
|
||||
"msgYes": "はい",
|
||||
"msgNo": "いいえ",
|
||||
"msgSampleCodeDataFrame": "このサンプル コードは、ファイルをデータ フレームに読み込み、最初の 10 件の結果を示します。"
|
||||
}
|
||||
11
i18n/jpn/extensions/notebook/dist/common/utils.i18n.json
vendored
Normal file
11
i18n/jpn/extensions/notebook/dist/common/utils.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."
|
||||
],
|
||||
"mkdirOutputMsg": "... {0} を作成しています",
|
||||
"executeCommandProcessExited": "プロセスがコード {0} で終了しました"
|
||||
}
|
||||
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": "閉じる"
|
||||
}
|
||||
15
i18n/jpn/extensions/notebook/dist/extension.i18n.json
vendored
Normal file
15
i18n/jpn/extensions/notebook/dist/extension.i18n.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"msgSampleCodeDataFrame": "このサンプル コードは、ファイルをデータ フレームに読み込み、最初の 10 件の結果を示します。",
|
||||
"noNotebookVisible": "アクティブなノートブック エディターがありません",
|
||||
"codeCellName": "コード",
|
||||
"textCellName": "テキスト",
|
||||
"selectCellType": "追加するセルの種類を指定してください",
|
||||
"notebookFiles": "ノートブック"
|
||||
}
|
||||
12
i18n/jpn/extensions/notebook/dist/jupyter/jupyterController.i18n.json
vendored
Normal file
12
i18n/jpn/extensions/notebook/dist/jupyter/jupyterController.i18n.json
vendored
Normal 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": "再インストールしますか?"
|
||||
}
|
||||
10
i18n/jpn/extensions/notebook/dist/jupyter/jupyterNotebookProvider.i18n.json
vendored
Normal file
10
i18n/jpn/extensions/notebook/dist/jupyter/jupyterNotebookProvider.i18n.json
vendored
Normal 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": "ノートブック パスが必須です"
|
||||
}
|
||||
28
i18n/jpn/extensions/notebook/dist/jupyter/jupyterServerInstallation.i18n.json
vendored
Normal file
28
i18n/jpn/extensions/notebook/dist/jupyter/jupyterServerInstallation.i18n.json
vendored
Normal 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 のインストールが完了しました。"
|
||||
}
|
||||
10
i18n/jpn/extensions/notebook/dist/jupyter/jupyterServerManager.i18n.json
vendored
Normal file
10
i18n/jpn/extensions/notebook/dist/jupyter/jupyterServerManager.i18n.json
vendored
Normal 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}"
|
||||
}
|
||||
11
i18n/jpn/extensions/notebook/dist/jupyter/jupyterSessionManager.i18n.json
vendored
Normal file
11
i18n/jpn/extensions/notebook/dist/jupyter/jupyterSessionManager.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."
|
||||
],
|
||||
"errorStartBeforeReady": "セッションを開始できません。マネージャーがまだ初期化されていません",
|
||||
"connectionNotValid": "Spark カーネルは、SQL Server ビッグ データ クラスターのマスター インスタンスへの接続を必要とします。"
|
||||
}
|
||||
14
i18n/jpn/extensions/notebook/dist/jupyter/serverInstance.i18n.json
vendored
Normal file
14
i18n/jpn/extensions/notebook/dist/jupyter/serverInstance.i18n.json
vendored
Normal 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 サーバーを起動しています"
|
||||
}
|
||||
14
i18n/jpn/extensions/notebook/dist/protocol/notebookUriHandler.i18n.json
vendored
Normal file
14
i18n/jpn/extensions/notebook/dist/protocol/notebookUriHandler.i18n.json
vendored
Normal 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."
|
||||
],
|
||||
"notebook.unsupportedAction": "このハンドラーではアクション {0} はサポートされていません",
|
||||
"unsupportedScheme": "HTTP リンクと HTTPS リンクのみがサポートされているため、リンク {0} を開くことができません",
|
||||
"notebook.confirmOpen": "'{0}' をダウンロードして開きますか?",
|
||||
"notebook.fileNotFound": "指定されたファイルが見つかりませんでした",
|
||||
"notebook.fileDownloadError": "ファイルを開く要求に失敗しました。エラー: {0} {1}"
|
||||
}
|
||||
Reference in New Issue
Block a user