Conversation
Fix some typos in zh-CN strings.xml
Translation strings.xml PT-BR 🇧🇷
Update README.zh.md
There was a problem hiding this comment.
Pull request overview
This pull request consolidates localization updates and small project-maintenance changes, primarily improving Simplified Chinese strings, adding a new pt-BR locale file, and adjusting Chinese documentation and build wrapper tooling.
Changes:
- Refined Simplified Chinese (zh-CN) translations across the app’s string resources.
- Added a new Portuguese (Brazil)
strings.xmllocale file. - Updated
README.zh.mdand added the Gradle wrapper script underAnLinux/.
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| README.zh.md | Updates Chinese README wording and switches the Google Play badge to a local asset reference. |
| AnLinux/gradlew | Adds the Unix Gradle wrapper script to support standardized builds. |
| AnLinux/app/src/main/res/values-zh-rCN/strings.xml | Cleans up and standardizes Simplified Chinese UI strings and instructions. |
| AnLinux/app/src/main/res/values-pt-rBR/strings.xml | Introduces a new pt-BR localization file (currently partial and with a key mismatch). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Member
Author
|
@copilot review |
Member
Author
|
@exalab999 review |
Review — #536 Merge Rebase Branch@supersonictw — 整體品質很高。逐一核對後的觀察: ✅ zh-CN strings.xml — 大規模修正,全正收益
✅ values-pt-rBR/strings.xml — 全新巴西葡語翻譯
✅ README.zh.md — 整體改善
✅ gradlew — 執行權限修正
✅ icons/en_badge_web_generic.png — 本地 badge
|
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.
This pull request consolidates several updates, including translation enhancements, documentation fixes, and local asset adjustments.
Summary of Changes
Simplified Chinese Translation Improvements (
strings.xml)指令->命令,贴上->粘贴,解除安装->卸载,回报->反馈/报告,连结->链接).nethunter_warning_contentwhereAround 10 minuteswas incorrectly translated as0分钟(now10分钟).Portuguese (Brazilian) Translation Added (
strings.xml)Documentation Updates (
README.zh.md)Assets & Builds
en_badge_web_generic.png).gradlew).Verification
./gradlew assembleDebugsuccessfully to verify that all XML structures and formats are correct and compile without warnings or errors.