Translate templates into Brazilian Portuguese (#1362)

Co-authored-by: weishu <twsxtd@gmail.com>
This commit is contained in:
igor
2024-02-18 00:40:48 -03:00
committed by GitHub
parent 20c19d7126
commit 81f15ef120
7 changed files with 39 additions and 11 deletions

View File

@@ -1,8 +1,8 @@
{
"id":"system",
"author":"kernelsu.org",
"name":"system ",
"description":"The permission level at which the Android system runs without any capability",
"name":"System",
"description":"The permission level at which the Android system runs without any capability.",
"uid":1000,
"gid":1000,
"groups":[
@@ -11,11 +11,15 @@
"locales": {
"zh_CN": {
"name": "Android 系统",
"description": "Android 系统运行的权限级别,但没有任何权能"
"description": "Android 系统运行的权限级别,但没有任何权能"
},
"tr": {
"name": "sistem",
"description": "Android sisteminin herhangi bir yetenek olmadan çalıştığı izin düzeyi"
"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."
}
}
}