new crowdin translations
This commit is contained in:
20
resources/lang/pl-PL/recurring.php
Normal file
20
resources/lang/pl-PL/recurring.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'recurring' => 'Cykliczna',
|
||||
'every' => 'Każdy/a',
|
||||
'period' => 'Okres',
|
||||
'times' => 'Razy',
|
||||
'daily' => 'Dziennie',
|
||||
'weekly' => 'Tygodniowo',
|
||||
'monthly' => 'Miesięcznie',
|
||||
'yearly' => 'Rocznie',
|
||||
'custom' => 'Niestandardowo',
|
||||
'days' => 'Dzień/dni',
|
||||
'weeks' => 'Tydzień(tygodnie)',
|
||||
'months' => 'Miesiąc(e)',
|
||||
'years' => 'Rok (lata)',
|
||||
'message' => 'To jest cykliczny(a) :type i następny(a) :type zostanie wygenerowany(a) automatycznie w :date',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user