Skip to content

Commit

Permalink
Merge pull request #23 from LeandroIssa/master
Browse files Browse the repository at this point in the history
Add Brazilian Portuguese Translation
  • Loading branch information
koying authored Mar 19, 2023
2 parents f7ba03a + eea6f13 commit db8e5e7
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions custom_components/openrgb/translations/pt-BR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"config": {
"abort": {
"already_configured": "O serviço já está configurado",
"conn_error": "Incapaz de conectar."
},
"error": {
"cannot_connect": "Incapaz de conectar",
"unknown": "Erro desconhecido"
},
"flow_title": "Configuração OpenRGB",
"step": {
"user": {
"data": {
"client_id": "ID do Cliente",
"host": "Host",
"port": "Porta",
"add_leds": "Adicionar leds individuais"
},
"description": "Configurar os detalhes da conexão.",
"title": "OpenRGB"
}
}
},
"options": {
"abort": {
"already_configured": "O serviço já está configurado",
"conn_error": "Incapaz de conectar."
},
"error": {
"cannot_connect": "Incapaz de conectar",
"unknown": "Erro desconhecido"
},
"flow_title": "Configuração OpenRGB",
"step": {
"user": {
"data": {
"client_id": "ID do Cliente",
"host": "Host",
"port": "Porta",
"add_leds": "Adicionar leds individuais"
},
"description": "Configurar os detalhes da conexão.",
"title": "OpenRGB"
}
}
},
"title": "OpenRGB"
}

0 comments on commit db8e5e7

Please sign in to comment.