Langpack source files update for November release (main branch PR) (#21147)

* updated localized XLFS

* update to langpack source files
This commit is contained in:
Alex Ma
2022-11-07 16:23:29 -08:00
committed by GitHub
parent 87574053e0
commit aebceb8c16
260 changed files with 17115 additions and 6604 deletions

View File

@@ -426,6 +426,26 @@
<source xml:lang="en">Don't use profile</source>
<target state="translated">不要使用設定檔</target>
</trans-unit>
<trans-unit id="downloadError">
<source xml:lang="en">Download error</source>
<target state="translated">下載錯誤</target>
</trans-unit>
<trans-unit id="downloadProgress">
<source xml:lang="en">Download progress</source>
<target state="translated">下載進度</target>
</trans-unit>
<trans-unit id="downloading">
<source xml:lang="en">Downloading</source>
<target state="translated">正在下載</target>
</trans-unit>
<trans-unit id="downloadingDacFxDlls">
<source xml:lang="en">Downloading Microsoft.Build.Sql nuget to get build DLLs</source>
<target state="translated">正在下載 Microsoft.Build.Sql Nuget 以取得組建 DLL</target>
</trans-unit>
<trans-unit id="downloadingFromTo">
<source xml:lang="en">Downloading from {0} to {1}</source>
<target state="translated">正在從 {0} 下載到 {1}</target>
</trans-unit>
<trans-unit id="edgeEulaAgreementTitle">
<source xml:lang="en">Microsoft Azure SQL Edge License Agreement</source>
<target state="translated">Microsoft Azure SQL Edge 授權合約</target>
@@ -506,6 +526,14 @@
<source xml:lang="en">The project is already up to date with the database.</source>
<target state="translated">專案已經與資料庫一起更新。</target>
</trans-unit>
<trans-unit id="errorDownloading">
<source xml:lang="en">Error downloading {0}. Error: {1}</source>
<target state="translated">下載 {0} 時發生錯誤。錯誤: {1}</target>
</trans-unit>
<trans-unit id="errorExtracting">
<source xml:lang="en">Error extracting files from {0}. Error: {1}</source>
<target state="translated">從 {0} 擷取檔案時發生錯誤。錯誤: {1}</target>
</trans-unit>
<trans-unit id="errorFindingBuildFilesLocation">
<source xml:lang="en">Error finding build files location: {0}</source>
<target state="translated">尋找組建檔案位置時發生錯誤: {0}</target>
@@ -514,6 +542,10 @@
<source xml:lang="en">Error trying to read {0} of project '{1}'</source>
<target state="translated">嘗試讀取專案 '{1}' 的 {0} 時發生錯誤</target>
</trans-unit>
<trans-unit id="errorRetrievingBuildFiles">
<source xml:lang="en">Could not build project. Error retrieving files needed to build.</source>
<target state="translated">無法建置專案。擷取建置所需檔案時發生錯誤。</target>
</trans-unit>
<trans-unit id="eulaAgreementTemplate">
<source xml:lang="en">I accept the {0}.</source>
<note>The placeholders are contents of the line and should not be translated.</note>
@@ -556,6 +588,10 @@
<source xml:lang="en">Target information for extract is required to create database project.</source>
<target state="translated">需要供解壓縮的目標資訊才能建立資料庫專案。</target>
</trans-unit>
<trans-unit id="extractingDacFxDlls">
<source xml:lang="en">Extracting DacFx build DLLs to {0}</source>
<target state="translated">正在將 DacFx 組建 DLL 解壓縮至 {0}</target>
</trans-unit>
<trans-unit id="file">
<source xml:lang="en">File</source>
<target state="translated">檔案</target>
@@ -620,6 +656,10 @@
<source xml:lang="en">hr</source>
<target state="translated">小時</target>
</trans-unit>
<trans-unit id="imageTag">
<source xml:lang="en">Image tag</source>
<target state="translated">映像標籤</target>
</trans-unit>
<trans-unit id="importElements">
<source xml:lang="en">Import Elements</source>
<target state="translated">匯入元素</target>
@@ -628,6 +668,14 @@
<source xml:lang="en">Include</source>
<target state="translated">包括</target>
</trans-unit>
<trans-unit id="includePermissionsInProject">
<source xml:lang="en">Include permissions in project</source>
<target state="translated">在專案中包含權限</target>
</trans-unit>
<trans-unit id="includePermissionsLabel">
<source xml:lang="en">Include permissions</source>
<target state="translated">包含權限</target>
</trans-unit>
<trans-unit id="installGlobally">
<source xml:lang="en">Install globally</source>
<target state="translated">全域安裝</target>
@@ -1392,6 +1440,10 @@
<source xml:lang="en">Generate SQL Project from OpenAPI/Swagger spec</source>
<target state="translated">透過 OpenAPI/Swagger 規格產生 SQL 專案</target>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.microsoftBuildSqlVersion">
<source xml:lang="en">Which version of Microsoft.Build.Sql SDK to use for building legacy sql projects. Example: 0.1.3-preview</source>
<target state="translated">要用於建置舊版 SQL 專案的 Microsoft.Build.Sql SDK 版本。範例: 0.1.3-預覽</target>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.netCoreDoNotAsk">
<source xml:lang="en">Whether to prompt the user to install .NET Core when not detected.</source>
<target state="translated">是否在未偵測到時提示使用者安裝 .NET Core。</target>