mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
b6af63fcb0
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
20 lines
550 B
JSON
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"
|
|
}
|
|
}
|