- 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.
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"logoAlt": "Logo de Worklenz",
|
|
"home": "Inicio",
|
|
"projects": "Proyectos",
|
|
"schedule": "Calendario",
|
|
"reporting": "Informes",
|
|
"clients": "Clientes",
|
|
"teams": "Equipos",
|
|
"labels": "Etiquetas",
|
|
"jobTitles": "Cargos",
|
|
"upgradePlan": "Actualizar Plan",
|
|
"upgradePlanTooltip": "Actualizar Plan",
|
|
"invite": "Invitar",
|
|
"inviteTooltip": "Invitar miembros al equipo",
|
|
"switchTeamTooltip": "Cambiar equipo",
|
|
"createNewOrganization": "Nueva Organización",
|
|
"createNewOrganizationSubtitle": "Crear nueva",
|
|
"creatingOrganization": "Creando...",
|
|
"organizationCreatedSuccess": "¡Organización creada exitosamente!",
|
|
"organizationCreatedError": "Error al crear la organización",
|
|
"teamSwitchError": "Error al cambiar de equipo",
|
|
"help": "Ayuda",
|
|
"notificationTooltip": "Ver notificaciones",
|
|
"profileTooltip": "Ver perfil",
|
|
"adminCenter": "Centro de administración",
|
|
"settings": "Configuración",
|
|
"logOut": "Cerrar sesión",
|
|
"notificationsDrawer": {
|
|
"read": "Notificaciones leídas",
|
|
"unread": "Notificaciones no leídas",
|
|
"markAsRead": "Marcar como leído",
|
|
"readAndJoin": "Leer y unirse",
|
|
"accept": "Aceptar",
|
|
"acceptAndJoin": "Aceptar y unirse",
|
|
"noNotifications": "Sin notificaciones"
|
|
}
|
|
}
|