trypost/lang/pt-BR/auth.php
Paulo Castellano b4f61be6ef
Welcome: pre-subscription funnel and member subscription-required screen (#243)
* Rename pre-subscription onboarding funnel to Welcome.

Move the ICP steps to /welcome, drop the social-connect checkout gate, hold unpaid members on a subscription-required screen, and keep legacy /onboarding URLs working until the post-subscription checklist lands.

Closes #237

Co-authored-by: Cursor <cursoragent@cursor.com>

* Drop legacy /onboarding ICP URL aliases.

Unfinished users re-enter Welcome via EnsureAccountReady on next login; /onboarding stays free for the post-subscription checklist.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Simplify Welcome PostHog event names.

Use welcome.persona/goals/referral and drop the unused checkout case — begin checkout stays on the frontend as checkout.started / begin_checkout.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Slim welcome goal options to match the #204 set.

Drop team_collaboration, automate_api, and track_performance so the goals step stays at nine choices.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Split Welcome AI goals into TryPost AI and MCP assistants.

Rewrite ai_content for in-app generation and add use_mcp so Claude/ChatGPT/Cursor intent is captured separately across locales.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Harden Welcome goals gate and drop dead checkout UI.

Treat removed goal values as incomplete so mid-funnel users re-select, remove the unused canCheckout branch, and fix the pt-BR welcome progress label.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Add password visibility toggle to the login form.

Match the register eye control so users can reveal their password while signing in.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Point the sidebar community link to Discord.

Replace the X stay-updated entry with Join Discord and the trypost.it/discord invite.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Rename the sidebar Discord link to Discord community.

Softer label that matches the other support nav items.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Fix broken Turkish Discord community translation.

An unescaped apostrophe left a parse error in lang/tr/sidebar.php.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-06 11:34:50 -03:00

146 lines
6 KiB
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'Essas credenciais não correspondem aos nossos registros.',
'password' => 'A senha fornecida está incorreta.',
'throttle' => 'Muitas tentativas de login. Por favor, tente novamente em :seconds segundos.',
'flash' => [
'welcome' => 'Bem-vindo ao TryPost!',
'welcome_trial' => 'Bem-vindo ao TryPost! Seu período de teste começou.',
],
'legal' => 'Ao continuar, você concorda com nossos <a href="https://trypost.it/terms" target="_blank">Termos de Serviço</a> e <a href="https://trypost.it/privacy" target="_blank">Política de Privacidade</a>.',
'slides' => [
'calendar' => [
'title' => 'Calendário Visual',
'description' => 'Planeje e agende seu conteúdo com um calendário intuitivo de arrastar e soltar em todas as suas contas sociais.',
],
'scheduling' => [
'title' => 'Agendamento Inteligente',
'description' => 'Agende posts no LinkedIn, X, Instagram, TikTok, YouTube e mais — tudo em um só lugar.',
],
'media' => [
'title' => 'Mídia Rica',
'description' => 'Publique imagens, carrosséis, stories e reels. Cada plataforma recebe o formato correto automaticamente.',
],
'video' => [
'title' => 'Publicação de Vídeo',
'description' => 'Envie vídeos uma vez e publique no TikTok, YouTube Shorts, Instagram Reels e Facebook Reels.',
],
'team' => [
'title' => 'Workspaces em Equipe',
'description' => 'Convide sua equipe, atribua funções e gerencie múltiplas marcas em workspaces separados.',
],
'signatures' => [
'title' => 'Assinaturas',
'description' => 'Salve assinaturas reutilizáveis (hashtags, links, encerramentos) e anexe nos posts com um clique.',
],
],
'or_continue_with' => 'Ou continue com',
'or_continue_with_email' => 'Ou continue com e-mail',
'google_login' => 'Entrar com Google',
'google_signup' => 'Cadastrar com Google',
'github_login' => 'Entrar com GitHub',
'github_signup' => 'Cadastrar com GitHub',
'github_email_unavailable' => 'Não foi possível obter seu e-mail do GitHub. Torne seu e-mail público ou conceda a permissão de e-mail e tente novamente.',
'signup_success' => [
'page_title' => 'Bem-vindo',
'title' => 'Configurando sua conta',
'description' => 'Isso geralmente leva apenas alguns segundos...',
],
'login' => [
'title' => 'Entrar na sua conta',
'description' => 'Digite seu email e senha abaixo para entrar',
'page_title' => 'Entrar',
'email' => 'Endereço de email',
'password' => 'Senha',
'show_password' => 'Mostrar senha',
'hide_password' => 'Esconder senha',
'forgot_password' => 'Esqueceu a senha?',
'remember_me' => 'Lembrar de mim',
'submit' => 'Entrar',
'no_account' => 'Não tem uma conta?',
'sign_up' => 'Cadastre-se',
],
'register' => [
'title' => 'Todo o seu calendário social num só lugar',
'description' => 'Crie sua conta e comece a agendar posts em todas as redes.',
'page_title' => 'Cadastro',
'signup_with_email' => 'Cadastrar com e-mail',
'name' => 'Nome',
'name_placeholder' => 'Nome completo',
'email' => 'Endereço de email',
'password' => 'Senha',
'show_password' => 'Mostrar senha',
'hide_password' => 'Esconder senha',
'submit' => 'Criar conta',
'has_account' => 'Já tem uma conta?',
'log_in' => 'Entrar',
],
'forgot_password' => [
'title' => 'Esqueceu a senha',
'description' => 'Digite seu email para receber um link de redefinição de senha',
'page_title' => 'Esqueceu a senha',
'email' => 'Endereço de email',
'submit' => 'Enviar link de redefinição',
'return_to' => 'Ou, volte para',
'log_in' => 'entrar',
],
'reset_password' => [
'title' => 'Redefinir senha',
'description' => 'Por favor, digite sua nova senha abaixo',
'page_title' => 'Redefinir senha',
'email' => 'Email',
'password' => 'Senha',
'confirm_password' => 'Confirmar Senha',
'confirm_placeholder' => 'Confirmar senha',
'submit' => 'Redefinir senha',
],
'verify_email' => [
'title' => 'Verificar email',
'description' => 'Por favor, verifique seu endereço de email clicando no link que acabamos de enviar.',
'page_title' => 'Verificação de email',
'link_sent' => 'Um novo link de verificação foi enviado para o endereço de email que você forneceu durante o cadastro.',
'resend' => 'Reenviar email de verificação',
'log_out' => 'Sair',
],
'accept_invite' => [
'page_title' => 'Aceitar Convite',
'title' => 'Você foi convidado!',
'description' => 'Você foi convidado para participar do workspace :workspace.',
'workspace' => 'Workspace',
'your_role' => 'Seu cargo',
'email' => 'Email',
'accept' => 'Aceitar Convite',
'decline' => 'Recusar Convite',
'login_prompt' => 'Entre ou crie uma conta para aceitar este convite.',
'log_in' => 'Entrar',
'create_account' => 'Criar Conta',
'expired_title' => 'Este convite não é mais válido',
'expired_description' => 'O workspace deste convite foi excluído. Peça ao dono da conta um novo convite se ainda precisar de acesso.',
'expired_action' => 'Ir para o início',
],
];