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
"_CommandEnvExample2.comment": "This is a command line, only the <path> part should be localized",
496
-
"CommandFailed": "command:\n{command_line}\nfailed with the following results:",
496
+
"CommandFailed": "command:\n{command_line}\nfailed with the following output:",
497
497
"_CommandFailed.comment": "An example of {command_line} is vcpkg install zlib.",
498
+
"CommandFailedCode": "command:\n{command_line}\nfailed with exit code {exit_code} and the following output:",
499
+
"_CommandFailedCode.comment": "An example of {command_line} is vcpkg install zlib. An example of {exit_code} is 127.",
498
500
"CommunityTriplets": "Community Triplets:",
499
501
"CompilerPath": "Compiler found: {path}",
500
502
"_CompilerPath.comment": "An example of {path} is /foo/bar.",
@@ -538,16 +540,14 @@
538
540
"CreatingZipArchive": "Creating zip archive...",
539
541
"CreationFailed": "Creating {path} failed.",
540
542
"_CreationFailed.comment": "An example of {path} is /foo/bar.",
541
-
"CurlFailedToExecute": "curl failed to execute with exit code {exit_code}.",
542
-
"_CurlFailedToExecute.comment": "curl is the name of a program, see curl.se An example of {exit_code} is 127.",
543
543
"CurlFailedToPut": "curl failed to put file to {url} with exit code {exit_code}.",
544
544
"_CurlFailedToPut.comment": "curl is the name of a program, see curl.se An example of {exit_code} is 127. An example of {url} is https://github.com/microsoft/vcpkg.",
545
545
"CurlFailedToPutHttp": "curl failed to put file to {url} with exit code {exit_code} and http code {value}.",
546
546
"_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 {url} is https://github.com/microsoft/vcpkg.",
547
-
"CurlReportedUnexpectedResults": "curl has reported unexpected results to vcpkg and vcpkg cannot continue.\nPlease review the following text for sensitive information and open an issue on the Microsoft/vcpkg GitHub to help fix this problem!\ncmd: {command_line}\n=== curl output ===\n{actual}\n=== end curl output ===",
548
-
"_CurlReportedUnexpectedResults.comment": "{command_line} is the command line to call curl.exe, {actual} is the console output of curl.exe locale-invariant download results. An example of {command_line} is vcpkg install zlib.",
549
-
"CurlReturnedUnexpectedResponseCodes": "curl returned a different number of response codes than were expected for the request ({actual} vs expected {expected}).",
550
-
"_CurlReturnedUnexpectedResponseCodes.comment": "{actual} and {expected} are integers, curl is the name of a program, see curl.se",
547
+
"CurlResponseTruncatedRetrying": "curl returned a partial response; waiting {value} milliseconds and trying again",
548
+
"_CurlResponseTruncatedRetrying.comment": "{value} is the number of milliseconds for which we are waiting this time",
549
+
"CurlTimeout": "curl was unable to perform all requested HTTP operations, even after timeout and retries. The last command line was: {command_line}",
550
+
"_CurlTimeout.comment": "An example of {command_line} is vcpkg install zlib.",
551
551
"CurrentCommitBaseline": "You can use the current commit as a baseline, which is:\n\t\"builtin-baseline\": \"{commit_sha}\"",
552
552
"_CurrentCommitBaseline.comment": "An example of {commit_sha} is 7cfad47ae9f68b183983090afd6337cd60fd4949.",
553
553
"CycleDetectedDuring": "cycle detected during {spec}:",
@@ -1466,7 +1466,6 @@
1466
1466
"UnexpectedEOFMidKeyword": "Unexpected EOF in middle of keyword",
1467
1467
"UnexpectedEOFMidString": "Unexpected EOF in middle of string",
1468
1468
"UnexpectedEOFMidUnicodeEscape": "Unexpected end of file in middle of unicode escape",
1469
-
"UnexpectedErrorDuringBulkDownload": "an unexpected error occurred during bulk download.",
0 commit comments