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

[Localization] Cepheus #710

Merged
merged 10 commits into from
Oct 20, 2022
128 changes: 126 additions & 2 deletions include/vcpkg/base/messages.h

Large diffs are not rendered by default.

61 changes: 60 additions & 1 deletion locales/messages.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
"AutomaticLinkingForMSBuildProjects": "All MSBuild C++ projects can now #include any installed libraries. Linking will be handled automatically. Installing new libraries will make them instantly available.",
"AvailableArchitectureTriplets": "Available architecture triplets:",
"AvailableHelpTopics": "Available help topics:",
"BaselineFileNoDefaultField": "The baseline file at commit {commit_sha} was invalid (no \"default\" field).",
"BaselineMissingDefault": "The baseline.json from commit `\"{commit_sha}\"` in the repo {url} was invalid (did not contain a \"default\" field).",
"BinarySourcesArg": "Add sources for binary caching. See 'vcpkg help binarycaching'.",
"BothYesAndNoOptionSpecifiedError": "cannot specify both --no-{option} and --{option}.",
"BuildAlreadyInstalled": "{spec} is already installed; please remove {spec} before attempting to build it.",
Expand Down Expand Up @@ -100,17 +102,24 @@
"ConstraintViolation": "Found a constraint violation:",
"ContinueCodeUnitInStart": "found continue code unit in start position",
"ControlAndManifestFilesPresent": "Both a manifest file and a CONTROL file exist in port directory: {path}",
"ControlCharacterInString": "Control character in string",
"CopyrightIsDir": "`{path}` being a directory is deprecated.",
"CorruptedDatabase": "Database corrupted.",
"CorruptedInstallTree": "Your vcpkg 'installed' tree is corrupted.",
"CouldNotDeduceNugetIdAndVersion": "Could not deduce nuget id and version from filename: {path}",
"CouldNotFindBaseline": "Could not find explicitly specified baseline `\"{commit_sha}\"` in baseline file {path}",
"CouldNotFindBaselineForRepo": "Couldn't find baseline `\"{commit_sha}\"` for repo {package_name}",
"CouldNotFindBaselineInCommit": "Couldn't find baseline in commit `\"{commit_sha}\"` from repo {package_name}:",
"CouldNotFindGitTreeAtCommit": "could not find the git tree for `versions` in repo {package_name} at commit {commit_sha}",
"CreateFailureLogsDir": "Creating failure logs output directory {path}.",
"CreatedNuGetPackage": "Created nupkg: {path}",
"Creating7ZipArchive": "Creating 7zip archive...",
"CreatingNugetPackage": "Creating NuGet package...",
"CreatingZipArchive": "Creating zip archive...",
"CreationFailed": "Creating {path} failed.",
"CurlFailedToExecute": "curl failed to execute with exit code {exit_code}.",
"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 ===",
"CurlReturnedUnexpectedResponseCodes": "curl returned a different number of response codes than were expected for the request ({actual} vs expected {expected}).",
"DateTableHeader": "Date",
"DefaultBrowserLaunched": "Default browser launched to {url}.",
"DefaultFlag": "Defaulting to --{option} being on.",
Expand All @@ -127,6 +136,7 @@
"DownloadingVcpkgStandaloneBundleLatest": "Downloading latest standalone bundle.",
"DuplicateCommandOption": "The option --{option} can only be passed once.",
"DuplicateOptions": "'--{value}' specified multiple times.",
"DuplicatedKeyInObj": "Duplicated key \"{value}\" in an object",
"ElapsedForPackage": "Elapsed time to handle {spec}: {elapsed}",
"ElapsedInstallTime": "Total elapsed time: {count}",
"ElapsedTimeForChecks": "Time to determine pass/fail: {elapsed}",
Expand All @@ -153,6 +163,7 @@
"ErrorVcvarsUnsupported": "in triplet {triplet}: Use of Visual Studio's Developer Prompt is unsupported on non-Windows hosts.\nDefine 'VCPKG_CMAKE_SYSTEM_NAME' or 'VCPKG_CHAINLOAD_TOOLCHAIN_FILE' in the triplet file.",
"ErrorVsCodeNotFound": "Visual Studio Code was not found and the environment variable {env_var} is not set or invalid.",
"ErrorVsCodeNotFoundPathExamined": "The following paths were examined:",
"ErrorWhileFetchingBaseline": "while fetching baseline `\"{value}\"` from repo {package_name}:",
"ErrorWhileParsing": "Errors occurred while parsing {path}.",
"ErrorWhileWriting": "Error occured while writing {path}",
"ErrorsFound": "Found the following errors:",
Expand All @@ -162,6 +173,7 @@
"ExpectedAtMostOneSetOfTags": "Found {count} sets of {old_value}.*{new_value} but expected at most 1, in block:\n{value}",
"ExpectedCascadeFailure": "Expected {expected} cascade failure, but there were {actual} cascade failures.",
"ExpectedCharacterHere": "expected '{expected}' here",
"ExpectedDigitsAfterDecimal": "Expected digits after the decimal point",
"ExpectedFailOrSkip": "expected 'fail', 'skip', or 'pass' here",
"ExpectedOneSetOfTags": "Found {count} sets of {old_value}.*{new_value} but expected exactly 1, in block:\n{value}",
"ExpectedPortName": "expected a port name here",
Expand All @@ -177,12 +189,17 @@
"ExportingMaintenanceTool": "Exporting maintenance tool...",
"ExportingPackage": "Exporting {package_name}...",
"ExtendedDocumentationAtUrl": "Extended documentation available at '{url}'.",
"FailedToCheckoutRepo": "failed to check out `versions` from repo {package_name}",
"FailedToDownloadFromMirrorSet": "Failed to download from mirror set",
"FailedToExtract": "Failed to extract \"{path}\":",
"FailedToFetchError": "{error_msg}\nFailed to fetch {package_name}:",
"FailedToFindBaseline": "Failed to find baseline.json",
"FailedToFindPortFeature": "Could not find {feature} in {spec}.",
"FailedToFormatMissingFile": "No files to format.\nPlease pass either --all, or the explicit files to format or convert.",
"FailedToLoadInstalledManifest": "The control or manifest file for {spec} could not be loaded due to the following error. Please remove {spec} and try again.",
"FailedToLoadPort": "Failed to load port {package_name} from {path}",
"FailedToLoadPortFrom": "Failed to load port from {path}",
"FailedToLoadUnnamedPortFromPath": "Failed to load port from {path}",
"FailedToLocateSpec": "Failed to locate spec in graph: {spec}",
"FailedToObtainDependencyVersion": "Cannot find desired dependency version.",
"FailedToObtainLocalPortGitSha": "Failed to obtain git SHAs for local ports.",
Expand All @@ -202,10 +219,13 @@
"FailedToWriteManifest": "Failed to write manifest file {path}",
"FailedVendorAuthentication": "One or more {vendor} credential providers failed to authenticate. See '{url}' for more details on how to provide credentials.",
"FeedbackAppreciated": "Thank you for your feedback!",
"FetchingBaselineInfo": "Fetching baseline information from {package_name}...",
"FetchingRegistryInfo": "Fetching registry information from {url} ({value})...",
"FileNotFound": "{path}: file not found",
"FileSystemOperationFailed": "Filesystem operation failed:",
"FilesExported": "Files exported at: {path}",
"FishCompletion": "vcpkg fish completion is already added at \"{path}\".",
"FloatingPointConstTooBig": "Floating point constant too big: {count}",
"FollowingPackagesMissingControl": "The following packages do not have a valid CONTROL or vcpkg.json:",
"FollowingPackagesNotInstalled": "The following packages are not installed:",
"FollowingPackagesUpgraded": "The following packages are up-to-date:",
Expand All @@ -222,6 +242,7 @@
"GeneratingRepo": "Generating repository {path}...",
"GetParseFailureInfo": "Use '--debug' to get more information about the parse failures.",
"GitCommandFailed": "failed to execute: {command_line}",
"GitRegistryMustHaveBaseline": "The git registry entry for \"{package_name}\" must have a \"baseline\" field that is a valid git commit SHA (40 hexadecimal characters).\nThe current HEAD of that repo is \"{value}\".",
"GitStatusOutputExpectedFileName": "expected a file name",
"GitStatusOutputExpectedNewLine": "expected new line",
"GitStatusOutputExpectedRenameOrNewline": "expected renamed file or new lines",
Expand Down Expand Up @@ -271,7 +292,10 @@
"IllegalFeatures": "List of features is not allowed in this context",
"IllegalPlatformSpec": "Platform qualifier is not allowed in this context",
"ImproperShaLength": "SHA512's must be 128 hex characters: {value}",
"IncorrectArchiveFileSignature": "Incorrect archive file signature",
"IncorrectLibHeaderEnd": "Incorrect lib header end",
"IncorrectNumberOfArgs": "'{command_name}' requires '{expected}' arguments, but '{actual}' were provided.",
"IncorrectPESignature": "Incorrect PE signature",
"IncrementedUtf8Decoder": "Incremented Utf8Decoder at the end of the string",
"InfoSetEnvVar": "You can also set the environment variable '{env_var}' to your editor of choice.",
"InitRegistryFailedNoRepo": "Could not create a registry at {path} because this is not a git repository root.\nUse `git init {command_line}` to create a git repository in this folder.",
Expand Down Expand Up @@ -310,16 +334,26 @@
"InvalidCodePoint": "Invalid code point passed to utf8_encoded_code_point_count",
"InvalidCodeUnit": "invalid code unit",
"InvalidCommandArgSort": "Value of --sort must be one of 'lexicographical', 'topological', 'reverse'.",
"InvalidCommitId": "Invalid commit id {value}",
"InvalidCommentStyle": "vcpkg does not support c-style comments, however most objects allow $-prefixed fields to be used as comments.",
"InvalidCommitId": "Invalid commit id: {commit_sha}",
"InvalidFileType": "failed: {path} cannot handle file type",
"InvalidFilename": "Filename cannot contain invalid chars {value}, but was {path}",
"InvalidFloatingPointConst": "Invalid floating point constant: {count}",
"InvalidFormatString": "invalid format string: {actual}",
"InvalidHexDigit": "Invalid hex digit in unicode escape",
"InvalidIntegerConst": "Invalid integer constant: {count}",
"InvalidLinkage": "Invalid {system_name} linkage type: [{value}]",
"InvalidOptionForRemove": "'remove' accepts either libraries or '--outdated'",
"InvalidPortVersonName": "Found invalid port version file name: `{path}`.",
"InvalidString": "Invalid utf8 passed to Value::string(std::string)",
"InvalidTriplet": "Invalid triplet: {triplet}",
"IrregularFile": "path was not a regular file: {path}",
"JsonErrorMustBeAnObject": "Expected \"{path}\" to be an object.",
"JsonFileMissingExtension": "the JSON file {path} must have a .json (all lowercase) extension",
"JsonSwitch": "(Experimental) Request JSON output.",
"JsonValueNotArray": "json value is not an array",
"JsonValueNotObject": "json value is not an object",
"JsonValueNotString": "json value is not a string",
"LaunchingProgramFailed": "Launching {tool_name}:",
"LicenseExpressionContainsExtraPlus": "SPDX license expression contains an extra '+'. These are only allowed directly after a license identifier.",
"LicenseExpressionContainsInvalidCharacter": "SPDX license expression contains an invalid character (0x{value:02X} '{value}').",
Expand Down Expand Up @@ -450,15 +484,40 @@
"ToolFetchFailed": "Could not fetch {tool_name}.",
"ToolInWin10": "This utility is bundled with Windows 10 or later.",
"TotalTime": "Total elapsed time: {elapsed}",
"TrailingCommaInArray": "Trailing comma in array",
"TrailingCommaInObj": "Trailing comma in an object",
"TwoFeatureFlagsSpecified": "Both '{value}' and -'{value}' were specified as feature flags.",
"UndeterminedToolChainForTriplet": "Unable to determine toolchain use for {triplet} with with CMAKE_SYSTEM_NAME {system_name}. Did you mean to use VCPKG_CHAINLOAD_TOOLCHAIN_FILE?",
"UnexpectedByteSize": "Expected {expected} bytes to be written, but {actual} were written.",
"UnexpectedCharExpectedCloseBrace": "Unexpected character; expected property or close brace",
"UnexpectedCharExpectedColon": "Unexpected character; expected colon",
"UnexpectedCharExpectedComma": "Unexpected character; expected comma or close brace",
"UnexpectedCharExpectedName": "Unexpected character; expected property name",
"UnexpectedCharExpectedValue": "Unexpected character; expected value",
"UnexpectedCharMidArray": "Unexpected character in middle of array",
"UnexpectedCharMidKeyword": "Unexpected character in middle of keyword",
"UnexpectedDigitsAfterLeadingZero": "Unexpected digits after a leading zero",
"UnexpectedEOFAfterEscape": "Unexpected EOF after escape character",
"UnexpectedEOFAfterMinus": "Unexpected EOF after minus sign",
"UnexpectedEOFExpectedChar": "Unexpected character; expected EOF",
"UnexpectedEOFExpectedCloseBrace": "Unexpected EOF; expected property or close brace",
"UnexpectedEOFExpectedColon": "Unexpected EOF; expected colon",
"UnexpectedEOFExpectedName": "Unexpected EOF; expected property name",
"UnexpectedEOFExpectedProp": "Unexpected EOF; expected property",
"UnexpectedEOFExpectedValue": "Unexpected EOF; expected value",
"UnexpectedEOFMidArray": "Unexpected EOF in middle of array",
"UnexpectedEOFMidKeyword": "Unexpected EOF in middle of keyword",
"UnexpectedEOFMidString": "Unexpected EOF in middle of string",
"UnexpectedEOFMidUnicodeEscape": "Unexpected end of file in middle of unicode escape",
"UnexpectedErrorDuringBulkDownload": "an unexpected error occurred during bulk download.",
"UnexpectedEscapeSequence": "Unexpected escape sequence continuation",
"UnexpectedExtension": "Unexpected archive extension: '{extension}'.",
"UnexpectedFormat": "Expected format is [{expected}], but was [{actual}].",
"UnexpectedPortName": "the port {expected} is declared as {actual} in {path}",
"UnexpectedToolOutput": "{tool_name} ({path}) produced unexpected output when attempting to determine the version:",
"UnknownBaselineFileContent": "unrecognizable baseline entry; expected 'port:triplet=(fail|skip|pass)'",
"UnknownBinaryProviderType": "unknown binary provider type: valid providers are 'clear', 'default', 'nuget', 'nugetconfig','nugettimeout', 'interactive', 'x-azblob', 'x-gcs', 'x-aws', 'x-aws-config', 'http', and 'files'",
"UnknownMachineCode": "Unknown machine type code {value}",
"UnknownOptions": "Unknown option(s) for command '{command_name}':",
"UnknownParameterForIntegrate": "Unknown parameter '{value}' for integrate.",
"UnknownPolicySetting": "Unknown setting for policy '{value}': {option}",
Expand Down
Loading