|
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.7/Language/lv/ |
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}` nav derīgs `datetime` formāts', // '"{0}" is not a valid datetime format'
'invalidMonth' => 'Mēnešiem ir jābūt no 1 līdz 12. Norādīts: {0}', // 'Months must be between 1 and 12. Given: {0}'
'invalidDay' => 'Dienām ir jābūt no 1 līdz 31. Norādīts: {0}', // 'Days must be between 1 and 31. Given: {0}'
'invalidOverDay' => 'Dienām ir jābūt no 1 līdz {0}. Norādīts: {1}', // 'Days must be between 1 and {0}. Given: {1}'
'invalidHours' => 'Stundām ir jābūt no 0 līdz 23. Norādīts: {0}', // 'Hours must be between 0 and 23. Given: {0}'
'invalidMinutes' => 'Minūtēm ir jābūt no 0 līdz 59. Norādīts: {0}', // 'Minutes must be between 0 and 59. Given: {0}'
'invalidSeconds' => 'Sekundēm ir jābūt no 0 līdz 59. Norādīts: {0}', // 'Seconds must be between 0 and 59. Given: {0}'
'years' => '{0, plural, =1{# gads} other{# gadi}}', // '{0, plural, =1{# year} other{# years}}'
'months' => '{0, plural, =1{# mēnesis} other{# mēneši}}', // '{0, plural, =1{# month} other{# months}}'
'weeks' => '{0, plural, =1{# nedēļa} other{# nedēļas}}', // '{0, plural, =1{# week} other{# weeks}}'
'days' => '{0, plural, =1{# diena} other{# dienas}}', // '{0, plural, =1{# day} other{# days}}'
'hours' => '{0, plural, =1{# stunda} other{# stundas}}', // '{0, plural, =1{# hour} other{# hours}}'
'minutes' => '{0, plural, =1{# minūte} other{# minūtes}}', // '{0, plural, =1{# minute} other{# minutes}}'
'seconds' => '{0, plural, =1{# sekunde} other{# sekundes}}', // '{0, plural, =1{# second} other{# seconds}}'
'ago' => '{0} atpakaļ', // '{0} ago'
'inFuture' => ' {0}', // 'in {0}'
'yesterday' => 'Vakar', // 'Yesterday'
'tomorrow' => 'Rīt', // 'Tomorrow'
'now' => 'Tieši tagad', // 'Just now'
];