From 5f3f9d4cea4c9ad6d0bca52eadea44c5534de6ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chac=C3=B3n?= Date: Wed, 12 Jan 2022 20:14:51 -0800 Subject: [PATCH] Add comments for localization (#1847) --- .../Shared/Strings/en-us/winget.resw | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw b/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw index bdc7b6b6d7..3b1a323790 100644 --- a/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw +++ b/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw @@ -261,7 +261,7 @@ They can be configured through the settings file 'winget settings'. Installs the selected package, either found by searching a configured source or directly from a manifest. By default, the query must case-insensitively match the id, name, or moniker of the package. Other fields can be used by passing their appropriate option. - id, name, and moniker are all named values in our context, and may benefit from not being translated. + id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case. Installs the given package @@ -472,13 +472,15 @@ They can be configured through the settings file 'winget settings'. Open settings or set administrator settings - Unexpected error while loading settings. Please verify your settings by running the settings command. + Unexpected error while loading settings. Please verify your settings by running the 'settings' command. + {Locked="'settings'"} Channel Shows information on a specific package. By default, the query must case-insensitively match the id, name, or moniker of the package. Other fields can be used by passing their appropriate option. + id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case. Shows information about a package @@ -665,7 +667,7 @@ They can be configured through the settings file 'winget settings'. Upgrades the selected package, either found by searching the installed packages list or directly from a manifest. By default, the query must case-insensitively match the id, name, or moniker of the package. Other fields can be used by passing their appropriate option. - id, name, and moniker are all named values in our context, and may benefit from not being translated. + id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case. Upgrades the given package @@ -741,6 +743,7 @@ They can be configured through the settings file 'winget settings'. Uninstalls the selected package, either found by searching the installed packages list or directly from a manifest. By default, the query must case-insensitively match the id, name, or moniker of the package. Other fields can be used by passing their appropriate option. + id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case. Uninstalls the given package @@ -1218,10 +1221,11 @@ Do you agree to the terms? The following packages were found among the working sources. Please specify one of them using the `--source` option to proceed. - {Locked="--source"} + {Locked="--source"} "working sources" as in "sources that are working correctly" No packages were found among the working sources. + "working sources" as in "sources that are working correctly" This is a stable release of the Windows Package Manager. If you would like to try experimental features, please install a pre-release build. Instructions are available on GitHub at https://github.com/microsoft/winget-cli.