LEGO: check in for main to temporary branch. (#15478)

This commit is contained in:
csigs
2021-05-14 09:37:36 -07:00
committed by GitHub
parent c1317e520e
commit 12e0f24ef8
16 changed files with 343 additions and 1 deletions

View File

@@ -2061,6 +2061,9 @@
<Item ItemId=";extensions/schema-compare/out/localizedConstants.schemaCompare.GetConnectionString" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Do you want to connect to {0}?]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[是否要連接到 {0}?]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -2139,24 +2142,36 @@
<Item ItemId=";extensions/schema-compare/out/localizedConstants.schemaCompare.cannotExcludeMessage" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Cannot exclude {0}. Included dependents exist]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[無法排除 {0}。包含的相依性已存在]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";extensions/schema-compare/out/localizedConstants.schemaCompare.cannotExcludeMessageWithDependent" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Cannot exclude {0}. Included dependents exist, such as {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[無法排除 {0}。包含的相依性已存在,例如 {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";extensions/schema-compare/out/localizedConstants.schemaCompare.cannotIncludeMessage" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Cannot include {0}. Excluded dependents exist]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[無法包含 {0}。排除的相依性已存在]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";extensions/schema-compare/out/localizedConstants.schemaCompare.cannotIncludeMessageWithDependent" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Cannot include {0}. Excluded dependents exist, such as {1}]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[不無法包含 {0}。排除的相依性已存在,例如 {1}]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -2226,6 +2241,9 @@
<Item ItemId=";extensions/schema-compare/out/localizedConstants.schemaCompare.differencesTableTitle" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Comparison between Source and Target]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[來源和目標之間的比較]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -2286,6 +2304,9 @@
<Item ItemId=";extensions/schema-compare/out/localizedConstants.schemaCompare.includeExcludeInfoMessage" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Please note that include/exclude operations can take a moment to calculate affected dependencies]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[請注意,包含/排除作業可能需要一些時間來計算受影響的相依性]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -2391,18 +2412,27 @@
<Item ItemId=";extensions/schema-compare/out/localizedConstants.schemaCompare.selectConnection" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Select connection]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[選取連線]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";extensions/schema-compare/out/localizedConstants.schemaCompare.selectSourceFile" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Select source file]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[選取來源檔案]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";extensions/schema-compare/out/localizedConstants.schemaCompare.selectTargetFile" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Select target file]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[選取目標檔案]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -2643,6 +2673,9 @@
<Item ItemId=";extensions/schema-compare/out/localizedConstants.schemaCompareDialog.sourceTextBox" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Source file]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[原始程式檔]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -2667,6 +2700,9 @@
<Item ItemId=";extensions/schema-compare/out/localizedConstants.schemaCompareDialog.targetTextBox" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Target file]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[目標檔案]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>