mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-01 03:26:36 +08:00 
			
		
		
		
	Merge pull request #19982 from xicond/bugfix/19978-Mistake_in_Korean_translation
fix: #19978 - Mistake in Korean translation
This commit is contained in:
		| @ -75,8 +75,8 @@ return [ | ||||
|     '{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}자 이어야합니다.', | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Bizley
					Bizley