mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-24 13:50:29 -04:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -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."
|
||||
],
|
||||
"delete": "削除",
|
||||
"codeBefore": "前にコードを挿入",
|
||||
"codeAfter": "後にコードを挿入",
|
||||
"markdownBefore": "前に Markdown を挿入",
|
||||
"markdownAfter": "後に Markdown を挿入",
|
||||
"clear": "出力のクリア"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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.failed": "アクティブなセルを選択して、もう一度お試しください",
|
||||
"runCell": "セルの実行",
|
||||
"stopCell": "実行のキャンセル",
|
||||
"errorRunCell": "最後の実行でエラーが発生しました。もう一度実行するにはクリックしてください"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"clickOn": "次をクリック",
|
||||
"plusCode": "+ コード",
|
||||
"or": "OR",
|
||||
"plusText": "+ テキスト",
|
||||
"toAddCell": "コードまたはテキストのセルを追加するため"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"doubleClickEdit": "ダブルクリックして編集"
|
||||
}
|
||||
13
i18n/jpn/src/sql/parts/notebook/models/cell.i18n.json
Normal file
13
i18n/jpn/src/sql/parts/notebook/models/cell.i18n.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"executionCanceled": "クエリの実行がキャンセルされました",
|
||||
"notebookNotReady": "このノートブックのセッションは準備がまだ整っていません",
|
||||
"sessionNotReady": "このノートブックのセッションが間もなく開始されます",
|
||||
"noDefaultKernel": "このノートブックで使用できるカーネルはありません"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"clientSession.unknownError": "ノートブック セッションの開始中にエラーが発生しました。",
|
||||
"ServerNotStarted": "不明な理由によりサーバーが起動しませんでした",
|
||||
"kernelRequiresConnection": "カーネル {0} が見つかりませんでした。既定のカーネルが代わりに使用されます。"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"sqlKernel": "SQL"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"selectConnection": "接続の選択",
|
||||
"localhost": "localhost",
|
||||
"addConnection": "新しい接続の追加"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"deleteCellFailed": "セルの削除に失敗しました。",
|
||||
"changeKernelFailedRetry": "カーネルの変更に失敗しました。カーネル {0} が使用されます。エラー: {1}",
|
||||
"changeKernelFailed": "次のエラーにより、カーネルの変更に失敗しました: {0}",
|
||||
"changeContextFailed": "コンテキストの変更に失敗しました: {0}",
|
||||
"startSessionFailed": "セッションを開始できませんでした: {0}",
|
||||
"shutdownError": "ノートブックを閉じるときにエラーが発生しました: {0}",
|
||||
"shutdownClientSessionError": "ノートブックを閉じるときにクライアント セッション エラーが発生しました: {0}",
|
||||
"ProviderNoManager": "プロバイダー {0} のノートブック マネージャーが見つかりません"
|
||||
}
|
||||
16
i18n/jpn/src/sql/parts/notebook/notebook.component.i18n.json
Normal file
16
i18n/jpn/src/sql/parts/notebook/notebook.component.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"displayFailed": "コンテンツを表示できませんでした: {0}",
|
||||
"noKernelInstalled": "セルを実行するには、SQL Server 2019 拡張機能をインストールしてください",
|
||||
"installSql2019Extension": "拡張機能のインストール",
|
||||
"code": "コード",
|
||||
"text": "テキスト",
|
||||
"clearResults": "結果をクリア",
|
||||
"cellNotFound": "URI {0} を含むセルは、このモデルでは見つかりませんでした"
|
||||
}
|
||||
22
i18n/jpn/src/sql/parts/notebook/notebookActions.i18n.json
Normal file
22
i18n/jpn/src/sql/parts/notebook/notebookActions.i18n.json
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."
|
||||
],
|
||||
"loading": "カーネルを読み込んでいます...",
|
||||
"changing": "カーネルを変更しています...",
|
||||
"Kernel": "カーネル:",
|
||||
"AttachTo": "接続先:",
|
||||
"loadingContexts": "コンテキストを読み込んでいます...",
|
||||
"addNewConnection": "新しい接続を追加",
|
||||
"selectConnection": "接続の選択",
|
||||
"localhost": "localhost",
|
||||
"trustLabel": "信頼済み",
|
||||
"untrustLabel": "信頼されていません",
|
||||
"alreadyTrustedMsg": "ノートブックは既に信頼されています。",
|
||||
"noKernel": "カーネルなし",
|
||||
"noContextAvailable": "なし"
|
||||
}
|
||||
10
i18n/jpn/src/sql/parts/notebook/notebookUtils.i18n.json
Normal file
10
i18n/jpn/src/sql/parts/notebook/notebookUtils.i18n.json
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."
|
||||
],
|
||||
"mkdirOutputMsg": "... {0} を作成しています"
|
||||
}
|
||||
Reference in New Issue
Block a user