From a07d87318c86eb949f3d0050c846101a000de20a Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 3 May 2017 17:40:08 +0200 Subject: [PATCH] New translations csv.php (Slovenian) --- resources/lang/sl_SI/csv.php | 44 ++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/resources/lang/sl_SI/csv.php b/resources/lang/sl_SI/csv.php index 2b81949d77..1fa0f9a61c 100644 --- a/resources/lang/sl_SI/csv.php +++ b/resources/lang/sl_SI/csv.php @@ -43,38 +43,38 @@ return [ // map things. - 'column__ignore' => '(ignore this column)', + 'column__ignore' => '(ignoriraj ta stolpec)', 'column_account-iban' => 'premoženjski račun (IBAN)', - 'column_account-id' => 'ID premoženjskega računa (ujemajoč z Firefly-jem)', + 'column_account-id' => 'ID premoženjskega računa (Firefly)', 'column_account-name' => 'premoženjski račun (ime)', 'column_amount' => 'znesek', - 'column_amount-comma-separated' => 'Amount (comma as decimal separator)', + 'column_amount-comma-separated' => 'znesek (z decimalno vejico)', 'column_bill-id' => 'Bill ID (matching Firefly)', 'column_bill-name' => 'Bill name', - 'column_budget-id' => 'Budget ID (matching Firefly)', - 'column_budget-name' => 'Budget name', - 'column_category-id' => 'Category ID (matching Firefly)', - 'column_category-name' => 'Category name', - 'column_currency-code' => 'Currency code (ISO 4217)', - 'column_currency-id' => 'Currency ID (matching Firefly)', - 'column_currency-name' => 'Currency name (matching Firefly)', - 'column_currency-symbol' => 'Currency symbol (matching Firefly)', + 'column_budget-id' => 'ID bugžeta (Firefly)', + 'column_budget-name' => 'ime budžeta', + 'column_category-id' => 'ID Kategorije (Firefly)', + 'column_category-name' => 'ime kategorije', + 'column_currency-code' => 'koda valute (ISO 4217)', + 'column_currency-id' => 'ID valute (Firefly)', + 'column_currency-name' => 'ime valute (Firefly)', + 'column_currency-symbol' => 'simbol valute (Firefly)', 'column_date-interest' => 'Interest calculation date', - 'column_date-book' => 'Transaction booking date', - 'column_date-process' => 'Transaction process date', - 'column_date-transaction' => 'Date', - 'column_description' => 'Description', - 'column_opposing-iban' => 'Opposing account (IBAN)', - 'column_opposing-id' => 'Opposing account ID (matching Firefly)', - 'column_external-id' => 'External ID', - 'column_opposing-name' => 'Opposing account (name)', + 'column_date-book' => 'datum knjiženja transakcije', + 'column_date-process' => 'datum izvedbe transakcije', + 'column_date-transaction' => 'datum', + 'column_description' => 'opis', + 'column_opposing-iban' => 'ciljni račun (IBAN)', + 'column_opposing-id' => 'protiračun (firefly)', + 'column_external-id' => 'zunanja ID številka', + 'column_opposing-name' => 'ime ciljnega računa', 'column_rabo-debet-credit' => 'Rabobank specific debet/credit indicator', 'column_ing-debet-credit' => 'ING specific debet/credit indicator', 'column_sepa-ct-id' => 'SEPA Credit Transfer end-to-end ID', 'column_sepa-ct-op' => 'SEPA Credit Transfer opposing account', 'column_sepa-db' => 'SEPA Direct Debet', - 'column_tags-comma' => 'Tags (comma separated)', - 'column_tags-space' => 'Tags (space separated)', + 'column_tags-comma' => 'značke (ločene z vejicami)', + 'column_tags-space' => 'značke (ločene s presledki)', 'column_account-number' => 'premoženjski račun (številka računa)', - 'column_opposing-number' => 'Opposing account (account number)', + 'column_opposing-number' => 'protiračun (številka računa)', ]; \ No newline at end of file