From cb7047cb236d682e58a09b3d65226c556519bf21 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sun, 12 Dec 2021 11:54:43 +0000 Subject: [PATCH] Apply translations in pt_BR translation completed for the source file '/crabfit-frontend/public/i18n/en/common.json' on the 'pt_BR' language. --- .../public/i18n/pt-BR/common.json | 70 +++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 crabfit-frontend/public/i18n/pt-BR/common.json diff --git a/crabfit-frontend/public/i18n/pt-BR/common.json b/crabfit-frontend/public/i18n/pt-BR/common.json new file mode 100644 index 0000000..2d7671d --- /dev/null +++ b/crabfit-frontend/public/i18n/pt-BR/common.json @@ -0,0 +1,70 @@ +{ + "name": "Crab Fit", + "tagline": "Crie o seu", + "cta": "Crie o seu próprio Crab Fit!", + "created": "Criado {{date}}", + "donate": { + "info": "Obrigado por usar Crab Fit! Gostou? Faça uma doação.", + "button": "Doar", + "title": "Todo valor vale :)", + "options": { + "$2": "Doar $2", + "$5": "Doar $5", + "$10": "Doar $10", + "choose": "Escolhe um valor" + }, + "messages": { + "about": "Achou o Crab Fit útil? Faça uma doação para para mantê-lo funcionando. 🦀", + "success": "Obrigado por sua doação! Sem essas contribuições Crab Fit não poderia ser gratuito e por isso te agradeço muito. Você é o máximo!", + "error": "Doação através do Google não pode ser feita. Por favor tente no site crab.fit 🦀" + } + }, + "options": { + "name": "Opções", + "weekStart": { + "label": "A semana começa com", + "options": { + "Sunday": "domingo", + "Monday": "segunda‑feira" + } + }, + "timeFormat": { + "label": "formato de horas", + "options": { + "12h": "12h", + "24h": "24h" + } + }, + "theme": { + "label": "Aparência", + "options": { + "System": "sistema", + "Light": "claro", + "Dark": "escuro" + } + }, + "highlight": { + "label": "destacar disponibilidade alta", + "title": "realçar visualmente a maior visibilidade", + "options": { + "Off": "Desl.", + "On": "Lig." + } + }, + "language": { + "label": "idioma" + } + }, + "update": { + "heading": "Crab Fit foi atualizado", + "body": "Uma nova versão está disponível com atualizações, correções e funções novas.", + "buttons": { + "close": "Fechar", + "reload": "Recarregar" + } + }, + "video": { + "title": "Vídeo promocional Crab Fit", + "button": "veja o vídeo" + } +}