Update to localized XLFS (#17372)

This commit is contained in:
Alex Ma
2021-10-15 12:53:28 -07:00
committed by GitHub
parent c368fcab25
commit 7b66acd58b
60 changed files with 2866 additions and 166 deletions

View File

@@ -68,7 +68,7 @@
</trans-unit>
<trans-unit id="addPackageReferenceMessage">
<source xml:lang="en">To use SQL bindings, ensure your Azure Functions project has a reference to {0}</source>
<target state="new">To use SQL bindings, ensure your Azure Functions project has a reference to {0}</target>
<target state="translated">若要使用 SQL 繫結,請確定您的 Azure Functions 專案具有 {0} 參考</target>
</trans-unit>
<trans-unit id="appSettingPrompt">
<source xml:lang="en">Would you like to update Azure Function local.settings.json with the new connection string?</source>
@@ -114,6 +114,10 @@
<source xml:lang="en">Change Target Platform</source>
<target state="translated">變更目標平台</target>
</trans-unit>
<trans-unit id="checkoutOutputMessage">
<source xml:lang="en">Check output pane for more details</source>
<target state="translated">如需詳細資料,請查看輸出窗格</target>
</trans-unit>
<trans-unit id="chooseAction">
<source xml:lang="en">Choose action</source>
<target state="translated">選擇動作</target>
@@ -154,6 +158,10 @@
<source xml:lang="en">Connection string setting specified in "local.settings.json"</source>
<target state="translated">在 "local.settings.json" 中指定的連接字串設定</target>
</trans-unit>
<trans-unit id="containerAlreadyExistForProject">
<source xml:lang="en">Other servers on container already exist for the project. Do you want to delete them?</source>
<target state="translated">容器上的其他伺服器已存在於專案中。要刪除它們嗎?</target>
</trans-unit>
<trans-unit id="createNew">
<source xml:lang="en">Create New</source>
<target state="translated">新建立</target>
@@ -310,10 +318,6 @@
<source xml:lang="en">Failed to open a connection to the deployed database'</source>
<target state="translated">無法開啟與已部署資料庫的連線</target>
</trans-unit>
<trans-unit id="deployProjectSucceed">
<source xml:lang="en">Database project deployed successfully</source>
<target state="translated">已成功部署資料庫專案</target>
</trans-unit>
<trans-unit id="deployScriptExists">
<source xml:lang="en">A {0} script already exists. The new script will not be included in build.</source>
<target state="translated">{0} 指令碼已存在。新指令碼不會包含在組建中。</target>
@@ -564,7 +568,7 @@
</trans-unit>
<trans-unit id="moreInformation">
<source xml:lang="en">More Information</source>
<target state="new">More Information</target>
<target state="translated">詳細資訊</target>
</trans-unit>
<trans-unit id="msec">
<source xml:lang="en">msec</source>
@@ -722,13 +726,17 @@
<source xml:lang="en">Publish project</source>
<target state="translated">發佈專案</target>
</trans-unit>
<trans-unit id="publishProjectSucceed">
<source xml:lang="en">Database project published successfully</source>
<target state="translated">已成功發佈資料庫專案</target>
</trans-unit>
<trans-unit id="publishSettingsFiles">
<source xml:lang="en">Publish Settings File</source>
<target state="translated">發佈設定檔案</target>
</trans-unit>
<trans-unit id="publishToContainerFailed">
<source xml:lang="en">Failed to publish to container. Check output pane for more details. {0}</source>
<target state="translated">無法發容器。如需詳細資料,請查看輸出窗格。 {0}</target>
<source xml:lang="en">Failed to publish to container. {0}</source>
<target state="translated">無法發佈至容器。{0}</target>
</trans-unit>
<trans-unit id="publishToDockerContainer">
<source xml:lang="en">Publish to new server in a container</source>
@@ -738,6 +746,10 @@
<source xml:lang="en">Publish to existing server</source>
<target state="translated">發佈到現有的伺服器</target>
</trans-unit>
<trans-unit id="publishingProjectMessage">
<source xml:lang="en">Publishing project in a container...</source>
<target state="translated">正在發佈容器中的專案...</target>
</trans-unit>
<trans-unit id="referenceRadioButtonsGroupTitle">
<source xml:lang="en">Type</source>
<target state="translated">類型</target>