Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
f682368e
Commit
f682368e
authored
Jun 08, 2017
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update strings
parent
4a5d033e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
strings.xml
app/src/main/res/values-zh-rTW/strings.xml
+7
-0
strings.xml
app/src/main/res/values/strings.xml
+2
-2
No files found.
app/src/main/res/values-zh-rTW/strings.xml
View file @
f682368e
...
...
@@ -209,5 +209,12 @@
<string
name=
"manager_update_title"
>
有 Magisk Manager 更新!
</string>
<string
name=
"settings_su_reauth_summary"
>
應用程式更新後,重新認證root權限
</string>
<string
name=
"settings_su_reauth_title"
>
更新後重新認證
</string>
<string
name=
"global_summary"
>
所有 root 工作使用全域 mount namespace
</string>
<string
name=
"isolate_summary"
>
每一 root 工作有自己獨立的 namespace
</string>
<string
name=
"mount_namespace_mode"
>
Mount Namespace 模式
</string>
<string
name=
"requester_summary"
>
Root 工作繼承原程式之 namespace
</string>
<string
name=
"settings_ns_global"
>
全域 Namespace
</string>
<string
name=
"settings_ns_isolate"
>
獨立 Namespace
</string>
<string
name=
"settings_ns_requester"
>
繼承 Namespace
</string>
</resources>
app/src/main/res/values/strings.xml
View file @
f682368e
...
...
@@ -177,10 +177,10 @@
<string
name=
"mount_namespace_mode"
>
Mount Namespace Mode
</string>
<string
name=
"settings_ns_global"
>
Global Namespace
</string>
<string
name=
"settings_ns_requester"
>
Requester
Namespace
</string>
<string
name=
"settings_ns_requester"
>
Inherit
Namespace
</string>
<string
name=
"settings_ns_isolate"
>
Isolated Namespace
</string>
<string
name=
"global_summary"
>
All root sessions use the global mount namespace
</string>
<string
name=
"requester_summary"
>
Root sessions will
use
its requester\'s namespace
</string>
<string
name=
"requester_summary"
>
Root sessions will
inherit
its requester\'s namespace
</string>
<string
name=
"isolate_summary"
>
Each root session will have its own isolated namespace
</string>
<string
name=
"settings_development_category"
>
App Development
</string>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment