platform/plugins/login-assets/lang/en.json
Vyacheslav Tumanov 857e879066
Invite Settings (#2563)
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
2023-02-08 00:00:56 +06:00

44 lines
1.6 KiB
JSON

{
"status": {
"RequiredField": "Required field {field}",
"FieldsDoNotMatch": "{field} don't match {field2}",
"ConnectingToServer": "Connecting to server....",
"IncorrectValue": "Incorrect value {field}. {descr}"
},
"string": {
"LogIn": "Login",
"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": "The workspace name can contains lowercase letters, numbers, and symbols !@#%&^-",
"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"
}
}