igniteui-angular-i18n 14.2.8 → 14.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -157,12 +157,12 @@ const GridResourceStringsKO_ = {
157
157
  igx_grid_pivot_selector_panel_empty: '항목을 여기로 끌어',
158
158
  igx_grid_pivot_empty_message: '피벗 그리드에는 차원과 값이 없습니다.',
159
159
  igx_grid_required_validation_error: '이 필드는 필수입니다',
160
- igx_grid_min_validation_error: 'A value of at least {0} should be entered',
161
- igx_grid_max_validation_error: 'A value no more than {0} should be entered',
162
- igx_grid_min_length_validation_error: 'Entry should be at least {0} character(s) long',
163
- igx_grid_max_length_validation_error: 'Entry should be no more than {0} character(s) long',
164
- igx_grid_email_validation_error: 'A valid email address should be entered',
165
- igx_grid_pattern_validation_error: 'Entry does not match the required pattern'
160
+ igx_grid_min_validation_error: '최소 {0} 값을 입력해야합니다',
161
+ igx_grid_max_validation_error: '{0} 이하의 값을 입력해야합니다',
162
+ igx_grid_min_length_validation_error: '항목은 {0} 이상이어야합니다',
163
+ igx_grid_max_length_validation_error: '항목은 {0} 이상이어야합니다',
164
+ igx_grid_email_validation_error: '유효한 이메일 주소를 입력해야합니다',
165
+ igx_grid_pattern_validation_error: '항목이 필요한 패턴과 일치하지 않습니다'
166
166
  };
167
167
  /**
168
168
  * Korean resource strings for IgxGrid
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular-i18n",
3
- "version": "14.2.8",
3
+ "version": "14.2.10",
4
4
  "description": "IgniteUI for Angular localization resources package",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",