mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-31 21:08:17 +00:00

Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Signed-off-by: Dakshesh Jain <dakshesh.jain14@gmail.com>
63 lines
2.4 KiB
JSON
63 lines
2.4 KiB
JSON
{
|
|
"status": {
|
|
"RequiredField": "Required field {field}",
|
|
"FieldsDoNotMatch": "{field} don't match {field2}",
|
|
"ConnectingToServer": "Connecting to server....",
|
|
"IncorrectValue": "Incorrect value {field}"
|
|
},
|
|
"string": {
|
|
"LogIn": "Log In",
|
|
"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 name",
|
|
"DoNotHaveAnAccount": "Do not have an account?",
|
|
"PasswordRepeat": "Repeat password",
|
|
"HaveAccount": "Already have an account?",
|
|
"LoadingAccount": "Loading...",
|
|
"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?",
|
|
"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",
|
|
"AlreadyJoined": "Already joined?",
|
|
"ConfirmationSent": "A message has been sent to your email containing a link to confirm your address.",
|
|
"ConfirmationSent2": "Please follow the link to complete your sign up.",
|
|
"Slogan": "A unique place to manage all of your work\nWelcome to the Platform",
|
|
"ContinueWith": "Continue with {provider}",
|
|
"HaventReceivedCode": "Haven't received the code?",
|
|
"ResendCode": "Resend code",
|
|
"WrongEmail": "Wrong email?",
|
|
"ChangeEmail": "Change email",
|
|
"SentTo": "We've sent a code to ",
|
|
"CanFindCode": "Can't find your code? Check your spam folder.",
|
|
"LoginWithPassword": "Login with password",
|
|
"LoginWithCode": "Login with code",
|
|
"FillInProfile": "Fill in your profile",
|
|
"SetUpPassword": "Set up your password",
|
|
"Next": "Next",
|
|
"Skip": "Skip",
|
|
"SignUpCompleted": "Sign up completed",
|
|
"StartUsingHuly": "Start using Huly"
|
|
}
|
|
}
|