HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.111.1.lve.el8.x86_64 #1 SMP Fri Mar 13 13:42:17 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
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',

];