diff --git a/apps/landing/public/locales/nl/common.json b/apps/landing/public/locales/nl/common.json index da2632429..c40d33966 100644 --- a/apps/landing/public/locales/nl/common.json +++ b/apps/landing/public/locales/nl/common.json @@ -25,5 +25,15 @@ "status": "Status", "when2MeetAlternative": "Alternatief voor When2Meet", "meetingPoll": "Poll voor vergadering", - "signUp": "Aanmelden" + "signUp": "Aanmelden", + "licensingThankYouTitle": "Bedankt voor je aankoop!", + "licensingThankYouSubtitle": "Jouw Rallly self-hosted licentie is bevestigd. Welkom aan boord!", + "licensingThankYouLicense": "Vervolgstappen", + "licensingThankYouLicenseEmailed": "Je licentiesleutel is verstuurd naar het e-mailadres dat je hebt opgegeven tijdens het afrekenen. Controleer je inbox.", + "licensingThankYouNextStepsInstallation": "Installatiegids", + "licensingThankYouNextStepsApplyLicense": "Hoe gebruik je je licentie", + "licensingThankYouSupportPrompt": "Hulp nodig of heb je vragen? Bezoek onze <0>documentatie voor self-hosted of <1>neem contact op.", + "licensingThankYouGoHomeLink": "Terug naar beginpagina", + "openSource": "Wij zijn opensource!", + "starOnGitHub": "Geef een ster op GitHub" } diff --git a/apps/landing/public/locales/pt-BR/common.json b/apps/landing/public/locales/pt-BR/common.json index e0a31a18d..f82ae5271 100644 --- a/apps/landing/public/locales/pt-BR/common.json +++ b/apps/landing/public/locales/pt-BR/common.json @@ -25,5 +25,15 @@ "status": "Status", "when2MeetAlternative": "When2Meet Alternativo", "meetingPoll": "Enquete de reunião", - "signUp": "Criar conta" + "signUp": "Criar conta", + "licensingThankYouTitle": "Obrigado pela sua compra!", + "licensingThankYouSubtitle": "Sua licença auto-hospedada do Rallly foi confirmada. Nós estamos felizes de ter você aqui!", + "licensingThankYouLicense": "Próximos Passos", + "licensingThankYouLicenseEmailed": "A chave de licença foi enviada para o endereço de email que você providenciou durante o checkout. Por favor, verifique sua caixa de entrada.", + "licensingThankYouNextStepsInstallation": "Guia de Instalação", + "licensingThankYouNextStepsApplyLicense": "Como Ativar Sua Licença", + "licensingThankYouSupportPrompt": "Precisa de ajuda ou tem dúvidas? Acesse <0> documentação auto-hospedada ou <1> entre em contato .", + "licensingThankYouGoHomeLink": "Voltar para Página Inicial", + "openSource": "Nosso código é aberto!", + "starOnGitHub": "Nos dê estrelas no GitHub" } diff --git a/apps/web/public/locales/nl/app.json b/apps/web/public/locales/nl/app.json index a51b728f0..3a0b1177a 100644 --- a/apps/web/public/locales/nl/app.json +++ b/apps/web/public/locales/nl/app.json @@ -382,5 +382,18 @@ "changeRole": "Rol wijzigen", "licenseType": "Licentietype", "removeLicense": "Licentie verwijderen", - "removeLicenseDescription": "Weet je zeker dat je deze licentie wilt verwijderen?" + "removeLicenseDescription": "Weet je zeker dat je deze licentie wilt verwijderen?", + "licenseKeyErrorRateLimitExceeded": "Tarieflimiet overschreden", + "licenseKeyErrorInvalidLicenseKey": "Ongeldige licentiesleutel", + "licenseKeyGenericError": "Er is een fout opgetreden tijdens het valideren van de licentiesleutel", + "activate": "Activeren", + "authErrorsEmailNotVerified": "Je e-mailadres is niet geverifieerd. Bevestig je e-mailadres voordat je inlogt.", + "authErrorsUserBanned": "Dit account is geblokkeerd. Neem contact op met support als je denkt dat dit een fout is.", + "authErrorsEmailBlocked": "Dit e-mailadres is niet toegestaan. Gebruik een ander e-mailadres of neem contact op met support.", + "authErrorsUserNotFound": "Geen account gevonden met dit e-mailadres. Controleer het e-mailadres of registreer een nieuw account.", + "disableUserRegistration": "Gebruikersregistratie uitschakelen", + "disableUserRegistrationDescription": "Voorkom dat nieuwe gebruikers een account registreren.", + "authenticationAndSecurity": "Authenticatie & Beveiliging", + "authenticationAndSecurityDescription": "Beheer authenticatie- en beveiligingsinstellingen", + "youHaveUnsavedChanges": "Je hebt niet-opgeslagen wijzigingen" } diff --git a/apps/web/public/locales/pt-BR/app.json b/apps/web/public/locales/pt-BR/app.json index ea1822d56..f86bc767a 100644 --- a/apps/web/public/locales/pt-BR/app.json +++ b/apps/web/public/locales/pt-BR/app.json @@ -382,5 +382,18 @@ "changeRole": "Alterar privilégio", "licenseType": "Tipo de Licença", "removeLicense": "Remover Licença", - "removeLicenseDescription": "Tem certeza que deseja remover esta licença?" + "removeLicenseDescription": "Tem certeza que deseja remover esta licença?", + "licenseKeyErrorRateLimitExceeded": "Limite excedido", + "licenseKeyErrorInvalidLicenseKey": "Chave de licença inválida", + "licenseKeyGenericError": "Um erro ocorreu durante a validação da chave de licença", + "activate": "Ativar", + "authErrorsEmailNotVerified": "O seu email não foi verificado. Por favor, verifique seu email antes de realizar o login.", + "authErrorsUserBanned": "Sua conta foi banida. Por favor, entre em contato com o suporte se você pensa que isto é um erro.", + "authErrorsEmailBlocked": "Esse endereço de email não é permitido. Por favor, utilize um endereço de email diferente ou entre em contato com o suporte.", + "authErrorsUserNotFound": "Nenhuma conta encontrada vinculada a este endereço de email. Por favor, verifique seu email ou registre uma nova conta.", + "disableUserRegistration": "Desabilitar Registro de Usuários", + "disableUserRegistrationDescription": "Impede o registro de novas contas de usuários.", + "authenticationAndSecurity": "Autenticação & Segurança", + "authenticationAndSecurityDescription": "Configurações de autenticação e segurança", + "youHaveUnsavedChanges": "Você tem modificações não salvas" } diff --git a/packages/emails/locales/nl/emails.json b/packages/emails/locales/nl/emails.json index 3aa10dd6e..012ba44df 100644 --- a/packages/emails/locales/nl/emails.json +++ b/packages/emails/locales/nl/emails.json @@ -62,5 +62,17 @@ "abandoned_checkout_support": "Als je vragen hebt over Rallly Pro of hulp nodig hebt, beantwoord dan deze e-mail en ik zal je helpen!", "abandoned_checkout_preview": "Exclusieve aanbieding: Ontvang {discount}% korting op je eerste jaar van Rallly Pro!", "abandoned_checkout_subject": "Krijg {discount}% korting op je eerste jaar van Rallly Pro", - "abandoned_checkout_signoff": "Met vriendelijke groet," + "abandoned_checkout_signoff": "Met vriendelijke groet,", + "license_key_content": "Je aankoop is bevestigd en je licentiesleutel is gegenereerd.", + "license_key_yourKey": "Licentiedetails", + "license_key_plan": "Abonnement", + "license_key_seats": "Plaatsen", + "license_key_licenseKey": "Licentiesleutel", + "license_key_nextStepsHeading": "Vervolgstappen", + "license_key_activationSteps": "Volg deze instructies om je licentie te activeren op jouw Rallly Self-Hosted instantie.", + "license_key_questionsHeading": "Vragen?", + "license_key_support": "Reageer op deze e-mail of neem contact met ons op via {supportEmail} als je hulp nodig hebt.", + "license_key_signoff": "Bedankt voor het kiezen voor Rallly!", + "license_key_preview": "Je licentiesleutel is gegenereerd.", + "license_key_subject": "Je Rallly Self-Hosted {tier} licentie" } diff --git a/packages/emails/locales/pt-BR/emails.json b/packages/emails/locales/pt-BR/emails.json index 226dafde0..709137a9c 100644 --- a/packages/emails/locales/pt-BR/emails.json +++ b/packages/emails/locales/pt-BR/emails.json @@ -62,5 +62,17 @@ "abandoned_checkout_support": "Se você tiver alguma dúvida sobre Rallly Pro ou precisar de ajuda com qualquer coisa, basta responder a este e-mail. Estou aqui para ajudar!", "abandoned_checkout_preview": "Oferta exclusiva: obtenha {discount}% de desconto em seu primeiro ano de Rallly Pro!", "abandoned_checkout_subject": "Receba {discount}% de desconto no seu primeiro ano do Rallly Pro", - "abandoned_checkout_signoff": "Atenciosamente," + "abandoned_checkout_signoff": "Atenciosamente,", + "license_key_content": "Sua compra foi confirmada e sua chave de licença foi gerada.", + "license_key_yourKey": "Detalhes da Licença", + "license_key_plan": "Plano", + "license_key_seats": "Assentos", + "license_key_licenseKey": "Chave de Licença", + "license_key_nextStepsHeading": "Próximos Passos", + "license_key_activationSteps": "Siga essas instruções para ativar sua licença na instância auto-hospedada do Rallly.", + "license_key_questionsHeading": "Dúvidas?", + "license_key_support": "Responda a este email ou entre em contato em {supportEmail} se você precisar de ajuda.", + "license_key_signoff": "Obrigado por escolher Rallly!", + "license_key_preview": "Sua chave de licença foi gerada.", + "license_key_subject": "Sua licença auto-hospedada do Rallly {tier}" }