Files
SukiSU-Ultra/website/docs/public/templates/system
2024-02-17 11:24:39 +08:00

22 lines
585 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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 系统运行的权限级别,但没有任何权能"
},
"tr": {
"name": "sistem",
"description": "Android sisteminin herhangi bir yetenek olmadan çalıştığı izin düzeyi"
}
}
}