You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"error: curl operation failed with error code 6 \(Couldn't resolve host name\)\. This is a non-transient error, won't retry downloading from https://nonexistent\.example\.com",
Copy file name to clipboardExpand all lines: locales/messages.json
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -502,7 +502,6 @@
502
502
"CmdUpdateRegistrySynopsis": "Re-downloads an artifact registry",
503
503
"CmdUpgradeOptNoDryRun": "Actually upgrade",
504
504
"CmdUpgradeOptNoKeepGoing": "Stop installing packages on failure",
505
-
"CmdUploadMetricsDeleteFileAfterUpload": "Delete metrics payload file after upload",
506
505
"CmdUseExample1": "vcpkg use <artifact name>",
507
506
"_CmdUseExample1.comment": "This is a command line, only the <artifact name> part should be localized.",
508
507
"CmdUseSynopsis": "Activate a single artifact in this shell",
@@ -561,16 +560,18 @@
561
560
"CreatingZipArchive": "Creating zip archive...",
562
561
"CreationFailed": "Creating {path} failed.",
563
562
"_CreationFailed.comment": "An example of {path} is /foo/bar.",
564
-
"CurlFailedGeneric": "curl operation failed with error code {exit_code} ({error_msg}).",
565
-
"_CurlFailedGeneric.comment": "curl is the name of a program, see curl.se. An example of {exit_code} is 127. An example of {error_msg} is File Not Found.",
566
-
"CurlFailedGenericWithRetry": "curl operation failed with error code {exit_code} ({error_msg}) retry {count} of {value}.",
567
-
"_CurlFailedGenericWithRetry.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 {error_msg} is File Not Found. An example of {count} is 42.",
563
+
"CurlFailedGeneric": "curl operation failed with error code {exit_code}",
564
+
"_CurlFailedGeneric.comment": "curl is the name of a program, see curl.se. An example of {exit_code} is 127.",
565
+
"CurlFailedGenericNoRetryAddendum": "This is a non-transient error, won't retry downloading from {url}.",
566
+
"_CurlFailedGenericNoRetryAddendum.comment": "curl is the name of a program, see curl.se. An example of {url} is https://github.com/microsoft/vcpkg.",
568
567
"CurlFailedHttpResponse": "curl operation failed with HTTP response code {exit_code}.",
569
568
"_CurlFailedHttpResponse.comment": "curl is the name of a program, see curl.se. An example of {exit_code} is 127.",
570
569
"CurlFailedHttpResponseWithRetry": "curl operation failed with HTTP response code {exit_code} retry {count} of {value}.",
571
570
"_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.",
572
-
"CurlFailedToPutHttp": "curl failed to put file to {url} with exit code {exit_code} ({error_msg}) and http code {value}.",
573
-
"_CurlFailedToPutHttp.comment": "curl is the name of a program, see curl.se. {value} is an HTTP status code An example of {exit_code} is 127. An example of {error_msg} is File Not Found. An example of {url} is https://github.com/microsoft/vcpkg.",
571
+
"CurlFailedTimeoutRetry": "The operation timed out retry {count} of {value}.",
572
+
"_CurlFailedTimeoutRetry.comment": "{count} is the current retry atttempt, {value} is the maximum amount of retries. An example of {count} is 42.",
573
+
"CurlFailedToPut": "curl failed to PUT file to {url} with response code {value}.",
574
+
"_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.",
574
575
"CurrentCommitBaseline": "You can use the current commit as a baseline, which is:\n\t\"builtin-baseline\": \"{commit_sha}\"",
575
576
"_CurrentCommitBaseline.comment": "An example of {commit_sha} is 7cfad47ae9f68b183983090afd6337cd60fd4949.",
576
577
"CycleDetectedDuring": "cycle detected during {spec}:",
0 commit comments