platform/plugins/login-assets/lang/en.json
budaeva 56c6288c07
Fix invite link (#1781)
Signed-off-by: budaeva <irina.budaeva@xored.com>
2022-05-18 09:25:31 +06:00

31 lines
1020 B
JSON

{
"status": {
"RequiredField": "Required field {field}",
"FieldsDoNotMatch": "{field} don't match {field2}",
"ConnectingToServer": "Connecting to server....",
"IncorrectValue": "Incorrect value {field}"
},
"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?"
}
}