Files
schisandra-cloud-album-front/src/locales/language/en.ts
2024-08-12 22:24:16 +08:00

54 lines
2.0 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// en.ts
export default {
login: {
title: 'Schisandra Cloud Album',
accountLogin: 'account login',
account: 'account',
accountValidate: "please enter your phone/account/email",
password: 'password',
passwordValidate: "please enter password",
autoLogin: "auto login",
forgotPassword: "forgot password",
loginAndRegister: "login/Register",
qrLogin: "QR login",
phoneLogin: "phone login",
phone: "phone number",
phoneValidate: 'please enter a valid phone number',
captchaValidate: 'please enter captcha number',
phoneCaptcha: "captcha",
sendCaptcha: "send captcha",
login: "login",
register: "register",
reSendCaptcha: " re-send",
passwordRule: "The password must be 6~18 characters and must contain letters, numbers and special symbols!",
phoneLoginAndRegister: "phone login/register",
open: "Please open",
scan: "scan the code to login",
wechat: "wechat",
repassword: "confirm password",
repasswordValidate: "please enter the confirmation password",
forgetPassword: "forget password",
resetPassword: "reset password",
captchaSuccess: "captcha success",
captchaError: "captcha failed",
rotateCaptchaTitle: "Please drag the slider to complete the puzzle",
systemError: "System error, please try again later",
captchaExpired: "captcha expired, please try again",
},
error: {
networkError: 'Network error, please try again later',
400: 'request error (400)',
401: 'request unauthorized (401)',
403: 'request forbidden (403)',
404: 'request not found (404)',
408: 'request timeout (408)',
500: 'server error (500)',
501: 'not implemented (501)',
502: 'bad gateway (502)',
503: 'service unavailable (503)',
504: 'gateway timeout (504)',
505: 'http version not supported (505)',
other: 'connect error',
}
};