LEGO: Merge pull request 1331

LEGO: Merge pull request 1331
This commit is contained in:
csigs
2021-12-04 08:33:27 -08:00
committed by GitHub
parent d33095ce68
commit ec5d5c86bf
26 changed files with 510 additions and 23 deletions

View File

@@ -139,6 +139,9 @@
<Item ItemId=";EE_BatchExecutionInfo_RowsAffected" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[({0} row(s) affected)]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[({0} 個資料列受影響)]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -262,6 +265,9 @@
<Item ItemId=";SqlCmd_FailedInclude" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Could not find included file {0}.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[找不到包含的檔案 {0}。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -277,6 +283,9 @@
<Item ItemId=";SqlCmd_PathLong" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Path too long.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[路徑太長。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>