monorepo-microservice-rbac/apps/aorta/public/locales/en/translation.json

16 lines
442 B
JSON
Raw Normal View History

2023-08-27 14:37:59 +08:00
{
"LOGIN": {
"FORM_ITEM": {
"LABEL_1": "USERNAME",
"LABEL_2": "PASSWORD",
"LABEL_3": "PHONE NUMBER",
"LABEL_4": "VERIFY CODE",
"LABEL_5": "Please enter your username",
"LABEL_6": "Please enter the password",
"LABEL_7": "Please enter your mobile phone number",
"LABEL_8": "Please enter the verification code",
"BUTTON_1": "LOGIN"
},
"FORGET_PASS": "Forgot the password"
}
}