[Loc] update to sr xlf for 6/20/2022 (#1548)

This commit is contained in:
Alex Ma
2022-06-20 16:51:04 -07:00
committed by GitHub
parent fb5ea303bc
commit a8bf275e04
20 changed files with 1950 additions and 0 deletions

View File

@@ -6068,6 +6068,132 @@ The Query Processor estimates that implementing the following index could improv
<target state="translated">公式</target>
<note></note>
</trans-unit>
<trans-unit id="IndexMustHaveColumnsRuleDescription">
<source>Index '{0}' does not have any columns associated with it.</source>
<target state="translated">索引 '{0}' 沒有任何相關聯的資料行。</target>
<note>.
Parameters: 0 - indexName (string) </note>
</trans-unit>
<trans-unit id="ForeignKeyMustHaveColumnsRuleDescription">
<source>Foreign key '{0}' does not have any columns specified.</source>
<target state="translated">外部索引鍵 '{0}' 未指定任何資料行。</target>
<note>.
Parameters: 0 - foreignKeyName (string) </note>
</trans-unit>
<trans-unit id="ColumnCanOnlyAppearOnceInIndexRuleDescription">
<source>Column with name '{0}' has already been added to the index '{1}'. Row number: {2}.</source>
<target state="translated">名稱為 '{0}' 的資料行已新增至索引 '{1}'。列號: {2}。</target>
<note>.
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int) </note>
</trans-unit>
<trans-unit id="ColumnCanOnlyAppearOnceInForeignKeyRuleDescription">
<source>Column with name '{0}' has already been added to the foreign key '{1}'. Row number: {2}.</source>
<target state="translated">名稱為 '{0}' 的資料行已新增至外部索引鍵 '{1}'。列號: {2}。</target>
<note>.
Parameters: 0 - columnName (string), 1 - foreignKeyName (string), 2 - rowNumber (int) </note>
</trans-unit>
<trans-unit id="ColumnCanOnlyAppearOnceInForeignKeyRuleForeignColumnDescription">
<source>Foreign column with name '{0}' has already been added to the foreign key '{1}'. Row number: {2}.</source>
<target state="translated">名稱為 '{0}' 的外部索引鍵資料行已新增至外部索引鍵 '{1}'。列號: {2}。</target>
<note>.
Parameters: 0 - columnName (string), 1 - foreignKeyName (string), 2 - rowNumber (int) </note>
</trans-unit>
<trans-unit id="NoDuplicateConstraintNameRuleDescription">
<source>The name '{0}' is already used by another constraint. Row number: {1}.</source>
<target state="translated">名稱 '{0}' 已由另一個限制式使用。列號: {1}。</target>
<note>.
Parameters: 0 - constraintName (string), 1 - rowNumber (int) </note>
</trans-unit>
<trans-unit id="NoDuplicateColumnNameRuleDescription">
<source>The name '{0}' is already used by another column. Row number: {1}.</source>
<target state="translated">名稱 '{0}' 已由另一個資料行使用。列號: {1}。</target>
<note>.
Parameters: 0 - columnName (string), 1 - rowNumber (int) </note>
</trans-unit>
<trans-unit id="NoDuplicateIndexNameRuleDescription">
<source>The name '{0}' is already used by another index. Row number: {1}.</source>
<target state="translated">名稱 '{0}' 已由另一個索引使用。列號: {1}。</target>
<note>.
Parameters: 0 - indexName (string), 1 - rowNumber (int) </note>
</trans-unit>
<trans-unit id="EdgeConstraintMustHaveClausesRuleDescription">
<source>Edge constraint '{0}' does not have any clauses specified.</source>
<target state="translated">邊緣限制式 '{0}' 未指定任何子句。</target>
<note>.
Parameters: 0 - name (string) </note>
</trans-unit>
<trans-unit id="EdgeConstraintNoRepeatingClausesRuleDescription">
<source>The pair '{0}' is already defined by another clause in the edge constraint. Row number: {1}.</source>
<target state="translated">配對 '{0}' 已由邊緣限制式中的另一個子句定義。列號: {1}。</target>
<note>.
Parameters: 0 - pair (string), 1 - rowNumber (int) </note>
</trans-unit>
<trans-unit id="MemoryOptimizedTableMustHaveNonClusteredPrimaryKeyRuleDescription">
<source>Memory-optimized table must have non-clustered primary key.</source>
<target state="translated">經記憶體最佳化的資料表必須具有非叢集主索引鍵。</target>
<note></note>
</trans-unit>
<trans-unit id="TemporalTableMustHavePrimaryKeyRuleDescription">
<source>System versioned table must have primary key.</source>
<target state="translated">系統版本資料表必須有主索引鍵。</target>
<note></note>
</trans-unit>
<trans-unit id="TemporalTableMustHavePeriodColumnsRuleDescription">
<source>System versioned table must have the period columns defined.</source>
<target state="translated">由系統設定版本的資料表必須定義週期資料行。</target>
<note></note>
</trans-unit>
<trans-unit id="PeriodColumnsRuleMoreThanOneIssueDescription">
<source>Period columns (Generated Always As Row Start/End) can only be defined once.</source>
<target state="translated">週期資料行 (一律產生為開始/結束) 只能定義一次。</target>
<note></note>
</trans-unit>
<trans-unit id="PeriodColumnsRuleNotMatchIssueDescription">
<source>Period columns (Generated Always As Row Start/End) must be defined as pair. If one is defined, the other must also be defined.</source>
<target state="translated">週期資料行 (一律產生為開始/結束) 必須配對定義。如果定義了一個,也必須定義另一個。</target>
<note></note>
</trans-unit>
<trans-unit id="ColumnsInPrimaryKeyCannotBeNullableRuleDescription">
<source>Columns in primary key cannot be nullable.</source>
<target state="translated">主索引鍵中的資料行不可為 Null。</target>
<note></note>
</trans-unit>
<trans-unit id="OnlyDurableMemoryOptimizedTableCanBeSystemVersionedRuleDescription">
<source>Only durable (DURABILITY = SCHEMA_AND_DATA) memory-optimized tables can be system-versioned.</source>
<target state="translated">只有耐久性 (DURABILITY = SCHEMA_AND_DATA) 經記憶體最佳化的資料表可以由系統設定版本。</target>
<note></note>
</trans-unit>
<trans-unit id="TableMustHaveAtLeastOneColumnRuleDescription">
<source>A table must have at least one non-computed column defined.</source>
<target state="translated">資料表必須至少定義一個非計算資料行。</target>
<note></note>
</trans-unit>
<trans-unit id="MemoryOptimizedTableIdentityColumnRuleDescription">
<source>The use of seed and increment values other than 1 is not supported with memory optimized tables.</source>
<target state="translated">經記憶體最佳化的資料表不支援使用種子和 1 以外的遞增值。</target>
<note></note>
</trans-unit>
<trans-unit id="TableShouldAvoidHavingMultipleEdgeConstraintsRuleDescription">
<source>The table has more than one edge constraint on it. This is only useful as a temporary state when modifying existing edge constraints, and should not be used in other cases.</source>
<target state="translated">資料表上有一個以上的邊緣限制式。這只有在修改現有邊緣限制式時,才可作為暫存狀態,不應該用於其他案例中。</target>
<note></note>
</trans-unit>
<trans-unit id="ColumnCannotBeListedMoreThanOnceInPrimaryKeyRuleDescription">
<source>Cannot use duplicate column names in primary key, column name: {0}</source>
<target state="translated">無法在主索引鍵使用重複的資料行名稱,資料行名稱: {0}</target>
<note>.
Parameters: 0 - columnName (string) </note>
</trans-unit>
<trans-unit id="MemoryOptimizedCannotBeEnabledWhenNotSupportedRuleDescription">
<source>Memory-optimized table is not supported for this database.</source>
<target state="translated">此資料庫不支援經記憶體最佳化的資料表。</target>
<note></note>
</trans-unit>
<trans-unit id="MutipleCreateTableStatementsInScriptRuleDescription">
<source>There are multiple table definitions in the script, only the first table can be edited in the designer.</source>
<target state="translated">指令碼中有多個資料表定義,只能編輯設計工具中第一個資料表。</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>