- 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.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"logoAlt": "Worklenz-Logo",
|
|
"home": "Startseite",
|
|
"projects": "Projekte",
|
|
"schedule": "Zeitplan",
|
|
"reporting": "Berichterstattung",
|
|
"clients": "Kunden",
|
|
"teams": "Teams",
|
|
"labels": "Labels",
|
|
"jobTitles": "Jobtitel",
|
|
"upgradePlan": "Plan upgraden",
|
|
"upgradePlanTooltip": "Plan upgraden",
|
|
"invite": "Einladen",
|
|
"inviteTooltip": "Teammitglieder zur Teilnahme einladen",
|
|
"switchTeamTooltip": "Team wechseln",
|
|
"createNewOrganization": "Neue Organisation",
|
|
"createNewOrganizationSubtitle": "Neue erstellen",
|
|
"creatingOrganization": "Erstelle...",
|
|
"organizationCreatedSuccess": "Organisation erfolgreich erstellt!",
|
|
"organizationCreatedError": "Fehler beim Erstellen der Organisation",
|
|
"teamSwitchError": "Fehler beim Wechseln des Teams",
|
|
"help": "Hilfe",
|
|
"notificationTooltip": "Benachrichtigungen anzeigen",
|
|
"profileTooltip": "Profil anzeigen",
|
|
"adminCenter": "Admin-Center",
|
|
"settings": "Einstellungen",
|
|
"logOut": "Abmelden",
|
|
"notificationsDrawer": {
|
|
"read": "Gelesene Benachrichtigungen",
|
|
"unread": "Ungelesene Benachrichtigungen",
|
|
"markAsRead": "Als gelesen markieren",
|
|
"readAndJoin": "Lesen & Beitreten",
|
|
"accept": "Annehmen",
|
|
"acceptAndJoin": "Annehmen & Beitreten",
|
|
"noNotifications": "Keine Benachrichtigungen"
|
|
}
|
|
}
|