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":"incompetent.root",
"name":"incompetent root",
"name":"Incompetent root",
"author":"kernelsu.org",
"description":"A incompetent root user without any capability",
"description":"A incompetent root user without any capability.",
"uid":0,
"gid":0,
"groups":[
@@ -11,11 +11,15 @@
"locales": {
"zh_CN": {
"name": "无能的 Root",
"description": "无任何权能的 root 用户"
"description": "无任何权能的 root 用户"
},
"tr": {
"name": "yetersiz root",
"description": "Herhangi bir özelliği olmayan yetersiz bir root kullanıcısı"
"name": "Yetersiz root",
"description": "Herhangi bir özelliği olmayan yetersiz bir root kullanıcısı."
},
"pt_BR": {
"name": "Root incompetente",
"description": "Um usuário root incompetente sem qualquer capacidade."
}
}
}