New Crowdin updates#4
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds new WinUI/UWP .resw resource files under LoopBack/LoopBack/Strings (en-US, zh-CN, zh-TW), presumably as part of a Crowdin localization update for app-level strings and the Manage page UI.
Changes:
- Added
Resources.reswfor en-US, zh-CN, and zh-TW containingAppName/AppDescription. - Added
ManagePage.reswfor en-US, zh-CN, and zh-TW containing UI strings intended for the Manage page.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| LoopBack/LoopBack/Strings/en-US/Resources.resw | Adds en-US app name/description resources. |
| LoopBack/LoopBack/Strings/en-US/ManagePage.resw | Adds en-US Manage page resource strings. |
| LoopBack/LoopBack/Strings/zh-CN/Resources.resw | Adds zh-CN app name/description resources (currently English text). |
| LoopBack/LoopBack/Strings/zh-CN/ManagePage.resw | Adds zh-CN Manage page resource strings (currently English text). |
| LoopBack/LoopBack/Strings/zh-TW/Resources.resw | Adds zh-TW app name/description resources (currently English text). |
| LoopBack/LoopBack/Strings/zh-TW/ManagePage.resw | Adds zh-TW Manage page resource strings (currently English text). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+120
to
+125
| <data name="ExemptButton.Content" xml:space="preserve"> | ||
| <value>Exempt All</value> | ||
| </data> | ||
| <data name="ExemptButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve"> | ||
| <value>Exempt All (Ctrl+A)</value> | ||
| </data> |
Comment on lines
+120
to
+125
| <data name="AppDescription" xml:space="preserve"> | ||
| <value>GUI to enable Loopback Exemptions for Universal Windows Apps and Windows 8, 8.1, 10 Modern UI Apps.</value> | ||
| </data> | ||
| <data name="AppName" xml:space="preserve"> | ||
| <value>Loopback Exemption Manager</value> | ||
| </data> |
Comment on lines
+121
to
+142
| <value>Exempt All</value> | ||
| </data> | ||
| <data name="ExemptButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve"> | ||
| <value>Exempt All (Ctrl+A)</value> | ||
| </data> | ||
| <data name="AlreadyRunAsAdministrator" xml:space="preserve"> | ||
| <value>Already run as administrator</value> | ||
| </data> | ||
| <data name="ErrorSavingFormat" xml:space="preserve"> | ||
| <value>ERROR SAVING: {0}</value> | ||
| </data> | ||
| <data name="FailedRunAsAdministrator" xml:space="preserve"> | ||
| <value>Failed to run as administrator</value> | ||
| </data> | ||
| <data name="Filtered" xml:space="preserve"> | ||
| <value>Filtered</value> | ||
| </data> | ||
| <data name="Filtering" xml:space="preserve"> | ||
| <value>Filtering...</value> | ||
| </data> | ||
| <data name="Loaded" xml:space="preserve"> | ||
| <value>Loaded</value> |
Comment on lines
+121
to
+142
| <value>Exempt All</value> | ||
| </data> | ||
| <data name="ExemptButton.[using:Windows.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve"> | ||
| <value>Exempt All (Ctrl+A)</value> | ||
| </data> | ||
| <data name="AlreadyRunAsAdministrator" xml:space="preserve"> | ||
| <value>Already run as administrator</value> | ||
| </data> | ||
| <data name="ErrorSavingFormat" xml:space="preserve"> | ||
| <value>ERROR SAVING: {0}</value> | ||
| </data> | ||
| <data name="FailedRunAsAdministrator" xml:space="preserve"> | ||
| <value>Failed to run as administrator</value> | ||
| </data> | ||
| <data name="Filtered" xml:space="preserve"> | ||
| <value>Filtered</value> | ||
| </data> | ||
| <data name="Filtering" xml:space="preserve"> | ||
| <value>Filtering...</value> | ||
| </data> | ||
| <data name="Loaded" xml:space="preserve"> | ||
| <value>Loaded</value> |
Comment on lines
+121
to
+124
| <value>GUI to enable Loopback Exemptions for Universal Windows Apps and Windows 8, 8.1, 10 Modern UI Apps.</value> | ||
| </data> | ||
| <data name="AppName" xml:space="preserve"> | ||
| <value>Loopback Exemption Manager</value> |
Comment on lines
+121
to
+124
| <value>GUI to enable Loopback Exemptions for Universal Windows Apps and Windows 8, 8.1, 10 Modern UI Apps.</value> | ||
| </data> | ||
| <data name="AppName" xml:space="preserve"> | ||
| <value>Loopback Exemption Manager</value> |
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.