Skip to content

Commit c9ae73b

Browse files
authored
[ko] Update Validation, CLI (#530)
1 parent 47b1b99 commit c9ae73b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Language/ko/CLI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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'

Language/ko/Validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
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.'

0 commit comments

Comments
 (0)