Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Tidy up strings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
SanmerDev committed Jun 23, 2024
1 parent fd32a1e commit 112db77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<!-- Setup -->
<string name="setup_mode">工作模式</string>
<string name="setup_root_title">Root</string>
<string name="setup_root_desc">需要由 Magisk 或 KernelSU 提供 Root 权限</string>
<string name="setup_root_desc">需要由 Magisk, KernelSU 或 APatch 提供 Root 权限</string>
<string name="setup_shizuku_desc">需要由 Sui 或 Shizuku (root) 提供权限</string>
<string name="setup_non_root_title">免 Root</string>
<string name="setup_non_root_desc">不需要 Root 权限,只有模块下载功能可用</string>
<string name="setup_non_root_desc">不需要 Root 权限, 仅提供模块下载</string>

<!-- Install -->
<string name="install_screen_title">安装</string>
Expand Down Expand Up @@ -63,9 +63,9 @@

<!-- Settings-->
<string name="settings_app">应用</string>
<string name="settings_app_desc">关于 MRepo 应用本身的设置</string>
<string name="settings_app_desc">应用程序本身的设置</string>
<string name="settings_repo">存储库</string>
<string name="settings_repo_desc">管理 Magisk 模块存储库</string>
<string name="settings_repo_desc">管理模块存储库</string>
<string name="settings_about">关于</string>
<!-- Root Item -->
<string name="settings_root_access">Root 权限: %s</string>
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<!-- Setup -->
<string name="setup_mode">Working Mode</string>
<string name="setup_root_title">Root</string>
<string name="setup_root_desc">Requires Root permissions provided by Magisk or KernelSU</string>
<string name="setup_root_desc">Requires Root permissions provided by Magisk, KernelSU or APatch</string>
<string name="setup_shizuku_desc">Requires permission provided by Sui or Shizuku (root)</string>
<string name="setup_non_root_title">Non-Root</string>
<string name="setup_non_root_desc">Not require Root permissions, only the download module function is available</string>
<string name="setup_non_root_desc">Not require Root permissions, only module download is available</string>

<!-- Install -->
<string name="install_screen_title">Installation</string>
Expand Down Expand Up @@ -64,9 +64,9 @@

<!-- Settings -->
<string name="settings_app">App</string>
<string name="settings_app_desc">Settings about MRepo app itself</string>
<string name="settings_app_desc">Settings about app itself</string>
<string name="settings_repo">Repositories</string>
<string name="settings_repo_desc">Manage Magisk modules repositories</string>
<string name="settings_repo_desc">Manage modules repositories</string>
<string name="settings_about">About</string>
<!-- Root Item -->
<string name="settings_root_access">Root Access: %s</string>
Expand Down

0 comments on commit 112db77

Please sign in to comment.