From f682368eeb742f4395f6246ed5d514df89536f8e Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Thu, 8 Jun 2017 22:49:26 +0800 Subject: [PATCH] Update strings --- app/src/main/res/values-zh-rTW/strings.xml | 7 +++++++ app/src/main/res/values/strings.xml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index 1975c902e..ec81ffe8d 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -209,5 +209,12 @@ 有 Magisk Manager 更新! 應用程式更新後,重新認證root權限 更新後重新認證 + 所有 root 工作使用全域 mount namespace + 每一 root 工作有自己獨立的 namespace + Mount Namespace 模式 + Root 工作繼承原程式之 namespace + 全域 Namespace + 獨立 Namespace + 繼承 Namespace diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b9e5439cd..1ca5d745d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -177,10 +177,10 @@ Mount Namespace Mode Global Namespace - Requester Namespace + Inherit Namespace Isolated Namespace All root sessions use the global mount namespace - Root sessions will use its requester\'s namespace + Root sessions will inherit its requester\'s namespace Each root session will have its own isolated namespace App Development