|
Server : Apache System : Linux server.mata-lashes.com 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : matalashes ( 1004) PHP Version : 8.1.29 Disable Function : NONE Directory : /home/matalashes/.trash/app.bak.11/Language/tr/ |
Upload File : |
<?php
/**
* This file is part of CodeIgniter 4 framework.
*
* (c) CodeIgniter Foundation <admin@codeigniter.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
// Time language settings
return [
'invalidMonth' => 'Aylar 1 ile 12 arasında olmalı. Verilen: {0}',
'invalidDay' => 'Günler 1 ile 31 arasında olmalı. Verilen: {0}',
'invalidOverDay' => 'Günler 1 ile {0} arasında olmalı. Verilen: {1}',
'invalidHours' => 'Saatler 0 ile 23 arasında olmalı. Verilen: {0}',
'invalidMinutes' => 'Dakikalar 0 ile 59 arasında olmalı. Verilen: {0}',
'invalidSeconds' => 'Saniyeler 0 ile 59 arasında olmalı. Verilen: {0}',
'years' => '{0, plural, =1{# yıl} other{# yıl}}',
'months' => '{0, plural, =1{# ay} other{# ay}}',
'weeks' => '{0, plural, =1{# hafta} other{# hafta}}',
'days' => '{0, plural, =1{# gün} other{# gün}}',
'hours' => '{0, plural, =1{# saat} other{# saat}}',
'minutes' => '{0, plural, =1{# dakika} other{# dakika}}',
'seconds' => '{0, plural, =1{# saniye} other{# saniye}}',
'ago' => '{0} önce',
'inFuture' => '{0} de',
'yesterday' => 'Dün',
'tomorrow' => 'Yarın',
'now' => 'Şimdi',
];