| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- const translation = {
- "pageTitle": "Hey, let's get started!👋",
- "welcome": "Welcome to Dify, please log in to continue.",
- "email": "Email address",
- "password": "Password",
- "name": "Name",
- "forget": "Forgot your password?",
- "signBtn": "Sign in",
- "installBtn": "Setting",
- "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",
- "interfaceLanguage": "Interface Dify",
- "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",
- "donthave": "Don't have?",
- "invalidInvitationCode": "Invalid invitation code",
- "accountAlreadyInited": "Account already inited",
- "error": {
- "emailEmpty": "Email address is required",
- "emailInValid": "Please enter a valid email address",
- "nameEmpty": "Name is required",
- "passwordEmpty": "Password is required",
- "passwordInvalid": "Password must contain letters and numbers, and the length must be greater than 8",
- }
- }
- export default translation
|