Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52d7aba

Browse files
committed
Merge pull request Laravel-Lang#557 from Landish/master
Add missing keys to Georgian language
2 parents 35dd790 + 2a3095e commit 52d7aba

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/ka/validation.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
'digits' => ':attribute უნდა შედგებოდეს ციფრისგან :digits.',
3636
'digits_between' => ':attribute უნდა შედგებოდეს :min-დან :max ციფრამბდე.',
3737
'dimensions' => ':attribute შეიცავს სურათის არასწორ ზომებს.',
38-
'distinct' => 'The :attribute field has a duplicate value.',
38+
'distinct' => ':attribute უნდა იყოს უნიკალური.',
3939
'email' => ':attribute უნდა იყოს სწორი ელ.ფოსტა.',
4040
'exists' => 'ასეთი :attribute არ არსებობს.',
4141
'filled' => ':attribute აუცილებელია.',
4242
'image' => ':attribute უნდა იყოს სურათი.',
4343
'in' => 'მითითებული :attribute არასწორია.',
44-
'in_array' => 'The :attribute field does not exist in :other.',
44+
'in_array' => ':attribute უნდა არსებობდეს :other-ში.',
4545
'integer' => ':attribute უნდა იყოს მთელი რიცხვი.',
4646
'ip' => ':attribute უნდა იყოს IP მისამართი.',
4747
'json' => ':attribute უნდა იყოს JSON ტიპის.',
@@ -60,7 +60,7 @@
6060
],
6161
'not_in' => 'მითითებული :attribute არასწორია.',
6262
'numeric' => ':attribute უნდა იყოს რიცხვი.',
63-
'present' => 'The :attribute field must be present.',
63+
'present' => ':attribute უნდა არსებობდეს, თუნდაც ცარიელი.',
6464
'regex' => ':attribute არ ემთხვევა ფორმატს.',
6565
'required' => ':attribute აუცილებელია.',
6666
'required_if' => ':attribute აუცილებელია, თუ :other-ის მნიშვნელობა ემთხვევა :value-ს.',

todo.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,6 @@
143143
* validation : present
144144

145145
* ka:
146-
* validation : distinct
147-
* validation : in_array
148-
* validation : present
149146

150147
* km:
151148
* auth : failed

0 commit comments

Comments
 (0)