[Loc] update to fr, ja, ko, zh-hans, and zh-hant xlfs (#1525)

This commit is contained in:
Alex Ma
2022-06-01 14:23:56 -07:00
committed by GitHub
parent 63bef2b904
commit 9a341c6bd9
5 changed files with 23 additions and 23 deletions

View File

@@ -3701,22 +3701,22 @@
<value>是計算的</value>
</data>
<data name="TableColumnIsComputedDescription" xml:space="preserve">
<value>Specifies whether the column is a computed column</value>
<value>指定資料行是否計算資料行</value>
</data>
<data name="TableColumnIsComputedPersistedTitle" xml:space="preserve">
<value>Is Persisted</value>
<value>為永續性</value>
</data>
<data name="TableColumnIsComputedPersistedDescription" xml:space="preserve">
<value>Whether the computed column is saved with the data source</value>
<value>計算結果欄是否與資料來源一起儲存</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>
<value>計算資料行能否有 NULL 值 (只有當資料行為永續性,才能指定非 NULL)</value>
</data>
<data name="TableColumnComputedFormulaDescription" xml:space="preserve">
<value>Formula that the column uses if it is a computed column</value>
<value>計算資料行所使用的公式</value>
</data>
<data name="TableColumnComputedFormulaTitle" xml:space="preserve">
<value>公式</value>