Files
worklenz/worklenz-frontend/public/locales/pt/navbar.json
chamiakJ cab1273e9c feat(invitation-signup): optimize user registration process and enhance localization
- Introduced a new SQL migration to optimize the invitation signup process, allowing invited users to skip organization and team creation.
- Updated the `register_user` and `register_google_user` functions to handle invitation signups effectively.
- Enhanced the `deserialize_user` function to include an `invitation_accepted` flag.
- Added new localization keys for creating organizations and related messages in multiple languages, improving user experience across the application.
- Updated the SwitchTeamButton component to support organization creation and improved styling for better usability.
2025-07-09 07:28:02 +05:30

38 lines
1.2 KiB
JSON

{
"logoAlt": "Logotipo Worklenz",
"home": "Início",
"projects": "Projetos",
"schedule": "Agendamento",
"reporting": "Relatórios",
"clients": "Clientes",
"teams": "Equipes",
"labels": "Rótulos",
"jobTitles": "Títulos de Emprego",
"upgradePlan": "Plano de Upgrade",
"upgradePlanTooltip": "Plano de Upgrade",
"invite": "Convidar",
"inviteTooltip": "Convidar membros da equipe a se juntar",
"switchTeamTooltip": "Trocar equipe",
"createNewOrganization": "Nova Organização",
"createNewOrganizationSubtitle": "Criar nova",
"creatingOrganization": "Criando...",
"organizationCreatedSuccess": "Organização criada com sucesso!",
"organizationCreatedError": "Falha ao criar organização",
"teamSwitchError": "Falha ao trocar de equipe",
"help": "Ajuda",
"notificationTooltip": "Ver notificações",
"profileTooltip": "Ver perfil",
"adminCenter": "Centro de administração",
"settings": "Configurações",
"logOut": "Sair",
"notificationsDrawer": {
"read": "Notificações lidas",
"unread": "Notificações não lidas",
"markAsRead": "Marcar como lido",
"readAndJoin": "Ler e participar",
"accept": "Aceitar",
"acceptAndJoin": "Aceitar e participar",
"noNotifications": "Sem notificações"
}
}