| 
				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.bak2/Language/fa/  | 
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'   => 'ماه باید بین 1 تا 12 باشد. مقدار وارد شده: {0}',
    'invalidDay'     => 'روز باید بین 1 تا 31 باشد. مقدار وارد شده: {0}',
    'invalidOverDay' => 'روز باید بین 1 تا {0} باشد. مقدار وارد شده: {1}',
    'invalidHours'   => 'ساعت باید بین 0 تا 23 باشد. مقدار وارد شده: {0}',
    'invalidMinutes' => 'دقیقه باید بین 0 تا 59 باشد. مقدار وارد شده: {0}',
    'invalidSeconds' => 'ثانیه باید بین 0 تا 59 باشد. مقدار وارد شده: {0}',
    'years'          => '{0, plural, =1{# سال} other{# سال}}',
    'months'         => '{0, plural, =1{# ماه} other{# ماه}}',
    'weeks'          => '{0, plural, =1{# هفته} other{# هفته}}',
    'days'           => '{0, plural, =1{# روز} other{# روز}}',
    'hours'          => '{0, plural, =1{# ساعت} other{# ساعت}}',
    'minutes'        => '{0, plural, =1{# دقیقه} other{# دقیقه}}',
    'seconds'        => '{0, plural, =1{# ثانیه} other{# ثانیه}}',
    'ago'            => '{0} پیش',
    'inFuture'       => 'در {0}',
    'yesterday'      => 'دیروز',
    'tomorrow'       => 'فردا',
    'now'            => 'هیمن حالا',
];