|
564 | 564 | "CreatingZipArchive": "Creating zip archive...", |
565 | 565 | "CreationFailed": "Creating {path} failed.", |
566 | 566 | "_CreationFailed.comment": "An example of {path} is /foo/bar.", |
| 567 | + "CurlDownloadTimeout": "Download timed out.", |
567 | 568 | "CurlFailedGeneric": "curl operation failed with error code {exit_code}", |
568 | 569 | "_CurlFailedGeneric.comment": "curl is the name of a program, see curl.se. An example of {exit_code} is 127.", |
569 | | - "CurlFailedGenericNoRetryAddendum": "This is a non-transient error, won't retry downloading from {url}.", |
570 | | - "_CurlFailedGenericNoRetryAddendum.comment": "curl is the name of a program, see curl.se. An example of {url} is https://github.com/microsoft/vcpkg.", |
571 | 570 | "CurlFailedHttpResponse": "curl operation failed with HTTP response code {exit_code}.", |
572 | 571 | "_CurlFailedHttpResponse.comment": "curl is the name of a program, see curl.se. An example of {exit_code} is 127.", |
573 | | - "CurlFailedHttpResponseWithRetry": "curl operation failed with HTTP response code {exit_code} retry {count} of {value}.", |
574 | | - "_CurlFailedHttpResponseWithRetry.comment": "curl is the name of a program, see curl.se. {value} is the maximum amount of retries. An example of {exit_code} is 127. An example of {count} is 42.", |
575 | | - "CurlFailedTimeoutRetry": "The operation timed out retry {count} of {value}.", |
576 | | - "_CurlFailedTimeoutRetry.comment": "{count} is the current retry atttempt, {value} is the maximum amount of retries. An example of {count} is 42.", |
577 | 572 | "CurlFailedToPut": "curl failed to PUT file to {url} with response code {value}.", |
578 | 573 | "_CurlFailedToPut.comment": "curl is the name of a program, see curl.se. {value} is an HTTP status code An example of {url} is https://github.com/microsoft/vcpkg.", |
579 | 574 | "CurrentCommitBaseline": "You can use the current commit as a baseline, which is:\n\t\"builtin-baseline\": \"{commit_sha}\"", |
|
0 commit comments