New Crowdin updates#31
Open
zhaobozhen wants to merge 70 commits into
Open
Conversation
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
There was a problem hiding this comment.
Pull request overview
This PR appears to bring in new Crowdin-driven locale catalog updates under locales/ (used by both the bot and Web UI), including adding several new locale JSON files and updating existing Chinese catalogs.
Changes:
- Adds new locale catalogs for
zh-CN,zh-TW,ko-KR, andja-JP(plus underscore variants). - Updates/introduces
zh-Hantandjacatalogs with partial translations for newer Web UI strings. - Modifies
zh-Hanssignificantly (but currently dropping required keys compared toen.json).
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 14 comments.
Show a summary per file
| File | Description |
|---|---|
| locales/zh-TW.json | Adds a new Traditional Chinese (Taiwan) catalog (currently English copy + locale metadata). |
| locales/zh-Hant.json | Adds/updates Traditional Chinese catalog content, but currently missing required sections vs en.json. |
| locales/zh-Hans.json | Updates Simplified Chinese catalog, but currently missing required sections vs en.json. |
| locales/zh-CN.json | Adds a new Simplified Chinese (China) catalog (currently English copy + locale metadata; also redundant with zh-Hans aliasing). |
| locales/ko-KR.json | Adds a new Korean catalog (currently English copy + locale metadata). |
| locales/ko_KR.json | Adds a second Korean catalog variant; currently incomplete and duplicates ko-KR. |
| locales/ja.json | Adds/updates Japanese catalog content, but currently missing required sections vs en.json. |
| locales/ja-JP.json | Adds a new Japanese (Japan) catalog (currently English copy + locale metadata). |
| locales/ja_JP.json | Adds a second Japanese (Japan) catalog variant; currently incomplete and duplicates ja-JP. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
1
to
+4
| { | ||
| "locale": { | ||
| "nativeName": "中文简体", | ||
| "englishName": "Chinese (Simplified)" | ||
| }, | ||
| "commands": { | ||
| "start_description": "显示使用说明", | ||
| "apkinfo_description": "解析当前或回复的 APK/APKS/APKM/XAPK 文件", | ||
| "upload_description": "上传大型 Android 包解析" | ||
| "apkinfo_description": "解析当前或回复的 APK 下载链接", |
Comment on lines
+1
to
+6
| { | ||
| "commands": { | ||
| "start_description": "顯示使用說明", | ||
| "apkinfo_description": "解析目前或回覆中的 APK 下載連結", | ||
| "upload_description": "開啟 WebUI 上傳頁面" | ||
| }, |
Comment on lines
+1
to
+6
| { | ||
| "commands": { | ||
| "start_description": "使い方を表示", | ||
| "apkinfo_description": "現在または返信先の APK ダウンロードリンクを解析", | ||
| "upload_description": "WebUI のアップロードページを開く" | ||
| }, |
Comment on lines
+2
to
+5
| "locale": { | ||
| "nativeName": "English", | ||
| "englishName": "English" | ||
| }, |
Comment on lines
+2
to
+5
| "locale": { | ||
| "nativeName": "English", | ||
| "englishName": "English" | ||
| }, |
Comment on lines
+1
to
+5
| { | ||
| "locale": { | ||
| "nativeName": "English", | ||
| "englishName": "English" | ||
| }, |
Comment on lines
+6
to
+10
| "commands": { | ||
| "start_description": "Show usage instructions", | ||
| "apkinfo_description": "Analyze the current or replied APK/APKS/APKM/XAPK file", | ||
| "upload_description": "Upload a large Android package for analysis" | ||
| }, |
Comment on lines
+6
to
+10
| "commands": { | ||
| "start_description": "Show usage instructions", | ||
| "apkinfo_description": "Analyze the current or replied APK/APKS/APKM/XAPK file", | ||
| "upload_description": "Upload a large Android package for analysis" | ||
| }, |
Comment on lines
+6
to
+10
| "commands": { | ||
| "start_description": "Show usage instructions", | ||
| "apkinfo_description": "Analyze the current or replied APK/APKS/APKM/XAPK file", | ||
| "upload_description": "Upload a large Android package for analysis" | ||
| }, |
Comment on lines
+6
to
+10
| "commands": { | ||
| "start_description": "Show usage instructions", | ||
| "apkinfo_description": "Analyze the current or replied APK/APKS/APKM/XAPK file", | ||
| "upload_description": "Upload a large Android package for analysis" | ||
| }, |
[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.