Skip to content

Commit

Permalink
Merge pull request #31 from LeandroIssa/main
Browse files Browse the repository at this point in the history
Add Brazilian Portuguese Translation
  • Loading branch information
BigNocciolino authored May 24, 2022
2 parents ce68fdc + 50cdcb0 commit 4c72068
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions custom_components/cryptostate/translations/pt-BR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"config": {
"title": "Cryptotracker",
"step": {
"user": {
"title": "CryptoTracker",
"description": "Se precisar de ajuda, vá na página do componente: https://github.com/BigNocciolino/CryptoTracker",
"data": {
"name": "Nome",
"crypto": "Crypto moeda",
"base": "Base"
}
}
},
"error": {
"invalid_crypto": "Formato de Crypto moeda inválido, para obter uma lista de moedas suportadas, consulte: https://cdn.jsdelivr.net/gh/fawazahmed0/currency-api@1/latest/currencies.json",
"invalid_base": "Formato base inválido, para obter uma lista de moedas suportadas, consulte: https://cdn.jsdelivr.net/gh/fawazahmed0/currency-api@1/latest/currencies.json"

}
}
}

0 comments on commit 4c72068

Please sign in to comment.