Skip to content

Commit e7679cb

Browse files
authored
Merge pull request #52 from mcyumustutan/Turkish-translate
Turkish translation file added.
2 parents 1d05600 + 4a0ed07 commit e7679cb

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ Also, you can make <a href="https://github.com/milwad-dev/laravel-validate/pulls
168168
- [x] Russian (ru)
169169
- [x] Sinhala (si)
170170
- [x] Swedish (sv)
171+
- [x] Turkish (tr)
171172
- [x] Ukrainian (uk)
172173
- [x] Chinese (zh_CN)
173174

src/LaravelValidateServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class LaravelValidateServiceProvider extends ServiceProvider
3333
'ru',
3434
'si',
3535
'sv',
36+
'tr',
3637
'uk',
3738
'zh_CN',
3839
];

src/lang/tr/validate.php

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?php
2+
3+
return [
4+
'base64' => ':attribute doğru değil.',
5+
'bitcoin-address' => ':attribute doğru değil.',
6+
'camel-case' => ':attribute doğru değil.',
7+
'capital-char-with-number' => ':attribute doğru değil.',
8+
'car-number' => ':attribute doğru değil.',
9+
'cart-number-iran' => ':attribute doğru değil.',
10+
'discord-username' => ':attribute doğru değil.',
11+
'domain' => ':attribute doğru değil.',
12+
'even-number' => ':attribute doğru değil.',
13+
'hashtag' => ':attribute doğru değil.',
14+
'hex-color' => ':attribute doğru değil.',
15+
'html-tag' => ':attribute doğru değil.',
16+
'iban' => ':attribute doğru değil.',
17+
'imei' => ':attribute doğru değil.',
18+
'ipv4' => ':attribute doğru değil.',
19+
'ipv6' => ':attribute doğru değil.',
20+
'jwt' => ':attribute doğru değil.',
21+
'name-days-week' => ':attribute doğru değil.',
22+
'national-card' => ':attribute doğru değil.',
23+
'odd-number' => ':attribute doğru değil.',
24+
'phone-number' => ':attribute doğru değil.',
25+
'port' => ':attribute doğru değil.',
26+
'postal-code' => ':attribute doğru değil.',
27+
'slash-end-of-string' => ':attribute doğru değil.',
28+
'slug' => ':attribute doğru değil.',
29+
'strong-password' => ':attribute doğru değil.',
30+
'url' => ':attribute doğru değil.',
31+
'username' => ':attribute doğru değil.',
32+
'uuid' => ':attribute doğru değil.',
33+
'jalali_date' => ':attribute doğru değil.',
34+
'duplicate_character' => ':attribute doğru değil.',
35+
'pattern' => ':attribute doğru değil.',
36+
'duplicate' => ':attribute doğru değil.',
37+
'ulid' => ':attribute doğru değil.',
38+
'pascal-case' => ':attribute doğru değil.',
39+
'kebab-case' => ':attribute doğru değil.',
40+
'snake-case' => ':attribute doğru değil.',
41+
];

0 commit comments

Comments
 (0)