diff options
| author | joonhoekim <26rote@gmail.com> | 2025-11-28 14:13:46 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-11-28 14:13:46 +0900 |
| commit | 24e0b8c83f7d68156e5a63ba85a541c04036f00b (patch) | |
| tree | deac3a6385b959ced9abed7de134938a609cd68f /i18n/locales | |
| parent | 9cda8482660a87fd98c9ee43f507d75ff75b4e23 (diff) | |
(김준회) dolce: API 추가건 대응 처리(상세도면 및 파일 삭제 기능-Standby 상태)
Diffstat (limited to 'i18n/locales')
| -rw-r--r-- | i18n/locales/en/dolce.json | 3 | ||||
| -rw-r--r-- | i18n/locales/ko/dolce.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/i18n/locales/en/dolce.json b/i18n/locales/en/dolce.json index adb35efe..c198086d 100644 --- a/i18n/locales/en/dolce.json +++ b/i18n/locales/en/dolce.json @@ -69,7 +69,8 @@ "downloadSuccess": "File download completed", "downloadError": "Failed to download file", "detailLoadError": "Failed to load detail drawings", - "fileLoadError": "Failed to load file list" + "fileLoadError": "Failed to load file list", + "uploadRestrictedStandby": "File attachment is only available for 'Standby' status." }, "detailDrawing": { "columns": { diff --git a/i18n/locales/ko/dolce.json b/i18n/locales/ko/dolce.json index e9f7f862..4390a416 100644 --- a/i18n/locales/ko/dolce.json +++ b/i18n/locales/ko/dolce.json @@ -69,7 +69,8 @@ "downloadSuccess": "파일 다운로드가 완료되었습니다", "downloadError": "파일 다운로드에 실패했습니다", "detailLoadError": "상세도면 로드에 실패했습니다", - "fileLoadError": "파일 목록 로드에 실패했습니다" + "fileLoadError": "파일 목록 로드에 실패했습니다", + "uploadRestrictedStandby": "파일 업로드는 'Standby' 상태인 상세도면에만 가능합니다." }, "detailDrawing": { "columns": { |
