From 4c32f3dfd0b3bbdabda87605ce29f839e3a9cee8 Mon Sep 17 00:00:00 2001 From: Gabriellopes232 Date: Fri, 6 Jan 2023 12:08:20 -0300 Subject: [PATCH] refactor: adding translate pt-br billing archive --- frontend/public/locales/pt-br/billing.json | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/frontend/public/locales/pt-br/billing.json b/frontend/public/locales/pt-br/billing.json index 92c963cfc..1c920c053 100644 --- a/frontend/public/locales/pt-br/billing.json +++ b/frontend/public/locales/pt-br/billing.json @@ -4,25 +4,25 @@ "subscription": "Inscrição", "starter": { "name": "Iniciante", - "price-explanation": "up to 5 team members", - "text": "Manage any project with 5 members for free!", - "subtext": "$5 per member/month afterwards." + "price-explanation": "Até 5 membros da equipe", + "text": "Gerencie qualquer projeto com 5 membros gratuitamente!", + "subtext": "$5 por membro / mês depois." }, "professional": { - "name": "Professional", - "price-explanation": "/member/month", - "subtext": "Includes unlimited projects & members.", - "text": "Keep up with key management as you grow." + "name": "Profissional", + "price-explanation": "/membro/mês", + "subtext": "Inclui projetos e membros ilimitados.", + "text": "Acompanhe o gerenciamento de chaves à medida que você cresce." }, "enterprise": { - "name": "Enterprise", - "text": "Keep up with key management as you grow." + "name": "Empreendimento", + "text": "Acompanhe o gerenciamento de chaves à medida que você cresce." }, - "current-usage": "Current Usage", - "free": "Free", - "downgrade": "Downgrade", - "upgrade": "Upgrade", - "learn-more": "Learn More", - "custom-pricing": "Custom Pricing", - "schedule-demo": "Schedule a Demo" + "current-usage": "Uso atual", + "free": "Grátis", + "downgrade": "Reduzir", + "upgrade": "Melhoria", + "learn-more": "Saber Mais", + "custom-pricing": "Preço Personalizado", + "schedule-demo": "Agende uma Demonstração" } \ No newline at end of file