diff options
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/locales/en/engineering.json | 17 | ||||
| -rw-r--r-- | i18n/locales/ko/engineering.json | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/i18n/locales/en/engineering.json b/i18n/locales/en/engineering.json index 705b4c0c..f2109e8c 100644 --- a/i18n/locales/en/engineering.json +++ b/i18n/locales/en/engineering.json @@ -343,5 +343,22 @@ "title": "Sync to SHI System", "description": "Send changed document data from {{contractCount}} contracts to {{targetSystem}} system." } + }, + "errors": { + "form_meta_not_found": "Unable to load meta information for this form. For ENG mode, please request form creation from SHI administrator." + }, + "layout":{ + "page_title": "Vendor Data Entry", + "no_projects": "No projects found for this vendor.", + "title": "Vendor Data", + "description": "Select a package from the left sidebar to manage tags.", + "getting_started": { + "title": "Getting Started", + "step1": "Select a project/contract from the top left.", + "step2": "Click on package items in the sidebar.", + "step3": "You can check and manage tag information for the selected package.", + "step4": "Click on form items in the sidebar.", + "step5": "You can check and manage column information for the selected form." + } } }
\ No newline at end of file diff --git a/i18n/locales/ko/engineering.json b/i18n/locales/ko/engineering.json index c1e44538..3c6a130d 100644 --- a/i18n/locales/ko/engineering.json +++ b/i18n/locales/ko/engineering.json @@ -343,5 +343,22 @@ "title": "SHI 시스템으로 동기화", "description": "{{contractCount}}개 계약의 변경된 문서 데이터를 {{targetSystem}} 시스템으로 전송합니다." } + }, + "errors": { + "form_meta_not_found": "해당 폼의 메타 정보를 불러올 수 없습니다. ENG 모드의 경우에는 SHI 관리자에게 폼 생성 요청을 하시기 바랍니다." + }, + "layout":{ + "page_title": "협력업체 데이터 입력", + "no_projects": "이 협력업체에 대한 프로젝트를 찾을 수 없습니다.", + "title": "협력업체 데이터", + "description": "왼쪽 사이드바에서 패키지를 선택하여 태그를 관리하세요.", + "getting_started": { + "title": "시작하는 방법", + "step1": "왼쪽 상단에서 프로젝트/계약을 선택하세요.", + "step2": "사이드바에서 패키지 항목을 클릭하세요.", + "step3": "선택한 패키지의 태그 정보를 확인하고 관리할 수 있습니다.", + "step4": "사이드바에서 폼 항목을 클릭하세요.", + "step5": "선택함 폼의 칼럼 정보를 확인하고 관리할 수 있습니다." + } } }
\ No newline at end of file |
