LEGO: Merge pull request 2133

LEGO: Merge pull request 2133
This commit is contained in:
CSIGS@microsoft.com
2023-07-08 08:38:10 -07:00
committed by GitHub
parent e14828e0d4
commit e8781673c8
8 changed files with 216 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>