From d6b3fe7e1b48f2f9b14addb74584db30eb0fc888 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 2 Jan 2017 18:02:21 +0100 Subject: [PATCH] New translations --- resources/lang/pl_PL/list.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/lang/pl_PL/list.php b/resources/lang/pl_PL/list.php index 90625d54e6..b7fa5969cc 100644 --- a/resources/lang/pl_PL/list.php +++ b/resources/lang/pl_PL/list.php @@ -10,24 +10,24 @@ */ return [ - 'buttons' => 'Buttons', - 'icon' => 'Icon', + 'buttons' => 'Przyciski', + 'icon' => 'Ikona', 'id' => 'ID', 'create_date' => 'Created at', 'update_date' => 'Updated at', - 'balance_before' => 'Balance before', - 'balance_after' => 'Balance after', - 'name' => 'Name', - 'role' => 'Role', - 'currentBalance' => 'Current balance', - 'active' => 'Is active?', - 'lastActivity' => 'Last activity', + 'balance_before' => 'Saldo przed', + 'balance_after' => 'Saldo po', + 'name' => 'Nazwa', + 'role' => 'Rola', + 'currentBalance' => 'Bieżące saldo', + 'active' => 'Jest aktywny?', + 'lastActivity' => 'Ostatnia aktywność', 'balanceDiff' => 'Balance difference between :start and :end', 'matchedOn' => 'Matched on', 'matchesOn' => 'Matched on', - 'account_type' => 'Account type', + 'account_type' => 'Typ konta', 'created_at' => 'Created at', - 'new_balance' => 'New balance', + 'new_balance' => 'Nowe saldo', 'account' => 'Account', 'matchingAmount' => 'Amount', 'lastMatch' => 'Last match',