Update for Language XLFs for August Release (#16522)

This commit is contained in:
Alex Ma
2021-08-02 10:38:54 -07:00
committed by GitHub
parent 3af2b4a13d
commit 373a519f25
60 changed files with 1600 additions and 590 deletions

View File

@@ -748,13 +748,17 @@
<source xml:lang="en">Reset Password</source>
<target state="translated">重置密码</target>
</trans-unit>
<trans-unit id="arc.addExtensions">
<source xml:lang="en">Add extensions</source>
<target state="translated">加扩展</target>
<trans-unit id="arc.loadExtensions">
<source xml:lang="en">Load extensions</source>
<target state="translated">加扩展</target>
</trans-unit>
<trans-unit id="arc.dropExtensions">
<source xml:lang="en">Drop extensions</source>
<target state="translated">放置扩展</target>
<trans-unit id="arc.unloadExtensions">
<source xml:lang="en">Unload extensions</source>
<target state="translated">上传扩展</target>
</trans-unit>
<trans-unit id="arc.noExtensions">
<source xml:lang="en">No extensions listed in configuration.</source>
<target state="translated">配置中未列出任何扩展。</target>
</trans-unit>
<trans-unit id="arc.openInAzurePortal">
<source xml:lang="en">Open in Azure Portal</source>
@@ -868,6 +872,10 @@
<source xml:lang="en">Service endpoints</source>
<target state="translated">服务终结点</target>
</trans-unit>
<trans-unit id="arc.serviceEndpointsTable">
<source xml:lang="en">Service endpoints table</source>
<target state="translated">服务终结点表</target>
</trans-unit>
<trans-unit id="arc.databases">
<source xml:lang="en">Databases</source>
<target state="translated">数据库</target>
@@ -1388,6 +1396,14 @@
<source xml:lang="en">Select a pod in the dropdown below for detailed health information.</source>
<target state="translated">请在下面的下拉列表中选择一个 Pod以获取详细的运行状况信息。</target>
</trans-unit>
<trans-unit id="arc.podsUsedDescriptionAria">
<source xml:lang="en">Select a pod in the dropdown below for detailed health information</source>
<target state="translated">请在下面的下拉列表中选择一个 Pod以获取详细的运行状况信息</target>
</trans-unit>
<trans-unit id="arc.podConditionsTable">
<source xml:lang="en">Pod conditions table</source>
<target state="translated">Pod 条件表</target>
</trans-unit>
<trans-unit id="arc.connectToPostgresDescription">
<source xml:lang="en">A connection to the server is required to show and set database engine settings, which will require the PostgreSQL Extension to be installed.</source>
<target state="translated">要显示和设置数据库引擎设置,需要连接到服务器,这将需要安装 PostgreSQL 扩展。</target>
@@ -1496,6 +1512,11 @@
<source xml:lang="en">Updated {0}</source>
<target state="translated">已更新的 {0}</target>
</trans-unit>
<trans-unit id="arc.connectionString">
<source xml:lang="en">Connection string for {0}</source>
<note>{0} is the name of the type of connection string (e.g. Java)</note>
<target state="translated">{0} 的连接字符串</target>
</trans-unit>
<trans-unit id="arc.copyConnectionStringToClipboard">
<source xml:lang="en">Copy {0} Connection String to clipboard</source>
<note>{0} is the name of the type of connection string (e.g. Java)</note>

View File

@@ -718,8 +718,8 @@
<file original="extensions/azurecore/dist/azureResource/providers/azuremonitor/azuremonitorTreeDataProvider" source-language="en" datatype="plaintext" target-language="zh-Hans">
<body>
<trans-unit id="azure.resource.providers.AzureMonitorContainerLabel">
<source xml:lang="en">Azure Monitor Workspace</source>
<target state="translated">Azure Monitor 工作区</target>
<source xml:lang="en">Azure Monitor Logs workspace</source>
<target state="translated">Azure Monitor 日志工作区</target>
</trans-unit>
</body>
</file>
@@ -777,7 +777,7 @@
<body>
<trans-unit id="azure.resource.providers.postgresArcServer.treeDataProvider.postgresServerContainerLabel">
<source xml:lang="en">PostgreSQL Hyperscale Azure Arc</source>
<target state="translated">超大规模 PostgreSQL Azure Arc</target>
<target state="translated">PostgreSQL 超大规模 Azure Arc</target>
</trans-unit>
</body>
</file>

View File

@@ -974,14 +974,6 @@
</trans-unit>
</body>
</file>
<file original="extensions/resource-deployment/dist/ui/notebookWizard/notebookWizardPage" source-language="en" datatype="plaintext" target-language="zh-Hans">
<body>
<trans-unit id="wizardPage.ValidationError">
<source xml:lang="en">There are some errors on this page, click 'Show Details' to view the errors.</source>
<target state="translated">此页面上存在一些错误,请单击“显示详细信息”以查看错误。</target>
</trans-unit>
</body>
</file>
<file original="extensions/resource-deployment/dist/ui/deploymentInputDialog" source-language="en" datatype="plaintext" target-language="zh-Hans">
<body>
<trans-unit id="deploymentDialog.OpenNotebook">
@@ -1412,10 +1404,6 @@
<source xml:lang="en">Password</source>
<target state="translated">密码</target>
</trans-unit>
<trans-unit id="deployCluster.ValidationError">
<source xml:lang="en">There are some errors on this page, click 'Show Details' to view the errors.</source>
<target state="translated">此页面上存在一些错误,请单击“显示详细信息”以查看错误。</target>
</trans-unit>
</body>
</file>
<file original="extensions/resource-deployment/dist/ui/deployClusterWizard/pages/serviceSettingsPage" source-language="en" datatype="plaintext" target-language="zh-Hans">

View File

@@ -762,8 +762,8 @@
<target state="translated">从项目 {0} 到项目 {1} 的循环引用</target>
</trans-unit>
<trans-unit id="mssqlNotFound">
<source xml:lang="en">Could not get mssql extension's install location at {0}</source>
<target state="translated">无法在 {0} 获取 mssql 扩展的安装位置</target>
<source xml:lang="en">Could not get SQL Tools Service install location at {0}</source>
<target state="translated">无法在 {0} 获取 SQL Tools Service 安装位置</target>
</trans-unit>
<trans-unit id="projBuildFailed">
<source xml:lang="en">Build failed. Check output pane for more details. {0}</source>

View File

@@ -36,31 +36,31 @@
</trans-unit>
<trans-unit id="migration-context-menu-category">
<source xml:lang="en">Migration Context Menu</source>
<target state="new">Migration Context Menu</target>
<target state="translated">迁移上下文菜单</target>
</trans-unit>
<trans-unit id="complete-cutover-menu">
<source xml:lang="en">Complete cutover</source>
<target state="new">Complete cutover</target>
<target state="translated">完成直接转换</target>
</trans-unit>
<trans-unit id="database-details-menu">
<source xml:lang="en">Database details</source>
<target state="new">Database details</target>
<target state="translated">数据库详细信息</target>
</trans-unit>
<trans-unit id="view-target-menu">
<source xml:lang="en">Azure SQL Target details</source>
<target state="new">Azure SQL Target details</target>
<target state="translated">Azure SQL 目标详细信息</target>
</trans-unit>
<trans-unit id="view-service-menu">
<source xml:lang="en">Dataase Migration Service details</source>
<target state="new">Dataase Migration Service details</target>
<target state="translated">数据迁移服务详细信息</target>
</trans-unit>
<trans-unit id="copy-migration-menu">
<source xml:lang="en">Copy migration details</source>
<target state="new">Copy migration details</target>
<target state="translated">复制迁移详细信息</target>
</trans-unit>
<trans-unit id="cancel-migration-menu">
<source xml:lang="en">Cancel migration</source>
<target state="new">Cancel migration</target>
<target state="translated">取消迁移</target>
</trans-unit>
</body>
</file>
@@ -74,6 +74,10 @@
<source xml:lang="en">SQL Source Configuration</source>
<target state="translated">SQL 源配置</target>
</trans-unit>
<trans-unit id="sql.migration.assessments.blocking.issue">
<source xml:lang="en">This is a blocking issue that will prevent the database migration from succeeding.</source>
<target state="new">This is a blocking issue that will prevent the database migration from succeeding.</target>
</trans-unit>
<trans-unit id="sql.migration.assessments.progress">
<source xml:lang="en">Assessments Progress</source>
<target state="translated">评估进度</target>
@@ -186,13 +190,25 @@ This may take some time.</source>
<target state="translated">我们已完成对 SQL Server 实例“{0}”的评估。</target>
</trans-unit>
<trans-unit id="sql.migration.assessment">
<source xml:lang="en">Assessment Dialog for '{0}'</source>
<target state="translated">“{0}”的评估对话框</target>
<source xml:lang="en">Assessment results for '{0}'</source>
<target state="new">Assessment results for '{0}'</target>
</trans-unit>
<trans-unit id="sql.migration.can.be.migrated">
<source xml:lang="en">{0} out of {1} databases can be migrated</source>
<target state="translated">可以迁移 {1} 个数据库中的 {0} 个</target>
</trans-unit>
<trans-unit id="sql.migration.assessment.migration.warning">
<source xml:lang="en">Databases that are not ready for migration to Azure SQL Managed Instance can be migrated to SQL Server on Azure Virtual Machines.</source>
<target state="new">Databases that are not ready for migration to Azure SQL Managed Instance can be migrated to SQL Server on Azure Virtual Machines.</target>
</trans-unit>
<trans-unit id="sql.migration.databases.table.title">
<source xml:lang="en">Databases</source>
<target state="new">Databases</target>
</trans-unit>
<trans-unit id="sql.migration.sql.server.instance">
<source xml:lang="en">SQL Server Instance</source>
<target state="new">SQL Server Instance</target>
</trans-unit>
<trans-unit id="sql.migration.wizard.account.title">
<source xml:lang="en">Azure Account</source>
<target state="translated">Azure 帐户</target>
@@ -227,7 +243,7 @@ This may take some time.</source>
</trans-unit>
<trans-unit id="azure.accounts.accountAccessError">
<source xml:lang="en">An error occurred while accessing the selected account '{0}'. Please click the 'Link Account' button and refresh the account or select a different account. Error '{1}'</source>
<target state="new">An error occurred while accessing the selected account '{0}'. Please click the 'Link Account' button and refresh the account or select a different account. Error '{1}'</target>
<target state="translated">访问所选帐户 "{0}" 时出错。请单击“链接帐户”按钮并刷新帐户或选择其他帐户。错误 "{1}"</target>
</trans-unit>
<trans-unit id="sql.migration.database.page.title">
<source xml:lang="en">Database Backup</source>
@@ -393,6 +409,10 @@ This may take some time.</source>
<source xml:lang="en">No blob containers found</source>
<target state="translated">找不到任何 blob 容器</target>
</trans-unit>
<trans-unit id="sql.migration.no.blobFiles.found">
<source xml:lang="en">No blob files found</source>
<target state="new">No blob files found</target>
</trans-unit>
<trans-unit id="sql.migration.invalid.subscription.error">
<source xml:lang="en">Please select a valid subscription to proceed.</source>
<target state="translated">请选择有效的订阅以继续。</target>
@@ -409,9 +429,21 @@ This may take some time.</source>
<source xml:lang="en">Please select a valid file share to proceed.</source>
<target state="translated">请选择有效的文件共享以继续。</target>
</trans-unit>
<trans-unit id="sql.migration.invalid.blobContainer.error">
<source xml:lang="en">Please select a valid blob container to proceed.</source>
<target state="translated">请选择有效的 Blob 容器以继续。</target>
<trans-unit id="sql.migration.invalid.blob.resourceGroup.error">
<source xml:lang="en">Please select a valid resource group for source database '{0}' to proceed.</source>
<target state="new">Please select a valid resource group for source database '{0}' to proceed.</target>
</trans-unit>
<trans-unit id="sql.migration.invalid.blob.storageAccount.error">
<source xml:lang="en">Please select a valid storage account for source database '{0}' to proceed.</source>
<target state="new">Please select a valid storage account for source database '{0}' to proceed.</target>
</trans-unit>
<trans-unit id="sql.migration.invalid.blob.container.error">
<source xml:lang="en">Please select a valid blob container for source database '{0}' to proceed.</source>
<target state="new">Please select a valid blob container for source database '{0}' to proceed.</target>
</trans-unit>
<trans-unit id="sql.migration.invalid.blob.lastBackupFile.error">
<source xml:lang="en">Please select a valid last backup file for source database '{0}' to proceed.</source>
<target state="new">Please select a valid last backup file for source database '{0}' to proceed.</target>
</trans-unit>
<trans-unit id="sql.migration.invalid.network.share.location">
<source xml:lang="en">Invalid network share location format. Example: {0}</source>
@@ -461,6 +493,18 @@ This may take some time.</source>
<source xml:lang="en">Enter the SQL Authentication credential used for connecting to SQL Server Instance {0}. This credential will be used to for connecting to SQL Server instance and identifying valid backup file(s)</source>
<target state="translated">输入用于连接到 SQL Server 实例 {0} 的 SQL 身份验证凭据。​ 此凭据将用于连接到 SQL Server 实例并标识有效的备份文件</target>
</trans-unit>
<trans-unit id="sql.migration.blob.resourceGroup.select">
<source xml:lang="en">Select a resource group value first.</source>
<target state="new">Select a resource group value first.</target>
</trans-unit>
<trans-unit id="sql.migration.blob.storageAccount.select">
<source xml:lang="en">Select a storage account value first.</source>
<target state="new">Select a storage account value first.</target>
</trans-unit>
<trans-unit id="sql.migration.blob.container.select">
<source xml:lang="en">Select a blob container value first.</source>
<target state="new">Select a blob container value first.</target>
</trans-unit>
<trans-unit id="sql.migration.ir.page.title">
<source xml:lang="en">Azure Database Migration Service</source>
<target state="translated">Azure 数据库迁移服务</target>
@@ -513,6 +557,10 @@ This may take some time.</source>
<source xml:lang="en">Please note that any existing Azure Database Migration Service (DMS) in Azure portal will not show up in Azure Data Studio. DMS created in Azure Data Studio will not be visible in Azure portal yet.</source>
<target state="translated">请注意Azure 门户中的任何现有 Azure 数据库迁移服务(DMS)都不会显示在 Azure Data Studio 中。在 Azure Data Studio 中创建的 DMS 在 Azure 门户 中将仍不可见。</target>
</trans-unit>
<trans-unit id="sql.migration.database.migration.service.authentication.keys">
<source xml:lang="en">Database migration service authentication keys</source>
<target state="new">Database migration service authentication keys</target>
</trans-unit>
<trans-unit id="sql.migration.services.dialog.title">
<source xml:lang="en">Create Azure Database Migration Service</source>
<target state="translated">创建 Azure 数据库迁移服务</target>
@@ -689,6 +737,10 @@ This may take some time.</source>
<source xml:lang="en">Learn more</source>
<target state="translated">了解详细信息</target>
</trans-unit>
<trans-unit id="sql.migration.learn.more.pre.reqs">
<source xml:lang="en">Learn more about things you need before starting a migration.</source>
<target state="new">Learn more about things you need before starting a migration.</target>
</trans-unit>
<trans-unit id="sql.migration.subscription">
<source xml:lang="en">Subscription</source>
<target state="translated">订阅</target>
@@ -817,6 +869,10 @@ This may take some time.</source>
<source xml:lang="en">Blob Container</source>
<target state="translated">Blob 容器</target>
</trans-unit>
<trans-unit id="sql.migration.blob.container.last.backup.file.label">
<source xml:lang="en">Last Backup File</source>
<target state="new">Last Backup File</target>
</trans-unit>
<trans-unit id="sql.migration.blob.container.label">
<source xml:lang="en">Blob container resource group</source>
<target state="translated">Blob 容器资源组</target>
@@ -973,10 +1029,6 @@ This may take some time.</source>
<source xml:lang="en">Choose to migrate to Azure SQL</source>
<target state="translated">选择迁移到 Azure SQL</target>
</trans-unit>
<trans-unit id="sql.migration.coming.soon">
<source xml:lang="en">Coming soon</source>
<target state="translated">即将推出</target>
</trans-unit>
<trans-unit id="sql.migration.show.status">
<source xml:lang="en">Show status</source>
<target state="translated">显示状态</target>
@@ -1031,7 +1083,7 @@ This may take some time.</source>
</trans-unit>
<trans-unit id="sql.migration.migration.status">
<source xml:lang="en">Migration Status</source>
<target state="new">Migration Status</target>
<target state="translated">迁移状态</target>
</trans-unit>
<trans-unit id="sql.migration.migration.status.filter">
<source xml:lang="en">Migration status filter</source>
@@ -1155,11 +1207,11 @@ This may take some time.</source>
</trans-unit>
<trans-unit id="sql.migration.cannot.cancel">
<source xml:lang="en">Migration is not in progress and cannot be cancelled.</source>
<target state="new">Migration is not in progress and cannot be cancelled.</target>
<target state="translated">迁移未进行,无法取消。</target>
</trans-unit>
<trans-unit id="sql.migration.cannot.cutover">
<source xml:lang="en">Migration is not in progress and cannot be cutover.</source>
<target state="new">Migration is not in progress and cannot be cutover.</target>
<target state="translated">迁移未进行,无法直接转换。</target>
</trans-unit>
<trans-unit id="sql.migration.search.for.migration">
<source xml:lang="en">Search for migrations</source>
@@ -1215,7 +1267,7 @@ This may take some time.</source>
</trans-unit>
<trans-unit id="sql.migration.status.error.count.some">
<source xml:lang="en">{0} (</source>
<target state="new">{0} (</target>
<target state="translated">{0} (</target>
</trans-unit>
<trans-unit id="sql.migration.status.error.count.none">
<source xml:lang="en">{0}</source>
@@ -1223,43 +1275,43 @@ This may take some time.</source>
</trans-unit>
<trans-unit id="sql.migration.status.inprogress">
<source xml:lang="en">In progress</source>
<target state="new">In progress</target>
<target state="translated">进行中</target>
</trans-unit>
<trans-unit id="sql.migration.status.succeeded">
<source xml:lang="en">Succeeded</source>
<target state="new">Succeeded</target>
<target state="translated">成功</target>
</trans-unit>
<trans-unit id="sql.migration.status.creating">
<source xml:lang="en">Creating</source>
<target state="new">Creating</target>
<target state="translated">正在创建</target>
</trans-unit>
<trans-unit id="sql.migration.status.completing">
<source xml:lang="en">Completing</source>
<target state="new">Completing</target>
<target state="translated">正在完成</target>
</trans-unit>
<trans-unit id="sql.migration.status.cancelling">
<source xml:lang="en">Cancelling</source>
<target state="new">Cancelling</target>
<trans-unit id="sql.migration.status.canceling">
<source xml:lang="en">Canceling</source>
<target state="translated">正在取消</target>
</trans-unit>
<trans-unit id="sql.migration.status.failed">
<source xml:lang="en">Failed</source>
<target state="new">Failed</target>
<target state="translated">失败</target>
</trans-unit>
<trans-unit id="sql.migration.status.warning.count.single">
<source xml:lang="en">{0} Warning)</source>
<target state="new">{0} Warning)</target>
<target state="translated">{0} 个警告)</target>
</trans-unit>
<trans-unit id="sql.migration.status.warning.count.multiple">
<source xml:lang="en">{0} Warnings)</source>
<target state="new">{0} Warnings)</target>
<target state="translated">{0} 条警告)</target>
</trans-unit>
<trans-unit id="sql.migration.status.error.count.single">
<source xml:lang="en">{0} Error)</source>
<target state="new">{0} Error)</target>
<target state="translated">{0} 个错误)</target>
</trans-unit>
<trans-unit id="sql.migration.status.error.count.multiple">
<source xml:lang="en">{0} Errors)</source>
<target state="new">{0} Errors)</target>
<target state="translated">{0} 个错误)</target>
</trans-unit>
<trans-unit id="sql.migration.hrs">
<source xml:lang="en">{0} hrs</source>
@@ -1333,6 +1385,26 @@ This may take some time.</source>
<source xml:lang="en">Username</source>
<target state="translated">用户名</target>
</trans-unit>
<trans-unit id="sql.migration.size">
<source xml:lang="en">Size (MB)</source>
<target state="translated">大小(MB)</target>
</trans-unit>
<trans-unit id="sql.migration.last.backup">
<source xml:lang="en">Last backup</source>
<target state="translated">上次备份</target>
</trans-unit>
<trans-unit id="sql.migration.database.migration">
<source xml:lang="en">Databases for migration</source>
<target state="translated">要迁移的数据库</target>
</trans-unit>
<trans-unit id="sql.migrate.text">
<source xml:lang="en">Select database(s) that you want to migrate to Azure SQL</source>
<target state="translated">选择要迁移到 Azure SQL 的数据库</target>
</trans-unit>
<trans-unit id="sql.migration.offline.caps">
<source xml:lang="en">OFFLINE</source>
<target state="translated">脱机</target>
</trans-unit>
<trans-unit id="sql.migration.issues">
<source xml:lang="en">Issues</source>
<target state="translated">问题</target>
@@ -1417,6 +1489,10 @@ This may take some time.</source>
<source xml:lang="en">Databases ({0}/{1})</source>
<target state="translated">数据库({0}/{1})</target>
</trans-unit>
<trans-unit id="sql.migration.databases.selected">
<source xml:lang="en">{0}/{1} Databases Selected</source>
<target state="translated">已选择 {0}/{1} 个数据库</target>
</trans-unit>
<trans-unit id="sql.migration.issues.count">
<source xml:lang="en">Issues ({0})</source>
<target state="translated">问题({0})</target>
@@ -1439,7 +1515,7 @@ This may take some time.</source>
</trans-unit>
<trans-unit id="sql.migration.status.refresh.label">
<source xml:lang="en">Refresh</source>
<target state="new">Refresh</target>
<target state="translated">刷新</target>
</trans-unit>
<trans-unit id="sql.migration.auto.refresh.off">
<source xml:lang="en">Auto Refresh: Off</source>

