[Loc] Massive fix for March Langpack (#22180)

This commit is contained in:
Alex Ma
2023-03-06 15:04:31 -08:00
committed by GitHub
parent 8a71302aea
commit f25599119e
114 changed files with 708 additions and 498 deletions

View File

@@ -287,7 +287,7 @@
<trans-unit id="miNewDeployment">
<source xml:lang="en">New &amp;&amp;Deployment...</source>
<note>&amp;&amp; denotes a mnemonic</note>
<target state="new">New &amp;&amp;Deployment...</target>
<target state="translated">新建部署...(&amp;&amp;D)</target>
</trans-unit>
<trans-unit id="miNewNotebook">
<source xml:lang="en">&amp;&amp;New Notebook</source>
@@ -3757,6 +3757,14 @@ Default Skipped Commands:
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanInput" source-language="en" datatype="plaintext" target-language="zh-Hans">
<body>
<trans-unit id="epCompare.executionPlanEditorName">
<source xml:lang="en">ExecutionPlan</source>
<target state="translated">ExecutionPlan</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanPropertiesView" source-language="en" datatype="plaintext" target-language="zh-Hans">
<body>
<trans-unit id="executionPlanPropertiesEdgeOperationName">
@@ -4091,14 +4099,6 @@ Default Skipped Commands:
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/executionPlan/common/executionPlanInput" source-language="en" datatype="plaintext" target-language="zh-Hans">
<body>
<trans-unit id="epCompare.executionPlanEditorName">
<source xml:lang="en">ExecutionPlan</source>
<target state="translated">ExecutionPlan</target>
</trans-unit>
</body>
</file>
<file original="src/sql/workbench/contrib/extensions/browser/contributionRenders" source-language="en" datatype="plaintext" target-language="zh-Hans">
<body>
<trans-unit id="insight condition">
@@ -7415,16 +7415,16 @@ Error: {1}</source>
<trans-unit id="addAccountFailedCodeMessage">
<source xml:lang="en">{0}
Error Message: {1}</source>
<target state="new">{0}
Error Message: {1}</target>
<target state="translated">{0}
错误消息: {1}</target>
</trans-unit>
<trans-unit id="addAccountFailedGenericMessage">
<source xml:lang="en">Adding account failed, check Azure Accounts log for more info.</source>
<target state="new">Adding account failed, check Azure Accounts log for more info.</target>
<target state="translated">添加帐户失败,有关详细信息,请查看 Azure 帐户日志。</target>
</trans-unit>
<trans-unit id="addAccountFailedMessage">
<source xml:lang="en">{0}</source>
<target state="new">{0}</target>
<target state="translated">{0}</target>
</trans-unit>
<trans-unit id="loggingIn">
<source xml:lang="en">Adding account...</source>
@@ -8045,6 +8045,14 @@ Error Message: 1</source>
</file>
<file original="src/sql/workbench/services/executionPlan/common/executionPlanService" source-language="en" datatype="plaintext" target-language="zh-Hans">
<body>
<trans-unit id="executionPlanService.ensureCapabilitiesRegistered">
<source xml:lang="en">Provider with id {0} was not registered after 30 seconds.</source>
<target state="translated">ID 为 {0} 的提供程序在 30 秒后未注册。</target>
</trans-unit>
<trans-unit id="executionPlanService.ensureFileExtensionHandlerRegistered">
<source xml:lang="en">Execution plan provider which supports file format '{0}' was not registered after 30 seconds.</source>
<target state="translated">支持文件格式 "{0}" 的执行计划提供程序在 30 秒后未注册。</target>
</trans-unit>
<trans-unit id="noHandlerRegistered">
<source xml:lang="en">No valid execution plan handler is registered</source>
<target state="translated">未注册有效的执行计划处理程序</target>