File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 'generator ' => [
2020 'cancelOperation ' => '작업이 취소되었습니다. ' , // 'Operation has been cancelled.'
2121 'className ' => [
22- 'cell ' => '셀 클래스 이름 ' , // 'Cell class name'
22+ 'cell ' => '셀 뷰 이름 ' , // 'Cell view name'
2323 'command ' => '커멘드 클래스 이름 ' , // 'Command class name'
2424 'config ' => '설정 클래스 이름 ' , // 'Config class name'
2525 'controller ' => '컨트롤러 클래스 이름 ' , // 'Controller class name'
Original file line number Diff line number Diff line change 6565 'valid_json ' => '{field} 필드 값은 유효한 json이어야 합니다. ' , // 'The {field} field must contain a valid json.'
6666
6767 // Credit Cards
68- 'valid_cc_num ' => '{field}의 값은 잘못된 신용카드 번호입니다. ' , // '{field} does not appear to be a valid credit card number.'
68+ 'valid_cc_number ' => '{field}의 값은 잘못된 신용카드 번호입니다. ' , // '{field} does not appear to be a valid credit card number.'
6969
7070 // Files
7171 'uploaded ' => '{field} 업로드 파일이 올바르지 않습니다. ' , // '{field} is not a valid uploaded file.'
You can’t perform that action at this time.
0 commit comments