mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
[Loc] changes to xlf and resx files for 5/26/2022 (#1517)
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user