manager: Add module shrink to settings. close #1572

This commit is contained in:
weishu
2024-04-01 12:23:41 +08:00
parent eba87b7223
commit 31fbeef7e3
4 changed files with 57 additions and 5 deletions

View File

@@ -115,4 +115,6 @@
<string name="install_next">下一步</string>
<string name="select_file_tip">建议选择 %1$s 分区镜像</string>
<string name="select_kmi">选择 KMI</string>
<string name="shrink_sparse_image">最小化稀疏文件</string>
<string name="shrink_sparse_image_message">将模块所在的稀疏文件镜像调整为其实际大小,注意这可能导致模块工作异常,请仅在必要时(如备份)使用。</string>
</resources>

View File

@@ -117,4 +117,6 @@
<string name="install_next">Next</string>
<string name="select_file_tip">%1$s partition image is recommended</string>
<string name="select_kmi">Select KMI</string>
<string name="shrink_sparse_image">Minimize sparse image</string>
<string name="shrink_sparse_image_message">Adjust the sparse file mirror where the module is located to its actual size. Note that this may cause the module to function abnormally, please only use when necessary (such as for backup)</string>
</resources>