You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
63862895ac
Signed-off-by: sus <54392299+jeffpeng3@users.noreply.github.com>
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
{
|
|
"id":"system",
|
|
"author":"kernelsu.org",
|
|
"name":"System",
|
|
"description":"The permission level at which the Android system runs without any capability.",
|
|
"uid":1000,
|
|
"gid":1000,
|
|
"groups":[
|
|
"SYSTEM"
|
|
],
|
|
"locales": {
|
|
"zh_CN": {
|
|
"name": "Android 系统",
|
|
"description": "Android 系统运行的权限级别,但没有任何权能。"
|
|
},
|
|
"zh_TW": {
|
|
"name": "Android 系統",
|
|
"description": "Android 系統運作的權限級別,但沒有任何權能"
|
|
},
|
|
"tr": {
|
|
"name": "Sistem",
|
|
"description": "Android sisteminin herhangi bir yetenek olmadan çalıştığı izin düzeyi."
|
|
},
|
|
"pt_BR": {
|
|
"name": "Sistema",
|
|
"description": "O nível de permissão no qual o sistema Android é executado sem qualquer capacidade."
|
|
},
|
|
"ja": {
|
|
"name": "System",
|
|
"description": "Android システムが実行される許可レベルですが、機能はありません。"
|
|
}
|
|
}
|
|
}
|