Skip to content

Commit

Permalink
fix: yiisoft#19978 - Mistake in Korean translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Akbar Herlambang committed Sep 26, 2023
1 parent 7576761 commit ced6d04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/messages/ko/yii.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
'{attribute} must be greater than or equal to "{compareValue}".' => '{attribute}는 "{compareValue}" 보다 크거나 같아야 합니다.',
'{attribute} must be less than "{compareValue}".' => '{attribute}는 "{compareValue}" 보다 작아야 합니다.',
'{attribute} must be less than or equal to "{compareValue}".' => '{attribute}는 "{compareValue}" 보다 작거나 같아야 합니다.',
'{attribute} must be no greater than {max}.' => '{attribute}는 "{compareValue}" 보다 클 수 없습니다.',
'{attribute} must be no less than {min}.' => '{attribute}는 "{compareValue}" 보다 작을 수 없습니다.',
'{attribute} must be no greater than {max}.' => '{attribute}는 {max} 보다 클 수 없습니다.',
'{attribute} must be no less than {min}.' => '{attribute}는 {min} 보다 작을 수 없습니다.',
'{attribute} must be repeated exactly.' => '{attribute}는 정확하게 반복합니다.',
'{attribute} must not be equal to "{compareValue}".' => '{attribute}는 "{compareValue}"와 같을 수 없습니다.',
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute}는 최소 {min}자 이어야합니다.',
Expand Down

0 comments on commit ced6d04

Please sign in to comment.