View File

@@ -32,6 +32,18 @@
</trans-unit>
</body>
</file>
<file original="src/sql/base/browser/ui/propertiesContainer/togglePropertiesAction" source-language="en" datatype="plaintext" target-language="zh-Hans">
<body>
<trans-unit id="hideProperties">
<source xml:lang="en">Hide properties</source>
<target state="translated">隐藏属性</target>
</trans-unit>
<trans-unit id="showProperties">
<source xml:lang="en">Show Properties</source>
<target state="translated">显示属性</target>
</trans-unit>
</body>
</file>
<file original="src/sql/base/browser/ui/selectBox/selectBox" source-language="en" datatype="plaintext" target-language="zh-Hans">
<body>
<trans-unit id="alertErrorMessage">
@@ -4037,6 +4049,10 @@ Error: {1}</source>
<source xml:lang="en">The maximum number of changes stored in the undo history for the notebook Rich Text editor.</source>
<target state="translated">笔记本格式文本编辑器的撤消历史记录中存储的最大更改数。</target>
</trans-unit>
<trans-unit id="notebook.useAbsoluteFilePaths">
<source xml:lang="en">Use absolute file paths when linking to other notebooks.</source>
<target state="new">Use absolute file paths when linking to other notebooks.</target>
</trans-unit>
<trans-unit id="searchConfigurationTitle">
<source xml:lang="en">Search Notebooks</source>
<target state="translated">搜索笔记本</target>