|
| 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