mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-27 18:48:45 -05:00
[Loc] update to fr, ja, ko, zh-hans, and zh-hant xlfs (#1525)
This commit is contained in:
@@ -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>是持久的</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 值(仅当列为持久列时才能指定 NOT 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>
|
||||
|
||||
Reference in New Issue
Block a user