| 
				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/kite.mata-lashes.com/app/Language/cs/  | 
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'   => 'Měsíce musí být v rozmezí od 1 do 12. Zadáno: {0}',
    'invalidDay'     => 'Dny musí být v rozmezí od 1 do 31. Zadáno: {0}',
    'invalidOverDay' => 'Dny musí být v rozmezí od 1 do {0}. Zadáno: {1}',
    'invalidHours'   => 'Hodiny musí být v rozmezí od 0 do 23. Zadáno: {0}',
    'invalidMinutes' => 'Minuty mudia byť v rozmedzí od 0 do 59. Zadáno: {0}',
    'invalidSeconds' => 'Vteřiny musí být v rozmezí od 0 do 59. Zadáno: {0}',
    'years'          => '{0, plural, =1{# rok} other{# roky}}',
    'months'         => '{0, plural, =1{# měsíc} other{# měsíce}}',
    'weeks'          => '{0, plural, =1{# tyden} other{# týdny}}',
    'days'           => '{0, plural, =1{# den} other{# dny}}',
    'hours'          => '{0, plural, =1{# hodina} other{# hodiny}}',
    'minutes'        => '{0, plural, =1{# minuta} other{# minuty}}',
    'seconds'        => '{0, plural, =1{# sekunda} other{# vteřiny}}',
    'ago'            => '{0} před',
    'inFuture'       => 'za {0}',
    'yesterday'      => 'Včera',
    'tomorrow'       => 'Zítra',
    'now'            => 'Právě teď',
];