From 29322be5988531b0c91a42cd5f78b8c96275dd39 Mon Sep 17 00:00:00 2001 From: Flor Elisa Chacon Ochoa Date: Wed, 12 Jan 2022 16:34:45 -0800 Subject: [PATCH 1/2] Add comments for localization --- .../Shared/Strings/en-us/winget.resw | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw b/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw index bdc7b6b6d7..7263231501 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,14 @@ 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. + 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. The match must be for any of them, with comparison ignoring case. Shows information about a package @@ -665,7 +666,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 +742,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 +1220,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. From e9f2d7eb1e410cf9005d026d6457d7fe54237ec6 Mon Sep 17 00:00:00 2001 From: Flor Elisa Chacon Ochoa Date: Wed, 12 Jan 2022 17:49:12 -0800 Subject: [PATCH 2/2] Fix misplaced comment --- src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw b/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw index 7263231501..3b1a323790 100644 --- a/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw +++ b/src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw @@ -479,7 +479,8 @@ They can be configured through the settings file 'winget 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. The match must be for any of them, with comparison ignoring case. + 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