diff --git a/app/src/main/java/com/bintianqi/owndroid/dpm/Permissions.kt b/app/src/main/java/com/bintianqi/owndroid/dpm/Permissions.kt index d63bf1b..3be1d47 100644 --- a/app/src/main/java/com/bintianqi/owndroid/dpm/Permissions.kt +++ b/app/src/main/java/com/bintianqi/owndroid/dpm/Permissions.kt @@ -393,7 +393,7 @@ private fun SupportMsg(){ var longMsg by remember{mutableStateOf(myDpm.getLongSupportMessage(myComponent)?.toString() ?: "")} Column(modifier = Modifier.fillMaxSize().verticalScroll(rememberScrollState()).padding(horizontal = 8.dp)){ Spacer(Modifier.padding(vertical = 10.dp)) - Text(text = stringResource(R.string.short_support_msg), style = typography.headlineLarge) + Text(text = stringResource(R.string.support_msg), style = typography.headlineLarge) Spacer(Modifier.padding(vertical = 5.dp)) OutlinedTextField( value = shortMsg, diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 6b8484e..a257e75 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -63,7 +63,7 @@ 不受管理的账号 账号类型 转移所有权 - 把Device owner或Profile owner权限转移到另一个应用。目标必须是Device admin + 把Device owner或Profile owner权限转移到另一个应用 (目标必须是Device admin) 目标包名 目标类名 锁屏提示信息 @@ -446,7 +446,7 @@ 复杂数字(无连续性) 密码质量要求 设置密码复杂度将会取代密码质量 - 已弃用,请使用上面的”密码复杂度要求“。点击展开 + 已弃用,请使用上面的”密码复杂度要求“ 在这里激活密码重置令牌 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1c349ab..6215bba 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -56,7 +56,7 @@ adb shell dpm set-device-owner com.bintianqi.owndroid/com.bintianqi.owndroid.Receiver Device info Financed device: %1$s - Device policy manager role holder:%1$s + Device policy manager role holder: %1$s Inactive Active @@ -76,7 +76,7 @@ Lockscreen info Support Message Short message - When you try to use functions disabled by this app, the support message will show. + When users try to use functions disabled by this app, the support message will show. (Multi-line allowed) Long message Transform Activate Device admin here. @@ -409,9 +409,9 @@ Password and keyguard Password Info Keep empty to remove password - Max failed password - When reach this limit, the device will factory reset - Max number of fail + Max password attempt limit + When reach this limit, the device will be factory reset + Maximum failed attempts Password timeout Screen timeout Enter 0 to allow user decision, unit: millisecond @@ -452,15 +452,15 @@ Disable biometrics Disable shortcuts Unspecified - Require a password + Password required (No limitation for complexity) Alphabetic Numeric Alphanumeric - Biometrics - Numeric complex + Biometrics (Weak) + Numeric complex (No repeating characters) Required password quality Set password complexity will disable password quality settings. - Deprecated. Use required password complexity instead. + Deprecated. Use "Required password complexity" instead. Activate reset password token here.