[skip ci]: feat: Update string resources for clarity and consistency; simplify build manager workflow
This commit is contained in:
16
.github/workflows/build-manager-manual.yml
vendored
16
.github/workflows/build-manager-manual.yml
vendored
@@ -1,20 +1,6 @@
|
|||||||
name: Build Manager Manual
|
name: Build Manager Manual
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [ "main" ]
|
|
||||||
paths:
|
|
||||||
- '.github/workflows/build-manager-manual.yml'
|
|
||||||
- 'manager/**'
|
|
||||||
- 'kernel/**'
|
|
||||||
- 'userspace/ksud/**'
|
|
||||||
- 'userspace/susfs/**'
|
|
||||||
- 'userspace/kpmmgr/**'
|
|
||||||
pull_request:
|
|
||||||
branches: [ "main" ]
|
|
||||||
paths:
|
|
||||||
- 'manager/**'
|
|
||||||
workflow_call:
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
build_lkm:
|
build_lkm:
|
||||||
@@ -78,7 +64,7 @@ jobs:
|
|||||||
|
|
||||||
build-lkm:
|
build-lkm:
|
||||||
needs: check-build-lkm
|
needs: check-build-lkm
|
||||||
uses: ./.github/workflows/build-lkm.yml
|
uses: ./.github/workflows/build-lkm-local.yml
|
||||||
if: ${{ needs.check-build-lkm.outputs.build_lkm == 'true' }}
|
if: ${{ needs.check-build-lkm.outputs.build_lkm == 'true' }}
|
||||||
with:
|
with:
|
||||||
upload: ${{ needs.check-build-lkm.outputs.upload_lkm == 'true' }}
|
upload: ${{ needs.check-build-lkm.outputs.upload_lkm == 'true' }}
|
||||||
|
|||||||
@@ -305,7 +305,7 @@
|
|||||||
<string name="clear">清除</string>
|
<string name="clear">清除</string>
|
||||||
<string name="apps_with_root">Root 权限应用</string>
|
<string name="apps_with_root">Root 权限应用</string>
|
||||||
<string name="apps_with_custom_profile">自定义配置应用</string>
|
<string name="apps_with_custom_profile">自定义配置应用</string>
|
||||||
<string name="other_apps">其他应用</string>
|
<string name="other_apps">默认配置应用</string>
|
||||||
<string name="no_apps_found">未找到应用</string>
|
<string name="no_apps_found">未找到应用</string>
|
||||||
<string name="selinux_enabled_toast">SELinux 已设置为启用状态</string>
|
<string name="selinux_enabled_toast">SELinux 已设置为启用状态</string>
|
||||||
<string name="selinux_disabled_toast">SELinux 已设置为禁用状态</string>
|
<string name="selinux_disabled_toast">SELinux 已设置为禁用状态</string>
|
||||||
|
|||||||
@@ -307,9 +307,9 @@
|
|||||||
<string name="currently_selected">Currently</string>
|
<string name="currently_selected">Currently</string>
|
||||||
<!-- String resources used in SuperUser -->
|
<!-- String resources used in SuperUser -->
|
||||||
<string name="clear">Removals</string>
|
<string name="clear">Removals</string>
|
||||||
<string name="apps_with_root">Root Application of permissions</string>
|
<string name="apps_with_root">Applications with root privileges</string>
|
||||||
<string name="apps_with_custom_profile">Customized Configuration Application</string>
|
<string name="apps_with_custom_profile">Applications with customized configurations</string>
|
||||||
<string name="other_apps">Other Applications</string>
|
<string name="other_apps">Applications with unchanged defaults</string>
|
||||||
<string name="no_apps_found">Application not found</string>
|
<string name="no_apps_found">Application not found</string>
|
||||||
<string name="selinux_enabled_toast">SELinux Enabled</string>
|
<string name="selinux_enabled_toast">SELinux Enabled</string>
|
||||||
<string name="selinux_disabled_toast">SELinux Disabled</string>
|
<string name="selinux_disabled_toast">SELinux Disabled</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user