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>