From ccca806e803baf87bbc97cb2c49b0065673b7a6b Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 9 Jul 2025 06:23:58 +0000 Subject: (최겸) 한글화 및 구매 excel 기준 용어 변경, description 주석처리 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/bidding-projects/bid-projects-container.tsx | 4 ++-- components/document-lists/vendor-doc-list-client.tsx | 6 +++--- components/documents/vendor-docs.client.tsx | 6 +++--- components/items-tech/item-tech-container.tsx | 4 ++-- .../tech-vendor-possible-items-container.tsx | 4 ++-- components/tech-vendors/tech-vendor-container.tsx | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) (limited to 'components') diff --git a/components/bidding-projects/bid-projects-container.tsx b/components/bidding-projects/bid-projects-container.tsx index cae01b04..9890a959 100644 --- a/components/bidding-projects/bid-projects-container.tsx +++ b/components/bidding-projects/bid-projects-container.tsx @@ -69,9 +69,9 @@ export function BidProjectsContainer({

견적 프로젝트 리스트

-

+ {/*

데이터 출처 - SHIP/HULL: From ECC(S-ERP), TOP: From NONSAP -

+

*/} {/* 오른쪽: 프로젝트 타입 드롭다운 */} diff --git a/components/document-lists/vendor-doc-list-client.tsx b/components/document-lists/vendor-doc-list-client.tsx index 2bd7d996..61a85048 100644 --- a/components/document-lists/vendor-doc-list-client.tsx +++ b/components/document-lists/vendor-doc-list-client.tsx @@ -61,15 +61,15 @@ export default function VendorDocumentListClient({ {/* 왼쪽: 타이틀 & 설명 */}
-

Vendor Document List

+

협력업체 문서 리스트 관리

-

+ {/*

{projectType === "ship" ? "삼성중공업 문서시스템으로부터 목록을 가져오고 문서 파일을 등록하여 삼성중공업으로 전달할 수 있습니다." : "문서리스트와 이슈스테이지를 생성하고 관리할 수 있으며 문서 파일을 등록하여 삼성중공업으로 전달할 수 있습니다." } -

+

*/}
{/* 오른쪽: ProjectSwitcher */} diff --git a/components/documents/vendor-docs.client.tsx b/components/documents/vendor-docs.client.tsx index ebc30b83..15caf57c 100644 --- a/components/documents/vendor-docs.client.tsx +++ b/components/documents/vendor-docs.client.tsx @@ -56,13 +56,13 @@ export default function VendorDocumentsClient({ {/* 왼쪽: 타이틀 & 설명 */}
-

Vendor Documents

+

협력업체 문서 관리

-

+ {/*

문서리스트를 확인하고 리스트에 맞게 문서를 업로드하고 관리할 수 있으며 삼성중공업으로 전달할 수 있습니다. -

+

*/}
{/* 오른쪽: ProjectSwitcher */} diff --git a/components/items-tech/item-tech-container.tsx b/components/items-tech/item-tech-container.tsx index 260f3e64..dedec70b 100644 --- a/components/items-tech/item-tech-container.tsx +++ b/components/items-tech/item-tech-container.tsx @@ -60,9 +60,9 @@ export function ItemTechContainer({

자재 관리

-

+ {/*

조선 및 해양 자재를 등록하고 관리할 수 있습니다. -

+

*/} {/* 오른쪽: 아이템 타입 드롭다운 */} diff --git a/components/tech-vendor-possible-items/tech-vendor-possible-items-container.tsx b/components/tech-vendor-possible-items/tech-vendor-possible-items-container.tsx index 90b28176..a2e0e9b6 100644 --- a/components/tech-vendor-possible-items/tech-vendor-possible-items-container.tsx +++ b/components/tech-vendor-possible-items/tech-vendor-possible-items-container.tsx @@ -64,9 +64,9 @@ export function TechVendorPossibleItemsContainer({ {/* 왼쪽: 타이틀 & 설명 */}

기술영업 벤더 아이템 관리

-

+ {/*

기술영업 벤더별 가능 아이템을 관리합니다. -

+

*/}
{/* 오른쪽: 벤더 타입 드롭다운 */} diff --git a/components/tech-vendors/tech-vendor-container.tsx b/components/tech-vendors/tech-vendor-container.tsx index 505a2ea4..0b5b436d 100644 --- a/components/tech-vendors/tech-vendor-container.tsx +++ b/components/tech-vendors/tech-vendor-container.tsx @@ -65,9 +65,9 @@ export function TechVendorContainer({

기술영업 벤더 리스트

-

+ {/*

기술영업 벤더에 대한 요약 정보를 확인하고 관리할 수 있습니다. -

+

*/} {/* 오른쪽: 벤더 타입 드롭다운 */} -- cgit v1.2.3