Files
firefly-iii/resources/lang/sl_SI/list.php

89 lines
3.7 KiB
PHP
Raw Normal View History

2017-05-02 21:10:34 +02:00
<?php
/**
* list.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International License.
*
* See the LICENSE file for details.
*/
return [
2017-05-14 10:10:08 +02:00
'buttons' => 'Gumbi',
'icon' => 'Ikona',
2017-05-02 21:10:34 +02:00
'id' => 'ID',
2017-05-14 10:10:08 +02:00
'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',
2017-05-15 08:50:08 +02:00
'matchedOn' => 'Povezano',
'matchesOn' => 'Povezano',
2017-05-14 10:10:08 +02:00
'account_type' => 'vrsta računa',
'created_at' => 'ustvarjeno',
'new_balance' => 'novo stanje',
'account' => 'račun',
'matchingAmount' => 'znesek',
2017-05-15 08:50:08 +02:00
'lastMatch' => 'Nazadnje povezano',
2017-05-14 10:10:08 +02:00
'split_number' => 'Delitev #',
'destination' => 'Ciljni račun',
2017-05-15 08:50:08 +02:00
'source' => 'Izvor',
'next_expected_match' => 'Naslenje pričakovano ujemanje',
'automatch' => 'Samodejno poveži?',
'repeat_freq' => 'Ponovitev',
'description' => 'Opis',
'amount' => 'Znesek',
2017-05-15 09:10:14 +02:00
'internal_reference' => 'Notranji sklic',
2017-05-15 08:50:08 +02:00
'date' => 'datum',
'interest_date' => 'datum obresti',
'book_date' => 'datum knjiženja',
2017-05-15 09:00:35 +02:00
'process_date' => 'datum izvedbe',
'due_date' => 'rok plačila',
2017-05-15 09:10:14 +02:00
'payment_date' => 'Datum plačila',
'invoice_date' => 'datum računa',
'interal_reference' => 'Notranji sklic',
'notes' => 'Zabeležke',
'from' => 'Pošiljatelj',
'piggy_bank' => 'Pujsek',
'to' => 'Prejemnik',
'budget' => 'Budžet',
'category' => 'Kategorija',
'bill' => 'Trajnik',
'withdrawal' => 'Odhodek',
'deposit' => 'Prihodek',
'transfer' => 'Prenos',
'type' => 'Vrsta',
'completed' => 'Dokončano',
2017-05-02 21:10:34 +02:00
'iban' => 'IBAN',
2017-05-15 09:10:14 +02:00
'paid_current_period' => 'Plačano v tem obdobju',
'email' => 'E-pošta',
'registered_at' => 'Registriran pri',
2017-05-15 09:20:09 +02:00
'is_activated' => 'Je aktiviran',
2017-05-15 09:10:14 +02:00
'is_blocked' => 'Je blokiran',
'is_admin' => 'Je administrator',
2017-05-15 09:20:09 +02:00
'has_two_factor' => 'Ima dvostopenjsko overovitev',
'confirmed_from' => 'Potrjen od',
2017-05-02 21:10:34 +02:00
'registered_from' => 'Registered from',
'blocked_code' => 'Block code',
'domain' => 'Domain',
'registration_attempts' => 'Registration attempts',
'source_account' => 'Source account',
'destination_account' => 'Destination account',
'accounts_count' => 'Number of accounts',
'journals_count' => 'Number of transactions',
'attachments_count' => 'Number of attachments',
'bills_count' => 'Number of bills',
'categories_count' => 'Number of categories',
'export_jobs_count' => 'Number of export jobs',
'import_jobs_count' => 'Number of import jobs',
'budget_count' => 'Number of budgets',
'rule_and_groups_count' => 'Number of rules and rule groups',
'tags_count' => 'Number of tags',
];