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

@@ -16,6 +16,10 @@
"tr": { "tr": {
"name": "Adb", "name": "Adb",
"description": "ADB ayrıcalığını kullanan çoğu uygulama için gereken minimum kurallar." "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."
} }
} }
} }

View File

@@ -22,6 +22,10 @@
"tr": { "tr": {
"name":"Cemiuiler", "name":"Cemiuiler",
"description":"Cemiuiler uygulamasına düzgün çalışması için minimum izinleri verin." "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."
} }
} }
} }

View File

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

View File

@@ -28,6 +28,10 @@
"tr": { "tr": {
"name": "Kernel Yöneticisi", "name": "Kernel Yöneticisi",
"description":"FKM ve SmartPack gibi Kernel Yöneticilerinde yaygın olarak kullanılır." "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."
} }
} }
} }

View File

@@ -23,6 +23,10 @@
"tr": { "tr": {
"name": "Root Dosya Tarayıcı", "name": "Root Dosya Tarayıcı",
"description":"Root özelliklerine sahip dosya yöneticisi." "description":"Root özelliklerine sahip dosya yöneticisi."
},
"pt_BR": {
"name": "Explorador Root",
"description":"Gerenciador de arquivos com recursos root."
} }
} }
} }

View File

@@ -21,6 +21,10 @@
"tr": { "tr": {
"name": "Shizuku", "name": "Shizuku",
"description":"Shizuku servisini başlatmak için yalnızca gerekli izinler." "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."
} }
} }
} }

View File

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