diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-08-21 06:57:36 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-08-21 06:57:36 +0000 |
| commit | 02b1cf005cf3e1df64183d20ba42930eb2767a9f (patch) | |
| tree | e932c54d5260b0e6fda2b46be2a6ba1c3ee30434 /i18n/locales | |
| parent | d78378ecd7ceede1429359f8058c7a99ac34b1b7 (diff) | |
(대표님, 최겸) 설계메뉴추가, 작업사항 업데이트
설계메뉴 - 문서관리
설계메뉴 - 벤더 데이터
gtc 메뉴 업데이트
정보시스템 - 메뉴리스트 및 정보 업데이트
파일 라우트 업데이트
엑셀임포트 개선
기본계약 개선
벤더 가입과정 변경 및 개선
벤더 기본정보 - pq
돌체 오류 수정 및 개선
벤더 로그인 과정 이메일 오류 수정
Diffstat (limited to 'i18n/locales')
| -rw-r--r-- | i18n/locales/en/menu.json | 21 | ||||
| -rw-r--r-- | i18n/locales/en/procurement.json | 110 | ||||
| -rw-r--r-- | i18n/locales/ko/engineering.json | 2 | ||||
| -rw-r--r-- | i18n/locales/ko/menu.json | 20 | ||||
| -rw-r--r-- | i18n/locales/ko/procurement.json | 110 |
5 files changed, 256 insertions, 7 deletions
diff --git a/i18n/locales/en/menu.json b/i18n/locales/en/menu.json index 7b59d34a..ba7cea2a 100644 --- a/i18n/locales/en/menu.json +++ b/i18n/locales/en/menu.json @@ -24,7 +24,10 @@ "shipbuilding": "Shipbuilding", "offshore": "Offshore", "order_contract": "Order & Contract", - "legal": "Legal Review" + "legal": "Legal Review", + "basic_contract": "Basic Contract Management", + "engineering_management": "Engineering Management" + }, "menu": { "master_data": { @@ -64,7 +67,17 @@ "vendor_checklist": "Vendor Evaluation Data Items Management", "vendor_checklist_desc": "Vendor evaluation data items management", "esg_checklist": "ESG Self-Assessment Items Management", - "esg_checklist_desc": "ESG self-assessment items management" + "esg_checklist_desc": "ESG self-assessment items management", + "gtc":"General Terms and Conditions" + }, + "engineering_management": { + "title": "Engineering Management", + "document_list_only": "Document/Drawing List Management(Plant)", + "document_list_only_desc": "Manage vendor submission document/drawing lists", + "document_list_ship": "Document/Drawing List Management(Ship)", + "document_list_ship_desc": "Ship Building document/drawing lists", + "vendor_data": "Vendor Data Management", + "vendor_data_desc": "Input and manage vendor design data" }, "vendor_management": { "title": "Vendor Management", @@ -93,7 +106,9 @@ "risk_mailing": "Risk Management Mailing", "risk_mailing_desc": "Mailing service to procurement managers", "legalReview":"Legal Review Status", - "legalResponse":"Legal Response" + "legalResponse":"Legal Response", + "vendor_regular_registrations": "Regular Vendor Registration Management", + "vendor_regular_registrations_desc": "View and manage regular vendor registration status" }, "tech_sales": { "title": "Technical Sales", diff --git a/i18n/locales/en/procurement.json b/i18n/locales/en/procurement.json new file mode 100644 index 00000000..878ea48b --- /dev/null +++ b/i18n/locales/en/procurement.json @@ -0,0 +1,110 @@ +{ + "basicContracts": { + "templateName": "Template Name", + "status": "Status", + "createdAt": "Created Date", + "updatedAt": "Updated Date", + "completedAt": "Completed Date", + "download": "Download", + "fileInfoMissing": "File information is missing.", + "fileDownloadError": "An error occurred while downloading the file.", + "selectAll": "Select all", + "selectRow": "Select row", + "statusValues": { + "PENDING": "Pending", + "COMPLETED": "Completed" + }, + "tableToolBar": { + "filters": "Filters", + "addFilter": "Add Filter", + "resetFilters": "Reset Filters", + "searchFields": "Search fields", + "noFields": "No fields found", + "noFilters": "No filters", + "addFilters": "Add filters to filter data", + "where": "Where", + "and": "and", + "or": "or", + "selectField": "Select field", + "expandView": "Switch to expanded view", + "compactView": "Switch to compact view" + }, + "filterOperators": { + "contains": "contains", + "doesNotContain": "does not contain", + "is": "is", + "isNot": "is not", + "startsWith": "starts with", + "endsWith": "ends with", + "isEmpty": "is empty", + "isNotEmpty": "is not empty", + "isGreaterThan": "is greater than", + "isGreaterThanOrEqualTo": "is greater than or equal to", + "isLessThan": "is less than", + "isLessThanOrEqualTo": "is less than or equal to", + "isBetween": "is between", + "isTrue": "is true", + "isFalse": "is false" + }, + "filterInputs": { + "placeholder": "Enter value", + "selectOption": "Select an option", + "selectOptions": "Select options", + "searchOptions": "Search options", + "pickDate": "Pick a date", + "noOptionsFound": "No options found", + "selected": "selected" + }, + "toolbar": { + "sign": "Sign", + "export": "Export", + "selectRows": "Please select rows", + "noPendingContracts": "No pending documents", + "actions": "Actions", + "delete": "Delete", + "bulkActions": "Bulk Actions" + }, + "dialog": { + "title": "Basic Contract and Related Document Signing", + "searchPlaceholder": "Search by document name or requester", + "tabAll": "All", + "tabContracts": "Contracts", + "tabDocs": "Related Documents", + "noDocuments": "No documents requested for signing.", + "checkLater": "Please check again later.", + "document": "Document", + "unknown": "Unknown", + "requester": "Requester", + "signWarning": "Cannot be changed after signing.", + "processing": "Processing...", + "completeSign": "Complete Signing", + "selectDocument": "Please select a document", + "selectDocumentDescription": "Select a document to sign from the left list and the document content will be displayed here." + }, + "messages": { + "noData": "No data available.", + "loading": "Loading...", + "error": "An error occurred.", + "deleteConfirm": "Are you sure you want to delete?", + "downloadSuccess": "File download completed successfully.", + "actionSuccess": "Action completed successfully.", + "signSuccess": "Signing completed successfully.", + "documentProcessed": "Document processed successfully.", + "signError": "An error occurred while processing the signature." + }, + "groups": { + "Basic Info": "Basic Info", + "Metadata": "Metadata", + "Contract Details": "Contract Details", + "Dates": "Dates", + "Files": "Files" + }, + "filters": { + "all": "All", + "pending": "Pending", + "completed": "Completed", + "search": "Search", + "reset": "Reset" + } + } +}
\ No newline at end of file diff --git a/i18n/locales/ko/engineering.json b/i18n/locales/ko/engineering.json index abb2e486..3d080143 100644 --- a/i18n/locales/ko/engineering.json +++ b/i18n/locales/ko/engineering.json @@ -371,7 +371,7 @@ "form_meta_not_found": "해당 폼의 메타 정보를 불러올 수 없습니다. ENG 모드의 경우에는 SHI 관리자에게 폼 생성 요청을 하시기 바랍니다." }, "layout":{ - "page_title": "협력업체 데이터 입력", + "page_title": "Vendor Data Input", "no_projects": "이 협력업체에 대한 프로젝트를 찾을 수 없습니다.", "title": "협력업체 데이터", "description": "왼쪽 사이드바에서 패키지를 선택하여 태그를 관리하세요.", diff --git a/i18n/locales/ko/menu.json b/i18n/locales/ko/menu.json index 9e3fe7a2..7ac80a1b 100644 --- a/i18n/locales/ko/menu.json +++ b/i18n/locales/ko/menu.json @@ -24,7 +24,9 @@ "shipbuilding": "조선", "offshore": "해양", "order_contract": "발주 및 계약", - "legal": "법무검토" + "legal": "법무검토", + "basic_contract": "기본계약 관리", + "engineering_management": "설계 관리" }, "menu": { "master_data": { @@ -64,7 +66,17 @@ "vendor_checklist": "협력업체 평가자료 문항 관리", "vendor_checklist_desc": "협력업체 평가자료 문항 관리", "esg_checklist": "ESG 자가진단평가서 항목 관리", - "esg_checklist_desc": "ESG 자가진단평가서 항목 관리" + "esg_checklist_desc": "ESG 자가진단평가서 항목 관리", + "gtc":"General Terms and Conditions" + }, + "engineering_management": { + "title": "설계 관리", + "document_list_only": "문서/도서 리스트 관리(해양)", + "document_list_only_desc": "벤더의 제출 도서/문서의 리스트를 관리", + "document_list_ship": "문서/도서 리스트 관리(조선)", + "document_list_ship_desc": "벤더의 제출 도서/문서의 리스트를 관리", + "vendor_data": "협력업체 데이터 관리", + "vendor_data_desc": "협력업체 설계 데이터 입력 및 관리" }, "vendor_management": { "title": "협력업체 관리", @@ -93,7 +105,9 @@ "risk_mailing": "리스크 관리 메일링", "risk_mailing_desc": "구매담당자에게 메일링 서비스", "legalReview":"법무 검토 현황", - "legalResponse":"법무 검토 회신" + "legalResponse":"법무 검토 회신", + "vendor_regular_registrations": "정규업체 등록관리", + "vendor_regular_registrations_desc": "정규업체 등록 현황을 확인하고 관리" }, "tech_sales": { "title": "기술 영업", diff --git a/i18n/locales/ko/procurement.json b/i18n/locales/ko/procurement.json new file mode 100644 index 00000000..5c1a5d89 --- /dev/null +++ b/i18n/locales/ko/procurement.json @@ -0,0 +1,110 @@ +{ + "basicContracts": { + "templateName": "템플릿명", + "status": "상태", + "createdAt": "생성일", + "updatedAt": "수정일", + "completedAt": "완료일", + "download": "다운로드", + "fileInfoMissing": "파일 정보가 없습니다.", + "fileDownloadError": "파일 다운로드 중 오류가 발생했습니다.", + "selectAll": "전체 선택", + "selectRow": "행 선택", + "statusValues": { + "PENDING": "서명대기", + "COMPLETED": "서명완료" + }, + "tableToolBar": { + "filters": "필터", + "addFilter": "필터 추가", + "resetFilters": "필터 초기화", + "searchFields": "필드 검색", + "noFields": "필드를 찾을 수 없습니다", + "noFilters": "필터가 없습니다", + "addFilters": "데이터를 필터링하려면 필터를 추가하세요", + "where": "조건", + "and": "그리고", + "or": "또는", + "selectField": "필드 선택", + "expandView": "확장 보기로 전환", + "compactView": "컴팩트 보기로 전환" + }, + "filterOperators": { + "contains": "포함", + "doesNotContain": "포함하지 않음", + "is": "같음", + "isNot": "다름", + "startsWith": "시작함", + "endsWith": "끝남", + "isEmpty": "비어있음", + "isNotEmpty": "비어있지 않음", + "isGreaterThan": "보다 큼", + "isGreaterThanOrEqualTo": "보다 크거나 같음", + "isLessThan": "보다 작음", + "isLessThanOrEqualTo": "보다 작거나 같음", + "isBetween": "사이", + "isTrue": "참", + "isFalse": "거짓" + }, + "filterInputs": { + "placeholder": "값을 입력하세요", + "selectOption": "옵션을 선택하세요", + "selectOptions": "옵션을 선택하세요", + "searchOptions": "옵션 검색", + "pickDate": "날짜 선택", + "noOptionsFound": "옵션을 찾을 수 없습니다", + "selected": "개 선택됨" + }, + "toolbar": { + "sign": "서명하기", + "export": "내보내기", + "selectRows": "행을 선택해주세요", + "noPendingContracts": "서명 대기 문서 없음", + "actions": "작업", + "delete": "삭제", + "bulkActions": "일괄 작업" + }, + "dialog": { + "title": "기본계약서 및 관련문서 서명", + "searchPlaceholder": "문서명 또는 요청자 검색", + "tabAll": "전체", + "tabContracts": "계약서", + "tabDocs": "관련문서", + "noDocuments": "서명 요청된 문서가 없습니다.", + "checkLater": "나중에 다시 확인해주세요.", + "document": "문서", + "unknown": "알 수 없음", + "requester": "요청자", + "signWarning": "서명 후에는 변경할 수 없습니다.", + "processing": "처리 중...", + "completeSign": "서명 완료", + "selectDocument": "문서를 선택해주세요", + "selectDocumentDescription": "왼쪽 목록에서 서명할 문서를 선택하면 여기에 문서 내용이 표시됩니다." + }, + "messages": { + "noData": "데이터가 없습니다.", + "loading": "로딩 중...", + "error": "오류가 발생했습니다.", + "deleteConfirm": "정말로 삭제하시겠습니까?", + "downloadSuccess": "파일 다운로드가 완료되었습니다.", + "actionSuccess": "작업이 성공적으로 완료되었습니다.", + "signSuccess": "서명이 성공적으로 완료되었습니다.", + "documentProcessed": "문서가 성공적으로 처리되었습니다.", + "signError": "서명 처리 중 오류가 발생했습니다." + }, + "groups": { + "Basic Info": "기본 정보", + "Metadata": "메타데이터", + "Contract Details": "계약 상세", + "Dates": "날짜", + "Files": "파일" + }, + "filters": { + "all": "전체", + "pending": "대기중", + "completed": "완료됨", + "search": "검색", + "reset": "초기화" + } + } +}
\ No newline at end of file |
