|
13 | 13 | |
|
14 | 14 | */
|
15 | 15 |
|
16 |
| - 'accepted' => 'This field must be accepted.', |
17 |
| - 'active_url' => 'This is not a valid URL.', |
18 |
| - 'after' => 'This must be a date after :date.', |
19 |
| - 'after_or_equal' => 'This must be a date after or equal to :date.', |
20 |
| - 'alpha' => 'This field may only contain letters.', |
21 |
| - 'alpha_dash' => 'This field may only contain letters, numbers, dashes and underscores.', |
22 |
| - 'alpha_num' => 'This field may only contain letters and numbers.', |
23 |
| - 'array' => 'This field must be an array.', |
24 |
| - 'before' => 'This must be a date before :date.', |
25 |
| - 'before_or_equal' => 'This must be a date before or equal to :date.', |
| 16 | + 'accepted' => '이 필드를 동의해야 합니다.', |
| 17 | + 'active_url' => '이 URL은 유효한 URL이 아닙니다.', |
| 18 | + 'after' => ':date 이후 날짜여야 합니다.', |
| 19 | + 'after_or_equal' => ':date 이후 날짜이거나 같은 날짜여야 합니다.', |
| 20 | + 'alpha' => '이 필드는 문자만 포함할 수 있습니다.', |
| 21 | + 'alpha_dash' => '이 필드는 문자, 숫자, 대쉬(-), 밑줄(_)만 포함할 수 있습니다.', |
| 22 | + 'alpha_num' => '이 필드는 문자와 숫자만 포함할 수 있습니다.', |
| 23 | + 'array' => '이 필드는 배열이어야 합니다.', |
| 24 | + 'before' => ':date 이전 날짜여야 합니다.', |
| 25 | + 'before_or_equal' => ':date 이전 날짜이거나 같은 날짜여야 합니다.', |
26 | 26 | 'between' => [
|
27 |
| - 'numeric' => 'This value must be between :min and :max.', |
28 |
| - 'file' => 'This file must be between :min and :max kilobytes.', |
29 |
| - 'string' => 'This string must be between :min and :max characters.', |
30 |
| - 'array' => 'This content must have between :min and :max items.', |
| 27 | + 'numeric' => '이 값은 :min에서 :max 사이여야 합니다.', |
| 28 | + 'file' => '이 파일의 용량은 :min에서 :max 킬로바이트 사이여야 합니다.', |
| 29 | + 'string' => '이 문자열의 길이는 :min에서 :max 문자 사이여야 합니다.', |
| 30 | + 'array' => '이 배열의 항목 수는 :min에서 :max 개의 항목이 있어야 합니다.', |
31 | 31 | ],
|
32 |
| - 'boolean' => 'This field must be true or false.', |
33 |
| - 'confirmed' => 'The confirmation does not match.', |
34 |
| - 'date' => 'This is not a valid date.', |
35 |
| - 'date_equals' => 'This must be a date equal to :date.', |
36 |
| - 'date_format' => 'This does not match the format :format.', |
37 |
| - 'different' => 'This value must be different from :other.', |
38 |
| - 'digits' => 'This must be :digits digits.', |
39 |
| - 'digits_between' => 'This must be between :min and :max digits.', |
40 |
| - 'dimensions' => 'This image has invalid dimensions.', |
41 |
| - 'distinct' => 'This field has a duplicate value.', |
42 |
| - 'email' => 'This must be a valid email address.', |
43 |
| - 'ends_with' => 'This must end with one of the following: :values.', |
44 |
| - 'exists' => 'The selected value is invalid.', |
45 |
| - 'file' => 'The content must be a file.', |
46 |
| - 'filled' => 'This field must have a value.', |
| 32 | + 'boolean' => '이 필드는 true 또는 false 이어야 합니다.', |
| 33 | + 'confirmed' => '확인 항목이 일치하지 않습니다.', |
| 34 | + 'date' => '유효한 날짜가 아닙니다.', |
| 35 | + 'date_equals' => ':date과(와) 같은날짜여야합니다.', |
| 36 | + 'date_format' => ':format 형식과 일치하지 않습니다.', |
| 37 | + 'different' => '이 값과 :other은(는) 서로 달라야 합니다.', |
| 38 | + 'digits' => ':digits 자리 숫자여야 합니다.', |
| 39 | + 'digits_between' => ':min에서 :max 자리 사이여야 합니다.', |
| 40 | + 'dimensions' => '올바르지 않는 이미지 크기입니다.', |
| 41 | + 'distinct' => '이 필드에 중복된 값이 있습니다.', |
| 42 | + 'email' => '유효한 이메일 주소여야 합니다.', |
| 43 | + 'ends_with' => '다음 중 하나로 끝나야 합니다: :values.', |
| 44 | + 'exists' => '선택된 값은 올바르지 않습니다.', |
| 45 | + 'file' => '파일이어야 합니다.', |
| 46 | + 'filled' => '이 필드는 값이 있어야 합니다.', |
47 | 47 | 'gt' => [
|
48 |
| - 'numeric' => 'The value must be greater than :value.', |
49 |
| - 'file' => 'The file size must be greater than :value kilobytes.', |
50 |
| - 'string' => 'The string must be greater than :value characters.', |
51 |
| - 'array' => 'The content must have more than :value items.', |
| 48 | + 'numeric' => '이 값은 :value보다 커야 합니다.', |
| 49 | + 'file' => '이 파일의 용량은 :value킬로바이트보다 커야 합니다.', |
| 50 | + 'string' => '이 문자열의 길이는 :value보다 길어야 합니다.', |
| 51 | + 'array' => '이 배열의 항목 수는 :value개 보다 많아야 합니다.', |
52 | 52 | ],
|
53 | 53 | 'gte' => [
|
54 |
| - 'numeric' => 'The value must be greater than or equal :value.', |
55 |
| - 'file' => 'The file size must be greater than or equal :value kilobytes.', |
56 |
| - 'string' => 'The string must be greater than or equal :value characters.', |
57 |
| - 'array' => 'The content must have :value items or more.', |
| 54 | + 'numeric' => '이 값은 :value보다 같거나 커야 합니다.', |
| 55 | + 'file' => '이 파일의 용량은 :value킬로바이트보다 같거나 커야 합니다.', |
| 56 | + 'string' => '이 문자열의 길이는 :value보다 같거나 길어야 합니다.', |
| 57 | + 'array' => '이 배열의 항목 수는 :value개 보다 같거나 많아야 합니다.', |
58 | 58 | ],
|
59 |
| - 'image' => 'This must be an image.', |
60 |
| - 'in' => 'The selected value is invalid.', |
61 |
| - 'in_array' => 'This value does not exist in :other.', |
62 |
| - 'integer' => 'This must be an integer.', |
63 |
| - 'ip' => 'This must be a valid IP address.', |
64 |
| - 'ipv4' => 'This must be a valid IPv4 address.', |
65 |
| - 'ipv6' => 'This must be a valid IPv6 address.', |
66 |
| - 'json' => 'This must be a valid JSON string.', |
| 59 | + 'image' => '이미지여야 합니다.', |
| 60 | + 'in' => '선택된 값은 올바르지 않습니다.', |
| 61 | + 'in_array' => '이 값은 :other에 존재하지 않습니다.', |
| 62 | + 'integer' => '정수여야 합니다.', |
| 63 | + 'ip' => '유효한 IP 주소여야 합니다.', |
| 64 | + 'ipv4' => '유효한 IPv4 주소여야 합니다.', |
| 65 | + 'ipv6' => '유효한 IPv6 주소여야 합니다.', |
| 66 | + 'json' => 'JSON 문자열이어야 합니다.', |
67 | 67 | 'lt' => [
|
68 |
| - 'numeric' => 'The value must be less than :value.', |
69 |
| - 'file' => 'The file size must be less than :value kilobytes.', |
70 |
| - 'string' => 'The string must be less than :value characters.', |
71 |
| - 'array' => 'The content must have less than :value items.', |
| 68 | + 'numeric' => '이 값은 :value보다 작아야 합니다.', |
| 69 | + 'file' => '이 파일의 용량은 :value킬로바이트보다 작아야 합니다.', |
| 70 | + 'string' => '이 문자열의 길이는 :value보다 짧아야 합니다.', |
| 71 | + 'array' => '이 배열의 항목 수는 :value개 보다 작아야 합니다.', |
72 | 72 | ],
|
73 | 73 | 'lte' => [
|
74 |
| - 'numeric' => 'The value must be less than or equal :value.', |
75 |
| - 'file' => 'The file size must be less than or equal :value kilobytes.', |
76 |
| - 'string' => 'The string must be less than or equal :value characters.', |
77 |
| - 'array' => 'The content must not have more than :value items.', |
| 74 | + 'numeric' => '이 값은 :value보다 같거나 작아야 합니다.', |
| 75 | + 'file' => '이 파일의 용량은 :value킬로바이트보다 같거나 작아야 합니다.', |
| 76 | + 'string' => '이 문자열의 길이는 :value보다 같거나 짧아야 합니다.', |
| 77 | + 'array' => '이 배열의 항목 수는 :value개 보다 같거나 작아야 합니다.', |
78 | 78 | ],
|
79 | 79 | 'max' => [
|
80 |
| - 'numeric' => 'The value may not be greater than :max.', |
81 |
| - 'file' => 'The file size may not be greater than :max kilobytes.', |
82 |
| - 'string' => 'The string may not be greater than :max characters.', |
83 |
| - 'array' => 'The content may not have more than :max items.', |
| 80 | + 'numeric' => '이 값은 :max보다 클 수 없습니다.', |
| 81 | + 'file' => '이 파일의 용량은 :max킬로바이트보다 클 수 없습니다.', |
| 82 | + 'string' => '이 문자열의 길이는 :max자보다 클 수 없습니다.', |
| 83 | + 'array' => '이 배열의 항목 수는 :max개보다 많을 수 없습니다.', |
84 | 84 | ],
|
85 |
| - 'mimes' => 'This must be a file of type: :values.', |
86 |
| - 'mimetypes' => 'This must be a file of type: :values.', |
| 85 | + 'mimes' => '다음의 파일 형식이어야 합니다: :values.', |
| 86 | + 'mimetypes' => '다음의 파일 형식이어야 합니다: :values.', |
87 | 87 | 'min' => [
|
88 |
| - 'numeric' => 'The value must be at least :min.', |
89 |
| - 'file' => 'The file size must be at least :min kilobytes.', |
90 |
| - 'string' => 'The string must be at least :min characters.', |
91 |
| - 'array' => 'The value must have at least :min items.', |
| 88 | + 'numeric' => '이 값은 최소한 :min이어야 합니다.', |
| 89 | + 'file' => '이 파일의 용량은 최소한 :min킬로바이트이어야 합니다.', |
| 90 | + 'string' => '이 문자열의 길이는 최소한 :min자이어야 합니다.', |
| 91 | + 'array' => '이 배열의 항목 수는 최소한 :min개의 항목이 있어야 합니다.', |
92 | 92 | ],
|
93 |
| - 'not_in' => 'The selected value is invalid.', |
94 |
| - 'not_regex' => 'This format is invalid.', |
95 |
| - 'numeric' => 'This must be a number.', |
96 |
| - 'password' => 'The password is incorrect.', |
97 |
| - 'present' => 'This field must be present.', |
98 |
| - 'regex' => 'This format is invalid.', |
99 |
| - 'required' => 'This field is required.', |
100 |
| - 'required_if' => 'This field is required when :other is :value.', |
101 |
| - 'required_unless' => 'This field is required unless :other is in :values.', |
102 |
| - 'required_with' => 'This field is required when :values is present.', |
103 |
| - 'required_with_all' => 'This field is required when :values are present.', |
104 |
| - 'required_without' => 'This field is required when :values is not present.', |
105 |
| - 'required_without_all' => 'This field is required when none of :values are present.', |
106 |
| - 'same' => 'The value of this field must match the one from :other.', |
| 93 | + 'not_in' => '선택된 값은 올바르지 않습니다.', |
| 94 | + 'not_regex' => '형식이 올바르지 않습니다.', |
| 95 | + 'numeric' => '숫자여야 합니다.', |
| 96 | + 'password' => '비밀번호가 잘못되었습니다.', |
| 97 | + 'present' => '이 필드가 있어야 합니다.', |
| 98 | + 'regex' => '형식이 올바르지 않습니다.', |
| 99 | + 'required' => '이 필드는 필수입니다.', |
| 100 | + 'required_if' => ':other이(가) :value 일 때 이 필드는 필수입니다.', |
| 101 | + 'required_unless' => ':other이(가) :values에 없다면 이 필드는 필수입니다.', |
| 102 | + 'required_with' => ':values이(가) 있는 경우이 필드는 필수입니다.', |
| 103 | + 'required_with_all' => ':values이(가) 모두 있는 경우 이 필드는 필수입니다.', |
| 104 | + 'required_without' => ':values이(가) 없는 경우 이 필드는 필수입니다.', |
| 105 | + 'required_without_all' => ':values이(가) 모두 없는 경우 이 필드는 필수입니다.', |
| 106 | + 'same' => '이 필드의 값과 :other은(는) 일치해야 합니다.', |
107 | 107 | 'size' => [
|
108 |
| - 'numeric' => 'The value must be :size.', |
109 |
| - 'file' => 'The file size must be :size kilobytes.', |
110 |
| - 'string' => 'The string must be :size characters.', |
111 |
| - 'array' => 'The content must contain :size items.', |
| 108 | + 'numeric' => '이 값은 :size (이)여야 합니다.', |
| 109 | + 'file' => '이 파일의 용량은 :size킬로바이트여야 합니다.', |
| 110 | + 'string' => '이 문자열의 길이는 :size자여야 합니다.', |
| 111 | + 'array' => '이 배열은 :size개의 항목을 포함해야 합니다.', |
112 | 112 | ],
|
113 |
| - 'starts_with' => 'This must start with one of the following: :values.', |
114 |
| - 'string' => 'This must be a string.', |
115 |
| - 'timezone' => 'This must be a valid zone.', |
116 |
| - 'unique' => 'This has already been taken.', |
117 |
| - 'uploaded' => 'This failed to upload.', |
118 |
| - 'url' => 'This format is invalid.', |
119 |
| - 'uuid' => 'This must be a valid UUID.', |
| 113 | + 'starts_with' => ':values 중 하나로 시작해야 합니다.', |
| 114 | + 'string' => '문자열이어야 합니다.', |
| 115 | + 'timezone' => '올바른 시간대 이어야 합니다.', |
| 116 | + 'unique' => '이미 사용 중입니다.', |
| 117 | + 'uploaded' => '업로드하지 못했습니다.', |
| 118 | + 'url' => '형식이 올바르지 않습니다.', |
| 119 | + 'uuid' => '유효한UUID여야합니다.', |
120 | 120 |
|
121 | 121 | /*
|
122 | 122 | |--------------------------------------------------------------------------
|
|
0 commit comments