|
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.3/Language/pl/ |
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}" nie jest prawidłowym formatem typu datetime',
'invalidMonth' => 'Miesiące muszą mieć wartość od 1 do 12. Biorąc pod uwagę: {0}',
'invalidDay' => 'Dni muszą należeć do przedziału od 1 do 31. Biorąc pod uwagę: {0}',
'invalidOverDay' => 'Dni muszą wynosić od 1 do {0}. Biorąc pod uwagę: {1}',
'invalidHours' => 'Godziny muszą wynosić od 0 do 23. Biorąc pod uwagę: {0}',
'invalidMinutes' => 'Minuty muszą mieścić się w przedziale od 0 do 59. Biorąc pod uwagę: {0}',
'invalidSeconds' => 'Sekundy muszą zawierać się między 0 a 59. Biorąc pod uwagę: {0}',
'years' => '{0, plural, =1{# rok} other{# lat}}',
'months' => '{0, plural, =1{# miesiąc} other{# miesięcy}}',
'weeks' => '{0, plural, =1{# tydzień} other{# tygodni}}',
'days' => '{0, plural, =1{# dzień} other{# dni}}',
'hours' => '{0, plural, =1{# godzina} other{# godzin}}',
'minutes' => '{0, plural, =1{# minuta} other{# minut}}',
'seconds' => '{0, plural, =1{# sekunda} other{# sekund}}',
'ago' => '{0} temu',
'inFuture' => 'w {0}',
'yesterday' => 'Wczoraj',
'tomorrow' => 'Jutro',
'now' => 'Przed chwilą',
];