| 
				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/public_html/simulasikite.mata-lashes.com/app/Language/ar/  | 
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 [
    'invalidFormat'  => 'إن "{0}" ليس تنسيق تاريخ و وقت صحيح.',
    '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'            => 'الآن',
];