Skip to content

Commit 9fdef3b

Browse files
authored
opt: Update translation (#1306)
1 parent c26be08 commit 9fdef3b

16 files changed

Lines changed: 172 additions & 145 deletions

File tree

Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: "🐛 Bug"
22
description: Report issue | 问题报告
3-
title: "🐛 [BUG] <问题标题>"
3+
title: "🐛 [BUG] <标题>"
44
labels: [
55
"bug"
66
]
7+
78
body:
89
- type: checkboxes
910
id: check
@@ -14,17 +15,17 @@ body:
1415
Before submitting an issue, confirm that the latest CI version released by [HyperCeiler | Canary Test](https://t.me/cemiuiler_canary) is currently available.
1516
Or the latest debug version from the main branch in the GitHub Actions of this project.
1617
17-
请确认已经遵守所有必选项,否则将被无理由直接关闭 Issue
18-
提交 Issue 前请确认当前为[HyperCeiler | Canary Test](https://t.me/cemiuiler_canary)发布的最新版 CI
19-
或者本项目 Github Actions 下 main 分支最新构建的 Debug 版本
18+
请确认已经遵守所有必选项,否则将被无理由直接关闭 Issue
19+
提交 Issue 前请确认当前为[HyperCeiler | Canary Test](https://t.me/cemiuiler_canary)发布的最新版 CI
20+
或者本项目 GitHub Actions 下 main 分支最新构建的 Debug 版本
2021
options:
2122
- label: |
2223
I confirm that this issue still exists in the latest version |
2324
我确认最新版依然存在此问题
2425
required: true
2526
2627
- label: |
27-
I checked all installed modules to verify the possibility and confirmed that this module is the cause |
28+
I checked all installed modules and confirmed that this module is the cause |
2829
我已排查已安装的所有模块的可能性,确认由本模块造成
2930
required: true
3031
@@ -38,56 +39,53 @@ body:
3839
attributes:
3940
label: "Issue description | 问题描述"
4041
description: |
41-
Please enter a clear and concise description of the issue
42-
请输入简洁且明确的问题描述
43-
placeholder: ...的...功能出现...异常
42+
Enter a clear and concise description of the issue.
43+
请输入简洁且明确的问题描述
44+
placeholder: e.g., The X feature isn't working properly
4445
validations:
4546
required: true
47+
4648
- type: textarea
4749
id: log
4850
attributes:
4951
label: "Module logs | 模块日志"
5052
description: |
51-
LSPosed Manager - log or software crash log
52-
LSPosed 管理器 - 日志或软件崩溃日志
53-
placeholder: ...
53+
Provide relevant logs from LSPosed Manager. These logs are essential for identifying the issue.
54+
请提供来自 LSPosed 管理器的相关日志。这些日志对于定位问题至关重要。
55+
placeholder: Paste logs from LSPosed Manager or crash logs here
5456
validations:
5557
required: true
58+
5659
- type: textarea
57-
id: repord
60+
id: reprod
5861
attributes:
5962
label: "Reproduction steps | 复现步骤"
6063
description: |
61-
Enter concise steps to reproduce the issue
62-
输入简明的问题复现步骤
64+
Enter concise steps to reproduce the issue.
65+
输入简明的问题复现步骤
6366
value: |
64-
1. 前往 '...'
65-
2. 点击 '....'
66-
67-
....
68-
出现问题
69-
render: bash
67+
1. Go to...
68+
2. Click on...
69+
3. Scroll down to...
7070
validations:
7171
required: false
72+
7273
- type: textarea
7374
id: screenshot
7475
attributes:
7576
label: "Screenshot of issue | 问题截图"
7677
description: |
77-
Upload a screenshot of the issue so we can quickly locate it
78-
上传问题截图以便我们快速定位
79-
value: |
80-
![图片注释](图片链接)
78+
Upload a screenshot of the issue so we can quickly locate it.
79+
上传问题截图以便我们快速定位。
8180
validations:
8281
required: false
82+
8383
- type: textarea
8484
id: device
8585
attributes:
8686
label: "HyperCeiler device information | HyperCeiler 设备信息"
8787
description: |
88-
Make sure to upload a screenshot to help diagnose the issue in HyperCeiler Settings > Developer options > Debug info
89-
请务必上传 HyperCeiler 设置-开发者选项-调试信息 的截图,以便诊断问题
90-
value: |
91-
![图片注释](图片链接)
88+
Make sure to upload a screenshot to help diagnose the issue in HyperCeiler Settings > Developer options > Debug info.
89+
请务必上传 HyperCeiler 设置 > 开发者选项 > 调试信息 的截图,以便诊断问题。
9290
validations:
9391
required: false

.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,37 @@ title: "💡 [需求] <标题>"
44
labels: [
55
"enhancement"
66
]
7+
78
body:
89
- type: textarea
910
id: requirement
1011
attributes:
1112
label: "Requirement content | 需求内容"
1213
description: |
13-
Briefly describe your needs
14-
请简单说明你的需求
15-
placeholder: 请添加...
14+
Briefly describe your needs.
15+
请简单说明你的需求
16+
placeholder: e.g., Add feature X from module X
1617
validations:
1718
required: true
19+
1820
- type: textarea
1921
id: refs
2022
attributes:
2123
label: "Implementation ideas & screenshots | 实现思路 & 截图"
2224
description: |
23-
If possible, provide relevant implementation ideas or pictures
24-
如果可能,请提供实现思路或者相关图片
25-
placeholder: "![图片描述](图片链接)"
25+
If possible, provide relevant implementation ideas or pictures.
26+
如果可能,请提供实现思路或者相关图片
27+
placeholder: Provide a clear description and a good screenshot to assist with adding the feature
2628
validations:
2729
required: false
30+
2831
- type: textarea
2932
id: basic_example
3033
attributes:
3134
label: "Simple example | 简单例子"
3235
description: |
33-
Provide a basic example illustrating the functionality
34-
说明该功能的基本示例
35-
placeholder: 为...添加...以便...
36+
Provide a basic example illustrating the functionality.
37+
说明该功能的基本示例
38+
placeholder: e.g., Unlock the feature of the X app so that it's possible to do X
3639
validations:
3740
required: true

.github/ISSUE_TEMPLATE/MIGRATION-REQUEST.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,37 @@ title: "🔌 [移植] <标题>"
44
labels: [
55
"enhancement"
66
]
7+
78
body:
89
- type: input
910
id: repo
1011
attributes:
1112
label: "Repository address | 仓库地址"
1213
description: |
13-
Provide the address of the open source repository so that we can refer to how to integrate it
14-
提供开源仓库地址以便我们参考如何移植
15-
placeholder: "https://github.com/"
14+
Provide the address of the open source repository so that we can refer to how to integrate it.
15+
提供开源仓库地址以便我们参考如何移植
16+
placeholder: "https://github.com/..."
1617
validations:
1718
required: false
19+
1820
- type: textarea
1921
id: requirement
2022
attributes:
2123
label: "Port content | 移植内容"
2224
description: |
23-
Briefly describe the features that need to be ported
24-
简单说明需要移植的功能
25-
placeholder: 移植...软件的...功能
25+
Briefly describe the features that need to be ported.
26+
简单说明需要移植的功能
27+
placeholder: e.g., Port feature X from module X
2628
validations:
2729
required: true
30+
2831
- type: textarea
2932
id: feature_desc
3033
attributes:
3134
label: "Feature description & screenshots | 功能描述 & 截图"
3235
description: |
33-
If possible, provide relevant functional descriptions and pictures
34-
如果可能,请提供相关功能描述及图片
35-
placeholder: "![图片描述](图片链接)"
36+
If possible, provide relevant functional descriptions and pictures.
37+
如果可能,请提供相关功能描述及图片
38+
placeholder: Provide a clear description and a good screenshot to assist with porting
3639
validations:
3740
required: false

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@ Android 14-15 的 HyperOS
1616

1717
## 使用前说明
1818

19-
请在 [LSPosed](https://github.com/LSPosed/LSPosed/releases) 中启用 HyperCeiler, 然后在 HyperCeiler 应用内启用对应的功能,重启作用域 (需要 Root 权限);
19+
请在 [LSPosed](https://github.com/LSPosed/LSPosed/releases) 中启用 HyperCeiler,然后在 HyperCeiler 应用内启用对应的功能,重启作用域需要 Root 权限)。
2020

21-
本模块<b>不支持</b> `修改较多的第三方 Xiaomi HyperOS ROM``修改较多的系统软件`,以及`部分国际 Xiaomi HyperOS ROM`
21+
本模块<b>不支持</b>`修改较多的第三方 Xiaomi HyperOS ROM``修改较多的系统软件`,以及`部分国际 Xiaomi HyperOS ROM`
2222

23-
目前 HyperCeiler 是基于 Android 15 的 Xiaomi HyperOS 2.0.200 的手机端设备进行适配,覆盖不是很完整,需要不断测试和改进
23+
目前 HyperCeiler 是基于 Android 15 的 Xiaomi HyperOS 2.0.200 的手机端设备进行适配,覆盖不是很完整,需要不断测试和改进
2424

25-
提交反馈前请注意是否已有相同反馈,避免给开发者造成困扰。花相同精力看相同反馈是一件很浪费时间的事情
25+
提交反馈前请注意是否已有相同反馈,避免给开发者造成困扰。花相同精力看相同反馈是一件很浪费时间的事情
2626

27-
HyperCeiler 已停止维护 Android 11-13 的 MIUI ROM 和 Android 13 的 HyperOS 1.0 ROM
27+
HyperCeiler 已停止维护 Android 11-13 的 MIUI ROM 和 Android 13 的 HyperOS 1.0 ROM
2828

29-
> Android 11-12 的 MIUI ROM 请使用 [此版本](https://github.com/ReChronoRain/Cemiuiler/releases/tag/1.3.130)
29+
> Android 11-12 的 MIUI ROM 请使用[此版本](https://github.com/ReChronoRain/Cemiuiler/releases/tag/1.3.130)
3030
>
31-
> Android 13 的 MIUI ROM 和 HyperOS 1.0 ROM 请使用 [此版本](https://github.com/Xposed-Modules-Repo/com.sevtinge.hyperceiler/releases/download/3866-2.5.156_20250118/HyperCeiler_2.5.156_20250118_3866_release_miui.apk)
31+
> Android 13 的 MIUI ROM 和 HyperOS 1.0 ROM 请使用[此版本](https://github.com/Xposed-Modules-Repo/com.sevtinge.hyperceiler/releases/download/3866-2.5.156_20250118/HyperCeiler_2.5.156_20250118_3866_release_miui.apk)
3232
>
33-
> Android 14 的 HyperOS 1.0/2.0 已归档,2.6.160 发布之后不再接收反馈和修复
33+
> Android 14 的 HyperOS 1.0/2.0 已归档,2.6.160 发布之后不再接收反馈和修复
3434
3535
## 项目规划
3636

37-
Android 16 预期在 Xiaomi HyperOS 3.0 大部分设备发布后逐渐适配,但因为 Xiaomi HyperOS 的解锁规则,仍有 root 的设备比起之前会大幅度减少
37+
Android 16 预期在 Xiaomi HyperOS 3.0 大部分设备发布后逐渐适配,但因为 Xiaomi HyperOS 的解锁规则,仍有 Root 的设备比起之前会大幅度减少
3838

39-
开发者所拥有的设备也只能勉强适配,不能保证功能都能正常使用,或者也有可能会归档项目,不再进行开发
39+
开发者所拥有的设备也只能勉强适配,不能保证功能都能正常使用,或者也有可能会归档项目,不再进行开发
4040

4141
## 作用域包含的应用
4242

@@ -125,7 +125,7 @@ Android 16 预期在 Xiaomi HyperOS 3.0 大部分设备发布后逐渐适配,
125125

126126
您可以在[这里](https://crwd.in/cemiuiler)为 HyperCeiler 项目贡献翻译。
127127

128-
> 注:当新语言翻译进度大于或等于 90% 时,将会进入合并流程,如果已添加的语言,翻译进度小于或等于源文本的 30%,将会暂时被移除,直到重新满足翻译进度大于或等于 90%
128+
> 注:当新语言翻译进度大于或等于 90% 时,将会进入合并流程,如果已添加的语言,翻译进度小于或等于源文本的 30%,将会暂时被移除,直到重新满足翻译进度大于或等于 90%
129129
130130
## 感谢
131131

README_en-US.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ HyperCeiler has stopped maintaining MIUI ROMs for Android 11-13 and HyperOS 1.0
3232
>
3333
> Android 14's HyperOS 1.0/2.0 has been archived, and after version 2.6.160 is released, no further feedback or fixes will be accepted.
3434
35-
## Project Planning
35+
## Project planning
3636

37-
Android 16 is expected to be gradually adapted to most devices after the release of Xiaomi HyperOS 3.0. However, due to the unlocking policies of Xiaomi HyperOS, the number of rooted devices will be significantly reduced compared to before.
37+
Android 16 is expected to be gradually adapted to most devices after the release of Xiaomi HyperOS 3.0. However, due to Xiaomi HyperOS's unlocking policies, the number of rooted devices will be significantly reduced compared to the previous version.
3838

39-
The devices available to developers can only be barely adapted, and there is no guarantee that all functions will work properly. There is also a possibility that the project may be archived and development discontinued.
39+
The devices available to developers can only be partially adapted, and there's no guarantee that all features will work properly. There's also a possibility that the project may be archived and development discontinued.
4040

4141
## Supported apps
4242

README_pt-BR.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ O HyperCeiler deixou de ser mantido em ROM MIUI para o Android 11-13 e ROM Hyper
2929
> Para ROM MIUI no Android 11-12, use [esta versão](https://github.com/ReChronoRain/Cemiuiler/releases/tag/1.3.130).
3030
>
3131
> Para ROM MIUI no Android 13 e ROM HyperOS 1.0, use [esta versão](https://github.com/Xposed-Modules-Repo/com.sevtinge.hyperceiler/releases/download/3866-2.5.156_20250118/HyperCeiler_2.5.156_20250118_3866_release_miui.apk).
32+
>
33+
> O HyperOS 1.0/2.0 do Android 14 foi arquivado e, após o lançamento da versão 2.6.160, nenhum outro feedback ou correção será aceito.
34+
35+
## Planejamento do projeto
36+
37+
Espera-se que o Android 16 seja gradualmente adaptado à maioria dos dispositivos após o lançamento do Xiaomi HyperOS 3.0. No entanto, devido às políticas de desbloqueio do Xiaomi HyperOS, o número de dispositivos com root será significativamente reduzido em comparação com a versão anterior.
38+
39+
Os dispositivos disponíveis para os desenvolvedores só podem ser parcialmente adaptados e não há garantia de que todos os recursos funcionarão corretamente. Existe também a possibilidade de o projeto ser arquivado e o desenvolvimento descontinuado.
3240

3341
## Apps suportados
3442

README_uk_UA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ HyperOS для Android 14-15
7777
| iFlytek IME для MIUI | com.iflytek.inputmethod.miui |
7878
| Інсталятор пакетів | com.miui.packageinstaller |
7979
| GetApps | com.xiaomi.market |
80-
| Віджет-стрічка | com.miui.personalassistant |
80+
| Віджет-стрічка | com.miui.personalassistant |
8181
| Теми | com.android.thememanager |
8282
| Компоненти системної безпеки | com.miui.guardprovider |
8383
| Камера | com.android.camera |

README_zh-HK.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@ Android 14-15 的 HyperOS
1616

1717
## 使用前說明
1818

19-
請在 [LSPosed](https://github.com/LSPosed/LSPosed/releases) 中啟用 HyperCeiler, 然後在 HyperCeiler 應用內啟用對應的功能,重啟作用域 (需要 Root 權限);
19+
請在 [LSPosed](https://github.com/LSPosed/LSPosed/releases) 中啟用 HyperCeiler,然後在 HyperCeiler 應用內啟用對應的功能,重啟作用域需要 Root 權限)。
2020

21-
本模組<b>不支持</b> `修改較多的第三方 Xiaomi HyperOS ROM``修改較多的系統軟件`,以及`部分國際 Xiaomi HyperOS ROM`
21+
本模組<b>不支持</b>`修改較多的第三方 Xiaomi HyperOS ROM``修改較多的系統軟件`,以及`部分國際 Xiaomi HyperOS ROM`
2222

23-
目前 HyperCeiler 是基於 Android 15 的 Xiaomi HyperOS 2.0.200 的手機端設備進行適配,覆蓋範圍不是很完整,需要不斷測試和改進
23+
目前 HyperCeiler 是基於 Android 15 的 Xiaomi HyperOS 2.0.200 的手機端設備進行適配,覆蓋範圍不是很完整,需要不斷測試和改進
2424

25-
提交反饋前請注意是否已有相同反饋,避免給開發者造成困擾。花相同精力看相同反饋是一件很浪費時間的事情
25+
提交反饋前請注意是否已有相同反饋,避免給開發者造成困擾。花相同精力看相同反饋是一件很浪費時間的事情
2626

27-
HyperCeiler 已停止維護 Android 11-13 的 MIUI ROM 和 Android 13 的 HyperOS 1.0 ROM
27+
HyperCeiler 已停止維護 Android 11-13 的 MIUI ROM 和 Android 13 的 HyperOS 1.0 ROM
2828

29-
> Android 11-12 的 MIUI ROM 請使用 [此版本](https://github.com/ReChronoRain/Cemiuiler/releases/tag/1.3.130)
29+
> Android 11-12 的 MIUI ROM 請使用[此版本](https://github.com/ReChronoRain/Cemiuiler/releases/tag/1.3.130)
3030
>
31-
> Android 13 的 MIUI ROM 和 HyperOS 1.0 ROM 請使用 [此版本](https://github.com/Xposed-Modules-Repo/com.sevtinge.hyperceiler/releases/download/3866-2.5.156_20250118/HyperCeiler_2.5.156_20250118_3866_release_miui.apk)
31+
> Android 13 的 MIUI ROM 和 HyperOS 1.0 ROM 請使用[此版本](https://github.com/Xposed-Modules-Repo/com.sevtinge.hyperceiler/releases/download/3866-2.5.156_20250118/HyperCeiler_2.5.156_20250118_3866_release_miui.apk)
3232
>
33-
> Android 14 的 HyperOS 1.0/2.0 已歸檔,2.6.160 發佈之後不再接收反饋和修復
33+
> Android 14 的 HyperOS 1.0/2.0 已歸檔,2.6.160 發佈之後不再接收反饋和修復
3434
3535
## 項目規劃
3636

37-
Android 16 預期會在 Xiaomi HyperOS 3.0 大部分設備發佈後逐步適配,但由於 Xiaomi HyperOS 的解鎖規則,仍然有 root 的設備相比之前會大幅減少。
37+
Android 16 預期會在 Xiaomi HyperOS 3.0 大部分設備發佈後逐步適配,但由於 Xiaomi HyperOS 的解鎖規則,仍然有 Root 的設備相比之前會大幅減少。
3838

3939
開發者所擁有的設備也只能勉強適配,無法保證所有功能都能正常使用,或者也有可能會將項目歸檔,不再繼續開發。
4040

@@ -125,7 +125,7 @@ Android 16 預期會在 Xiaomi HyperOS 3.0 大部分設備發佈後逐步適配
125125

126126
您可以在[這裡](https://crwd.in/cemiuiler)為 HyperCeiler 項目貢獻翻譯。
127127

128-
> 註:當新語言翻譯進度大於或等於 90% 時,將會進入合併流程,如果已添加的語言,翻譯進度小於或等於原始文本的 30%,將會暫時被移除,直到重新滿足翻譯進度大於或等於 90%
128+
> 註:當新語言翻譯進度大於或等於 90% 時,將會進入合併流程,如果已添加的語言,翻譯進度小於或等於原始文本的 30%,將會暫時被移除,直到重新滿足翻譯進度大於或等於 90%
129129
130130
## 感謝
131131

0 commit comments

Comments
 (0)