feat(API): 에러 메시지 다국어 추가

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-01-13 19:49:44 +09:00
parent eb3dfb0836
commit b37083e168
2 changed files with 16 additions and 0 deletions

View File

@@ -371,4 +371,12 @@
'quote' => [
'not_found' => '견적을 찾을 수 없습니다.',
],
// 작업지시 관련
'work_order' => [
'not_found' => '작업지시를 찾을 수 없습니다.',
'cannot_delete_in_progress' => '진행중이거나 완료된 작업지시는 삭제할 수 없습니다.',
'not_bending_process' => '벤딩 공정이 아닙니다.',
'invalid_transition' => "상태를 ':from'에서 ':to'(으)로 변경할 수 없습니다. 허용된 상태: :allowed",
],
];