aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/account/locale/tr/validate.php
blob: e3929794c6ca524cdd9a10785719efbf4bd187e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
/**
 * UserFrosting (http://www.userfrosting.com)
 *
 * @link      https://github.com/userfrosting/UserFrosting
 * @license   https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
 *
 * Turkish message token translations for the 'account' sprinkle.
 *
 * @package userfrosting\i18n\tr
 * @author Dumblledore
 */

return [
    "VALIDATE" => [
        "PASSWORD_MISMATCH" => "Şifreniz ve onaylama şifreniz eşleşmiyor.",
        "USERNAME" => "Kullanıcı adınız sadece küçük harfler, sayılar, '.', '-', ve '_' içerebilir."
    ]
];