mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-03 06:21:28 +00:00
53 lines
2.3 KiB
JSON
53 lines
2.3 KiB
JSON
{
|
|
"status": {
|
|
"RequiredField": "Required field {field}",
|
|
"FieldsDoNotMatch": "{field} don't match {field2}",
|
|
"ConnectingToServer": "Connecting to server....",
|
|
"IncorrectValue": "Incorrect value {field}"
|
|
},
|
|
"string": {
|
|
"LogIn": "Log In",
|
|
"SignUp": "Sign Up",
|
|
"CreateWorkspace": "Create workspace",
|
|
"HaveWorkspace": "Already have a workspace?",
|
|
"LastName": "Last name",
|
|
"FirstName": "First name",
|
|
"Join": "Join",
|
|
"Email": "Email",
|
|
"Password": "Password",
|
|
"Workspace": "Workspace",
|
|
"DoNotHaveAnAccount": "Do not have an account?",
|
|
"PasswordRepeat": "Repeat password",
|
|
"HaveAccount": "Already have an account?",
|
|
"SelectWorkspace": "Select workspace",
|
|
"Copy": "Copy",
|
|
"Copied": "Copied",
|
|
"Close": "Close",
|
|
"InviteDescription": "Share this link to invite other users",
|
|
"WantAnotherWorkspace": "Want to create another workspace?",
|
|
"ChangeAccount": "Change account",
|
|
"NotSeeingWorkspace": "Not seeing your workspace?",
|
|
"WorkspaceNameRule": "Workspace name cannot contain special characters except -",
|
|
"WorkspaceNameRuleCapital": "The workspace name must contain only lowercase letters",
|
|
"WorkspaceNameRuleHyphen": "The workspace name cannot start with a dash (-)",
|
|
"WorkspaceNameRuleHyphenEnd": "The workspace name cannot end with a dash (-)",
|
|
"WorkspaceNameRuleLengthLow": "Workspace name must be at least 3 characters",
|
|
"WorkspaceNameRuleLengthHigh": "Workspace name must be no longer than 63 characters",
|
|
"ForgotPassword": "Forgot your password?",
|
|
"KnowPassword": "Know your password?",
|
|
"Recover": "Recover",
|
|
"PasswordRecovery": "Password recovery",
|
|
"RecoveryLinkSent": "Password recovery link sent to email",
|
|
"UseWorkspaceInviteSettings": "Use workspace invite settings",
|
|
"LinkValidHours": "Link valid (hours):",
|
|
"EmailMask": "Email mask:",
|
|
"InviteLimit": "Invite limit:",
|
|
"GetLink": "Get invite link",
|
|
"NoLimit": "No limit",
|
|
"AlreadyJoined": "Already joined?",
|
|
"ConfirmationSent": "A message has been sent to your email containing a link to confirm the your address.",
|
|
"ConfirmationSent2": "Please follow the link to complete your sign up.",
|
|
"Slogan": "A unique place to manage all of your work\nWelcome to the Platform"
|
|
}
|
|
}
|