Files
sam-react-prod/src/messages/ko.json
권혁성 93c99105c0 feat(WEB): 앱 이름 SAM으로 변경 및 환경별 접두사 추가
- ERP System → SAM - 내 손안의 대시보드
- 환경별 접두사: [L] 로컬, [D] 개발, 없음 운영
- i18n appName 업데이트 (en/ko)
2026-01-23 16:46:31 +09:00

232 lines
7.6 KiB
JSON

{
"common": {
"appName": "SAM",
"welcome": "환영합니다",
"loading": "로딩 중...",
"save": "저장",
"cancel": "취소",
"delete": "삭제",
"edit": "편집",
"search": "검색",
"filter": "필터",
"export": "내보내기",
"import": "가져오기",
"refresh": "새로고침",
"close": "닫기",
"confirm": "확인",
"yes": "예",
"no": "아니오",
"submit": "제출",
"reset": "초기화",
"previous": "이전",
"next": "다음",
"selectAll": "전체 선택",
"deselectAll": "전체 해제",
"or": "또는"
},
"auth": {
"login": "로그인",
"loggingIn": "로그인 중...",
"logout": "로그아웃",
"email": "이메일",
"password": "비밀번호",
"forgotPassword": "비밀번호를 잊으셨나요?",
"rememberMe": "로그인 상태 유지",
"signIn": "로그인하기",
"signUp": "회원가입",
"emailPlaceholder": "이메일을 입력하세요",
"passwordPlaceholder": "비밀번호를 입력하세요",
"loginSuccess": "로그인에 성공했습니다",
"loginFailed": "로그인에 실패했습니다",
"invalidCredentials": "아이디 또는 비밀번호가 올바르지 않습니다",
"userId": "아이디",
"userIdPlaceholder": "아이디를 입력하세요",
"createAccount": "새 계정 만들기",
"alreadyHaveAccount": "이미 계정이 있으신가요?",
"noAccount": "아직 계정이 없으신가요?",
"demoAccount": "데모 계정 안내",
"tryDemo": "바로 체험해보시려면 아래 계정으로 로그인하세요",
"companyInfo": "회사 정보",
"userInfo": "담당자 정보",
"planSelection": "플랜 선택",
"companyName": "회사명",
"businessNumber": "사업자등록번호",
"industry": "업종",
"companySize": "기업 규모",
"name": "성명",
"namePlaceholder": "홍길동",
"phone": "연락처",
"phonePlaceholder": "010-0000-0000",
"passwordConfirm": "비밀번호 확인",
"agreeAll": "약관 전체 동의",
"agreeTerms": "서비스 이용약관에 동의합니다",
"agreePrivacy": "개인정보 수집 및 이용에 동의합니다",
"previousStep": "이전",
"nextStep": "다음 단계",
"complete": "가입 완료",
"step1Title": "회사 정보를 입력해주세요",
"step1Desc": "MES 시스템을 도입할 회사의 기본 정보를 알려주세요",
"step2Title": "담당자 정보를 입력해주세요",
"step2Desc": "시스템 관리자 계정으로 사용될 정보입니다",
"ceo": "대표이사",
"productionManager": "생산관리자",
"worker": "생산작업자",
"systemAdmin": "시스템관리자",
"salesPerson": "영업사원",
"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": "대시보드",
"inventory": "재고관리",
"finance": "재무관리",
"hr": "인사관리",
"crm": "고객관리",
"reports": "리포트",
"settings": "설정",
"admin": "관리자",
"profile": "프로필",
"help": "도움말"
},
"dashboard": {
"title": "대시보드",
"overview": "개요",
"statistics": "통계",
"recentActivity": "최근 활동",
"quickActions": "빠른 작업",
"notifications": "알림",
"todaysSales": "오늘의 매출",
"monthlyRevenue": "월간 수익",
"activeUsers": "활성 사용자",
"pendingOrders": "대기 중인 주문"
},
"inventory": {
"title": "재고 관리",
"products": "제품",
"categories": "카테고리",
"suppliers": "공급업체",
"warehouses": "창고",
"stockLevel": "재고 수준",
"lowStock": "재고 부족",
"outOfStock": "품절",
"addProduct": "제품 추가",
"productName": "제품명",
"sku": "SKU",
"quantity": "수량",
"unitPrice": "단가",
"totalValue": "총 가치"
},
"finance": {
"title": "재무 관리",
"accounts": "계정",
"transactions": "거래",
"invoices": "송장",
"payments": "결제",
"expenses": "비용",
"revenue": "수익",
"profitLoss": "손익",
"balanceSheet": "대차대조표",
"cashFlow": "현금 흐름",
"budget": "예산"
},
"hr": {
"title": "인사 관리",
"employees": "직원",
"departments": "부서",
"attendance": "출퇴근",
"payroll": "급여",
"leave": "휴가",
"performance": "성과",
"recruitment": "채용",
"employeeName": "직원명",
"position": "직책",
"department": "부서",
"joinDate": "입사일",
"salary": "급여"
},
"crm": {
"title": "고객 관리",
"customers": "고객",
"leads": "리드",
"opportunities": "기회",
"contacts": "연락처",
"activities": "활동",
"customerName": "고객명",
"company": "회사",
"phone": "전화번호",
"status": "상태",
"lastContact": "마지막 연락"
},
"settings": {
"title": "설정",
"general": "일반",
"profile": "프로필",
"security": "보안",
"notifications": "알림",
"language": "언어",
"theme": "테마",
"tenant": "테넌트",
"users": "사용자",
"roles": "역할",
"permissions": "권한",
"billing": "결제",
"integrations": "통합"
},
"errors": {
"pageNotFound": "페이지를 찾을 수 없습니다",
"serverError": "서버 오류가 발생했습니다",
"unauthorized": "권한이 없습니다",
"forbidden": "접근이 금지되었습니다",
"badRequest": "잘못된 요청입니다",
"tryAgain": "다시 시도해주세요",
"contactSupport": "문제가 지속되면 고객지원팀에 문의하세요"
},
"validation": {
"required": "필수 항목입니다",
"invalidEmail": "유효한 이메일 주소를 입력하세요",
"minLength": "최소 {min}자 이상 입력하세요",
"maxLength": "최대 {max}자까지 입력 가능합니다",
"invalidFormat": "형식이 올바르지 않습니다",
"passwordMismatch": "비밀번호가 일치하지 않습니다"
},
"messages": {
"saveSuccess": "성공적으로 저장되었습니다",
"saveFailed": "저장에 실패했습니다",
"deleteConfirm": "정말 삭제하시겠습니까?",
"deleteSuccess": "성공적으로 삭제되었습니다",
"deleteFailed": "삭제에 실패했습니다",
"updateSuccess": "성공적으로 업데이트되었습니다",
"updateFailed": "업데이트에 실패했습니다",
"noData": "데이터가 없습니다",
"loadingData": "데이터를 불러오는 중입니다"
}
}