From 81f15ef1200f3cf657b8497135b1d2858df1ee2c Mon Sep 17 00:00:00 2001 From: igor <134963561+igormiguell@users.noreply.github.com> Date: Sun, 18 Feb 2024 00:40:48 -0300 Subject: [PATCH] Translate templates into Brazilian Portuguese (#1362) Co-authored-by: weishu --- website/docs/public/templates/adb | 4 ++++ website/docs/public/templates/cemiuiler.readproc | 6 +++++- website/docs/public/templates/incompetent.root | 14 +++++++++----- website/docs/public/templates/kernelmanager.root | 4 ++++ website/docs/public/templates/rootexploler.root | 4 ++++ website/docs/public/templates/shizuku.root | 4 ++++ website/docs/public/templates/system | 14 +++++++++----- 7 files changed, 39 insertions(+), 11 deletions(-) diff --git a/website/docs/public/templates/adb b/website/docs/public/templates/adb index cfca3803..d73ff79c 100644 --- a/website/docs/public/templates/adb +++ b/website/docs/public/templates/adb @@ -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." } } } diff --git a/website/docs/public/templates/cemiuiler.readproc b/website/docs/public/templates/cemiuiler.readproc index 8bf99ee7..b7bddf9c 100644 --- a/website/docs/public/templates/cemiuiler.readproc +++ b/website/docs/public/templates/cemiuiler.readproc @@ -13,7 +13,7 @@ "CAP_KILL" ], "context":"u:r:su:s0", - "rules":"", + "rules":"", "locales": { "zh_CN": { "name":"西米露Cemiuiler", @@ -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." } } } diff --git a/website/docs/public/templates/incompetent.root b/website/docs/public/templates/incompetent.root index 78e782cb..691d1f31 100644 --- a/website/docs/public/templates/incompetent.root +++ b/website/docs/public/templates/incompetent.root @@ -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." } } } diff --git a/website/docs/public/templates/kernelmanager.root b/website/docs/public/templates/kernelmanager.root index d79d4ea5..8e633707 100644 --- a/website/docs/public/templates/kernelmanager.root +++ b/website/docs/public/templates/kernelmanager.root @@ -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." } } } diff --git a/website/docs/public/templates/rootexploler.root b/website/docs/public/templates/rootexploler.root index cad7ab57..043b33ee 100644 --- a/website/docs/public/templates/rootexploler.root +++ b/website/docs/public/templates/rootexploler.root @@ -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." } } } diff --git a/website/docs/public/templates/shizuku.root b/website/docs/public/templates/shizuku.root index ef1ced10..b407c55e 100644 --- a/website/docs/public/templates/shizuku.root +++ b/website/docs/public/templates/shizuku.root @@ -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." } } } diff --git a/website/docs/public/templates/system b/website/docs/public/templates/system index cb347e86..c66aed29 100644 --- a/website/docs/public/templates/system +++ b/website/docs/public/templates/system @@ -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." } } }