mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-10 02:02:37 -05:00
[Loc] changes to xlfs for 8/29/2022 (#1661)
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user