mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-15 19:22:08 -06:00
New translations csv.php (Slovenian)
This commit is contained in:
parent
dd6555c903
commit
a07d87318c
@ -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)',
|
||||
];
|
Loading…
Reference in New Issue
Block a user