Skip to content

Commit 622f98a

Browse files
committed
Format and regenerate messages
1 parent 1daf219 commit 622f98a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

locales/messages.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -564,16 +564,11 @@
564564
"CreatingZipArchive": "Creating zip archive...",
565565
"CreationFailed": "Creating {path} failed.",
566566
"_CreationFailed.comment": "An example of {path} is /foo/bar.",
567+
"CurlDownloadTimeout": "Download timed out.",
567568
"CurlFailedGeneric": "curl operation failed with error code {exit_code}",
568569
"_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.",
571570
"CurlFailedHttpResponse": "curl operation failed with HTTP response code {exit_code}.",
572571
"_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.",
577572
"CurlFailedToPut": "curl failed to PUT file to {url} with response code {value}.",
578573
"_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.",
579574
"CurrentCommitBaseline": "You can use the current commit as a baseline, which is:\n\t\"builtin-baseline\": \"{commit_sha}\"",

0 commit comments

Comments
 (0)