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
Copy file name to clipboardExpand all lines: locales/messages.json
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -119,8 +119,8 @@
119
119
"_AllShasValid.comment": "sha = sha512 of url",
120
120
"AlreadyInstalled": "{spec} is already installed",
121
121
"_AlreadyInstalled.comment": "An example of {spec} is zlib:x64-windows.",
122
-
"AmbiguousConfigDeleteConfigFile": "Ambiguous vcpkg configuration provided by both manifest and configuration file.\n-- Delete configuration file {path}",
123
-
"_AmbiguousConfigDeleteConfigFile.comment": "An example of {path} is /foo/bar.",
122
+
"AmbiguousConfig": "Ambiguous vcpkg configuration provided by both manifest and configuration file. Choose one by deleting this file or deleting \"{json_field}\" from the manifest file.",
123
+
"_AmbiguousConfig.comment": "An example of {json_field} is identifer.",
124
124
"AnArrayOfDefaultFeatures": "an array of default features",
125
125
"AnArrayOfDependencies": "an array of dependencies",
126
126
"AnArrayOfDependencyOverrides": "an array of dependency overrides",
@@ -536,6 +536,7 @@
536
536
"_ConfigurationErrorRegistriesWithoutBaseline.comment": "An example of {path} is /foo/bar. An example of {url} is https://github.com/microsoft/vcpkg.",
537
537
"ConfigurationNestedDemands": "[\"{json_field}\"] contains a nested `demands` object (nested `demands` have no effect)",
538
538
"_ConfigurationNestedDemands.comment": "An example of {json_field} is identifer.",
539
+
"ConflictingEmbeddedConfiguration": "only one of {{\"configuration\", \"vcpkg-configuration\"}} may be used",
539
540
"ConflictingFiles": "The following files are already installed in {path} and are in conflict with {spec}",
540
541
"_ConflictingFiles.comment": "An example of {path} is /foo/bar. An example of {spec} is zlib:x64-windows.",
541
542
"ConsideredVersions": "The following executables were considered but discarded because of the version requirement of {version}:",
@@ -589,8 +590,6 @@
589
590
"DefaultFlag": "Defaulting to --{option} being on.",
590
591
"_DefaultFlag.comment": "An example of {option} is editable.",
591
592
"DefaultRegistryIsArtifact": "The default registry cannot be an artifact registry.",
592
-
"DeleteVcpkgConfigFromManifest": "-- Or remove \"vcpkg-configuration\" from the manifest file {path}.",
593
-
"_DeleteVcpkgConfigFromManifest.comment": "An example of {path} is /foo/bar.",
594
593
"DependencyFeatureCore": "the feature \"core\" cannot be in a dependency's feature list. To turn off default features, add \"default-features\": false instead.",
595
594
"_DependencyFeatureCore.comment": "The word \"core\" is an on-disk name that must not be localized. The \"default-features\" part is JSON syntax that must be copied verbatim into the user's file.",
596
595
"DependencyFeatureDefault": "the feature \"default\" cannot be in a dependency's feature list. To turn on default features, add \"default-features\": true instead.",
@@ -673,7 +672,6 @@
673
672
"_ElapsedTimeForChecks.comment": "An example of {elapsed} is 3.532 min.",
674
673
"EmailVcpkgTeam": "Send an email to {url} with any feedback.",
675
674
"_EmailVcpkgTeam.comment": "An example of {url} is https://github.com/microsoft/vcpkg.",
676
-
"EmbeddingVcpkgConfigInManifest": "Embedding `vcpkg-configuration` in a manifest file is an EXPERIMENTAL feature.",
677
675
"EmptyLicenseExpression": "SPDX license expression was empty.",
678
676
"EndOfStringInCodeUnit": "found end of string in middle of code point",
679
677
"EnvInvalidMaxConcurrency": "{env_var} is {value}, must be > 0",
@@ -1172,6 +1170,7 @@
1172
1170
"LocalPortfileVersion": "Using local port versions. To update the local ports, use `git pull`.",
1173
1171
"ManifestConflict2": "Found both a manifest and CONTROL files; please rename one or the other",
1174
1172
"ManifestFormatCompleted": "Succeeded in formatting the manifest files.",
1173
+
"ManifestHere": "the manifest file is here",
1175
1174
"MismatchedBinParagraphs": "The serialized binary paragraph was different from the original binary paragraph. Please open an issue at https://github.com/microsoft/vcpkg with the following output:",
1176
1175
"MismatchedFiles": "file to store does not match hash",
1177
1176
"MismatchedManifestAfterReserialize": "The serialized manifest was different from the original manifest. Please open an issue at https://github.com/microsoft/vcpkg, with the following output:",
0 commit comments