File: //home/posscale/subdomains/xibo/vendor/jenssegers/date/src/Lang/tr.php
<?php
return [
/*
|--------------------------------------------------------------------------
| Date Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the date library. Each line can
| have a singular and plural translation separated by a '|'.
|
*/
'ago' => ':time önce',
'from_now' => ':time sonra',
'after' => ':time sonra',
'before' => ':time önce',
'year' => ':count yıl',
'month' => ':count ay',
'week' => ':count hafta',
'day' => ':count gün',
'hour' => ':count saat',
'minute' => ':count dakika',
'second' => ':count saniye',
'january' => 'Ocak',
'february' => 'Şubat',
'march' => 'Mart',
'april' => 'Nisan',
'may' => 'Mayıs',
'june' => 'Haziran',
'july' => 'Temmuz',
'august' => 'Ağustos',
'september' => 'Eylül',
'october' => 'Ekim',
'november' => 'Kasım',
'december' => 'Aralık',
'monday' => 'Pazartesi',
'tuesday' => 'Salı',
'wednesday' => 'Çarşamba',
'thursday' => 'Perşembe',
'friday' => 'Cuma',
'saturday' => 'Cumartesi',
'sunday' => 'Pazar',
];