mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-18 11:03:18 -04:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -6,6 +6,20 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"dashboard.properties.serverProperties": "用于显示服务器页的属性",
|
||||
"dashboard.id": "提供程序ID (如: MSSQL)"
|
||||
"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": "要在仪表板上显示的属性值"
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
"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": "仪表板中使用的小组件"
|
||||
}
|
||||
@@ -6,5 +6,7 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"schema.dashboardWidgets.all": "仪表板中使用的小部件"
|
||||
"schema.dashboardWidgets.all": "仪表板中使用的小组件",
|
||||
"schema.dashboardWidgets.database": "仪表板中使用的小组件",
|
||||
"schema.dashboardWidgets.server": "仪表板中使用的小组件"
|
||||
}
|
||||
Reference in New Issue
Block a user