mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-13 20:01:17 +08:00
Compare commits
98 Commits
Download
...
1836176853
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1836176853 | ||
|
|
06065b58c1 | ||
|
|
6f78f83da1 | ||
|
|
6f91cab9b8 | ||
|
|
ca2ffa4c3f | ||
|
|
f44f095c65 | ||
|
|
68c67d139b | ||
|
|
2b1eaf6634 | ||
|
|
c91a46cabb | ||
|
|
a7947d5a2f | ||
|
|
bb8150583c | ||
|
|
a4fe68c141 | ||
|
|
61f64ba7bb | ||
|
|
bfff5cc446 | ||
|
|
509fef5e06 | ||
|
|
f88ff6db15 | ||
|
|
2b352738f5 | ||
|
|
085b375dc6 | ||
|
|
7c13214e2d | ||
|
|
469f004baa | ||
|
|
eec755d642 | ||
|
|
14ca833ec1 | ||
|
|
8bcb89b04d | ||
|
|
f2df033393 | ||
|
|
ab41dea173 | ||
|
|
7d9f45b92f | ||
|
|
8c08466ed6 | ||
|
|
801ade5859 | ||
|
|
984b909197 | ||
|
|
0a6b114354 | ||
|
|
f6653aef78 | ||
|
|
1f7dbba6a8 | ||
|
|
87a2f04b65 | ||
|
|
25dba39daf | ||
|
|
7ad1bcb763 | ||
|
|
1aee169089 | ||
|
|
8eb42fdf38 | ||
|
|
fddf3ffb76 | ||
|
|
6e4e8ed97b | ||
|
|
e5e64821a8 | ||
|
|
8ab8330c94 | ||
|
|
7c8f061c30 | ||
|
|
406b1a740b | ||
|
|
54e3b0ab29 | ||
|
|
5fcb39bb58 | ||
|
|
bc9469a9b6 | ||
|
|
61b24111f1 | ||
|
|
a87bf7318b | ||
|
|
9bd6aee5e9 | ||
|
|
dfa47653f0 | ||
|
|
92b345af77 | ||
|
|
dfd1c660f5 | ||
|
|
d431798808 | ||
|
|
ff95c6d782 | ||
|
|
2f23263333 | ||
|
|
788e46cb39 | ||
|
|
fcfd29a86b | ||
|
|
3d4720fc42 | ||
|
|
2f26cedb2b | ||
|
|
6f30dcdac5 | ||
|
|
8488332cec | ||
|
|
157e087c99 | ||
|
|
ffdf296357 | ||
|
|
987f33b584 | ||
|
|
7cc2819307 | ||
|
|
a6df8ff014 | ||
|
|
8c13c702e9 | ||
|
|
fcf57c3796 | ||
|
|
830397a590 | ||
|
|
3fd32b4ec8 | ||
|
|
7a5c39620b | ||
|
|
05493d35d4 | ||
|
|
2f1930f704 | ||
|
|
1e6eb58dab | ||
|
|
11908a7381 | ||
|
|
117acc99f7 | ||
|
|
e3909c5996 | ||
|
|
da80efc8ba | ||
|
|
fabbd19929 | ||
|
|
e608c504fe | ||
|
|
b483ce52c8 | ||
|
|
2421b5d285 | ||
|
|
63e360cc62 | ||
|
|
d4d6605c7b | ||
|
|
dc7e45e4ad | ||
|
|
df72a5f363 | ||
|
|
cd0aaef385 | ||
|
|
b71fa8a15e | ||
|
|
323cb2bffa | ||
|
|
029ad43508 | ||
|
|
8c6deb16cf | ||
|
|
93bdeaba0b | ||
|
|
d2ff9d61e7 | ||
|
|
780db8dfa5 | ||
|
|
dcc26b0e43 | ||
|
|
eaaa802054 | ||
|
|
99f47443eb | ||
|
|
0433cbe5ab |
23
.github/workflows/android.yml
vendored
23
.github/workflows/android.yml
vendored
@@ -13,10 +13,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: set up JDK 11
|
with:
|
||||||
|
submodules: 'recursive'
|
||||||
|
- name: set up JDK 17
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
java-version: '11'
|
java-version: '17'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
cache: gradle
|
cache: gradle
|
||||||
- uses: actions/cache@v2
|
- uses: actions/cache@v2
|
||||||
@@ -32,24 +34,9 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
~/.gradle/caches/build-cache-*
|
~/.gradle/caches/build-cache-*
|
||||||
key: gradle-builds-${{ github.sha }}
|
key: gradle-builds-${{ github.sha }}
|
||||||
|
|
||||||
- name: Init Submodule
|
- name: Init Submodule
|
||||||
run: |
|
run: |
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: bash ./gradlew assemble
|
run: bash ./gradlew :app:packageDebug
|
||||||
|
|
||||||
- name: Upload Release APK
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: SimplicityTools_Release
|
|
||||||
path: "app/build/outputs/apk/release/*.apk"
|
|
||||||
|
|
||||||
- name: Upload Debug APK
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: Simplicity Tools_Debug
|
|
||||||
path: "app/build/outputs/apk/debug/*.apk"
|
|
||||||
|
|
||||||
|
|||||||
91
README.md
91
README.md
@@ -22,93 +22,6 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### 已实现功能
|
|
||||||
<details>
|
|
||||||
<summary>点击展开详情</summary>
|
|
||||||
|
|
||||||
- 状态栏
|
|
||||||
- 状态栏网速秒刷新
|
|
||||||
- 隐藏状态栏电量(%)
|
|
||||||
- 隐藏状态栏网速(/s)单位
|
|
||||||
- 解除通知图标个数上限
|
|
||||||
- 状态栏布局
|
|
||||||
- 时间居中
|
|
||||||
- 兼容模式
|
|
||||||
- 左边距自定义
|
|
||||||
- 右边距自定义
|
|
||||||
- 状态栏时钟格式
|
|
||||||
- 显示年份开关
|
|
||||||
- 显示月份开关
|
|
||||||
- 显示日期开关
|
|
||||||
- 显示星期开关
|
|
||||||
- 显示时辰开关
|
|
||||||
- 显示时段开关
|
|
||||||
- 显示秒数开关
|
|
||||||
- 隐藏间隔开关
|
|
||||||
- 双行显示开关
|
|
||||||
- 时钟大小自定义
|
|
||||||
- 双排时钟大小自定义
|
|
||||||
- 状态栏图标
|
|
||||||
- 隐藏电池图标开关
|
|
||||||
- 隐藏充电图标开关
|
|
||||||
- 隐藏GPS图标开关
|
|
||||||
- 隐藏蓝牙图标开关
|
|
||||||
- 隐藏蓝牙电量图标开关
|
|
||||||
- 隐藏小HD图标开关
|
|
||||||
- 隐藏大HD图标开关
|
|
||||||
- 隐藏HD无服务开关
|
|
||||||
- 隐藏SIM卡一图标开关
|
|
||||||
- 隐藏SIM卡二图标开关
|
|
||||||
- 隐藏无SIM卡图标开关
|
|
||||||
- 隐藏移动类型图标开关
|
|
||||||
- 隐藏移动箭头图标开关
|
|
||||||
- 隐藏WIFI图标开关
|
|
||||||
- 隐藏WIFI箭头开关
|
|
||||||
- 隐藏WIFI标准开关
|
|
||||||
- 隐藏WiFi辅助图标开关
|
|
||||||
- 隐藏WIFI热点图标开关
|
|
||||||
- 隐藏VPN图标开关
|
|
||||||
- 隐藏飞行模式图标开关
|
|
||||||
- 隐藏闹钟图标开关
|
|
||||||
- 隐藏耳机图标开关
|
|
||||||
- 隐藏声音、勿扰图标开关
|
|
||||||
- 隐藏网速分隔符
|
|
||||||
- 通知面板
|
|
||||||
- 显示天气开关
|
|
||||||
- 显示天气地区开关
|
|
||||||
- 控制中心
|
|
||||||
- 显示天气开关
|
|
||||||
- 显示天气地区开关
|
|
||||||
- 锁屏
|
|
||||||
- 移除锁屏侧边功能
|
|
||||||
- 移除锁屏相机功能
|
|
||||||
- 桌面
|
|
||||||
- 始终显示桌面时钟
|
|
||||||
- 系统框架
|
|
||||||
- 移除上层显示通知
|
|
||||||
- 允许截图(支持磁贴)
|
|
||||||
- 解除安装限制(支持降级、不同签名、无签名安装)
|
|
||||||
- 解除不支持小窗应用限制
|
|
||||||
- 性能
|
|
||||||
- 锁定当前刷新率上限(支持磁贴)
|
|
||||||
- 防止恢复电池优化白名单
|
|
||||||
- 手机管家
|
|
||||||
- 跳过5/10秒警告时间
|
|
||||||
- 锁定 100 分
|
|
||||||
- 去除游戏自动连招黑名单
|
|
||||||
- 相册编辑
|
|
||||||
- 解锁无限裁切图片/截图功能
|
|
||||||
- 系统更新
|
|
||||||
- 移除OTA验证
|
|
||||||
- 设置
|
|
||||||
- 显示通知重要程度
|
|
||||||
- 去广告
|
|
||||||
- 移除主题壁纸广告
|
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### 模块截图
|
### 模块截图
|
||||||

|

|
||||||
|
|
||||||
@@ -128,6 +41,10 @@ Xposed仓库下载:[点击此处下载最新发行版](https://github.com/Xpos
|
|||||||
---
|
---
|
||||||
|
|
||||||
### 第三方开源引用
|
### 第三方开源引用
|
||||||
|
##### GNU General Public License v3.0
|
||||||
|
[qqlittleice/MiuiHome](https://github.com/qqlittleice/MiuiHome)
|
||||||
|
[yujincheng08/BiliRoaming](https://github.com/yujincheng08/BiliRoaming)
|
||||||
|
[Mikanoshi/CustoMIUIzer](https://code.highspec.ru/Mikanoshi/CustoMIUIzer)
|
||||||
##### GNU General Public License v2.0
|
##### GNU General Public License v2.0
|
||||||
[LSPosed/CorePatch](https://github.com/LSPosed/CorePatch)
|
[LSPosed/CorePatch](https://github.com/LSPosed/CorePatch)
|
||||||
##### GNU Lesser General Public License v2.1
|
##### GNU Lesser General Public License v2.1
|
||||||
|
|||||||
93
README_EN.md
93
README_EN.md
@@ -20,93 +20,6 @@ It is in the early stage of development, with fewer functions, and will be impro
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Features
|
|
||||||
<details>
|
|
||||||
<summary>Click to expand details</summary>
|
|
||||||
|
|
||||||
- Status Bar
|
|
||||||
- Status bar web speed second refresh
|
|
||||||
- Hide status bar power (%)
|
|
||||||
- Hide status bar speed (/) unit
|
|
||||||
- Unlock the maximum number of notification icons
|
|
||||||
- Status bar layout
|
|
||||||
- Time centered
|
|
||||||
- Compatible mode
|
|
||||||
- Left margin customization
|
|
||||||
- Right margin customization
|
|
||||||
- Status bar clock format
|
|
||||||
- Show year switch
|
|
||||||
- Show month switch
|
|
||||||
- Show date switch
|
|
||||||
- Show day switch
|
|
||||||
- Show chinese twelve hour switch
|
|
||||||
- Display AM/PM switch
|
|
||||||
- Display seconds switch
|
|
||||||
- Hide space switch
|
|
||||||
- Double line display switch
|
|
||||||
- Clock size customization
|
|
||||||
- Double row clock size customization
|
|
||||||
- Status bar icons
|
|
||||||
- Hide battery icon switch
|
|
||||||
- Hide charging icon switch
|
|
||||||
- Hide GPS icon switch
|
|
||||||
- Hide Bluetooth icon switch
|
|
||||||
- Hide Bluetooth power icon switch
|
|
||||||
- Hide small HD icon switch
|
|
||||||
- Hide large HD icon switch
|
|
||||||
- Hide HD no service switch
|
|
||||||
- Hide SIM card one icon switch
|
|
||||||
- Hide SIM card two icon switch
|
|
||||||
- Hide SIM-less icon switch
|
|
||||||
- Hide mobile type icon switch
|
|
||||||
- Hide mobile arrow icon switch
|
|
||||||
- Hide WIFI icon switch
|
|
||||||
- Hide WIFI arrow switch
|
|
||||||
- Hide WIFI standard switch
|
|
||||||
- Hide WiFi auxiliary icon switch
|
|
||||||
- Hide WIFI hotspot icon switch
|
|
||||||
- Hide VPN icon switch
|
|
||||||
- Hide Airplane Mode icon switch
|
|
||||||
- Hide alarm clock icon switch
|
|
||||||
- Hide headset icon switch
|
|
||||||
- Hide sound, do not disturb icon switch
|
|
||||||
- Hide internet speed separator
|
|
||||||
- Notification panel
|
|
||||||
- Show weather switch
|
|
||||||
- Show weather area switch
|
|
||||||
- Control Center
|
|
||||||
- Show weather switch
|
|
||||||
- Show weather area switch
|
|
||||||
- Lock Screen
|
|
||||||
- Remove lock screen side function
|
|
||||||
- Remove lock screen camera function
|
|
||||||
- Home
|
|
||||||
- Always show desktop clock
|
|
||||||
- System Framework
|
|
||||||
- Remove upper display notifications
|
|
||||||
- Allow screenshots (tile support)
|
|
||||||
- CorePatch (support downgrade, different signature, unsigned installation)
|
|
||||||
- Unlock unsupported small windows applications
|
|
||||||
- Nature
|
|
||||||
- Lock current refresh rate cap (tile support)
|
|
||||||
- Prevent recovery of battery optimization whitelist
|
|
||||||
- Phone Manager
|
|
||||||
- Skip 5/10 seconds warning time
|
|
||||||
- Lock 100 points
|
|
||||||
- Remove game macro blacklist
|
|
||||||
- Album editing
|
|
||||||
- Unlock unlimited crop image/screenshot function
|
|
||||||
- System Update
|
|
||||||
- Remove OTA authentication
|
|
||||||
- Settings
|
|
||||||
- Show notification importance
|
|
||||||
- Remove Ads
|
|
||||||
- Remove theme manager ads
|
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### Screenshot
|
### Screenshot
|
||||||

|

|
||||||
|
|
||||||
@@ -119,12 +32,16 @@ Xposed Repo:[Click here to download the latest release](https://github.com/Xpo
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### 改进翻译
|
### Participate in translation
|
||||||
[](https://crowdin.com/project/simplicitytools)[Click here to Crowdin](https://crowdin.com/project/simplicitytools)
|
[](https://crowdin.com/project/simplicitytools)[Click here to Crowdin](https://crowdin.com/project/simplicitytools)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Third party open source references
|
## Third party open source references
|
||||||
|
##### GNU General Public License v3.0
|
||||||
|
[qqlittleice/MiuiHome](https://github.com/qqlittleice/MiuiHome)
|
||||||
|
[yujincheng08/BiliRoaming](https://github.com/yujincheng08/BiliRoaming)
|
||||||
|
[Mikanoshi/CustoMIUIzer](https://code.highspec.ru/Mikanoshi/CustoMIUIzer)
|
||||||
##### GNU General Public License v2.0
|
##### GNU General Public License v2.0
|
||||||
[LSPosed/CorePatch](https://github.com/LSPosed/CorePatch)
|
[LSPosed/CorePatch](https://github.com/LSPosed/CorePatch)
|
||||||
##### GNU Lesser General Public License v2.1
|
##### GNU Lesser General Public License v2.1
|
||||||
|
|||||||
@@ -12,8 +12,8 @@ android {
|
|||||||
applicationId = "com.lt2333.simplicitytools"
|
applicationId = "com.lt2333.simplicitytools"
|
||||||
minSdk = 31
|
minSdk = 31
|
||||||
targetSdk = 32
|
targetSdk = 32
|
||||||
versionCode = 42
|
versionCode = 55
|
||||||
versionName = "1.4.1"
|
versionName = "1.5.4"
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|||||||
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
@@ -23,6 +23,10 @@
|
|||||||
public void *(de.robv.android.xposed.callbacks.XC_LoadPackage$LoadPackageParam);
|
public void *(de.robv.android.xposed.callbacks.XC_LoadPackage$LoadPackageParam);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-keep class * implements de.robv.android.xposed.IXposedHookZygoteInit {
|
||||||
|
public void *(de.robv.android.xposed.IXposedHookZygoteInit$StartupParam);
|
||||||
|
}
|
||||||
|
|
||||||
-assumenosideeffects class kotlin.jvm.internal.Intrinsics {
|
-assumenosideeffects class kotlin.jvm.internal.Intrinsics {
|
||||||
public static void check*(...);
|
public static void check*(...);
|
||||||
public static void throw*(...);
|
public static void throw*(...);
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -4,11 +4,17 @@ import com.github.kyuubiran.ezxhelper.init.EzXHelperInit
|
|||||||
import com.lt2333.simplicitytools.BuildConfig
|
import com.lt2333.simplicitytools.BuildConfig
|
||||||
import com.lt2333.simplicitytools.hook.app.*
|
import com.lt2333.simplicitytools.hook.app.*
|
||||||
import de.robv.android.xposed.IXposedHookLoadPackage
|
import de.robv.android.xposed.IXposedHookLoadPackage
|
||||||
|
import de.robv.android.xposed.IXposedHookZygoteInit
|
||||||
import de.robv.android.xposed.XSharedPreferences
|
import de.robv.android.xposed.XSharedPreferences
|
||||||
import de.robv.android.xposed.callbacks.XC_LoadPackage.LoadPackageParam
|
import de.robv.android.xposed.callbacks.XC_LoadPackage.LoadPackageParam
|
||||||
|
|
||||||
class MainHook : IXposedHookLoadPackage {
|
class MainHook : IXposedHookLoadPackage,IXposedHookZygoteInit {
|
||||||
private var prefs = XSharedPreferences(BuildConfig.APPLICATION_ID, "config")
|
private var prefs = XSharedPreferences(BuildConfig.APPLICATION_ID, "config")
|
||||||
|
|
||||||
|
override fun initZygote(startupParam: IXposedHookZygoteInit.StartupParam) {
|
||||||
|
EzXHelperInit.initZygote(startupParam)
|
||||||
|
}
|
||||||
|
|
||||||
override fun handleLoadPackage(lpparam: LoadPackageParam) {
|
override fun handleLoadPackage(lpparam: LoadPackageParam) {
|
||||||
if (prefs.getBoolean("main_switch", true)) {
|
if (prefs.getBoolean("main_switch", true)) {
|
||||||
EzXHelperInit.initHandleLoadPackage(lpparam)
|
EzXHelperInit.initHandleLoadPackage(lpparam)
|
||||||
@@ -32,6 +38,8 @@ class MainHook : IXposedHookLoadPackage {
|
|||||||
"com.android.settings" -> Settings().handleLoadPackage(lpparam)
|
"com.android.settings" -> Settings().handleLoadPackage(lpparam)
|
||||||
//主题壁纸
|
//主题壁纸
|
||||||
"com.android.thememanager" -> ThemeManager().handleLoadPackage(lpparam)
|
"com.android.thememanager" -> ThemeManager().handleLoadPackage(lpparam)
|
||||||
|
//截屏
|
||||||
|
"com.miui.screenshot" -> ScreenShot().handleLoadPackage(lpparam)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
package com.lt2333.simplicitytools.hook.app
|
package com.lt2333.simplicitytools.hook.app
|
||||||
|
|
||||||
import com.lt2333.simplicitytools.hook.app.miuihome.AlwaysDisplayTime
|
import com.lt2333.simplicitytools.hook.app.miuihome.AlwaysDisplayTime
|
||||||
|
import com.lt2333.simplicitytools.hook.app.miuihome.DoubleTapToSleep
|
||||||
import de.robv.android.xposed.IXposedHookLoadPackage
|
import de.robv.android.xposed.IXposedHookLoadPackage
|
||||||
import de.robv.android.xposed.XposedBridge
|
import de.robv.android.xposed.XposedBridge
|
||||||
import de.robv.android.xposed.callbacks.XC_LoadPackage.LoadPackageParam
|
import de.robv.android.xposed.callbacks.XC_LoadPackage.LoadPackageParam
|
||||||
@@ -10,5 +11,7 @@ class MiuiHome : IXposedHookLoadPackage {
|
|||||||
XposedBridge.log("Simplicitytools: 成功 Hook "+javaClass.simpleName)
|
XposedBridge.log("Simplicitytools: 成功 Hook "+javaClass.simpleName)
|
||||||
//时钟显示时钟
|
//时钟显示时钟
|
||||||
AlwaysDisplayTime().handleLoadPackage(lpparam)
|
AlwaysDisplayTime().handleLoadPackage(lpparam)
|
||||||
|
//双击锁屏
|
||||||
|
DoubleTapToSleep().handleLoadPackage(lpparam)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
package com.lt2333.simplicitytools.hook.app
|
||||||
|
|
||||||
|
import com.lt2333.simplicitytools.hook.app.screenshot.UnlockUnlimitedCropping
|
||||||
|
import de.robv.android.xposed.IXposedHookLoadPackage
|
||||||
|
import de.robv.android.xposed.XposedBridge
|
||||||
|
import de.robv.android.xposed.callbacks.XC_LoadPackage.LoadPackageParam
|
||||||
|
|
||||||
|
class ScreenShot : IXposedHookLoadPackage {
|
||||||
|
|
||||||
|
override fun handleLoadPackage(lpparam: LoadPackageParam) {
|
||||||
|
XposedBridge.log("Simplicitytools: 成功 Hook " + javaClass.simpleName)
|
||||||
|
//锁定最高刷新率
|
||||||
|
UnlockUnlimitedCropping().handleLoadPackage(lpparam)
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,9 +1,6 @@
|
|||||||
package com.lt2333.simplicitytools.hook.app
|
package com.lt2333.simplicitytools.hook.app
|
||||||
|
|
||||||
import com.lt2333.simplicitytools.hook.app.securitycenter.LockOneHundred
|
import com.lt2333.simplicitytools.hook.app.securitycenter.*
|
||||||
import com.lt2333.simplicitytools.hook.app.securitycenter.RemoveMacroBlacklist
|
|
||||||
import com.lt2333.simplicitytools.hook.app.securitycenter.ShowBatteryTemperature
|
|
||||||
import com.lt2333.simplicitytools.hook.app.securitycenter.SkipWaitingTime
|
|
||||||
import de.robv.android.xposed.IXposedHookLoadPackage
|
import de.robv.android.xposed.IXposedHookLoadPackage
|
||||||
import de.robv.android.xposed.XposedBridge
|
import de.robv.android.xposed.XposedBridge
|
||||||
import de.robv.android.xposed.callbacks.XC_LoadPackage.LoadPackageParam
|
import de.robv.android.xposed.callbacks.XC_LoadPackage.LoadPackageParam
|
||||||
@@ -11,7 +8,7 @@ import de.robv.android.xposed.callbacks.XC_LoadPackage.LoadPackageParam
|
|||||||
class SecurityCenter : IXposedHookLoadPackage {
|
class SecurityCenter : IXposedHookLoadPackage {
|
||||||
|
|
||||||
override fun handleLoadPackage(lpparam: LoadPackageParam) {
|
override fun handleLoadPackage(lpparam: LoadPackageParam) {
|
||||||
XposedBridge.log("Simplicitytools: 成功 Hook "+javaClass.simpleName)
|
XposedBridge.log("Simplicitytools: 成功 Hook " + javaClass.simpleName)
|
||||||
//跳过 5/10秒等待时间
|
//跳过 5/10秒等待时间
|
||||||
SkipWaitingTime().handleLoadPackage(lpparam)
|
SkipWaitingTime().handleLoadPackage(lpparam)
|
||||||
//锁定 100分
|
//锁定 100分
|
||||||
@@ -20,5 +17,7 @@ class SecurityCenter : IXposedHookLoadPackage {
|
|||||||
RemoveMacroBlacklist().handleLoadPackage(lpparam)
|
RemoveMacroBlacklist().handleLoadPackage(lpparam)
|
||||||
//显示电池温度
|
//显示电池温度
|
||||||
ShowBatteryTemperature().handleLoadPackage(lpparam)
|
ShowBatteryTemperature().handleLoadPackage(lpparam)
|
||||||
|
//去除打开应用弹窗
|
||||||
|
RemoveOpenAppConfirmationPopup().handleLoadPackage(lpparam)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -9,42 +9,20 @@ class SystemUI : IXposedHookLoadPackage {
|
|||||||
|
|
||||||
override fun handleLoadPackage(lpparam: LoadPackageParam) {
|
override fun handleLoadPackage(lpparam: LoadPackageParam) {
|
||||||
XposedBridge.log("Simplicitytools: 成功 Hook "+javaClass.simpleName)
|
XposedBridge.log("Simplicitytools: 成功 Hook "+javaClass.simpleName)
|
||||||
//隐藏飞行模式图标
|
//隐藏状态栏图标
|
||||||
HideAirplaneIcon().handleLoadPackage(lpparam)
|
HideStatusBarIcon().handleLoadPackage(lpparam)
|
||||||
//隐藏闹钟图标
|
|
||||||
HideAlarmIcon().handleLoadPackage(lpparam)
|
|
||||||
//隐藏电池
|
//隐藏电池
|
||||||
HideBatteryIcon().handleLoadPackage(lpparam)
|
HideBatteryIcon().handleLoadPackage(lpparam)
|
||||||
//隐藏蓝牙电量
|
|
||||||
HideBluetoothHandsfreeBatteryIcon().handleLoadPackage(lpparam)
|
|
||||||
//隐藏蓝牙图标
|
|
||||||
HideBluetoothIcon().handleLoadPackage(lpparam)
|
|
||||||
//隐藏GPS图标
|
|
||||||
HideGPSIcon().handleLoadPackage(lpparam)
|
|
||||||
//隐藏HD图标
|
//隐藏HD图标
|
||||||
HideHDIcon().handleLoadPackage(lpparam)
|
HideHDIcon().handleLoadPackage(lpparam)
|
||||||
//隐藏耳机图标
|
|
||||||
HideHeadsetIcon().handleLoadPackage(lpparam)
|
|
||||||
//隐藏热点图标
|
|
||||||
HideHotspotIcon().handleLoadPackage(lpparam)
|
|
||||||
//隐藏无SIM卡图标
|
|
||||||
HideNoSimIcon().handleLoadPackage(lpparam)
|
|
||||||
//隐藏SIM卡图标
|
//隐藏SIM卡图标
|
||||||
HideSimIcon().handleLoadPackage(lpparam)
|
HideSimIcon().handleLoadPackage(lpparam)
|
||||||
//隐藏移动箭头图标
|
//隐藏移动箭头图标
|
||||||
HideMobileActivityIcon().handleLoadPackage(lpparam)
|
HideMobileActivityIcon().handleLoadPackage(lpparam)
|
||||||
//隐藏移动类型图标
|
//隐藏移动类型图标
|
||||||
HideMobileTypeIcon().handleLoadPackage(lpparam)
|
HideMobileTypeIcon().handleLoadPackage(lpparam)
|
||||||
//隐藏辅助WIFI图标
|
|
||||||
HideSlaveWifiIcon().handleLoadPackage(lpparam)
|
|
||||||
//隐藏状态栏网速/s
|
//隐藏状态栏网速/s
|
||||||
HideStatusBarNetworkSpeedSecond().handleLoadPackage(lpparam)
|
HideStatusBarNetworkSpeedSecond().handleLoadPackage(lpparam)
|
||||||
//隐藏音量勿扰图标
|
|
||||||
HideVolumeZenIcon().handleLoadPackage(lpparam)
|
|
||||||
//隐藏VPN图标
|
|
||||||
HideVpnIcon().handleLoadPackage(lpparam)
|
|
||||||
//隐藏WIFI图标
|
|
||||||
HideWifiIcon().handleLoadPackage(lpparam)
|
|
||||||
//隐藏WIFI活动箭头图标
|
//隐藏WIFI活动箭头图标
|
||||||
HideWifiActivityIcon().handleLoadPackage(lpparam)
|
HideWifiActivityIcon().handleLoadPackage(lpparam)
|
||||||
//移除通知图标上限
|
//移除通知图标上限
|
||||||
@@ -70,6 +48,20 @@ class SystemUI : IXposedHookLoadPackage {
|
|||||||
HideNetworkSpeedSplitter().handleLoadPackage(lpparam)
|
HideNetworkSpeedSplitter().handleLoadPackage(lpparam)
|
||||||
//Alpha充电动画
|
//Alpha充电动画
|
||||||
WaveCharge().handleLoadPackage(lpparam)
|
WaveCharge().handleLoadPackage(lpparam)
|
||||||
|
//锁屏电流
|
||||||
|
LockScreenCurrent().handleLoadPackage(lpparam)
|
||||||
|
//锁屏下双击锁屏
|
||||||
|
LockScreenDoubleTapToSleep().handleLoadPackage(lpparam)
|
||||||
|
//双击状态栏锁屏
|
||||||
|
StatusBarDoubleTapToSleep().handleLoadPackage(lpparam)
|
||||||
|
//旧版快速设置自定义
|
||||||
|
OldQSCustom().handleLoadPackage(lpparam)
|
||||||
|
//双排网速
|
||||||
|
DoubleLineNetworkSpeed().handleLoadPackage(lpparam)
|
||||||
|
//大移动类型
|
||||||
|
StatusBarBigMobileTypeIcon().handleLoadPackage(lpparam)
|
||||||
|
//电量百分比
|
||||||
|
BatteryPercentage().handleLoadPackage(lpparam)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
package com.lt2333.simplicitytools.hook.app.android
|
package com.lt2333.simplicitytools.hook.app.android
|
||||||
|
|
||||||
import android.app.Service
|
|
||||||
import android.icu.text.DisplayContext
|
|
||||||
import com.lt2333.simplicitytools.util.XSPUtils
|
import com.lt2333.simplicitytools.util.XSPUtils
|
||||||
import com.lt2333.simplicitytools.util.hookAfterMethod
|
|
||||||
import com.lt2333.simplicitytools.util.hookBeforeMethod
|
import com.lt2333.simplicitytools.util.hookBeforeMethod
|
||||||
import com.lt2333.simplicitytools.util.setFloatField
|
import com.lt2333.simplicitytools.util.setFloatField
|
||||||
import de.robv.android.xposed.IXposedHookLoadPackage
|
import de.robv.android.xposed.IXposedHookLoadPackage
|
||||||
@@ -11,11 +8,7 @@ import de.robv.android.xposed.callbacks.XC_LoadPackage
|
|||||||
|
|
||||||
class MaxWallpaperScale : IXposedHookLoadPackage {
|
class MaxWallpaperScale : IXposedHookLoadPackage {
|
||||||
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
||||||
"com.android.server.wm.WallpaperController".hookAfterMethod(lpparam.classLoader, "WallpaperController", Service::class.java, DisplayContext::class.java
|
|
||||||
) {
|
|
||||||
val value = XSPUtils.getFloat("max_wallpaper_scale", 1.1f)
|
|
||||||
it.thisObject.setFloatField("mMaxWallpaperScale", value)
|
|
||||||
}
|
|
||||||
"com.android.server.wm.WallpaperController".hookBeforeMethod(lpparam.classLoader, "zoomOutToScale", Float::class.java) {
|
"com.android.server.wm.WallpaperController".hookBeforeMethod(lpparam.classLoader, "zoomOutToScale", Float::class.java) {
|
||||||
val value = XSPUtils.getFloat("max_wallpaper_scale", 1.1f)
|
val value = XSPUtils.getFloat("max_wallpaper_scale", 1.1f)
|
||||||
it.thisObject.setFloatField("mMaxWallpaperScale", value)
|
it.thisObject.setFloatField("mMaxWallpaperScale", value)
|
||||||
|
|||||||
@@ -0,0 +1,51 @@
|
|||||||
|
package com.yuk.miuihome.module
|
||||||
|
|
||||||
|
import android.content.Context
|
||||||
|
import android.os.SystemClock
|
||||||
|
import android.view.MotionEvent
|
||||||
|
import android.view.ViewConfiguration
|
||||||
|
import kotlin.math.abs
|
||||||
|
|
||||||
|
class DoubleTapController internal constructor(mContext: Context) {
|
||||||
|
|
||||||
|
private val maxDuration: Long = 500
|
||||||
|
private var mActionDownRawX: Float = 0f
|
||||||
|
private var mActionDownRawY: Float = 0f
|
||||||
|
private var mClickCount: Int = 0
|
||||||
|
private var mFirstClickRawX: Float = 0f
|
||||||
|
private var mFirstClickRawY: Float = 0f
|
||||||
|
private var mLastClickTime: Long = 0
|
||||||
|
private val mTouchSlop: Int = ViewConfiguration.get(mContext).scaledTouchSlop * 2
|
||||||
|
fun isDoubleTapEvent(motionEvent: MotionEvent): Boolean {
|
||||||
|
val action = motionEvent.actionMasked
|
||||||
|
return when {
|
||||||
|
action == MotionEvent.ACTION_DOWN -> {
|
||||||
|
mActionDownRawX = motionEvent.rawX
|
||||||
|
mActionDownRawY = motionEvent.rawY
|
||||||
|
false
|
||||||
|
}
|
||||||
|
action != MotionEvent.ACTION_UP -> false
|
||||||
|
else -> {
|
||||||
|
val rawX = motionEvent.rawX
|
||||||
|
val rawY = motionEvent.rawY
|
||||||
|
if (abs(rawX - mActionDownRawX) <= mTouchSlop.toFloat() && abs(rawY - mActionDownRawY) <= mTouchSlop.toFloat()) {
|
||||||
|
if (SystemClock.elapsedRealtime() - mLastClickTime > maxDuration || rawY - mFirstClickRawY > mTouchSlop.toFloat() || rawX - mFirstClickRawX > mTouchSlop.toFloat()) mClickCount =
|
||||||
|
0
|
||||||
|
mClickCount++
|
||||||
|
if (mClickCount == 1) {
|
||||||
|
mFirstClickRawX = rawX
|
||||||
|
mFirstClickRawY = rawY
|
||||||
|
mLastClickTime = SystemClock.elapsedRealtime()
|
||||||
|
return false
|
||||||
|
} else if (abs(rawY - mFirstClickRawY) <= mTouchSlop.toFloat() && abs(rawX - mFirstClickRawX) <= mTouchSlop.toFloat() && SystemClock.elapsedRealtime() - mLastClickTime <= maxDuration
|
||||||
|
) {
|
||||||
|
mClickCount = 0
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
mClickCount = 0
|
||||||
|
false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,53 @@
|
|||||||
|
package com.lt2333.simplicitytools.hook.app.miuihome
|
||||||
|
|
||||||
|
import android.content.Context
|
||||||
|
import android.content.Intent
|
||||||
|
import android.view.MotionEvent
|
||||||
|
import com.lt2333.simplicitytools.util.*
|
||||||
|
import com.yuk.miuihome.module.DoubleTapController
|
||||||
|
import de.robv.android.xposed.IXposedHookLoadPackage
|
||||||
|
import de.robv.android.xposed.XposedHelpers
|
||||||
|
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
||||||
|
|
||||||
|
class DoubleTapToSleep : IXposedHookLoadPackage {
|
||||||
|
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
||||||
|
hasEnable("double_tap_to_sleep") {
|
||||||
|
"com.miui.home.launcher.Workspace".findClass(lpparam.classLoader)
|
||||||
|
.hookAfterAllConstructors {
|
||||||
|
var mDoubleTapControllerEx =
|
||||||
|
XposedHelpers.getAdditionalInstanceField(
|
||||||
|
it.thisObject,
|
||||||
|
"mDoubleTapControllerEx"
|
||||||
|
)
|
||||||
|
if (mDoubleTapControllerEx != null) return@hookAfterAllConstructors
|
||||||
|
mDoubleTapControllerEx = DoubleTapController((it.args[0] as Context))
|
||||||
|
XposedHelpers.setAdditionalInstanceField(
|
||||||
|
it.thisObject,
|
||||||
|
"mDoubleTapControllerEx",
|
||||||
|
mDoubleTapControllerEx
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
"com.miui.home.launcher.Workspace".findClass(lpparam.classLoader).hookBeforeMethod(
|
||||||
|
"dispatchTouchEvent", MotionEvent::class.java
|
||||||
|
) {
|
||||||
|
val mDoubleTapControllerEx = XposedHelpers.getAdditionalInstanceField(
|
||||||
|
it.thisObject,
|
||||||
|
"mDoubleTapControllerEx"
|
||||||
|
) as DoubleTapController
|
||||||
|
if (!mDoubleTapControllerEx.isDoubleTapEvent(it.args[0] as MotionEvent)) return@hookBeforeMethod
|
||||||
|
val mCurrentScreenIndex = it.thisObject.getIntField("mCurrentScreenIndex")
|
||||||
|
val cellLayout = it.thisObject.callMethod("getCellLayout", mCurrentScreenIndex)
|
||||||
|
if (cellLayout != null) if (cellLayout.callMethod("lastDownOnOccupiedCell") as Boolean) return@hookBeforeMethod
|
||||||
|
if (it.thisObject.callMethod("isInNormalEditingMode") as Boolean) return@hookBeforeMethod
|
||||||
|
val context = it.thisObject.callMethod("getContext") as Context
|
||||||
|
context.sendBroadcast(
|
||||||
|
Intent("com.miui.app.ExtraStatusBarManager.action_TRIGGER_TOGGLE").putExtra(
|
||||||
|
"com.miui.app.ExtraStatusBarManager.extra_TOGGLE_ID",
|
||||||
|
10
|
||||||
|
)
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
package com.lt2333.simplicitytools.hook.app.screenshot
|
||||||
|
|
||||||
|
import com.lt2333.simplicitytools.util.XSPUtils
|
||||||
|
import de.robv.android.xposed.IXposedHookLoadPackage
|
||||||
|
import de.robv.android.xposed.XC_MethodHook
|
||||||
|
import de.robv.android.xposed.XposedHelpers
|
||||||
|
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
||||||
|
|
||||||
|
class UnlockUnlimitedCropping :IXposedHookLoadPackage {
|
||||||
|
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
||||||
|
//截图无限裁切
|
||||||
|
val classIfExists2 = XposedHelpers.findClassIfExists(
|
||||||
|
"com.miui.gallery.editor.photo.screen.crop.ScreenCropView\$b",
|
||||||
|
lpparam.classLoader
|
||||||
|
)
|
||||||
|
|
||||||
|
XposedHelpers.findAndHookMethod(
|
||||||
|
classIfExists2,
|
||||||
|
"a",
|
||||||
|
object : XC_MethodHook() {
|
||||||
|
override fun beforeHookedMethod(param: MethodHookParam) {
|
||||||
|
if (XSPUtils.getBoolean("unlock_unlimited_cropping",false)) {
|
||||||
|
param.result = 0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,34 @@
|
|||||||
|
package com.lt2333.simplicitytools.hook.app.securitycenter
|
||||||
|
|
||||||
|
import android.widget.TextView
|
||||||
|
import com.lt2333.simplicitytools.util.XSPUtils
|
||||||
|
import com.lt2333.simplicitytools.util.findClass
|
||||||
|
import com.lt2333.simplicitytools.util.hookAfterMethod
|
||||||
|
import de.robv.android.xposed.IXposedHookLoadPackage
|
||||||
|
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
||||||
|
|
||||||
|
class RemoveOpenAppConfirmationPopup : IXposedHookLoadPackage {
|
||||||
|
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
||||||
|
val textViewClass = "android.widget.TextView".findClass(lpparam.classLoader)
|
||||||
|
textViewClass.hookAfterMethod(
|
||||||
|
"setText",
|
||||||
|
CharSequence::class.java
|
||||||
|
) {
|
||||||
|
if (XSPUtils.getBoolean("remove_open_app_confirmation_popup", false)) {
|
||||||
|
val textView = it.thisObject as TextView
|
||||||
|
if (it.args.isNotEmpty() && it.args[0]?.toString().equals(
|
||||||
|
textView.context.resources.getString(
|
||||||
|
textView.context.resources.getIdentifier(
|
||||||
|
"button_text_accept",
|
||||||
|
"string",
|
||||||
|
textView.context.packageName
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
|
) {
|
||||||
|
textView.performClick()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
package com.lt2333.simplicitytools.hook.app.systemui
|
||||||
|
|
||||||
|
import android.util.TypedValue
|
||||||
|
import android.widget.TextView
|
||||||
|
import com.lt2333.simplicitytools.util.XSPUtils
|
||||||
|
import com.lt2333.simplicitytools.util.getObjectField
|
||||||
|
import com.lt2333.simplicitytools.util.hookAfterMethod
|
||||||
|
import de.robv.android.xposed.IXposedHookLoadPackage
|
||||||
|
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
||||||
|
|
||||||
|
class BatteryPercentage : IXposedHookLoadPackage {
|
||||||
|
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
||||||
|
val size = XSPUtils.getFloat("battery_percentage_font_size", 0f)
|
||||||
|
if (size == 0f) return
|
||||||
|
"com.android.systemui.statusbar.views.MiuiBatteryMeterView".hookAfterMethod(
|
||||||
|
lpparam.classLoader,
|
||||||
|
"updateResources"
|
||||||
|
) {
|
||||||
|
(it.thisObject.getObjectField("mBatteryPercentView") as TextView).setTextSize(
|
||||||
|
TypedValue.COMPLEX_UNIT_DIP, size
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -4,8 +4,11 @@ import android.content.ComponentName
|
|||||||
import android.content.Intent
|
import android.content.Intent
|
||||||
import android.view.View
|
import android.view.View
|
||||||
import android.view.ViewGroup
|
import android.view.ViewGroup
|
||||||
|
import android.widget.LinearLayout
|
||||||
import android.widget.TextView
|
import android.widget.TextView
|
||||||
import android.widget.Toast
|
import android.widget.Toast
|
||||||
|
import androidx.constraintlayout.widget.ConstraintLayout
|
||||||
|
import cn.fkj233.ui.activity.dp2px
|
||||||
import com.github.kyuubiran.ezxhelper.utils.loadClass
|
import com.github.kyuubiran.ezxhelper.utils.loadClass
|
||||||
import com.lt2333.simplicitytools.util.*
|
import com.lt2333.simplicitytools.util.*
|
||||||
import com.lt2333.simplicitytools.view.WeatherView
|
import com.lt2333.simplicitytools.view.WeatherView
|
||||||
@@ -14,9 +17,9 @@ import de.robv.android.xposed.callbacks.XC_LoadPackage
|
|||||||
|
|
||||||
class ControlCenterWeather : IXposedHookLoadPackage {
|
class ControlCenterWeather : IXposedHookLoadPackage {
|
||||||
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
||||||
hasEnable("control_center_weather") {
|
hasEnable("") {
|
||||||
var mWeatherView: TextView? = null
|
var mWeatherView: TextView? = null
|
||||||
val isDisplayCity = XSPUtils.getBoolean("control_center_weather_city", false)
|
val isDisplayCity = XSPUtils.getBoolean("", false)
|
||||||
"com.android.systemui.controlcenter.phone.widget.QSControlCenterHeaderView".hookAfterMethod(
|
"com.android.systemui.controlcenter.phone.widget.QSControlCenterHeaderView".hookAfterMethod(
|
||||||
lpparam.classLoader,
|
lpparam.classLoader,
|
||||||
"onFinishInflate"
|
"onFinishInflate"
|
||||||
@@ -86,5 +89,207 @@ class ControlCenterWeather : IXposedHookLoadPackage {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
hasEnable("control_center_weather") {
|
||||||
|
var mWeatherView: TextView? = null
|
||||||
|
var mConstraintLayout: ConstraintLayout? = null
|
||||||
|
val isDisplayCity = XSPUtils.getBoolean("control_center_weather_city", false)
|
||||||
|
"com.android.systemui.controlcenter.phone.widget.QSControlCenterHeaderView".hookAfterMethod(
|
||||||
|
lpparam.classLoader,
|
||||||
|
"onFinishInflate"
|
||||||
|
) {
|
||||||
|
val viewGroup = it.thisObject as ViewGroup
|
||||||
|
val context = viewGroup.context
|
||||||
|
|
||||||
|
// MIUI编译时间大于 2022-03-12 00:00:00 且为内测版
|
||||||
|
if (SystemProperties.get(context, "ro.build.date.utc")!!
|
||||||
|
.toInt() >= 1647014400 &&
|
||||||
|
|
||||||
|
!SystemProperties.get(
|
||||||
|
context,
|
||||||
|
"ro.build.version.incremental"
|
||||||
|
)!!.endsWith("DEV") &&
|
||||||
|
|
||||||
|
!SystemProperties.get(
|
||||||
|
context,
|
||||||
|
"ro.build.version.incremental"
|
||||||
|
)!!.endsWith("XM")
|
||||||
|
) {
|
||||||
|
//获取原组件
|
||||||
|
val big_time_ID =
|
||||||
|
context.resources.getIdentifier("big_time", "id", context.packageName)
|
||||||
|
val big_time: TextView = viewGroup.findViewById(big_time_ID)
|
||||||
|
|
||||||
|
val date_time_ID =
|
||||||
|
context.resources.getIdentifier("date_time", "id", context.packageName)
|
||||||
|
val date_time: TextView = viewGroup.findViewById(date_time_ID)
|
||||||
|
|
||||||
|
//创建新布局
|
||||||
|
val mConstraintLayoutLp = LinearLayout.LayoutParams(
|
||||||
|
LinearLayout.LayoutParams.MATCH_PARENT,
|
||||||
|
LinearLayout.LayoutParams.WRAP_CONTENT
|
||||||
|
).also {
|
||||||
|
it.topMargin = context.resources.getDimensionPixelSize(
|
||||||
|
context.resources.getIdentifier(
|
||||||
|
"qs_control_header_tiles_margin_top",
|
||||||
|
"dimen",
|
||||||
|
context.packageName
|
||||||
|
)
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
mConstraintLayout =
|
||||||
|
ConstraintLayout(context).also { it.layoutParams = mConstraintLayoutLp }
|
||||||
|
|
||||||
|
(big_time.parent as ViewGroup).addView(mConstraintLayout, 0)
|
||||||
|
|
||||||
|
|
||||||
|
//从原布局中删除组件
|
||||||
|
(big_time.parent as ViewGroup).removeView(big_time)
|
||||||
|
(date_time.parent as ViewGroup).removeView(date_time)
|
||||||
|
|
||||||
|
|
||||||
|
//添加组件至新布局
|
||||||
|
mConstraintLayout!!.addView(big_time)
|
||||||
|
mConstraintLayout!!.addView(date_time)
|
||||||
|
|
||||||
|
//组件属性
|
||||||
|
|
||||||
|
val date_time_LP = ConstraintLayout.LayoutParams(
|
||||||
|
ConstraintLayout.LayoutParams.WRAP_CONTENT,
|
||||||
|
ConstraintLayout.LayoutParams.WRAP_CONTENT
|
||||||
|
).also {
|
||||||
|
it.startToEnd = big_time_ID
|
||||||
|
it.bottomToBottom = 0
|
||||||
|
it.marginStart = context.resources.getDimensionPixelSize(
|
||||||
|
context.resources.getIdentifier(
|
||||||
|
"notification_panel_time_date_space",
|
||||||
|
"dimen",
|
||||||
|
context.packageName
|
||||||
|
)
|
||||||
|
)
|
||||||
|
it.bottomMargin = dp2px(context, 5f)
|
||||||
|
}
|
||||||
|
date_time.layoutParams = date_time_LP
|
||||||
|
|
||||||
|
|
||||||
|
//创建天气组件
|
||||||
|
mWeatherView = WeatherView(context, isDisplayCity).apply {
|
||||||
|
setTextAppearance(
|
||||||
|
context.resources.getIdentifier(
|
||||||
|
"TextAppearance.QSControl.Date",
|
||||||
|
"style",
|
||||||
|
context.packageName
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
}
|
||||||
|
mConstraintLayout!!.addView(mWeatherView)
|
||||||
|
|
||||||
|
val mWeatherView_LP = ConstraintLayout.LayoutParams(
|
||||||
|
ConstraintLayout.LayoutParams.WRAP_CONTENT,
|
||||||
|
ConstraintLayout.LayoutParams.WRAP_CONTENT
|
||||||
|
).also {
|
||||||
|
it.startToEnd = big_time_ID
|
||||||
|
it.bottomToTop = date_time_ID
|
||||||
|
it.marginStart = context.resources.getDimensionPixelSize(
|
||||||
|
context.resources.getIdentifier(
|
||||||
|
"notification_panel_time_date_space",
|
||||||
|
"dimen",
|
||||||
|
context.packageName
|
||||||
|
)
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
(mWeatherView as WeatherView).layoutParams = mWeatherView_LP
|
||||||
|
|
||||||
|
} else {
|
||||||
|
val layoutParam =
|
||||||
|
loadClass("androidx.constraintlayout.widget.ConstraintLayout\$LayoutParams").getConstructor(
|
||||||
|
Int::class.java,
|
||||||
|
Int::class.java
|
||||||
|
).newInstance(
|
||||||
|
ViewGroup.LayoutParams.WRAP_CONTENT,
|
||||||
|
ViewGroup.LayoutParams.WRAP_CONTENT
|
||||||
|
) as ViewGroup.MarginLayoutParams
|
||||||
|
layoutParam.setObjectField(
|
||||||
|
"bottomToTop",
|
||||||
|
context.resources.getIdentifier("date_time", "id", context.packageName)
|
||||||
|
)
|
||||||
|
layoutParam.setObjectField(
|
||||||
|
"startToEnd",
|
||||||
|
context.resources.getIdentifier("big_time", "id", context.packageName)
|
||||||
|
)
|
||||||
|
layoutParam.marginStart = context.resources.getDimensionPixelSize(
|
||||||
|
context.resources.getIdentifier(
|
||||||
|
"notification_panel_time_date_space",
|
||||||
|
"dimen",
|
||||||
|
context.packageName
|
||||||
|
)
|
||||||
|
)
|
||||||
|
mWeatherView = WeatherView(context, isDisplayCity).apply {
|
||||||
|
setTextAppearance(
|
||||||
|
context.resources.getIdentifier(
|
||||||
|
"TextAppearance.QSControl.Date",
|
||||||
|
"style",
|
||||||
|
context.packageName
|
||||||
|
)
|
||||||
|
)
|
||||||
|
layoutParams = layoutParam
|
||||||
|
}
|
||||||
|
viewGroup.addView(mWeatherView)
|
||||||
|
}
|
||||||
|
|
||||||
|
(mWeatherView as WeatherView).setOnClickListener {
|
||||||
|
try {
|
||||||
|
val intent = Intent().apply {
|
||||||
|
flags = Intent.FLAG_ACTIVITY_NEW_TASK
|
||||||
|
component = ComponentName(
|
||||||
|
"com.miui.weather2",
|
||||||
|
"com.miui.weather2.ActivityWeatherMain"
|
||||||
|
)
|
||||||
|
}
|
||||||
|
context.startActivity(intent)
|
||||||
|
} catch (e: Exception) {
|
||||||
|
Toast.makeText(context, "启动失败", Toast.LENGTH_LONG).show()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
//解决横屏重叠
|
||||||
|
"com.android.systemui.controlcenter.phone.widget.QSControlCenterHeaderView".hookAfterMethod(
|
||||||
|
lpparam.classLoader,
|
||||||
|
"updateLayout"
|
||||||
|
) {
|
||||||
|
val viewGroup = it.thisObject as ViewGroup
|
||||||
|
val context = viewGroup.context
|
||||||
|
val mOrientation = viewGroup.getObjectField("mOrientation") as Int
|
||||||
|
// MIUI编译时间大于 2022-03-12 00:00:00 且为内测版
|
||||||
|
if (SystemProperties.get(context, "ro.build.date.utc")!!
|
||||||
|
.toInt() >= 1647014400 &&
|
||||||
|
|
||||||
|
!SystemProperties.get(
|
||||||
|
context,
|
||||||
|
"ro.build.version.incremental"
|
||||||
|
)!!.endsWith("DEV") &&
|
||||||
|
|
||||||
|
!SystemProperties.get(
|
||||||
|
context,
|
||||||
|
"ro.build.version.incremental"
|
||||||
|
)!!.endsWith("XM")
|
||||||
|
) {
|
||||||
|
if (mOrientation == 1) {
|
||||||
|
mConstraintLayout!!.visibility = View.VISIBLE
|
||||||
|
} else {
|
||||||
|
mConstraintLayout!!.visibility = View.GONE
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
if (mOrientation == 1) {
|
||||||
|
mWeatherView!!.visibility = View.VISIBLE
|
||||||
|
} else {
|
||||||
|
mWeatherView!!.visibility = View.GONE
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,142 @@
|
|||||||
|
package com.lt2333.simplicitytools.hook.app.systemui
|
||||||
|
|
||||||
|
import android.content.Context
|
||||||
|
import android.net.TrafficStats
|
||||||
|
import android.util.AttributeSet
|
||||||
|
import android.util.TypedValue
|
||||||
|
import android.view.Gravity
|
||||||
|
import android.widget.TextView
|
||||||
|
import com.github.kyuubiran.ezxhelper.init.InitFields
|
||||||
|
import com.lt2333.simplicitytools.R
|
||||||
|
import com.lt2333.simplicitytools.util.*
|
||||||
|
import de.robv.android.xposed.IXposedHookLoadPackage
|
||||||
|
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
||||||
|
import java.text.DecimalFormat
|
||||||
|
|
||||||
|
class DoubleLineNetworkSpeed : IXposedHookLoadPackage {
|
||||||
|
|
||||||
|
private var mLastTotalUp: Long = 0
|
||||||
|
private var mLastTotalDown: Long = 0
|
||||||
|
|
||||||
|
private var lastTimeStampTotalUp: Long = 0
|
||||||
|
private var lastTimeStampTotalDown: Long = 0
|
||||||
|
|
||||||
|
private var upIcon = ""
|
||||||
|
private var downIcon = ""
|
||||||
|
|
||||||
|
private val getDualSize = XSPUtils.getInt("status_bar_network_speed_dual_row_size", 0)
|
||||||
|
private val getDualAlign = XSPUtils.getInt("status_bar_network_speed_dual_row_gravity", 0)
|
||||||
|
|
||||||
|
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
||||||
|
|
||||||
|
val none = InitFields.moduleRes.getString(R.string.none)
|
||||||
|
|
||||||
|
if (XSPUtils.getString("status_bar_network_speed_dual_row_icon", none) != none) {
|
||||||
|
upIcon = XSPUtils.getString("status_bar_network_speed_dual_row_icon", none)
|
||||||
|
?.firstOrNull().toString()
|
||||||
|
downIcon = XSPUtils.getString("status_bar_network_speed_dual_row_icon", none)
|
||||||
|
?.lastOrNull().toString()
|
||||||
|
}
|
||||||
|
|
||||||
|
hasEnable("status_bar_dual_row_network_speed") {
|
||||||
|
"com.android.systemui.statusbar.views.NetworkSpeedView".findClass(lpparam.classLoader)
|
||||||
|
.hookAfterConstructor(Context::class.java, AttributeSet::class.java) {
|
||||||
|
val mView = it.thisObject as TextView
|
||||||
|
mView.setTextSize(TypedValue.COMPLEX_UNIT_DIP, 7f)
|
||||||
|
if (getDualSize != 0) {
|
||||||
|
mView.setTextSize(TypedValue.COMPLEX_UNIT_DIP, getDualSize.toFloat())
|
||||||
|
}
|
||||||
|
mView.isSingleLine = false
|
||||||
|
mView.setLineSpacing(0F, 0.8F)
|
||||||
|
if (getDualAlign == 0) {
|
||||||
|
mView.gravity = Gravity.LEFT or Gravity.CENTER_VERTICAL
|
||||||
|
} else {
|
||||||
|
mView.gravity = Gravity.RIGHT or Gravity.CENTER_VERTICAL
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
"com.android.systemui.statusbar.policy.NetworkSpeedController".hookBeforeMethod(
|
||||||
|
lpparam.classLoader,
|
||||||
|
"formatSpeed",
|
||||||
|
Context::class.java,
|
||||||
|
Long::class.java
|
||||||
|
) {
|
||||||
|
if (getDualAlign == 0) {
|
||||||
|
it.result =
|
||||||
|
"${upIcon} ${getTotalUpSpeed(it.args[0]as Context)}\n${downIcon} ${getTotalDownloadSpeed(it.args[0]as Context)}"
|
||||||
|
} else {
|
||||||
|
it.result =
|
||||||
|
"${getTotalUpSpeed(it.args[0]as Context)} ${upIcon}\n${getTotalDownloadSpeed(it.args[0]as Context)} ${downIcon}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//获取总的上行速度
|
||||||
|
fun getTotalUpSpeed(context: Context): String {
|
||||||
|
var totalUpSpeed = 0F
|
||||||
|
|
||||||
|
val currentTotalTxBytes = TrafficStats.getTotalTxBytes()
|
||||||
|
val nowTimeStampTotalUp = System.currentTimeMillis()
|
||||||
|
|
||||||
|
//计算上传速度
|
||||||
|
val bytes =
|
||||||
|
(currentTotalTxBytes - mLastTotalUp) * 1000 / (nowTimeStampTotalUp - lastTimeStampTotalUp).toFloat()
|
||||||
|
var unit = ""
|
||||||
|
|
||||||
|
if (bytes >= 1048576) {
|
||||||
|
totalUpSpeed =
|
||||||
|
DecimalFormat("0.0").format(bytes / 1048576).toFloat()
|
||||||
|
unit = context.resources.getString(context.resources.getIdentifier("megabyte_per_second","string",context.packageName))
|
||||||
|
} else {
|
||||||
|
totalUpSpeed =
|
||||||
|
DecimalFormat("0.0").format(bytes / 1024).toFloat()
|
||||||
|
unit = context.resources.getString(context.resources.getIdentifier("kilobyte_per_second","string",context.packageName))
|
||||||
|
}
|
||||||
|
|
||||||
|
//保存当前的流量总和和上次的时间戳
|
||||||
|
mLastTotalUp = currentTotalTxBytes
|
||||||
|
lastTimeStampTotalUp = nowTimeStampTotalUp
|
||||||
|
|
||||||
|
if (totalUpSpeed >= 100) {
|
||||||
|
return "" + totalUpSpeed.toInt() + unit
|
||||||
|
} else {
|
||||||
|
return "" + totalUpSpeed + unit
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//获取总的下行速度
|
||||||
|
fun getTotalDownloadSpeed(context: Context): String {
|
||||||
|
var totalDownSpeed = 0F
|
||||||
|
val currentTotalRxBytes = TrafficStats.getTotalRxBytes()
|
||||||
|
val nowTimeStampTotalDown = System.currentTimeMillis()
|
||||||
|
|
||||||
|
//计算下行速度
|
||||||
|
val bytes =
|
||||||
|
(currentTotalRxBytes - mLastTotalDown) * 1000 / (nowTimeStampTotalDown - lastTimeStampTotalDown).toFloat()
|
||||||
|
|
||||||
|
var unit = ""
|
||||||
|
|
||||||
|
if (bytes >= 1048576) {
|
||||||
|
totalDownSpeed =
|
||||||
|
DecimalFormat("0.0").format(bytes / 1048576).toFloat()
|
||||||
|
unit = context.resources.getString(context.resources.getIdentifier("megabyte_per_second","string",context.packageName))
|
||||||
|
} else {
|
||||||
|
totalDownSpeed =
|
||||||
|
DecimalFormat("0.0").format(bytes / 1024).toFloat()
|
||||||
|
unit = context.resources.getString(context.resources.getIdentifier("kilobyte_per_second","string",context.packageName))
|
||||||
|
}
|
||||||
|
//保存当前的流量总和和上次的时间戳
|
||||||
|
mLastTotalDown = currentTotalRxBytes
|
||||||
|
lastTimeStampTotalDown = nowTimeStampTotalDown
|
||||||
|
|
||||||
|
if (totalDownSpeed >= 100) {
|
||||||
|
return "" + totalDownSpeed.toInt() + unit
|
||||||
|
} else {
|
||||||
|
return "" + totalDownSpeed + unit
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
package com.lt2333.simplicitytools.hook.app.systemui
|
|
||||||
|
|
||||||
import com.lt2333.simplicitytools.util.hasEnable
|
|
||||||
import com.lt2333.simplicitytools.util.hookBeforeMethod
|
|
||||||
import de.robv.android.xposed.IXposedHookLoadPackage
|
|
||||||
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
|
||||||
|
|
||||||
class HideAirplaneIcon : IXposedHookLoadPackage {
|
|
||||||
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
|
||||||
val iconState = "com.android.systemui.statusbar.policy.NetworkController\$IconState"
|
|
||||||
"com.android.systemui.statusbar.phone.StatusBarSignalPolicy".hookBeforeMethod(lpparam.classLoader, "setIsAirplaneMode", iconState) {
|
|
||||||
hasEnable("hide_airplane_icon") {
|
|
||||||
it.result = null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
package com.lt2333.simplicitytools.hook.app.systemui
|
|
||||||
|
|
||||||
import com.lt2333.simplicitytools.util.hasEnable
|
|
||||||
import com.lt2333.simplicitytools.util.hookBeforeMethod
|
|
||||||
import de.robv.android.xposed.IXposedHookLoadPackage
|
|
||||||
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
|
||||||
|
|
||||||
class HideAlarmIcon :IXposedHookLoadPackage {
|
|
||||||
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
|
||||||
"com.android.systemui.statusbar.phone.MiuiPhoneStatusBarPolicy".hookBeforeMethod(lpparam.classLoader, "onMiuiAlarmChanged") {
|
|
||||||
hasEnable("hide_alarm_icon") {
|
|
||||||
it.result = null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
package com.lt2333.simplicitytools.hook.app.systemui
|
|
||||||
|
|
||||||
import android.content.Intent
|
|
||||||
import com.lt2333.simplicitytools.util.hasEnable
|
|
||||||
import com.lt2333.simplicitytools.util.hookBeforeMethod
|
|
||||||
import de.robv.android.xposed.IXposedHookLoadPackage
|
|
||||||
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
|
||||||
|
|
||||||
class HideBluetoothHandsfreeBatteryIcon : IXposedHookLoadPackage {
|
|
||||||
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
|
||||||
"com.android.systemui.statusbar.phone.MiuiPhoneStatusBarPolicy".hookBeforeMethod(lpparam.classLoader, "updateBluetoothHandsfreeBattery", Intent::class.java) {
|
|
||||||
hasEnable("hide_bluetooth_battery_icon") {
|
|
||||||
it.result = null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
package com.lt2333.simplicitytools.hook.app.systemui
|
|
||||||
|
|
||||||
import com.lt2333.simplicitytools.util.hasEnable
|
|
||||||
import com.lt2333.simplicitytools.util.hookBeforeMethod
|
|
||||||
import de.robv.android.xposed.IXposedHookLoadPackage
|
|
||||||
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
|
||||||
|
|
||||||
class HideBluetoothIcon :IXposedHookLoadPackage {
|
|
||||||
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
|
||||||
"com.android.systemui.statusbar.phone.MiuiPhoneStatusBarPolicy".hookBeforeMethod(lpparam.classLoader, "updateBluetooth", String::class.java) {
|
|
||||||
hasEnable("hide_bluetooth_icon") {
|
|
||||||
it.result = null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
package com.lt2333.simplicitytools.hook.app.systemui
|
|
||||||
|
|
||||||
import com.lt2333.simplicitytools.util.hasEnable
|
|
||||||
import com.lt2333.simplicitytools.util.hookBeforeMethod
|
|
||||||
import de.robv.android.xposed.IXposedHookLoadPackage
|
|
||||||
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
|
||||||
|
|
||||||
class HideGPSIcon : IXposedHookLoadPackage {
|
|
||||||
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
|
||||||
"com.android.systemui.statusbar.phone.PhoneStatusBarPolicy".hookBeforeMethod(lpparam.classLoader, "updateLocationFromController") {
|
|
||||||
hasEnable("hide_gps_icon") {
|
|
||||||
it.result = null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
package com.lt2333.simplicitytools.hook.app.systemui
|
|
||||||
|
|
||||||
import android.content.Intent
|
|
||||||
import com.lt2333.simplicitytools.util.hasEnable
|
|
||||||
import com.lt2333.simplicitytools.util.hookBeforeMethod
|
|
||||||
import de.robv.android.xposed.IXposedHookLoadPackage
|
|
||||||
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
|
||||||
|
|
||||||
class HideHeadsetIcon :IXposedHookLoadPackage {
|
|
||||||
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
|
||||||
"com.android.systemui.statusbar.phone.MiuiPhoneStatusBarPolicy".hookBeforeMethod(lpparam.classLoader, "updateHeadsetPlug", Intent::class.java) {
|
|
||||||
hasEnable("hide_headset_icon") {
|
|
||||||
it.result = null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
package com.lt2333.simplicitytools.hook.app.systemui
|
|
||||||
|
|
||||||
import com.lt2333.simplicitytools.util.hasEnable
|
|
||||||
import com.lt2333.simplicitytools.util.hookBeforeMethod
|
|
||||||
import de.robv.android.xposed.IXposedHookLoadPackage
|
|
||||||
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
|
||||||
|
|
||||||
class HideHotspotIcon :IXposedHookLoadPackage {
|
|
||||||
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
|
||||||
"com.android.systemui.statusbar.phone.PhoneStatusBarPolicy\$2".hookBeforeMethod(lpparam.classLoader, "onHotspotChanged", Boolean::class.java, Int::class.java) {
|
|
||||||
hasEnable("hide_hotspot_icon") {
|
|
||||||
it.result = null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -3,29 +3,54 @@ package com.lt2333.simplicitytools.hook.app.systemui
|
|||||||
import android.view.View
|
import android.view.View
|
||||||
import android.widget.ImageView
|
import android.widget.ImageView
|
||||||
import android.widget.TextView
|
import android.widget.TextView
|
||||||
|
import com.lt2333.simplicitytools.util.XSPUtils
|
||||||
import com.lt2333.simplicitytools.util.getObjectField
|
import com.lt2333.simplicitytools.util.getObjectField
|
||||||
import com.lt2333.simplicitytools.util.hasEnable
|
import com.lt2333.simplicitytools.util.hasEnable
|
||||||
import com.lt2333.simplicitytools.util.hookAfterMethod
|
import com.lt2333.simplicitytools.util.hookAfterMethod
|
||||||
import de.robv.android.xposed.IXposedHookLoadPackage
|
import de.robv.android.xposed.IXposedHookLoadPackage
|
||||||
|
import de.robv.android.xposed.XC_MethodHook
|
||||||
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
||||||
|
|
||||||
class HideMobileTypeIcon : IXposedHookLoadPackage {
|
class HideMobileTypeIcon : IXposedHookLoadPackage {
|
||||||
|
val isBigType=XSPUtils.getBoolean("big_mobile_type_icon", false)
|
||||||
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
||||||
val iconState = "com.android.systemui.statusbar.phone.StatusBarSignalPolicy\$MobileIconState"
|
val iconState =
|
||||||
"com.android.systemui.statusbar.StatusBarMobileView".hookAfterMethod(lpparam.classLoader, "initViewState", iconState) {
|
"com.android.systemui.statusbar.phone.StatusBarSignalPolicy\$MobileIconState"
|
||||||
hasEnable("hide_mobile_type_icon") {
|
"com.android.systemui.statusbar.StatusBarMobileView".hookAfterMethod(
|
||||||
(it.thisObject.getObjectField("mMobileType") as TextView).visibility = View.INVISIBLE
|
lpparam.classLoader,
|
||||||
(it.thisObject.getObjectField("mMobileTypeImage") as ImageView).visibility = View.INVISIBLE
|
"initViewState",
|
||||||
(it.thisObject.getObjectField("mMobileTypeSingle") as TextView).visibility = View.INVISIBLE
|
iconState
|
||||||
}
|
) {
|
||||||
|
hideMobileTypeIcon(it)
|
||||||
}
|
}
|
||||||
|
|
||||||
"com.android.systemui.statusbar.StatusBarMobileView".hookAfterMethod(lpparam.classLoader, "updateState", iconState) {
|
"com.android.systemui.statusbar.StatusBarMobileView".hookAfterMethod(
|
||||||
hasEnable("hide_mobile_type_icon") {
|
lpparam.classLoader,
|
||||||
(it.thisObject.getObjectField("mMobileType") as TextView).visibility = View.INVISIBLE
|
"updateState",
|
||||||
(it.thisObject.getObjectField("mMobileTypeImage") as ImageView).visibility = View.INVISIBLE
|
iconState
|
||||||
(it.thisObject.getObjectField("mMobileTypeSingle") as TextView).visibility = View.INVISIBLE
|
) {
|
||||||
|
hideMobileTypeIcon(it)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
fun hideMobileTypeIcon(it: XC_MethodHook.MethodHookParam) {
|
||||||
|
hasEnable("hide_mobile_type_icon") {
|
||||||
|
if (isBigType) {
|
||||||
|
(it.thisObject.getObjectField("mMobileType") as TextView).visibility =
|
||||||
|
View.GONE
|
||||||
|
(it.thisObject.getObjectField("mMobileTypeImage") as ImageView).visibility =
|
||||||
|
View.GONE
|
||||||
|
(it.thisObject.getObjectField("mMobileTypeSingle") as TextView).visibility =
|
||||||
|
View.GONE
|
||||||
|
} else {
|
||||||
|
(it.thisObject.getObjectField("mMobileType") as TextView).visibility =
|
||||||
|
View.INVISIBLE
|
||||||
|
(it.thisObject.getObjectField("mMobileTypeImage") as ImageView).visibility =
|
||||||
|
View.INVISIBLE
|
||||||
|
(it.thisObject.getObjectField("mMobileTypeSingle") as TextView).visibility =
|
||||||
|
View.INVISIBLE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
package com.lt2333.simplicitytools.hook.app.systemui
|
|
||||||
|
|
||||||
import com.lt2333.simplicitytools.util.hasEnable
|
|
||||||
import com.lt2333.simplicitytools.util.hookBeforeMethod
|
|
||||||
import de.robv.android.xposed.IXposedHookLoadPackage
|
|
||||||
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
|
||||||
|
|
||||||
class HideNoSimIcon : IXposedHookLoadPackage {
|
|
||||||
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
|
||||||
"com.android.systemui.statusbar.phone.MiuiStatusBarSignalPolicy".hookBeforeMethod(lpparam.classLoader, "setNoSims", Boolean::class.javaPrimitiveType, Boolean::class.javaPrimitiveType) {
|
|
||||||
hasEnable("hide_no_sim_icon") {
|
|
||||||
it.result = null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
package com.lt2333.simplicitytools.hook.app.systemui
|
|
||||||
|
|
||||||
import com.lt2333.simplicitytools.util.hasEnable
|
|
||||||
import com.lt2333.simplicitytools.util.hookBeforeMethod
|
|
||||||
import de.robv.android.xposed.IXposedHookLoadPackage
|
|
||||||
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
|
||||||
|
|
||||||
class HideSlaveWifiIcon :IXposedHookLoadPackage {
|
|
||||||
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
|
||||||
"com.android.systemui.statusbar.policy.SlaveWifiSignalController".hookBeforeMethod(lpparam.classLoader, "updateIconState") {
|
|
||||||
hasEnable("hide_slave_wifi_icon") {
|
|
||||||
it.result = null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,85 @@
|
|||||||
|
package com.lt2333.simplicitytools.hook.app.systemui
|
||||||
|
|
||||||
|
import com.lt2333.simplicitytools.util.hasEnable
|
||||||
|
import com.lt2333.simplicitytools.util.hookBeforeMethod
|
||||||
|
import de.robv.android.xposed.IXposedHookLoadPackage
|
||||||
|
import de.robv.android.xposed.XC_MethodHook
|
||||||
|
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
||||||
|
|
||||||
|
class HideStatusBarIcon : IXposedHookLoadPackage {
|
||||||
|
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
||||||
|
|
||||||
|
"com.android.systemui.statusbar.phone.StatusBarIconControllerImpl".hookBeforeMethod(
|
||||||
|
lpparam.classLoader,
|
||||||
|
"setIconVisibility",
|
||||||
|
String::class.java,
|
||||||
|
Boolean::class.java
|
||||||
|
) { hideIcon(it) }
|
||||||
|
|
||||||
|
"com.android.systemui.statusbar.phone.MiuiDripLeftStatusBarIconControllerImpl".hookBeforeMethod(
|
||||||
|
lpparam.classLoader,
|
||||||
|
"setIconVisibility",
|
||||||
|
String::class.java,
|
||||||
|
Boolean::class.java
|
||||||
|
) { hideIcon(it) }
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
private fun hideIcon(it: XC_MethodHook.MethodHookParam) {
|
||||||
|
//Log.d("图标名字", "handleLoadPackage: " + it.args[0])
|
||||||
|
when (it.args[0] as String) {
|
||||||
|
//隐藏蓝牙
|
||||||
|
"bluetooth" -> hasEnable("hide_bluetooth_icon") {
|
||||||
|
it.args[1] = false
|
||||||
|
}
|
||||||
|
//隐藏蓝牙电量
|
||||||
|
"bluetooth_handsfree_battery" -> hasEnable("hide_bluetooth_battery_icon") {
|
||||||
|
it.args[1] = false
|
||||||
|
}
|
||||||
|
//隐藏勿扰
|
||||||
|
"zen" -> hasEnable("hide_zen_icon") {
|
||||||
|
it.args[1] = false
|
||||||
|
}
|
||||||
|
//隐藏声音
|
||||||
|
"volume" -> hasEnable("hide_volume_icon") {
|
||||||
|
it.args[1] = false
|
||||||
|
}
|
||||||
|
//隐藏WIFI
|
||||||
|
"wifi" -> hasEnable("hide_wifi_icon") {
|
||||||
|
it.args[1] = false
|
||||||
|
}
|
||||||
|
//隐藏WIFI辅助
|
||||||
|
"slave_wifi" -> hasEnable("hide_slave_wifi_icon") {
|
||||||
|
it.args[1] = false
|
||||||
|
}
|
||||||
|
//隐藏飞行模式
|
||||||
|
"airplane" -> hasEnable("hide_airplane_icon") {
|
||||||
|
it.args[1] = false
|
||||||
|
}
|
||||||
|
//隐藏闹钟
|
||||||
|
"alarm_clock" -> hasEnable("hide_alarm_icon") {
|
||||||
|
it.args[1] = false
|
||||||
|
}
|
||||||
|
//隐藏定位
|
||||||
|
"location" -> hasEnable("hide_gps_icon") {
|
||||||
|
it.args[1] = false
|
||||||
|
}
|
||||||
|
//隐藏热点
|
||||||
|
"hotspot" -> hasEnable("hide_hotspot_icon") {
|
||||||
|
it.args[1] = false
|
||||||
|
}
|
||||||
|
//隐藏耳机
|
||||||
|
"headset" -> hasEnable("hide_headset_icon") {
|
||||||
|
it.args[1] = false
|
||||||
|
}
|
||||||
|
//隐藏VPN
|
||||||
|
"vpn" -> hasEnable("hide_vpn_icon") {
|
||||||
|
it.args[1] = false
|
||||||
|
}
|
||||||
|
//隐藏无SIM卡
|
||||||
|
"no_sim" -> hasEnable("hide_no_sim_icon") {
|
||||||
|
it.args[1] = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
package com.lt2333.simplicitytools.hook.app.systemui
|
|
||||||
|
|
||||||
import com.lt2333.simplicitytools.util.hasEnable
|
|
||||||
import com.lt2333.simplicitytools.util.hookBeforeMethod
|
|
||||||
import de.robv.android.xposed.IXposedHookLoadPackage
|
|
||||||
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
|
||||||
|
|
||||||
class HideVolumeZenIcon :IXposedHookLoadPackage {
|
|
||||||
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
|
||||||
"com.android.systemui.statusbar.phone.MiuiPhoneStatusBarPolicy".hookBeforeMethod(lpparam.classLoader, "updateVolumeZen") {
|
|
||||||
hasEnable("hide_volume_zen_icon") {
|
|
||||||
it.result = null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
package com.lt2333.simplicitytools.hook.app.systemui
|
|
||||||
|
|
||||||
import com.lt2333.simplicitytools.util.hasEnable
|
|
||||||
import com.lt2333.simplicitytools.util.hookBeforeMethod
|
|
||||||
import de.robv.android.xposed.IXposedHookLoadPackage
|
|
||||||
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
|
||||||
|
|
||||||
class HideVpnIcon : IXposedHookLoadPackage {
|
|
||||||
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
|
||||||
"com.android.systemui.statusbar.phone.StatusBarSignalPolicy".hookBeforeMethod(lpparam.classLoader, "updateVpn") {
|
|
||||||
hasEnable("hide_vpn_icon") {
|
|
||||||
it.result = null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
package com.lt2333.simplicitytools.hook.app.systemui
|
|
||||||
|
|
||||||
import com.lt2333.simplicitytools.util.hasEnable
|
|
||||||
import com.lt2333.simplicitytools.util.hookBeforeMethod
|
|
||||||
import de.robv.android.xposed.IXposedHookLoadPackage
|
|
||||||
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
|
||||||
|
|
||||||
class HideWifiIcon : IXposedHookLoadPackage {
|
|
||||||
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
|
||||||
val iconState = "com.android.systemui.statusbar.phone.StatusBarSignalPolicy\$WifiIconState"
|
|
||||||
"com.android.systemui.statusbar.phone.MiuiStatusBarSignalPolicy".hookBeforeMethod(lpparam.classLoader, "updateWifiIconWithState", iconState) {
|
|
||||||
hasEnable("hide_wifi_icon") {
|
|
||||||
it.result = null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,108 @@
|
|||||||
|
package com.lt2333.simplicitytools.hook.app.systemui
|
||||||
|
|
||||||
|
import android.annotation.SuppressLint
|
||||||
|
import android.content.Context
|
||||||
|
import android.widget.TextView
|
||||||
|
import com.github.kyuubiran.ezxhelper.init.InitFields
|
||||||
|
import com.lt2333.simplicitytools.R
|
||||||
|
import com.lt2333.simplicitytools.util.findClass
|
||||||
|
import com.lt2333.simplicitytools.util.hasEnable
|
||||||
|
import com.lt2333.simplicitytools.util.hookAfterMethod
|
||||||
|
import de.robv.android.xposed.IXposedHookLoadPackage
|
||||||
|
import de.robv.android.xposed.XposedHelpers
|
||||||
|
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
||||||
|
import java.io.BufferedReader
|
||||||
|
import java.io.FileReader
|
||||||
|
import java.lang.reflect.Method
|
||||||
|
import kotlin.math.roundToInt
|
||||||
|
|
||||||
|
class LockScreenCurrent : IXposedHookLoadPackage {
|
||||||
|
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
||||||
|
hasEnable("lock_screen_charging_current") {
|
||||||
|
"com.android.keyguard.charge.ChargeUtils".findClass(lpparam.classLoader)
|
||||||
|
.hookAfterMethod(
|
||||||
|
"getChargingHintText",
|
||||||
|
Context::class.java,
|
||||||
|
Boolean::class.java,
|
||||||
|
Int::class.java
|
||||||
|
) {
|
||||||
|
it.result = getCurrent() + "\n" + it.result
|
||||||
|
}
|
||||||
|
"com.android.systemui.statusbar.phone.KeyguardBottomAreaView".findClass(lpparam.classLoader)
|
||||||
|
.hookAfterMethod(
|
||||||
|
"onFinishInflate"
|
||||||
|
) {
|
||||||
|
(XposedHelpers.getObjectField(
|
||||||
|
it.thisObject,
|
||||||
|
"mIndicationText"
|
||||||
|
) as TextView).isSingleLine = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 原始代码来自 CSDN
|
||||||
|
* https://blog.csdn.net/zhangyongfeiyong/article/details/53641809
|
||||||
|
*/
|
||||||
|
@SuppressLint("PrivateApi")
|
||||||
|
private fun getCurrent(): String {
|
||||||
|
var result = ""
|
||||||
|
try {
|
||||||
|
val systemProperties = Class.forName("android.os.SystemProperties")
|
||||||
|
val get = systemProperties.getDeclaredMethod("get", String::class.java) as Method
|
||||||
|
val platName = get.invoke(null, "ro.hardware") as String
|
||||||
|
if (platName.startsWith("mt") || platName.startsWith("MT")) {
|
||||||
|
val filePath =
|
||||||
|
"/sys/class/power_supply/battery/device/FG_Battery_CurrentConsumption"
|
||||||
|
val current = (-getMeanCurrentVal(filePath, 5, 0) / 1000.0f).roundToInt()
|
||||||
|
result = "${InitFields.moduleRes.getString(R.string.current_current)} ${current}mA"
|
||||||
|
} else if (platName.startsWith("qcom")) {
|
||||||
|
val filePath = "/sys/class/power_supply/battery/current_now"
|
||||||
|
val current = (-getMeanCurrentVal(filePath, 5, 0) / 1000.0f).roundToInt()
|
||||||
|
result = "${InitFields.moduleRes.getString(R.string.current_current)} ${current}mA"
|
||||||
|
}
|
||||||
|
} catch (e: Exception) {
|
||||||
|
e.printStackTrace()
|
||||||
|
}
|
||||||
|
return result
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 获取平均电流值
|
||||||
|
* 获取 filePath 文件 totalCount 次数的平均值,每次采样间隔 intervalMs 时间
|
||||||
|
*/
|
||||||
|
private fun getMeanCurrentVal(filePath: String, totalCount: Int, intervalMs: Int): Float {
|
||||||
|
var meanVal = 0.0f
|
||||||
|
if (totalCount <= 0) {
|
||||||
|
return 0.0f
|
||||||
|
}
|
||||||
|
for (i in 0 until totalCount) {
|
||||||
|
try {
|
||||||
|
val f: Float = readFile(filePath, 0).toFloat()
|
||||||
|
meanVal += f / totalCount
|
||||||
|
} catch (e: Exception) {
|
||||||
|
e.printStackTrace()
|
||||||
|
}
|
||||||
|
if (intervalMs <= 0) {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
try {
|
||||||
|
Thread.sleep(intervalMs.toLong())
|
||||||
|
} catch (e: Exception) {
|
||||||
|
e.printStackTrace()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return meanVal
|
||||||
|
}
|
||||||
|
|
||||||
|
private fun readFile(path: String, defaultValue: Int): Int {
|
||||||
|
try {
|
||||||
|
val bufferedReader = BufferedReader(FileReader(path))
|
||||||
|
val i: Int = bufferedReader.readLine().toInt(10)
|
||||||
|
bufferedReader.close()
|
||||||
|
return i
|
||||||
|
} catch (localException: java.lang.Exception) {
|
||||||
|
}
|
||||||
|
return defaultValue
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,71 @@
|
|||||||
|
package com.lt2333.simplicitytools.hook.app.systemui
|
||||||
|
|
||||||
|
import android.annotation.SuppressLint
|
||||||
|
import android.app.KeyguardManager
|
||||||
|
import android.content.Context
|
||||||
|
import android.os.SystemClock
|
||||||
|
import android.view.MotionEvent
|
||||||
|
import android.view.View
|
||||||
|
import android.view.View.OnTouchListener
|
||||||
|
import com.lt2333.simplicitytools.util.findClass
|
||||||
|
import com.lt2333.simplicitytools.util.hasEnable
|
||||||
|
import com.lt2333.simplicitytools.util.hookBeforeMethod
|
||||||
|
import de.robv.android.xposed.IXposedHookLoadPackage
|
||||||
|
import de.robv.android.xposed.XposedHelpers
|
||||||
|
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
||||||
|
|
||||||
|
class LockScreenDoubleTapToSleep : IXposedHookLoadPackage {
|
||||||
|
@SuppressLint("ClickableViewAccessibility")
|
||||||
|
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
||||||
|
hasEnable("lock_screen_double_tap_to_sleep") {
|
||||||
|
"com.android.systemui.statusbar.phone.NotificationsQuickSettingsContainer".findClass(
|
||||||
|
lpparam.classLoader
|
||||||
|
).hookBeforeMethod("onFinishInflate") {
|
||||||
|
val view = it.thisObject as View
|
||||||
|
XposedHelpers.setAdditionalInstanceField(view, "currentTouchTime", 0L)
|
||||||
|
XposedHelpers.setAdditionalInstanceField(view, "currentTouchX", 0f)
|
||||||
|
XposedHelpers.setAdditionalInstanceField(view, "currentTouchY", 0f)
|
||||||
|
view.setOnTouchListener(OnTouchListener { v, event ->
|
||||||
|
if (event.action != MotionEvent.ACTION_DOWN) return@OnTouchListener false
|
||||||
|
var currentTouchTime =
|
||||||
|
XposedHelpers.getAdditionalInstanceField(view, "currentTouchTime") as Long
|
||||||
|
var currentTouchX =
|
||||||
|
XposedHelpers.getAdditionalInstanceField(view, "currentTouchX") as Float
|
||||||
|
var currentTouchY =
|
||||||
|
XposedHelpers.getAdditionalInstanceField(view, "currentTouchY") as Float
|
||||||
|
val lastTouchTime = currentTouchTime
|
||||||
|
val lastTouchX = currentTouchX
|
||||||
|
val lastTouchY = currentTouchY
|
||||||
|
currentTouchTime = System.currentTimeMillis()
|
||||||
|
currentTouchX = event.x
|
||||||
|
currentTouchY = event.y
|
||||||
|
if (currentTouchTime - lastTouchTime < 250L && Math.abs(currentTouchX - lastTouchX) < 100f && Math.abs(
|
||||||
|
currentTouchY - lastTouchY
|
||||||
|
) < 100f
|
||||||
|
) {
|
||||||
|
val keyguardMgr =
|
||||||
|
v.context.getSystemService(Context.KEYGUARD_SERVICE) as KeyguardManager
|
||||||
|
if (keyguardMgr.isKeyguardLocked) {
|
||||||
|
XposedHelpers.callMethod(
|
||||||
|
v.context.getSystemService(Context.POWER_SERVICE),
|
||||||
|
"goToSleep",
|
||||||
|
SystemClock.uptimeMillis()
|
||||||
|
)
|
||||||
|
}
|
||||||
|
currentTouchTime = 0L
|
||||||
|
currentTouchX = 0f
|
||||||
|
currentTouchY = 0f
|
||||||
|
}
|
||||||
|
XposedHelpers.setAdditionalInstanceField(
|
||||||
|
view,
|
||||||
|
"currentTouchTime",
|
||||||
|
currentTouchTime
|
||||||
|
)
|
||||||
|
XposedHelpers.setAdditionalInstanceField(view, "currentTouchX", currentTouchX)
|
||||||
|
XposedHelpers.setAdditionalInstanceField(view, "currentTouchY", currentTouchY)
|
||||||
|
false
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -4,8 +4,11 @@ import android.content.ComponentName
|
|||||||
import android.content.Intent
|
import android.content.Intent
|
||||||
import android.view.View
|
import android.view.View
|
||||||
import android.view.ViewGroup
|
import android.view.ViewGroup
|
||||||
|
import android.widget.LinearLayout
|
||||||
import android.widget.TextView
|
import android.widget.TextView
|
||||||
import android.widget.Toast
|
import android.widget.Toast
|
||||||
|
import androidx.constraintlayout.widget.ConstraintLayout
|
||||||
|
import cn.fkj233.ui.activity.dp2px
|
||||||
import com.github.kyuubiran.ezxhelper.utils.loadClass
|
import com.github.kyuubiran.ezxhelper.utils.loadClass
|
||||||
import com.lt2333.simplicitytools.util.*
|
import com.lt2333.simplicitytools.util.*
|
||||||
import com.lt2333.simplicitytools.view.WeatherView
|
import com.lt2333.simplicitytools.view.WeatherView
|
||||||
@@ -13,41 +16,208 @@ import de.robv.android.xposed.IXposedHookLoadPackage
|
|||||||
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
||||||
|
|
||||||
class NotificationWeather : IXposedHookLoadPackage {
|
class NotificationWeather : IXposedHookLoadPackage {
|
||||||
|
|
||||||
|
|
||||||
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
||||||
hasEnable("notification_weather") {
|
hasEnable("notification_weather") {
|
||||||
var mWeatherView: TextView? = null
|
var mWeatherView: TextView? = null
|
||||||
|
var mConstraintLayout: ConstraintLayout? = null
|
||||||
val isDisplayCity = XSPUtils.getBoolean("notification_weather_city", false)
|
val isDisplayCity = XSPUtils.getBoolean("notification_weather_city", false)
|
||||||
"com.android.systemui.qs.MiuiNotificationHeaderView".hookAfterMethod(lpparam.classLoader, "onFinishInflate") {
|
"com.android.systemui.qs.MiuiNotificationHeaderView".hookAfterMethod(
|
||||||
|
lpparam.classLoader,
|
||||||
|
"onFinishInflate"
|
||||||
|
) {
|
||||||
val viewGroup = it.thisObject as ViewGroup
|
val viewGroup = it.thisObject as ViewGroup
|
||||||
val context = viewGroup.context
|
val context = viewGroup.context
|
||||||
val layoutParam = loadClass("androidx.constraintlayout.widget.ConstraintLayout\$LayoutParams").getConstructor(Int::class.java, Int::class.java).newInstance(ViewGroup.LayoutParams.WRAP_CONTENT, ViewGroup.LayoutParams.WRAP_CONTENT) as ViewGroup.MarginLayoutParams
|
|
||||||
layoutParam.setObjectField("bottomToTop", context.resources.getIdentifier("date_time", "id", context.packageName))
|
// MIUI编译时间大于 2022-03-12 00:00:00 且为内测版
|
||||||
layoutParam.setObjectField("startToEnd", context.resources.getIdentifier("big_time", "id", context.packageName))
|
if (SystemProperties.get(context, "ro.build.date.utc")!!
|
||||||
layoutParam.marginStart = context.resources.getDimensionPixelSize(context.resources.getIdentifier("notification_panel_time_date_space", "dimen", context.packageName))
|
.toInt() >= 1647014400 &&
|
||||||
mWeatherView = WeatherView(context, isDisplayCity).apply {
|
|
||||||
setTextAppearance(context.resources.getIdentifier("TextAppearance.QSControl.Date", "style", context.packageName))
|
!SystemProperties.get(
|
||||||
layoutParams = layoutParam
|
context,
|
||||||
|
"ro.build.version.incremental"
|
||||||
|
)!!.endsWith("DEV") &&
|
||||||
|
|
||||||
|
!SystemProperties.get(
|
||||||
|
context,
|
||||||
|
"ro.build.version.incremental"
|
||||||
|
)!!.endsWith("XM")
|
||||||
|
) {
|
||||||
|
//获取原组件
|
||||||
|
val big_time_ID =
|
||||||
|
context.resources.getIdentifier("big_time", "id", context.packageName)
|
||||||
|
val big_time: TextView = viewGroup.findViewById(big_time_ID)
|
||||||
|
|
||||||
|
val date_time_ID =
|
||||||
|
context.resources.getIdentifier("date_time", "id", context.packageName)
|
||||||
|
val date_time: TextView = viewGroup.findViewById(date_time_ID)
|
||||||
|
|
||||||
|
//创建新布局
|
||||||
|
val mConstraintLayoutLp = LinearLayout.LayoutParams(
|
||||||
|
LinearLayout.LayoutParams.MATCH_PARENT,
|
||||||
|
LinearLayout.LayoutParams.WRAP_CONTENT
|
||||||
|
).also {
|
||||||
|
it.topMargin = context.resources.getDimensionPixelSize(
|
||||||
|
context.resources.getIdentifier(
|
||||||
|
"qs_control_header_tiles_margin_top",
|
||||||
|
"dimen",
|
||||||
|
context.packageName
|
||||||
|
)
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
mConstraintLayout =
|
||||||
|
ConstraintLayout(context).also { it.layoutParams = mConstraintLayoutLp }
|
||||||
|
|
||||||
|
(big_time.parent as ViewGroup).addView(mConstraintLayout, 0)
|
||||||
|
|
||||||
|
|
||||||
|
//从原布局中删除组件
|
||||||
|
(big_time.parent as ViewGroup).removeView(big_time)
|
||||||
|
(date_time.parent as ViewGroup).removeView(date_time)
|
||||||
|
|
||||||
|
|
||||||
|
//添加组件至新布局
|
||||||
|
mConstraintLayout!!.addView(big_time)
|
||||||
|
mConstraintLayout!!.addView(date_time)
|
||||||
|
|
||||||
|
//组件属性
|
||||||
|
|
||||||
|
val date_time_LP = ConstraintLayout.LayoutParams(
|
||||||
|
ConstraintLayout.LayoutParams.WRAP_CONTENT,
|
||||||
|
ConstraintLayout.LayoutParams.WRAP_CONTENT
|
||||||
|
).also {
|
||||||
|
it.startToEnd = big_time_ID
|
||||||
|
it.bottomToBottom = 0
|
||||||
|
it.marginStart = context.resources.getDimensionPixelSize(
|
||||||
|
context.resources.getIdentifier(
|
||||||
|
"notification_panel_time_date_space",
|
||||||
|
"dimen",
|
||||||
|
context.packageName
|
||||||
|
)
|
||||||
|
)
|
||||||
|
it.bottomMargin = dp2px(context, 5f)
|
||||||
|
}
|
||||||
|
date_time.layoutParams = date_time_LP
|
||||||
|
|
||||||
|
|
||||||
|
//创建天气组件
|
||||||
|
mWeatherView = WeatherView(context, isDisplayCity).apply {
|
||||||
|
setTextAppearance(
|
||||||
|
context.resources.getIdentifier(
|
||||||
|
"TextAppearance.QSControl.Date",
|
||||||
|
"style",
|
||||||
|
context.packageName
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
}
|
||||||
|
mConstraintLayout!!.addView(mWeatherView)
|
||||||
|
|
||||||
|
val mWeatherView_LP = ConstraintLayout.LayoutParams(
|
||||||
|
ConstraintLayout.LayoutParams.WRAP_CONTENT,
|
||||||
|
ConstraintLayout.LayoutParams.WRAP_CONTENT
|
||||||
|
).also {
|
||||||
|
it.startToEnd = big_time_ID
|
||||||
|
it.bottomToTop = date_time_ID
|
||||||
|
it.marginStart = context.resources.getDimensionPixelSize(
|
||||||
|
context.resources.getIdentifier(
|
||||||
|
"notification_panel_time_date_space",
|
||||||
|
"dimen",
|
||||||
|
context.packageName
|
||||||
|
)
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
(mWeatherView as WeatherView).layoutParams = mWeatherView_LP
|
||||||
|
|
||||||
|
} else {
|
||||||
|
val layoutParam =
|
||||||
|
loadClass("androidx.constraintlayout.widget.ConstraintLayout\$LayoutParams").getConstructor(
|
||||||
|
Int::class.java,
|
||||||
|
Int::class.java
|
||||||
|
).newInstance(
|
||||||
|
ViewGroup.LayoutParams.WRAP_CONTENT,
|
||||||
|
ViewGroup.LayoutParams.WRAP_CONTENT
|
||||||
|
) as ViewGroup.MarginLayoutParams
|
||||||
|
layoutParam.setObjectField(
|
||||||
|
"bottomToTop",
|
||||||
|
context.resources.getIdentifier("date_time", "id", context.packageName)
|
||||||
|
)
|
||||||
|
layoutParam.setObjectField(
|
||||||
|
"startToEnd",
|
||||||
|
context.resources.getIdentifier("big_time", "id", context.packageName)
|
||||||
|
)
|
||||||
|
layoutParam.marginStart = context.resources.getDimensionPixelSize(
|
||||||
|
context.resources.getIdentifier(
|
||||||
|
"notification_panel_time_date_space",
|
||||||
|
"dimen",
|
||||||
|
context.packageName
|
||||||
|
)
|
||||||
|
)
|
||||||
|
mWeatherView = WeatherView(context, isDisplayCity).apply {
|
||||||
|
setTextAppearance(
|
||||||
|
context.resources.getIdentifier(
|
||||||
|
"TextAppearance.QSControl.Date",
|
||||||
|
"style",
|
||||||
|
context.packageName
|
||||||
|
)
|
||||||
|
)
|
||||||
|
layoutParams = layoutParam
|
||||||
|
}
|
||||||
|
viewGroup.addView(mWeatherView)
|
||||||
}
|
}
|
||||||
viewGroup.addView(mWeatherView)
|
|
||||||
(mWeatherView as WeatherView).setOnClickListener {
|
(mWeatherView as WeatherView).setOnClickListener {
|
||||||
try {
|
try {
|
||||||
val intent = Intent().apply {
|
val intent = Intent().apply {
|
||||||
flags = Intent.FLAG_ACTIVITY_NEW_TASK
|
flags = Intent.FLAG_ACTIVITY_NEW_TASK
|
||||||
component = ComponentName("com.miui.weather2", "com.miui.weather2.ActivityWeatherMain")
|
component = ComponentName(
|
||||||
|
"com.miui.weather2",
|
||||||
|
"com.miui.weather2.ActivityWeatherMain"
|
||||||
|
)
|
||||||
}
|
}
|
||||||
context.startActivity(intent)
|
context.startActivity(intent)
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
Toast.makeText(context, "启动失败", Toast.LENGTH_LONG).show()
|
Toast.makeText(context, "启动失败", Toast.LENGTH_LONG).show()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
//解决横屏重叠
|
//解决横屏重叠
|
||||||
"com.android.systemui.qs.MiuiNotificationHeaderView".hookAfterMethod(lpparam.classLoader, "updateLayout") {
|
"com.android.systemui.qs.MiuiNotificationHeaderView".hookAfterMethod(
|
||||||
val mOrientation = it.thisObject.getObjectField("mOrientation") as Int
|
lpparam.classLoader,
|
||||||
if (mOrientation == 1) {
|
"updateLayout"
|
||||||
mWeatherView!!.visibility = View.VISIBLE
|
) {
|
||||||
|
val viewGroup = it.thisObject as ViewGroup
|
||||||
|
val context = viewGroup.context
|
||||||
|
val mOrientation = viewGroup.getObjectField("mOrientation") as Int
|
||||||
|
// MIUI编译时间大于 2022-03-12 00:00:00 且为内测版
|
||||||
|
if (SystemProperties.get(context, "ro.build.date.utc")!!
|
||||||
|
.toInt() >= 1647014400 &&
|
||||||
|
|
||||||
|
!SystemProperties.get(
|
||||||
|
context,
|
||||||
|
"ro.build.version.incremental"
|
||||||
|
)!!.endsWith("DEV") &&
|
||||||
|
|
||||||
|
!SystemProperties.get(
|
||||||
|
context,
|
||||||
|
"ro.build.version.incremental"
|
||||||
|
)!!.endsWith("XM")
|
||||||
|
) {
|
||||||
|
if (mOrientation == 1) {
|
||||||
|
mConstraintLayout!!.visibility = View.VISIBLE
|
||||||
|
} else {
|
||||||
|
mConstraintLayout!!.visibility = View.GONE
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
mWeatherView!!.visibility = View.GONE
|
if (mOrientation == 1) {
|
||||||
|
mWeatherView!!.visibility = View.VISIBLE
|
||||||
|
} else {
|
||||||
|
mWeatherView!!.visibility = View.GONE
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,19 +17,53 @@ class OldNotificationWeather : IXposedHookLoadPackage {
|
|||||||
hasEnable("notification_weather") {
|
hasEnable("notification_weather") {
|
||||||
var mWeatherView: TextView? = null
|
var mWeatherView: TextView? = null
|
||||||
val isDisplayCity = XSPUtils.getBoolean("notification_weather_city", false)
|
val isDisplayCity = XSPUtils.getBoolean("notification_weather_city", false)
|
||||||
"com.android.systemui.qs.MiuiQSHeaderView".hookAfterMethod(lpparam.classLoader, "onFinishInflate") {
|
"com.android.systemui.qs.MiuiQSHeaderView".hookAfterMethod(
|
||||||
|
lpparam.classLoader,
|
||||||
|
"onFinishInflate"
|
||||||
|
) {
|
||||||
val viewGroup = it.thisObject as ViewGroup
|
val viewGroup = it.thisObject as ViewGroup
|
||||||
val context = viewGroup.context
|
val context = viewGroup.context
|
||||||
val layoutParam = loadClass("androidx.constraintlayout.widget.ConstraintLayout\$LayoutParams")
|
val layoutParam =
|
||||||
.getConstructor(Int::class.java, Int::class.java)
|
loadClass("androidx.constraintlayout.widget.ConstraintLayout\$LayoutParams")
|
||||||
.newInstance(ViewGroup.LayoutParams.WRAP_CONTENT, ViewGroup.LayoutParams.WRAP_CONTENT) as ViewGroup.MarginLayoutParams
|
.getConstructor(Int::class.java, Int::class.java)
|
||||||
|
.newInstance(
|
||||||
|
ViewGroup.LayoutParams.WRAP_CONTENT,
|
||||||
|
ViewGroup.LayoutParams.WRAP_CONTENT
|
||||||
|
) as ViewGroup.MarginLayoutParams
|
||||||
|
|
||||||
layoutParam.setObjectField("engToStart", context.resources.getIdentifier("notification_shade_shortcut", "id", context.packageName))
|
layoutParam.setObjectField(
|
||||||
layoutParam.setObjectField("topToTop", context.resources.getIdentifier("notification_shade_shortcut", "id", context.packageName))
|
"endToStart",
|
||||||
layoutParam.setObjectField("bottomToBottom", context.resources.getIdentifier("notification_shade_shortcut", "id", context.packageName))
|
context.resources.getIdentifier(
|
||||||
|
"notification_shade_shortcut",
|
||||||
|
"id",
|
||||||
|
context.packageName
|
||||||
|
)
|
||||||
|
)
|
||||||
|
layoutParam.setObjectField(
|
||||||
|
"topToTop",
|
||||||
|
context.resources.getIdentifier(
|
||||||
|
"notification_shade_shortcut",
|
||||||
|
"id",
|
||||||
|
context.packageName
|
||||||
|
)
|
||||||
|
)
|
||||||
|
layoutParam.setObjectField(
|
||||||
|
"bottomToBottom",
|
||||||
|
context.resources.getIdentifier(
|
||||||
|
"notification_shade_shortcut",
|
||||||
|
"id",
|
||||||
|
context.packageName
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
mWeatherView = WeatherView(context, isDisplayCity).apply {
|
mWeatherView = WeatherView(context, isDisplayCity).apply {
|
||||||
setTextAppearance(context.resources.getIdentifier("TextAppearance.StatusBar.Expanded.Clock.QuickSettingDate", "style", context.packageName))
|
setTextAppearance(
|
||||||
|
context.resources.getIdentifier(
|
||||||
|
"TextAppearance.StatusBar.Expanded.Clock.QuickSettingDate",
|
||||||
|
"style",
|
||||||
|
context.packageName
|
||||||
|
)
|
||||||
|
)
|
||||||
layoutParams = layoutParam
|
layoutParams = layoutParam
|
||||||
}
|
}
|
||||||
viewGroup.addView(mWeatherView)
|
viewGroup.addView(mWeatherView)
|
||||||
@@ -37,7 +71,10 @@ class OldNotificationWeather : IXposedHookLoadPackage {
|
|||||||
try {
|
try {
|
||||||
val intent = Intent().apply {
|
val intent = Intent().apply {
|
||||||
flags = Intent.FLAG_ACTIVITY_NEW_TASK
|
flags = Intent.FLAG_ACTIVITY_NEW_TASK
|
||||||
component = ComponentName("com.miui.weather2", "com.miui.weather2.ActivityWeatherMain")
|
component = ComponentName(
|
||||||
|
"com.miui.weather2",
|
||||||
|
"com.miui.weather2.ActivityWeatherMain"
|
||||||
|
)
|
||||||
}
|
}
|
||||||
context.startActivity(intent)
|
context.startActivity(intent)
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
@@ -46,7 +83,10 @@ class OldNotificationWeather : IXposedHookLoadPackage {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
//解决横屏重叠
|
//解决横屏重叠
|
||||||
"com.android.systemui.qs.MiuiQSHeaderView".hookAfterMethod(lpparam.classLoader, "updateLayout") {
|
"com.android.systemui.qs.MiuiQSHeaderView".hookAfterMethod(
|
||||||
|
lpparam.classLoader,
|
||||||
|
"updateLayout"
|
||||||
|
) {
|
||||||
val mOritation = it.thisObject.getObjectField("mOrientation") as Int
|
val mOritation = it.thisObject.getObjectField("mOrientation") as Int
|
||||||
if (mOritation == 1) {
|
if (mOritation == 1) {
|
||||||
mWeatherView!!.visibility = View.VISIBLE
|
mWeatherView!!.visibility = View.VISIBLE
|
||||||
|
|||||||
@@ -0,0 +1,52 @@
|
|||||||
|
package com.lt2333.simplicitytools.hook.app.systemui
|
||||||
|
|
||||||
|
import android.content.res.Configuration
|
||||||
|
import android.view.ViewGroup
|
||||||
|
import com.lt2333.simplicitytools.util.XSPUtils
|
||||||
|
import com.lt2333.simplicitytools.util.hasEnable
|
||||||
|
import com.lt2333.simplicitytools.util.hookAfterMethod
|
||||||
|
import com.lt2333.simplicitytools.util.hookBeforeMethod
|
||||||
|
import de.robv.android.xposed.IXposedHookLoadPackage
|
||||||
|
import de.robv.android.xposed.XposedHelpers
|
||||||
|
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
||||||
|
|
||||||
|
class OldQSCustom : IXposedHookLoadPackage {
|
||||||
|
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
||||||
|
hasEnable("old_qs_custom_switch") {
|
||||||
|
val mRows = XSPUtils.getInt("qs_custom_rows", 3)
|
||||||
|
val mRowsHorizontal = XSPUtils.getInt("qs_custom_rows_horizontal", 2)
|
||||||
|
val mColumns = XSPUtils.getInt("qs_custom_columns", 4)
|
||||||
|
val mColumnsUnexpanded = XSPUtils.getInt("qs_custom_columns_unexpanded", 5)
|
||||||
|
|
||||||
|
"com.android.systemui.qs.MiuiQuickQSPanel".hookBeforeMethod(
|
||||||
|
lpparam.classLoader,
|
||||||
|
"setMaxTiles", Int::class.java
|
||||||
|
) {
|
||||||
|
//未展开时的列数
|
||||||
|
it.args[0] = mColumnsUnexpanded
|
||||||
|
}
|
||||||
|
|
||||||
|
"com.android.systemui.qs.MiuiTileLayout".hookAfterMethod(
|
||||||
|
lpparam.classLoader,
|
||||||
|
"updateColumns"
|
||||||
|
) {
|
||||||
|
//展开时的列数
|
||||||
|
XposedHelpers.setObjectField(it.thisObject, "mColumns", mColumns)
|
||||||
|
}
|
||||||
|
"com.android.systemui.qs.MiuiTileLayout".hookAfterMethod(
|
||||||
|
lpparam.classLoader,
|
||||||
|
"updateResources"
|
||||||
|
) {
|
||||||
|
//展开时的行数
|
||||||
|
val viewGroup = it.thisObject as ViewGroup
|
||||||
|
val mConfiguration: Configuration = viewGroup.context.resources.configuration
|
||||||
|
if (mConfiguration.orientation == Configuration.ORIENTATION_PORTRAIT) {
|
||||||
|
XposedHelpers.setObjectField(viewGroup, "mMaxAllowedRows", mRows)
|
||||||
|
} else {
|
||||||
|
XposedHelpers.setObjectField(viewGroup, "mMaxAllowedRows", mRowsHorizontal)
|
||||||
|
}
|
||||||
|
viewGroup.requestLayout()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,128 @@
|
|||||||
|
package com.lt2333.simplicitytools.hook.app.systemui
|
||||||
|
|
||||||
|
import android.content.Context
|
||||||
|
import android.content.res.Resources
|
||||||
|
import android.graphics.Typeface
|
||||||
|
import android.util.TypedValue
|
||||||
|
import android.view.Gravity
|
||||||
|
import android.view.ViewGroup
|
||||||
|
import android.widget.ImageView
|
||||||
|
import android.widget.LinearLayout
|
||||||
|
import android.widget.TextView
|
||||||
|
import com.lt2333.simplicitytools.util.XSPUtils
|
||||||
|
import com.lt2333.simplicitytools.util.hasEnable
|
||||||
|
import com.lt2333.simplicitytools.util.hookAfterMethod
|
||||||
|
import com.lt2333.simplicitytools.util.hookBeforeMethod
|
||||||
|
import de.robv.android.xposed.IXposedHookLoadPackage
|
||||||
|
import de.robv.android.xposed.XposedHelpers
|
||||||
|
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
||||||
|
|
||||||
|
|
||||||
|
class StatusBarBigMobileTypeIcon : IXposedHookLoadPackage {
|
||||||
|
val upAndDownPosition = XSPUtils.getInt("big_mobile_type_icon_up_and_down_position", 0)
|
||||||
|
val leftAndRightMargin = XSPUtils.getInt("big_mobile_type_icon_left_and_right_margins", 0)
|
||||||
|
val isBold = XSPUtils.getBoolean("big_mobile_type_icon_bold", true)
|
||||||
|
val size = XSPUtils.getFloat("big_mobile_type_icon_size", 12.5f)
|
||||||
|
|
||||||
|
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
||||||
|
hasEnable("big_mobile_type_icon") {
|
||||||
|
"com.android.systemui.statusbar.StatusBarMobileView".hookAfterMethod(
|
||||||
|
lpparam.classLoader,
|
||||||
|
"init"
|
||||||
|
) {
|
||||||
|
val StatusBarMobileView = it.thisObject as ViewGroup
|
||||||
|
val context: Context = StatusBarMobileView.context
|
||||||
|
val res: Resources = context.resources
|
||||||
|
|
||||||
|
//获取组件
|
||||||
|
val mobile_container_left_ID: Int =
|
||||||
|
res.getIdentifier("mobile_container_left", "id", "com.android.systemui")
|
||||||
|
val mobile_container_left =
|
||||||
|
StatusBarMobileView.findViewById<ViewGroup>(mobile_container_left_ID)
|
||||||
|
|
||||||
|
val mobile_type_ID: Int =
|
||||||
|
res.getIdentifier("mobile_type", "id", "com.android.systemui")
|
||||||
|
val mobile_type = StatusBarMobileView.findViewById<TextView>(mobile_type_ID)
|
||||||
|
|
||||||
|
val mobile_left_mobile_inout_ID: Int = res.getIdentifier(
|
||||||
|
"mobile_left_mobile_inout",
|
||||||
|
"id",
|
||||||
|
"com.android.systemui"
|
||||||
|
)
|
||||||
|
val mobile_left_mobile_inout =
|
||||||
|
StatusBarMobileView.findViewById<ImageView>(mobile_left_mobile_inout_ID)
|
||||||
|
|
||||||
|
|
||||||
|
//获取插入位置
|
||||||
|
val mobile_container_right_ID: Int = res.getIdentifier(
|
||||||
|
"mobile_container_right",
|
||||||
|
"id",
|
||||||
|
"com.android.systemui"
|
||||||
|
)
|
||||||
|
val mobile_container_right =
|
||||||
|
StatusBarMobileView.findViewById<ViewGroup>(mobile_container_right_ID)
|
||||||
|
val RightParentLayout = mobile_container_right.parent as ViewGroup
|
||||||
|
val mobile_container_right_Index =
|
||||||
|
RightParentLayout.indexOfChild(mobile_container_right)
|
||||||
|
|
||||||
|
//创建新布局
|
||||||
|
val newLinearLayoutLP = LinearLayout.LayoutParams(
|
||||||
|
LinearLayout.LayoutParams.WRAP_CONTENT,
|
||||||
|
LinearLayout.LayoutParams.MATCH_PARENT
|
||||||
|
).also {
|
||||||
|
|
||||||
|
}
|
||||||
|
val newLinearlayout = LinearLayout(context).also {
|
||||||
|
it.layoutParams = newLinearLayoutLP
|
||||||
|
it.id = mobile_container_left_ID
|
||||||
|
it.setPadding(leftAndRightMargin, 0, leftAndRightMargin, 0)
|
||||||
|
}
|
||||||
|
XposedHelpers.setObjectField(it.thisObject, "mMobileLeftContainer", newLinearlayout)
|
||||||
|
RightParentLayout.addView(
|
||||||
|
newLinearlayout,
|
||||||
|
mobile_container_right_Index
|
||||||
|
)
|
||||||
|
|
||||||
|
//将组件插入新的布局
|
||||||
|
(mobile_type.parent as ViewGroup).removeView(mobile_type)
|
||||||
|
(mobile_left_mobile_inout.parent as ViewGroup).removeView(mobile_left_mobile_inout)
|
||||||
|
(mobile_container_left.parent as ViewGroup).removeView(mobile_container_left)
|
||||||
|
|
||||||
|
|
||||||
|
newLinearlayout.addView(mobile_type) //类型
|
||||||
|
val mobile_type_lp = LinearLayout.LayoutParams(
|
||||||
|
LinearLayout.LayoutParams.WRAP_CONTENT,
|
||||||
|
LinearLayout.LayoutParams.WRAP_CONTENT
|
||||||
|
).also {
|
||||||
|
it.gravity = Gravity.CENTER_VERTICAL
|
||||||
|
it.topMargin = upAndDownPosition
|
||||||
|
}
|
||||||
|
mobile_type.also {
|
||||||
|
it.setTextSize(TypedValue.COMPLEX_UNIT_DIP, size)
|
||||||
|
if (isBold) {
|
||||||
|
it.typeface = Typeface.DEFAULT_BOLD
|
||||||
|
}
|
||||||
|
it.layoutParams = mobile_type_lp
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
newLinearlayout.addView(mobile_left_mobile_inout) //箭头
|
||||||
|
val mobile_left_mobile_inout_lp = LinearLayout.LayoutParams(
|
||||||
|
LinearLayout.LayoutParams.WRAP_CONTENT,
|
||||||
|
LinearLayout.LayoutParams.MATCH_PARENT
|
||||||
|
)
|
||||||
|
mobile_left_mobile_inout.also {
|
||||||
|
it.layoutParams = mobile_left_mobile_inout_lp
|
||||||
|
}
|
||||||
|
|
||||||
|
//屏蔽更新布局
|
||||||
|
"com.android.systemui.statusbar.StatusBarMobileView".hookBeforeMethod(
|
||||||
|
lpparam.classLoader,
|
||||||
|
"updateMobileTypeLayout", String::class.java
|
||||||
|
) {
|
||||||
|
it.result = null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,68 @@
|
|||||||
|
package com.lt2333.simplicitytools.hook.app.systemui
|
||||||
|
|
||||||
|
import android.annotation.SuppressLint
|
||||||
|
import android.content.Context
|
||||||
|
import android.os.SystemClock
|
||||||
|
import android.view.MotionEvent
|
||||||
|
import android.view.View.OnTouchListener
|
||||||
|
import android.view.ViewGroup
|
||||||
|
import com.lt2333.simplicitytools.util.findClass
|
||||||
|
import com.lt2333.simplicitytools.util.hasEnable
|
||||||
|
import com.lt2333.simplicitytools.util.hookBeforeMethod
|
||||||
|
import de.robv.android.xposed.IXposedHookLoadPackage
|
||||||
|
import de.robv.android.xposed.XposedHelpers
|
||||||
|
import de.robv.android.xposed.callbacks.XC_LoadPackage
|
||||||
|
|
||||||
|
class StatusBarDoubleTapToSleep : IXposedHookLoadPackage {
|
||||||
|
@SuppressLint("ClickableViewAccessibility")
|
||||||
|
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
||||||
|
hasEnable("status_bar_double_tap_to_sleep") {
|
||||||
|
"com.android.systemui.statusbar.phone.MiuiPhoneStatusBarView".findClass(
|
||||||
|
lpparam.classLoader
|
||||||
|
).hookBeforeMethod(
|
||||||
|
"onFinishInflate"
|
||||||
|
) {
|
||||||
|
val view = it.thisObject as ViewGroup
|
||||||
|
XposedHelpers.setAdditionalInstanceField(view, "currentTouchTime", 0L)
|
||||||
|
XposedHelpers.setAdditionalInstanceField(view, "currentTouchX", 0f)
|
||||||
|
XposedHelpers.setAdditionalInstanceField(view, "currentTouchY", 0f)
|
||||||
|
view.setOnTouchListener(OnTouchListener { v, event ->
|
||||||
|
if (event.action != MotionEvent.ACTION_DOWN) return@OnTouchListener false
|
||||||
|
var currentTouchTime =
|
||||||
|
XposedHelpers.getAdditionalInstanceField(view, "currentTouchTime") as Long
|
||||||
|
var currentTouchX =
|
||||||
|
XposedHelpers.getAdditionalInstanceField(view, "currentTouchX") as Float
|
||||||
|
var currentTouchY =
|
||||||
|
XposedHelpers.getAdditionalInstanceField(view, "currentTouchY") as Float
|
||||||
|
val lastTouchTime = currentTouchTime
|
||||||
|
val lastTouchX = currentTouchX
|
||||||
|
val lastTouchY = currentTouchY
|
||||||
|
currentTouchTime = System.currentTimeMillis()
|
||||||
|
currentTouchX = event.x
|
||||||
|
currentTouchY = event.y
|
||||||
|
if (currentTouchTime - lastTouchTime < 250L && Math.abs(currentTouchX - lastTouchX) < 100f && Math.abs(
|
||||||
|
currentTouchY - lastTouchY
|
||||||
|
) < 100f
|
||||||
|
) {
|
||||||
|
XposedHelpers.callMethod(
|
||||||
|
v.context.getSystemService(Context.POWER_SERVICE),
|
||||||
|
"goToSleep",
|
||||||
|
SystemClock.uptimeMillis()
|
||||||
|
)
|
||||||
|
currentTouchTime = 0L
|
||||||
|
currentTouchX = 0f
|
||||||
|
currentTouchY = 0f
|
||||||
|
}
|
||||||
|
XposedHelpers.setAdditionalInstanceField(
|
||||||
|
view,
|
||||||
|
"currentTouchTime",
|
||||||
|
currentTouchTime
|
||||||
|
)
|
||||||
|
XposedHelpers.setAdditionalInstanceField(view, "currentTouchX", currentTouchX)
|
||||||
|
XposedHelpers.setAdditionalInstanceField(view, "currentTouchY", currentTouchY)
|
||||||
|
false
|
||||||
|
})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -38,11 +38,17 @@ class StatusBarTimeCustomization : IXposedHookLoadPackage {
|
|||||||
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
override fun handleLoadPackage(lpparam: XC_LoadPackage.LoadPackageParam) {
|
||||||
if (isOpen) {
|
if (isOpen) {
|
||||||
var c: Context? = null
|
var c: Context? = null
|
||||||
val miuiClockClass = "com.android.systemui.statusbar.views.MiuiClock".findClass(lpparam.classLoader)
|
val miuiClockClass =
|
||||||
miuiClockClass.hookAfterConstructor(Context::class.java, AttributeSet::class.java, Integer.TYPE) {
|
"com.android.systemui.statusbar.views.MiuiClock".findClass(lpparam.classLoader)
|
||||||
|
miuiClockClass.hookAfterConstructor(
|
||||||
|
Context::class.java,
|
||||||
|
AttributeSet::class.java,
|
||||||
|
Integer.TYPE
|
||||||
|
) {
|
||||||
try {
|
try {
|
||||||
c = it.args[0] as Context
|
c = it.args[0] as Context
|
||||||
val textV = it.thisObject as TextView
|
val textV = it.thisObject as TextView
|
||||||
|
if (textV.resources.getResourceEntryName(textV.id) != "clock") return@hookAfterConstructor
|
||||||
textV.isSingleLine = false
|
textV.isSingleLine = false
|
||||||
if (isDoubleLine) {
|
if (isDoubleLine) {
|
||||||
str = "\n"
|
str = "\n"
|
||||||
@@ -51,6 +57,7 @@ class StatusBarTimeCustomization : IXposedHookLoadPackage {
|
|||||||
clock_double_line_size = getClockDoubleSize.toFloat()
|
clock_double_line_size = getClockDoubleSize.toFloat()
|
||||||
}
|
}
|
||||||
textV.setTextSize(TypedValue.COMPLEX_UNIT_DIP, clock_double_line_size)
|
textV.setTextSize(TypedValue.COMPLEX_UNIT_DIP, clock_double_line_size)
|
||||||
|
textV.setLineSpacing(0F, 0.8F)
|
||||||
} else {
|
} else {
|
||||||
if (getClockSize != 0) {
|
if (getClockSize != 0) {
|
||||||
val clock_size = getClockSize.toFloat()
|
val clock_size = getClockSize.toFloat()
|
||||||
@@ -67,8 +74,7 @@ class StatusBarTimeCustomization : IXposedHookLoadPackage {
|
|||||||
Handler(textV.context.mainLooper).post(r)
|
Handler(textV.context.mainLooper).post(r)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (textV.resources.getResourceEntryName(textV.id) == "clock")
|
Timer().scheduleAtFixedRate(T(), 1000 - System.currentTimeMillis() % 1000, 1000)
|
||||||
Timer().scheduleAtFixedRate(T(), 1000 - System.currentTimeMillis() % 1000, 1000)
|
|
||||||
} catch (e: java.lang.Exception) {
|
} catch (e: java.lang.Exception) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -76,9 +82,13 @@ class StatusBarTimeCustomization : IXposedHookLoadPackage {
|
|||||||
try {
|
try {
|
||||||
val textV = it.thisObject as TextView
|
val textV = it.thisObject as TextView
|
||||||
if (textV.resources.getResourceEntryName(textV.id) == "clock") {
|
if (textV.resources.getResourceEntryName(textV.id) == "clock") {
|
||||||
val t = Settings.System.getString(c!!.contentResolver, Settings.System.TIME_12_24)
|
val t = Settings.System.getString(
|
||||||
|
c!!.contentResolver,
|
||||||
|
Settings.System.TIME_12_24
|
||||||
|
)
|
||||||
|
val is24 = t == "24"
|
||||||
now_time = Calendar.getInstance().time
|
now_time = Calendar.getInstance().time
|
||||||
textV.text = getDate(c!!, t) + str + getTime(c!!, t)
|
textV.text = getDate(c!!) + str + getTime(c!!, is24)
|
||||||
}
|
}
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
}
|
}
|
||||||
@@ -88,7 +98,7 @@ class StatusBarTimeCustomization : IXposedHookLoadPackage {
|
|||||||
|
|
||||||
|
|
||||||
@SuppressLint("SimpleDateFormat")
|
@SuppressLint("SimpleDateFormat")
|
||||||
private fun getDate(context: Context, t: String): String {
|
private fun getDate(context: Context): String {
|
||||||
var datePattern = ""
|
var datePattern = ""
|
||||||
val isZh = isZh(context)
|
val isZh = isZh(context)
|
||||||
|
|
||||||
@@ -129,10 +139,10 @@ class StatusBarTimeCustomization : IXposedHookLoadPackage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@SuppressLint("SimpleDateFormat")
|
@SuppressLint("SimpleDateFormat")
|
||||||
private fun getTime(context: Context, t: String): String {
|
private fun getTime(context: Context, t: Boolean): String {
|
||||||
var timePattern = ""
|
var timePattern = ""
|
||||||
val isZh = isZh(context)
|
val isZh = isZh(context)
|
||||||
timePattern += if (t == "24") "HH:mm" else "h:mm"
|
timePattern += if (t) "HH:mm" else "h:mm"
|
||||||
if (isSecond) timePattern += ":ss"
|
if (isSecond) timePattern += ":ss"
|
||||||
timePattern = SimpleDateFormat(timePattern).format(now_time)
|
timePattern = SimpleDateFormat(timePattern).format(now_time)
|
||||||
if (isZh) timePattern = getPeriod(isZh) + timePattern else timePattern += getPeriod(isZh)
|
if (isZh) timePattern = getPeriod(isZh) + timePattern else timePattern += getPeriod(isZh)
|
||||||
|
|||||||
@@ -3,32 +3,38 @@ package com.lt2333.simplicitytools.tile
|
|||||||
import android.service.quicksettings.Tile
|
import android.service.quicksettings.Tile
|
||||||
import android.service.quicksettings.TileService
|
import android.service.quicksettings.TileService
|
||||||
|
|
||||||
class AllowScreenshots : TileService(){
|
class AllowScreenshots : TileService() {
|
||||||
val key = "disable_flag_secure"
|
val key = "disable_flag_secure"
|
||||||
|
|
||||||
override fun onClick() {
|
override fun onClick() {
|
||||||
super.onClick()
|
super.onClick()
|
||||||
val pref = getSharedPreferences("config", MODE_WORLD_READABLE)
|
try {
|
||||||
val prefEditor = pref.edit()
|
val pref = getSharedPreferences("config", MODE_WORLD_READABLE)
|
||||||
if (pref.getBoolean(key, false)) {
|
val prefEditor = pref.edit()
|
||||||
prefEditor.putBoolean(key, false)
|
if (pref.getBoolean(key, false)) {
|
||||||
qsTile.state = Tile.STATE_INACTIVE
|
prefEditor.putBoolean(key, false)
|
||||||
} else {
|
qsTile.state = Tile.STATE_INACTIVE
|
||||||
prefEditor.putBoolean(key, true)
|
} else {
|
||||||
qsTile.state = Tile.STATE_ACTIVE
|
prefEditor.putBoolean(key, true)
|
||||||
|
qsTile.state = Tile.STATE_ACTIVE
|
||||||
|
}
|
||||||
|
prefEditor.commit()
|
||||||
|
qsTile.updateTile()
|
||||||
|
} catch (e: SecurityException) {
|
||||||
}
|
}
|
||||||
prefEditor.commit()
|
|
||||||
qsTile.updateTile()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onStartListening() {
|
override fun onStartListening() {
|
||||||
super.onStartListening()
|
super.onStartListening()
|
||||||
val pref = getSharedPreferences("config", MODE_WORLD_READABLE)
|
try {
|
||||||
if (pref.getBoolean(key, false)) {
|
val pref = getSharedPreferences("config", MODE_WORLD_READABLE)
|
||||||
qsTile.state = Tile.STATE_ACTIVE
|
if (pref.getBoolean(key, false)) {
|
||||||
} else {
|
qsTile.state = Tile.STATE_ACTIVE
|
||||||
qsTile.state = Tile.STATE_INACTIVE
|
} else {
|
||||||
|
qsTile.state = Tile.STATE_INACTIVE
|
||||||
|
}
|
||||||
|
qsTile.updateTile()
|
||||||
|
} catch (e: SecurityException) {
|
||||||
}
|
}
|
||||||
qsTile.updateTile()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -9,28 +9,33 @@ class LockMaxFpsTile : TileService() {
|
|||||||
|
|
||||||
override fun onClick() {
|
override fun onClick() {
|
||||||
super.onClick()
|
super.onClick()
|
||||||
val pref = getSharedPreferences("config", MODE_WORLD_READABLE)
|
try {
|
||||||
val prefEditor = pref.edit()
|
val pref = getSharedPreferences("config", MODE_WORLD_READABLE)
|
||||||
if (pref.getBoolean(key, false)) {
|
val prefEditor = pref.edit()
|
||||||
prefEditor.putBoolean(key, false)
|
if (pref.getBoolean(key, false)) {
|
||||||
qsTile.state = Tile.STATE_INACTIVE
|
prefEditor.putBoolean(key, false)
|
||||||
} else {
|
qsTile.state = Tile.STATE_INACTIVE
|
||||||
prefEditor.putBoolean(key, true)
|
} else {
|
||||||
qsTile.state = Tile.STATE_ACTIVE
|
prefEditor.putBoolean(key, true)
|
||||||
|
qsTile.state = Tile.STATE_ACTIVE
|
||||||
|
}
|
||||||
|
prefEditor.commit()
|
||||||
|
qsTile.updateTile()
|
||||||
|
} catch (e: SecurityException) {
|
||||||
}
|
}
|
||||||
prefEditor.commit()
|
|
||||||
qsTile.updateTile()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onStartListening() {
|
override fun onStartListening() {
|
||||||
super.onStartListening()
|
super.onStartListening()
|
||||||
val pref = getSharedPreferences("config", MODE_WORLD_READABLE)
|
try {
|
||||||
if (pref.getBoolean(key, false)) {
|
val pref = getSharedPreferences("config", MODE_WORLD_READABLE)
|
||||||
qsTile.state = Tile.STATE_ACTIVE
|
if (pref.getBoolean(key, false)) {
|
||||||
} else {
|
qsTile.state = Tile.STATE_ACTIVE
|
||||||
qsTile.state = Tile.STATE_INACTIVE
|
} else {
|
||||||
|
qsTile.state = Tile.STATE_INACTIVE
|
||||||
|
}
|
||||||
|
qsTile.updateTile()
|
||||||
|
} catch (e: SecurityException) {
|
||||||
}
|
}
|
||||||
qsTile.updateTile()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
package com.lt2333.simplicitytools.util
|
||||||
|
|
||||||
|
import android.content.Context
|
||||||
|
|
||||||
|
object SystemProperties {
|
||||||
|
operator fun get(context: Context, key: String?): String? {
|
||||||
|
var ret = ""
|
||||||
|
try {
|
||||||
|
val cl = context.classLoader
|
||||||
|
val SystemProperties = cl.loadClass("android.os.SystemProperties")
|
||||||
|
//参数类型
|
||||||
|
val paramTypes: Array<Class<*>?> = arrayOfNulls(1)
|
||||||
|
paramTypes[0] = String::class.java
|
||||||
|
val get = SystemProperties.getMethod("get", *paramTypes)
|
||||||
|
//参数
|
||||||
|
val params = arrayOfNulls<Any>(1)
|
||||||
|
params[0] = key
|
||||||
|
ret = get.invoke(SystemProperties, *params) as String
|
||||||
|
} catch (iAE: IllegalArgumentException) {
|
||||||
|
throw iAE
|
||||||
|
} catch (e: Exception) {
|
||||||
|
ret = ""
|
||||||
|
}
|
||||||
|
return ret
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -25,6 +25,13 @@ object XSPUtils {
|
|||||||
}
|
}
|
||||||
return prefs.getFloat(key, defValue)
|
return prefs.getFloat(key, defValue)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fun getString(key: String, defValue: String): String? {
|
||||||
|
if (prefs.hasFileChanged()) {
|
||||||
|
prefs.reload()
|
||||||
|
}
|
||||||
|
return prefs.getString(key, defValue)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
inline fun hasEnable(key: String, default: Boolean = false, noinline extraCondition: (() -> Boolean)? = null, crossinline block: () -> Unit) {
|
inline fun hasEnable(key: String, default: Boolean = false, noinline extraCondition: (() -> Boolean)? = null, crossinline block: () -> Unit) {
|
||||||
|
|||||||
@@ -1,155 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">Performence</string>
|
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
|
||||||
<string name="ui">Interface</string>
|
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
|
||||||
<string name="other">Other</string>
|
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
|
||||||
<string name="home">Home</string>
|
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
|
||||||
<string name="reboot_host">Restart all scope</string>
|
|
||||||
<string name="reboot">Reboot System</string>
|
|
||||||
<!--Status bar icons-->
|
<!--Status bar icons-->
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
|
||||||
<string name="about">About</string>
|
|
||||||
<string name="about_module">About Module</string>
|
|
||||||
<string name="verison">Version</string>
|
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
|
||||||
<string name="opensource">Open Source Repository</string>
|
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
|
||||||
<string name="issues">Feedback/Proposal</string>
|
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
|
||||||
<string name="statusbar">Status bar</string>
|
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
|
||||||
<string name="main_switch">Module main switch</string>
|
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
|
||||||
<string name="menu">Menu</string>
|
|
||||||
<string name="Tips">Tips</string>
|
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
|
||||||
<string name="status_bar_time_year">Display year</string>
|
|
||||||
<string name="status_bar_time_month">Display month</string>
|
|
||||||
<string name="status_bar_time_day">Display date</string>
|
|
||||||
<string name="status_bar_time_week">Display day</string>
|
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
|
||||||
<string name="lock_max">Lock current limit</string>
|
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
|
||||||
<string name="Done">OK</string>
|
|
||||||
<string name="about_module_summary">View module related information</string>
|
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
|
||||||
<string name="developer">Developer</string>
|
|
||||||
<string name="thank_list">Thanks list</string>
|
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
|
||||||
<string name="corepacth">Remove restrictions</string>
|
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
|
||||||
<string name="discussions">Discussions</string>
|
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
|
||||||
<string name="scope">Scope</string>
|
|
||||||
<string name="scope_android">System Framework</string>
|
|
||||||
<string name="scope_systemui">SystemUI</string>
|
|
||||||
<string name="scope_miuihome">Home screen</string>
|
|
||||||
<string name="scope_other">Others</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
|
||||||
<string name="scope_securitycenter">Security app</string>
|
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
|
||||||
<string name="lock_screen">Lock screen</string>
|
|
||||||
<string name="notification_center">Notification Center</string>
|
|
||||||
<string name="show_city">Show the city</string>
|
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
|
||||||
<string name="control_center">Control Center</string>
|
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
|
||||||
<string name="cancel">Cancel</string>
|
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
|
||||||
<string name="updater">Updater</string>
|
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
|
||||||
<string name="settings">Settings</string>
|
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
|
||||||
<string name="remove_ad">Remove ads</string>
|
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
|
||||||
<string name="def">"Default: "</string>
|
|
||||||
<string name="current">Current:</string>
|
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,155 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">Performence</string>
|
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
|
||||||
<string name="ui">Interface</string>
|
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
|
||||||
<string name="other">Other</string>
|
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
|
||||||
<string name="home">Home</string>
|
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
|
||||||
<string name="reboot_host">Restart all scope</string>
|
|
||||||
<string name="reboot">Reboot System</string>
|
|
||||||
<!--Status bar icons-->
|
<!--Status bar icons-->
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
|
||||||
<string name="about">About</string>
|
|
||||||
<string name="about_module">About Module</string>
|
|
||||||
<string name="verison">Version</string>
|
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
|
||||||
<string name="opensource">Open Source Repository</string>
|
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
|
||||||
<string name="issues">Feedback/Proposal</string>
|
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
|
||||||
<string name="statusbar">Status bar</string>
|
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
|
||||||
<string name="main_switch">Module main switch</string>
|
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
|
||||||
<string name="menu">Menu</string>
|
|
||||||
<string name="Tips">Tips</string>
|
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
|
||||||
<string name="status_bar_time_year">Display year</string>
|
|
||||||
<string name="status_bar_time_month">Display month</string>
|
|
||||||
<string name="status_bar_time_day">Display date</string>
|
|
||||||
<string name="status_bar_time_week">Display day</string>
|
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
|
||||||
<string name="lock_max">Lock current limit</string>
|
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
|
||||||
<string name="Done">OK</string>
|
|
||||||
<string name="about_module_summary">View module related information</string>
|
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
|
||||||
<string name="developer">Developer</string>
|
|
||||||
<string name="thank_list">Thanks list</string>
|
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
|
||||||
<string name="corepacth">Remove restrictions</string>
|
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
|
||||||
<string name="discussions">Discussions</string>
|
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
|
||||||
<string name="scope">Scope</string>
|
|
||||||
<string name="scope_android">System Framework</string>
|
|
||||||
<string name="scope_systemui">SystemUI</string>
|
|
||||||
<string name="scope_miuihome">Home screen</string>
|
|
||||||
<string name="scope_other">Others</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
|
||||||
<string name="scope_securitycenter">Security app</string>
|
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
|
||||||
<string name="lock_screen">Lock screen</string>
|
|
||||||
<string name="notification_center">Notification Center</string>
|
|
||||||
<string name="show_city">Show the city</string>
|
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
|
||||||
<string name="control_center">Control Center</string>
|
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
|
||||||
<string name="cancel">Cancel</string>
|
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
|
||||||
<string name="updater">Updater</string>
|
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
|
||||||
<string name="settings">Settings</string>
|
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
|
||||||
<string name="remove_ad">Remove ads</string>
|
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
|
||||||
<string name="def">"Default: "</string>
|
|
||||||
<string name="current">Current:</string>
|
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,155 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">Performence</string>
|
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
|
||||||
<string name="ui">Interface</string>
|
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
|
||||||
<string name="other">Other</string>
|
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
|
||||||
<string name="home">Home</string>
|
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
|
||||||
<string name="reboot_host">Restart all scope</string>
|
|
||||||
<string name="reboot">Reboot System</string>
|
|
||||||
<!--Status bar icons-->
|
<!--Status bar icons-->
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
|
||||||
<string name="about">About</string>
|
|
||||||
<string name="about_module">About Module</string>
|
|
||||||
<string name="verison">Version</string>
|
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
|
||||||
<string name="opensource">Open Source Repository</string>
|
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
|
||||||
<string name="issues">Feedback/Proposal</string>
|
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
|
||||||
<string name="statusbar">Status bar</string>
|
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
|
||||||
<string name="main_switch">Module main switch</string>
|
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
|
||||||
<string name="menu">Menu</string>
|
|
||||||
<string name="Tips">Tips</string>
|
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
|
||||||
<string name="status_bar_time_year">Display year</string>
|
|
||||||
<string name="status_bar_time_month">Display month</string>
|
|
||||||
<string name="status_bar_time_day">Display date</string>
|
|
||||||
<string name="status_bar_time_week">Display day</string>
|
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
|
||||||
<string name="lock_max">Lock current limit</string>
|
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
|
||||||
<string name="Done">OK</string>
|
|
||||||
<string name="about_module_summary">View module related information</string>
|
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
|
||||||
<string name="developer">Developer</string>
|
|
||||||
<string name="thank_list">Thanks list</string>
|
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
|
||||||
<string name="corepacth">Remove restrictions</string>
|
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
|
||||||
<string name="discussions">Discussions</string>
|
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
|
||||||
<string name="scope">Scope</string>
|
|
||||||
<string name="scope_android">System Framework</string>
|
|
||||||
<string name="scope_systemui">SystemUI</string>
|
|
||||||
<string name="scope_miuihome">Home screen</string>
|
|
||||||
<string name="scope_other">Others</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
|
||||||
<string name="scope_securitycenter">Security app</string>
|
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
|
||||||
<string name="lock_screen">Lock screen</string>
|
|
||||||
<string name="notification_center">Notification Center</string>
|
|
||||||
<string name="show_city">Show the city</string>
|
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
|
||||||
<string name="control_center">Control Center</string>
|
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
|
||||||
<string name="cancel">Cancel</string>
|
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
|
||||||
<string name="updater">Updater</string>
|
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
|
||||||
<string name="settings">Settings</string>
|
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
|
||||||
<string name="remove_ad">Remove ads</string>
|
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
|
||||||
<string name="def">"Default: "</string>
|
|
||||||
<string name="current">Current:</string>
|
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,155 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">Performence</string>
|
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
|
||||||
<string name="ui">Interface</string>
|
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
|
||||||
<string name="other">Other</string>
|
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
|
||||||
<string name="home">Home</string>
|
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
|
||||||
<string name="reboot_host">Restart all scope</string>
|
|
||||||
<string name="reboot">Reboot System</string>
|
|
||||||
<!--Status bar icons-->
|
<!--Status bar icons-->
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
|
||||||
<string name="about">About</string>
|
|
||||||
<string name="about_module">About Module</string>
|
|
||||||
<string name="verison">Version</string>
|
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
|
||||||
<string name="opensource">Open Source Repository</string>
|
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
|
||||||
<string name="issues">Feedback/Proposal</string>
|
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
|
||||||
<string name="statusbar">Status bar</string>
|
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
|
||||||
<string name="main_switch">Module main switch</string>
|
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
|
||||||
<string name="menu">Menu</string>
|
|
||||||
<string name="Tips">Tips</string>
|
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
|
||||||
<string name="status_bar_time_year">Display year</string>
|
|
||||||
<string name="status_bar_time_month">Display month</string>
|
|
||||||
<string name="status_bar_time_day">Display date</string>
|
|
||||||
<string name="status_bar_time_week">Display day</string>
|
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
|
||||||
<string name="lock_max">Lock current limit</string>
|
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
|
||||||
<string name="Done">OK</string>
|
|
||||||
<string name="about_module_summary">View module related information</string>
|
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
|
||||||
<string name="developer">Developer</string>
|
|
||||||
<string name="thank_list">Thanks list</string>
|
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
|
||||||
<string name="corepacth">Remove restrictions</string>
|
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
|
||||||
<string name="discussions">Discussions</string>
|
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
|
||||||
<string name="scope">Scope</string>
|
|
||||||
<string name="scope_android">System Framework</string>
|
|
||||||
<string name="scope_systemui">SystemUI</string>
|
|
||||||
<string name="scope_miuihome">Home screen</string>
|
|
||||||
<string name="scope_other">Others</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
|
||||||
<string name="scope_securitycenter">Security app</string>
|
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
|
||||||
<string name="lock_screen">Lock screen</string>
|
|
||||||
<string name="notification_center">Notification Center</string>
|
|
||||||
<string name="show_city">Show the city</string>
|
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
|
||||||
<string name="control_center">Control Center</string>
|
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
|
||||||
<string name="cancel">Cancel</string>
|
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
|
||||||
<string name="updater">Updater</string>
|
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
|
||||||
<string name="settings">Settings</string>
|
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
|
||||||
<string name="remove_ad">Remove ads</string>
|
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
|
||||||
<string name="def">"Default: "</string>
|
|
||||||
<string name="current">Current:</string>
|
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,155 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">Performence</string>
|
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
|
||||||
<string name="ui">Interface</string>
|
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
|
||||||
<string name="other">Other</string>
|
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
|
||||||
<string name="home">Home</string>
|
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
|
||||||
<string name="reboot_host">Restart all scope</string>
|
|
||||||
<string name="reboot">Reboot System</string>
|
|
||||||
<!--Status bar icons-->
|
<!--Status bar icons-->
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
|
||||||
<string name="about">About</string>
|
|
||||||
<string name="about_module">About Module</string>
|
|
||||||
<string name="verison">Version</string>
|
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
|
||||||
<string name="opensource">Open Source Repository</string>
|
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
|
||||||
<string name="issues">Feedback/Proposal</string>
|
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
|
||||||
<string name="statusbar">Status bar</string>
|
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
|
||||||
<string name="main_switch">Module main switch</string>
|
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
|
||||||
<string name="menu">Menu</string>
|
|
||||||
<string name="Tips">Tips</string>
|
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
|
||||||
<string name="status_bar_time_year">Display year</string>
|
|
||||||
<string name="status_bar_time_month">Display month</string>
|
|
||||||
<string name="status_bar_time_day">Display date</string>
|
|
||||||
<string name="status_bar_time_week">Display day</string>
|
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
|
||||||
<string name="lock_max">Lock current limit</string>
|
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
|
||||||
<string name="Done">OK</string>
|
|
||||||
<string name="about_module_summary">View module related information</string>
|
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
|
||||||
<string name="developer">Developer</string>
|
|
||||||
<string name="thank_list">Thanks list</string>
|
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
|
||||||
<string name="corepacth">Remove restrictions</string>
|
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
|
||||||
<string name="discussions">Discussions</string>
|
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
|
||||||
<string name="scope">Scope</string>
|
|
||||||
<string name="scope_android">System Framework</string>
|
|
||||||
<string name="scope_systemui">SystemUI</string>
|
|
||||||
<string name="scope_miuihome">Home screen</string>
|
|
||||||
<string name="scope_other">Others</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
|
||||||
<string name="scope_securitycenter">Security app</string>
|
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
|
||||||
<string name="lock_screen">Lock screen</string>
|
|
||||||
<string name="notification_center">Notification Center</string>
|
|
||||||
<string name="show_city">Show the city</string>
|
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
|
||||||
<string name="control_center">Control Center</string>
|
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
|
||||||
<string name="cancel">Cancel</string>
|
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
|
||||||
<string name="updater">Updater</string>
|
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
|
||||||
<string name="settings">Settings</string>
|
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
|
||||||
<string name="remove_ad">Remove ads</string>
|
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
|
||||||
<string name="def">"Default: "</string>
|
|
||||||
<string name="current">Current:</string>
|
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,155 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">Performence</string>
|
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
|
||||||
<string name="ui">Interface</string>
|
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
|
||||||
<string name="other">Other</string>
|
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
|
||||||
<string name="home">Home</string>
|
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
|
||||||
<string name="reboot_host">Restart all scope</string>
|
|
||||||
<string name="reboot">Reboot System</string>
|
|
||||||
<!--Status bar icons-->
|
<!--Status bar icons-->
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
|
||||||
<string name="about">About</string>
|
|
||||||
<string name="about_module">About Module</string>
|
|
||||||
<string name="verison">Version</string>
|
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
|
||||||
<string name="opensource">Open Source Repository</string>
|
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
|
||||||
<string name="issues">Feedback/Proposal</string>
|
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
|
||||||
<string name="statusbar">Status bar</string>
|
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
|
||||||
<string name="main_switch">Module main switch</string>
|
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
|
||||||
<string name="menu">Menu</string>
|
|
||||||
<string name="Tips">Tips</string>
|
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
|
||||||
<string name="status_bar_time_year">Display year</string>
|
|
||||||
<string name="status_bar_time_month">Display month</string>
|
|
||||||
<string name="status_bar_time_day">Display date</string>
|
|
||||||
<string name="status_bar_time_week">Display day</string>
|
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
|
||||||
<string name="lock_max">Lock current limit</string>
|
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
|
||||||
<string name="Done">OK</string>
|
|
||||||
<string name="about_module_summary">View module related information</string>
|
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
|
||||||
<string name="developer">Developer</string>
|
|
||||||
<string name="thank_list">Thanks list</string>
|
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
|
||||||
<string name="corepacth">Remove restrictions</string>
|
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
|
||||||
<string name="discussions">Discussions</string>
|
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
|
||||||
<string name="scope">Scope</string>
|
|
||||||
<string name="scope_android">System Framework</string>
|
|
||||||
<string name="scope_systemui">SystemUI</string>
|
|
||||||
<string name="scope_miuihome">Home screen</string>
|
|
||||||
<string name="scope_other">Others</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
|
||||||
<string name="scope_securitycenter">Security app</string>
|
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
|
||||||
<string name="lock_screen">Lock screen</string>
|
|
||||||
<string name="notification_center">Notification Center</string>
|
|
||||||
<string name="show_city">Show the city</string>
|
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
|
||||||
<string name="control_center">Control Center</string>
|
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
|
||||||
<string name="cancel">Cancel</string>
|
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
|
||||||
<string name="updater">Updater</string>
|
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
|
||||||
<string name="settings">Settings</string>
|
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
|
||||||
<string name="remove_ad">Remove ads</string>
|
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
|
||||||
<string name="def">"Default: "</string>
|
|
||||||
<string name="current">Current:</string>
|
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,155 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">Performence</string>
|
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
|
||||||
<string name="ui">Interface</string>
|
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
|
||||||
<string name="other">Other</string>
|
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
|
||||||
<string name="home">Home</string>
|
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
|
||||||
<string name="reboot_host">Restart all scope</string>
|
|
||||||
<string name="reboot">Reboot System</string>
|
|
||||||
<!--Status bar icons-->
|
<!--Status bar icons-->
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
|
||||||
<string name="about">About</string>
|
|
||||||
<string name="about_module">About Module</string>
|
|
||||||
<string name="verison">Version</string>
|
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
|
||||||
<string name="opensource">Open Source Repository</string>
|
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
|
||||||
<string name="issues">Feedback/Proposal</string>
|
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
|
||||||
<string name="statusbar">Status bar</string>
|
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
|
||||||
<string name="main_switch">Module main switch</string>
|
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
|
||||||
<string name="menu">Menu</string>
|
|
||||||
<string name="Tips">Tips</string>
|
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
|
||||||
<string name="status_bar_time_year">Display year</string>
|
|
||||||
<string name="status_bar_time_month">Display month</string>
|
|
||||||
<string name="status_bar_time_day">Display date</string>
|
|
||||||
<string name="status_bar_time_week">Display day</string>
|
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
|
||||||
<string name="lock_max">Lock current limit</string>
|
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
|
||||||
<string name="Done">OK</string>
|
|
||||||
<string name="about_module_summary">View module related information</string>
|
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
|
||||||
<string name="developer">Developer</string>
|
|
||||||
<string name="thank_list">Thanks list</string>
|
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
|
||||||
<string name="corepacth">Remove restrictions</string>
|
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
|
||||||
<string name="discussions">Discussions</string>
|
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
|
||||||
<string name="scope">Scope</string>
|
|
||||||
<string name="scope_android">System Framework</string>
|
|
||||||
<string name="scope_systemui">SystemUI</string>
|
|
||||||
<string name="scope_miuihome">Home screen</string>
|
|
||||||
<string name="scope_other">Others</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
|
||||||
<string name="scope_securitycenter">Security app</string>
|
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
|
||||||
<string name="lock_screen">Lock screen</string>
|
|
||||||
<string name="notification_center">Notification Center</string>
|
|
||||||
<string name="show_city">Show the city</string>
|
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
|
||||||
<string name="control_center">Control Center</string>
|
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
|
||||||
<string name="cancel">Cancel</string>
|
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
|
||||||
<string name="updater">Updater</string>
|
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
|
||||||
<string name="settings">Settings</string>
|
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
|
||||||
<string name="remove_ad">Remove ads</string>
|
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
|
||||||
<string name="def">"Default: "</string>
|
|
||||||
<string name="current">Current:</string>
|
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,155 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<resources>
|
|
||||||
<string name="performance">Performence</string>
|
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
|
||||||
<string name="ui">Interface</string>
|
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
|
||||||
<string name="other">Other</string>
|
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
|
||||||
<string name="home">Home</string>
|
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
|
||||||
<string name="reboot_host">Restart all scope</string>
|
|
||||||
<string name="reboot">Reboot System</string>
|
|
||||||
<!--Status bar icons-->
|
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
|
||||||
<string name="about">About</string>
|
|
||||||
<string name="about_module">About Module</string>
|
|
||||||
<string name="verison">Version</string>
|
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
|
||||||
<string name="opensource">Open Source Repository</string>
|
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
|
||||||
<string name="issues">Feedback/Proposal</string>
|
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
|
||||||
<string name="statusbar">Status bar</string>
|
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
|
||||||
<string name="main_switch">Module main switch</string>
|
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
|
||||||
<string name="menu">Menu</string>
|
|
||||||
<string name="Tips">Tips</string>
|
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
|
||||||
<string name="status_bar_time_year">Display year</string>
|
|
||||||
<string name="status_bar_time_month">Display month</string>
|
|
||||||
<string name="status_bar_time_day">Display date</string>
|
|
||||||
<string name="status_bar_time_week">Display day</string>
|
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
|
||||||
<string name="lock_max">Lock current limit</string>
|
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
|
||||||
<string name="Done">OK</string>
|
|
||||||
<string name="about_module_summary">View module related information</string>
|
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
|
||||||
<string name="developer">Developer</string>
|
|
||||||
<string name="thank_list">Thanks list</string>
|
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
|
||||||
<string name="corepacth">Remove restrictions</string>
|
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
|
||||||
<string name="discussions">Discussions</string>
|
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
|
||||||
<string name="scope">Scope</string>
|
|
||||||
<string name="scope_android">System Framework</string>
|
|
||||||
<string name="scope_systemui">SystemUI</string>
|
|
||||||
<string name="scope_miuihome">Home screen</string>
|
|
||||||
<string name="scope_other">Others</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
|
||||||
<string name="scope_securitycenter">Security app</string>
|
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
|
||||||
<string name="lock_screen">Lock screen</string>
|
|
||||||
<string name="notification_center">Notification Center</string>
|
|
||||||
<string name="show_city">Show the city</string>
|
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
|
||||||
<string name="control_center">Control Center</string>
|
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
|
||||||
<string name="cancel">Cancel</string>
|
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
|
||||||
<string name="updater">Updater</string>
|
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
|
||||||
<string name="settings">Settings</string>
|
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
|
||||||
<string name="remove_ad">Remove ads</string>
|
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
|
||||||
<string name="def">"Default: "</string>
|
|
||||||
<string name="current">Current:</string>
|
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
|
||||||
</resources>
|
|
||||||
@@ -1,155 +1,189 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">Performence</string>
|
<string name="performance">Rendimiento</string>
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
<string name="lock_max_fps">Bloquear la tasa actual de refresco por arriba del límite</string>
|
||||||
<string name="ui">Interface</string>
|
<string name="ui">Interfaz</string>
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
<string name="delete_on_post_notification">Eliminar notificación de mostrar encima</string>
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
<string name="delete_on_post_notification_summary">Eliminar la notificación \"Está aplicación se está mostrando sobre otras aplicaciones\"</string>
|
||||||
<string name="other">Other</string>
|
<string name="other">Otro</string>
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
<string name="disable_flag_secure">Permitir capturas de pantalla</string>
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
<string name="disable_flag_secure_summary">Permite realizar capturas de pantalla en aplicaciones que no lo permiten\nPor seguridad permite añadir un ajuste rápido en el Centro de Control</string>
|
||||||
<string name="home">Home</string>
|
<string name="home">Inicio</string>
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
<string name="home_time">Mostrar siempre el reloj en la pantalla de inicio</string>
|
||||||
<string name="reboot_host">Restart all scope</string>
|
<string name="reboot_host">Reinicia todo el ámbito</string>
|
||||||
<string name="reboot">Reboot System</string>
|
<string name="reboot">Reiniciar el sistema</string>
|
||||||
<!--Status bar icons-->
|
<!--Status bar icons-->
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
<string name="status_bar_icon">Iconos de la barra de estado</string>
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
<string name="hide_no_sim_icon">Ocultar icono sin SIM</string>
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
<string name="hide_sim_one_icon">Ocultar icono SIM 1</string>
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
<string name="hide_sim_two_icon">Ocultar icono SIM 2</string>
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
<string name="hide_vpn_icon">Ocultar icono VPN</string>
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
<string name="hide_airplane_icon">Ocultar icono modo fuera de línea</string>
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
<string name="hide_wifi_icon">Ocultar icono WIFI</string>
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
<string name="hide_bluetooth_icon">Ocultar icono Bluetooth</string>
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
<string name="hide_volume_zen_icon">Ocultar icono de Sonido y No Molestar</string>
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
<string name="hide_alarm_icon">Ocultar icono de alarma</string>
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
<string name="hide_hotspot_icon">Ocultar icono de punto de accesos inalámbrico</string>
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
<string name="hide_headset_icon">Ocultar icono de audífonos</string>
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
<string name="hide_bluetooth_battery_icon">Ocultar icono de batería de Bluetooth</string>
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
<string name="hide_big_hd_icon">Ocultar icono grande HD</string>
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
<string name="hide_small_hd_icon">Ocultar icono pequeño HD</string>
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
<string name="hide_hd_no_service_icon">Ocultar icono sin servicio HD</string>
|
||||||
<string name="about">About</string>
|
<string name="about">Acerca de</string>
|
||||||
<string name="about_module">About Module</string>
|
<string name="about_module">Acerca del Módulo</string>
|
||||||
<string name="verison">Version</string>
|
<string name="verison">Versión</string>
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
<string name="dev_coolapk">Autor Coolapk</string>
|
||||||
<string name="opensource">Open Source Repository</string>
|
<string name="opensource">Repositorio de Código Abierto</string>
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
<string name="github_url">Más desarrolladores están invitados a participar en el proyecto</string>
|
||||||
<string name="issues">Feedback/Proposal</string>
|
<string name="issues">Comentarios/Sugerencias</string>
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
<string name="issues_url">Clic para ver errores en GitHub</string>
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
<string name="xposeddescription">Herramienta de personalización para MIUI13 (Android 12)</string>
|
||||||
<string name="statusbar">Status bar</string>
|
<string name="statusbar">Barra de estado</string>
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
<string name="status_bar_time_seconds">Mostrar segundos</string>
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
<string name="status_bar_network_speed_refresh_speed">La velocidad de red se actualiza en segundos</string>
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
<string name="remove_the_maximum_number_of_notification_icons">Eliminar el número máximo de iconos de notificaciones</string>
|
||||||
<string name="main_switch">Module main switch</string>
|
<string name="main_switch">Interruptor principal del módulo</string>
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
<string name="hide_gps_icon">Ocultar icono GPS</string>
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
<string name="hide_status_bar_network_speed_second">Ocultar unidad (/s) en velocidad de red</string>
|
||||||
<string name="menu">Menu</string>
|
<string name="menu">Menú</string>
|
||||||
<string name="Tips">Tips</string>
|
<string name="Tips">Consejos</string>
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
<string name="skip_waiting_time">Saltar advertencia de 5/10 segundos</string>
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
<string name="unlock_unlimited_cropping">Elimina la restricción de recorte en imágenes/capturas de pantalla</string>
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
<string name="hide_slave_wifi_icon">Ocultar icono de WIFI secundario</string>
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
<string name="HideLauncherIcon">Esconder el icono del Launcher</string>
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
<string name="hide_battery_percentage_icon">Esconder la batería (%)</string>
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
<string name="hide_battery_icon">Ocultar icono de batería</string>
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
<string name="status_bar_clock_format">Formato de reloj de la barra de estado</string>
|
||||||
<string name="status_bar_time_year">Display year</string>
|
<string name="status_bar_time_year">Mostrar año</string>
|
||||||
<string name="status_bar_time_month">Display month</string>
|
<string name="status_bar_time_month">Mostrar mes</string>
|
||||||
<string name="status_bar_time_day">Display date</string>
|
<string name="status_bar_time_day">Mostrar fecha</string>
|
||||||
<string name="status_bar_time_week">Display day</string>
|
<string name="status_bar_time_week">Mostrar día</string>
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
<string name="status_bar_time_hide_space">Ocultar espacio</string>
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
<string name="allow_screenshots">Permitir captura de pantalla</string>
|
||||||
<string name="lock_max">Lock current limit</string>
|
<string name="lock_max">Bloquear límite actual</string>
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
<string name="status_bar_time_double_hour">Mostrar doce horas Chino</string>
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
<string name="custom_clock_switch">Interruptor de reloj personalizado</string>
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
<string name="status_bar_time_period">Mostrar AM/PM</string>
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
<string name="status_bar_time_double_line">Fila dual</string>
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
<string name="status_bar_clock_size">Tamaño del reloj (0: no cambiar)</string>
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
<string name="status_bar_clock_double_line_size">Tamaño de la fila dual (0: no cambiar)</string>
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
<string name="matters_needing_attention">¿Alguna característica no funciona? </string>
|
||||||
<string name="Done">OK</string>
|
<string name="Done">OK</string>
|
||||||
<string name="about_module_summary">View module related information</string>
|
<string name="about_module_summary">Ver información relacionada con el módulo</string>
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
<string name="contributor_list">Lista de colaboradores del repositorio de código abierto</string>
|
||||||
<string name="developer">Developer</string>
|
<string name="developer">Desarrollador</string>
|
||||||
<string name="thank_list">Thanks list</string>
|
<string name="thank_list">Agradecimientos</string>
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
<string name="third_party_open_source_statement">Declaración de Código Abierto de Terceros</string>
|
||||||
<string name="corepacth">Remove restrictions</string>
|
<string name="corepacth">Eliminar restricciones</string>
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
<string name="corepacth_summary">Permite instalar versiones anteriores/con firma diferente/sin firma</string>
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
<string name="prevent_recovery_of_battery_optimization_white_list">Evita la recuperación de la lista de blanca de optimización de batería</string>
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
<string name="failed_after_restart">Se restaurará después del reinicio del sistema</string>
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
<string name="battery_optimization">Optimización de la batería</string>
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
<string name="battery_optimization_summary">Abre rápidamente el menú oculto por MIUI de optimización de batería</string>
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
<string name="remove_small_window_restrictions">Fuerza ventanas pequeñas</string>
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
<string name="app_coolapk_url">Ayúdanos con una reseña de cinco estrellas</string>
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
<string name="app_coolapk_url_summary">Esto hará que más personas nos encuentren</string>
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
<string name="qq_channel">Únete al canal oficial de QQ</string>
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
<string name="tg_channel">Únete al canal oficial de TG</string>
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
<string name="tg_channel_summary">Pues entrar al grupo de chat desde la página del canal</string>
|
||||||
<string name="discussions">Discussions</string>
|
<string name="discussions">Discusiones</string>
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
<string name="remove_small_window_restrictions_summary">Ignorar la lista negra del sistema y bloqueo de software para ventanas pequeñas</string>
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
<string name="remove_the_left_side_of_the_lock_screen">Remueve el panel lateral de la pantalla de bloqueo</string>
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
<string name="remove_lock_screen_camera">Remueve el acceso a la cámara en la pantalla de bloqueo</string>
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
<string name="only_official_default_themes_are_supported">Solo temas oficiales por defecto son soportados</string>
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
<string name="lock_one_hundred">Estable 100 puntos en la aplicación de Seguridad</string>
|
||||||
<string name="scope">Scope</string>
|
<string name="scope">Ámbito</string>
|
||||||
<string name="scope_android">System Framework</string>
|
<string name="scope_android">Framework del sistema</string>
|
||||||
<string name="scope_systemui">SystemUI</string>
|
<string name="scope_systemui">UI del Sistema</string>
|
||||||
<string name="scope_miuihome">Home screen</string>
|
<string name="scope_miuihome">Pantalla de inicio</string>
|
||||||
<string name="scope_other">Others</string>
|
<string name="scope_other">Otros</string>
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
<string name="status_bar_network_speed_refresh_speed_summary">Cambia la frecuencia de actualización de la velocidad de red de la barra de estado a 1 s</string>
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
<string name="hide_battery_percentage_icon_summary">La función de porcentaje de batería debe de ser activada manualmente</string>
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
<string name="hide_status_bar_network_speed_second_summary">Ocultar la unidad (/s) de la velocidad de red en la barra de estado</string>
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
<string name="remove_the_maximum_number_of_notification_icons_summary">Eliminar el límite de 3 notificaciones en la barra de estado</string>
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
<string name="scope_systemui_summary">Personaliza la interfaz del sistema, barra de estado, pantalla de bloqueo, etc.</string>
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
<string name="scope_android_summary">Después de activar el módulo por primera vez o al actualizarlo, los cambios serán aplicados después de reiniciar el sistema</string>
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
<string name="scope_other_summary">App de seguridad, Editor de galería, Batería y rendimiento, etc.</string>
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
<string name="scope_powerkeeper">Batería y rendimiento</string>
|
||||||
<string name="scope_securitycenter">Security app</string>
|
<string name="scope_securitycenter">App de seguridad</string>
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
<string name="scope_mediaeditor">Editor de Galería</string>
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
<string name="home_time_summary">Cuando se activa, el reloj no se ocultará en la barra de estado incluso si hay un widget de reloj</string>
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
<string name="skip_waiting_time_summary">Ignora el tiempo de espera de MIUI cuando se habilita la depuración USB, fuentes desconocidas y accesibilidad</string>
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
<string name="lock_one_hundred_summary">Establecer la puntuación de la app de Seguridad en 100 puntos y bloquea el botón de Optimización</string>
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
<string name="unlock_unlimited_cropping_summary">Ignorar el límite mínimo de recorte de imagen por MIUI</string>
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
<string name="hide_wifi_activity_icon">Ocultar icono de actividad de WIFI</string>
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
<string name="hide_mobile_activity_icon">Ocultar icono de actividad red móvil</string>
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
<string name="hide_mobile_type_icon">Ocultar icono tipo de red móvil</string>
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
<string name="show_weather_main_switch">Mostrar Tiempo - Interruptor Principal</string>
|
||||||
<string name="lock_screen">Lock screen</string>
|
<string name="lock_screen">Pantalla de bloqueo</string>
|
||||||
<string name="notification_center">Notification Center</string>
|
<string name="notification_center">Centro de Notificaciones</string>
|
||||||
<string name="show_city">Show the city</string>
|
<string name="show_city">Mostrar la ciudad</string>
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
<string name="lock_max_fps_summary">Permite añadir un mosaico de acceso rápido en el centro de control para un cambio rápido</string>
|
||||||
<string name="control_center">Control Center</string>
|
<string name="control_center">Centro de Control</string>
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
<string name="control_center_weather_summary">Esta versión de Mi Smart Hub no es compatible</string>
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
<string name="not_support">Al parecer estás usando una versión antigua de LSPosed o LSPosed no está activo, por favor actualiza LSPosed o actívalo e intenta de nuevo.</string>
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
<string name="matters_needing_attention_context">Se recomienda reiniciar el teléfono después de la primera activación o al actualizarla\nLa mayoría de los cambios requieren un reinicio desde la esquina superior derecha para que surtan efecto</string>
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
<string name="are_you_sure_reboot">¿Está seguro de reiniciar?</string>
|
||||||
<string name="cancel">Cancel</string>
|
<string name="cancel">Cancelar</string>
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
<string name="are_you_sure_reboot_scope">¿Está seguro de reiniciar todo el ámbito?</string>
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
<string name="hide_battery_charging_icon">Ocultar el icono de carga</string>
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
<string name="hide_wifi_standard_icon">Ocultar el icono estándar de WIFI</string>
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
<string name="status_bar_time_center">Centrar el reloj en la barra de estado</string>
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
<string name="status_bar_layout_summary">Más diseños para la barra de estado están en desarrollo</string>
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
<string name="status_bar_layout">Diseño de la barra de estado</string>
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
<string name="layout_compatibility_mode">Modo de compatibilidad</string>
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
<string name="left_margin">Margen izquierdo (0: Auto)</string>
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
<string name="right_margin">Margen derecho (0: Auto)</string>
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
<string name="layout_compatibility_mode_summary">Hace que los agujeros izquierdo y derecho de la pantalla se puedan mostrar normalmente</string>
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
<string name="remove_macro_blacklist">Remueve la lista negra de game macro</string>
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
<string name="hide_network_speed_splitter">Remover el divisor de la velocidad de red</string>
|
||||||
<string name="updater">Updater</string>
|
<string name="updater">Actualizador</string>
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
<string name="remove_ota_validate">*Remueve validación de OTA [LAB]</string>
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
<string name="remove_ota_validate_summary">- Sólo soporta series que usen VAB, por favor no use en otras series.\n- No se requiere aplicar para pruebas internas para flashear los paquetes completos de éstos.\n- Para aquellos que cuentan con permisos, ya no serán capaces de recibir actualizaciones de pruebas internas, y se podrá usar para bloquear actualizaciones del sistema.\n Después de actualizar entre versiones diferentes, se recomienda borrar datos.\n- ROM no oficiales no están soportadas.</string>
|
||||||
<string name="settings">Settings</string>
|
<string name="settings">Configuración</string>
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
<string name="show_notification_importance">Mostrar importancia de notificaciones</string>
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
<string name="show_notification_importance_summary">Mostrar configuración de importancia de notificación que está oculto en MIUI 12 y versiones posteriores</string>
|
||||||
<string name="remove_ad">Remove ads</string>
|
<string name="remove_ad">Remover publicidad</string>
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
<string name="remove_thememanager_ads">Remueve publicidad del gestor de Temas</string>
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
<string name="battery_life_function">La página de batería muestra la temperatura actual</string>
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
<string name="enable_wave_charge_animation">Activar la animación de carga de onda</string>
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
<string name="max_wallpaper_scale">Escala máxima de fondo de pantalla</string>
|
||||||
<string name="def">"Default: "</string>
|
<string name="def">"Predeterminado: "</string>
|
||||||
<string name="current">Current:</string>
|
<string name="current">Actual:</string>
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
<string name="participate_in_translation">Participa en la traducción</string>
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
<string name="participate_in_translation_summary">Ayúdanos a traducir la app en tu idioma</string>
|
||||||
|
<string name="lock_screen_charging_current">Mostrar la información de corriente durante la carga</string>
|
||||||
|
<string name="current_current">Corriente de carga</string>
|
||||||
|
<string name="remove_open_app_confirmation_popup">Eliminar ventana de inicio en cadena</string>
|
||||||
|
<string name="remove_open_app_confirmation_popup_summary">Eliminar ventana \"Permitir XXX abrir XXX\" de inicio en cadena</string>
|
||||||
|
<string name="hide_volume_icon">Ocultar icono de volumen</string>
|
||||||
|
<string name="hide_zen_icon">Ocultar icono ZEN</string>
|
||||||
|
<string name="hide_icon">Ocultar Iconos</string>
|
||||||
|
<string name="double_tap_to_sleep">Doble toque para bloquear</string>
|
||||||
|
<string name="home_double_tap_to_sleep_summary">Doble toque en espacio en blanco para bloquear</string>
|
||||||
|
<string name="old_quick_settings_panel">Panel de ajustes rápido antiguo</string>
|
||||||
|
<string name="old_qs_custom_switch">Filas y columnas personalizadas</string>
|
||||||
|
<string name="qs_custom_columns_unexpanded">Columnas (contraídas)</string>
|
||||||
|
<string name="qs_custom_rows">Filas</string>
|
||||||
|
<string name="qs_custom_columns">Columnas</string>
|
||||||
|
<string name="qs_custom_rows_horizontal">Filas (horizontal)</string>
|
||||||
|
<string name="status_bar_dual_row_network_speed">Velocidad de red en fila dual</string>
|
||||||
|
<string name="status_bar_dual_row_network_speed_summary">Mostrar velocidad de subida y bajada</string>
|
||||||
|
<string name="status_bar_network_speed">Velocidad de red en barra de estado</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_size">Tamaño de fila dual (0: no cambiar)</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_icon">Icono de fila dual</string>
|
||||||
|
<string name="none">Ninguno</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_gravity">Alineación de icono en fila dual</string>
|
||||||
|
<string name="left">Izquierda</string>
|
||||||
|
<string name="right">Derecha</string>
|
||||||
|
<string name="big_mobile_type_icon">Icono grande de red móvil</string>
|
||||||
|
<string name="can_notification_slide">Hacer que todas las notificaciones puedan deslizarse hacia una ventana pequeña</string>
|
||||||
|
<string name="battery_percentage_font_size">Tamaño de la fuente del porcentaje de batería</string>
|
||||||
|
<string name="zero_do_no_change">0: sin cambios</string>
|
||||||
|
<string name="big_mobile_type_icon_size">Tamaño del icono red móvil grande</string>
|
||||||
|
<string name="big_mobile_type_icon_bold">Icono red móvil grande en negrita</string>
|
||||||
|
<string name="big_mobile_type_icon_up_and_down_position">Posición arriba y abajo del icono red móvil grande</string>
|
||||||
|
<string name="input_error">Error de entrada</string>
|
||||||
|
<string name="range">Rango: </string>
|
||||||
|
<string name="big_mobile_type_icon_left_and_right_margins">Margen izquierdo y derecho del icono de red móvil grande</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,155 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">Performence</string>
|
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
|
||||||
<string name="ui">Interface</string>
|
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
|
||||||
<string name="other">Other</string>
|
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
|
||||||
<string name="home">Home</string>
|
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
|
||||||
<string name="reboot_host">Restart all scope</string>
|
|
||||||
<string name="reboot">Reboot System</string>
|
|
||||||
<!--Status bar icons-->
|
<!--Status bar icons-->
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
|
||||||
<string name="about">About</string>
|
|
||||||
<string name="about_module">About Module</string>
|
|
||||||
<string name="verison">Version</string>
|
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
|
||||||
<string name="opensource">Open Source Repository</string>
|
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
|
||||||
<string name="issues">Feedback/Proposal</string>
|
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
|
||||||
<string name="statusbar">Status bar</string>
|
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
|
||||||
<string name="main_switch">Module main switch</string>
|
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
|
||||||
<string name="menu">Menu</string>
|
|
||||||
<string name="Tips">Tips</string>
|
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
|
||||||
<string name="status_bar_time_year">Display year</string>
|
|
||||||
<string name="status_bar_time_month">Display month</string>
|
|
||||||
<string name="status_bar_time_day">Display date</string>
|
|
||||||
<string name="status_bar_time_week">Display day</string>
|
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
|
||||||
<string name="lock_max">Lock current limit</string>
|
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
|
||||||
<string name="Done">OK</string>
|
|
||||||
<string name="about_module_summary">View module related information</string>
|
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
|
||||||
<string name="developer">Developer</string>
|
|
||||||
<string name="thank_list">Thanks list</string>
|
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
|
||||||
<string name="corepacth">Remove restrictions</string>
|
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
|
||||||
<string name="discussions">Discussions</string>
|
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
|
||||||
<string name="scope">Scope</string>
|
|
||||||
<string name="scope_android">System Framework</string>
|
|
||||||
<string name="scope_systemui">SystemUI</string>
|
|
||||||
<string name="scope_miuihome">Home screen</string>
|
|
||||||
<string name="scope_other">Others</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
|
||||||
<string name="scope_securitycenter">Security app</string>
|
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
|
||||||
<string name="lock_screen">Lock screen</string>
|
|
||||||
<string name="notification_center">Notification Center</string>
|
|
||||||
<string name="show_city">Show the city</string>
|
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
|
||||||
<string name="control_center">Control Center</string>
|
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
|
||||||
<string name="cancel">Cancel</string>
|
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
|
||||||
<string name="updater">Updater</string>
|
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
|
||||||
<string name="settings">Settings</string>
|
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
|
||||||
<string name="remove_ad">Remove ads</string>
|
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
|
||||||
<string name="def">"Default: "</string>
|
|
||||||
<string name="current">Current:</string>
|
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,155 +1,179 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">Performence</string>
|
<string name="performance">Performance</string>
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
<string name="lock_max_fps">Verrouiller le taux de rafraîchissement actuel</string>
|
||||||
<string name="ui">Interface</string>
|
<string name="ui">Interface</string>
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
<string name="delete_on_post_notification">Supprimer l\'affichage sur la notification</string>
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
<string name="delete_on_post_notification_summary">Supprimer la notification \"Cette application s\'affiche au-dessus des autres applications\"</string>
|
||||||
<string name="other">Other</string>
|
<string name="other">Autre</string>
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
<string name="disable_flag_secure">Permettre la capture d\'écran</string>
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
<string name="disable_flag_secure_summary">Permettre une capture d\'écran dans un logiciel qui ne permet pas\najouter des paramètres rapides dans le centre de contrôle pour la sécurité</string>
|
||||||
<string name="home">Home</string>
|
<string name="home">Homepage</string>
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
<string name="home_time">Toujours afficher l\'horloge à l\'écran d\'accueil</string>
|
||||||
<string name="reboot_host">Restart all scope</string>
|
<string name="reboot_host">Redémarrer SystemUI</string>
|
||||||
<string name="reboot">Reboot System</string>
|
<string name="reboot">Redémarrer le système</string>
|
||||||
<!--Status bar icons-->
|
<!--Status bar icons-->
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
<string name="status_bar_icon">Icônes de la barre d\'état</string>
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
<string name="hide_no_sim_icon">Masquer l\'icône Aucune SIM</string>
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
<string name="hide_sim_one_icon">Masquer l\'icône SIM 1</string>
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
<string name="hide_sim_two_icon">Masquer l\'icône SIM 2</string>
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
<string name="hide_vpn_icon">Masquer l\'icône VPN</string>
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
<string name="hide_airplane_icon">Masquer l\'icône du mode avion</string>
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
<string name="hide_wifi_icon">Masquer l\'icône WiFi</string>
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
<string name="hide_bluetooth_icon">Masquer l\'icône Bluetooth</string>
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
<string name="hide_volume_zen_icon">Masquer l\'icône Sonnerie et Ne Pas Déranger</string>
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
<string name="hide_alarm_icon">Cacher l\'icône de l\'horloge</string>
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
<string name="hide_hotspot_icon">Masquer l\'icône de point d\'accès mobile</string>
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
<string name="hide_headset_icon">Masquer l\'icône de casque</string>
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
<string name="hide_bluetooth_battery_icon">Masquer l\'icône de Batterie Bluetooth</string>
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
<string name="hide_big_hd_icon">Masquer l\'icône HD grosse</string>
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
<string name="hide_small_hd_icon">Masquer l\'icône HD petite</string>
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
<string name="hide_hd_no_service_icon">Masquer l\'icône HD Non Service</string>
|
||||||
<string name="about">About</string>
|
<string name="about">À propos</string>
|
||||||
<string name="about_module">About Module</string>
|
<string name="about_module">À propos du Module</string>
|
||||||
<string name="verison">Version</string>
|
<string name="verison">Version</string>
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
<string name="dev_coolapk">Développeur en Coolapk</string>
|
||||||
<string name="opensource">Open Source Repository</string>
|
<string name="opensource">Référentiel Open Source</string>
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
<string name="github_url">Bienvenue à d\'autres développeurs pour participer au développement</string>
|
||||||
<string name="issues">Feedback/Proposal</string>
|
<string name="issues">Feed-back/Proposition</string>
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
<string name="issues_url">Cliquez pour voir GitHub</string>
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
<string name="xposeddescription">Outil de personnalisation pour MIUI13(Android 12)</string>
|
||||||
<string name="statusbar">Status bar</string>
|
<string name="statusbar">Barre d\'État</string>
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
<string name="status_bar_time_seconds">Affichage des secondes</string>
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
<string name="status_bar_network_speed_refresh_speed">Rafraichissement de la vitesse du réseau en secondes</string>
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
<string name="remove_the_maximum_number_of_notification_icons">Supprimer le nombre maximum d\'icônes de notification</string>
|
||||||
<string name="main_switch">Module main switch</string>
|
<string name="main_switch">Interrupteur Généra</string>
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
<string name="hide_gps_icon">Masquer l\'icône GPS</string>
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
<string name="hide_status_bar_network_speed_second">Masquer les unités de vitesse réseau (/s)</string>
|
||||||
<string name="menu">Menu</string>
|
<string name="menu">Menu</string>
|
||||||
<string name="Tips">Tips</string>
|
<string name="Tips">Conseils</string>
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
<string name="skip_waiting_time">Sauter l\'alerte de 5/10 secondes</string>
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
<string name="unlock_unlimited_cropping">Supprimer la restriction lors du recadrage des photos/captures d\'écran</string>
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
<string name="hide_slave_wifi_icon">Masquer l\'icône secondaire WIFI</string>
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
<string name="HideLauncherIcon">Masquer l\'icône en Homepage</string>
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
<string name="hide_battery_percentage_icon">Masquer l\'icône Batterie(%)</string>
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
<string name="hide_battery_icon">Masquer l\'icône batterie</string>
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
<string name="status_bar_clock_format">Format de l\'horloge de la barre d\'état</string>
|
||||||
<string name="status_bar_time_year">Display year</string>
|
<string name="status_bar_time_year">Afficher l\'année</string>
|
||||||
<string name="status_bar_time_month">Display month</string>
|
<string name="status_bar_time_month">Afficher le mois</string>
|
||||||
<string name="status_bar_time_day">Display date</string>
|
<string name="status_bar_time_day">Afficher la date</string>
|
||||||
<string name="status_bar_time_week">Display day</string>
|
<string name="status_bar_time_week">Afficher les jours</string>
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
<string name="status_bar_time_hide_space">Masquer l\'écart</string>
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
<string name="allow_screenshots">Permettre la capture d\'écran</string>
|
||||||
<string name="lock_max">Lock current limit</string>
|
<string name="lock_max">Verrouiller la limite courante</string>
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
<string name="status_bar_time_double_hour">Douze heures Chinoise</string>
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
<string name="custom_clock_switch">Interrupteur généra de l\'horloge</string>
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
<string name="status_bar_time_period">Afficher AM/PM</string>
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
<string name="status_bar_time_double_line">Double ligne</string>
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
<string name="status_bar_clock_size">Taille de l\'horloge (0: ne pas changer)</string>
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
<string name="status_bar_clock_double_line_size">Taille de double ligne (0: ne pas changer)</string>
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
<string name="matters_needing_attention">Fonctionnalité ne fonctionne pas ? </string>
|
||||||
<string name="Done">OK</string>
|
<string name="Done">Ok</string>
|
||||||
<string name="about_module_summary">View module related information</string>
|
<string name="about_module_summary">Informations Relatives au module</string>
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
<string name="contributor_list">Liste des contributeurs</string>
|
||||||
<string name="developer">Developer</string>
|
<string name="developer">Développeur</string>
|
||||||
<string name="thank_list">Thanks list</string>
|
<string name="thank_list">Liste de remerciements</string>
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
<string name="third_party_open_source_statement">Déclaration Open Source Tiers</string>
|
||||||
<string name="corepacth">Remove restrictions</string>
|
<string name="corepacth">Supprimer les restrictions</string>
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
<string name="corepacth_summary">Prise en charge de la rétrograde/de différentes signatures/installation non signée</string>
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
<string name="prevent_recovery_of_battery_optimization_white_list">Empêcher la récupération de la liste blanche de l\'optimisation de la batterie</string>
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
<string name="failed_after_restart">Il sera restauré après le redémarrage du système</string>
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
<string name="battery_optimization">Optimisation de la batterie</string>
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
<string name="battery_optimization_summary">Ouvrir commodément le menu d\'optimisation de la batterie masqué par MIUI</string>
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
<string name="remove_small_window_restrictions">Forcer les petites fenêtres</string>
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
<string name="app_coolapk_url">Ddonnez un avis cinq étoiles</string>
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
<string name="app_coolapk_url_summary">Cela peut nous rendre plus découverts</string>
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
<string name="qq_channel">Joignez la chaîne officielle en QQ</string>
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
<string name="tg_channel">Joignez la chaîne officielle en Télégramme</string>
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
<string name="tg_channel_summary">Vous pouvez entrer dans le groupe de discussion sur la page de la chaîne</string>
|
||||||
<string name="discussions">Discussions</string>
|
<string name="discussions">Discussions</string>
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
<string name="remove_small_window_restrictions_summary">Ignorer la liste noire du système et l\'interdiction du logiciel des petites fenêtres</string>
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
<string name="remove_the_left_side_of_the_lock_screen">Supprimer le panneau latéral de l\'écran de verrouillage</string>
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
<string name="remove_lock_screen_camera">Supprimer le caméra de l\'écran de verrouillage</string>
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
<string name="only_official_default_themes_are_supported">Seuls les thèmes officiels par défaut sont supportés</string>
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
<string name="lock_one_hundred">Définir 100 points dans la Centre Security</string>
|
||||||
<string name="scope">Scope</string>
|
<string name="scope">Aapplication activée</string>
|
||||||
<string name="scope_android">System Framework</string>
|
<string name="scope_android">Cadre du Système</string>
|
||||||
<string name="scope_systemui">SystemUI</string>
|
<string name="scope_systemui">SystemUI</string>
|
||||||
<string name="scope_miuihome">Home screen</string>
|
<string name="scope_miuihome">Homepage</string>
|
||||||
<string name="scope_other">Others</string>
|
<string name="scope_other">Autres</string>
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
<string name="status_bar_network_speed_refresh_speed_summary">Changer la fréquence d\'actualisation du composant de vitesse réseau de la barre d\'état à 1s</string>
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
<string name="hide_battery_percentage_icon_summary">La fonction d\'affichage du pourcentage de la batterie doit être activée par vous-même</string>
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
<string name="hide_status_bar_network_speed_second_summary">Masquer les unités (/s) de la vitesse réseau en barre d\'état</string>
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
<string name="remove_the_maximum_number_of_notification_icons_summary">Supprimer la limite de 3 notifications en barre d\'état</string>
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
<string name="scope_systemui_summary">Personnaliser l\'interface système, la barre d\'état, l\'écran de verrouillage, etc.</string>
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
<string name="scope_android_summary">Après avoir activé le module pour la première fois ou le module est mis à jour, la fonctionnalité prendra effet après le redémarrage du système</string>
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
<string name="scope_other_summary">Centre de Sécurité, Éditeur de Galerie, Batterie et Performances, etc.</string>
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
<string name="scope_powerkeeper">Batterie et performance</string>
|
||||||
<string name="scope_securitycenter">Security app</string>
|
<string name="scope_securitycenter">Centre de Sécurité</string>
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
<string name="scope_mediaeditor">Éditeur de Galerie</string>
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
<string name="home_time_summary">Quand activé, l\'horloge ne sera pas manqueé en barre d\'état même s\'il y a un widget horloge</string>
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
<string name="skip_waiting_time_summary">Ignorer le temps d\'attente de MIUI lorsque le débogage USB, les sources inconnues et l\'accessibilité</string>
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
<string name="lock_one_hundred_summary">Définissez le score sur la Centre Security à 100 points et bloquez le bouton optimiser</string>
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
<string name="unlock_unlimited_cropping_summary">Ignorer la limite minimale de recadrage d\'image par MIUI</string>
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
<string name="hide_wifi_activity_icon">Masquer l\'icône WIFI activeé</string>
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
<string name="hide_mobile_activity_icon">Masquer l\'icône trafic mobile activeé</string>
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
<string name="hide_mobile_type_icon">Masquer l\'icône de type trafic mobile</string>
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
<string name="show_weather_main_switch">Afficher la météo - Interrupteur principal</string>
|
||||||
<string name="lock_screen">Lock screen</string>
|
<string name="lock_screen">Écran de Verrouillage</string>
|
||||||
<string name="notification_center">Notification Center</string>
|
<string name="notification_center">Centre de Notifications</string>
|
||||||
<string name="show_city">Show the city</string>
|
<string name="show_city">Afficher la ville</string>
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
<string name="lock_max_fps_summary">Prise en charge de l\'ajout des paramètres rapides du centre de contrôle déroulant pour le changement en temps réel</string>
|
||||||
<string name="control_center">Control Center</string>
|
<string name="control_center">Centre de Contrôle</string>
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
<string name="control_center_weather_summary">La version Mi Smart Hub n\'est pas supportée pour le moment</string>
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
<string name="not_support">Vous semblez utiliser une version obsolète de LSPosed ou LSPosed n\'est pas active, veuillez mettre à jour LSPosed ou l\'activer et réessayer.</string>
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
<string name="matters_needing_attention_context">Il est recommandé de redémarrer le téléphone après la première activation ou la première mise à jour\nLa plupart des modifications nécessitent un redémarrage SystemUI dans le coin supérieur droit pour prendre effet</string>
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
<string name="are_you_sure_reboot">Êtes-vous sûr de vouloir redémarrer ?</string>
|
||||||
<string name="cancel">Cancel</string>
|
<string name="cancel">Annuler</string>
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
<string name="are_you_sure_reboot_scope">Êtes-vous sûr de redémarrer SystemUI?</string>
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
<string name="hide_battery_charging_icon">Masquer l\'icône de charge</string>
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
<string name="hide_wifi_standard_icon">Masquer l\'icône WIFI standard</string>
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
<string name="status_bar_time_center">Horloge au centre en barre d\'état</string>
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
<string name="status_bar_layout_summary">Plus de mises style barre d\'état sont en cours de développement</string>
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
<string name="status_bar_layout">Style de la barre d\'état</string>
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
<string name="layout_compatibility_mode">Mode Compatibilité</string>
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
<string name="left_margin">Marge gauche (0: Auto)</string>
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
<string name="right_margin">Marge droite (0: Auto)</string>
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
<string name="layout_compatibility_mode_summary">L\'écran de trou peut s\'afficher normalement</string>
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
<string name="remove_macro_blacklist">Supprimer la liste noire des macros du jeu</string>
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
<string name="hide_network_speed_splitter">Masquer le écart de vitesse du réseau</string>
|
||||||
<string name="updater">Updater</string>
|
<string name="updater">Mise à jour</string>
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
<string name="remove_ota_validate">*Supprimer OTA valider [LAB]</string>
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
<string name="remove_ota_validate_summary">- Supporte uniquement l\'utilisation de la série VAB, s\'il vous plaît ne pas ouvrir d\'autres séries.\n- Pas besoin de qualification de test interne pour flash dans le package de test interne complet.\n- Ceux qui ont une permission de test interne ne seront pas en mesure de recevoir des mises à jour de test internes, et peuvent être utilisés pour bloquer les mises à jour du système.\n- Après une mise à jour de type multi-version, il est recommandé d\'effacer les données.\n- L\'utilisation non officielle de la ROM n\'est pas prise en charge.</string>
|
||||||
<string name="settings">Settings</string>
|
<string name="settings">Réglages</string>
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
<string name="show_notification_importance">Afficher l\'importance notification</string>
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
<string name="show_notification_importance_summary">Afficher les paramètres d\'importance de la notification qui sont manqueés dans les versions MIUI 12 et ultérieures</string>
|
||||||
<string name="remove_ad">Remove ads</string>
|
<string name="remove_ad">Supprimez les pubs</string>
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
<string name="remove_thememanager_ads">Supprimer les publicités pour le gestionnaire de thème</string>
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
<string name="battery_life_function">La page de la batterie affiche la température actuelle</string>
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
<string name="enable_wave_charge_animation">Activer l\'animation de chargement de la vague</string>
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
<string name="max_wallpaper_scale">Échelle maximum du fond d\'écran</string>
|
||||||
<string name="def">"Default: "</string>
|
<string name="def">"Défaut: "</string>
|
||||||
<string name="current">Current:</string>
|
<string name="current">Actuelles:</string>
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
<string name="participate_in_translation">Participer à la traduction</string>
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
<string name="participate_in_translation_summary">Aidez-nous à traduire l\'application dans votre langue</string>
|
||||||
|
<string name="lock_screen_charging_current">Afficher les informations actuelles pendant le chargement</string>
|
||||||
|
<string name="current_current">Actuelles</string>
|
||||||
|
<string name="remove_open_app_confirmation_popup">supprimer la popup de l\'application ouverte</string>
|
||||||
|
<string name="remove_open_app_confirmation_popup_summary">supprimer le popup de démarrage de la chaîne \"Autoriser XXX à ouvrir XXX\"</string>
|
||||||
|
<string name="hide_volume_icon">Masquer l\'icône de le volume</string>
|
||||||
|
<string name="hide_zen_icon">Masquer l\'icône ZEN</string>
|
||||||
|
<string name="hide_icon">Masquer l\'icône</string>
|
||||||
|
<string name="double_tap_to_sleep">Double tapper pour veille</string>
|
||||||
|
<string name="home_double_tap_to_sleep_summary">Double-tapez l\'espace vide pour mettre en veille</string>
|
||||||
|
<string name="old_quick_settings_panel">Vieux panneau de réglages rapide</string>
|
||||||
|
<string name="old_qs_custom_switch">Lignes et colonnes personnalisés</string>
|
||||||
|
<string name="qs_custom_columns_unexpanded">Colonnes (Inexpansé)</string>
|
||||||
|
<string name="qs_custom_rows">Lignes</string>
|
||||||
|
<string name="qs_custom_columns">Colonnes</string>
|
||||||
|
<string name="qs_custom_rows_horizontal">Lignes (horizontal)</string>
|
||||||
|
<string name="status_bar_dual_row_network_speed">Vitesse du réseau à double ligne</string>
|
||||||
|
<string name="status_bar_dual_row_network_speed_summary">Affichage de download et upload en vitesse de réseau</string>
|
||||||
|
<string name="status_bar_network_speed">Vitesse du réseau en barre d\'état</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_size">Taille de double ligne (0: ne pas changer)</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_icon">Icône de double ligne</string>
|
||||||
|
<string name="none">Aucune</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_gravity">Alignement double ligne</string>
|
||||||
|
<string name="left">Gauche</string>
|
||||||
|
<string name="right">Droite</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,155 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">Performence</string>
|
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
|
||||||
<string name="ui">Interface</string>
|
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
|
||||||
<string name="other">Other</string>
|
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
|
||||||
<string name="home">Home</string>
|
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
|
||||||
<string name="reboot_host">Restart all scope</string>
|
|
||||||
<string name="reboot">Reboot System</string>
|
|
||||||
<!--Status bar icons-->
|
<!--Status bar icons-->
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
|
||||||
<string name="about">About</string>
|
|
||||||
<string name="about_module">About Module</string>
|
|
||||||
<string name="verison">Version</string>
|
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
|
||||||
<string name="opensource">Open Source Repository</string>
|
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
|
||||||
<string name="issues">Feedback/Proposal</string>
|
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
|
||||||
<string name="statusbar">Status bar</string>
|
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
|
||||||
<string name="main_switch">Module main switch</string>
|
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
|
||||||
<string name="menu">Menu</string>
|
|
||||||
<string name="Tips">Tips</string>
|
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
|
||||||
<string name="status_bar_time_year">Display year</string>
|
|
||||||
<string name="status_bar_time_month">Display month</string>
|
|
||||||
<string name="status_bar_time_day">Display date</string>
|
|
||||||
<string name="status_bar_time_week">Display day</string>
|
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
|
||||||
<string name="lock_max">Lock current limit</string>
|
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
|
||||||
<string name="Done">OK</string>
|
|
||||||
<string name="about_module_summary">View module related information</string>
|
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
|
||||||
<string name="developer">Developer</string>
|
|
||||||
<string name="thank_list">Thanks list</string>
|
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
|
||||||
<string name="corepacth">Remove restrictions</string>
|
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
|
||||||
<string name="discussions">Discussions</string>
|
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
|
||||||
<string name="scope">Scope</string>
|
|
||||||
<string name="scope_android">System Framework</string>
|
|
||||||
<string name="scope_systemui">SystemUI</string>
|
|
||||||
<string name="scope_miuihome">Home screen</string>
|
|
||||||
<string name="scope_other">Others</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
|
||||||
<string name="scope_securitycenter">Security app</string>
|
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
|
||||||
<string name="lock_screen">Lock screen</string>
|
|
||||||
<string name="notification_center">Notification Center</string>
|
|
||||||
<string name="show_city">Show the city</string>
|
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
|
||||||
<string name="control_center">Control Center</string>
|
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
|
||||||
<string name="cancel">Cancel</string>
|
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
|
||||||
<string name="updater">Updater</string>
|
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
|
||||||
<string name="settings">Settings</string>
|
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
|
||||||
<string name="remove_ad">Remove ads</string>
|
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
|
||||||
<string name="def">"Default: "</string>
|
|
||||||
<string name="current">Current:</string>
|
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,155 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">Performence</string>
|
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
|
||||||
<string name="ui">Interface</string>
|
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
|
||||||
<string name="other">Other</string>
|
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
|
||||||
<string name="home">Home</string>
|
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
|
||||||
<string name="reboot_host">Restart all scope</string>
|
|
||||||
<string name="reboot">Reboot System</string>
|
|
||||||
<!--Status bar icons-->
|
<!--Status bar icons-->
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
|
||||||
<string name="about">About</string>
|
|
||||||
<string name="about_module">About Module</string>
|
|
||||||
<string name="verison">Version</string>
|
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
|
||||||
<string name="opensource">Open Source Repository</string>
|
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
|
||||||
<string name="issues">Feedback/Proposal</string>
|
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
|
||||||
<string name="statusbar">Status bar</string>
|
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
|
||||||
<string name="main_switch">Module main switch</string>
|
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
|
||||||
<string name="menu">Menu</string>
|
|
||||||
<string name="Tips">Tips</string>
|
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
|
||||||
<string name="status_bar_time_year">Display year</string>
|
|
||||||
<string name="status_bar_time_month">Display month</string>
|
|
||||||
<string name="status_bar_time_day">Display date</string>
|
|
||||||
<string name="status_bar_time_week">Display day</string>
|
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
|
||||||
<string name="lock_max">Lock current limit</string>
|
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
|
||||||
<string name="Done">OK</string>
|
|
||||||
<string name="about_module_summary">View module related information</string>
|
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
|
||||||
<string name="developer">Developer</string>
|
|
||||||
<string name="thank_list">Thanks list</string>
|
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
|
||||||
<string name="corepacth">Remove restrictions</string>
|
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
|
||||||
<string name="discussions">Discussions</string>
|
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
|
||||||
<string name="scope">Scope</string>
|
|
||||||
<string name="scope_android">System Framework</string>
|
|
||||||
<string name="scope_systemui">SystemUI</string>
|
|
||||||
<string name="scope_miuihome">Home screen</string>
|
|
||||||
<string name="scope_other">Others</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
|
||||||
<string name="scope_securitycenter">Security app</string>
|
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
|
||||||
<string name="lock_screen">Lock screen</string>
|
|
||||||
<string name="notification_center">Notification Center</string>
|
|
||||||
<string name="show_city">Show the city</string>
|
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
|
||||||
<string name="control_center">Control Center</string>
|
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
|
||||||
<string name="cancel">Cancel</string>
|
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
|
||||||
<string name="updater">Updater</string>
|
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
|
||||||
<string name="settings">Settings</string>
|
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
|
||||||
<string name="remove_ad">Remove ads</string>
|
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
|
||||||
<string name="def">"Default: "</string>
|
|
||||||
<string name="current">Current:</string>
|
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
170
app/src/main/res/values-id/strings.xml
Normal file
170
app/src/main/res/values-id/strings.xml
Normal file
@@ -0,0 +1,170 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<string name="performance">Perfoma</string>
|
||||||
|
<string name="lock_max_fps">Kunci batas atas kecepatan refresh layar saat ini</string>
|
||||||
|
<string name="ui">Tampilan</string>
|
||||||
|
<string name="delete_on_post_notification">Hapus tampilan di atas notifikasi</string>
|
||||||
|
<string name="delete_on_post_notification_summary">Hapus pemberitahuan \"Aplikasi ini sedang ditampilkan di atas aplikasi lain\"</string>
|
||||||
|
<string name="other">Lainnya</string>
|
||||||
|
<string name="disable_flag_secure">Izinkan tangkapan layar</string>
|
||||||
|
<string name="disable_flag_secure_summary">Izinkan tangkapan layar dalam perangkat lunak yang tidak mengizinkan\nMendukung penambahan setelan jalan pintas di Pusat kendali demi keamanan</string>
|
||||||
|
<string name="home">Halaman Utama</string>
|
||||||
|
<string name="home_time">Selalu tampilkan jam layar Utama</string>
|
||||||
|
<string name="reboot_host">Mulai ulang semua cakupan</string>
|
||||||
|
<string name="reboot">Mulai Ulang Sistem</string>
|
||||||
|
<!--Status bar icons-->
|
||||||
|
<string name="status_bar_icon">Ikon status bar</string>
|
||||||
|
<string name="hide_no_sim_icon">Sembunyikan ikon Tanpa SIM</string>
|
||||||
|
<string name="hide_sim_one_icon">Sembunyikan ikon Kartu SIM 1</string>
|
||||||
|
<string name="hide_sim_two_icon">Sembunyikan ikon Kartu SIM 2</string>
|
||||||
|
<string name="hide_vpn_icon">Sembunyikan ikon VPN</string>
|
||||||
|
<string name="hide_airplane_icon">Sembunyikan ikon mode Pesawat</string>
|
||||||
|
<string name="hide_wifi_icon">Sembunyikan ikon WIFI</string>
|
||||||
|
<string name="hide_bluetooth_icon">Sembunyikan ikon Bluetooth</string>
|
||||||
|
<string name="hide_volume_zen_icon">Sembunyikan ikon Suara dan Jangan Ganggu</string>
|
||||||
|
<string name="hide_alarm_icon">Sembunyikan ikon Alarm</string>
|
||||||
|
<string name="hide_hotspot_icon">Sembunyikan ikon hotspot portabel</string>
|
||||||
|
<string name="hide_headset_icon">Sembunyikan ikon Headset</string>
|
||||||
|
<string name="hide_bluetooth_battery_icon">Sembunyikan ikon baterai pada Bluetooth</string>
|
||||||
|
<string name="hide_big_hd_icon">Sembunyikan ikon HD besar (MIUI China)</string>
|
||||||
|
<string name="hide_small_hd_icon">Sembunyikan ikon HD kecil (MIUI China)</string>
|
||||||
|
<string name="hide_hd_no_service_icon">Sembunyikan ikon HD Tanpa Layanan (MIUI China)</string>
|
||||||
|
<string name="about">Tentang</string>
|
||||||
|
<string name="about_module">Tentang Module</string>
|
||||||
|
<string name="verison">Versi</string>
|
||||||
|
<string name="dev_coolapk">Author Coolapk</string>
|
||||||
|
<string name="opensource">Repositori Sumber Terbuka</string>
|
||||||
|
<string name="github_url">Selamat datang lebih banyak developer untuk berpartisipasi dalam pengembangan</string>
|
||||||
|
<string name="issues">Umpan Balik/Usulan</string>
|
||||||
|
<string name="issues_url">Klik untuk melihat Masalah GitHub</string>
|
||||||
|
<string name="xposeddescription">Alat perubahan untuk MIUI13 (Android 12)</string>
|
||||||
|
<string name="statusbar">Status bar</string>
|
||||||
|
<string name="status_bar_time_seconds">Tampilkan detik</string>
|
||||||
|
<string name="status_bar_network_speed_refresh_speed">Perubahan kecepatan jaringan dalam detik</string>
|
||||||
|
<string name="remove_the_maximum_number_of_notification_icons">Hapus jumlah maksimum ikon notifikasi</string>
|
||||||
|
<string name="main_switch">Tombol modul</string>
|
||||||
|
<string name="hide_gps_icon">Sembunyikan ikon GPS</string>
|
||||||
|
<string name="hide_status_bar_network_speed_second">Sembunyikan unit kecepatan jaringan (/d)</string>
|
||||||
|
<string name="menu">Menu</string>
|
||||||
|
<string name="Tips">Tips</string>
|
||||||
|
<string name="skip_waiting_time">Lewati 5/10 waktu peringatan</string>
|
||||||
|
<string name="unlock_unlimited_cropping">Hilangkan pembatasan untuk memotong gambar/cuplikan layar</string>
|
||||||
|
<string name="hide_slave_wifi_icon">Sembunyikan ikon WIFI tambahan</string>
|
||||||
|
<string name="HideLauncherIcon">Sembunyikan ikon launcher</string>
|
||||||
|
<string name="hide_battery_percentage_icon">Sembunyikan battery (%)</string>
|
||||||
|
<string name="hide_battery_icon">Sembunyikan ikon baterai</string>
|
||||||
|
<string name="status_bar_clock_format">Format jam pada status</string>
|
||||||
|
<string name="status_bar_time_year">Tampilkan tahun</string>
|
||||||
|
<string name="status_bar_time_month">Tampilkan bulan</string>
|
||||||
|
<string name="status_bar_time_day">Tampiulkan tanggal</string>
|
||||||
|
<string name="status_bar_time_week">Tampilkan hari</string>
|
||||||
|
<string name="status_bar_time_hide_space">Sembunyikan spasi</string>
|
||||||
|
<string name="allow_screenshots">Izinkan cuplikan layar</string>
|
||||||
|
<string name="lock_max">Kunci batas saat ini</string>
|
||||||
|
<string name="status_bar_time_double_hour">Tampilkan waktu sistem 12-jam</string>
|
||||||
|
<string name="custom_clock_switch">Sesuaikan Perubahan Jam</string>
|
||||||
|
<string name="status_bar_time_period">Tampilkan AM/PM</string>
|
||||||
|
<string name="status_bar_time_double_line">Baris ganda</string>
|
||||||
|
<string name="status_bar_clock_size">Ukuran jam (0: jangan di ganti)</string>
|
||||||
|
<string name="status_bar_clock_double_line_size">Baris ganda (0: jangan di ganti)</string>
|
||||||
|
<string name="matters_needing_attention">Fitur tidak berjalan? </string>
|
||||||
|
<string name="Done">OK</string>
|
||||||
|
<string name="about_module_summary">Lihat informasi terkait modul</string>
|
||||||
|
<string name="contributor_list">Daftar kontributor repositori sumber terbuka</string>
|
||||||
|
<string name="developer">Developer</string>
|
||||||
|
<string name="thank_list">Daftar ucapan terimakasih</string>
|
||||||
|
<string name="third_party_open_source_statement">Pernyataan Sumber Terbuka Pihak Ketiga</string>
|
||||||
|
<string name="corepacth">Hapus pembatasan</string>
|
||||||
|
<string name="corepacth_summary">Dukungan untuk menurunkan versi/berbeda lisensi/tidak terdaftar terhadap instalasi aplikasi</string>
|
||||||
|
<string name="prevent_recovery_of_battery_optimization_white_list">Cegah pemulihan daftar pembolehan pengoptimalan baterai</string>
|
||||||
|
<string name="failed_after_restart">Fitur ini akan dipulihkan setelah merestart sistem</string>
|
||||||
|
<string name="battery_optimization">Pengoptimalan baterai</string>
|
||||||
|
<string name="battery_optimization_summary">Buka menu pengoptimalan baterai dengan cepat yang disembunyikan oleh MIUI</string>
|
||||||
|
<string name="remove_small_window_restrictions">Paksa jendela kecil</string>
|
||||||
|
<string name="app_coolapk_url">Ayo datang dan beri kami ulasan bintang lima</string>
|
||||||
|
<string name="app_coolapk_url_summary">Ini membuat kita lebih mudah ditemukan</string>
|
||||||
|
<string name="qq_channel">Bergabunglah dengan saluran QQ resmi</string>
|
||||||
|
<string name="tg_channel">Bergabunglah dengan saluran TG resmi</string>
|
||||||
|
<string name="tg_channel_summary">Anda dapat masuk ke grup obrolan di halaman saluran</string>
|
||||||
|
<string name="discussions">Diskusi</string>
|
||||||
|
<string name="remove_small_window_restrictions_summary">Abaikan pengecualian sistem dan larangan perangkat lunak dari jendela kecil</string>
|
||||||
|
<string name="remove_the_left_side_of_the_lock_screen">Lepaskan panel samping pada kunci layar</string>
|
||||||
|
<string name="remove_lock_screen_camera">Hapus fitur kamera pada kunci layar</string>
|
||||||
|
<string name="only_official_default_themes_are_supported">Hanya tema default resmi yang didukung</string>
|
||||||
|
<string name="lock_one_hundred">Tetapkan 100 poin di aplikasi Keamanan Miui</string>
|
||||||
|
<string name="scope">Jangkauan</string>
|
||||||
|
<string name="scope_android">Kerangka Sistem</string>
|
||||||
|
<string name="scope_systemui">Tampilan Sistem</string>
|
||||||
|
<string name="scope_miuihome">Layar Utama</string>
|
||||||
|
<string name="scope_other">Lainnya</string>
|
||||||
|
<string name="status_bar_network_speed_refresh_speed_summary">Ubah frekuensi perubahan keterangan kecepatan pada status jaringan menjadi 1 detik</string>
|
||||||
|
<string name="hide_battery_percentage_icon_summary">Fitur tampilan persentase baterai harus diaktifkan sendiri</string>
|
||||||
|
<string name="hide_status_bar_network_speed_second_summary">Sembunyikan unit (/d) dari keterangan status kecepatan jaringan</string>
|
||||||
|
<string name="remove_the_maximum_number_of_notification_icons_summary">Hapus batas 3 notifikasi di status bar</string>
|
||||||
|
<string name="scope_systemui_summary">Perubahan antarmuka sistem, bilah status, layar kunci, dll.</string>
|
||||||
|
<string name="scope_android_summary">Setelah mengaktifkan modul untuk pertama kalinya atau modul diperbarui, fitur di sini akan berlaku setelah memulai ulang sistem</string>
|
||||||
|
<string name="scope_other_summary">Aplikasi keamanan, Galeri editor, Baterai dan perfoma, dll.</string>
|
||||||
|
<string name="scope_powerkeeper">Baterai dan perfoma</string>
|
||||||
|
<string name="scope_securitycenter">Aplikasi keamanan</string>
|
||||||
|
<string name="scope_mediaeditor">Galeri Editor</string>
|
||||||
|
<string name="home_time_summary">Saat dihidupkan, jam tidak akan disembunyikan di status meskipun ada widget jam</string>
|
||||||
|
<string name="skip_waiting_time_summary">Abaikan waktu tunggu MIUI saat mengaktifkan debugging USB, sumber tidak dikenal, dan aksesibilitas</string>
|
||||||
|
<string name="lock_one_hundred_summary">Atur skor pada aplikasi Keamanan menjadi 100 poin dan blokir tombol Optimalkan</string>
|
||||||
|
<string name="unlock_unlimited_cropping_summary">Abaikan batas minimum pemotongan gambar oleh MIUI</string>
|
||||||
|
<string name="hide_wifi_activity_icon">Sembunyikan ikon aktivitas WIFI</string>
|
||||||
|
<string name="hide_mobile_activity_icon">Sembunyikan ikon aktivitas seluler</string>
|
||||||
|
<string name="hide_mobile_type_icon">Sembunyikan ikon jenis seluler</string>
|
||||||
|
<string name="show_weather_main_switch">Tampilkan Cuaca - Tombol Utama</string>
|
||||||
|
<string name="lock_screen">Layar kunci</string>
|
||||||
|
<string name="notification_center">Pusat Notifikasi</string>
|
||||||
|
<string name="show_city">Tampilkan kota</string>
|
||||||
|
<string name="lock_max_fps_summary">Dukungan menambahkan pengaturan cepat pusat kendali, taruh-dibawah untuk peralihan waktu nyata</string>
|
||||||
|
<string name="control_center">Pusat kendali</string>
|
||||||
|
<string name="control_center_weather_summary">Mi Smart Hub pada versi saat ini tidak didukung</string>
|
||||||
|
<string name="not_support">Anda sepertinya menggunakan LSPosed versi lama atau LSPosed tidak aktif, harap perbarui LSPosed atau aktifkan dan coba lagi.</string>
|
||||||
|
<string name="matters_needing_attention_context">Disarankan untuk me-restart perangkat setelah aktivasi atau pembaruan pertama \nSebagian besar perubahan memerlukan restart di sudut kanan atas untuk diterapkan</string>
|
||||||
|
<string name="are_you_sure_reboot">Apakah Anda yakin untuk mulai ulang?</string>
|
||||||
|
<string name="cancel">Batal</string>
|
||||||
|
<string name="are_you_sure_reboot_scope">Apakah Anda yakin untuk mulai ulang semua cakupan?</string>
|
||||||
|
<string name="hide_battery_charging_icon">Sembunyikan ikon pengisian daya</string>
|
||||||
|
<string name="hide_wifi_standard_icon">Sembunyikan ikon standar WIFI</string>
|
||||||
|
<string name="status_bar_time_center">Pusat status waktu</string>
|
||||||
|
<string name="status_bar_layout_summary">Lebih banyak tata letak status sedang dalam pengembangan</string>
|
||||||
|
<string name="status_bar_layout">Tata letak status</string>
|
||||||
|
<string name="layout_compatibility_mode">Mode kompatibel</string>
|
||||||
|
<string name="left_margin">Batas kiri (0: Otomatis)</string>
|
||||||
|
<string name="right_margin">Batas kanan (0: Otomatis)</string>
|
||||||
|
<string name="layout_compatibility_mode_summary">Buat layar lubang kiri dan kanan dapat ditampilkan secara normal</string>
|
||||||
|
<string name="remove_macro_blacklist">Hapus pengecualian makro game</string>
|
||||||
|
<string name="hide_network_speed_splitter">Sembunyikan pembagi kecepatan jaringan</string>
|
||||||
|
<string name="updater">Pembaruan</string>
|
||||||
|
<string name="remove_ota_validate">*Hapus validasi OTA [UJICOBA]</string>
|
||||||
|
<string name="remove_ota_validate_summary">- Hanya mendukung penggunaan seri VAB, jangan buka seri lain.\n- Tidak perlu kualifikasi pengujian internal untuk mem-flash ke dalam paket pengujian internal lengkap.\n- Mereka yang memiliki izin pengujian internal tidak akan dapat menerima pembaruan pengujian internal, dan dapat digunakan untuk memblokir pembaruan sistem.\n- Setelah peningkatan versi lintas versi, disarankan untuk menghapus data.\n- Penggunaan ROM tidak resmi tidak didukung.</string>
|
||||||
|
<string name="settings">Pengaturan</string>
|
||||||
|
<string name="show_notification_importance">Tampilkan notifikasi penting</string>
|
||||||
|
<string name="show_notification_importance_summary">Tampilkan pengaturan pemberitahuan penting yang disembunyikan di MIUI 12 dan versi yang lebih baru</string>
|
||||||
|
<string name="remove_ad">Hapus iklan</string>
|
||||||
|
<string name="remove_thememanager_ads">Hapus iklan untuk pengelola tema</string>
|
||||||
|
<string name="battery_life_function">Halaman baterai menunjukkan suhu saat ini</string>
|
||||||
|
<string name="enable_wave_charge_animation">Tampilkan animasi gelombang saat pengisian daya</string>
|
||||||
|
<string name="max_wallpaper_scale">Maksimal skala Wallpaper</string>
|
||||||
|
<string name="def">"Default: "</string>
|
||||||
|
<string name="current">Saat ini:</string>
|
||||||
|
<string name="participate_in_translation">Partisipasi dalam penejermahan</string>
|
||||||
|
<string name="participate_in_translation_summary">Bantu kami menerjemahkan aplikasi ke dalam bahasa Anda</string>
|
||||||
|
<string name="lock_screen_charging_current">Tampilkan informasi pengisian saat mengecas</string>
|
||||||
|
<string name="current_current">Pengisian</string>
|
||||||
|
<string name="remove_open_app_confirmation_popup">hilangkan pop-up aplikasi saat membukanya</string>
|
||||||
|
<string name="remove_open_app_confirmation_popup_summary">hilangkan \"Bolehkan XXX untuk membuka XXX\" pintasan rantai muncul pop-up</string>
|
||||||
|
<string name="hide_volume_icon">Sembunyikan ikon suara</string>
|
||||||
|
<string name="hide_zen_icon">Sembunyikan ikon ZEN (MIUI China)</string>
|
||||||
|
<string name="hide_icon">Sembunyikan ikon</string>
|
||||||
|
<string name="double_tap_to_sleep">Ketuk ganda untuk tidur</string>
|
||||||
|
<string name="home_double_tap_to_sleep_summary">Ketuk ganda pada layar kosong untuk membuat perangkat tidur</string>
|
||||||
|
<string name="old_quick_settings_panel">Panel lama pengaturan cepat</string>
|
||||||
|
<string name="old_qs_custom_switch">Kustomisasi jumlah kolom dan baris</string>
|
||||||
|
<string name="qs_custom_columns_unexpanded">Kolom (tidak diperluas)</string>
|
||||||
|
<string name="qs_custom_rows">Baris</string>
|
||||||
|
<string name="qs_custom_columns">Kolom</string>
|
||||||
|
<string name="qs_custom_rows_horizontal">Baris (Horizontal)</string>
|
||||||
|
</resources>
|
||||||
@@ -1,155 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">Performence</string>
|
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
|
||||||
<string name="ui">Interface</string>
|
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
|
||||||
<string name="other">Other</string>
|
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
|
||||||
<string name="home">Home</string>
|
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
|
||||||
<string name="reboot_host">Restart all scope</string>
|
|
||||||
<string name="reboot">Reboot System</string>
|
|
||||||
<!--Status bar icons-->
|
<!--Status bar icons-->
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
|
||||||
<string name="about">About</string>
|
|
||||||
<string name="about_module">About Module</string>
|
|
||||||
<string name="verison">Version</string>
|
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
|
||||||
<string name="opensource">Open Source Repository</string>
|
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
|
||||||
<string name="issues">Feedback/Proposal</string>
|
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
|
||||||
<string name="statusbar">Status bar</string>
|
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
|
||||||
<string name="main_switch">Module main switch</string>
|
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
|
||||||
<string name="menu">Menu</string>
|
|
||||||
<string name="Tips">Tips</string>
|
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
|
||||||
<string name="status_bar_time_year">Display year</string>
|
|
||||||
<string name="status_bar_time_month">Display month</string>
|
|
||||||
<string name="status_bar_time_day">Display date</string>
|
|
||||||
<string name="status_bar_time_week">Display day</string>
|
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
|
||||||
<string name="lock_max">Lock current limit</string>
|
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
|
||||||
<string name="Done">OK</string>
|
|
||||||
<string name="about_module_summary">View module related information</string>
|
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
|
||||||
<string name="developer">Developer</string>
|
|
||||||
<string name="thank_list">Thanks list</string>
|
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
|
||||||
<string name="corepacth">Remove restrictions</string>
|
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
|
||||||
<string name="discussions">Discussions</string>
|
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
|
||||||
<string name="scope">Scope</string>
|
|
||||||
<string name="scope_android">System Framework</string>
|
|
||||||
<string name="scope_systemui">SystemUI</string>
|
|
||||||
<string name="scope_miuihome">Home screen</string>
|
|
||||||
<string name="scope_other">Others</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
|
||||||
<string name="scope_securitycenter">Security app</string>
|
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
|
||||||
<string name="lock_screen">Lock screen</string>
|
|
||||||
<string name="notification_center">Notification Center</string>
|
|
||||||
<string name="show_city">Show the city</string>
|
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
|
||||||
<string name="control_center">Control Center</string>
|
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
|
||||||
<string name="cancel">Cancel</string>
|
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
|
||||||
<string name="updater">Updater</string>
|
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
|
||||||
<string name="settings">Settings</string>
|
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
|
||||||
<string name="remove_ad">Remove ads</string>
|
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
|
||||||
<string name="def">"Default: "</string>
|
|
||||||
<string name="current">Current:</string>
|
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,155 +1,181 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">Performence</string>
|
<string name="performance">パフォーマンス設定</string>
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
<string name="lock_max_fps">現在のリフレッシュレート上限をロック</string>
|
||||||
<string name="ui">Interface</string>
|
<string name="ui">インタフェース</string>
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
<string name="delete_on_post_notification">「他のアプリの上に表示」通知を削除</string>
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
<string name="delete_on_post_notification_summary">「このアプリは他のアプリの上に表示されています」通知を削除します</string>
|
||||||
<string name="other">Other</string>
|
<string name="other">その他</string>
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
<string name="disable_flag_secure">スクリーンショットを許可</string>
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
<string name="disable_flag_secure_summary">許可されていないアプリのスクリーンショットを許可します\nセキュリティのため、クイック設定に「許可/禁止」を切り替えるトグルを追加します</string>
|
||||||
<string name="home">Home</string>
|
<string name="home">ホーム</string>
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
<string name="home_time">ホーム画面の時計を常に表示する</string>
|
||||||
<string name="reboot_host">Restart all scope</string>
|
<string name="reboot_host">すべてのスコープを再起動する</string>
|
||||||
<string name="reboot">Reboot System</string>
|
<string name="reboot">システムを再起動する</string>
|
||||||
<!--Status bar icons-->
|
<!--Status bar icons-->
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
<string name="status_bar_icon">ステータスバーのアイコン</string>
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
<string name="hide_no_sim_icon">SIM未挿入アイコンを隠す</string>
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
<string name="hide_sim_one_icon">SIMカード1のアイコンを隠す</string>
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
<string name="hide_sim_two_icon">SIMカード2のアイコンを隠す</string>
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
<string name="hide_vpn_icon">VPN アイコンを隠す</string>
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
<string name="hide_airplane_icon">機内モードのアイコンを隠す</string>
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
<string name="hide_wifi_icon">Wi-Fiアイコンを隠す</string>
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
<string name="hide_bluetooth_icon">Bluetooth アイコンを隠す</string>
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
<string name="hide_volume_zen_icon">サウンドとマナーモードのアイコンを隠す</string>
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
<string name="hide_alarm_icon">アラームアイコンを隠す</string>
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
<string name="hide_hotspot_icon">ポータブルホットスポットアイコンを隠す</string>
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
<string name="hide_headset_icon">ヘッドセットアイコンを隠す</string>
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
<string name="hide_bluetooth_battery_icon">Bluetooth機器のバッテリーアイコンを非表示</string>
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
<string name="hide_big_hd_icon">大きなHDアイコンを隠す</string>
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
<string name="hide_small_hd_icon">小さいHDアイコンを隠す</string>
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
<string name="hide_hd_no_service_icon">HD サービスなしアイコンを隠す</string>
|
||||||
<string name="about">About</string>
|
<string name="about">概要</string>
|
||||||
<string name="about_module">About Module</string>
|
<string name="about_module">モジュールについて</string>
|
||||||
<string name="verison">Version</string>
|
<string name="verison">バージョン</string>
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
<string name="dev_coolapk">開発者のCoolapk</string>
|
||||||
<string name="opensource">Open Source Repository</string>
|
<string name="opensource">オープンソースリポジトリ</string>
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
<string name="github_url">開発に参加できる開発者を歓迎します</string>
|
||||||
<string name="issues">Feedback/Proposal</string>
|
<string name="issues">ご意見・ご提案</string>
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
<string name="issues_url">クリックして GitHub Issues を表示する</string>
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
<string name="xposeddescription">MIUI13(Android 12)のカスタマイズツール</string>
|
||||||
<string name="statusbar">Status bar</string>
|
<string name="statusbar">ステータスバー</string>
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
<string name="status_bar_time_seconds">秒を表示する</string>
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
<string name="status_bar_network_speed_refresh_speed">ネットワーク速度を秒単位で更新</string>
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
<string name="remove_the_maximum_number_of_notification_icons">通知アイコン数の上限を削除する</string>
|
||||||
<string name="main_switch">Module main switch</string>
|
<string name="main_switch">モジュールのメインスイッチ</string>
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
<string name="hide_gps_icon">GPS アイコンを隠す</string>
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
<string name="hide_status_bar_network_speed_second">ネットワーク速度の単位(/s)を隠す</string>
|
||||||
<string name="menu">Menu</string>
|
<string name="menu">メニュー</string>
|
||||||
<string name="Tips">Tips</string>
|
<string name="Tips">注意事項</string>
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
<string name="skip_waiting_time">5/10秒間の警告時間をスキップ</string>
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
<string name="unlock_unlimited_cropping">写真・スクリーンショットをトリミングする際の制限を解除する</string>
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
<string name="hide_slave_wifi_icon">Wi-Fiセカンダリアイコンを隠す</string>
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
<string name="HideLauncherIcon">ランチャーアイコンを隠す</string>
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
<string name="hide_battery_percentage_icon">バッテリー (%) を隠す</string>
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
<string name="hide_battery_icon">バッテリーアイコンを隠す</string>
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
<string name="status_bar_clock_format">ステータスバーの時計の形式</string>
|
||||||
<string name="status_bar_time_year">Display year</string>
|
<string name="status_bar_time_year">年を表示</string>
|
||||||
<string name="status_bar_time_month">Display month</string>
|
<string name="status_bar_time_month">月を表示</string>
|
||||||
<string name="status_bar_time_day">Display date</string>
|
<string name="status_bar_time_day">日付を表示</string>
|
||||||
<string name="status_bar_time_week">Display day</string>
|
<string name="status_bar_time_week">曜日を表示</string>
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
<string name="status_bar_time_hide_space">スペースを隠す</string>
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
<string name="allow_screenshots">スクリーンショットを許可</string>
|
||||||
<string name="lock_max">Lock current limit</string>
|
<string name="lock_max">現在の制限をロック</string>
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
<string name="status_bar_time_double_hour">中国語を12時間表示する</string>
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
<string name="custom_clock_switch">カスタム時計スイッチ</string>
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
<string name="status_bar_time_period">午前/午後を表示</string>
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
<string name="status_bar_time_double_line">2行で表示</string>
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
<string name="status_bar_clock_size">時計のサイズ (0: 変更しない)</string>
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
<string name="status_bar_clock_double_line_size">デュアル行サイズ (0: 変更しない)</string>
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
<string name="matters_needing_attention">機能が動作していませんか? </string>
|
||||||
<string name="Done">OK</string>
|
<string name="Done">OK</string>
|
||||||
<string name="about_module_summary">View module related information</string>
|
<string name="about_module_summary">モジュール関連情報を表示</string>
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
<string name="contributor_list">オープンソースリポジトリの貢献者一覧</string>
|
||||||
<string name="developer">Developer</string>
|
<string name="developer">開発者</string>
|
||||||
<string name="thank_list">Thanks list</string>
|
<string name="thank_list">感謝リスト</string>
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
<string name="third_party_open_source_statement">サードパーティーのオープンソースに関する声明</string>
|
||||||
<string name="corepacth">Remove restrictions</string>
|
<string name="corepacth">インストール制限を削除</string>
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
<string name="corepacth_summary">ダウングレード、異なる署名、署名なしでのインストールを許可</string>
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
<string name="prevent_recovery_of_battery_optimization_white_list">バッテリー最適化ホワイトリストのリカバリを防止する</string>
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
<string name="failed_after_restart">システム再起動後に復元されます</string>
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
<string name="battery_optimization">電池の最適化</string>
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
<string name="battery_optimization_summary">MIUI で非表示になったバッテリー最適化メニューをすばやく開く</string>
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
<string name="remove_small_window_restrictions">小さなウィンドウを強制的に表示</string>
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
<string name="app_coolapk_url">5つ星のレビューをお願いします。</string>
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
<string name="app_coolapk_url_summary">これにより、より多くの発見が可能になります</string>
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
<string name="qq_channel">公式QQチャンネルに参加する</string>
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
<string name="tg_channel">公式telegramチャンネルに参加する</string>
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
<string name="tg_channel_summary">チャンネルページにチャットグループを入力することができます</string>
|
||||||
<string name="discussions">Discussions</string>
|
<string name="discussions">討論</string>
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
<string name="remove_small_window_restrictions_summary">システムのブラックリストと小さなウィンドウのソフトウェアの禁止を無視</string>
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
<string name="remove_the_left_side_of_the_lock_screen">ロック画面のサイドパネルを削除</string>
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
<string name="remove_lock_screen_camera">ロック画面のカメラ機能を削除</string>
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
<string name="only_official_default_themes_are_supported">公式のデフォルトテーマのみサポートされています</string>
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
<string name="lock_one_hundred">セキュリティアプリで 100 ポイントを設定</string>
|
||||||
<string name="scope">Scope</string>
|
<string name="scope">範囲</string>
|
||||||
<string name="scope_android">System Framework</string>
|
<string name="scope_android">システムフレームワーク</string>
|
||||||
<string name="scope_systemui">SystemUI</string>
|
<string name="scope_systemui">システム UI</string>
|
||||||
<string name="scope_miuihome">Home screen</string>
|
<string name="scope_miuihome">ホーム画面</string>
|
||||||
<string name="scope_other">Others</string>
|
<string name="scope_other">その他</string>
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
<string name="status_bar_network_speed_refresh_speed_summary">ステータスバーのネットワーク速度コンポーネントの更新頻度を1秒に変更します</string>
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
<string name="hide_battery_percentage_icon_summary">バッテリー残量表示機能は自分でオンにする必要があります</string>
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
<string name="hide_status_bar_network_speed_second_summary">ステータスバーのネットワーク速度表示の (/s) 単位を隠す</string>
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
<string name="remove_the_maximum_number_of_notification_icons_summary">ステータスバーの通知数の3つまでの上限を削除する</string>
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
<string name="scope_systemui_summary">システムインターフェース、ステータスバー、ロック画面などをカスタマイズする</string>
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
<string name="scope_android_summary">初めてモジュールを有効にした後、またはモジュールが更新された後、システムを再起動した後にここの機能が有効になります</string>
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
<string name="scope_other_summary">セキュリティアプリ、ギャラリーエディタ、バッテリー、パフォーマンスなど。</string>
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
<string name="scope_powerkeeper">バッテリーとパフォーマンス</string>
|
||||||
<string name="scope_securitycenter">Security app</string>
|
<string name="scope_securitycenter">セキュリティアプリ</string>
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
<string name="scope_mediaeditor">ギャラリーエディター</string>
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
<string name="home_time_summary">オンにすると、時計ウィジェットがある場合でも、ステータスバーに時計が表示されます</string>
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
<string name="skip_waiting_time_summary">USBデバッグ、不明なソース、アクセシビリティを利用する際のMIUIによる待機時間を無視する</string>
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
<string name="lock_one_hundred_summary">セキュリティアプリのスコアを100ポイントに設定し、最適化ボタンをブロックします</string>
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
<string name="unlock_unlimited_cropping_summary">MIUI による画像トリミングの最小制限を無視する</string>
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
<string name="hide_wifi_activity_icon">Wi-Fiアクティビティアイコンを隠す</string>
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
<string name="hide_mobile_activity_icon">モバイルアクティビティのアイコンを隠す</string>
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
<string name="hide_mobile_type_icon">モバイルタイプのアイコンを隠す</string>
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
<string name="show_weather_main_switch">天気の表示 - メインスイッチ</string>
|
||||||
<string name="lock_screen">Lock screen</string>
|
<string name="lock_screen">ロック画面</string>
|
||||||
<string name="notification_center">Notification Center</string>
|
<string name="notification_center">通知センター</string>
|
||||||
<string name="show_city">Show the city</string>
|
<string name="show_city">市区町村を表示</string>
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
<string name="lock_max_fps_summary">リアルタイム切り替えのためのドロップダウンコントロールセンタークイック設定の追加をサポート</string>
|
||||||
<string name="control_center">Control Center</string>
|
<string name="control_center">コントロールセンター</string>
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
<string name="control_center_weather_summary">Mi Smart Hub バージョンは現在サポートされていません</string>
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
<string name="not_support">古いバージョンの LSPosed を使用しているか、または、LSPosed がアクティブではないようです。LSPosed を更新するか、それを有効にしてもう一度やり直してください。</string>
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
<string name="matters_needing_attention_context">最初のインストールまたは更新後は端末を再起動することをお勧めします\n多くの変更は右上隅から再起動することで適用されます</string>
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
<string name="are_you_sure_reboot">再起動しますか?</string>
|
||||||
<string name="cancel">Cancel</string>
|
<string name="cancel">キャンセル</string>
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
<string name="are_you_sure_reboot_scope">全てのスコープを再起動しますか?</string>
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
<string name="hide_battery_charging_icon">充電アイコンを隠す</string>
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
<string name="hide_wifi_standard_icon">Wi-Fi標準アイコンを隠す</string>
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
<string name="status_bar_time_center">ステータスバーのタイムセンター</string>
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
<string name="status_bar_layout_summary">より多くのステータスバーのレイアウトが開発中です</string>
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
<string name="status_bar_layout">ステータスバーのレイアウト</string>
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
<string name="layout_compatibility_mode">互換モード</string>
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
<string name="left_margin">左マージン(0:自動)</string>
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
<string name="right_margin">右マージン(0:自動)</string>
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
<string name="layout_compatibility_mode_summary">左右の穴の画面を正常に表示できるようにする</string>
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
<string name="remove_macro_blacklist">ゲームのマクロブラックリストを削除</string>
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
<string name="hide_network_speed_splitter">ネットワーク速度分割器を非表示</string>
|
||||||
<string name="updater">Updater</string>
|
<string name="updater">更新</string>
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
<string name="remove_ota_validate_summary">- VABシリーズのサポートのみをサポートしてください。\ n -内部テストの資格を必要としません。内部の内部テストパッケージにフラッシュします。\ n -内部テスト許可を持っている方は、内部のテストの更新を受け取ることができず、システムアップデートをブロックするために使用できます。\ n -クロスバージョン型のアップグレード後、データをクリアすることをお勧めします。\ n -非公式のROMの使用はサポートされていません。</string>
|
||||||
<string name="settings">Settings</string>
|
<string name="settings">設定</string>
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
<string name="show_notification_importance">通知の重要性を表示</string>
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
<string name="show_notification_importance_summary">MIUI 12 以降のバージョンで非表示になっている通知の重要性設定を表示します</string>
|
||||||
<string name="remove_ad">Remove ads</string>
|
<string name="remove_ad">広告を除去する</string>
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
<string name="remove_thememanager_ads">テーママネージャーの広告を削除</string>
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
<string name="battery_life_function">バッテリーページに現在の温度を表示します</string>
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
<string name="enable_wave_charge_animation">Wave のチャージアニメーションを有効化</string>
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
<string name="max_wallpaper_scale">壁紙の最大スケール</string>
|
||||||
<string name="def">"Default: "</string>
|
<string name="def">"既定:"</string>
|
||||||
<string name="current">Current:</string>
|
<string name="current">現在:</string>
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
<string name="participate_in_translation">翻訳に参加する</string>
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
<string name="participate_in_translation_summary">翻訳を手伝ってください!</string>
|
||||||
|
<string name="lock_screen_charging_current">充電中に現在の情報を表示</string>
|
||||||
|
<string name="current_current">現在</string>
|
||||||
|
<string name="remove_open_app_confirmation_popup">アプリポップアップを削除</string>
|
||||||
|
<string name="remove_open_app_confirmation_popup_summary">「外部アプリを開く」ポップアップを削除します</string>
|
||||||
|
<string name="hide_volume_icon">音量アイコンを非表示</string>
|
||||||
|
<string name="hide_zen_icon">ZENアイコンを隠す</string>
|
||||||
|
<string name="hide_icon">アイコンを隠す</string>
|
||||||
|
<string name="double_tap_to_sleep">2回タップでスリープ</string>
|
||||||
|
<string name="home_double_tap_to_sleep_summary">ホーム画面の空白を2回タップしてスリープする</string>
|
||||||
|
<string name="old_quick_settings_panel">古いクイック設定パネル</string>
|
||||||
|
<string name="old_qs_custom_switch">クイック設定の行数と列数をカスタマイズ</string>
|
||||||
|
<string name="qs_custom_columns_unexpanded">縦(未展開時)</string>
|
||||||
|
<string name="qs_custom_rows">横</string>
|
||||||
|
<string name="qs_custom_columns">縦</string>
|
||||||
|
<string name="qs_custom_rows_horizontal">横(横持ち時)</string>
|
||||||
|
<string name="status_bar_dual_row_network_speed">ネットワーク速度の2行表示</string>
|
||||||
|
<string name="status_bar_dual_row_network_speed_summary">ネットワーク速度を上下に表示する</string>
|
||||||
|
<string name="status_bar_network_speed">ステータスバーのネットワーク速度</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_size">2行のサイズ(0:変更なし)</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_icon">2行アイコン</string>
|
||||||
|
<string name="none">なし</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_gravity">2行の配置</string>
|
||||||
|
<string name="left">左</string>
|
||||||
|
<string name="right">右</string>
|
||||||
|
<string name="big_mobile_type_icon">大きなモバイルタイプアイコン</string>
|
||||||
|
<string name="can_notification_slide">すべての通知を小さなウィンドウにスライドできるようにする</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,155 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">Performence</string>
|
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
|
||||||
<string name="ui">Interface</string>
|
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
|
||||||
<string name="other">Other</string>
|
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
|
||||||
<string name="home">Home</string>
|
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
|
||||||
<string name="reboot_host">Restart all scope</string>
|
|
||||||
<string name="reboot">Reboot System</string>
|
|
||||||
<!--Status bar icons-->
|
<!--Status bar icons-->
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
|
||||||
<string name="about">About</string>
|
|
||||||
<string name="about_module">About Module</string>
|
|
||||||
<string name="verison">Version</string>
|
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
|
||||||
<string name="opensource">Open Source Repository</string>
|
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
|
||||||
<string name="issues">Feedback/Proposal</string>
|
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
|
||||||
<string name="statusbar">Status bar</string>
|
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
|
||||||
<string name="main_switch">Module main switch</string>
|
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
|
||||||
<string name="menu">Menu</string>
|
|
||||||
<string name="Tips">Tips</string>
|
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
|
||||||
<string name="status_bar_time_year">Display year</string>
|
|
||||||
<string name="status_bar_time_month">Display month</string>
|
|
||||||
<string name="status_bar_time_day">Display date</string>
|
|
||||||
<string name="status_bar_time_week">Display day</string>
|
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
|
||||||
<string name="lock_max">Lock current limit</string>
|
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
|
||||||
<string name="Done">OK</string>
|
|
||||||
<string name="about_module_summary">View module related information</string>
|
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
|
||||||
<string name="developer">Developer</string>
|
|
||||||
<string name="thank_list">Thanks list</string>
|
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
|
||||||
<string name="corepacth">Remove restrictions</string>
|
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
|
||||||
<string name="discussions">Discussions</string>
|
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
|
||||||
<string name="scope">Scope</string>
|
|
||||||
<string name="scope_android">System Framework</string>
|
|
||||||
<string name="scope_systemui">SystemUI</string>
|
|
||||||
<string name="scope_miuihome">Home screen</string>
|
|
||||||
<string name="scope_other">Others</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
|
||||||
<string name="scope_securitycenter">Security app</string>
|
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
|
||||||
<string name="lock_screen">Lock screen</string>
|
|
||||||
<string name="notification_center">Notification Center</string>
|
|
||||||
<string name="show_city">Show the city</string>
|
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
|
||||||
<string name="control_center">Control Center</string>
|
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
|
||||||
<string name="cancel">Cancel</string>
|
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
|
||||||
<string name="updater">Updater</string>
|
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
|
||||||
<string name="settings">Settings</string>
|
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
|
||||||
<string name="remove_ad">Remove ads</string>
|
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
|
||||||
<string name="def">"Default: "</string>
|
|
||||||
<string name="current">Current:</string>
|
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,155 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">Performence</string>
|
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
|
||||||
<string name="ui">Interface</string>
|
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
|
||||||
<string name="other">Other</string>
|
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
|
||||||
<string name="home">Home</string>
|
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
|
||||||
<string name="reboot_host">Restart all scope</string>
|
|
||||||
<string name="reboot">Reboot System</string>
|
|
||||||
<!--Status bar icons-->
|
<!--Status bar icons-->
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
|
||||||
<string name="about">About</string>
|
|
||||||
<string name="about_module">About Module</string>
|
|
||||||
<string name="verison">Version</string>
|
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
|
||||||
<string name="opensource">Open Source Repository</string>
|
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
|
||||||
<string name="issues">Feedback/Proposal</string>
|
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
|
||||||
<string name="statusbar">Status bar</string>
|
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
|
||||||
<string name="main_switch">Module main switch</string>
|
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
|
||||||
<string name="menu">Menu</string>
|
|
||||||
<string name="Tips">Tips</string>
|
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
|
||||||
<string name="status_bar_time_year">Display year</string>
|
|
||||||
<string name="status_bar_time_month">Display month</string>
|
|
||||||
<string name="status_bar_time_day">Display date</string>
|
|
||||||
<string name="status_bar_time_week">Display day</string>
|
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
|
||||||
<string name="lock_max">Lock current limit</string>
|
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
|
||||||
<string name="Done">OK</string>
|
|
||||||
<string name="about_module_summary">View module related information</string>
|
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
|
||||||
<string name="developer">Developer</string>
|
|
||||||
<string name="thank_list">Thanks list</string>
|
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
|
||||||
<string name="corepacth">Remove restrictions</string>
|
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
|
||||||
<string name="discussions">Discussions</string>
|
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
|
||||||
<string name="scope">Scope</string>
|
|
||||||
<string name="scope_android">System Framework</string>
|
|
||||||
<string name="scope_systemui">SystemUI</string>
|
|
||||||
<string name="scope_miuihome">Home screen</string>
|
|
||||||
<string name="scope_other">Others</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
|
||||||
<string name="scope_securitycenter">Security app</string>
|
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
|
||||||
<string name="lock_screen">Lock screen</string>
|
|
||||||
<string name="notification_center">Notification Center</string>
|
|
||||||
<string name="show_city">Show the city</string>
|
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
|
||||||
<string name="control_center">Control Center</string>
|
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
|
||||||
<string name="cancel">Cancel</string>
|
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
|
||||||
<string name="updater">Updater</string>
|
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
|
||||||
<string name="settings">Settings</string>
|
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
|
||||||
<string name="remove_ad">Remove ads</string>
|
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
|
||||||
<string name="def">"Default: "</string>
|
|
||||||
<string name="current">Current:</string>
|
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,155 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">Performence</string>
|
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
|
||||||
<string name="ui">Interface</string>
|
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
|
||||||
<string name="other">Other</string>
|
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
|
||||||
<string name="home">Home</string>
|
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
|
||||||
<string name="reboot_host">Restart all scope</string>
|
|
||||||
<string name="reboot">Reboot System</string>
|
|
||||||
<!--Status bar icons-->
|
<!--Status bar icons-->
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
|
||||||
<string name="about">About</string>
|
|
||||||
<string name="about_module">About Module</string>
|
|
||||||
<string name="verison">Version</string>
|
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
|
||||||
<string name="opensource">Open Source Repository</string>
|
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
|
||||||
<string name="issues">Feedback/Proposal</string>
|
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
|
||||||
<string name="statusbar">Status bar</string>
|
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
|
||||||
<string name="main_switch">Module main switch</string>
|
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
|
||||||
<string name="menu">Menu</string>
|
|
||||||
<string name="Tips">Tips</string>
|
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
|
||||||
<string name="status_bar_time_year">Display year</string>
|
|
||||||
<string name="status_bar_time_month">Display month</string>
|
|
||||||
<string name="status_bar_time_day">Display date</string>
|
|
||||||
<string name="status_bar_time_week">Display day</string>
|
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
|
||||||
<string name="lock_max">Lock current limit</string>
|
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
|
||||||
<string name="Done">OK</string>
|
|
||||||
<string name="about_module_summary">View module related information</string>
|
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
|
||||||
<string name="developer">Developer</string>
|
|
||||||
<string name="thank_list">Thanks list</string>
|
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
|
||||||
<string name="corepacth">Remove restrictions</string>
|
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
|
||||||
<string name="discussions">Discussions</string>
|
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
|
||||||
<string name="scope">Scope</string>
|
|
||||||
<string name="scope_android">System Framework</string>
|
|
||||||
<string name="scope_systemui">SystemUI</string>
|
|
||||||
<string name="scope_miuihome">Home screen</string>
|
|
||||||
<string name="scope_other">Others</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
|
||||||
<string name="scope_securitycenter">Security app</string>
|
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
|
||||||
<string name="lock_screen">Lock screen</string>
|
|
||||||
<string name="notification_center">Notification Center</string>
|
|
||||||
<string name="show_city">Show the city</string>
|
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
|
||||||
<string name="control_center">Control Center</string>
|
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
|
||||||
<string name="cancel">Cancel</string>
|
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
|
||||||
<string name="updater">Updater</string>
|
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
|
||||||
<string name="settings">Settings</string>
|
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
|
||||||
<string name="remove_ad">Remove ads</string>
|
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
|
||||||
<string name="def">"Default: "</string>
|
|
||||||
<string name="current">Current:</string>
|
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,155 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">Performence</string>
|
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
|
||||||
<string name="ui">Interface</string>
|
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
|
||||||
<string name="other">Other</string>
|
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
|
||||||
<string name="home">Home</string>
|
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
|
||||||
<string name="reboot_host">Restart all scope</string>
|
|
||||||
<string name="reboot">Reboot System</string>
|
|
||||||
<!--Status bar icons-->
|
<!--Status bar icons-->
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
|
||||||
<string name="about">About</string>
|
|
||||||
<string name="about_module">About Module</string>
|
|
||||||
<string name="verison">Version</string>
|
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
|
||||||
<string name="opensource">Open Source Repository</string>
|
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
|
||||||
<string name="issues">Feedback/Proposal</string>
|
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
|
||||||
<string name="statusbar">Status bar</string>
|
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
|
||||||
<string name="main_switch">Module main switch</string>
|
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
|
||||||
<string name="menu">Menu</string>
|
|
||||||
<string name="Tips">Tips</string>
|
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
|
||||||
<string name="status_bar_time_year">Display year</string>
|
|
||||||
<string name="status_bar_time_month">Display month</string>
|
|
||||||
<string name="status_bar_time_day">Display date</string>
|
|
||||||
<string name="status_bar_time_week">Display day</string>
|
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
|
||||||
<string name="lock_max">Lock current limit</string>
|
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
|
||||||
<string name="Done">OK</string>
|
|
||||||
<string name="about_module_summary">View module related information</string>
|
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
|
||||||
<string name="developer">Developer</string>
|
|
||||||
<string name="thank_list">Thanks list</string>
|
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
|
||||||
<string name="corepacth">Remove restrictions</string>
|
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
|
||||||
<string name="discussions">Discussions</string>
|
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
|
||||||
<string name="scope">Scope</string>
|
|
||||||
<string name="scope_android">System Framework</string>
|
|
||||||
<string name="scope_systemui">SystemUI</string>
|
|
||||||
<string name="scope_miuihome">Home screen</string>
|
|
||||||
<string name="scope_other">Others</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
|
||||||
<string name="scope_securitycenter">Security app</string>
|
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
|
||||||
<string name="lock_screen">Lock screen</string>
|
|
||||||
<string name="notification_center">Notification Center</string>
|
|
||||||
<string name="show_city">Show the city</string>
|
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
|
||||||
<string name="control_center">Control Center</string>
|
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
|
||||||
<string name="cancel">Cancel</string>
|
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
|
||||||
<string name="updater">Updater</string>
|
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
|
||||||
<string name="settings">Settings</string>
|
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
|
||||||
<string name="remove_ad">Remove ads</string>
|
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
|
||||||
<string name="def">"Default: "</string>
|
|
||||||
<string name="current">Current:</string>
|
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,155 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">Performence</string>
|
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
|
||||||
<string name="ui">Interface</string>
|
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
|
||||||
<string name="other">Other</string>
|
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
|
||||||
<string name="home">Home</string>
|
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
|
||||||
<string name="reboot_host">Restart all scope</string>
|
|
||||||
<string name="reboot">Reboot System</string>
|
|
||||||
<!--Status bar icons-->
|
<!--Status bar icons-->
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
|
||||||
<string name="about">About</string>
|
|
||||||
<string name="about_module">About Module</string>
|
|
||||||
<string name="verison">Version</string>
|
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
|
||||||
<string name="opensource">Open Source Repository</string>
|
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
|
||||||
<string name="issues">Feedback/Proposal</string>
|
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
|
||||||
<string name="statusbar">Status bar</string>
|
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
|
||||||
<string name="main_switch">Module main switch</string>
|
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
|
||||||
<string name="menu">Menu</string>
|
|
||||||
<string name="Tips">Tips</string>
|
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
|
||||||
<string name="status_bar_time_year">Display year</string>
|
|
||||||
<string name="status_bar_time_month">Display month</string>
|
|
||||||
<string name="status_bar_time_day">Display date</string>
|
|
||||||
<string name="status_bar_time_week">Display day</string>
|
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
|
||||||
<string name="lock_max">Lock current limit</string>
|
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
|
||||||
<string name="Done">OK</string>
|
|
||||||
<string name="about_module_summary">View module related information</string>
|
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
|
||||||
<string name="developer">Developer</string>
|
|
||||||
<string name="thank_list">Thanks list</string>
|
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
|
||||||
<string name="corepacth">Remove restrictions</string>
|
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
|
||||||
<string name="discussions">Discussions</string>
|
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
|
||||||
<string name="scope">Scope</string>
|
|
||||||
<string name="scope_android">System Framework</string>
|
|
||||||
<string name="scope_systemui">SystemUI</string>
|
|
||||||
<string name="scope_miuihome">Home screen</string>
|
|
||||||
<string name="scope_other">Others</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
|
||||||
<string name="scope_securitycenter">Security app</string>
|
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
|
||||||
<string name="lock_screen">Lock screen</string>
|
|
||||||
<string name="notification_center">Notification Center</string>
|
|
||||||
<string name="show_city">Show the city</string>
|
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
|
||||||
<string name="control_center">Control Center</string>
|
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
|
||||||
<string name="cancel">Cancel</string>
|
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
|
||||||
<string name="updater">Updater</string>
|
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
|
||||||
<string name="settings">Settings</string>
|
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
|
||||||
<string name="remove_ad">Remove ads</string>
|
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
|
||||||
<string name="def">"Default: "</string>
|
|
||||||
<string name="current">Current:</string>
|
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,155 +1,181 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">Performence</string>
|
<string name="performance">Performanță</string>
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
<string name="lock_max_fps">Blochează limita superioară a ratei de împrospătare curentă</string>
|
||||||
<string name="ui">Interface</string>
|
<string name="ui">Interfață</string>
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
<string name="delete_on_post_notification">Elimină notificarea Afișare peste</string>
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
<string name="delete_on_post_notification_summary">Elimină notificarea \"Această aplicație se afișează peste alte aplicații\"</string>
|
||||||
<string name="other">Other</string>
|
<string name="other">Altele</string>
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
<string name="disable_flag_secure">Permite captură de ecran</string>
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
<string name="disable_flag_secure_summary">Permite captură de ecran în aplicațiile care nu permit\nAcceptă adăugarea setărilor rapide în Centrul de control pentru securitate</string>
|
||||||
<string name="home">Home</string>
|
<string name="home">Acasă</string>
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
<string name="home_time">Afișează întotdeauna ceasul pe ecranul de pornire</string>
|
||||||
<string name="reboot_host">Restart all scope</string>
|
<string name="reboot_host">Repornire interfață utilizator</string>
|
||||||
<string name="reboot">Reboot System</string>
|
<string name="reboot">Repornire sistem</string>
|
||||||
<!--Status bar icons-->
|
<!--Status bar icons-->
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
<string name="status_bar_icon">Pictograme bară de stare</string>
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
<string name="hide_no_sim_icon">Ascundere pictogramă fără SIM</string>
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
<string name="hide_sim_one_icon">Ascunde pictograma card SIM 1</string>
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
<string name="hide_sim_two_icon">Ascunde pictograma card SIM 2</string>
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
<string name="hide_vpn_icon">Ascunde pictograma VPN</string>
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
<string name="hide_airplane_icon">Ascunde pictograma mod Avion</string>
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
<string name="hide_wifi_icon">Ascunde pictograma WIFI</string>
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
<string name="hide_bluetooth_icon">Ascunde pictograma Bluetooth</string>
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
<string name="hide_volume_zen_icon">Ascunde pictograma Sonerie și Nu deranja</string>
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
<string name="hide_alarm_icon">Ascunde pictograma Alarmă</string>
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
<string name="hide_hotspot_icon">Ascunde pictograma Hotspot mobil</string>
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
<string name="hide_headset_icon">Ascunde pictograma căștilor</string>
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
<string name="hide_bluetooth_battery_icon">Ascunde pictograma Baterie Bluetooth</string>
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
<string name="hide_big_hd_icon">Ascunde pictograma HD mare</string>
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
<string name="hide_small_hd_icon">Ascunde pictograma HD mic</string>
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
<string name="hide_hd_no_service_icon">Ascunde pictograma Fără servicii HD</string>
|
||||||
<string name="about">About</string>
|
<string name="about">Despre</string>
|
||||||
<string name="about_module">About Module</string>
|
<string name="about_module">Despre modul</string>
|
||||||
<string name="verison">Version</string>
|
<string name="verison">Versiune</string>
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
<string name="dev_coolapk">Autor Coolapk</string>
|
||||||
<string name="opensource">Open Source Repository</string>
|
<string name="opensource">Repozitoriu sursă deschisă</string>
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
<string name="github_url">Sunt bineveniți mai mulți dezvoltatori să participe la dezvoltare</string>
|
||||||
<string name="issues">Feedback/Proposal</string>
|
<string name="issues">Feedback/Propunere</string>
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
<string name="issues_url">Clic pentru a vizualiza problemele pe GitHub</string>
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
<string name="xposeddescription">Instrument de personalizare pentru MIUI13 (Android 12)</string>
|
||||||
<string name="statusbar">Status bar</string>
|
<string name="statusbar">Bară de stare</string>
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
<string name="status_bar_time_seconds">Afișare secunde</string>
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
<string name="status_bar_network_speed_refresh_speed">Reîmprospătare viteză rețea în secunde</string>
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
<string name="remove_the_maximum_number_of_notification_icons">Elimină numărul maxim de pictograme de notificare</string>
|
||||||
<string name="main_switch">Module main switch</string>
|
<string name="main_switch">Comutatorul principal al modulului</string>
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
<string name="hide_gps_icon">Ascunde pictograma GPS</string>
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
<string name="hide_status_bar_network_speed_second">Ascunde unitățile de viteză a rețelei (/s)</string>
|
||||||
<string name="menu">Menu</string>
|
<string name="menu">Meniu</string>
|
||||||
<string name="Tips">Tips</string>
|
<string name="Tips">Sfaturi</string>
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
<string name="skip_waiting_time">Omite timpul de avertizare de 5/10 secunde</string>
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
<string name="unlock_unlimited_cropping">Elimină restricția la decuparea fotografiilor/capturilor de ecran</string>
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
<string name="hide_slave_wifi_icon">Ascunde pictograma secundară WIFI</string>
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
<string name="HideLauncherIcon">Ascunde pictograma în lansator</string>
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
<string name="hide_battery_percentage_icon">Ascunde % baterie</string>
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
<string name="hide_battery_icon">Ascunde pictograma bateriei</string>
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
<string name="status_bar_clock_format">Formatul ceasului în bara de stare</string>
|
||||||
<string name="status_bar_time_year">Display year</string>
|
<string name="status_bar_time_year">Afișare an</string>
|
||||||
<string name="status_bar_time_month">Display month</string>
|
<string name="status_bar_time_month">Afișare lună</string>
|
||||||
<string name="status_bar_time_day">Display date</string>
|
<string name="status_bar_time_day">Afișare dată</string>
|
||||||
<string name="status_bar_time_week">Display day</string>
|
<string name="status_bar_time_week">Afișare zi</string>
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
<string name="status_bar_time_hide_space">Ascunde spațiul</string>
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
<string name="allow_screenshots">Permite captură ecran</string>
|
||||||
<string name="lock_max">Lock current limit</string>
|
<string name="lock_max">Blochează limita curentă</string>
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
<string name="status_bar_time_double_hour">Format chinez</string>
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
<string name="custom_clock_switch">Comutator personalizare ceas</string>
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
<string name="status_bar_time_period">Afişare AM/PM</string>
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
<string name="status_bar_time_double_line">Rândul dublu</string>
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
<string name="status_bar_clock_size">Dimensiune ceas (0: nu se modifică)</string>
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
<string name="status_bar_clock_double_line_size">Dimensiune rând dublu (0: nu se modifică)</string>
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
<string name="matters_needing_attention">Aplicația nu funcționează? </string>
|
||||||
<string name="Done">OK</string>
|
<string name="Done">OK</string>
|
||||||
<string name="about_module_summary">View module related information</string>
|
<string name="about_module_summary">Vizualizează informații legate de modul</string>
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
<string name="contributor_list">Lista de contribuitori a depozitului sursă deschisă</string>
|
||||||
<string name="developer">Developer</string>
|
<string name="developer">Dezvoltator</string>
|
||||||
<string name="thank_list">Thanks list</string>
|
<string name="thank_list">Listă de mulțumiri</string>
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
<string name="third_party_open_source_statement">Declarație Open Source terță parte</string>
|
||||||
<string name="corepacth">Remove restrictions</string>
|
<string name="corepacth">Elimină restricțiile</string>
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
<string name="corepacth_summary">Suportă downgrade/semnătură diferită/fără semnătură</string>
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
<string name="prevent_recovery_of_battery_optimization_white_list">Previne recuperarea excluderii din lista albă a optimizării bateriei</string>
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
<string name="failed_after_restart">Va fi restabilit după repornirea sistemului</string>
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
<string name="battery_optimization">Optimizare baterie</string>
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
<string name="battery_optimization_summary">Deschide meniul de optimizare a bateriei ascuns de MIUI</string>
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
<string name="remove_small_window_restrictions">Forțează ferestrele mici</string>
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
<string name="app_coolapk_url">Vino și dă-ne o evaluare de cinci stele</string>
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
<string name="app_coolapk_url_summary">Aceasta ne va ajuta în dezvoltarea proiectului</string>
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
<string name="qq_channel">Alătură-te canalului oficial QQ</string>
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
<string name="tg_channel">Alătură-te canalului oficial TG</string>
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
<string name="tg_channel_summary">Poți intra în grupul de discuții pe pagina canalului</string>
|
||||||
<string name="discussions">Discussions</string>
|
<string name="discussions">Discuții</string>
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
<string name="remove_small_window_restrictions_summary">Ignoră lista neagră a sistemului și interdicția pentru ferestrele mici</string>
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
<string name="remove_the_left_side_of_the_lock_screen">Elimină panoul lateral al ecranului de blocare</string>
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
<string name="remove_lock_screen_camera">Elimină camera de pe ecranul de blocare</string>
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
<string name="only_official_default_themes_are_supported">Numai temele oficiale implicite sunt acceptate</string>
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
<string name="lock_one_hundred">Setează 100 de puncte în aplicația Securitate</string>
|
||||||
<string name="scope">Scope</string>
|
<string name="scope">Domeniu</string>
|
||||||
<string name="scope_android">System Framework</string>
|
<string name="scope_android">Framework sistem</string>
|
||||||
<string name="scope_systemui">SystemUI</string>
|
<string name="scope_systemui">Interfață sistem</string>
|
||||||
<string name="scope_miuihome">Home screen</string>
|
<string name="scope_miuihome">Ecran de pornire</string>
|
||||||
<string name="scope_other">Others</string>
|
<string name="scope_other">Altele</string>
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
<string name="status_bar_network_speed_refresh_speed_summary">Schimbă frecvența de reîmprospătare a componentei de viteză a barei de stare la 1 s</string>
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
<string name="hide_battery_percentage_icon_summary">Funcția afișare procentaj baterie trebuie activată</string>
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
<string name="hide_status_bar_network_speed_second_summary">Ascunde unitățile (/s) ale componentei de viteză a rețelei din bara de stare</string>
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
<string name="remove_the_maximum_number_of_notification_icons_summary">Elimină limita de 3 notificări din bara de stare</string>
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
<string name="scope_systemui_summary">Personalizează interfața de sistem, bara de stare, ecranul de blocare etc.</string>
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
<string name="scope_android_summary">După activarea modulului pentru prima dată sau după actualizare, opțiunile de aici vor intra în vigoare după repornirea sistemului</string>
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
<string name="scope_other_summary">Aplicația Securitate, Editor galerie, performanță și baterie etc.</string>
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
<string name="scope_powerkeeper">Baterie și performanță</string>
|
||||||
<string name="scope_securitycenter">Security app</string>
|
<string name="scope_securitycenter">Aplicația Securitate</string>
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
<string name="scope_mediaeditor">Editor Galerie</string>
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
<string name="home_time_summary">Când este activat, ceasul nu va fi ascuns în bara de stare chiar dacă există un widget ceas</string>
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
<string name="skip_waiting_time_summary">Ignoră timpul de așteptare al MIUI atunci când se activează depanarea USB, surse necunoscute și accesibilitatea</string>
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
<string name="lock_one_hundred_summary">Setează punctajul aplicației Securitate la 100 de puncte și blochează butonul Optimizare</string>
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
<string name="unlock_unlimited_cropping_summary">Ignoră limita minimă pentru decuparea imaginii</string>
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
<string name="hide_wifi_activity_icon">Ascunde pictograma activității WIFI</string>
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
<string name="hide_mobile_activity_icon">Ascunde pictograma activității datelor mobile</string>
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
<string name="hide_mobile_type_icon">Ascunde pictograma pentru tipul datelor mobile</string>
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
<string name="show_weather_main_switch">Afișare date meteo - Comutator principal</string>
|
||||||
<string name="lock_screen">Lock screen</string>
|
<string name="lock_screen">Ecran blocare</string>
|
||||||
<string name="notification_center">Notification Center</string>
|
<string name="notification_center">Panoul de notificări</string>
|
||||||
<string name="show_city">Show the city</string>
|
<string name="show_city">Afișează orașul</string>
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
<string name="lock_max_fps_summary">Acceptă adăugarea setării rapide în Centrul de control pentru comutare în timp real</string>
|
||||||
<string name="control_center">Control Center</string>
|
<string name="control_center">Centru de Control</string>
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
<string name="control_center_weather_summary">Versiunea Mi Smart Hub nu este acceptată în prezent</string>
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
<string name="not_support">Se pare că utilizezi o versiune învechită a LSPosed sau LSPosed nu este activ. Actualizează LSPosed sau activează-l și încearcă din nou.</string>
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
<string name="matters_needing_attention_context">Se recomandă repornirea telefonului după prima activare sau actualizare\nCele mai multe modificări necesită repornire pentru a avea efect - trei puncte din colțul din dreapta sus</string>
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
<string name="are_you_sure_reboot">Sigur repornești?</string>
|
||||||
<string name="cancel">Cancel</string>
|
<string name="cancel">Anulare</string>
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
<string name="are_you_sure_reboot_scope">Sigur repornești interfața utilizatorului?</string>
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
<string name="hide_battery_charging_icon">Ascunde pictograma Încărcare</string>
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
<string name="hide_wifi_standard_icon">Ascunde pictograma standard WIFI</string>
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
<string name="status_bar_time_center">Ceas la centru în bara de stare</string>
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
<string name="status_bar_layout_summary">Mai multe aspecte ale barei de stare sunt în curs de dezvoltare</string>
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
<string name="status_bar_layout">Aspect bară de stare</string>
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
<string name="layout_compatibility_mode">Mod compatibilitate</string>
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
<string name="left_margin">Marginea din stânga (0: Auto)</string>
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
<string name="right_margin">Marginea din dreapta (0: auto)</string>
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
<string name="layout_compatibility_mode_summary">Aliniere pictograme</string>
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
<string name="remove_macro_blacklist">Elimină lista neagră a macrocomenzilor jocurilor</string>
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
<string name="hide_network_speed_splitter">Ascunde separatorul vitezei rețelei</string>
|
||||||
<string name="updater">Updater</string>
|
<string name="updater">Actualizator</string>
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
<string name="remove_ota_validate">*Eliminare validare OTA [LAB]</string>
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
<string name="remove_ota_validate_summary">- Acceptă numai utilizarea seriilor VAB, nu utiliza alte serii.\n- Nu este nevoie de o calificare de testare internă pentru a instala pachetul complet de testare.\n- Cei care au permisiunea de testare internă nu vor putea primi actualizări și pot fi folosiți pentru a bloca actualizările sistemului.\n- După actualizarea tipului de versiuni încrucișate, se recomandă ștergerea datelor.\n- Utilizarea ROM-urilor neoficiale nu este acceptată.</string>
|
||||||
<string name="settings">Settings</string>
|
<string name="settings">Setări</string>
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
<string name="show_notification_importance">Arată importanța notificării</string>
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
<string name="show_notification_importance_summary">Arată setările importanței notificărilor care sunt ascunse în MIUI 12 și versiunile ulterioare</string>
|
||||||
<string name="remove_ad">Remove ads</string>
|
<string name="remove_ad">Eliminare anunțuri</string>
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
<string name="remove_thememanager_ads">Elimină reclamele din managerul de teme</string>
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
<string name="battery_life_function">Pagina bateriei afișează temperatura curentă</string>
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
<string name="enable_wave_charge_animation">Activează animația de încărcare Val</string>
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
<string name="max_wallpaper_scale">Scară maximă imagine de fundal</string>
|
||||||
<string name="def">"Default: "</string>
|
<string name="def">"Implicit: "</string>
|
||||||
<string name="current">Current:</string>
|
<string name="current">Actual:</string>
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
<string name="participate_in_translation">Participă în traducere</string>
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
<string name="participate_in_translation_summary">Ajută-ne să traducem aplicația</string>
|
||||||
|
<string name="lock_screen_charging_current">Afișare informații despre curent în timpul încărcării</string>
|
||||||
|
<string name="current_current">Curent</string>
|
||||||
|
<string name="remove_open_app_confirmation_popup">Elimină fereastra pop-up a aplicației deschise</string>
|
||||||
|
<string name="remove_open_app_confirmation_popup_summary">Elimină mesajul \"Permite XXX să deschidă XXX\" în lanț</string>
|
||||||
|
<string name="hide_volume_icon">Ascunde pictograma volum</string>
|
||||||
|
<string name="hide_zen_icon">Ascunde pictograma ZEN</string>
|
||||||
|
<string name="hide_icon">Ascundere pictograme</string>
|
||||||
|
<string name="double_tap_to_sleep">Apăsare dublă pentru a opri ecranul</string>
|
||||||
|
<string name="home_double_tap_to_sleep_summary">Atinge de două ori spațiul gol pentru a opri ecranul</string>
|
||||||
|
<string name="old_quick_settings_panel">Panoul vechi al setărilor rapide</string>
|
||||||
|
<string name="old_qs_custom_switch">Rânduri și coloane personalizate</string>
|
||||||
|
<string name="qs_custom_columns_unexpanded">Coloane (Restrâns)</string>
|
||||||
|
<string name="qs_custom_rows">Rânduri</string>
|
||||||
|
<string name="qs_custom_columns">Coloane</string>
|
||||||
|
<string name="qs_custom_rows_horizontal">Rânduri (orizontal)</string>
|
||||||
|
<string name="status_bar_dual_row_network_speed">Viteză rețea în linie dublă</string>
|
||||||
|
<string name="status_bar_dual_row_network_speed_summary">Afișare viteză rețea în sus și în jos</string>
|
||||||
|
<string name="status_bar_network_speed">Viteza rețelei în bara de stare</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_size">Dimensiune rând dublu (0: nu se modifică)</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_icon">Pictogramă rând dublu</string>
|
||||||
|
<string name="none">Nimic</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_gravity">Aliniere rândul dublu</string>
|
||||||
|
<string name="left">Stânga</string>
|
||||||
|
<string name="right">Dreapta</string>
|
||||||
|
<string name="big_mobile_type_icon">Pictogramă mare pentru tipul datelor mobile</string>
|
||||||
|
<string name="can_notification_slide">Toate notificările pot fi glisate în fereastra mică</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
<string name="menu">Варианты перезагрузки</string>
|
<string name="menu">Варианты перезагрузки</string>
|
||||||
<string name="Tips">Подсказка</string>
|
<string name="Tips">Подсказка</string>
|
||||||
<string name="skip_waiting_time">Пропустить 5/10 секундное время предупреждения</string>
|
<string name="skip_waiting_time">Пропустить 5/10 секундное время предупреждения</string>
|
||||||
<string name="unlock_unlimited_cropping">Разблокировать ограничение обрезки изображений/скриншотов</string>
|
<string name="unlock_unlimited_cropping">Снять ограничение на обрезку изображений/скриншотов</string>
|
||||||
<string name="hide_slave_wifi_icon">Скрыть вторичный wifi</string>
|
<string name="hide_slave_wifi_icon">Скрыть вторичный wifi</string>
|
||||||
<string name="HideLauncherIcon">Скрыть иконку с рабочего стола</string>
|
<string name="HideLauncherIcon">Скрыть иконку с рабочего стола</string>
|
||||||
<string name="hide_battery_percentage_icon">Скрыть проценты батареи</string>
|
<string name="hide_battery_percentage_icon">Скрыть проценты батареи</string>
|
||||||
@@ -154,6 +154,40 @@
|
|||||||
<string name="max_wallpaper_scale">Максимальный масштаб обоев</string>
|
<string name="max_wallpaper_scale">Максимальный масштаб обоев</string>
|
||||||
<string name="def">"Ум: "</string>
|
<string name="def">"Ум: "</string>
|
||||||
<string name="current">Тек:</string>
|
<string name="current">Тек:</string>
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
<string name="participate_in_translation">Участвуйте в переводе</string>
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
<string name="participate_in_translation_summary">Помогите нам перевести приложение на ваш язык</string>
|
||||||
|
<string name="lock_screen_charging_current">Показывать ток при зарядке на экране блокировки</string>
|
||||||
|
<string name="current_current">Текущее</string>
|
||||||
|
<string name="remove_open_app_confirmation_popup">Удалить всплывающее окно открытия приложения</string>
|
||||||
|
<string name="remove_open_app_confirmation_popup_summary">Удалить уведомление цепного запуска</string>
|
||||||
|
<string name="hide_volume_icon">Скрыть иконку без звука</string>
|
||||||
|
<string name="hide_zen_icon">Скрыть иконку не беспокоить</string>
|
||||||
|
<string name="hide_icon">Скрытие иконок строки состояния</string>
|
||||||
|
<string name="double_tap_to_sleep">Двойное нажатие для отключения экрана</string>
|
||||||
|
<string name="home_double_tap_to_sleep_summary">Дважды коснитесь экрана для блокировки устройства</string>
|
||||||
|
<string name="old_quick_settings_panel">Настройки старой шторки</string>
|
||||||
|
<string name="old_qs_custom_switch">Настраиваемые строки и столбцы</string>
|
||||||
|
<string name="qs_custom_columns_unexpanded">Столбцы (нерасширенные)</string>
|
||||||
|
<string name="qs_custom_rows">Строки</string>
|
||||||
|
<string name="qs_custom_columns">Столбцы</string>
|
||||||
|
<string name="qs_custom_rows_horizontal">Строки (горизонтальные)</string>
|
||||||
|
<string name="status_bar_dual_row_network_speed">Скорость сети в 2 строки</string>
|
||||||
|
<string name="status_bar_dual_row_network_speed_summary">Смещение скорости сети по вертикали</string>
|
||||||
|
<string name="status_bar_network_speed">Скорость сети в строке состояния</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_size">Размер скорости сети в 2 строки (0: не изменять)</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_icon">Иконка двойной скорости сети</string>
|
||||||
|
<string name="none">Нет</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_gravity">Выравнивание скорости сети в 2 ряда</string>
|
||||||
|
<string name="left">Влево</string>
|
||||||
|
<string name="right">Вправо</string>
|
||||||
|
<string name="big_mobile_type_icon">Большая иконка типа сети</string>
|
||||||
|
<string name="can_notification_slide">Сделать так, чтобы все уведомления можно было сдвинуть в всплывающее окно</string>
|
||||||
|
<string name="battery_percentage_font_size">Размер шрифта процентов заряда батареи</string>
|
||||||
|
<string name="zero_do_no_change">0: не изменять</string>
|
||||||
|
<string name="big_mobile_type_icon_size">Размер большого значка типа сети</string>
|
||||||
|
<string name="big_mobile_type_icon_bold">Жирный шрифт большого значка типа сети</string>
|
||||||
|
<string name="big_mobile_type_icon_up_and_down_position">Регулировка по высоте типа сети</string>
|
||||||
|
<string name="input_error">Ошибка ввода</string>
|
||||||
|
<string name="range">Диапазон: </string>
|
||||||
|
<string name="big_mobile_type_icon_left_and_right_margins">Положение типа сети по горизонтали</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,155 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">Performence</string>
|
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
|
||||||
<string name="ui">Interface</string>
|
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
|
||||||
<string name="other">Other</string>
|
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
|
||||||
<string name="home">Home</string>
|
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
|
||||||
<string name="reboot_host">Restart all scope</string>
|
|
||||||
<string name="reboot">Reboot System</string>
|
|
||||||
<!--Status bar icons-->
|
<!--Status bar icons-->
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
|
||||||
<string name="about">About</string>
|
|
||||||
<string name="about_module">About Module</string>
|
|
||||||
<string name="verison">Version</string>
|
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
|
||||||
<string name="opensource">Open Source Repository</string>
|
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
|
||||||
<string name="issues">Feedback/Proposal</string>
|
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
|
||||||
<string name="statusbar">Status bar</string>
|
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
|
||||||
<string name="main_switch">Module main switch</string>
|
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
|
||||||
<string name="menu">Menu</string>
|
|
||||||
<string name="Tips">Tips</string>
|
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
|
||||||
<string name="status_bar_time_year">Display year</string>
|
|
||||||
<string name="status_bar_time_month">Display month</string>
|
|
||||||
<string name="status_bar_time_day">Display date</string>
|
|
||||||
<string name="status_bar_time_week">Display day</string>
|
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
|
||||||
<string name="lock_max">Lock current limit</string>
|
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
|
||||||
<string name="Done">OK</string>
|
|
||||||
<string name="about_module_summary">View module related information</string>
|
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
|
||||||
<string name="developer">Developer</string>
|
|
||||||
<string name="thank_list">Thanks list</string>
|
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
|
||||||
<string name="corepacth">Remove restrictions</string>
|
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
|
||||||
<string name="discussions">Discussions</string>
|
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
|
||||||
<string name="scope">Scope</string>
|
|
||||||
<string name="scope_android">System Framework</string>
|
|
||||||
<string name="scope_systemui">SystemUI</string>
|
|
||||||
<string name="scope_miuihome">Home screen</string>
|
|
||||||
<string name="scope_other">Others</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
|
||||||
<string name="scope_securitycenter">Security app</string>
|
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
|
||||||
<string name="lock_screen">Lock screen</string>
|
|
||||||
<string name="notification_center">Notification Center</string>
|
|
||||||
<string name="show_city">Show the city</string>
|
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
|
||||||
<string name="control_center">Control Center</string>
|
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
|
||||||
<string name="cancel">Cancel</string>
|
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
|
||||||
<string name="updater">Updater</string>
|
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
|
||||||
<string name="settings">Settings</string>
|
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
|
||||||
<string name="remove_ad">Remove ads</string>
|
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
|
||||||
<string name="def">"Default: "</string>
|
|
||||||
<string name="current">Current:</string>
|
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,155 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">Performence</string>
|
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
|
||||||
<string name="ui">Interface</string>
|
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
|
||||||
<string name="other">Other</string>
|
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
|
||||||
<string name="home">Home</string>
|
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
|
||||||
<string name="reboot_host">Restart all scope</string>
|
|
||||||
<string name="reboot">Reboot System</string>
|
|
||||||
<!--Status bar icons-->
|
<!--Status bar icons-->
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
|
||||||
<string name="about">About</string>
|
|
||||||
<string name="about_module">About Module</string>
|
|
||||||
<string name="verison">Version</string>
|
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
|
||||||
<string name="opensource">Open Source Repository</string>
|
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
|
||||||
<string name="issues">Feedback/Proposal</string>
|
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
|
||||||
<string name="statusbar">Status bar</string>
|
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
|
||||||
<string name="main_switch">Module main switch</string>
|
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
|
||||||
<string name="menu">Menu</string>
|
|
||||||
<string name="Tips">Tips</string>
|
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
|
||||||
<string name="status_bar_time_year">Display year</string>
|
|
||||||
<string name="status_bar_time_month">Display month</string>
|
|
||||||
<string name="status_bar_time_day">Display date</string>
|
|
||||||
<string name="status_bar_time_week">Display day</string>
|
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
|
||||||
<string name="lock_max">Lock current limit</string>
|
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
|
||||||
<string name="Done">OK</string>
|
|
||||||
<string name="about_module_summary">View module related information</string>
|
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
|
||||||
<string name="developer">Developer</string>
|
|
||||||
<string name="thank_list">Thanks list</string>
|
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
|
||||||
<string name="corepacth">Remove restrictions</string>
|
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
|
||||||
<string name="discussions">Discussions</string>
|
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
|
||||||
<string name="scope">Scope</string>
|
|
||||||
<string name="scope_android">System Framework</string>
|
|
||||||
<string name="scope_systemui">SystemUI</string>
|
|
||||||
<string name="scope_miuihome">Home screen</string>
|
|
||||||
<string name="scope_other">Others</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
|
||||||
<string name="scope_securitycenter">Security app</string>
|
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
|
||||||
<string name="lock_screen">Lock screen</string>
|
|
||||||
<string name="notification_center">Notification Center</string>
|
|
||||||
<string name="show_city">Show the city</string>
|
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
|
||||||
<string name="control_center">Control Center</string>
|
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
|
||||||
<string name="cancel">Cancel</string>
|
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
|
||||||
<string name="updater">Updater</string>
|
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
|
||||||
<string name="settings">Settings</string>
|
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
|
||||||
<string name="remove_ad">Remove ads</string>
|
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
|
||||||
<string name="def">"Default: "</string>
|
|
||||||
<string name="current">Current:</string>
|
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,155 +1,190 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">Performence</string>
|
<string name="performance">Performans</string>
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
<string name="lock_max_fps">Geçerli yenileme hızı üst sınırını kilitle</string>
|
||||||
<string name="ui">Interface</string>
|
<string name="ui">Arayüz </string>
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
<string name="delete_on_post_notification">Bildirim üzerinden ekranı kaldır</string>
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
<string name="delete_on_post_notification_summary">\"Bu uygulama diğer uygulamaların üzerinde görüntüleniyor\" bildirimini kaldırın</string>
|
||||||
<string name="other">Other</string>
|
<string name="other">Diğer </string>
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
<string name="disable_flag_secure">Ekran görüntüsüne izin ver</string>
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
<string name="disable_flag_secure_summary">Güvenlik için Kontrol merkezinde açılır hızlı ayar eklemeye izin vermeyen yazılımda ekran görüntüsüne izin ver</string>
|
||||||
<string name="home">Home</string>
|
<string name="home">Ev</string>
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
<string name="home_time">Her zaman Ana ekran saatini göster</string>
|
||||||
<string name="reboot_host">Restart all scope</string>
|
<string name="reboot_host">Cihazı yeniden başlat</string>
|
||||||
<string name="reboot">Reboot System</string>
|
<string name="reboot">Sistemi Yeniden Başlat </string>
|
||||||
<!--Status bar icons-->
|
<!--Status bar icons-->
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
<string name="status_bar_icon">Durum çubuğu simgeleri</string>
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
<string name="hide_no_sim_icon">SIM yok simgesini gizle</string>
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
<string name="hide_sim_one_icon">SIM Kart 1 simgesini gizle</string>
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
<string name="hide_sim_two_icon">SIM Kart 2 simgesini gizle</string>
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
<string name="hide_vpn_icon">VPN simgesini gizle</string>
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
<string name="hide_airplane_icon">Uçak modu simgesini gizle</string>
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
<string name="hide_wifi_icon">WIFI simgesini gizle</string>
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
<string name="hide_bluetooth_icon">Bluetooth simgesini gizle</string>
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
<string name="hide_volume_zen_icon">Sesi Gizle ve Rahatsız Etmeyin simgesi</string>
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
<string name="hide_alarm_icon">Alarm simgesini gizle</string>
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
<string name="hide_hotspot_icon">Taşınabilir erişim noktası simgesini gizle</string>
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
<string name="hide_headset_icon">Kulaklık simgesini gizle</string>
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
<string name="hide_bluetooth_battery_icon">Bluetooth pil simgesini gizle</string>
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
<string name="hide_big_hd_icon">Büyük HD simgesini gizle</string>
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
<string name="hide_small_hd_icon">Küçük HD simgesini gizle</string>
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
<string name="hide_hd_no_service_icon">HD Hizmet Yok simgesini gizle
|
||||||
<string name="about">About</string>
|
</string>
|
||||||
<string name="about_module">About Module</string>
|
<string name="about">Hakkında</string>
|
||||||
<string name="verison">Version</string>
|
<string name="about_module">Modül Hakkında</string>
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
<string name="verison">Sürüm</string>
|
||||||
<string name="opensource">Open Source Repository</string>
|
<string name="dev_coolapk">Yazar Coolapk</string>
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
<string name="opensource">Açık Kaynak Deposu</string>
|
||||||
<string name="issues">Feedback/Proposal</string>
|
<string name="github_url">Geliştirmeye katılmak için daha fazla geliştiriciye hoş geldiniz</string>
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
<string name="issues">Geribildirim/Teklif</string>
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
<string name="issues_url">GitHub Sorunlarını görüntülemek için tıklayın</string>
|
||||||
<string name="statusbar">Status bar</string>
|
<string name="xposeddescription">MIUI13 (Android 12) için özelleştirme aracı</string>
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
<string name="statusbar">Durum çubuğu</string>
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
<string name="status_bar_time_seconds">Saniye göster</string>
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
<string name="status_bar_network_speed_refresh_speed">Saniyeler içinde ağ hızı yenileme</string>
|
||||||
<string name="main_switch">Module main switch</string>
|
<string name="remove_the_maximum_number_of_notification_icons">Maksimum bildirim simgesi sayısını kaldırın</string>
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
<string name="main_switch">Modül ana şalteri</string>
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
<string name="hide_gps_icon">GPS simgesini gizle</string>
|
||||||
<string name="menu">Menu</string>
|
<string name="hide_status_bar_network_speed_second">Ağ hızı (/s) birimlerini gizle</string>
|
||||||
<string name="Tips">Tips</string>
|
<string name="menu">Menü</string>
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
<string name="Tips">İpuçları</string>
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
<string name="skip_waiting_time">5/10 saniyelik uyarı süresini atla</string>
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
<string name="unlock_unlimited_cropping">Resimleri/ekran görüntülerini kırpma kısıtlamasını kaldırın</string>
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
<string name="hide_slave_wifi_icon">WIFI ikincil simgesini gizle</string>
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
<string name="HideLauncherIcon">Başlatıcı simgesini gizle</string>
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
<string name="hide_battery_percentage_icon">Pili yüzdesini gizle (%)</string>
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
<string name="hide_battery_icon">Pil simgesini gizle</string>
|
||||||
<string name="status_bar_time_year">Display year</string>
|
<string name="status_bar_clock_format">Durum çubuğu saat biçimi</string>
|
||||||
<string name="status_bar_time_month">Display month</string>
|
<string name="status_bar_time_year">Yılı göster</string>
|
||||||
<string name="status_bar_time_day">Display date</string>
|
<string name="status_bar_time_month">Ayı göster</string>
|
||||||
<string name="status_bar_time_week">Display day</string>
|
<string name="status_bar_time_day">Tarihi göster</string>
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
<string name="status_bar_time_week">Günü göster </string>
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
<string name="status_bar_time_hide_space">Alanı gizle</string>
|
||||||
<string name="lock_max">Lock current limit</string>
|
<string name="allow_screenshots">Ekran görüntüsüne izin ver</string>
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
<string name="lock_max">Akım sınırını kilitle</string>
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
<string name="status_bar_time_double_hour">Çince on iki saat göster</string>
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
<string name="custom_clock_switch">Özel Saat Anahtarı</string>
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
<string name="status_bar_time_period">AM/PM\'yi göster</string>
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
<string name="status_bar_time_double_line">Çift sıra</string>
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
<string name="status_bar_clock_size">Saat boyutu (0: değişmez)</string>
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
<string name="status_bar_clock_double_line_size">Çift sıra boyutu (0: değişmez)</string>
|
||||||
<string name="Done">OK</string>
|
<string name="matters_needing_attention">Özellik çalışmıyor mu?</string>
|
||||||
<string name="about_module_summary">View module related information</string>
|
<string name="Done">Tamam</string>
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
<string name="about_module_summary">Modülle ilgili bilgileri görüntüleyin</string>
|
||||||
<string name="developer">Developer</string>
|
<string name="contributor_list">Açık kaynak deposu katkıda bulunan listesi</string>
|
||||||
<string name="thank_list">Thanks list</string>
|
<string name="developer">Geliştirici</string>
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
<string name="thank_list">Teşekkürler listesi</string>
|
||||||
<string name="corepacth">Remove restrictions</string>
|
<string name="third_party_open_source_statement">Üçüncü Taraf Açık Kaynak Bildirimi</string>
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
<string name="corepacth">Kısıtlamaları kaldır</string>
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
<string name="corepacth_summary">Sürüm düşürme/farklı imza/imzasız yükleme desteği</string>
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
<string name="prevent_recovery_of_battery_optimization_white_list">Pil optimizasyonu beyaz listesinin kurtarılmasını engelle</string>
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
<string name="failed_after_restart">Sistem yeniden başlatıldıktan sonra geri yüklenecek</string>
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
<string name="battery_optimization">Pil optimizasyonu</string>
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
<string name="battery_optimization_summary">MIUI tarafından gizlenen pil optimizasyon menüsünü hızla açın</string>
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
<string name="remove_small_window_restrictions">Küçük pencereleri zorla</string>
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
<string name="app_coolapk_url">Gelin ve bize beş yıldızlı bir inceleme yapın</string>
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
<string name="app_coolapk_url_summary">Bu bizi daha keşfedilebilir yapabilir</string>
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
<string name="qq_channel">Resmi QQ kanalına katılın</string>
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
<string name="tg_channel">Resmi Telegram kanalına katılın</string>
|
||||||
<string name="discussions">Discussions</string>
|
<string name="tg_channel_summary">Sohbet grubuna kanal sayfasından girebilirsiniz.</string>
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
<string name="discussions">Tartışmalar</string>
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
<string name="remove_small_window_restrictions_summary">Küçük pencerelerin sistem kara listesini ve yazılım yasağını yoksay</string>
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
<string name="remove_the_left_side_of_the_lock_screen">Kilit ekranı yan panelini çıkarın</string>
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
<string name="remove_lock_screen_camera">Kilit ekranı kamera özelliğini kaldırın</string>
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
<string name="only_official_default_themes_are_supported">Yalnızca resmi varsayılan temalar desteklenir</string>
|
||||||
<string name="scope">Scope</string>
|
<string name="lock_one_hundred">Güvenlik uygulamasında 100 puan belirleyin</string>
|
||||||
<string name="scope_android">System Framework</string>
|
<string name="scope">Kapsam</string>
|
||||||
<string name="scope_systemui">SystemUI</string>
|
<string name="scope_android">Sistem Çerçevesi</string>
|
||||||
<string name="scope_miuihome">Home screen</string>
|
<string name="scope_systemui">Sistem Kullanıcı Arayüzü</string>
|
||||||
<string name="scope_other">Others</string>
|
<string name="scope_miuihome">Ana ekran</string>
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
<string name="scope_other">Diğerleri</string>
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
<string name="status_bar_network_speed_refresh_speed_summary">Durum çubuğu ağ hızı bileşeninin yenileme sıklığını 1s olarak değiştirin</string>
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
<string name="hide_battery_percentage_icon_summary">Pil yüzdesi görüntüleme özelliği kendiniz açılmalıdır</string>
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
<string name="hide_status_bar_network_speed_second_summary">Durum çubuğu ağ hızı bileşeninin (/s) birimlerini gizleyin</string>
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
<string name="remove_the_maximum_number_of_notification_icons_summary">Durum çubuğundaki 3 bildirim sınırını kaldırın</string>
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
<string name="scope_systemui_summary">Sistem arayüzünü, durum çubuğunu, kilit ekranını vb. özelleştirin.</string>
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
<string name="scope_android_summary">Modül ilk kez etkinleştirildikten veya modül güncellendikten sonra, sistem yeniden başlatıldıktan sonra buradaki özellik geçerli olacaktır.</string>
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
<string name="scope_other_summary">Güvenlik uygulaması, Galeri düzenleyici, Pil ve performans vb.</string>
|
||||||
<string name="scope_securitycenter">Security app</string>
|
<string name="scope_powerkeeper">Pil ve performans</string>
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
<string name="scope_securitycenter">Güvenlik uygulaması</string>
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
<string name="scope_mediaeditor">Galeri Editörü</string>
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
<string name="home_time_summary">Açıldığında, bir saat widget\'ı olsa bile saat durum çubuğunda gizlenmez</string>
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
<string name="skip_waiting_time_summary">USB hata ayıklamasını, bilinmeyen kaynakları ve erişilebilirliği etkinleştirirken MIUI tarafından bekleme süresini yok sayın</string>
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
<string name="lock_one_hundred_summary">Güvenlik uygulamasındaki puanı 100 puana ayarlayın ve Optimize Et düğmesini engelleyin</string>
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
<string name="unlock_unlimited_cropping_summary">MIUI tarafından görüntü kırpmayla ilgili minimum sınırı yoksay</string>
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
<string name="hide_wifi_activity_icon">WIFI etkinlik simgesini gizle</string>
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
<string name="hide_mobile_activity_icon">Mobil etkinlik simgesini gizle</string>
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
<string name="hide_mobile_type_icon">Mobil tür simgesini gizle</string>
|
||||||
<string name="lock_screen">Lock screen</string>
|
<string name="show_weather_main_switch">Hava Durumunu Göster - Ana Anahtar</string>
|
||||||
<string name="notification_center">Notification Center</string>
|
<string name="lock_screen">Kilit ekranı</string>
|
||||||
<string name="show_city">Show the city</string>
|
<string name="notification_center">Bildirim Merkezi</string>
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
<string name="show_city">Şehri göster</string>
|
||||||
<string name="control_center">Control Center</string>
|
<string name="lock_max_fps_summary">Gerçek zamanlı geçiş için açılır kontrol merkezi hızlı ayarı ekleme desteği</string>
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
<string name="control_center">Kontrol Merkezi</string>
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
<string name="control_center_weather_summary">Mi Smart Hub sürümü şu anda desteklenmiyor</string>
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
<string name="not_support">Görünüşe göre eski bir LSPosed sürümü kullanıyorsunuz veya LSPosed aktif değil, lütfen LSPosed\'i güncelleyin veya etkinleştirin ve tekrar deneyin.</string>
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
<string name="matters_needing_attention_context">İlk etkinleştirme veya güncellemeden sonra telefonu yeniden başlatmanız önerilir\nDeğişikliklerin çoğunun geçerli olması için sağ üst köşede yeniden başlatma gerekir</string>
|
||||||
<string name="cancel">Cancel</string>
|
<string name="are_you_sure_reboot">Yeniden başlattığınızdan emin misiniz?</string>
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
<string name="cancel">İptal</string>
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
<string name="are_you_sure_reboot_scope">Tüm kapsamı yeniden başlattığınızdan emin misiniz?</string>
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
<string name="hide_battery_charging_icon">Şarj simgesini gizle</string>
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
<string name="hide_wifi_standard_icon">WIFI standart simgesini gizle</string>
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
<string name="status_bar_time_center">Durum çubuğu zaman merkezi</string>
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
<string name="status_bar_layout_summary">Daha fazla durum çubuğu düzeni geliştirilme aşamasındadır</string>
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
<string name="status_bar_layout">Durum çubuğu düzeni</string>
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
<string name="layout_compatibility_mode">Uyumluluk modu</string>
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
<string name="left_margin">Sol kenar boşluğu (0: Otomatik)</string>
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
<string name="right_margin">Sağ kenar boşluğu (0: Otomatik)</string>
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
<string name="layout_compatibility_mode_summary">Sol ve sağ delik ekranının normal olarak görüntülenebilmesini sağlayın</string>
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
<string name="remove_macro_blacklist">Oyun makrosu kara listesini kaldır</string>
|
||||||
<string name="updater">Updater</string>
|
<string name="hide_network_speed_splitter">Ağ hızı ayırıcısını gizle</string>
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
<string name="updater">Güncelleyici</string>
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
<string name="remove_ota_validate">*OTA doğrulamasını [LAB] kaldırın</string>
|
||||||
<string name="settings">Settings</string>
|
<string name="remove_ota_validate_summary">- Yalnızca VAB serisi kullanımını destekleyin, lütfen diğer serileri açmayın.\n- Tam dahili test paketine geçmek için dahili test yeterliliğine gerek yoktur.\n- Dahili test iznine sahip olanlar dahili test güncellemelerini alamaz , ve sistem güncellemelerini engellemek için kullanılabilir.\n- Sürümler arası tip yükseltmesinden sonra verilerin temizlenmesi önerilir.\n- Resmi olmayan ROM kullanımı desteklenmez.</string>
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
<string name="settings">Ayarlar</string>
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
<string name="show_notification_importance">Bildirim önemini göster</string>
|
||||||
<string name="remove_ad">Remove ads</string>
|
<string name="show_notification_importance_summary">MIUI 12 ve sonraki sürümlerde gizlenen bildirim önem ayarlarını göster</string>
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
<string name="remove_ad">Reklamları kaldır</string>
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
<string name="remove_thememanager_ads">Tema yöneticisi için reklamları kaldırın</string>
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
<string name="battery_life_function">Pil sayfası mevcut sıcaklığı gösterir</string>
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
<string name="enable_wave_charge_animation">Dalga yükü şarj animasyonu</string>
|
||||||
<string name="def">"Default: "</string>
|
<string name="max_wallpaper_scale">Maksimum duvar kağıdı ölçeği</string>
|
||||||
<string name="current">Current:</string>
|
<string name="def">"Varsayılan:"</string>
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
<string name="current">Akım</string>
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
<string name="participate_in_translation">Çeviriye katılmak</string>
|
||||||
|
<string name="participate_in_translation_summary">Uygulamayı kendi dilinize çevirmemize yardımcı olun</string>
|
||||||
|
<string name="lock_screen_charging_current">Şarj sırasında mevcut bilgileri görüntüleyin</string>
|
||||||
|
<string name="current_current">Akım </string>
|
||||||
|
<string name="remove_open_app_confirmation_popup">açık uygulama açılır penceresini kaldır</string>
|
||||||
|
<string name="remove_open_app_confirmation_popup_summary">\"XXX\'in XXX\'i açmasına izin ver\" Zincir başlatma açılır penceresini kaldırın</string>
|
||||||
|
<string name="hide_volume_icon">Ses Düzeyi simgesini gizle</string>
|
||||||
|
<string name="hide_zen_icon">ZEN simgesini gizle</string>
|
||||||
|
<string name="hide_icon">Simgeyi gizle</string>
|
||||||
|
<string name="double_tap_to_sleep">Uyumak için iki kez dokunun</string>
|
||||||
|
<string name="home_double_tap_to_sleep_summary">Uyumak için boş alana iki kez dokunun</string>
|
||||||
|
<string name="old_quick_settings_panel">Eski hızlı ayarlar paneli</string>
|
||||||
|
<string name="old_qs_custom_switch">Özel satırlar ve sütunlar</string>
|
||||||
|
<string name="qs_custom_columns_unexpanded">Sütunlar (Genişletilmemiş)</string>
|
||||||
|
<string name="qs_custom_rows">satırlar</string>
|
||||||
|
<string name="qs_custom_columns">sütunlar</string>
|
||||||
|
<string name="qs_custom_rows_horizontal">Satırlar (yatay)</string>
|
||||||
|
<string name="status_bar_dual_row_network_speed">Çift sıra ağ hızı</string>
|
||||||
|
<string name="status_bar_dual_row_network_speed_summary">Yukarı ve aşağı ağ hızı göstergesi</string>
|
||||||
|
<string name="status_bar_network_speed">Durum çubuğu ağ hızı</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_size">Çift sıra boyutu (0: değişmez)</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_icon">Çift satır simgesi</string>
|
||||||
|
<string name="none">Hiçbiri</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_gravity">Çift sıra hizalama</string>
|
||||||
|
<string name="left">Sol</string>
|
||||||
|
<string name="right">Sağ </string>
|
||||||
|
<string name="big_mobile_type_icon">Büyük mobil ikon tipi</string>
|
||||||
|
<string name="can_notification_slide">Tüm bildirimlerin küçük pencereye kaydırılabilmesini sağlayın</string>
|
||||||
|
<string name="battery_percentage_font_size">Pil yüzdesi yazı tipi boyutu</string>
|
||||||
|
<string name="zero_do_no_change">0: değiştirme</string>
|
||||||
|
<string name="big_mobile_type_icon_size">Büyük mobil tip simge boyutu</string>
|
||||||
|
<string name="big_mobile_type_icon_bold">Büyük mobil tip simgesi kalın</string>
|
||||||
|
<string name="big_mobile_type_icon_up_and_down_position">Büyük mobil tip simgesi yukarı ve aşağı konumu</string>
|
||||||
|
<string name="input_error">Giriş hatası</string>
|
||||||
|
<string name="range">Menzil:</string>
|
||||||
|
<string name="big_mobile_type_icon_left_and_right_margins">Büyük mobil tip simgesi sol ve sağ kenar boşlukları</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,155 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">Performence</string>
|
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
|
||||||
<string name="ui">Interface</string>
|
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
|
||||||
<string name="other">Other</string>
|
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
|
||||||
<string name="home">Home</string>
|
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
|
||||||
<string name="reboot_host">Restart all scope</string>
|
|
||||||
<string name="reboot">Reboot System</string>
|
|
||||||
<!--Status bar icons-->
|
<!--Status bar icons-->
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
|
||||||
<string name="about">About</string>
|
|
||||||
<string name="about_module">About Module</string>
|
|
||||||
<string name="verison">Version</string>
|
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
|
||||||
<string name="opensource">Open Source Repository</string>
|
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
|
||||||
<string name="issues">Feedback/Proposal</string>
|
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
|
||||||
<string name="statusbar">Status bar</string>
|
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
|
||||||
<string name="main_switch">Module main switch</string>
|
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
|
||||||
<string name="menu">Menu</string>
|
|
||||||
<string name="Tips">Tips</string>
|
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
|
||||||
<string name="status_bar_time_year">Display year</string>
|
|
||||||
<string name="status_bar_time_month">Display month</string>
|
|
||||||
<string name="status_bar_time_day">Display date</string>
|
|
||||||
<string name="status_bar_time_week">Display day</string>
|
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
|
||||||
<string name="lock_max">Lock current limit</string>
|
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
|
||||||
<string name="Done">OK</string>
|
|
||||||
<string name="about_module_summary">View module related information</string>
|
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
|
||||||
<string name="developer">Developer</string>
|
|
||||||
<string name="thank_list">Thanks list</string>
|
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
|
||||||
<string name="corepacth">Remove restrictions</string>
|
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
|
||||||
<string name="discussions">Discussions</string>
|
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
|
||||||
<string name="scope">Scope</string>
|
|
||||||
<string name="scope_android">System Framework</string>
|
|
||||||
<string name="scope_systemui">SystemUI</string>
|
|
||||||
<string name="scope_miuihome">Home screen</string>
|
|
||||||
<string name="scope_other">Others</string>
|
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
|
||||||
<string name="scope_securitycenter">Security app</string>
|
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
|
||||||
<string name="lock_screen">Lock screen</string>
|
|
||||||
<string name="notification_center">Notification Center</string>
|
|
||||||
<string name="show_city">Show the city</string>
|
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
|
||||||
<string name="control_center">Control Center</string>
|
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
|
||||||
<string name="cancel">Cancel</string>
|
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
|
||||||
<string name="updater">Updater</string>
|
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
|
||||||
<string name="settings">Settings</string>
|
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
|
||||||
<string name="remove_ad">Remove ads</string>
|
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
|
||||||
<string name="def">"Default: "</string>
|
|
||||||
<string name="current">Current:</string>
|
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,155 +1,136 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">Performence</string>
|
<string name="performance">Hiệu năng</string>
|
||||||
<string name="lock_max_fps">Lock the current refresh rate upper limit</string>
|
<string name="lock_max_fps">Khoá giới hạn tốc độ làm mới hiện tại</string>
|
||||||
<string name="ui">Interface</string>
|
<string name="ui">Giao diện</string>
|
||||||
<string name="delete_on_post_notification">Remove display over notification</string>
|
<string name="delete_on_post_notification">Xoá thông báo hiển thị trên ứng dụng khác</string>
|
||||||
<string name="delete_on_post_notification_summary">Remove \"This app is displaying over other apps\" notification</string>
|
<string name="delete_on_post_notification_summary">Xoá thông báo \"Ứng dụng này đang hiển thị trên ứng dụng khác\"</string>
|
||||||
<string name="other">Other</string>
|
<string name="other">Khác</string>
|
||||||
<string name="disable_flag_secure">Allow screenshot</string>
|
<string name="disable_flag_secure">Cho phép chụp màn hình</string>
|
||||||
<string name="disable_flag_secure_summary">Allow screenshot in software that does not allow to\nSupport adding drop-down quick setting on Control center for security</string>
|
<string name="home">Trang chủ</string>
|
||||||
<string name="home">Home</string>
|
<string name="home_time">Luôn hiển thị đồng hồ màn hình khoá</string>
|
||||||
<string name="home_time">Always display Home screen clock</string>
|
<string name="reboot_host">Khởi động lại tất cả phạm vi</string>
|
||||||
<string name="reboot_host">Restart all scope</string>
|
<string name="reboot">Khởi động lại hệ thống</string>
|
||||||
<string name="reboot">Reboot System</string>
|
|
||||||
<!--Status bar icons-->
|
<!--Status bar icons-->
|
||||||
<string name="status_bar_icon">Status bar icons</string>
|
<string name="status_bar_icon">Biểu tượng thanh trạng thái</string>
|
||||||
<string name="hide_no_sim_icon">Hide No SIM icon</string>
|
<string name="hide_no_sim_icon">Ẩn biểu tượng Không SIM</string>
|
||||||
<string name="hide_sim_one_icon">Hide SIM Card 1 icon</string>
|
<string name="hide_sim_one_icon">Ẩn biểu tượng Thẻ SIM 1</string>
|
||||||
<string name="hide_sim_two_icon">Hide SIM Card 2 icon</string>
|
<string name="hide_sim_two_icon">Ẩn biểu tượng Thẻ SIM 2</string>
|
||||||
<string name="hide_vpn_icon">Hide VPN icon</string>
|
<string name="hide_vpn_icon">Ẩn biểu tượng VPN</string>
|
||||||
<string name="hide_airplane_icon">Hide Airplane mode icon</string>
|
<string name="hide_airplane_icon">Ẩn biểu tượng Chế độ máy bay</string>
|
||||||
<string name="hide_wifi_icon">Hide WIFI icon</string>
|
<string name="hide_wifi_icon">Ẩn biểu tượng WIFI</string>
|
||||||
<string name="hide_bluetooth_icon">Hide Bluetooth icon</string>
|
<string name="hide_bluetooth_icon">Ẩn biểu tượng Bluetooth</string>
|
||||||
<string name="hide_volume_zen_icon">Hide Sound and Do Not Disturb icon</string>
|
<string name="hide_volume_zen_icon">Ẩn biểu tượng Âm thanh và Không làm phiền</string>
|
||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
<string name="hide_alarm_icon">Ẩn biểu tượng Báo thức</string>
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
<string name="hide_hotspot_icon">Ẩn biểu tượng Điểm phát sóng di động</string>
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
<string name="hide_headset_icon">Ẩn biểu tượng tai nghe</string>
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
<string name="about">Giới thiệu</string>
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
<string name="about_module">Về Module</string>
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
<string name="verison">Phiên bản</string>
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
<string name="dev_coolapk">Tác giả Coolapk</string>
|
||||||
<string name="about">About</string>
|
<string name="opensource">Kho nguồn mở</string>
|
||||||
<string name="about_module">About Module</string>
|
<string name="github_url">Chào mừng các nhà phát triển tham gia vào quá trình phát triển</string>
|
||||||
<string name="verison">Version</string>
|
<string name="issues">Phản hồi/Đề xuất</string>
|
||||||
<string name="dev_coolapk">Author Coolapk</string>
|
<string name="issues_url">Ấn để xem GitHub Issues</string>
|
||||||
<string name="opensource">Open Source Repository</string>
|
<string name="xposeddescription">Công cụ tuỳ chỉnh hoá MIUI13(Android 12)</string>
|
||||||
<string name="github_url">Welcome more developers to participate in the development</string>
|
<string name="statusbar">Thanh trạng thái</string>
|
||||||
<string name="issues">Feedback/Proposal</string>
|
<string name="status_bar_time_seconds">Hiển thị giây</string>
|
||||||
<string name="issues_url">Click to view GitHub Issues</string>
|
<string name="status_bar_network_speed_refresh_speed">Làm mới tốc độ mạng trong vài giây</string>
|
||||||
<string name="xposeddescription">Customization tool for MIUI13(Android 12)</string>
|
<string name="remove_the_maximum_number_of_notification_icons">Gỡ số lượng biểu tượng thông báo tối đa</string>
|
||||||
<string name="statusbar">Status bar</string>
|
<string name="main_switch">Công tắc module</string>
|
||||||
<string name="status_bar_time_seconds">Display seconds</string>
|
<string name="hide_gps_icon">Ẩn biểu tượng GPS</string>
|
||||||
<string name="status_bar_network_speed_refresh_speed">Network speed refresh in seconds</string>
|
<string name="hide_status_bar_network_speed_second">Ẩn đơn vị tốc độ mạng (/s)</string>
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">Remove the maximum number of notification icons</string>
|
|
||||||
<string name="main_switch">Module main switch</string>
|
|
||||||
<string name="hide_gps_icon">Hide GPS icon</string>
|
|
||||||
<string name="hide_status_bar_network_speed_second">Hide network speed (/s) units</string>
|
|
||||||
<string name="menu">Menu</string>
|
<string name="menu">Menu</string>
|
||||||
<string name="Tips">Tips</string>
|
<string name="Tips">Mẹo</string>
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
<string name="skip_waiting_time">Bỏ qua 5/10 giây cảnh báo</string>
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
<string name="hide_slave_wifi_icon">Ẩn biểu tượng WIFI thứ hai</string>
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
<string name="HideLauncherIcon">Ẩn biểu tượng Trình khởi chạy</string>
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
<string name="hide_battery_percentage_icon">Ẩn pin (%)</string>
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
<string name="hide_battery_icon">Ẩn biểu tượng pin</string>
|
||||||
<string name="hide_battery_icon">Hide battery icon</string>
|
<string name="status_bar_clock_format">Định dạng đồng hồ trên thanh trạng thái</string>
|
||||||
<string name="status_bar_clock_format">Status bar clock format</string>
|
<string name="status_bar_time_year">Hiển thị năm</string>
|
||||||
<string name="status_bar_time_year">Display year</string>
|
<string name="status_bar_time_month">Hiển thị tháng</string>
|
||||||
<string name="status_bar_time_month">Display month</string>
|
<string name="status_bar_time_week">Hiển thị ngày</string>
|
||||||
<string name="status_bar_time_day">Display date</string>
|
<string name="allow_screenshots">Cho phép chụp màn hình</string>
|
||||||
<string name="status_bar_time_week">Display day</string>
|
<string name="lock_max">Khoá giới hạn hiện tại</string>
|
||||||
<string name="status_bar_time_hide_space">Hide space</string>
|
<string name="custom_clock_switch">Công Tắc Đồng Hồ Tuỳ Chỉnh</string>
|
||||||
<string name="allow_screenshots">Allow screenshot</string>
|
<string name="status_bar_time_period">Hiển thị AM/PM</string>
|
||||||
<string name="lock_max">Lock current limit</string>
|
<string name="status_bar_time_double_line">Hàng kép</string>
|
||||||
<string name="status_bar_time_double_hour">Display chinese twelve hour</string>
|
<string name="status_bar_clock_size">Kích cỡ đồng hồ (0: không đổi)</string>
|
||||||
<string name="custom_clock_switch">Custom Clock Switch</string>
|
<string name="status_bar_clock_double_line_size">Kích cỡ hàng kép (0: không đổi)</string>
|
||||||
<string name="status_bar_time_period">Display AM/PM</string>
|
<string name="matters_needing_attention">Tính năng không hoạt động? </string>
|
||||||
<string name="status_bar_time_double_line">Dual row</string>
|
|
||||||
<string name="status_bar_clock_size">Clock size (0: do not change)</string>
|
|
||||||
<string name="status_bar_clock_double_line_size">Dual row size (0: do not change)</string>
|
|
||||||
<string name="matters_needing_attention">Feature is not working? </string>
|
|
||||||
<string name="Done">OK</string>
|
<string name="Done">OK</string>
|
||||||
<string name="about_module_summary">View module related information</string>
|
<string name="about_module_summary">Xem thông tin liên quan tới module</string>
|
||||||
<string name="contributor_list">Open source repository contributor list</string>
|
<string name="contributor_list">Danh sánh người đóng góp kho nguồn mở</string>
|
||||||
<string name="developer">Developer</string>
|
<string name="developer">Nhà phát triển</string>
|
||||||
<string name="thank_list">Thanks list</string>
|
<string name="thank_list">Danh sách cảm ơn</string>
|
||||||
<string name="third_party_open_source_statement">Third Party Open Source Statement</string>
|
<string name="third_party_open_source_statement">Tuyên Bố Về Mã Nguồn Mở Của Bên Thứ Ba</string>
|
||||||
<string name="corepacth">Remove restrictions</string>
|
<string name="corepacth">Gỡ bỏ các hạn chế</string>
|
||||||
<string name="corepacth_summary">Support downgrade/different signature/unsigned installation</string>
|
<string name="corepacth_summary">Hỗ trợ hạ cấp/khác chữ ký/không ký cài đặt</string>
|
||||||
<string name="prevent_recovery_of_battery_optimization_white_list">Prevent recovery of battery optimization whitelist</string>
|
<string name="prevent_recovery_of_battery_optimization_white_list">Ngăn chặn sự khôi phục của danh sách trắng tối ưu hoá pin</string>
|
||||||
<string name="failed_after_restart">It will be restored after system restart</string>
|
<string name="failed_after_restart">Nó sẽ được khôi phục sau khi khởi động lại hệ thống</string>
|
||||||
<string name="battery_optimization">Battery optimization</string>
|
<string name="battery_optimization">Tối ưu hóa pin</string>
|
||||||
<string name="battery_optimization_summary">Quickly open the battery optimization menu hidden by MIUI</string>
|
<string name="battery_optimization_summary">Mở nhanh menu tối ưu hóa pin bị ẩn bởi MIUI</string>
|
||||||
<string name="remove_small_window_restrictions">Force small windows</string>
|
<string name="app_coolapk_url">Tới và đánh giá chúng tôi 5 sao</string>
|
||||||
<string name="app_coolapk_url">Come and give us five-star review</string>
|
<string name="app_coolapk_url_summary">Điều này có thể giúp chúng tôi dễ được biết tới hơn</string>
|
||||||
<string name="app_coolapk_url_summary">This can make us more discoverable</string>
|
<string name="qq_channel">Tham gia kênh QQ chính thức</string>
|
||||||
<string name="qq_channel">Join the official QQ channel</string>
|
<string name="tg_channel">Tham gia kênh TG chính thức</string>
|
||||||
<string name="tg_channel">Join the official TG channel</string>
|
<string name="tg_channel_summary">Bạn có thể vào nhóm trò chuyện trên kênh</string>
|
||||||
<string name="tg_channel_summary">You can enter the chat group on the channel page</string>
|
<string name="discussions">Thảo luận</string>
|
||||||
<string name="discussions">Discussions</string>
|
<string name="remove_lock_screen_camera">Gỡ chức năng camera khỏi màn hình khoá</string>
|
||||||
<string name="remove_small_window_restrictions_summary">Ignore system blacklist and software prohibition of small windows</string>
|
<string name="only_official_default_themes_are_supported">Chỉ hỗ trợ những chủ đề mặc định chính thức</string>
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">Remove the lock screen side panel</string>
|
<string name="lock_one_hundred">Đặt 100 điểm cho ứng dụng Bảo mật</string>
|
||||||
<string name="remove_lock_screen_camera">Remove the lock screen camera feature</string>
|
<string name="scope">Phạm vi</string>
|
||||||
<string name="only_official_default_themes_are_supported">Only official default themes are supported</string>
|
<string name="scope_android">Framework Hệ Thống</string>
|
||||||
<string name="lock_one_hundred">Set 100 points on Security app</string>
|
<string name="scope_systemui">Giao diện hệ thống</string>
|
||||||
<string name="scope">Scope</string>
|
<string name="scope_miuihome">Màn hình chính</string>
|
||||||
<string name="scope_android">System Framework</string>
|
<string name="scope_other">Khác</string>
|
||||||
<string name="scope_systemui">SystemUI</string>
|
<string name="status_bar_network_speed_refresh_speed_summary">Thay đổi tần số làm mới của tốc độ mạng trên thanh trạng thái thành 1 giây</string>
|
||||||
<string name="scope_miuihome">Home screen</string>
|
<string name="hide_battery_percentage_icon_summary">Bạn phải tự bật tính năng hiển thị phần trăm pin</string>
|
||||||
<string name="scope_other">Others</string>
|
<string name="hide_status_bar_network_speed_second_summary">Ẩn đơn vị (/s) của tốc độ mạng trên thanh trạng thái</string>
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">Change the refresh frequency of the status bar network speed component to 1s</string>
|
<string name="remove_the_maximum_number_of_notification_icons_summary">Gỡ giới hạn 3 thông báo trên thanh trạng thái</string>
|
||||||
<string name="hide_battery_percentage_icon_summary">Battery percentage display feature must be turned on by yourself</string>
|
<string name="scope_systemui_summary">Tuỳ chỉnh giao diện hệ thống, thanh trạng thái, màn hình khoá, v.v</string>
|
||||||
<string name="hide_status_bar_network_speed_second_summary">Hide the (/s) units of the status bar network speed component</string>
|
<string name="scope_android_summary">Sau khi bật mô-đun lần đầu tiên hoặc cập nhật, tính năng ở đây sẽ có hiệu lực sau khi khởi động lại hệ thống</string>
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">Remove the limit of 3 notifications on the status bar</string>
|
<string name="scope_other_summary">Ứng dụng Bảo mật, Chỉnh sửa thử viện, Pin và hiệu năng, v.v</string>
|
||||||
<string name="scope_systemui_summary">Customize system interface, status bar, lock screen, etc.</string>
|
<string name="scope_powerkeeper">Pin và hiệu năng</string>
|
||||||
<string name="scope_android_summary">After enabling the module for the first time or the module is updated, the feature here will take effect after restarting the system</string>
|
<string name="scope_securitycenter">Ứng dụng Bảo mật</string>
|
||||||
<string name="scope_other_summary">Security app, Gallery editor, Battery and performance, etc.</string>
|
<string name="scope_mediaeditor">Chỉnh sửa Thư viện</string>
|
||||||
<string name="scope_powerkeeper">Battery and performance</string>
|
<string name="home_time_summary">Khi được bật, đồng hồ sẽ không bị ẩn trên thanh trạng thái ngay cả khi có widget đồng hồ</string>
|
||||||
<string name="scope_securitycenter">Security app</string>
|
<string name="skip_waiting_time_summary">Bỏ qua thời gian chờ do MIUI khi kích hoạt Gỡ lỗi USB, nguồn gốc không xác định và trợ năng</string>
|
||||||
<string name="scope_mediaeditor">Gallery Editor</string>
|
<string name="lock_one_hundred_summary">Đặt 100 điểm cho ứng dụng Bảo mật và chặn nút Tối ưu hóa</string>
|
||||||
<string name="home_time_summary">When turned on, the clock will not be hidden on the status bar even if there is a clock widget</string>
|
<string name="unlock_unlimited_cropping_summary">Không nhận giới hạn tối thiểu khi cắt ảnh bởi MIUI</string>
|
||||||
<string name="skip_waiting_time_summary">Ignore the waiting time by MIUI when eanbling USB debugging, unknown sources and accessibility</string>
|
<string name="hide_wifi_activity_icon">Ẩn biểu tượng hoạt động WIFI</string>
|
||||||
<string name="lock_one_hundred_summary">Set the score on Security app to 100 points and block the Optimize button</string>
|
<string name="show_weather_main_switch">Hiện thời tiết - Công tắc chính</string>
|
||||||
<string name="unlock_unlimited_cropping_summary">Ignore the minimum limit on image cropping by MIUI</string>
|
<string name="lock_screen">Màn hình khoá</string>
|
||||||
<string name="hide_wifi_activity_icon">Hide WIFI activity icon</string>
|
<string name="notification_center">Trung tâm Thông báo</string>
|
||||||
<string name="hide_mobile_activity_icon">Hide mobile activity icon</string>
|
<string name="show_city">Hiện thành phố</string>
|
||||||
<string name="hide_mobile_type_icon">Hide mobile type icon</string>
|
<string name="control_center">Trung tâm Điều khiển</string>
|
||||||
<string name="show_weather_main_switch">Show Weather - Main Switch</string>
|
<string name="not_support">Có vẻ bạn đang dùng LSPosed bản cũ hoặc LSPosed chưa được kích hoạt, vui lòng cập nhật hoặc kích hoạt LSPosed rồi thử lại.</string>
|
||||||
<string name="lock_screen">Lock screen</string>
|
<string name="matters_needing_attention_context">Nên khởi động lại điện thoại sau lần kích hoạt hoặc cập nhật đầu tiên\nHầu hết các thay đổi yêu cầu khởi động lại ở góc trên cùng bên phải để có hiệu lực</string>
|
||||||
<string name="notification_center">Notification Center</string>
|
<string name="are_you_sure_reboot">Bạn chắc chắn muốn khởi động lại?</string>
|
||||||
<string name="show_city">Show the city</string>
|
<string name="cancel">Hủy</string>
|
||||||
<string name="lock_max_fps_summary">Support adding drop-down control center quick setting for real-time switching</string>
|
<string name="are_you_sure_reboot_scope">Bạn có muốn khởi động lại tất cả phạm vi?</string>
|
||||||
<string name="control_center">Control Center</string>
|
<string name="hide_battery_charging_icon">Ẩn biểu tượng sạc</string>
|
||||||
<string name="control_center_weather_summary">The Mi Smart Hub version is not currently supported</string>
|
<string name="hide_wifi_standard_icon">Ẩn biểu tượng WIFI tiêu chuẩn</string>
|
||||||
<string name="not_support">You seem to be using an outdated version of LSPosed or LSPosed is not active, please update LSPosed or activate it and try again.</string>
|
<string name="status_bar_time_center">Trung tâm thời gian thanh trạng thái</string>
|
||||||
<string name="matters_needing_attention_context">It is recommended to restart the phone after the first activation or update\nMost of changes require restart in the top right corner to take effect</string>
|
<string name="layout_compatibility_mode">Chế độ tương thích</string>
|
||||||
<string name="are_you_sure_reboot">Are you sure to reboot?</string>
|
<string name="left_margin">Lề trái (0: Tự động)</string>
|
||||||
<string name="cancel">Cancel</string>
|
<string name="right_margin">Lề phải (0: Tự động)</string>
|
||||||
<string name="are_you_sure_reboot_scope">Are you sure to reboot all scope?</string>
|
<string name="updater">Trình cập nhật</string>
|
||||||
<string name="hide_battery_charging_icon">Hide charging icon</string>
|
<string name="remove_ota_validate">*Gỡ xác thực OTA [LAB]</string>
|
||||||
<string name="hide_wifi_standard_icon">Hide WIFI standard icon</string>
|
<string name="settings">Cài đặt</string>
|
||||||
<string name="status_bar_time_center">Status bar time center</string>
|
<string name="show_notification_importance">Hiện thông báo quan trọng</string>
|
||||||
<string name="status_bar_layout_summary">More status bar layouts are under development</string>
|
<string name="remove_ad">Gỡ quảng cáo</string>
|
||||||
<string name="status_bar_layout">Status bar layout</string>
|
<string name="remove_thememanager_ads">Gỡ bỏ quảng cáo cho Trình quản lí chủ đề</string>
|
||||||
<string name="layout_compatibility_mode">Compatibility mode</string>
|
<string name="enable_wave_charge_animation">Bật hoạt ảnh dạng sóng khi sạc</string>
|
||||||
<string name="left_margin">Left margin (0: Auto)</string>
|
<string name="max_wallpaper_scale">Tỉ lệ hình nền tối đa</string>
|
||||||
<string name="right_margin">Right margin (0: Auto)</string>
|
<string name="def">"Mặc định: "</string>
|
||||||
<string name="layout_compatibility_mode_summary">Make the left and right hole screen can be displayed normally</string>
|
<string name="current">Hiện tại:</string>
|
||||||
<string name="remove_macro_blacklist">Remove game macro blacklist</string>
|
<string name="participate_in_translation">Tham gia dịch</string>
|
||||||
<string name="hide_network_speed_splitter">Hide network speed splitter</string>
|
<string name="participate_in_translation_summary">Giúp chúng tôi dịch ứng dụng sang ngôn ngữ của bạn</string>
|
||||||
<string name="updater">Updater</string>
|
<string name="hide_icon">Ẩn biểu tượng</string>
|
||||||
<string name="remove_ota_validate">*Remove OTA validate [LAB]</string>
|
<string name="double_tap_to_sleep">Chạm hai lần để tắt màn hình</string>
|
||||||
<string name="remove_ota_validate_summary">- Only support VAB series use, please do not open other series.\n- No need for internal testing qualification to flash into the full internal testing package.\n- Those who have internal testing permission will not be able to receive internal testing updates, and can be used to block system updates.\n- After cross-version type upgrade, it is recommended to clear data.\n- Unofficial ROM usage is not supported.</string>
|
<string name="home_double_tap_to_sleep_summary">Chạm hai lần vào vùng trống để tắt màn hình</string>
|
||||||
<string name="settings">Settings</string>
|
<string name="qs_custom_rows">Hàng</string>
|
||||||
<string name="show_notification_importance">Show notification importance</string>
|
<string name="qs_custom_columns">Cột</string>
|
||||||
<string name="show_notification_importance_summary">Show notification importance settings which are hidden in MIUI 12 and later versions</string>
|
|
||||||
<string name="remove_ad">Remove ads</string>
|
|
||||||
<string name="remove_thememanager_ads">Remove ads for theme manager</string>
|
|
||||||
<string name="battery_life_function">Battery page shows the current temperature</string>
|
|
||||||
<string name="enable_wave_charge_animation">Enable wave charge animation</string>
|
|
||||||
<string name="max_wallpaper_scale">Max wallpaper scale</string>
|
|
||||||
<string name="def">"Default: "</string>
|
|
||||||
<string name="current">Current:</string>
|
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
<string name="menu">菜单</string>
|
<string name="menu">菜单</string>
|
||||||
<string name="Tips">提示</string>
|
<string name="Tips">提示</string>
|
||||||
<string name="skip_waiting_time">跳过 5/10 秒警告时间</string>
|
<string name="skip_waiting_time">跳过 5/10 秒警告时间</string>
|
||||||
<string name="unlock_unlimited_cropping">解锁无限裁切图片/截图</string>
|
<string name="unlock_unlimited_cropping">移除裁剪图片/屏幕截图的限制</string>
|
||||||
<string name="hide_slave_wifi_icon">隐藏 WIFI辅助 图标</string>
|
<string name="hide_slave_wifi_icon">隐藏 WIFI辅助 图标</string>
|
||||||
<string name="HideLauncherIcon">隐藏桌面图标</string>
|
<string name="HideLauncherIcon">隐藏桌面图标</string>
|
||||||
<string name="hide_battery_percentage_icon">隐藏电量(%)</string>
|
<string name="hide_battery_percentage_icon">隐藏电量(%)</string>
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
<string name="status_bar_time_double_hour">显示时辰</string>
|
<string name="status_bar_time_double_hour">显示时辰</string>
|
||||||
<string name="custom_clock_switch">自定义时钟-总开关</string>
|
<string name="custom_clock_switch">自定义时钟-总开关</string>
|
||||||
<string name="status_bar_time_period">显示时段</string>
|
<string name="status_bar_time_period">显示时段</string>
|
||||||
<string name="status_bar_time_double_line">双行显示</string>
|
<string name="status_bar_time_double_line">双排显示</string>
|
||||||
<string name="status_bar_clock_size">时钟大小(0:不更改)</string>
|
<string name="status_bar_clock_size">时钟大小(0:不更改)</string>
|
||||||
<string name="status_bar_clock_double_line_size">双排大小(0:不更改)</string>
|
<string name="status_bar_clock_double_line_size">双排大小(0:不更改)</string>
|
||||||
<string name="matters_needing_attention">功能无法生效?</string>
|
<string name="matters_needing_attention">功能无法生效?</string>
|
||||||
@@ -152,4 +152,38 @@
|
|||||||
<string name="current">当前值:</string>
|
<string name="current">当前值:</string>
|
||||||
<string name="participate_in_translation">参与翻译</string>
|
<string name="participate_in_translation">参与翻译</string>
|
||||||
<string name="participate_in_translation_summary">帮助我们将应用翻译成您的语言</string>
|
<string name="participate_in_translation_summary">帮助我们将应用翻译成您的语言</string>
|
||||||
|
<string name="lock_screen_charging_current">充电时显示当前电流</string>
|
||||||
|
<string name="current_current">当前电流</string>
|
||||||
|
<string name="remove_open_app_confirmation_popup">移除打开应用弹窗</string>
|
||||||
|
<string name="remove_open_app_confirmation_popup_summary">移除 \"XXX 想要打开 XXX\" 的弹窗</string>
|
||||||
|
<string name="hide_volume_icon">隐藏 音量 图标</string>
|
||||||
|
<string name="hide_zen_icon">隐藏 勿扰 图标</string>
|
||||||
|
<string name="hide_icon">隐藏图标</string>
|
||||||
|
<string name="double_tap_to_sleep">双击锁定屏幕</string>
|
||||||
|
<string name="home_double_tap_to_sleep_summary">双击空白位置锁屏</string>
|
||||||
|
<string name="old_quick_settings_panel">旧版快速设置面板</string>
|
||||||
|
<string name="old_qs_custom_switch">自定义行列数</string>
|
||||||
|
<string name="qs_custom_columns_unexpanded">列 (未展开)</string>
|
||||||
|
<string name="qs_custom_rows">行</string>
|
||||||
|
<string name="qs_custom_columns">列</string>
|
||||||
|
<string name="qs_custom_rows_horizontal">行 (横向)</string>
|
||||||
|
<string name="status_bar_dual_row_network_speed">双排网络速度</string>
|
||||||
|
<string name="status_bar_dual_row_network_speed_summary">上下行网络速度显示</string>
|
||||||
|
<string name="status_bar_network_speed">状态栏网络速度</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_size">双排大小(0:不更改)</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_icon">双排图标</string>
|
||||||
|
<string name="none">无</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_gravity">双排对齐</string>
|
||||||
|
<string name="left">左边</string>
|
||||||
|
<string name="right">右边</string>
|
||||||
|
<string name="big_mobile_type_icon">大移动类型图标</string>
|
||||||
|
<string name="can_notification_slide">强制允许全部通知可使用小窗</string>
|
||||||
|
<string name="battery_percentage_font_size">电池百分比字体大小</string>
|
||||||
|
<string name="zero_do_no_change">0: 不更改</string>
|
||||||
|
<string name="big_mobile_type_icon_size">大移动类型图标大小</string>
|
||||||
|
<string name="big_mobile_type_icon_bold">大移动类型图标加粗</string>
|
||||||
|
<string name="big_mobile_type_icon_up_and_down_position">大移动类型图标上下位置</string>
|
||||||
|
<string name="input_error">输入错误</string>
|
||||||
|
<string name="range">范围:</string>
|
||||||
|
<string name="big_mobile_type_icon_left_and_right_margins">大移动类型图标左右边距</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
<string name="menu">菜單</string>
|
<string name="menu">菜單</string>
|
||||||
<string name="Tips">提示</string>
|
<string name="Tips">提示</string>
|
||||||
<string name="skip_waiting_time">跳過 5/10 秒警告時間</string>
|
<string name="skip_waiting_time">跳過 5/10 秒警告時間</string>
|
||||||
<string name="unlock_unlimited_cropping">解鎖無限裁切圖片/截圖</string>
|
<string name="unlock_unlimited_cropping">移除裁剪圖片/螢幕截圖的限制</string>
|
||||||
<string name="hide_slave_wifi_icon">隱藏 WIFI輔助 圖標</string>
|
<string name="hide_slave_wifi_icon">隱藏 WIFI輔助 圖標</string>
|
||||||
<string name="HideLauncherIcon">隱藏桌面圖標</string>
|
<string name="HideLauncherIcon">隱藏桌面圖標</string>
|
||||||
<string name="hide_battery_percentage_icon">隱藏電量(%)</string>
|
<string name="hide_battery_percentage_icon">隱藏電量(%)</string>
|
||||||
@@ -152,4 +152,12 @@
|
|||||||
<string name="current">當前值:</string>
|
<string name="current">當前值:</string>
|
||||||
<string name="participate_in_translation">參與翻譯</string>
|
<string name="participate_in_translation">參與翻譯</string>
|
||||||
<string name="participate_in_translation_summary">幫助我們將這個APP翻譯成您的語言</string>
|
<string name="participate_in_translation_summary">幫助我們將這個APP翻譯成您的語言</string>
|
||||||
|
<string name="lock_screen_charging_current">充電時顯示當前電流</string>
|
||||||
|
<string name="current_current">當前電流</string>
|
||||||
|
<string name="remove_open_app_confirmation_popup">移除打開應用彈窗</string>
|
||||||
|
<string name="remove_open_app_confirmation_popup_summary">移除 \"XXX 想要打開 XXX\" 的彈窗 。</string>
|
||||||
|
<string name="hide_volume_icon">隱藏 音量 圖標</string>
|
||||||
|
<string name="hide_zen_icon">隱藏 勿擾 圖標</string>
|
||||||
|
<string name="hide_icon">隱藏圖標</string>
|
||||||
|
<string name="double_tap_to_sleep">雙擊鎖定螢幕</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="performance">性能</string>
|
<string name="performance">表現</string>
|
||||||
<string name="lock_max_fps">鎖定當前刷新率上限</string>
|
<string name="lock_max_fps">鎖定螢幕更新率上限</string>
|
||||||
<string name="ui">界面</string>
|
<string name="ui">介面</string>
|
||||||
<string name="delete_on_post_notification">移除上層顯示通知</string>
|
<string name="delete_on_post_notification">移除上層顯示通知</string>
|
||||||
<string name="delete_on_post_notification_summary">移除 \"此應用正顯示在螢幕上其他應用的上層\" 通知</string>
|
<string name="delete_on_post_notification_summary">移除 \"此應用正顯示在螢幕上其他應用的上層\" 通知</string>
|
||||||
<string name="other">其他</string>
|
<string name="other">其他</string>
|
||||||
<string name="disable_flag_secure">允許截圖</string>
|
<string name="disable_flag_secure">允許截圖</string>
|
||||||
<string name="disable_flag_secure_summary">開啟後允許在不允許截圖的軟體中截圖\n支持添加下拉控制中心快速開關,保障安全</string>
|
<string name="disable_flag_secure_summary">開啟後允許在不允許截圖的軟體中截圖\n支援添加下拉控制中心快速開關,保障安全</string>
|
||||||
<string name="home">桌面</string>
|
<string name="home">桌面</string>
|
||||||
<string name="home_time">始終顯示桌面時鐘</string>
|
<string name="home_time">始終顯示桌面時鐘</string>
|
||||||
<string name="reboot_host">重啟全部作用域</string>
|
<string name="reboot_host">重啟全部作用域</string>
|
||||||
@@ -40,15 +40,15 @@
|
|||||||
<string name="xposeddescription">基於 MIUI13(Android 12) 適配的自訂工具</string>
|
<string name="xposeddescription">基於 MIUI13(Android 12) 適配的自訂工具</string>
|
||||||
<string name="statusbar">狀態欄</string>
|
<string name="statusbar">狀態欄</string>
|
||||||
<string name="status_bar_time_seconds">顯示秒數</string>
|
<string name="status_bar_time_seconds">顯示秒數</string>
|
||||||
<string name="status_bar_network_speed_refresh_speed">網速秒刷新</string>
|
<string name="status_bar_network_speed_refresh_speed">每秒更新即時網速</string>
|
||||||
<string name="remove_the_maximum_number_of_notification_icons">解除通知圖示個數上限</string>
|
<string name="remove_the_maximum_number_of_notification_icons">解除通知圖示數量上限</string>
|
||||||
<string name="main_switch">模組總開關</string>
|
<string name="main_switch">模組總開關</string>
|
||||||
<string name="hide_gps_icon">隱藏 GPS 圖示</string>
|
<string name="hide_gps_icon">隱藏 GPS 圖示</string>
|
||||||
<string name="hide_status_bar_network_speed_second">隱藏網速(/s)單位</string>
|
<string name="hide_status_bar_network_speed_second">隱藏網速(/s)單位</string>
|
||||||
<string name="menu">菜單</string>
|
<string name="menu">選單</string>
|
||||||
<string name="Tips">提示</string>
|
<string name="Tips">提示</string>
|
||||||
<string name="skip_waiting_time">跳過 5/10 秒警告時間</string>
|
<string name="skip_waiting_time">跳過 5/10 秒警告時間</string>
|
||||||
<string name="unlock_unlimited_cropping">解鎖無限裁切圖片/截圖</string>
|
<string name="unlock_unlimited_cropping">移除裁剪圖片/螢幕截圖的限制</string>
|
||||||
<string name="hide_slave_wifi_icon">隱藏 WIFI輔助 圖示</string>
|
<string name="hide_slave_wifi_icon">隱藏 WIFI輔助 圖示</string>
|
||||||
<string name="HideLauncherIcon">隱藏桌面圖示</string>
|
<string name="HideLauncherIcon">隱藏桌面圖示</string>
|
||||||
<string name="hide_battery_percentage_icon">隱藏電量(%)</string>
|
<string name="hide_battery_percentage_icon">隱藏電量(%)</string>
|
||||||
@@ -90,37 +90,37 @@
|
|||||||
<string name="remove_small_window_restrictions_summary">忽略系統黑名單與軟體禁止小窗</string>
|
<string name="remove_small_window_restrictions_summary">忽略系統黑名單與軟體禁止小窗</string>
|
||||||
<string name="remove_the_left_side_of_the_lock_screen">移除鎖定螢幕負一屏功能</string>
|
<string name="remove_the_left_side_of_the_lock_screen">移除鎖定螢幕負一屏功能</string>
|
||||||
<string name="remove_lock_screen_camera">移除鎖定螢幕相機功能</string>
|
<string name="remove_lock_screen_camera">移除鎖定螢幕相機功能</string>
|
||||||
<string name="only_official_default_themes_are_supported">僅支持官方默認主題</string>
|
<string name="only_official_default_themes_are_supported">僅支援官方預設主題</string>
|
||||||
<string name="lock_one_hundred">手機管家鎖定100分</string>
|
<string name="lock_one_hundred">手機管家鎖定100分</string>
|
||||||
<string name="scope">作用域</string>
|
<string name="scope">作用域</string>
|
||||||
<string name="scope_android">系統框架</string>
|
<string name="scope_android">系統框架</string>
|
||||||
<string name="scope_systemui">系統界面</string>
|
<string name="scope_systemui">系統介面</string>
|
||||||
<string name="scope_miuihome">系統桌面</string>
|
<string name="scope_miuihome">系統桌面</string>
|
||||||
<string name="scope_other">其他</string>
|
<string name="scope_other">其他</string>
|
||||||
<string name="status_bar_network_speed_refresh_speed_summary">將狀態欄網速組件的刷新頻率改成1s</string>
|
<string name="status_bar_network_speed_refresh_speed_summary">將狀態欄網速組件的更新頻率改成1s</string>
|
||||||
<string name="hide_battery_percentage_icon_summary">需自行開啟電池百分比外顯功能</string>
|
<string name="hide_battery_percentage_icon_summary">需自行開啟電池百分比外顯功能</string>
|
||||||
<string name="hide_status_bar_network_speed_second_summary">隱藏狀態欄網速組件的(/s)單位</string>
|
<string name="hide_status_bar_network_speed_second_summary">隱藏狀態欄網速組件的(/s)單位</string>
|
||||||
<string name="remove_the_maximum_number_of_notification_icons_summary">解除狀態欄最多只能顯示3個通知的限制</string>
|
<string name="remove_the_maximum_number_of_notification_icons_summary">解除狀態欄最多只能顯示3個通知的限制</string>
|
||||||
<string name="scope_systemui_summary">自訂系統界面、狀態欄、鎖定螢幕等</string>
|
<string name="scope_systemui_summary">自訂系統介面、狀態欄、鎖定螢幕等</string>
|
||||||
<string name="scope_android_summary">首次啟動模組 或 模組更新後,\n此處的功能需重啟系統後才能生效</string>
|
<string name="scope_android_summary">首次啟動模組 或 模組更新後,\n此處的功能需重啟系統後才能生效</string>
|
||||||
<string name="scope_other_summary">手機管家、相冊編輯、電量與性能等</string>
|
<string name="scope_other_summary">手機管家、相簿編輯、電量與性能等</string>
|
||||||
<string name="scope_powerkeeper">電量與性能</string>
|
<string name="scope_powerkeeper">電量與性能</string>
|
||||||
<string name="scope_securitycenter">手機管家</string>
|
<string name="scope_securitycenter">手機管家</string>
|
||||||
<string name="scope_mediaeditor">相冊編輯</string>
|
<string name="scope_mediaeditor">相簿編輯</string>
|
||||||
<string name="home_time_summary">開啟後即使存在時鐘小組件,\n也不會對狀態欄隱藏時鐘</string>
|
<string name="home_time_summary">開啟後即使存在時鐘小組件,\n也不會對狀態欄隱藏時鐘</string>
|
||||||
<string name="skip_waiting_time_summary">開啟後可忽略MIUI在開啟USB除錯、\n未知來源、無障礙時的凍結時間</string>
|
<string name="skip_waiting_time_summary">開啟後可忽略MIUI在開啟USB偵錯、\n未知應用來源、無障礙時的凍結時間</string>
|
||||||
<string name="lock_one_hundred_summary">鎖定手機管家100分並屏蔽修復按鈕</string>
|
<string name="lock_one_hundred_summary">鎖定手機管家100分並隱藏修復按鈕</string>
|
||||||
<string name="unlock_unlimited_cropping_summary">無視MIUI對圖片裁切的最小限制</string>
|
<string name="unlock_unlimited_cropping_summary">無視MIUI對圖片裁切的最小限制</string>
|
||||||
<string name="hide_wifi_activity_icon">隱藏 WIFI箭頭 圖示</string>
|
<string name="hide_wifi_activity_icon">隱藏 WIFI箭頭 圖示</string>
|
||||||
<string name="hide_mobile_activity_icon">隱藏 移動箭頭 圖示</string>
|
<string name="hide_mobile_activity_icon">隱藏 移動網路箭頭 圖示</string>
|
||||||
<string name="hide_mobile_type_icon">隱藏 移動類型 圖示</string>
|
<string name="hide_mobile_type_icon">隱藏 行動網路類型 圖示</string>
|
||||||
<string name="show_weather_main_switch">顯示天氣-總開關</string>
|
<string name="show_weather_main_switch">顯示天氣-總開關</string>
|
||||||
<string name="lock_screen">鎖定螢幕</string>
|
<string name="lock_screen">鎖定螢幕</string>
|
||||||
<string name="notification_center">通知中心</string>
|
<string name="notification_center">通知中心</string>
|
||||||
<string name="show_city">顯示城市</string>
|
<string name="show_city">顯示城市</string>
|
||||||
<string name="lock_max_fps_summary">支持添加下拉控制中心快速開關,即時切換</string>
|
<string name="lock_max_fps_summary">支援添加下拉控制中心快速開關,即時切換</string>
|
||||||
<string name="control_center">控制中心</string>
|
<string name="control_center">控制中心</string>
|
||||||
<string name="control_center_weather_summary">暫不支持妙享版控制中心</string>
|
<string name="control_center_weather_summary">暫不支援妙享版控制中心</string>
|
||||||
<string name="not_support">您似乎正在使用過時的 LSPosed 版本或 LSPosed 未啟動,請更新 LSPosed 或者啟動後再試。</string>
|
<string name="not_support">您似乎正在使用過時的 LSPosed 版本或 LSPosed 未啟動,請更新 LSPosed 或者啟動後再試。</string>
|
||||||
<string name="matters_needing_attention_context">首次啟動或更新後建議重啟手機\n絕大部分功能更改後需要在右上角重啟作用域後生效</string>
|
<string name="matters_needing_attention_context">首次啟動或更新後建議重啟手機\n絕大部分功能更改後需要在右上角重啟作用域後生效</string>
|
||||||
<string name="are_you_sure_reboot">確定重啟系統?</string>
|
<string name="are_you_sure_reboot">確定重啟系統?</string>
|
||||||
@@ -139,17 +139,51 @@
|
|||||||
<string name="hide_network_speed_splitter">隱藏網速分隔符</string>
|
<string name="hide_network_speed_splitter">隱藏網速分隔符</string>
|
||||||
<string name="updater">系統更新</string>
|
<string name="updater">系統更新</string>
|
||||||
<string name="remove_ota_validate">*移除OTA驗證 [實驗性]</string>
|
<string name="remove_ota_validate">*移除OTA驗證 [實驗性]</string>
|
||||||
<string name="remove_ota_validate_summary">- 僅支持VAB系列使用,其餘系列請不要開啟。\n- 無需內測試資格即可刷入完整內測包。\n- 擁有內測權限的用戶將無法接收內測更新\n可用於屏蔽系統更新。\n- 跨版本類型升級後,建議清空數據。\n- 不支持非官方ROM使用。</string>
|
<string name="remove_ota_validate_summary">- 僅支援VAB系列使用,其餘系列請不要開啟。\n- 無需內測資格即可刷入完整內測包。\n- 擁有內測權限的使用者將無法接收內測更新\n可用於隱藏系統更新。\n- 跨版本類型升級後,建議清空數據。\n- 不支援非官方ROM使用。</string>
|
||||||
<string name="settings">設定</string>
|
<string name="settings">設定</string>
|
||||||
<string name="show_notification_importance">顯示通知重要程度</string>
|
<string name="show_notification_importance">顯示通知重要程度</string>
|
||||||
<string name="show_notification_importance_summary">顯示 MIUI 12 及之後版本被隱藏的通知重要程度設定</string>
|
<string name="show_notification_importance_summary">顯示 MIUI 12 及之後版本被隱藏的通知重要程度設定</string>
|
||||||
<string name="remove_ad">去廣告</string>
|
<string name="remove_ad">去廣告</string>
|
||||||
<string name="remove_thememanager_ads">拿掉主題壁紙的廣告</string>
|
<string name="remove_thememanager_ads">拿掉主題壁紙的廣告</string>
|
||||||
<string name="battery_life_function">電池頁面展示當前溫度</string>
|
<string name="battery_life_function">電池頁面展示目前溫度</string>
|
||||||
<string name="enable_wave_charge_animation">啟用Alpha充電動畫</string>
|
<string name="enable_wave_charge_animation">啟用MIX Alpha充電動畫</string>
|
||||||
<string name="max_wallpaper_scale">壁紙縮放比例</string>
|
<string name="max_wallpaper_scale">桌布縮放比例</string>
|
||||||
<string name="def">"默認值:"</string>
|
<string name="def">"預設值: "</string>
|
||||||
<string name="current">當前值:</string>
|
<string name="current">目前值:</string>
|
||||||
<string name="participate_in_translation">參與評估</string>
|
<string name="participate_in_translation">參與翻譯</string>
|
||||||
<string name="participate_in_translation_summary">幫助我們將這個APP翻譯成您的語言</string>
|
<string name="participate_in_translation_summary">幫助我們將這個APP翻譯成您的語言</string>
|
||||||
|
<string name="lock_screen_charging_current">充電時顯示目前電流</string>
|
||||||
|
<string name="current_current">目前電流</string>
|
||||||
|
<string name="remove_open_app_confirmation_popup">移除打開應用彈出視窗</string>
|
||||||
|
<string name="remove_open_app_confirmation_popup_summary">移除 \"XXX 想要打開 XXX\" 的彈出視窗 。</string>
|
||||||
|
<string name="hide_volume_icon">隱藏 音量 圖示</string>
|
||||||
|
<string name="hide_zen_icon">隱藏 勿擾 圖示</string>
|
||||||
|
<string name="hide_icon">隱藏圖示</string>
|
||||||
|
<string name="double_tap_to_sleep">雙擊鎖定螢幕</string>
|
||||||
|
<string name="home_double_tap_to_sleep_summary">雙擊空白位置鎖定螢幕</string>
|
||||||
|
<string name="old_quick_settings_panel">舊快速設定面板</string>
|
||||||
|
<string name="old_qs_custom_switch">自定義行與列</string>
|
||||||
|
<string name="qs_custom_columns_unexpanded">列 (未展開)</string>
|
||||||
|
<string name="qs_custom_rows">行</string>
|
||||||
|
<string name="qs_custom_columns">列</string>
|
||||||
|
<string name="qs_custom_rows_horizontal">行 (橫向)</string>
|
||||||
|
<string name="status_bar_dual_row_network_speed">雙行網路速度</string>
|
||||||
|
<string name="status_bar_dual_row_network_speed_summary">上下行網路速度顯示</string>
|
||||||
|
<string name="status_bar_network_speed">狀態欄網路速度</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_size">雙排大小(0:不更改)</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_icon">雙行圖示</string>
|
||||||
|
<string name="none">無</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_gravity">雙行網速對齊</string>
|
||||||
|
<string name="left">置左</string>
|
||||||
|
<string name="right">置右</string>
|
||||||
|
<string name="big_mobile_type_icon">大行動網路圖示</string>
|
||||||
|
<string name="can_notification_slide">強制允許全部通知可使用小窗</string>
|
||||||
|
<string name="battery_percentage_font_size">電量百分比字體大小</string>
|
||||||
|
<string name="zero_do_no_change">0:不修改</string>
|
||||||
|
<string name="big_mobile_type_icon_size">大行動網路圖示大小</string>
|
||||||
|
<string name="big_mobile_type_icon_bold">大行動網路圖示加粗</string>
|
||||||
|
<string name="big_mobile_type_icon_up_and_down_position">大行動網路圖示上下位置</string>
|
||||||
|
<string name="input_error">輸入錯誤</string>
|
||||||
|
<string name="range">範圍:</string>
|
||||||
|
<string name="big_mobile_type_icon_left_and_right_margins">大行動網路圖示左右邊距</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -10,5 +10,6 @@
|
|||||||
<item>com.android.updater</item>
|
<item>com.android.updater</item>
|
||||||
<item>com.android.settings</item>
|
<item>com.android.settings</item>
|
||||||
<item>com.android.thememanager</item>
|
<item>com.android.thememanager</item>
|
||||||
|
<item>com.miui.screenshot</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
</resources>
|
</resources>
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
<string name="hide_alarm_icon">Hide Alarm icon</string>
|
||||||
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
<string name="hide_hotspot_icon">Hide Portable hotspot icon</string>
|
||||||
<string name="hide_headset_icon">Hide Headset icon</string>
|
<string name="hide_headset_icon">Hide Headset icon</string>
|
||||||
<string name="hide_bluetooth_battery_icon">hide Bluetooth battery icon</string>
|
<string name="hide_bluetooth_battery_icon">Hide Bluetooth battery icon</string>
|
||||||
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
<string name="hide_big_hd_icon">Hide big HD icon</string>
|
||||||
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
<string name="hide_small_hd_icon">Hide small HD icon</string>
|
||||||
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
<string name="hide_hd_no_service_icon">Hide HD No Service icon</string>
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
<string name="menu">Menu</string>
|
<string name="menu">Menu</string>
|
||||||
<string name="Tips">Tips</string>
|
<string name="Tips">Tips</string>
|
||||||
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
<string name="skip_waiting_time">Skip 5/10 second warning time</string>
|
||||||
<string name="unlock_unlimited_cropping">Unlock unlimited cropping pictures/screenshots</string>
|
<string name="unlock_unlimited_cropping">Remove restriction on cropping pictures/screenshots</string>
|
||||||
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
<string name="hide_slave_wifi_icon">Hide WIFI secondary icon</string>
|
||||||
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
<string name="HideLauncherIcon">Hide Launcher icon</string>
|
||||||
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
<string name="hide_battery_percentage_icon">Hide battery (%)</string>
|
||||||
@@ -156,4 +156,38 @@
|
|||||||
<string name="current">Current:</string>
|
<string name="current">Current:</string>
|
||||||
<string name="participate_in_translation">Participate in translation</string>
|
<string name="participate_in_translation">Participate in translation</string>
|
||||||
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
<string name="participate_in_translation_summary">Help us translate the app into your language</string>
|
||||||
|
<string name="lock_screen_charging_current">Display current information during charging</string>
|
||||||
|
<string name="current_current">Current</string>
|
||||||
|
<string name="remove_open_app_confirmation_popup">remove open app popup</string>
|
||||||
|
<string name="remove_open_app_confirmation_popup_summary">remove \"Allow XXX to open XXX\" Chain start popup</string>
|
||||||
|
<string name="hide_volume_icon">Hide Volume icon</string>
|
||||||
|
<string name="hide_zen_icon">Hide ZEN icon</string>
|
||||||
|
<string name="hide_icon">Hide Icon</string>
|
||||||
|
<string name="double_tap_to_sleep">Double tap to sleep</string>
|
||||||
|
<string name="home_double_tap_to_sleep_summary">Double-tap the blank space to sleep</string>
|
||||||
|
<string name="old_quick_settings_panel">Old quick settings panel</string>
|
||||||
|
<string name="old_qs_custom_switch">Custom rows and columns</string>
|
||||||
|
<string name="qs_custom_columns_unexpanded">Columns (Unexpanded)</string>
|
||||||
|
<string name="qs_custom_rows">Rows</string>
|
||||||
|
<string name="qs_custom_columns">Columns</string>
|
||||||
|
<string name="qs_custom_rows_horizontal">Rows (horizontal)</string>
|
||||||
|
<string name="status_bar_dual_row_network_speed">Dual row network speed</string>
|
||||||
|
<string name="status_bar_dual_row_network_speed_summary">Up and down network speed display</string>
|
||||||
|
<string name="status_bar_network_speed">Status bar network speed</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_size">Dual row size (0: do not change)</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_icon">Dual row icon</string>
|
||||||
|
<string name="none">None</string>
|
||||||
|
<string name="status_bar_network_speed_dual_row_gravity">Dual row align</string>
|
||||||
|
<string name="left">Left</string>
|
||||||
|
<string name="right">Right</string>
|
||||||
|
<string name="big_mobile_type_icon">Big Mobile Type Icon</string>
|
||||||
|
<string name="can_notification_slide">Make all notification can be slide to small window</string>
|
||||||
|
<string name="battery_percentage_font_size">Battery percentage font size</string>
|
||||||
|
<string name="zero_do_no_change">0: do not change</string>
|
||||||
|
<string name="big_mobile_type_icon_size">Big mobile type icon size</string>
|
||||||
|
<string name="big_mobile_type_icon_bold">Big mobile type icon bold</string>
|
||||||
|
<string name="big_mobile_type_icon_up_and_down_position">Big mobile type icon up and down position</string>
|
||||||
|
<string name="input_error">Input error</string>
|
||||||
|
<string name="range">Range: </string>
|
||||||
|
<string name="big_mobile_type_icon_left_and_right_margins">Big mobile type icon left and right margins</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Submodule blockmiui updated: ccbbe65867...8953bd35e2
Reference in New Issue
Block a user