platform/plugins/onboard-assets/lang/en.json
Alexander Onnikov b6af63fcb0
Move onboard into separate app (#6191)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2024-07-31 15:14:21 +07:00

20 lines
550 B
JSON

{
"status": {
"RequiredField": "Required field {field}",
"FieldsDoNotMatch": "{field} don't match {field2}",
"ConnectingToServer": "Connecting to server...."
},
"string": {
"CreateWorkspace": "Create workspace",
"LastName": "Last name",
"FirstName": "First name",
"Workspace": "Workspace name",
"FillInProfile": "Fill in your profile",
"SetUpPassword": "Set up your password",
"Next": "Next",
"Skip": "Skip",
"SignUpCompleted": "Sign up completed",
"StartUsingHuly": "Start using Huly"
}
}