Translate templates into Brazilian Portuguese (#1362)
Co-authored-by: weishu <twsxtd@gmail.com>
This commit is contained in:
@@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user