From e072f8350736d786bca3aa0ce840d6e59effc5fe Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 14 May 2017 10:10:08 +0200 Subject: [PATCH] New translations list.php (Slovenian) --- resources/lang/sl_SI/list.php | 38 +++++++++++++++++------------------ 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/resources/lang/sl_SI/list.php b/resources/lang/sl_SI/list.php index 90625d54e6..88a8d15cef 100644 --- a/resources/lang/sl_SI/list.php +++ b/resources/lang/sl_SI/list.php @@ -10,29 +10,29 @@ */ return [ - 'buttons' => 'Buttons', - 'icon' => 'Icon', + 'buttons' => 'Gumbi', + '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', - 'balanceDiff' => 'Balance difference between :start and :end', + 'create_date' => 'Ustvarjeno', + 'update_date' => 'Posodobljeno', + 'balance_before' => 'Stanje prej', + 'balance_after' => 'Stanje potem', + 'name' => 'ime', + 'role' => 'vloga', + 'currentBalance' => 'trenutno stanje', + 'active' => 'Aktiviran?', + 'lastActivity' => 'zadnja aktivnost', + 'balanceDiff' => 'Razlika stanja med :start in :end', 'matchedOn' => 'Matched on', 'matchesOn' => 'Matched on', - 'account_type' => 'Account type', - 'created_at' => 'Created at', - 'new_balance' => 'New balance', - 'account' => 'Account', - 'matchingAmount' => 'Amount', + 'account_type' => 'vrsta računa', + 'created_at' => 'ustvarjeno', + 'new_balance' => 'novo stanje', + 'account' => 'račun', + 'matchingAmount' => 'znesek', 'lastMatch' => 'Last match', - 'split_number' => 'Split #', - 'destination' => 'Destination', + 'split_number' => 'Delitev #', + 'destination' => 'Ciljni račun', 'source' => 'Source', 'next_expected_match' => 'Next expected match', 'automatch' => 'Auto match?',