Skip to content

Commit

Permalink
Translate templates into Brazilian Portuguese (#1362)
Browse files Browse the repository at this point in the history
Co-authored-by: weishu <twsxtd@gmail.com>
  • Loading branch information
igormiguell and tiann authored Feb 18, 2024
1 parent 20c19d7 commit 81f15ef
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 11 deletions.
4 changes: 4 additions & 0 deletions website/docs/public/templates/adb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
"tr": {
"name": "Adb",
"description": "ADB ayrıcalığını kullanan çoğu uygulama için gereken minimum kurallar."
},
"pt_BR": {
"name": "Adb",
"description": "Regras mínimas exigidas pela maioria dos apps que usam privilégio ADB."
}
}
}
6 changes: 5 additions & 1 deletion website/docs/public/templates/cemiuiler.readproc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"CAP_KILL"
],
"context":"u:r:su:s0",
"rules":"",
"rules":"",
"locales": {
"zh_CN": {
"name":"西米露Cemiuiler",
Expand All @@ -22,6 +22,10 @@
"tr": {
"name":"Cemiuiler",
"description":"Cemiuiler uygulamasına düzgün çalışması için minimum izinleri verin."
},
"pt_BR": {
"name":"Cemiuiler",
"description":"Conceda ao Cemiuiler as permissões mínimas para funcionar corretamente para reiniciar o app."
}
}
}
14 changes: 9 additions & 5 deletions website/docs/public/templates/incompetent.root
Original file line number Diff line number Diff line change
@@ -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":[
Expand All @@ -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."
}
}
}
4 changes: 4 additions & 0 deletions website/docs/public/templates/kernelmanager.root
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
"tr": {
"name": "Kernel Yöneticisi",
"description":"FKM ve SmartPack gibi Kernel Yöneticilerinde yaygın olarak kullanılır."
},
"pt_BR": {
"name": "Gerenciador de Kernel",
"description":"Comumente usado em gerenciadores de Kernel como FKM e SmartPack."
}
}
}
4 changes: 4 additions & 0 deletions website/docs/public/templates/rootexploler.root
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"tr": {
"name": "Root Dosya Tarayıcı",
"description":"Root özelliklerine sahip dosya yöneticisi."
},
"pt_BR": {
"name": "Explorador Root",
"description":"Gerenciador de arquivos com recursos root."
}
}
}
4 changes: 4 additions & 0 deletions website/docs/public/templates/shizuku.root
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"tr": {
"name": "Shizuku",
"description":"Shizuku servisini başlatmak için yalnızca gerekli izinler."
},
"pt_BR": {
"name": "Shizuku",
"description":"Apenas permissões essenciais para iniciar o serviço Shizuku."
}
}
}
14 changes: 9 additions & 5 deletions website/docs/public/templates/system
Original file line number Diff line number Diff line change
@@ -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":[
Expand All @@ -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."
}
}
}

0 comments on commit 81f15ef

Please sign in to comment.