[Loc] update to xlfs 5-27-2022 (#1520)

This commit is contained in:
Alex Ma
2022-05-27 10:11:49 -07:00
committed by GitHub
parent df6283e721
commit 1ed6c132a4
5 changed files with 23 additions and 23 deletions

View File

@@ -6035,17 +6035,17 @@ The Query Processor estimates that implementing the following index could improv
</trans-unit>
<trans-unit id="TableColumnIsComputedDescription">
<source>Specifies whether the column is a computed column</source>
<target state="new">Specifies whether the column is a computed column</target>
<target state="translated">指定資料行是否計算資料行</target>
<note></note>
</trans-unit>
<trans-unit id="TableColumnIsComputedPersistedTitle">
<source>Is Persisted</source>
<target state="translated">Is Persisted</target>
<target state="translated">為永續性</target>
<note></note>
</trans-unit>
<trans-unit id="TableColumnIsComputedPersistedDescription">
<source>Whether the computed column is saved with the data source</source>
<target state="new">Whether the computed column is saved with the data source</target>
<target state="translated">計算結果欄是否與資料來源一起儲存</target>
<note></note>
</trans-unit>
<trans-unit id="TableColumnIsComputedPersistedNullableTitle">
@@ -6055,12 +6055,12 @@ The Query Processor estimates that implementing the following index could improv
</trans-unit>
<trans-unit id="TableColumnIsComputedPersistedNullableDescription">
<source>Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted)</source>
<target state="new">Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted)</target>
<target state="translated">計算資料行能否有 NULL 值 (只有當資料行為永續性,才能指定非 NULL)</target>
<note></note>
</trans-unit>
<trans-unit id="TableColumnComputedFormulaDescription">
<source>Formula that the column uses if it is a computed column</source>
<target state="new">Formula that the column uses if it is a computed column</target>
<target state="translated">計算資料行所使用的公式</target>
<note></note>
</trans-unit>
<trans-unit id="TableColumnComputedFormulaTitle">