2023-05-15 08:51:32 +08:00
const translation = {
2023-07-14 11:19:26 +08:00
pageTitle : 'Hey, let\'s get started!👋' ,
welcome : 'Welcome to Dify, please log in to continue.' ,
email : 'Email address' ,
emailPlaceholder : 'Your email' ,
password : 'Password' ,
passwordPlaceholder : 'Your password' ,
name : 'Username' ,
namePlaceholder : 'Your username' ,
forget : 'Forgot your password?' ,
signBtn : 'Sign in' ,
2024-04-18 17:33:32 +08:00
sso : 'Continue with SSO' ,
2024-02-01 15:03:56 +08:00
installBtn : 'Set up' ,
2023-07-14 11:19:26 +08:00
setAdminAccount : 'Setting up an admin account' ,
setAdminAccountDesc : 'Maximum privileges for admin account, which can be used to create applications and manage LLM providers, etc.' ,
createAndSignIn : 'Create and sign in' ,
oneMoreStep : 'One more step' ,
createSample : 'Based on this information, we’ ll create sample application for you' ,
invitationCode : 'Invitation Code' ,
invitationCodePlaceholder : 'Your invitation code' ,
interfaceLanguage : 'Interface Language' ,
timezone : 'Time zone' ,
go : 'Go to Dify' ,
sendUsMail : 'Email us your introduction, and we\'ll handle the invitation request.' ,
acceptPP : 'I have read and accept the privacy policy' ,
reset : 'Please run following command to reset your password' ,
withGitHub : 'Continue with GitHub' ,
withGoogle : 'Continue with Google' ,
rightTitle : 'Unlock the full potential of LLM' ,
rightDesc : 'Effortlessly build visually captivating, operable, and improvable AI applications.' ,
tos : 'Terms of Service' ,
pp : 'Privacy Policy' ,
tosDesc : 'By signing up, you agree to our' ,
2024-04-29 17:55:52 +08:00
goToInit : 'If you have not initialized the account, please go to the initialization page' ,
2023-07-14 11:19:26 +08:00
donthave : 'Don\'t have?' ,
invalidInvitationCode : 'Invalid invitation code' ,
2024-02-01 15:03:56 +08:00
accountAlreadyInited : 'Account already initialized' ,
2024-07-05 13:38:51 +08:00
forgotPassword : 'Forgot your password?' ,
resetLinkSent : 'Reset link sent' ,
sendResetLink : 'Send reset link' ,
backToSignIn : 'Return to sign in' ,
forgotPasswordDesc : 'Please enter your email address to reset your password. We will send you an email with instructions on how to reset your password.' ,
checkEmailForResetLink : 'Please check your email for a link to reset your password. If it doesn\'t appear within a few minutes, make sure to check your spam folder.' ,
passwordChanged : 'Sign in now' ,
changePassword : 'Change Password' ,
changePasswordTip : 'Please enter a new password for your account' ,
invalidToken : 'Invalid or expired token' ,
confirmPassword : 'Confirm Password' ,
confirmPasswordPlaceholder : 'Confirm your new password' ,
passwordChangedTip : 'Your password has been successfully changed' ,
2023-07-14 11:19:26 +08:00
error : {
emailEmpty : 'Email address is required' ,
emailInValid : 'Please enter a valid email address' ,
nameEmpty : 'Name is required' ,
passwordEmpty : 'Password is required' ,
2024-05-09 15:38:09 +08:00
passwordLengthInValid : 'Password must be at least 8 characters' ,
2023-07-14 11:19:26 +08:00
passwordInvalid : 'Password must contain letters and numbers, and the length must be greater than 8' ,
} ,
license : {
tip : 'Before starting Dify Community Edition, read the GitHub' ,
link : 'Open-source License' ,
} ,
join : 'Join' ,
joinTipStart : 'Invite you join' ,
joinTipEnd : 'team on Dify' ,
invalid : 'The link has expired' ,
explore : 'Explore Dify' ,
activatedTipStart : 'You have joined the' ,
activatedTipEnd : 'team' ,
2024-02-01 15:03:56 +08:00
activated : 'Sign in now' ,
adminInitPassword : 'Admin initialization password' ,
validate : 'Validate' ,
2023-05-15 08:51:32 +08:00
}
export default translation