new crowdin translations
This commit is contained in:
16
resources/lang/pl-PL/header.php
Normal file
16
resources/lang/pl-PL/header.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'change_language' => 'Zmień język',
|
||||
'last_login' => 'Ostatnie logowanie :time',
|
||||
'notifications' => [
|
||||
'counter' => '{0} Nie masz powiadomień|{1} Masz :count powiadomienie|[2,*] Masz :count powiadomienia',
|
||||
'overdue_invoices' => '{1} :count zaległa faktura|[2,*] :count zaległe faktury|[5,*] :count zaległych faktur',
|
||||
'upcoming_bills' => '{1} :count nadchodzący rachunek|[2,*] :count nadchodzące rachunki',
|
||||
'view_all' => 'Pokaż wszystko'
|
||||
],
|
||||
'docs_link' => 'https://akaunting.com/docs',
|
||||
'support_link' => 'https://akaunting.com/support',
|
||||
|
||||
];
|
Reference in New Issue
Block a user