mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"dashboard.properties.property": "ダッシュ ボードに表示するプロパティを定義します",
|
||||
"dashboard.properties.property.displayName": "プロパティのラベルとして使用する値",
|
||||
"dashboard.properties.property.value": "値にアクセスするためのオブジェクトの値",
|
||||
"dashboard.properties.property.ignore": "無視される値を指定します。",
|
||||
"dashboard.properties.property.default": "無視されるか値が無い場合に表示される既定値です。",
|
||||
"dashboard.properties.flavor": "デッシュボード プロパティを定義するための構成",
|
||||
"dashboard.properties.flavor.id": "フレーバーの ID",
|
||||
"dashboard.properties.flavor.condition": "このフレーバーを使用する条件",
|
||||
"dashboard.properties.flavor.condition.field": "比較するフィールド",
|
||||
"dashboard.properties.flavor.condition.operator": "比較に使用する演算子",
|
||||
"dashboard.properties.flavor.condition.value": "フィールドを比較する値",
|
||||
"dashboard.properties.databaseProperties": "データベース ページに表示するプロパティ",
|
||||
"dashboard.properties.serverProperties": "サーバー ページに表示するプロパティ",
|
||||
"carbon.extension.dashboard": "このプロバイダーがダッシュボードをサポートすることを定義します",
|
||||
"dashboard.id": "プロバイダー id (例: MSSQL)",
|
||||
"dashboard.properties": "ダッシュ ボードに表示するプロパティの値"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"schema.dashboardWidgets.InsightsRegistry": "ダッシュ ボードで使用されているウィジェット"
|
||||
}
|
||||
@@ -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.dashboardWidgets.all": "ダッシュ ボードで使用されているウィジェット",
|
||||
"schema.dashboardWidgets.database": "ダッシュ ボードで使用されているウィジェット",
|
||||
"schema.dashboardWidgets.server": "ダッシュ ボードで使用されているウィジェット"
|
||||
}
|
||||
Reference in New Issue
Block a user