diff options
| author | joonhoekim <26rote@gmail.com> | 2025-11-27 13:48:44 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-11-27 13:48:44 +0900 |
| commit | b43b1d92ef3d7e57b5df5cd72f75dc3a1c3f1c7a (patch) | |
| tree | 943e2a52c9e56bdce2fa3a35ef61b795370f47e0 /i18n/locales/en/dolce.json | |
| parent | 79cfa7ea8f21ae227dbb2843ae536fe876ba7c55 (diff) | |
(김준회) swp 파일 개수 컬럼 삭제 (API에서 주지 않는 데이터), dolce rebuild 에서 상태값 수정, bulk upload MatchBatchFileDwg API 사용해 Edit 으로 보내도록 수정 (Category, status 하드코딩 값 넣어주도록 처리), 상세도면, 파일 추가시 확인 다이얼로그 추가
Diffstat (limited to 'i18n/locales/en/dolce.json')
| -rw-r--r-- | i18n/locales/en/dolce.json | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/i18n/locales/en/dolce.json b/i18n/locales/en/dolce.json index 66d98f8a..adb35efe 100644 --- a/i18n/locales/en/dolce.json +++ b/i18n/locales/en/dolce.json @@ -144,7 +144,12 @@ "selectFilesError": "Please select files", "uploadSuccess": "{{count}} file(s) uploaded successfully", "uploadError": "Upload failed", - "uploadErrorMessage": "An error occurred during upload" + "uploadErrorMessage": "An error occurred during upload", + "confirmTitle": "Confirm File Upload", + "confirmMessage": "Do you want to upload the selected files?", + "backButton": "Back", + "confirmUpload": "Upload", + "nextButton": "Next" }, "addDetailDialog": { "title": "Add Detail Drawing", @@ -180,7 +185,12 @@ "addSuccessPartialUpload": "Detail drawing added but file upload failed: {{error}}", "addSuccess": "Detail drawing added successfully", "addError": "Failed to add detail drawing", - "addErrorMessage": "An error occurred while adding detail drawing" + "addErrorMessage": "An error occurred while adding detail drawing", + "confirmTitle": "Confirmation", + "confirmMessage": "Do you want to submit with the following details?", + "backButton": "Back", + "confirmSubmit": "Submit", + "nextButton": "Next" }, "editDetailDialog": { "title": "Edit Detail Drawing", |
