260706_1_계정, 로그인, 보안 초안 작성
This commit is contained in:
@@ -285,6 +285,12 @@ export const ui_locales = {
|
||||
"Please enter both email and password.",
|
||||
],
|
||||
A06_Login_Error_Email: ["이메일 형식이 올바르지 않습니다.", "Invalid email format."],
|
||||
A06_Login_Field_Otp: ["이메일 인증 코드", "Email verification code"],
|
||||
A06_Login_Field_Otp_Placeholder: ["6자리 코드를 입력하세요", "Enter the 6-digit code"],
|
||||
A06_Login_Verify: ["인증하고 로그인", "Verify and sign in"],
|
||||
A06_Login_OtpSent: ["인증 코드를 이메일로 발송했습니다.", "A verification code was emailed."],
|
||||
A06_Login_Success: ["로그인되었습니다.", "Signed in."],
|
||||
A06_Login_Error_Request: ["로그인 요청에 실패했습니다.", "Sign-in request failed."],
|
||||
|
||||
/* --- A07_Register 회원가입 --- */
|
||||
A07_Register_Subtitle: ["새 계정을 만드세요.", "Create a new account."],
|
||||
@@ -307,6 +313,23 @@ export const ui_locales = {
|
||||
"비밀번호는 8자 이상이어야 합니다.",
|
||||
"Password must be at least 8 characters.",
|
||||
],
|
||||
A07_Register_Field_AccountType: ["가입 유형", "Account type"],
|
||||
A07_Register_Type_Master: ["새 회사 등록", "Register a new company"],
|
||||
A07_Register_Type_Member: ["기존 회사 참여", "Join an existing company"],
|
||||
A07_Register_Field_CompanyId: ["회사 번호", "Company ID"],
|
||||
A07_Register_Field_CompanyId_Placeholder: ["검색 결과의 회사 번호", "Company ID from search"],
|
||||
A07_Register_Terms: ["이용약관에 동의합니다.", "I agree to the Terms of Service."],
|
||||
A07_Register_Privacy: ["개인정보 처리방침에 동의합니다.", "I agree to the Privacy Policy."],
|
||||
A07_Register_Marketing: [
|
||||
"마케팅 정보 수신에 동의합니다. (선택)",
|
||||
"I agree to marketing messages (optional).",
|
||||
],
|
||||
A07_Register_Field_Otp: ["이메일 인증 코드", "Email verification code"],
|
||||
A07_Register_Verify: ["이메일 인증 완료", "Complete email verification"],
|
||||
A07_Register_OtpSent: ["가입 인증 코드를 발송했습니다.", "Registration code sent."],
|
||||
A07_Register_Success: ["가입 절차가 완료되었습니다.", "Registration completed."],
|
||||
A07_Register_Error_Terms: ["필수 약관에 동의하세요.", "Agree to the required terms."],
|
||||
A07_Register_Error_Request: ["회원가입 요청에 실패했습니다.", "Registration request failed."],
|
||||
|
||||
/* --- A08_Support 기술지원 요청 --- */
|
||||
A08_Support_Title: ["기술지원 요청", "Technical Support"],
|
||||
@@ -318,6 +341,8 @@ export const ui_locales = {
|
||||
A08_Support_Field_Name_Placeholder: ["이름을 입력하세요", "Enter your name"],
|
||||
A08_Support_Field_Email: ["이메일", "Email"],
|
||||
A08_Support_Field_Email_Placeholder: ["회신 받을 이메일", "Email for reply"],
|
||||
A08_Support_Field_Phone: ["연락처", "Phone"],
|
||||
A08_Support_Field_Phone_Placeholder: ["연락 가능한 전화번호 (선택)", "Contact number (optional)"],
|
||||
A08_Support_Field_Subject: ["제목", "Subject"],
|
||||
A08_Support_Field_Subject_Placeholder: ["문의 제목", "Inquiry subject"],
|
||||
A08_Support_Field_Message: ["문의 내용", "Message"],
|
||||
@@ -333,6 +358,13 @@ export const ui_locales = {
|
||||
A08_Support_Error_Required: ["모든 항목을 입력하세요.", "Please fill in all fields."],
|
||||
A08_Support_Error_Email: ["이메일 형식이 올바르지 않습니다.", "Invalid email format."],
|
||||
|
||||
/* --- A09_Security 보안 및 약관 --- */
|
||||
A09_Security_Title: ["보안 및 약관", "Security and Terms"],
|
||||
A09_Security_Version: ["약관 버전", "Terms version"],
|
||||
A09_Security_Terms: ["서비스 이용약관", "Terms of Service"],
|
||||
A09_Security_Privacy: ["개인정보 처리방침", "Privacy Policy"],
|
||||
A09_Security_Policy: ["세션 보안정책", "Session Security Policy"],
|
||||
|
||||
/* ===========================================================================
|
||||
* 로그인 후 (B 그룹)
|
||||
* ======================================================================== */
|
||||
|
||||
Reference in New Issue
Block a user