LEGO: Merge pull request 2134

LEGO: Merge pull request 2134
This commit is contained in:
CSIGS@microsoft.com
2023-07-09 08:35:36 -07:00
committed by GitHub
parent e8781673c8
commit bfc6ab4a6d
2 changed files with 54 additions and 0 deletions

View File

@@ -7966,6 +7966,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";PropertyNotInitialized" ItemType="0" PsrId="308" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Property '{0}' was set before initialization.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['{0}' 속성이 초기화 전에 설정되었습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProxyAccountNotFound" ItemType="0" PsrId="308" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Proxy account '{0}' does not exist on the server.]]></Val>
@@ -11845,6 +11854,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TableDesignerAlterTablePermissionDenied" ItemType="0" PsrId="308" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ALTER TABLE permission denied for table '{0}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['{0}' 테이블에 대한 ALTER TABLE 권한이 거부되었습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TableDesignerAutoCreateHistoryTableDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Specifies whether the engine should automatically create the history table.]]></Val>
@@ -11941,6 +11959,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TableDesignerCreateTablePermissionDenied" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[CREATE TABLE permission denied in database '{0}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA['{0}' 데이터베이스에서 CREATE TABLE 권한이 거부되었습니다.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TableDesignerDeleteColumnConfirmationMessage" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Removing a column will also remove it from the indexes and foreign keys. Are you sure you want to continue?]]></Val>

View File

@@ -7966,6 +7966,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";PropertyNotInitialized" ItemType="0" PsrId="308" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Property '{0}' was set before initialization.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[属性 "{0}" 是在初始化之前设置的。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";ProxyAccountNotFound" ItemType="0" PsrId="308" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Proxy account '{0}' does not exist on the server.]]></Val>
@@ -11845,6 +11854,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TableDesignerAlterTablePermissionDenied" ItemType="0" PsrId="308" InstFlg="true" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[ALTER TABLE permission denied for table '{0}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[已拒绝对表 "{0}" 的 ALTER TABLE 权限。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TableDesignerAutoCreateHistoryTableDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Specifies whether the engine should automatically create the history table.]]></Val>
@@ -11941,6 +11959,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TableDesignerCreateTablePermissionDenied" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[CREATE TABLE permission denied in database '{0}'.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[已拒绝 CREATE TABLE 数据库 "{0}" 中的权限。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TableDesignerDeleteColumnConfirmationMessage" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Removing a column will also remove it from the indexes and foreign keys. Are you sure you want to continue?]]></Val>