Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localized file check-in by OneLocBuild Task: Build definition ID 10899: Build ID 22766317 #19081

Merged
merged 2 commits into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,75 +1,75 @@
{
"loc.friendlyName": "下载生成工件",
"loc.helpMarkDown": "",
"loc.description": "下载已作为已完成生成的项目保存的文件",
"loc.instanceNameFormat": "下载生成项目",
"loc.group.displayName.advanced": "高级",
"loc.input.label.buildType": "下载以下作业生成的项目",
"loc.input.help.buildType": "下载当前生所成生成的项目,或从特定的生成下载。",
"loc.input.label.project": "项目",
"loc.input.help.project": "要从中下载生成项目的项目",
"loc.input.label.definition": "生成管道",
"loc.input.help.definition": "选择生成管道名称",
"loc.input.label.specificBuildWithTriggering": "在适当情况下,从触发生成下载项目。",
"loc.input.help.specificBuildWithTriggering": "如果选中,则此生成任务将尝试从触发生成中下载项目。如果没有来自指定管道的触发生成,它将从以下选项中指定的生成中下载项目。",
"loc.input.label.buildVersionToDownload": "要下载的生成版本",
"loc.input.label.allowPartiallySucceededBuilds": "甚至从部分成功的生成下载项目。",
"loc.input.help.allowPartiallySucceededBuilds": "如果选中,则无论生成是成功还是部分成功,此生成任务都将尝试下载项目。",
"loc.input.label.branchName": "分支名称",
"loc.input.help.branchName": "指定为筛选分支/引用名称,例如: ```refs/heads/develop```。",
"loc.input.label.buildId": "生成",
"loc.input.help.buildId": "要从中下载项目的生成",
"loc.input.label.tags": "生成标记",
"loc.input.help.tags": "逗号分隔的标记列表。仅返回具有这些标记的生成。",
"loc.input.label.downloadType": "下载类型",
"loc.input.help.downloadType": "从生成下载特定项目或特定文件。",
"loc.input.label.artifactName": "项目名称",
"loc.input.help.artifactName": "要下载的项目的名称",
"loc.input.label.itemPattern": "匹配模式",
"loc.input.help.itemPattern": "指定要以多行 minimatch 模式下载的文件。[详细信息](https://aka.ms/minimatchexamples)<p>默认模式(\\*\\*)将下载生成中所有项目的所有文件。要下载项目 drop 中的所有文件,请使用 drop/**。</p>",
"loc.input.label.downloadPath": "目标目录",
"loc.input.help.downloadPath": "代理计算机上用于下载项目的路径",
"loc.input.label.cleanDestinationFolder": "清理目标文件夹",
"loc.input.help.cleanDestinationFolder": "在项目下载前删除目标文件夹中的所有现有文件",
"loc.input.label.parallelizationLimit": "并行化限制",
"loc.input.help.parallelizationLimit": "要同时下载的文件数",
"loc.input.label.checkDownloadedFiles": "检查已下载的文件",
"loc.input.help.checkDownloadedFiles": "如果已选中,此内部版本任务将检查是否完全下载所有文件。",
"loc.input.label.retryDownloadCount": "重试计数",
"loc.input.help.retryDownloadCount": "下载失败时,重试下载内部版本项目可选次数。",
"loc.input.label.retryRedirectDownloadCount": "Retry count for redirect download",
"loc.input.help.retryRedirectDownloadCount": "Optional number of times to retry downloading a build artifact if the download based on redirect fails. If your network does not allow following the redirect, you can set this to -1 to always download streamed response from Azure DevOps instead.",
"loc.input.label.extractTars": "提取存储在存档内的所有文件",
"loc.input.help.extractTars": "启用此选项以提取所有具有 .tar 扩展名的下载文件。此操作很有帮助,因为如果要保留 Unix 文件权限,则需要将项目文件打包成存档中。在 PublishBuildArtifacts 任务中启用 `StoreAsTar` 选项,项目将自动存储为 .tar 文件。",
"loc.messages.DownloadArtifacts": "正在从后列位置下载项目 %s: %s",
"loc.messages.DownloadingArtifactsForBuild": "正在为生成下载项目: %s",
"loc.messages.LinkedArtifactCount": "已链接的项目计数: %s",
"loc.messages.ExtractionFailed": "未能提取包,出现错误: %s",
"loc.messages.FileContainerInvalidArtifactData": "文件容器项目无效。资源数据的格式必须为 #/{container id}/path",
"loc.messages.UnsupportedArtifactType": "不支持的项目类型: %s",
"loc.messages.BuildNotFound": "找不到 ID 为 %s 的生成",
"loc.messages.BuildArtifactNotFound": "找不到生成 %s 的项目 %s。请确保当前的生成的任何以前阶段中已发布项目。",
"loc.messages.NoArtifactsFound": "找不到生成 %s 的项目",
"loc.messages.BuildIdBuildDefinitionMismatch": "无法为生成管道 ID %s 找到 ID 为 %s 的生成",
"loc.messages.ArtifactsSuccessfullyDownloaded": "已成功将项目下载到 %s",
"loc.messages.RetryingOperation": "错误: 在 %s 中,正在重试 => 重试挂起: %s",
"loc.messages.OperationFailed": "%s 中失败,出现错误: %s",
"loc.messages.ArtifactNameDirectoryNotFound": "目录“%s”不存在。请回退到父级目录: %s",
"loc.messages.LatestBuildFound": "找到最新生成: %s",
"loc.messages.LatestBuildNotFound": "找不到最新生成",
"loc.messages.LatestBuildFromBranchNotFound": "找不到分支 %s 中的最新生成",
"loc.messages.DownloadingContainerResource": "正在从容器资源 %s 下载项",
"loc.messages.DefinitionNameMatchFound": "定义名称 %s 已解析为 id %d",
"loc.messages.InvalidBuildDefinitionName": "定义名称 %s 未对应有效的定义",
"loc.messages.UnresolvedDefinitionId": "无法解析生成定义 id",
"loc.messages.BeginArtifactItemsIntegrityCheck": "启动项目完整性检查",
"loc.messages.CorruptedArtifactItemsList": "以下项目未通过完整性检查:",
"loc.messages.IntegrityCheckNotPassed": "项目完整性检查失败",
"loc.messages.IntegrityCheckPassed": "已成功完成项目完整性检查",
"loc.messages.TarExtractionNotSupportedInWindows": "Windows 不支持存档提取",
"loc.messages.NoTarsFound": "没有找到要提取的任何存档",
"loc.messages.CleaningDestinationFolder": "正在清理目标文件夹: %s",
"loc.messages.NoFolderToClean": "未找到指定的清理文件夹。没有要清理的文件",
"loc.messages.PreferRedirect": "Prefer downloading files through redirect to the content stitcher: %s",
"loc.messages.FollowingDownloadRedirectFailed": "Could not download the files by following a redirect: %s. Falling back to consuming streamed content from Azure DevOps."
{
"loc.friendlyName": "下载生成工件",
"loc.helpMarkDown": "",
"loc.description": "下载已作为已完成生成的项目保存的文件",
"loc.instanceNameFormat": "下载生成项目",
"loc.group.displayName.advanced": "高级",
"loc.input.label.buildType": "下载以下作业生成的项目",
"loc.input.help.buildType": "下载当前生所成生成的项目,或从特定的生成下载。",
"loc.input.label.project": "项目",
"loc.input.help.project": "要从中下载生成项目的项目",
"loc.input.label.definition": "生成管道",
"loc.input.help.definition": "选择生成管道名称",
"loc.input.label.specificBuildWithTriggering": "在适当情况下,从触发生成下载项目。",
"loc.input.help.specificBuildWithTriggering": "如果选中,则此生成任务将尝试从触发生成中下载项目。如果没有来自指定管道的触发生成,它将从以下选项中指定的生成中下载项目。",
"loc.input.label.buildVersionToDownload": "要下载的生成版本",
"loc.input.label.allowPartiallySucceededBuilds": "甚至从部分成功的生成下载项目。",
"loc.input.help.allowPartiallySucceededBuilds": "如果选中,则无论生成是成功还是部分成功,此生成任务都将尝试下载项目。",
"loc.input.label.branchName": "分支名称",
"loc.input.help.branchName": "指定为筛选分支/引用名称,例如: ```refs/heads/develop```。",
"loc.input.label.buildId": "生成",
"loc.input.help.buildId": "要从中下载项目的生成",
"loc.input.label.tags": "生成标记",
"loc.input.help.tags": "逗号分隔的标记列表。仅返回具有这些标记的生成。",
"loc.input.label.downloadType": "下载类型",
"loc.input.help.downloadType": "从生成下载特定项目或特定文件。",
"loc.input.label.artifactName": "项目名称",
"loc.input.help.artifactName": "要下载的项目的名称",
"loc.input.label.itemPattern": "匹配模式",
"loc.input.help.itemPattern": "指定要以多行 minimatch 模式下载的文件。[详细信息](https://aka.ms/minimatchexamples)<p>默认模式(\\*\\*)将下载生成中所有项目的所有文件。要下载项目 drop 中的所有文件,请使用 drop/**。</p>",
"loc.input.label.downloadPath": "目标目录",
"loc.input.help.downloadPath": "代理计算机上用于下载项目的路径",
"loc.input.label.cleanDestinationFolder": "清理目标文件夹",
"loc.input.help.cleanDestinationFolder": "在项目下载前删除目标文件夹中的所有现有文件",
"loc.input.label.parallelizationLimit": "并行化限制",
"loc.input.help.parallelizationLimit": "要同时下载的文件数",
"loc.input.label.checkDownloadedFiles": "检查已下载的文件",
"loc.input.help.checkDownloadedFiles": "如果已选中,此内部版本任务将检查是否完全下载所有文件。",
"loc.input.label.retryDownloadCount": "重试计数",
"loc.input.help.retryDownloadCount": "下载失败时,重试下载内部版本项目可选次数。",
"loc.input.label.retryRedirectDownloadCount": "重定向下载的重试次数",
"loc.input.help.retryRedirectDownloadCount": "如果基于重定向的下载失败,则重试下载生成项目的次数可选。如果你的网络不允许使用重定向,则可以将此项设置为 -1,改为始终从 Azure DevOps 下载流式处理的响应。",
"loc.input.label.extractTars": "提取存储在存档内的所有文件",
"loc.input.help.extractTars": "启用此选项以提取所有具有 .tar 扩展名的下载文件。此操作很有帮助,因为如果要保留 Unix 文件权限,则需要将项目文件打包成存档中。在 PublishBuildArtifacts 任务中启用 `StoreAsTar` 选项,项目将自动存储为 .tar 文件。",
"loc.messages.DownloadArtifacts": "正在从后列位置下载项目 %s: %s",
"loc.messages.DownloadingArtifactsForBuild": "正在为生成下载项目: %s",
"loc.messages.LinkedArtifactCount": "已链接的项目计数: %s",
"loc.messages.ExtractionFailed": "未能提取包,出现错误: %s",
"loc.messages.FileContainerInvalidArtifactData": "文件容器项目无效。资源数据的格式必须为 #/{container id}/path",
"loc.messages.UnsupportedArtifactType": "不支持的项目类型: %s",
"loc.messages.BuildNotFound": "找不到 ID 为 %s 的生成",
"loc.messages.BuildArtifactNotFound": "找不到生成 %s 的项目 %s。请确保当前的生成的任何以前阶段中已发布项目。",
"loc.messages.NoArtifactsFound": "找不到生成 %s 的项目",
"loc.messages.BuildIdBuildDefinitionMismatch": "无法为生成管道 ID %s 找到 ID 为 %s 的生成",
"loc.messages.ArtifactsSuccessfullyDownloaded": "已成功将项目下载到 %s",
"loc.messages.RetryingOperation": "错误: 在 %s 中,正在重试 => 重试挂起: %s",
"loc.messages.OperationFailed": "%s 中失败,出现错误: %s",
"loc.messages.ArtifactNameDirectoryNotFound": "目录“%s”不存在。请回退到父级目录: %s",
"loc.messages.LatestBuildFound": "找到最新生成: %s",
"loc.messages.LatestBuildNotFound": "找不到最新生成",
"loc.messages.LatestBuildFromBranchNotFound": "找不到分支 %s 中的最新生成",
"loc.messages.DownloadingContainerResource": "正在从容器资源 %s 下载项",
"loc.messages.DefinitionNameMatchFound": "定义名称 %s 已解析为 id %d",
"loc.messages.InvalidBuildDefinitionName": "定义名称 %s 未对应有效的定义",
"loc.messages.UnresolvedDefinitionId": "无法解析生成定义 id",
"loc.messages.BeginArtifactItemsIntegrityCheck": "启动项目完整性检查",
"loc.messages.CorruptedArtifactItemsList": "以下项目未通过完整性检查:",
"loc.messages.IntegrityCheckNotPassed": "项目完整性检查失败",
"loc.messages.IntegrityCheckPassed": "已成功完成项目完整性检查",
"loc.messages.TarExtractionNotSupportedInWindows": "Windows 不支持存档提取",
"loc.messages.NoTarsFound": "没有找到要提取的任何存档",
"loc.messages.CleaningDestinationFolder": "正在清理目标文件夹: %s",
"loc.messages.NoFolderToClean": "未找到指定的清理文件夹。没有要清理的文件",
"loc.messages.PreferRedirect": "首选通过重定向到内容拼接器下载文件:%s",
"loc.messages.FollowingDownloadRedirectFailed": "无法按照重定向下载文件:%s。回退到从 Azure DevOps 使用流式传输的内容。"
}
Loading