260706_2_로그인 인증 검토
This commit is contained in:
@@ -302,6 +302,15 @@ export const ui_locales = {
|
||||
A07_Register_Field_Email_Placeholder: ["이메일을 입력하세요", "Enter your email"],
|
||||
A07_Register_Field_Password: ["비밀번호", "Password"],
|
||||
A07_Register_Field_Password_Placeholder: ["8자 이상 입력하세요", "At least 8 characters"],
|
||||
A07_Register_Field_PasswordConfirm: ["비밀번호 확인", "Confirm password"],
|
||||
A07_Register_Field_PasswordConfirm_Placeholder: [
|
||||
"비밀번호를 다시 입력하세요",
|
||||
"Re-enter password",
|
||||
],
|
||||
A07_Register_Field_Position: ["직급", "Position"],
|
||||
A07_Register_Field_Position_Placeholder: ["예) 과장, 대리, 사원", "e.g., Manager, Deputy, Staff"],
|
||||
A07_Register_Field_Phone: ["전화번호", "Phone number"],
|
||||
A07_Register_Field_Phone_Placeholder: ["010-1234-5678", "010-1234-5678"],
|
||||
A07_Register_Submit: ["회원가입", "Sign up"],
|
||||
A07_Register_ToLogin: ["이미 계정이 있으신가요? 로그인", "Already have an account? Sign in"],
|
||||
A07_Register_Error_Required: [
|
||||
@@ -313,6 +322,10 @@ export const ui_locales = {
|
||||
"비밀번호는 8자 이상이어야 합니다.",
|
||||
"Password must be at least 8 characters.",
|
||||
],
|
||||
A07_Register_Error_PasswordMismatch: [
|
||||
"비밀번호와 확인 비밀번호가 일치하지 않습니다.",
|
||||
"Passwords do not match.",
|
||||
],
|
||||
A07_Register_Field_AccountType: ["가입 유형", "Account type"],
|
||||
A07_Register_Type_Master: ["새 회사 등록", "Register a new company"],
|
||||
A07_Register_Type_Member: ["기존 회사 참여", "Join an existing company"],
|
||||
|
||||
Reference in New Issue
Block a user