|
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/th/ |
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' => 'เมื่อสักครู่นี้',
];