platform/plugins/login-assets/lang/en.json
Denis Bykhov ca750eb123
Show workspace name rules (#2217)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
2022-07-06 17:12:46 +07:00

33 lines
1.2 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",
"InviteNote": "Link is valid for 1 hour",
"WantAnotherWorkspace": "Want to create another workspace?",
"ChangeAccount": "Change account",
"NotSeeingWorkspace": "Not seeing your workspace?",
"WorksaceNameRule": "The workspace name can contains lowercase letters, numbers, and symbols !@#%&^-"
}
}