mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-22 21:00:30 -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,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."
|
||||
],
|
||||
"schema.providerId": "プロバイダーの共通 ID",
|
||||
"schema.displayName": "プロバイダーの表示名",
|
||||
"schema.connectionOptions": "接続のオプション"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"Search server names": "サーバー名を検索"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"Search server names": "サーバー名を検索"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"showDataExplorer": "データ エクスプローラーを表示",
|
||||
"workbench.dataExplorer": "データ エクスプローラー",
|
||||
"dataExplorer.view": "ビュー",
|
||||
"databaseConnections": "データベース接続",
|
||||
"datasource.connections": "データ ソース接続",
|
||||
"datasource.connectionGroups": "データソース グループ",
|
||||
"startupConfig": "スタートアップの構成",
|
||||
"startup.alwaysShowServersView": "Azure Data Studio の起動時にサーバー ビューを表示する場合には true (既定)。最後に開いたビューを表示する場合には false"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"vscode.extension.contributes.view.id": "ビューの識別子。`vscode.window.registerTreeDataProviderForView` API を介してデータ プロバイダーを登録するには、これを使用します。また、`onView:${id}` イベントを `activationEvents` に登録することによって、拡張機能のアクティブ化をトリガーするためにも使用できます。",
|
||||
"vscode.extension.contributes.view.name": "ビューの判読できる名前。表示されます",
|
||||
"vscode.extension.contributes.view.when": "このビューを表示するために満たす必要がある条件",
|
||||
"extension.contributes.dataExplorer": "ビューをエディターに提供します",
|
||||
"extension.dataExplorer": "アクティビティ バーのデータ エクスプローラー コンテナーにビューを提供します",
|
||||
"dataExplorer.contributed": "コントリビューション ビュー コンテナにビューを提供します",
|
||||
"ViewsContainerDoesnotExist": "ビュー コンテナー '{0}' は存在しないため、それに登録されているすべてのビューは 'データ エクスプローラー' に追加されます。",
|
||||
"duplicateView1": "ビュー コンテナ '{1}'に同じ id '{0}' のビューを複数登録できません",
|
||||
"duplicateView2": "ビュー id `{0}` はビュー コンテナー `{1}` に既に登録されています",
|
||||
"requirearray": "ビューは配列にする必要があります",
|
||||
"requirestring": "プロパティ `{0}` は必須で、型 `string` でなければなりません",
|
||||
"optstring": "`{0}` プロパティは省略するか、`string` 型にする必要があります"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dataExplorer.servers": "サーバー"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"disconnect": "切断",
|
||||
"newQuery": "新しいクエリ",
|
||||
"manage": "管理",
|
||||
"refresh": "最新の情報に更新"
|
||||
}
|
||||
Reference in New Issue
Block a user