feat(API): 에러 메시지 다국어 추가
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -111,4 +111,12 @@
|
||||
'invalid_status_transition' => 'Invalid status transition.',
|
||||
],
|
||||
|
||||
// Work order related
|
||||
'work_order' => [
|
||||
'not_found' => 'Work order not found.',
|
||||
'cannot_delete_in_progress' => 'Cannot delete in progress or completed work order.',
|
||||
'not_bending_process' => 'This is not a bending process.',
|
||||
'invalid_transition' => "Cannot transition status from ':from' to ':to'. Allowed statuses: :allowed",
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -371,4 +371,12 @@
|
||||
'quote' => [
|
||||
'not_found' => '견적을 찾을 수 없습니다.',
|
||||
],
|
||||
|
||||
// 작업지시 관련
|
||||
'work_order' => [
|
||||
'not_found' => '작업지시를 찾을 수 없습니다.',
|
||||
'cannot_delete_in_progress' => '진행중이거나 완료된 작업지시는 삭제할 수 없습니다.',
|
||||
'not_bending_process' => '벤딩 공정이 아닙니다.',
|
||||
'invalid_transition' => "상태를 ':from'에서 ':to'(으)로 변경할 수 없습니다. 허용된 상태: :allowed",
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user