diff options
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/locales/en/dolce.json | 14 | ||||
| -rw-r--r-- | i18n/locales/ko/dolce.json | 14 |
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": "상세도면 수정", |
