|
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.bak/Language/uk/ |
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' => 'Прямо зараз',
];