diff options
| -rw-r--r-- | i18n/locales/en/engineering.json | 10 | ||||
| -rw-r--r-- | i18n/locales/ko/engineering.json | 10 | ||||
| -rw-r--r-- | lib/vendor-document-list/ship/send-to-shi-button.tsx | 4 |
3 files changed, 20 insertions, 4 deletions
diff --git a/i18n/locales/en/engineering.json b/i18n/locales/en/engineering.json index 865903c6..805ce0a7 100644 --- a/i18n/locales/en/engineering.json +++ b/i18n/locales/en/engineering.json @@ -327,7 +327,15 @@ "targetContracts": "Target Contracts", "progress": "Progress", "itemCount": "{{count}} items", - "contractCount": "{{count}} contracts" + "contractCount": "{{count}} contracts", + "experimental": "In Development", + "documents": "Documents", + "revisions": "Revisions", + "attachments": "Attachments", + "pendingShort": "Pending", + "syncedShort": "Synced", + "failedShort": "Failed", + "detailsByType": "Details by Type" }, "messages": { "noVendorId": "Vendor ID not found", diff --git a/i18n/locales/ko/engineering.json b/i18n/locales/ko/engineering.json index 3d080143..9df1c1e7 100644 --- a/i18n/locales/ko/engineering.json +++ b/i18n/locales/ko/engineering.json @@ -327,7 +327,15 @@ "targetContracts": "대상 계약", "progress": "진행률", "itemCount": "{{count}}건", - "contractCount": "{{count}}개" + "contractCount": "{{count}}개", + "experimental": "개발중", + "documents": "문서", + "revisions": "리비전", + "attachments": "첨부파일", + "pendingShort": "대기", + "syncedShort": "완료", + "failedShort": "실패", + "detailsByType": "유형별 상세정보" }, "messages": { "noVendorId": "벤더 ID를 찾을 수 없습니다", diff --git a/lib/vendor-document-list/ship/send-to-shi-button.tsx b/lib/vendor-document-list/ship/send-to-shi-button.tsx index 7bb85710..2a61f257 100644 --- a/lib/vendor-document-list/ship/send-to-shi-button.tsx +++ b/lib/vendor-document-list/ship/send-to-shi-button.tsx @@ -354,9 +354,9 @@ export function SendToSHIButton({ <div className="space-y-2"> <div className="text-sm font-medium flex items-center gap-2"> {t('shiSync.labels.detailsByType')} - <Badge variant="outline" className="text-xs"> + {/* <Badge variant="outline" className="text-xs"> {t('shiSync.labels.experimental')} - </Badge> + </Badge> */} </div> <div className="space-y-1 text-xs"> |
