[Loc] changes to xlfs for 8/29/2022 (#1661)

This commit is contained in:
Alex Ma
2022-08-29 16:55:08 -07:00
committed by GitHub
parent 3885c8f680
commit 3f7e960534
10 changed files with 290 additions and 0 deletions

View File

@@ -6331,6 +6331,35 @@ The Query Processor estimates that implementing the following index could improv
<target state="translated">ドロップされた台帳ビュー</target>
<note></note>
</trans-unit>
<trans-unit id="SqlProjectModelNotFound">
<source>Could not find SQL model from project: {0}.</source>
<target state="translated">プロジェクトから SQL モデルが見つかりませんでした: {0}。</target>
<note>.
Parameters: 0 - projectUri (string) </note>
</trans-unit>
<trans-unit id="UnsupportedModelType">
<source>Unsupported model type: {0}.</source>
<target state="translated">サポートされていないモデルの種類: {0}。</target>
<note>.
Parameters: 0 - type (string) </note>
</trans-unit>
<trans-unit id="GetUserDefinedObjectsFromModelFailed">
<source>Failed to get user defined objects from model.</source>
<target state="translated">モデルからユーザー定義オブジェクトを取得できませんでした。</target>
<note></note>
</trans-unit>
<trans-unit id="ComputedColumnNeedToBePersistedAndNotNullInPrimaryKeyRuleDescription">
<source>The computed column with name '{0}' has to be persisted and not nullable to be part of a primary key.</source>
<target state="translated">"{0}' という名前の計算列は永続化する必要があり、主キーの一部として null 許容されません。</target>
<note>.
Parameters: 0 - columnName (string) </note>
</trans-unit>
<trans-unit id="ComputedColumnNeedToBePersistedInForeignKeyRuleDescription">
<source>The computed column with name '{0}' has to be persisted to be part of the foreign key '{1}'.</source>
<target state="translated">'{0}' という名前の計算列は、外部キー '{1}' の一部として保持する必要があります。</target>
<note>.
Parameters: 0 - columnName (string), 1 - foreignKeyName (string) </note>
</trans-unit>
</body>
</file>
</xliff>