1 line
4.3 KiB
TypeScript
1 line
4.3 KiB
TypeScript
/*eslint-disable*/import type{Messages}from"@lingui/core";export const messages=JSON.parse("{\"Suspended Workspace\":[\"暂停的工作区\"],\"Dear {userName},\":[\"亲爱的 \",[\"userName\"],\",\"],\"Hello,\":[\"您好,\"],\"It appears that your workspace <0>{workspaceDisplayName}</0> has been suspended for {daysSinceInactive} days.\":[\"您的工作区 <0>\",[\"workspaceDisplayName\"],\"</0> 已被暂停 \",[\"daysSinceInactive\"],\" 天。\"],\"The workspace will be deactivated in {remainingDays} {dayOrDays}, and all its data will be deleted.\":[\"工作区将在 \",[\"remainingDays\"],\" \",[\"dayOrDays\"],\" 后停用,其所有数据将被删除。\"],\"If you wish to continue using Twenty, please update your subscription within the next {remainingDays} {dayOrDays}.\":[\"如果您希望继续使用 Twenty,请在接下来的 \",[\"remainingDays\"],\" \",[\"dayOrDays\"],\" 内更新您的订阅。\"],\"Update your subscription\":[\"更新您的订阅\"],\"Validate domain\":[\"验证域名\"],\"{senderName} (<0>{senderEmail}</0>): Please validate this domain to allow users with <1>@{domain}</1> email addresses to join your workspace without requiring an invitation.\":[[\"senderName\"],\" (<0>\",[\"senderEmail\"],\"</0>):请验证此域,以允许使用 <1>@\",[\"domain\"],\"</1> 邮件地址的用户在不需要邀请的情况下加入您的工作区。\"],\"Test email\":[\"测试邮箱\"],\"Join your team on Twenty\":[\"加入您的团队,使用 Twenty\"],\"{senderName} (<0>{senderEmail}</0>) has invited you to join a workspace called <1>{workspaceName}</1>.\":[[\"senderName\"],\" (<0>\",[\"senderEmail\"],\"</0>) 邀请您加入名为 <1>\",[\"workspaceName\"],\"</1> 的工作区。\"],\"Accept invite\":[\"接受邀请\"],\"Confirm your email address\":[\"确认您的邮箱地址\"],\"Thanks for registering for an account on Twenty! Before we get started, we just need to confirm that this is you. Click below to verify your email address.\":[\"感谢您在 Twenty 注册账户!在开始之前,我们只需确认是您本人。请点击下方验证您的邮箱地址。\"],\"Verify Email\":[\"验证邮箱\"],\"Password updated\":[\"密码已更新\"],\"This is a confirmation that password for your account ({email}) was successfully changed on {formattedDate}.\":[\"确认您的账户(\",[\"email\"],\")密码已在 \",[\"formattedDate\"],\" 成功更改。\"],\"If you did not initiate this change, please contact your workspace owner immediately.\":[\"如果您没有发起此更改,请立即联系您的工作区所有者。\"],\"Connect to Twenty\":[\"连接 Twenty\"],\"Reset your password 🗝\":[\"重置您的密码 🗝\"],\"This link is only valid for the next {duration}. If the link does not work, you can use the login verification link directly:\":[\"此链接仅在接下来的 \",[\"duration\"],\" 内有效。如果链接无效,您可以直接使用登录验证链接:\"],\"Reset\":[\"重置\"],\"Deleted Workspace\":[\"删除的工作区\"],\"Your workspace <0>{workspaceDisplayName}</0> has been deleted as your subscription expired {daysSinceInactive} days ago.\":[\"您的工作区 <0>\",[\"workspaceDisplayName\"],\"</0> 已被删除,因为您的订阅已于 \",[\"daysSinceInactive\"],\" 天前过期。\"],\"All data in this workspace has been permanently deleted.\":[\"此工作区中的所有数据已被永久删除。\"],\"If you wish to use Twenty again, you can create a new workspace.\":[\"如果您想再次使用 Twenty,可以创建一个新工作区。\"],\"Create a new workspace\":[\"创建新的工作区\"],\"What is Twenty?\":[\"什么是 Twenty?\"],\"It's a CRM, a software to help businesses manage their customer data and relationships efficiently.\":[\"它是一个 CRM 软件,帮助企业高效管理客户数据和关系。\"],\"Website\":[\"网站\"],\"Visit Twenty's website\":[\"访问 Twenty 的网站\"],\"Github\":[\"Github\"],\"Visit Twenty's GitHub repository\":[\"访问 Twenty 的 GitHub 仓库\"],\"User guide\":[\"用户指南\"],\"Read Twenty's user guide\":[\"阅读 Twenty 的用户指南\"],\"Developers\":[\"开发者\"],\"Visit Twenty's developer documentation\":[\"访问 Twenty 的开发者文档\"],\"Twenty.com, Public Benefit Corporation\":[\"Twenty.com,公益公司\"],\"San Francisco / Paris\":[\"旧金山/巴黎\"]}")as Messages; |