summaryrefslogtreecommitdiff
path: root/i18n/locales
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-11-27 13:48:44 +0900
committerjoonhoekim <26rote@gmail.com>2025-11-27 13:48:44 +0900
commitb43b1d92ef3d7e57b5df5cd72f75dc3a1c3f1c7a (patch)
tree943e2a52c9e56bdce2fa3a35ef61b795370f47e0 /i18n/locales
parent79cfa7ea8f21ae227dbb2843ae536fe876ba7c55 (diff)
(김준회) swp 파일 개수 컬럼 삭제 (API에서 주지 않는 데이터), dolce rebuild 에서 상태값 수정, bulk upload MatchBatchFileDwg API 사용해 Edit 으로 보내도록 수정 (Category, status 하드코딩 값 넣어주도록 처리), 상세도면, 파일 추가시 확인 다이얼로그 추가
Diffstat (limited to 'i18n/locales')
-rw-r--r--i18n/locales/en/dolce.json14
-rw-r--r--i18n/locales/ko/dolce.json14
2 files changed, 24 insertions, 4 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",
diff --git a/i18n/locales/ko/dolce.json b/i18n/locales/ko/dolce.json
index 94c61d26..e9f7f862 100644
--- a/i18n/locales/ko/dolce.json
+++ b/i18n/locales/ko/dolce.json
@@ -144,7 +144,12 @@
"selectFilesError": "파일을 선택해주세요",
"uploadSuccess": "{{count}}개 파일 업로드 완료",
"uploadError": "업로드 실패",
- "uploadErrorMessage": "업로드 중 오류가 발생했습니다"
+ "uploadErrorMessage": "업로드 중 오류가 발생했습니다",
+ "confirmTitle": "파일 업로드 확인",
+ "confirmMessage": "선택한 파일을 업로드하시겠습니까?",
+ "backButton": "뒤로",
+ "confirmUpload": "업로드",
+ "nextButton": "다음"
},
"addDetailDialog": {
"title": "상세도면 추가",
@@ -180,7 +185,12 @@
"addSuccessPartialUpload": "상세도면은 추가되었으나 파일 업로드 실패: {{error}}",
"addSuccess": "상세도면이 추가되었습니다",
"addError": "상세도면 추가에 실패했습니다",
- "addErrorMessage": "상세도면 추가 중 오류가 발생했습니다"
+ "addErrorMessage": "상세도면 추가 중 오류가 발생했습니다",
+ "confirmTitle": "확인",
+ "confirmMessage": "아래 내용으로 제출하시겠습니까?",
+ "backButton": "뒤로",
+ "confirmSubmit": "제출",
+ "nextButton": "다음"
},
"editDetailDialog": {
"title": "상세도면 수정",