- 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.
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"logoAlt": "Worklenz Logo",
|
|
"home": "首页",
|
|
"projects": "项目",
|
|
"schedule": "日程",
|
|
"reporting": "报告",
|
|
"clients": "客户",
|
|
"teams": "团队",
|
|
"labels": "标签",
|
|
"jobTitles": "职位",
|
|
"upgradePlan": "升级计划",
|
|
"upgradePlanTooltip": "升级计划",
|
|
"invite": "邀请",
|
|
"inviteTooltip": "邀请团队成员加入",
|
|
"switchTeamTooltip": "切换团队",
|
|
"createNewOrganization": "新建组织",
|
|
"createNewOrganizationSubtitle": "创建新的",
|
|
"creatingOrganization": "创建中...",
|
|
"organizationCreatedSuccess": "组织创建成功!",
|
|
"organizationCreatedError": "创建组织失败",
|
|
"teamSwitchError": "切换团队失败",
|
|
"help": "帮助",
|
|
"notificationTooltip": "查看通知",
|
|
"profileTooltip": "查看个人资料",
|
|
"adminCenter": "管理中心",
|
|
"settings": "设置",
|
|
"logOut": "登出",
|
|
"notificationsDrawer": {
|
|
"read": "已读通知",
|
|
"unread": "未读通知",
|
|
"markAsRead": "标记为已读",
|
|
"readAndJoin": "阅读并加入",
|
|
"accept": "接受",
|
|
"acceptAndJoin": "接受并加入",
|
|
"noNotifications": "没有通知"
|
|
}
|
|
} |