From 50cdcb0d1fdba618008c0b1e21d83f444e31245f Mon Sep 17 00:00:00 2001 From: Leandro Issa <67451572+LeandroIssa@users.noreply.github.com> Date: Sun, 22 May 2022 02:36:36 -0300 Subject: [PATCH] Add files via upload --- .../cryptostate/translations/pt-BR.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 custom_components/cryptostate/translations/pt-BR.json diff --git a/custom_components/cryptostate/translations/pt-BR.json b/custom_components/cryptostate/translations/pt-BR.json new file mode 100644 index 0000000..7e7b8da --- /dev/null +++ b/custom_components/cryptostate/translations/pt-BR.json @@ -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" + + } + } +} \ No newline at end of file