[feat]: 회원가입 페이지 개선 및 폼 자동 포맷팅 기능 추가
주요 변경사항: - 회원가입 폼에 사업자등록번호 자동 포맷팅 (000-00-00000) - 핸드폰 번호 자동 포맷팅 (010-1111-1111 / 010-111-1111) - 약관 전체 동의 체크박스 추가 및 개별 약관 연동 - 모든 입력 필드에 autocomplete 속성 추가 (브라우저 자동완성 지원) - 회원가입 API 연동 및 백엔드 통신 구현 - LoginPage 폼 태그 추가 및 DOM 경고 수정 - LanguageSelect 언어 변경 시 전체 페이지 새로고침으로 변경 - 다국어 번역 키 추가 (ko, en, ja) 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -53,8 +53,11 @@
|
||||
"industry": "Industry",
|
||||
"companySize": "Company Size",
|
||||
"name": "Name",
|
||||
"namePlaceholder": "John Doe",
|
||||
"phone": "Phone",
|
||||
"phonePlaceholder": "010-0000-0000",
|
||||
"passwordConfirm": "Confirm Password",
|
||||
"agreeAll": "Agree to All Terms",
|
||||
"agreeTerms": "I agree to the Terms of Service",
|
||||
"agreePrivacy": "I agree to the Privacy Policy",
|
||||
"previousStep": "Previous",
|
||||
@@ -69,7 +72,37 @@
|
||||
"worker": "Worker",
|
||||
"systemAdmin": "System Admin",
|
||||
"salesPerson": "Sales Person",
|
||||
"leadManagement": "Lead Management"
|
||||
"leadManagement": "Lead Management",
|
||||
"signupTitle": "Sign Up",
|
||||
"position": "Position",
|
||||
"positionPlaceholder": "e.g. Production Manager",
|
||||
"companyNamePlaceholder": "e.g. Samsung Electronics",
|
||||
"businessNumberPlaceholder": "000-00-00000",
|
||||
"industryPlaceholder": "Select industry",
|
||||
"companySizePlaceholder": "Select company size",
|
||||
"userIdPlaceholder2": "Alphanumeric, 6+ characters",
|
||||
"passwordPlaceholder2": "8+ characters",
|
||||
"passwordConfirmPlaceholder": "Re-enter password",
|
||||
"required": "[Required]",
|
||||
"optional": "[Optional]",
|
||||
"processing": "Processing..."
|
||||
},
|
||||
"signup": {
|
||||
"industries": {
|
||||
"electronics": "Electronics/Semiconductor",
|
||||
"machinery": "Machinery/Equipment",
|
||||
"automotive": "Automotive/Parts",
|
||||
"chemical": "Chemical/Materials",
|
||||
"food": "Food/Pharmaceutical",
|
||||
"textile": "Textile/Apparel",
|
||||
"metal": "Metal/Steel",
|
||||
"other": "Other Manufacturing"
|
||||
},
|
||||
"companySizes": {
|
||||
"small": "Small (10-50 employees)",
|
||||
"medium": "Medium (50-300 employees)",
|
||||
"large": "Large (300+ employees)"
|
||||
}
|
||||
},
|
||||
"navigation": {
|
||||
"dashboard": "Dashboard",
|
||||
|
||||
@@ -53,8 +53,11 @@
|
||||
"industry": "業種",
|
||||
"companySize": "会社規模",
|
||||
"name": "氏名",
|
||||
"namePlaceholder": "山田太郎",
|
||||
"phone": "電話番号",
|
||||
"phonePlaceholder": "010-0000-0000",
|
||||
"passwordConfirm": "パスワード確認",
|
||||
"agreeAll": "約款全て同意",
|
||||
"agreeTerms": "利用規約に同意します",
|
||||
"agreePrivacy": "個人情報の収集と利用に同意します",
|
||||
"previousStep": "戻る",
|
||||
@@ -69,7 +72,37 @@
|
||||
"worker": "作業者",
|
||||
"systemAdmin": "システム管理者",
|
||||
"salesPerson": "営業担当",
|
||||
"leadManagement": "リード管理"
|
||||
"leadManagement": "リード管理",
|
||||
"signupTitle": "会員登録",
|
||||
"position": "役職",
|
||||
"positionPlaceholder": "例: 生産管理課長",
|
||||
"companyNamePlaceholder": "例: サムスン電子",
|
||||
"businessNumberPlaceholder": "000-00-00000",
|
||||
"industryPlaceholder": "業種を選択してください",
|
||||
"companySizePlaceholder": "会社規模を選択してください",
|
||||
"userIdPlaceholder2": "英数字組み合わせ6文字以上",
|
||||
"passwordPlaceholder2": "8文字以上入力",
|
||||
"passwordConfirmPlaceholder": "パスワード再入力",
|
||||
"required": "[必須]",
|
||||
"optional": "[任意]",
|
||||
"processing": "処理中..."
|
||||
},
|
||||
"signup": {
|
||||
"industries": {
|
||||
"electronics": "電子/半導体",
|
||||
"machinery": "機械/設備",
|
||||
"automotive": "自動車/部品",
|
||||
"chemical": "化学/素材",
|
||||
"food": "食品/製薬",
|
||||
"textile": "繊維/衣類",
|
||||
"metal": "金属/鉄鋼",
|
||||
"other": "その他製造業"
|
||||
},
|
||||
"companySizes": {
|
||||
"small": "中小企業 (従業員10-50名)",
|
||||
"medium": "中堅企業 (従業員50-300名)",
|
||||
"large": "大企業 (従業員300名以上)"
|
||||
}
|
||||
},
|
||||
"navigation": {
|
||||
"dashboard": "ダッシュボード",
|
||||
|
||||
@@ -53,8 +53,11 @@
|
||||
"industry": "업종",
|
||||
"companySize": "기업 규모",
|
||||
"name": "성명",
|
||||
"namePlaceholder": "홍길동",
|
||||
"phone": "연락처",
|
||||
"phonePlaceholder": "010-0000-0000",
|
||||
"passwordConfirm": "비밀번호 확인",
|
||||
"agreeAll": "약관 전체 동의",
|
||||
"agreeTerms": "서비스 이용약관에 동의합니다",
|
||||
"agreePrivacy": "개인정보 수집 및 이용에 동의합니다",
|
||||
"previousStep": "이전",
|
||||
@@ -69,7 +72,37 @@
|
||||
"worker": "생산작업자",
|
||||
"systemAdmin": "시스템관리자",
|
||||
"salesPerson": "영업사원",
|
||||
"leadManagement": "리드 관리"
|
||||
"leadManagement": "리드 관리",
|
||||
"signupTitle": "회원가입",
|
||||
"position": "직책",
|
||||
"positionPlaceholder": "예: 생산관리팀장",
|
||||
"companyNamePlaceholder": "예: 삼성전자",
|
||||
"businessNumberPlaceholder": "000-00-00000",
|
||||
"industryPlaceholder": "업종을 선택하세요",
|
||||
"companySizePlaceholder": "기업 규모를 선택하세요",
|
||||
"userIdPlaceholder2": "영문, 숫자 조합 6자 이상",
|
||||
"passwordPlaceholder2": "8자 이상 입력",
|
||||
"passwordConfirmPlaceholder": "비밀번호 재입력",
|
||||
"required": "[필수]",
|
||||
"optional": "[선택]",
|
||||
"processing": "처리 중..."
|
||||
},
|
||||
"signup": {
|
||||
"industries": {
|
||||
"electronics": "전자/반도체",
|
||||
"machinery": "기계/장비",
|
||||
"automotive": "자동차/부품",
|
||||
"chemical": "화학/소재",
|
||||
"food": "식품/제약",
|
||||
"textile": "섬유/의류",
|
||||
"metal": "금속/철강",
|
||||
"other": "기타 제조업"
|
||||
},
|
||||
"companySizes": {
|
||||
"small": "중소기업 (직원 10-50명)",
|
||||
"medium": "중견기업 (직원 50-300명)",
|
||||
"large": "대기업 (직원 300명 이상)"
|
||||
}
|
||||
},
|
||||
"navigation": {
|
||||
"dashboard": "대시보드",
|
||||
|
||||
Reference in New Issue
Block a user