[Loc] changes to xlf and resx files for 5/26/2022 (#1517)

This commit is contained in:
Alex Ma
2022-05-26 14:51:05 -07:00
committed by GitHub
parent 45cb5f28fd
commit f6068e28db
20 changed files with 730 additions and 10 deletions

View File

@@ -3694,4 +3694,31 @@
<data name="ParallelismOverlayTooltip" xml:space="preserve">
<value>并行执行</value>
</data>
<data name="TableColumnComputedGroupTitle" xml:space="preserve">
<value>计算列规范</value>
</data>
<data name="TableColumnIsComputedTitle" xml:space="preserve">
<value>计算</value>
</data>
<data name="TableColumnIsComputedDescription" xml:space="preserve">
<value>Specifies whether the column is a computed column</value>
</data>
<data name="TableColumnIsComputedPersistedTitle" xml:space="preserve">
<value>是持久的</value>
</data>
<data name="TableColumnIsComputedPersistedDescription" xml:space="preserve">
<value>Whether the computed column is saved with the data source</value>
</data>
<data name="TableColumnIsComputedPersistedNullableTitle" xml:space="preserve">
<value>是持久可以为 Null 的</value>
</data>
<data name="TableColumnIsComputedPersistedNullableDescription" xml:space="preserve">
<value>Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted)</value>
</data>
<data name="TableColumnComputedFormulaDescription" xml:space="preserve">
<value>Formula that the column uses if it is a computed column</value>
</data>
<data name="TableColumnComputedFormulaTitle" xml:space="preserve">
<value>公式</value>
</data>
</root>