From 95984e67b8d57fbe1431fcfedf3bb682f28416b3 Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Thu, 27 Nov 2025 17:48:28 +0900 Subject: (김준회) swp 영문 처리 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/swp/table/swp-help-dialog.tsx | 78 +++++++++++++++++++-------------------- 1 file changed, 39 insertions(+), 39 deletions(-) (limited to 'lib/swp/table/swp-help-dialog.tsx') diff --git a/lib/swp/table/swp-help-dialog.tsx b/lib/swp/table/swp-help-dialog.tsx index 7b18c100..a355f5ad 100644 --- a/lib/swp/table/swp-help-dialog.tsx +++ b/lib/swp/table/swp-help-dialog.tsx @@ -18,21 +18,21 @@ export function SwpUploadHelpDialog() { - 파일 업로드 가이드 + File Upload Guide - 올바른 파일명 형식으로 업로드해주세요 + Please upload with the correct file name format
{/* 탭 설명 */}
-

탭 설명

+

Tab Description

@@ -40,8 +40,8 @@ export function SwpUploadHelpDialog() { DOCUMENT REGISTRATION TAB

- 파일을 업로드한 현황입니다. SHI가 파일 접수 여부를 응답할 예정입니다. - 업로드한 파일의 승낙 여부 등을 확인할 수 있으며, 접수 전의 Standby 상태의 경우 업로드를 취소할 수 있습니다. + This shows the status of uploaded files. SHI will respond with file acceptance status. + You can check the acceptance status of uploaded files, and cancel uploads in Standby status before acceptance.

@@ -50,8 +50,8 @@ export function SwpUploadHelpDialog() { DOCUMENT LIST TAB

- 파일을 업로드한 뒤, SHI가 업로드한 파일을 수락하면 Rev, Activity No가 만들어지며, 해당 테이블에 추가됩니다. - 수락시 Activity No 가 부여됩니다. + After uploading a file, if SHI accepts the uploaded file, Rev and Activity No are created and added to this table. + Activity No is assigned upon acceptance.

@@ -59,29 +59,29 @@ export function SwpUploadHelpDialog() { {/* 파일명 형식 */}
-

파일명 형식

+

File Name Format

- [DOC_NO]_[REV_NO]_[STAGE].[확장자] + [DOC_NO]_[REV_NO]_[STAGE].[Extension]

- [주의] 언더스코어(_)가 최소 2개 이상 있어야 합니다 + [Note] Must contain at least 2 underscores (_)

- [선택사항] 4번째 항목으로 파일명을 추가할 수 있습니다 (예: [DOC_NO]_[REV_NO]_[STAGE]_[파일명].[확장자]) + [Optional] You can add a file name as the 4th item (e.g. [DOC_NO]_[REV_NO]_[STAGE]_[FileName].[Extension])

{/* 각 항목 설명 - 1라인 형태 */}
-

항목 설명

+

Item Description

DOC_NO
- 벤더의 문서번호 - - 프로젝트마다 유니크해야 합니다 + Vendor Document Number + - Must be unique per project
@@ -90,8 +90,8 @@ export function SwpUploadHelpDialog() { REV_NO
- 리비전 번호 - - 보통 01, 02 같은 식으로 피드백에 따라 증가합니다 + Revision Number + - Usually increments like 01, 02 based on feedback
@@ -100,32 +100,32 @@ export function SwpUploadHelpDialog() { STAGE
- 스테이지 - - 스테이지 정보를 입력해주세요. (예: IFA, IFC) + Stage + - Please enter stage information. (e.g. IFA, IFC)
- 파일명 + File Name
- 자유 파일명 (선택사항) - - 문서를 식별할 수 있는 이름 (언더스코어 포함 가능, 생략 가능) + Free File Name (Optional) + - Name to identify the document (Underscores allowed, optional)
{/* 예시 */}
-

올바른 예시

+

Correct Examples

VD-DOC-001_01_IFA.pdf

- [O] 기본 형식 (파일명 생략) + [O] Basic Format (File Name Omitted)

@@ -133,7 +133,7 @@ export function SwpUploadHelpDialog() { VD-DOC-001_01_IFA_drawing_final.pdf

- [O] 파일명 추가 (파일명에 언더스코어 포함 가능) + [O] File Name Added (Underscores allowed in file name)

@@ -141,7 +141,7 @@ export function SwpUploadHelpDialog() { TECH-SPEC-002_02_IFC.dwg

- [O] 기본 형식 사용 + [O] Basic Format Used

@@ -149,7 +149,7 @@ export function SwpUploadHelpDialog() { DOC-003_03_IFA_test_result_data.xlsx

- [O] 파일명 추가 (여러 단어 조합 가능) + [O] File Name Added (Multiple words allowed)

@@ -157,14 +157,14 @@ export function SwpUploadHelpDialog() { {/* 잘못된 예시 */}
-

잘못된 예시

+

Incorrect Examples

VD-DOC-001-01-IFA.pdf

- [X] 언더스코어(_) 대신 하이픈(-) 사용 + [X] Hyphen (-) used instead of Underscore (_)

@@ -172,7 +172,7 @@ export function SwpUploadHelpDialog() { VD-DOC-001_01.pdf

- [X] STAGE 정보 누락 (최소 3개 항목 필요) + [X] STAGE info missing (Minimum 3 items required)

@@ -180,7 +180,7 @@ export function SwpUploadHelpDialog() { VD DOC 001_01_IFA.pdf

- [X] 공백 포함 (언더스코어 사용 필요) + [X] Contains spaces (Use underscores)

@@ -188,7 +188,7 @@ export function SwpUploadHelpDialog() { VD-DOC-001__IFA.pdf

- [X] REV_NO 비어있음 (빈 항목 불가) + [X] REV_NO empty (Cannot be empty)

@@ -197,15 +197,15 @@ export function SwpUploadHelpDialog() { {/* 주의사항 */}

- [주의사항] + [Precautions]

    -
  • 파일명은 최소 [DOC_NO]_[REV_NO]_[STAGE].[확장자] 형식이어야 합니다
  • -
  • DOC_NO는 현재 프로젝트에 할당된 문서번호여야 합니다
  • -
  • 4번째 항목(파일명)은 선택사항으로 생략 가능합니다
  • -
  • 업로드 날짜/시간은 시스템에서 자동으로 생성됩니다
  • -
  • 같은 파일명으로 이미 업로드된 파일이 있으면 덮어쓰지 않고 오류 처리됩니다
  • -
  • 프로젝트를 먼저 선택해야 업로드 버튼이 활성화됩니다
  • +
  • File name must be at least in [DOC_NO]_[REV_NO]_[STAGE].[Extension] format
  • +
  • DOC_NO must be a document number assigned to the current project
  • +
  • The 4th item (File Name) is optional and can be omitted
  • +
  • Upload date/time is automatically generated by the system
  • +
  • If a file with the same name is already uploaded, it will not be overwritten and will be treated as an error
  • +
  • You must select a project first to enable the upload button
-- cgit v1.2.3