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

2723 lines
235 KiB
PHP
Raw Normal View History

2022-10-08 06:47:56 +02:00
<?php
/**
* firefly.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
2023-01-14 15:47:51 +01:00
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
*
* GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
*
* https://crowdin.com/project/firefly-iii
2023-01-15 15:47:25 +01:00
*
2023-01-14 15:47:51 +01:00
*/
2022-10-08 06:47:56 +02:00
return [
// general stuff:
'close' => 'zapri',
'actions' => 'Dejanja',
'edit' => 'uredi',
'delete' => 'izbriši',
'split' => 'Razdeli',
'single_split' => 'Razdeli',
'clone' => 'Kloniraj',
2022-12-24 09:53:54 +01:00
'confirm_action' => 'Potrdi dejanje',
2022-10-08 06:47:56 +02:00
'last_seven_days' => 'Zadnjih sedem dni',
'last_thirty_days' => 'Zadnjih 30 dni',
'last_180_days' => 'Zadnjih 180 dni',
2022-12-24 09:53:54 +01:00
'month_to_date' => 'Od meseca do datuma',
'year_to_date' => 'Leto do datuma',
2022-10-08 06:47:56 +02:00
'YTD' => 'YTD',
'welcome_back' => 'Kaj dogaja?',
'everything' => 'vse',
'today' => 'danes',
'customRange' => 'obseg po meri',
2022-12-24 09:53:54 +01:00
'date_range' => 'Datumski obseg',
2022-10-08 06:47:56 +02:00
'apply' => 'uporabi',
'select_date' => 'Izberi datum..',
'cancel' => 'prekliči',
'from' => 'Od',
'to' => 'Do',
'structure' => 'Struktura',
'help_translating' => 'Pomoč še ni na voljo v tvojem jeziku. <a href="https://crowdin.com/project/firefly-iii-help"> Boš pomagal pri prevodu?</a>',
'showEverything' => 'pokaži vse',
'never' => 'nikoli',
'no_results_for_empty_search' => 'Vaše iskanje je bilo prazno, zato ni bilo mogoče najti ničesar.',
'removed_amount' => 'Odstranjeno :amount',
'added_amount' => 'Dodano :amount',
'asset_account_role_help' => 'Dodatne možnosti se lahko nastavljajo tudi kasneje.',
'Opening balance' => 'Začetno stanje',
'create_new_stuff' => 'Ustvari novo kramo',
'new_withdrawal' => 'Nov odliv',
2022-12-24 09:53:54 +01:00
'create_new_transaction' => 'Ustvari novo transakcijo',
2022-10-08 06:47:56 +02:00
'sidebar_frontpage_create' => 'Ustvari',
'new_transaction' => 'Nova transakcija',
'no_rules_for_bill' => 'Ta račun nima nastavljenih pravil.',
'go_to_asset_accounts' => 'Oglej si račune sredstev',
'go_to_budgets' => 'Na proračune',
2022-12-24 09:53:54 +01:00
'go_to_withdrawals' => 'Pojdite na svoja izplačila',
2022-10-08 06:47:56 +02:00
'clones_journal_x' => 'Ta transakcija je kopija ":description" (#:id)',
'go_to_categories' => 'Na kategorije',
'go_to_bills' => 'Na trajnike',
'go_to_expense_accounts' => 'Oglej si račune stroškov',
'go_to_revenue_accounts' => 'Oglej si račune prihodkov',
'go_to_piggies' => 'Na pujske',
'new_deposit' => 'nov depozit',
'new_transfer' => 'nov prenos',
'new_transfers' => 'Nov prenos',
'new_asset_account' => 'nov premoženjski račun',
'new_expense_account' => 'nov konto za stroške',
'new_revenue_account' => 'nov konto za dohodke',
'new_liabilities_account' => 'Nova obveznost',
'new_budget' => 'nov budžet',
'new_bill' => 'nov trajnik',
'block_account_logout' => 'Odjavljeni ste. Blokirani računi ne morejo uporabljati te spletne strani. Ali ste se registrirali z veljavnim e-poštnim naslovom?',
'flash_success' => 'Uspelo je!',
'flash_info' => 'Sporočilo',
'flash_warning' => 'Opozorilo!',
'flash_error' => 'Napaka!',
2022-12-24 09:53:54 +01:00
'flash_danger' => 'Nevarnost!',
2022-10-08 06:47:56 +02:00
'flash_info_multiple' => 'Tukajle je eno sporočilo | Tukajle je :count sporočil',
'flash_error_multiple' => 'Tukajle je ena napaka | Tukajle je :count napak',
'net_worth' => 'Neto vrednost',
'help_for_this_page' => 'Pomoč za to stran',
2022-12-24 09:53:54 +01:00
'help_for_this_page_body' => 'Več informacij o tej strani najdete <a href="https://docs.firefly-iii.org/">v dokumentaciji</a>.',
2022-10-08 06:47:56 +02:00
'two_factor_welcome' => 'Živjo!',
'two_factor_enter_code' => 'Če želite nadaljevati, vnesite svojo kodo. Vaš program za prijavo jo lahko ustvari za vas.',
'two_factor_code_here' => 'Vnesite kodo tukaj',
'two_factor_title' => 'Overovitev v dveh korakih',
'authenticate' => 'Identifikacija',
'two_factor_forgot_title' => 'Izguba identifikacije v dveh korakih',
'two_factor_forgot' => 'Pozabil sem svojo reč za dva koraka.',
'two_factor_lost_header' => 'Nimaš dostopa do identifikacije v dveh korakih?',
'two_factor_lost_intro' => 'Če si izgubil tudi rezervne kode imaš res smolo. Tega ne moreš popraviti preko spletnega vmesnika. Imaš dve možnosti.',
'two_factor_lost_fix_self' => 'Če uporabljaš lastno namestitev Firefly III, si za navodila oglej <a href="https://docs.firefly-iii.org/faq/other#i-lost-my-two-factor-authentication-codes-and-backup-codes">ta zapis</a>.',
'two_factor_lost_fix_owner' => 'V nasprotnem primeru pišite po e-pošti lastniku spletnega mesta <a href="mailto::site_owner">:site_owner</a> in ga prosite, da ponastavijo vaše preverjanje pristnosti v dveh korakih.',
'mfa_backup_code' => 'V Firefly III si se prijavil z rezervno kodo. Te kode ne moreš več uporabiti zato jo na seznamu prečrtaj.',
'pref_two_factor_new_backup_codes' => 'Ustvari nove rezervne kode',
'pref_two_factor_backup_code_count' => 'You have :count valid backup code.|You have :count valid backup codes.',
'2fa_i_have_them' => 'Spravil sem jih!',
'warning_much_data' => ':days dni podatkov se lahko nalaga kar nekaj časa.',
'registered' => 'Uspešno ste se registrirali!',
'Default asset account' => 'privzeti premoženjski račun',
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
'no_bill_pointer' => 'You seem to have no bills yet. You should create some on the <a href="bills">bills</a>-page. Bills can help you keep track of expenses.',
'Savings account' => 'Varčevalni račun',
'Credit card' => 'kreditna kartica',
'source_accounts' => 'Source account|Source accounts',
'destination_accounts' => 'Destination account|Destination accounts',
'user_id_is' => 'Vaše uporabniško ime se glasi <strong>:user</strong>',
'field_supports_markdown' => 'To polje podpira <a href="https://en.support.wordpress.com/markdown-quick-reference/">Markdown</a>.',
'need_more_help' => 'Če potrebujete več pomoči pri uporabi Firefly III, prosimo, da odprete zahtevek za pomoč na <a href="https://github.com/firefly-iii/firefly-iii/issues">Githubu</a>.',
'reenable_intro_text' => '<a href="#" id="reenableGuidance">Vodiča</a> lahko ponovno aktiviraš.',
'intro_boxes_after_refresh' => 'Info polja se ponovno pojavijo, ko osvežiš stran.',
'show_all_no_filter' => 'Pokaži vse transakcije brez omejitve datuma.',
'expenses_by_category' => 'stroški po kategorijah',
'expenses_by_budget' => 'stroški po budžetih',
'income_by_category' => 'Prihodki po kategorijah',
'expenses_by_asset_account' => 'stroški po premoženjskih računih',
'expenses_by_expense_account' => 'stroški po stroškovnih kontih',
'cannot_redirect_to_account' => 'Oprostite, ne moremo te preusmeriti na pravo stran.',
'sum_of_expenses' => 'vsota stroškov',
'sum_of_income' => 'Vsota dohodkov',
'liabilities' => 'Obveznosti',
'spent_in_specific_budget' => 'Porabljeno v proračunu ":budget"',
'spent_in_specific_double' => 'Spent in account ":account"',
'earned_in_specific_double' => 'Earned in account ":account"',
'source_account' => 'Izvorni račun',
'source_account_reconciliation' => 'Pri usklajevalni transakciji ni možno urejati izvornega računa.',
'destination_account' => 'Ciljni račun',
'destination_account_reconciliation' => 'Pri usklajevalni transakciji ni možno urejati ciljnega računa.',
'sum_of_expenses_in_budget' => 'Skupaj porabljeno v ":budget"',
'left_in_budget_limit' => 'Na voljo za zapravljanje glede na proračun',
'current_period' => 'Tekoče obdobje',
'show_the_current_period_and_overview' => 'Pokaži trenutno obdobje in pregled',
'pref_languages_locale' => 'Za ostale jezike, razen Angleščine, je potrebno na operacijski sistem namestiti prave jezikovne nastavitve. Če le-te niso nastavljene pravilno se valuta, datumi in zneski ne bodo pravilno prikazovali.',
'budget_in_period' => 'Vse transakcije za proračun ":name" med :start in :end v :currency',
'chart_budget_in_period' => 'Diagram vseh transakcij za proračun ":name" med :start in :end v :currency',
'chart_budget_in_period_only_currency' => 'Znesek v proračunu je v :currency, zato bodo na diagramu prikazane samo transakcije v :currency.',
'chart_account_in_period' => 'Diagram vseh transakcij za račun ":name" (:balance) med :start in :end',
'chart_category_in_period' => 'Diagram vseh transakcij za kategorijo ":name" med :start in :end',
'chart_category_all' => 'Diagram vseh transakcij za kategorijo ":name"',
'clone_withdrawal' => 'Kloniraj ta odliv',
'clone_deposit' => 'Kloniraj ta polog',
'clone_transfer' => 'Kloniraj ta prenos',
'multi_select_no_selection' => 'Nič ni izbrano',
'multi_select_select_all' => 'Izberi vse',
'multi_select_n_selected' => 'izbrano',
'multi_select_all_selected' => 'Vse je izbrano',
'multi_select_filter_placeholder' => 'Najdi..',
'intro_next_label' => 'Naslednji',
'intro_prev_label' => 'Predhodnji',
'intro_skip_label' => 'Preskoči',
'intro_done_label' => 'Končano',
'between_dates_breadcrumb' => 'Med :start in :end',
'all_journals_without_budget' => 'Vse transakcije brez budžeta',
'journals_without_budget' => 'Transakcije brez budžeta',
'all_journals_without_category' => 'Vse transakcije brez kategorije',
'journals_without_category' => 'Transakcije brez kategorije',
'all_journals_for_account' => 'Vse transakcije za konto :name',
'chart_all_journals_for_account' => 'Diagram vseh transakcij za konto :name',
'journals_in_period_for_account' => 'stroški na kontu ":name" med :start in :end',
'journals_in_period_for_account_js' => 'All transactions for account {title} between {start} and {end}',
'transferred' => 'Prenešeno',
'all_withdrawal' => 'vsi stroški',
'all_transactions' => 'Vse transakcije',
'title_withdrawal_between' => 'vsi stroški med :start in :end',
'all_deposit' => 'Vsi prihodki',
'title_deposit_between' => 'Vsi prihodki med :start in :end',
'all_transfers' => 'Vsi prenosi',
'title_transfers_between' => 'vsi prenosi med :start in :end',
'all_transfer' => 'Vsi prenosi',
'all_journals_for_tag' => 'Vse transakcije za oznako ":tag"',
'title_transfer_between' => 'Vse transakcije med :start in :end',
'all_journals_for_category' => 'Vse transakcije v kategoriji :name',
'all_journals_for_budget' => 'Vse transakcije za v proračunu :name',
'chart_all_journals_for_budget' => 'Diagram vseh transakcij za proračun :name',
'journals_in_period_for_category' => 'Vse transakcije na računu ":name" med :start in :end',
'journals_in_period_for_tag' => 'Vse transakcije z oznako :tag med :start in :end',
'not_available_demo_user' => 'Funkcija ni na voljo za demo uporabnike.',
'exchange_rate_instructions' => 'Premoženjski račun "@name" sprejema samo transakcije v @native_currency. Če želite namesto tega uporabiti @foreign_currency, morate podati tudi znesek v @native_currency:',
'transfer_exchange_rate_instructions' => 'Izvorni premoženjski račun "@source_name" sprejema samo transakcije v @source_currency. Ciljni premoženjski račun "@dest_name" sprejema samo transakcije v @dest_currency. Podati morate znesek v obeh valutah.',
'transaction_data' => 'Podrobnosti transakcije',
'invalid_server_configuration' => 'Neveljavna konfiguracija strežnika',
'invalid_locale_settings' => 'Firefly III is unable to format monetary amounts because your server is missing the required packages. There are <a href="https://docs.firefly-iii.org/firefly-iii/advanced-installation/locales/">instructions how to do this</a>.',
'quickswitch' => 'Hitri preklop',
'sign_in_to_start' => 'Za nadaljevanje se prijavi',
'sign_in' => 'Prijava',
'register_new_account' => 'Ustvari nov račun',
'forgot_my_password' => 'Pozabil sem geslo',
'problems_with_input' => 'S tvojim vnosom so težave.',
'reset_password' => 'Ponastavi geslo',
'button_reset_password' => 'Ponastavi geslo',
'reset_button' => 'Ponastavi',
'want_to_login' => 'Želim se prijaviti',
'login_page_title' => 'Prijava v Firefly III',
'register_page_title' => 'Ustvari nov račun za Firefly III',
'forgot_pw_page_title' => 'Si pozabil geslo za Firefly III?',
'reset_pw_page_title' => 'Ponastavi geslo za Firefly III',
'cannot_reset_demo_user' => 'Za demo uporabnika gesla ni mogoče ponastaviti.',
'no_att_demo_user' => 'The demo user can\'t upload attachments.',
'button_register' => 'Registracija',
'authorization' => 'Overitev',
'active_bills_only' => 'samo aktivni trajniki',
'active_bills_only_total' => 'all active bills',
'active_exp_bills_only' => 'samo aktivni in pričakovani trajniki',
'active_exp_bills_only_total' => 'all active expected bills only',
'per_period_sum_1D' => 'Expected daily costs',
'per_period_sum_1W' => 'Expected weekly costs',
'per_period_sum_1M' => 'Expected monthly costs',
'per_period_sum_3M' => 'Expected quarterly costs',
'per_period_sum_6M' => 'Expected half-yearly costs',
'per_period_sum_1Y' => 'Expected yearly costs',
'average_per_bill' => 'povprečen trajnik',
'expected_total' => 'pričakovana vsota',
'reconciliation_account_name' => ':name reconciliation (:currency)',
2022-12-24 09:53:54 +01:00
'saved' => 'Shranjeno',
2022-10-08 06:47:56 +02:00
'advanced_options' => 'Advanced options',
'advanced_options_explain' => 'Some pages in Firefly III have advanced options hidden behind this button. This page doesn\'t have anything fancy here, but do check out the others!',
'here_be_dragons' => 'Hic sunt dracones',
// Webhooks
2022-12-24 09:53:54 +01:00
'webhooks' => 'Spletne kljuke (Webhooks)',
'webhooks_breadcrumb' => 'Spletne kljuke (Webhooks)',
2022-10-08 06:47:56 +02:00
'no_webhook_messages' => 'There are no webhook messages',
'webhook_trigger_STORE_TRANSACTION' => 'After transaction creation',
'webhook_trigger_UPDATE_TRANSACTION' => 'After transaction update',
'webhook_trigger_DESTROY_TRANSACTION' => 'After transaction delete',
'webhook_response_TRANSACTIONS' => 'Transaction details',
2022-12-24 09:53:54 +01:00
'webhook_response_ACCOUNTS' => 'Podrobnosti računa',
'webhook_response_none_NONE' => 'Ni podrobnosti',
2022-10-08 06:47:56 +02:00
'webhook_delivery_JSON' => 'JSON',
'inspect' => 'Inspect',
'create_new_webhook' => 'Create new webhook',
'webhooks_create_breadcrumb' => 'Create new webhook',
2022-10-18 21:13:14 +02:00
'webhook_trigger_form_help' => 'Indicate on what event the webhook will trigger',
2022-10-08 06:47:56 +02:00
'webhook_response_form_help' => 'Indicate what the webhook must submit to the URL.',
'webhook_delivery_form_help' => 'Which format the webhook must deliver data in.',
'webhook_active_form_help' => 'The webhook must be active or it won\'t be called.',
'stored_new_webhook' => 'Stored new webhook ":title"',
2022-12-24 09:53:54 +01:00
'delete_webhook' => 'Izbriši Webhook',
2022-10-08 06:47:56 +02:00
'deleted_webhook' => 'Deleted webhook ":title"',
'edit_webhook' => 'Edit webhook ":title"',
'updated_webhook' => 'Updated webhook ":title"',
'edit_webhook_js' => 'Edit webhook "{title}"',
'show_webhook' => 'Webhook ":title"',
'webhook_was_triggered' => 'The webhook was triggered on the indicated transaction. Please wait for results to appear.',
2022-12-24 09:53:54 +01:00
'webhook_messages' => 'Webhook sporočilo',
2022-10-08 06:47:56 +02:00
'view_message' => 'View message',
'view_attempts' => 'View failed attempts',
'message_content_title' => 'Webhook message content',
'message_content_help' => 'This is the content of the message that was sent (or tried) using this webhook.',
'attempt_content_title' => 'Webhook attempts',
'attempt_content_help' => 'These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.',
'no_attempts' => 'There are no unsuccessful attempts. That\'s a good thing!',
'webhook_attempt_at' => 'Attempt at {moment}',
2022-12-24 09:53:54 +01:00
'logs' => 'Logi',
2022-10-08 06:47:56 +02:00
'response' => 'Response',
'visit_webhook_url' => 'Visit webhook URL',
'reset_webhook_secret' => 'Reset webhook secret',
2023-02-04 08:22:53 +01:00
'webhook_stored_link' => '<a href="webhooks/show/{ID}">Webhook #{ID} ("{title}")</a> has been stored.',
2023-03-10 19:11:27 +01:00
'webhook_updated_link' => '<a href="webhooks/show/{ID}">Webhook #{ID}</a> ("{title}") has been updated.',
2022-10-08 06:47:56 +02:00
// API access
'authorization_request' => 'Firefly III v:version Zahteva za avtorizacijo',
'authorization_request_intro' => 'Application "<strong>:client</strong>" is requesting permission to access your financial administration. Would you like to authorize <strong>:client</strong> to access these records?',
'authorization_request_site' => 'You will be redirected to <code>:url</code> which will then be able to access your Firefly III data.',
'authorization_request_invalid' => 'This access request is invalid. Please never follow this link again.',
'scopes_will_be_able' => 'Ta aplikacija bo lahko:',
'button_authorize' => 'Overi',
'none_in_select_list' => '(brez)',
'no_piggy_bank' => '(brez hranilnika)',
'name_in_currency' => ':name v :currency',
'paid_in_currency' => 'Paid v :currency',
'unpaid_in_currency' => 'Unpaid v :currency',
'is_alpha_warning' => 'Poganjaš ALFA verzijo. Bodi pozoren na hrošče in težave.',
'is_beta_warning' => 'Poganjaš BETA verzijo. Bodi pozoren na hrošče in težave.',
'all_destination_accounts' => 'Ciljni računi',
'all_source_accounts' => 'Izvorni računi',
'back_to_index' => 'Back to the index',
'cant_logout_guard' => 'Firefly III can\'t log you out.',
'internal_reference' => 'Internal reference',
// check for updates:
'update_check_title' => 'Preveri za posodobitve',
'admin_update_check_title' => 'Samodejno preverjaj za posodobitve',
'admin_update_check_explain' => 'Firefly III lahko samodejno preverja posodobitve. Če to omogočiš, bomo na Github-u preverjali ali je na voljo nova različica in te o tem obvestili. To obvestilo lahko preizkusiš z gumbom na desni. Označi spodaj, če želiš, da Firefly III preveri, ali so posodobitve na voljo.',
'check_for_updates_permission' => 'Firefly III lahko preveri posodobitve, vendar potrebuje vaše dovoljenje. Pojdite v <a href=":link"> skrbništvo</a>, da označite, ali želite omogočiti to funkcijo.',
'updates_ask_me_later' => 'Vprašaj me kasneje',
'updates_do_not_check' => 'Ne preverjaj posodobitev',
'updates_enable_check' => 'Omogoči preverjanje posodobitev',
'admin_update_check_now_title' => 'Preveri za posodobitve zdaj',
'admin_update_check_now_explain' => 'Če pritisnete gumb, bo Firefly III preveril, ali je vaša trenutna različica zadnja.',
'check_for_updates_button' => 'Preveri zdaj!',
'update_new_version_alert' => 'Na voljo je nova različica Firefly III. Trenutno uporabljaš :your_version, najnovejša različica pa je :new_version, izdana :date.',
'update_version_beta' => 'To je BETA verzija. Lahko naletiš na težave.',
'update_version_alpha' => 'To je ALFA verzija. Lahko naletiš na težave.',
'update_current_version_alert' => 'Uporabljaš :version, ki je zadnja razpoložljiva izdaja.',
'update_newer_version_alert' => 'Uporabljaš :your_version, ki je novejša od zadnje izdaje, :new_version.',
'update_check_error' => 'Pri preverjanju posodobitev smo naleteli na težavo: :error',
'unknown_error' => 'Nepoznana napaka. Oprosti :)',
'just_new_release' => 'Na voljo je nova verzija! Verzija :version je bila izdana :date. Je zelo sveža, zato počakaj nekaj dni da se stabilizira.',
'disabled_but_check' => 'You disabled update checking. So don\'t forget to check for updates yourself every now and then. Thank you!',
'admin_update_channel_title' => 'Kanal posodobitev',
'admin_update_channel_explain' => 'Firefly III ima tri "kanale" posodobitev, ki določajo, kako hitro prejmete nove funkcije, izboljšave in odprave napak. Uporabite kanal "beta", če ste pustolovec, in "alfa", če radi živite nevarno življenje.',
'update_channel_stable' => 'Stabilno. Vse naj bi delovalo po pričakovanjih.',
'update_channel_beta' => 'Beta. Nove funkcionalnosti, vendar ni nujno, da vse deluje.',
'update_channel_alpha' => 'Alfa. Noter vržemo razne stvari da vidimo kaj se "prime".',
// search
'search' => 'Iskanje',
'search_query' => 'Poizvedba',
'search_found_transactions' => 'Firefly III found :count transaction in :time seconds.|Firefly III found :count transactions in :time seconds.',
'search_found_more_transactions' => 'Firefly III found more than :count transactions in :time seconds.',
'search_for_query' => 'Firefly III išče transakcije, ki vsebujejo vse besede: <span class="text-info">:query</span>',
'invalid_operators_list' => 'These search parameters are not valid and have been ignored.',
// old
2023-01-14 15:47:51 +01:00
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
*
* GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
*
* https://crowdin.com/project/firefly-iii
2023-01-15 15:47:25 +01:00
*
2023-01-14 15:47:51 +01:00
*/
2022-10-08 06:47:56 +02:00
'search_modifier_date_on' => 'Transaction date is ":value"',
'search_modifier_not_date_on' => 'Transaction date is not ":value"',
'search_modifier_reconciled' => 'Transaction is reconciled',
'search_modifier_not_reconciled' => 'Transaction is not reconciled',
'search_modifier_id' => 'Transaction ID is ":value"',
'search_modifier_not_id' => 'Transaction ID is not ":value"',
'search_modifier_date_before' => 'Transaction date is before or on ":value"',
'search_modifier_date_after' => 'Transaction date is after or on ":value"',
'search_modifier_external_id_is' => 'External ID is ":value"',
'search_modifier_not_external_id_is' => 'External ID is not ":value"',
'search_modifier_no_external_url' => 'The transaction has no external URL',
2022-12-29 15:49:24 +01:00
'search_modifier_no_external_id' => 'The transaction has no external ID',
2022-10-08 06:47:56 +02:00
'search_modifier_not_any_external_url' => 'The transaction has no external URL',
2022-12-29 15:49:24 +01:00
'search_modifier_not_any_external_id' => 'The transaction has no external ID',
2022-10-08 06:47:56 +02:00
'search_modifier_any_external_url' => 'The transaction must have a (any) external URL',
2022-12-29 15:49:24 +01:00
'search_modifier_any_external_id' => 'The transaction must have a (any) external ID',
2022-10-08 06:47:56 +02:00
'search_modifier_not_no_external_url' => 'The transaction must have a (any) external URL',
2022-12-29 15:49:24 +01:00
'search_modifier_not_no_external_id' => 'The transaction must have a (any) external ID',
2022-10-08 06:47:56 +02:00
'search_modifier_internal_reference_is' => 'Internal reference is ":value"',
'search_modifier_not_internal_reference_is' => 'Internal reference is not ":value"',
'search_modifier_description_starts' => 'Description starts with ":value"',
'search_modifier_not_description_starts' => 'Description does not start with ":value"',
'search_modifier_description_ends' => 'Description ends on ":value"',
'search_modifier_not_description_ends' => 'Description does not end on ":value"',
'search_modifier_description_contains' => 'Description contains ":value"',
'search_modifier_not_description_contains' => 'Description does not contain ":value"',
'search_modifier_description_is' => 'Description is exactly ":value"',
'search_modifier_not_description_is' => 'Description is exactly not ":value"',
'search_modifier_currency_is' => 'Transaction (foreign) currency is ":value"',
'search_modifier_not_currency_is' => 'Transaction (foreign) currency is not ":value"',
'search_modifier_foreign_currency_is' => 'Transaction foreign currency is ":value"',
'search_modifier_not_foreign_currency_is' => 'Transaction foreign currency is not ":value"',
'search_modifier_has_attachments' => 'The transaction must have an attachment',
'search_modifier_has_no_category' => 'The transaction must have no category',
'search_modifier_not_has_no_category' => 'The transaction must have a (any) category',
'search_modifier_not_has_any_category' => 'The transaction must have no category',
'search_modifier_has_any_category' => 'The transaction must have a (any) category',
'search_modifier_has_no_budget' => 'The transaction must have no budget',
'search_modifier_not_has_any_budget' => 'The transaction must have no budget',
'search_modifier_has_any_budget' => 'The transaction must have a (any) budget',
'search_modifier_not_has_no_budget' => 'The transaction must have a (any) budget',
'search_modifier_has_no_bill' => 'The transaction must have no bill',
'search_modifier_not_has_no_bill' => 'The transaction must have a (any) bill',
'search_modifier_has_any_bill' => 'The transaction must have a (any) bill',
'search_modifier_not_has_any_bill' => 'The transaction must have no bill',
'search_modifier_has_no_tag' => 'The transaction must have no tags',
'search_modifier_not_has_any_tag' => 'The transaction must have no tags',
'search_modifier_not_has_no_tag' => 'The transaction must have a (any) tag',
'search_modifier_has_any_tag' => 'The transaction must have a (any) tag',
'search_modifier_notes_contains' => 'The transaction notes contain ":value"',
'search_modifier_not_notes_contains' => 'The transaction notes do not contain ":value"',
'search_modifier_notes_starts' => 'The transaction notes start with ":value"',
'search_modifier_not_notes_starts' => 'The transaction notes do not start with ":value"',
'search_modifier_notes_ends' => 'The transaction notes end with ":value"',
'search_modifier_not_notes_ends' => 'The transaction notes do not end with ":value"',
'search_modifier_notes_is' => 'The transaction notes are exactly ":value"',
'search_modifier_not_notes_is' => 'The transaction notes are exactly not ":value"',
'search_modifier_no_notes' => 'The transaction has no notes',
'search_modifier_not_no_notes' => 'The transaction must have notes',
'search_modifier_any_notes' => 'The transaction must have notes',
'search_modifier_not_any_notes' => 'The transaction has no notes',
'search_modifier_amount_is' => 'Amount is exactly :value',
'search_modifier_not_amount_is' => 'Amount is not :value',
'search_modifier_amount_less' => 'Amount is less than or equal to :value',
'search_modifier_not_amount_more' => 'Amount is less than or equal to :value',
'search_modifier_amount_more' => 'Amount is more than or equal to :value',
'search_modifier_not_amount_less' => 'Amount is more than or equal to :value',
'search_modifier_source_account_is' => 'Source account name is exactly ":value"',
'search_modifier_not_source_account_is' => 'Source account name is not ":value"',
'search_modifier_source_account_contains' => 'Source account name contains ":value"',
'search_modifier_not_source_account_contains' => 'Source account name does not contain ":value"',
'search_modifier_source_account_starts' => 'Source account name starts with ":value"',
'search_modifier_not_source_account_starts' => 'Source account name does not start with ":value"',
'search_modifier_source_account_ends' => 'Source account name ends with ":value"',
'search_modifier_not_source_account_ends' => 'Source account name does not end with ":value"',
'search_modifier_source_account_id' => 'Source account ID is :value',
'search_modifier_not_source_account_id' => 'Source account ID is not :value',
'search_modifier_source_account_nr_is' => 'Source account number (IBAN) is ":value"',
'search_modifier_not_source_account_nr_is' => 'Source account number (IBAN) is not ":value"',
'search_modifier_source_account_nr_contains' => 'Source account number (IBAN) contains ":value"',
'search_modifier_not_source_account_nr_contains' => 'Source account number (IBAN) does not contain ":value"',
'search_modifier_source_account_nr_starts' => 'Source account number (IBAN) starts with ":value"',
'search_modifier_not_source_account_nr_starts' => 'Source account number (IBAN) does not start with ":value"',
'search_modifier_source_account_nr_ends' => 'Source account number (IBAN) ends on ":value"',
'search_modifier_not_source_account_nr_ends' => 'Source account number (IBAN) does not end on ":value"',
'search_modifier_destination_account_is' => 'Destination account name is exactly ":value"',
'search_modifier_not_destination_account_is' => 'Destination account name is not ":value"',
'search_modifier_destination_account_contains' => 'Destination account name contains ":value"',
'search_modifier_not_destination_account_contains' => 'Destination account name does not contain ":value"',
'search_modifier_destination_account_starts' => 'Destination account name starts with ":value"',
'search_modifier_not_destination_account_starts' => 'Destination account name does not start with ":value"',
'search_modifier_destination_account_ends' => 'Destination account name ends on ":value"',
'search_modifier_not_destination_account_ends' => 'Destination account name does not end on ":value"',
'search_modifier_destination_account_id' => 'Destination account ID is :value',
'search_modifier_not_destination_account_id' => 'Destination account ID is not :value',
'search_modifier_destination_is_cash' => 'Destination account is the "(cash)" account',
'search_modifier_not_destination_is_cash' => 'Destination account is not the "(cash)" account',
'search_modifier_source_is_cash' => 'Source account is the "(cash)" account',
'search_modifier_not_source_is_cash' => 'Source account is not the "(cash)" account',
'search_modifier_destination_account_nr_is' => 'Destination account number (IBAN) is ":value"',
'search_modifier_not_destination_account_nr_is' => 'Destination account number (IBAN) is ":value"',
'search_modifier_destination_account_nr_contains' => 'Destination account number (IBAN) contains ":value"',
'search_modifier_not_destination_account_nr_contains' => 'Destination account number (IBAN) does not contain ":value"',
'search_modifier_destination_account_nr_starts' => 'Destination account number (IBAN) starts with ":value"',
'search_modifier_not_destination_account_nr_starts' => 'Destination account number (IBAN) does not start with ":value"',
'search_modifier_destination_account_nr_ends' => 'Destination account number (IBAN) ends with ":value"',
'search_modifier_not_destination_account_nr_ends' => 'Destination account number (IBAN) does not end with ":value"',
'search_modifier_account_id' => 'Source or destination account ID\'s is/are: :value',
'search_modifier_not_account_id' => 'Source or destination account ID\'s is/are not: :value',
'search_modifier_category_is' => 'Category is ":value"',
'search_modifier_not_category_is' => 'Category is not ":value"',
'search_modifier_budget_is' => 'Budget is ":value"',
'search_modifier_not_budget_is' => 'Budget is not ":value"',
'search_modifier_bill_is' => 'Bill is ":value"',
'search_modifier_not_bill_is' => 'Bill is not ":value"',
'search_modifier_transaction_type' => 'Transaction type is ":value"',
'search_modifier_not_transaction_type' => 'Transaction type is not ":value"',
2022-12-24 09:53:54 +01:00
'search_modifier_tag_is' => 'Oznaka je ":value"',
2022-10-08 06:47:56 +02:00
'search_modifier_not_tag_is' => 'No tag is ":value"',
'search_modifier_date_on_year' => 'Transaction is in year ":value"',
'search_modifier_not_date_on_year' => 'Transaction is not in year ":value"',
'search_modifier_date_on_month' => 'Transaction is in month ":value"',
'search_modifier_not_date_on_month' => 'Transaction is not in month ":value"',
'search_modifier_date_on_day' => 'Transaction is on day of month ":value"',
'search_modifier_not_date_on_day' => 'Transaction is not on day of month ":value"',
'search_modifier_date_before_year' => 'Transaction is before or in year ":value"',
'search_modifier_date_before_month' => 'Transaction is before or in month ":value"',
'search_modifier_date_before_day' => 'Transaction is before or on day of month ":value"',
'search_modifier_date_after_year' => 'Transaction is in or after year ":value"',
'search_modifier_date_after_month' => 'Transaction is in or after month ":value"',
'search_modifier_date_after_day' => 'Transaction is after or on day of month ":value"',
// new
'search_modifier_tag_is_not' => 'No tag is ":value"',
'search_modifier_not_tag_is_not' => 'Tag is ":value"',
'search_modifier_account_is' => 'Either account is ":value"',
'search_modifier_not_account_is' => 'Neither account is ":value"',
'search_modifier_account_contains' => 'Either account contains ":value"',
'search_modifier_not_account_contains' => 'Neither account contains ":value"',
'search_modifier_account_ends' => 'Either account ends with ":value"',
'search_modifier_not_account_ends' => 'Neither account ends with ":value"',
'search_modifier_account_starts' => 'Either account starts with ":value"',
'search_modifier_not_account_starts' => 'Neither account starts with ":value"',
'search_modifier_account_nr_is' => 'Either account number / IBAN is ":value"',
'search_modifier_not_account_nr_is' => 'Neither account number / IBAN is ":value"',
'search_modifier_account_nr_contains' => 'Either account number / IBAN contains ":value"',
'search_modifier_not_account_nr_contains' => 'Neither account number / IBAN contains ":value"',
'search_modifier_account_nr_ends' => 'Either account number / IBAN ends with ":value"',
'search_modifier_not_account_nr_ends' => 'Neither account number / IBAN ends with ":value"',
'search_modifier_account_nr_starts' => 'Either account number / IBAN starts with ":value"',
'search_modifier_not_account_nr_starts' => 'Neither account number / IBAN starts with ":value"',
'search_modifier_category_contains' => 'Category contains ":value"',
'search_modifier_not_category_contains' => 'Category does not contain ":value"',
'search_modifier_category_ends' => 'Category ends on ":value"',
'search_modifier_not_category_ends' => 'Category does not end on ":value"',
'search_modifier_category_starts' => 'Category starts with ":value"',
'search_modifier_not_category_starts' => 'Category does not start with ":value"',
'search_modifier_budget_contains' => 'Budget contains ":value"',
'search_modifier_not_budget_contains' => 'Budget does not contain ":value"',
'search_modifier_budget_ends' => 'Budget ends with ":value"',
'search_modifier_not_budget_ends' => 'Budget does not end on ":value"',
'search_modifier_budget_starts' => 'Budget starts with ":value"',
'search_modifier_not_budget_starts' => 'Budget does not start with ":value"',
'search_modifier_bill_contains' => 'Bill contains ":value"',
'search_modifier_not_bill_contains' => 'Bill does not contain ":value"',
'search_modifier_bill_ends' => 'Bill ends with ":value"',
'search_modifier_not_bill_ends' => 'Bill does not end on ":value"',
'search_modifier_bill_starts' => 'Bill starts with ":value"',
'search_modifier_not_bill_starts' => 'Bill does not start with ":value"',
'search_modifier_external_id_contains' => 'External ID contains ":value"',
'search_modifier_not_external_id_contains' => 'External ID does not contain ":value"',
'search_modifier_external_id_ends' => 'External ID ends with ":value"',
'search_modifier_not_external_id_ends' => 'External ID does not end with ":value"',
'search_modifier_external_id_starts' => 'External ID starts with ":value"',
'search_modifier_not_external_id_starts' => 'External ID does not start with ":value"',
'search_modifier_internal_reference_contains' => 'Internal reference contains ":value"',
'search_modifier_not_internal_reference_contains' => 'Internal reference does not contain ":value"',
'search_modifier_internal_reference_ends' => 'Internal reference ends with ":value"',
'search_modifier_internal_reference_starts' => 'Internal reference starts with ":value"',
'search_modifier_not_internal_reference_ends' => 'Internal reference does not end with ":value"',
'search_modifier_not_internal_reference_starts' => 'Internal reference does not start with ":value"',
'search_modifier_external_url_is' => 'External URL is ":value"',
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
'search_modifier_external_url_contains' => 'External URL contains ":value"',
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
'search_modifier_external_url_ends' => 'External URL ends with ":value"',
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
'search_modifier_external_url_starts' => 'External URL starts with ":value"',
'search_modifier_not_external_url_starts' => 'External URL does not start with ":value"',
'search_modifier_has_no_attachments' => 'Transaction has no attachments',
'search_modifier_not_has_no_attachments' => 'Transaction has attachments',
'search_modifier_not_has_attachments' => 'Transaction has no attachments',
'search_modifier_account_is_cash' => 'Either account is the "(cash)" account.',
'search_modifier_not_account_is_cash' => 'Neither account is the "(cash)" account.',
'search_modifier_journal_id' => 'The journal ID is ":value"',
'search_modifier_not_journal_id' => 'The journal ID is not ":value"',
'search_modifier_recurrence_id' => 'The recurring transaction ID is ":value"',
'search_modifier_not_recurrence_id' => 'The recurring transaction ID is not ":value"',
'search_modifier_foreign_amount_is' => 'The foreign amount is ":value"',
'search_modifier_not_foreign_amount_is' => 'The foreign amount is not ":value"',
'search_modifier_foreign_amount_less' => 'The foreign amount is less than ":value"',
'search_modifier_not_foreign_amount_more' => 'The foreign amount is less than ":value"',
'search_modifier_not_foreign_amount_less' => 'The foreign amount is more than ":value"',
'search_modifier_foreign_amount_more' => 'The foreign amount is more than ":value"',
'search_modifier_exists' => 'Transaction exists (any transaction)',
'search_modifier_not_exists' => 'Transaction does not exist (no transaction)',
// date fields
'search_modifier_interest_date_on' => 'Transaction interest date is ":value"',
'search_modifier_not_interest_date_on' => 'Transaction interest date is not ":value"',
'search_modifier_interest_date_on_year' => 'Transaction interest date is in year ":value"',
'search_modifier_not_interest_date_on_year' => 'Transaction interest date is not in year ":value"',
'search_modifier_interest_date_on_month' => 'Transaction interest date is in month ":value"',
'search_modifier_not_interest_date_on_month' => 'Transaction interest date is not in month ":value"',
'search_modifier_interest_date_on_day' => 'Transaction interest date is on day of month ":value"',
'search_modifier_not_interest_date_on_day' => 'Transaction interest date is not on day of month ":value"',
'search_modifier_interest_date_before_year' => 'Transaction interest date is before or in year ":value"',
'search_modifier_interest_date_before_month' => 'Transaction interest date is before or in month ":value"',
'search_modifier_interest_date_before_day' => 'Transaction interest date is before or on day of month ":value"',
'search_modifier_interest_date_after_year' => 'Transaction interest date is after or in year ":value"',
'search_modifier_interest_date_after_month' => 'Transaction interest date is after or in month ":value"',
'search_modifier_interest_date_after_day' => 'Transaction interest date is after or on day of month ":value"',
'search_modifier_book_date_on_year' => 'Transaction book date is in year ":value"',
'search_modifier_book_date_on_month' => 'Transaction book date is in month ":value"',
'search_modifier_book_date_on_day' => 'Transaction book date is on day of month ":value"',
'search_modifier_not_book_date_on_year' => 'Transaction book date is not in year ":value"',
'search_modifier_not_book_date_on_month' => 'Transaction book date is not in month ":value"',
'search_modifier_not_book_date_on_day' => 'Transaction book date is not on day of month ":value"',
'search_modifier_book_date_before_year' => 'Transaction book date is before or in year ":value"',
'search_modifier_book_date_before_month' => 'Transaction book date is before or in month ":value"',
'search_modifier_book_date_before_day' => 'Transaction book date is before or on day of month ":value"',
'search_modifier_book_date_after_year' => 'Transaction book date is after or in year ":value"',
'search_modifier_book_date_after_month' => 'Transaction book date is after or in month ":value"',
'search_modifier_book_date_after_day' => 'Transaction book date is after or on day of month ":value"',
'search_modifier_process_date_on_year' => 'Transaction process date is in year ":value"',
'search_modifier_process_date_on_month' => 'Transaction process date is in month ":value"',
'search_modifier_process_date_on_day' => 'Transaction process date is on day of month ":value"',
'search_modifier_not_process_date_on_year' => 'Transaction process date is not in year ":value"',
'search_modifier_not_process_date_on_month' => 'Transaction process date is not in month ":value"',
'search_modifier_not_process_date_on_day' => 'Transaction process date is not on day of month ":value"',
'search_modifier_process_date_before_year' => 'Transaction process date is before or in year ":value"',
'search_modifier_process_date_before_month' => 'Transaction process date is before or in month ":value"',
'search_modifier_process_date_before_day' => 'Transaction process date is before or on day of month ":value"',
'search_modifier_process_date_after_year' => 'Transaction process date is after or in year ":value"',
'search_modifier_process_date_after_month' => 'Transaction process date is after or in month ":value"',
'search_modifier_process_date_after_day' => 'Transaction process date is after or on day of month ":value"',
'search_modifier_due_date_on_year' => 'Transaction due date is in year ":value"',
'search_modifier_due_date_on_month' => 'Transaction due date is in month ":value"',
'search_modifier_due_date_on_day' => 'Transaction due date is on day of month ":value"',
'search_modifier_not_due_date_on_year' => 'Transaction due date is not in year ":value"',
'search_modifier_not_due_date_on_month' => 'Transaction due date is not in month ":value"',
'search_modifier_not_due_date_on_day' => 'Transaction due date is not on day of month ":value"',
'search_modifier_due_date_before_year' => 'Transaction due date is before or in year ":value"',
'search_modifier_due_date_before_month' => 'Transaction due date is before or in month ":value"',
'search_modifier_due_date_before_day' => 'Transaction due date is before or on day of month ":value"',
'search_modifier_due_date_after_year' => 'Transaction due date is after or in year ":value"',
'search_modifier_due_date_after_month' => 'Transaction due date is after or in month ":value"',
'search_modifier_due_date_after_day' => 'Transaction due date is after or on day of month ":value"',
'search_modifier_payment_date_on_year' => 'Transaction payment date is in year ":value"',
'search_modifier_payment_date_on_month' => 'Transaction payment date is in month ":value"',
'search_modifier_payment_date_on_day' => 'Transaction payment date is on day of month ":value"',
'search_modifier_not_payment_date_on_year' => 'Transaction payment date is not in year ":value"',
'search_modifier_not_payment_date_on_month' => 'Transaction payment date is not in month ":value"',
'search_modifier_not_payment_date_on_day' => 'Transaction payment date is not on day of month ":value"',
'search_modifier_payment_date_before_year' => 'Transaction payment date is before or in year ":value"',
'search_modifier_payment_date_before_month' => 'Transaction payment date is before or in month ":value"',
'search_modifier_payment_date_before_day' => 'Transaction payment date is before or on day of month ":value"',
'search_modifier_payment_date_after_year' => 'Transaction payment date is after or in year ":value"',
'search_modifier_payment_date_after_month' => 'Transaction payment date is after or in month ":value"',
'search_modifier_payment_date_after_day' => 'Transaction payment date is after or on day of month ":value"',
'search_modifier_invoice_date_on_year' => 'Transaction invoice date is in year ":value"',
'search_modifier_invoice_date_on_month' => 'Transaction invoice date is in month ":value"',
'search_modifier_invoice_date_on_day' => 'Transaction invoice date is on day of month ":value"',
'search_modifier_not_invoice_date_on_year' => 'Transaction invoice date is not in year ":value"',
'search_modifier_not_invoice_date_on_month' => 'Transaction invoice date is not in month ":value"',
'search_modifier_not_invoice_date_on_day' => 'Transaction invoice date is not on day of month ":value"',
'search_modifier_invoice_date_before_year' => 'Transaction invoice date is before or in year ":value"',
'search_modifier_invoice_date_before_month' => 'Transaction invoice date is before or in month ":value"',
'search_modifier_invoice_date_before_day' => 'Transaction invoice date is before or on day of month ":value"',
'search_modifier_invoice_date_after_year' => 'Transaction invoice date is after or in year ":value"',
'search_modifier_invoice_date_after_month' => 'Transaction invoice date is after or in month ":value"',
'search_modifier_invoice_date_after_day' => 'Transaction invoice date is after or on day of month ":value"',
// other dates
'search_modifier_updated_at_on_year' => 'Transaction was last updated in year ":value"',
'search_modifier_updated_at_on_month' => 'Transaction was last updated in month ":value"',
'search_modifier_updated_at_on_day' => 'Transaction was last updated on day of month ":value"',
'search_modifier_not_updated_at_on_year' => 'Transaction was not last updated in year ":value"',
'search_modifier_not_updated_at_on_month' => 'Transaction was not last updated in month ":value"',
'search_modifier_not_updated_at_on_day' => 'Transaction was not last updated on day of month ":value"',
'search_modifier_updated_at_before_year' => 'Transaction was last updated in or before year ":value"',
'search_modifier_updated_at_before_month' => 'Transaction was last updated in or before month ":value"',
'search_modifier_updated_at_before_day' => 'Transaction was last updated on or before day of month ":value"',
'search_modifier_updated_at_after_year' => 'Transaction was last updated in or after year ":value"',
'search_modifier_updated_at_after_month' => 'Transaction was last updated in or after month ":value"',
'search_modifier_updated_at_after_day' => 'Transaction was last updated on or after day of month ":value"',
'search_modifier_created_at_on_year' => 'Transaction was created in year ":value"',
'search_modifier_created_at_on_month' => 'Transaction was created in month ":value"',
'search_modifier_created_at_on_day' => 'Transaction was created on day of month ":value"',
'search_modifier_not_created_at_on_year' => 'Transaction was not created in year ":value"',
'search_modifier_not_created_at_on_month' => 'Transaction was not created in month ":value"',
'search_modifier_not_created_at_on_day' => 'Transaction was not created on day of month ":value"',
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
'search_modifier_created_at_after_year' => 'Transaction was created in or after year ":value"',
'search_modifier_created_at_after_month' => 'Transaction was created in or after month ":value"',
'search_modifier_created_at_after_day' => 'Transaction was created on or after day of month ":value"',
'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"',
'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"',
'search_modifier_book_date_on' => 'Transaction book date is on ":value"',
'search_modifier_not_book_date_on' => 'Transaction book date is not on ":value"',
'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"',
'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"',
'search_modifier_process_date_on' => 'Transaction process date is on ":value"',
'search_modifier_not_process_date_on' => 'Transaction process date is not on ":value"',
'search_modifier_process_date_before' => 'Transaction process date is on or before ":value"',
'search_modifier_process_date_after' => 'Transaction process date is on or after ":value"',
'search_modifier_due_date_on' => 'Transaction due date is on ":value"',
'search_modifier_not_due_date_on' => 'Transaction due date is not on ":value"',
'search_modifier_due_date_before' => 'Transaction due date is on or before ":value"',
'search_modifier_due_date_after' => 'Transaction due date is on or after ":value"',
'search_modifier_payment_date_on' => 'Transaction payment date is on ":value"',
'search_modifier_not_payment_date_on' => 'Transaction payment date is not on ":value"',
'search_modifier_payment_date_before' => 'Transaction payment date is on or before ":value"',
'search_modifier_payment_date_after' => 'Transaction payment date is on or after ":value"',
'search_modifier_invoice_date_on' => 'Transaction invoice date is on ":value"',
'search_modifier_not_invoice_date_on' => 'Transaction invoice date is not on ":value"',
'search_modifier_invoice_date_before' => 'Transaction invoice date is on or before ":value"',
'search_modifier_invoice_date_after' => 'Transaction invoice date is on or after ":value"',
'search_modifier_created_at_on' => 'Transaction was created on ":value"',
'search_modifier_not_created_at_on' => 'Transaction was not created on ":value"',
'search_modifier_created_at_before' => 'Transaction was created on or before ":value"',
'search_modifier_created_at_after' => 'Transaction was created on or after ":value"',
'search_modifier_updated_at_on' => 'Transaction was updated on ":value"',
'search_modifier_not_updated_at_on' => 'Transaction was not updated on ":value"',
'search_modifier_updated_at_before' => 'Transaction was updated on or before ":value"',
'search_modifier_updated_at_after' => 'Transaction was updated on or after ":value"',
'search_modifier_attachment_name_is' => 'Any attachment\'s name is ":value"',
'search_modifier_attachment_name_contains' => 'Any attachment\'s name contains ":value"',
'search_modifier_attachment_name_starts' => 'Any attachment\'s name starts with ":value"',
'search_modifier_attachment_name_ends' => 'Any attachment\'s name ends with ":value"',
'search_modifier_attachment_notes_are' => 'Any attachment\'s notes are ":value"',
'search_modifier_attachment_notes_contains' => 'Any attachment\'s notes contain ":value"',
'search_modifier_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
'search_modifier_attachment_notes_ends' => 'Any attachment\'s notes end with ":value"',
'search_modifier_not_attachment_name_is' => 'Any attachment\'s name is not ":value"',
'search_modifier_not_attachment_name_contains' => 'Any attachment\'s name does not contain ":value"',
'search_modifier_not_attachment_name_starts' => 'Any attachment\'s name does not start with ":value"',
'search_modifier_not_attachment_name_ends' => 'Any attachment\'s name does not end with ":value"',
'search_modifier_not_attachment_notes_are' => 'Any attachment\'s notes are not ":value"',
'search_modifier_not_attachment_notes_contains' => 'Any attachment\'s notes do not contain ":value"',
'search_modifier_not_attachment_notes_starts' => 'Any attachment\'s notes start with ":value"',
'search_modifier_not_attachment_notes_ends' => 'Any attachment\'s notes do not end with ":value"',
2022-12-29 15:49:24 +01:00
'search_modifier_sepa_ct_is' => 'SEPA CT is ":value"',
2022-10-08 06:47:56 +02:00
'update_rule_from_query' => 'Update rule ":rule" from search query',
'create_rule_from_query' => 'Create new rule from search query',
'rule_from_search_words' => 'The rule engine has a hard time handling ":string". The suggested rule that fits your search query may give different results. Please verify the rule triggers carefully.',
2023-01-14 15:47:51 +01:00
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
*
* GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
*
* https://crowdin.com/project/firefly-iii
2023-01-15 15:47:25 +01:00
*
2023-01-14 15:47:51 +01:00
*/
2022-10-08 06:47:56 +02:00
// END
'modifiers_applies_are' => 'Naslednji modifikatorji se uporabljajo tudi za iskanje:',
'general_search_error' => 'Pri iskanju je prišlo do napake. Za več informacij preverite datoteke dnevnika.',
'search_box' => 'Iskanje',
'search_box_intro' => 'Dobrodošli v iskalni funkciji Firefly III. V polje vnesi iskalno poizvedbo. Preverite datoteko za pomoč, ker je iskanje precej napredno.',
'search_error' => 'Napaka med iskanjem',
'search_searching' => 'Iščem...',
'search_results' => 'Rezultati iskanja',
// repeat frequencies:
'repeat_freq_yearly' => 'letno',
'repeat_freq_half-year' => 'polletno',
'repeat_freq_quarterly' => 'četrtletno',
'repeat_freq_monthly' => 'mesečno',
'repeat_freq_weekly' => 'tedensko',
2022-12-24 09:53:54 +01:00
'repeat_freq_daily' => 'dnevno',
'daily' => 'dnevno',
2022-10-08 06:47:56 +02:00
'weekly' => 'tedensko',
'quarterly' => 'četrtletno',
'half-year' => 'polletno',
'yearly' => 'letno',
// rules
2022-12-24 09:53:54 +01:00
'is_not_rule_trigger' => 'Ni',
2022-10-08 06:47:56 +02:00
'cannot_fire_inactive_rules' => 'You cannot execute inactive rules.',
'rules' => 'Pravila',
'rule_name' => 'Naziv pravila',
'rule_triggers' => 'Pravilo se sproži, ko',
'rule_actions' => 'Pravilo bo',
'new_rule' => 'Novo pravilo',
'new_rule_group' => 'Nova skupina pravil',
'rule_priority_up' => 'Pravilu povišaj prioriteto',
'rule_priority_down' => 'Pravilu znižaj prioriteto',
'make_new_rule_group' => 'Ustvari novo skupino pravil',
'store_new_rule_group' => 'Shrani novo skupino pravil',
'created_new_rule_group' => 'Nova skupino pravil ":title" shranjena!',
'updated_rule_group' => 'Skupina pravil ":title" uspešno posodobljena.',
'edit_rule_group' => 'Uredi skupino pravil ":title"',
'duplicate_rule' => 'Ustvari dvojnik pravila ":title"',
'rule_copy_of' => 'Kopija ":title"',
'duplicated_rule' => 'Pravilo ":title" podvojeno v ":newTitle"',
'delete_rule_group' => 'Izbriši skupino pravil ":title"',
'deleted_rule_group' => 'Skupina pravil ":title" izbrisana',
'update_rule_group' => 'Posodobi skupino pravil',
'no_rules_in_group' => 'V tej skupini ni pravil',
'move_rule_group_up' => 'Premakni skupino pravil gor',
'move_rule_group_down' => 'Premakni skupino pravil dol',
'save_rules_by_moving' => 'Save this rule by moving it to another rule group:|Save these rules by moving them to another rule group:',
'make_new_rule' => 'Ustvari novo pravilo v skupini ":title"',
'make_new_rule_no_group' => 'Ustvari novo pravilo',
'instructions_rule_from_bill' => 'Da povežemo transakcije z novim trajnikom ":name" bo Firefly III ustvaril pravilo, ki bo samodejno preverjalo vnesene transakcije. Preveri podrobnosti pravila spodaj in pravilo shrani.',
'instructions_rule_from_journal' => 'Ustvari pravilo na podlagi transakcije. Dopolni ali uredi spodnji obrazec.',
'rule_is_strict' => 'strogo pravilo',
'rule_is_not_strict' => 'togo pravilo',
'rule_help_stop_processing' => 'Ko potrdite to polje, se poznejša pravila v tej skupini ne bodo izvajala.',
'rule_help_strict' => 'V strogih pravilih se morajo sprožiti vsi sprožilci da se dejanje izvede. V togih pravilih je KATERIKOLI sprožilec dovolj za izvedbo dejanj.',
'rule_help_active' => 'Neaktivna pravila se ne bodo sprožila.',
'stored_new_rule' => 'Shranjeno novo pravilo z naslovom ":title"',
'deleted_rule' => 'Pravilo z naslovom ":title" izbrisano',
'store_new_rule' => 'Shrani novo pravilo',
'updated_rule' => 'Pravilo z naslovom ":title" posodobljeno',
'default_rule_group_name' => 'Privzeto pravilo',
'default_rule_group_description' => 'Vsa pravila ki niso v skupini.',
'trigger' => 'Sprožilec',
'trigger_value' => 'Sprožilec na vrednost',
'stop_processing_other_triggers' => 'Ustavi izvajanje drugih prožilcev',
'add_rule_trigger' => 'Dodaj nov sprožilec',
'action' => 'Dejanje',
'action_value' => 'Vrednost dejanja',
'stop_executing_other_actions' => 'Ustavi izvajanje drugih dejanj',
'add_rule_action' => 'Dodaj dejanje',
'edit_rule' => 'Uredi pravilo ":title"',
'delete_rule' => 'Izbriši pravilo ":title"',
'update_rule' => 'Uredi pravilo',
'test_rule_triggers' => 'Poglej ujemajoče transakcije',
'warning_no_matching_transactions' => 'No matching transactions found.',
'warning_no_valid_triggers' => 'Sprožilci niso veljavni.',
'apply_rule_selection' => 'Uporabite pravilo ":title" za izbor transakcij',
'apply_rule_selection_intro' => 'Pravila, kot je ":title", se običajno uporabljajo samo za nove ali posodobljene transakcije, vendar lahko označiš da jih Firefly III zažene ob izbiri obstoječih transakcij. To je lahko uporabno, če ste posodobili pravilo in morate spremembe uporabiti za vse druge transakcije.',
'include_transactions_from_accounts' => 'Vključi transakcije iz teh računov',
'include' => 'Include?',
'applied_rule_selection' => '{0} No transactions in your selection were changed by rule ":title".|[1] One transaction in your selection was changed by rule ":title".|[2,*] :count transactions in your selection were changed by rule ":title".',
'execute' => 'Izvedi',
'apply_rule_group_selection' => 'Uporabite skupino pravil ":title" za izbor transakcij',
'apply_rule_group_selection_intro' => 'Skupine pravil, kot je ":title", se običajno uporabljajo samo za nove ali posodobljene transakcije, vendar lahko označiš da jih Firefly III zažene ob izbiri obstoječih transakcij. To je lahko uporabno, če ste posodobili pravilo in morate spremembe uporabiti za vse druge transakcije.',
'applied_rule_group_selection' => 'Skupina pravil ":title" je bila uporabljena za vašo izbiro.',
// actions and triggers
'rule_trigger_store_journal' => 'Ko je transakcija ustvarjena',
'rule_trigger_update_journal' => 'Ko je transakcija posodobljena',
'rule_trigger_user_action' => 'Dejanje uporabnika je ":trigger_value"',
// OLD values (remove non-doubles later):
'rule_trigger_source_account_starts_choice' => 'Source account name starts with..',
'rule_trigger_source_account_starts' => 'Source account name starts with ":trigger_value"',
'rule_trigger_source_account_ends_choice' => 'Source account name ends with..',
'rule_trigger_source_account_ends' => 'Source account name ends with ":trigger_value"',
'rule_trigger_source_account_is_choice' => 'Source account name is..',
'rule_trigger_source_account_is' => 'Source account name is ":trigger_value"',
'rule_trigger_source_account_contains_choice' => 'Source account name contains..',
'rule_trigger_source_account_contains' => 'Source account name contains ":trigger_value"',
'rule_trigger_account_id_choice' => 'Either account ID is exactly..',
'rule_trigger_account_id' => 'Either account ID is exactly :trigger_value',
'rule_trigger_source_account_id_choice' => 'Source account ID is exactly..',
'rule_trigger_source_account_id' => 'Source account ID is exactly :trigger_value',
'rule_trigger_destination_account_id_choice' => 'Destination account ID is exactly..',
'rule_trigger_destination_account_id' => 'Destination account ID is exactly :trigger_value',
'rule_trigger_account_is_cash_choice' => 'Either account is cash',
'rule_trigger_account_is_cash' => 'Either account is cash',
'rule_trigger_source_is_cash_choice' => 'Source account is (cash) account',
'rule_trigger_source_is_cash' => 'Source account is (cash) account',
'rule_trigger_destination_is_cash_choice' => 'Destination account is (cash) account',
'rule_trigger_destination_is_cash' => 'Destination account is (cash) account',
'rule_trigger_source_account_nr_starts_choice' => 'Source account number / IBAN starts with..',
'rule_trigger_source_account_nr_starts' => 'Source account number / IBAN starts with ":trigger_value"',
'rule_trigger_source_account_nr_ends_choice' => 'Source account number / IBAN ends with..',
'rule_trigger_source_account_nr_ends' => 'Source account number / IBAN ends with ":trigger_value"',
'rule_trigger_source_account_nr_is_choice' => 'Source account number / IBAN is..',
'rule_trigger_source_account_nr_is' => 'Source account number / IBAN is ":trigger_value"',
'rule_trigger_source_account_nr_contains_choice' => 'Source account number / IBAN contains..',
'rule_trigger_source_account_nr_contains' => 'Source account number / IBAN contains ":trigger_value"',
'rule_trigger_destination_account_starts_choice' => 'Destination account name starts with..',
'rule_trigger_destination_account_starts' => 'Destination account name starts with ":trigger_value"',
'rule_trigger_destination_account_ends_choice' => 'Destination account name ends with..',
'rule_trigger_destination_account_ends' => 'Destination account name ends with ":trigger_value"',
'rule_trigger_destination_account_is_choice' => 'Destination account name is..',
'rule_trigger_destination_account_is' => 'Destination account name is ":trigger_value"',
'rule_trigger_destination_account_contains_choice' => 'Destination account name contains..',
'rule_trigger_destination_account_contains' => 'Destination account name contains ":trigger_value"',
'rule_trigger_destination_account_nr_starts_choice' => 'Destination account number / IBAN starts with..',
'rule_trigger_destination_account_nr_starts' => 'Destination account number / IBAN starts with ":trigger_value"',
'rule_trigger_destination_account_nr_ends_choice' => 'Destination account number / IBAN ends with..',
'rule_trigger_destination_account_nr_ends' => 'Destination account number / IBAN ends with ":trigger_value"',
'rule_trigger_destination_account_nr_is_choice' => 'Destination account number / IBAN is..',
'rule_trigger_destination_account_nr_is' => 'Destination account number / IBAN is ":trigger_value"',
'rule_trigger_destination_account_nr_contains_choice' => 'Destination account number / IBAN contains..',
'rule_trigger_destination_account_nr_contains' => 'Destination account number / IBAN contains ":trigger_value"',
'rule_trigger_transaction_type_choice' => 'Tip transakcije je..',
'rule_trigger_transaction_type' => 'Tip transakcije je ":trigger_value"',
'rule_trigger_category_is_choice' => 'Kategorija je..',
'rule_trigger_category_is' => 'Kategorija je ":trigger_value"',
'rule_trigger_amount_less_choice' => 'Znesek je manjši od..',
'rule_trigger_amount_less' => 'Znesek je manjši od :trigger_value',
2022-12-24 09:53:54 +01:00
'rule_trigger_amount_is_choice' => 'Znesek je..',
2022-10-08 06:47:56 +02:00
'rule_trigger_amount_is' => 'Amount is :trigger_value',
'rule_trigger_amount_more_choice' => 'Znesek je več kot..',
'rule_trigger_amount_more' => 'Znesek je več kot :trigger_value',
'rule_trigger_description_starts_choice' => 'Opis se začne s/z..',
'rule_trigger_description_starts' => 'Opis se začne s/z ":trigger_value"',
'rule_trigger_description_ends_choice' => 'Opis se konča z..',
'rule_trigger_description_ends' => 'Opis se konča z ":trigger_value"',
'rule_trigger_description_contains_choice' => 'Opis vsebuje..',
'rule_trigger_description_contains' => 'Opis vsebuje ":trigger_value"',
'rule_trigger_description_is_choice' => 'Opis je..',
'rule_trigger_description_is' => 'Opis je ":trigger_value"',
'rule_trigger_date_on_choice' => 'Transaction date is..',
'rule_trigger_date_on' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_before_choice' => 'Transaction date is before..',
'rule_trigger_date_before' => 'Transaction date is before ":trigger_value"',
'rule_trigger_date_after_choice' => 'Transaction date is after..',
'rule_trigger_date_after' => 'Transaction date is after ":trigger_value"',
'rule_trigger_created_at_on_choice' => 'Transaction was made on..',
'rule_trigger_created_at_on' => 'Transaction was made on ":trigger_value"',
'rule_trigger_updated_at_on_choice' => 'Transaction was last edited on..',
'rule_trigger_updated_at_on' => 'Transaction was last edited on ":trigger_value"',
'rule_trigger_budget_is_choice' => 'Proračun je..',
'rule_trigger_budget_is' => 'Proračun je ":trigger_value"',
'rule_trigger_tag_is_choice' => 'Any tag is..',
'rule_trigger_tag_is' => 'Any tag is ":trigger_value"',
'rule_trigger_currency_is_choice' => 'Valuta transakcije je..',
'rule_trigger_currency_is' => 'Valuta transakcije je ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'Ima vsaj toliko priponk',
'rule_trigger_has_attachments' => 'Has at least :trigger_value attachment(s)',
'rule_trigger_has_no_category_choice' => 'Nima kategorije',
'rule_trigger_has_no_category' => 'Transakcija nima kategorije',
'rule_trigger_has_any_category_choice' => 'Ima kategorijo',
'rule_trigger_has_any_category' => 'Transakcija ima (katerokoli) kategorijo',
'rule_trigger_has_no_budget_choice' => 'Nima proračuna',
'rule_trigger_has_no_budget' => 'Transakcija nima proračuna',
'rule_trigger_has_any_budget_choice' => 'Ima (katerikoli) proračun',
'rule_trigger_has_any_budget' => 'Transakcija ima (katerikoli) proračun',
2022-12-24 09:53:54 +01:00
'rule_trigger_has_no_bill_choice' => 'Nima računa',
2022-10-08 06:47:56 +02:00
'rule_trigger_has_no_bill' => 'Transaction has no bill',
'rule_trigger_has_any_bill_choice' => 'Has a (any) bill',
'rule_trigger_has_any_bill' => 'Transaction has a (any) bill',
'rule_trigger_has_no_tag_choice' => 'Nima oznak',
'rule_trigger_has_no_tag' => 'Transakcija nima oznak(e)',
'rule_trigger_has_any_tag_choice' => 'Ima eno ali več oznak',
'rule_trigger_has_any_tag' => 'Transakcija ima eno ali več oznak',
'rule_trigger_any_notes_choice' => 'Ima zaznamke',
'rule_trigger_any_notes' => 'Transakcija ima zaznamke',
'rule_trigger_no_notes_choice' => 'Nima zaznamkov',
'rule_trigger_no_notes' => 'Transakcija nima zaznamkov',
2022-12-24 09:53:54 +01:00
'rule_trigger_notes_is_choice' => 'Opombe so..',
2022-10-08 06:47:56 +02:00
'rule_trigger_notes_is' => 'Notes are ":trigger_value"',
'rule_trigger_notes_contains_choice' => 'Notes contain..',
'rule_trigger_notes_contains' => 'Notes contain ":trigger_value"',
'rule_trigger_notes_starts_choice' => 'Notes start with..',
'rule_trigger_notes_starts' => 'Notes start with ":trigger_value"',
'rule_trigger_notes_ends_choice' => 'Notes end with..',
'rule_trigger_notes_ends' => 'Notes end with ":trigger_value"',
2022-12-24 09:53:54 +01:00
'rule_trigger_bill_is_choice' => 'Račun je..',
2022-10-08 06:47:56 +02:00
'rule_trigger_bill_is' => 'Bill is ":trigger_value"',
'rule_trigger_external_id_is_choice' => 'External ID is..',
'rule_trigger_external_id_is' => 'External ID is ":trigger_value"',
'rule_trigger_internal_reference_is_choice' => 'Internal reference is..',
'rule_trigger_internal_reference_is' => 'Internal reference is ":trigger_value"',
'rule_trigger_journal_id_choice' => 'Transaction journal ID is..',
'rule_trigger_journal_id' => 'Transaction journal ID is ":trigger_value"',
'rule_trigger_no_external_url' => 'Transaction has no external URL',
'rule_trigger_any_external_url' => 'Transaction has an external URL',
'rule_trigger_any_external_url_choice' => 'Transaction has an external URL',
'rule_trigger_no_external_url_choice' => 'Transaction has no external URL',
'rule_trigger_id_choice' => 'Transaction ID is..',
'rule_trigger_id' => 'Transaction ID is ":trigger_value"',
2022-12-29 15:49:24 +01:00
'rule_trigger_sepa_ct_is_choice' => 'SEPA CT is..',
'rule_trigger_sepa_ct_is' => 'SEPA CT is ":trigger_value"',
2022-10-08 06:47:56 +02:00
// new values:
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
2022-12-24 09:53:54 +01:00
'rule_trigger_tag_is_not_choice' => 'Nobena oznaka ni..',
2022-10-08 06:47:56 +02:00
'rule_trigger_tag_is_not' => 'No tag is ":trigger_value"',
'rule_trigger_account_is_choice' => 'Either account is exactly..',
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
'rule_trigger_account_contains_choice' => 'Either account contains..',
'rule_trigger_account_contains' => 'Either account contains ":trigger_value"',
'rule_trigger_account_ends_choice' => 'Either account ends with..',
'rule_trigger_account_ends' => 'Either account ends with ":trigger_value"',
'rule_trigger_account_starts_choice' => 'Either account starts with..',
'rule_trigger_account_starts' => 'Either account starts with ":trigger_value"',
'rule_trigger_account_nr_is_choice' => 'Either account number / IBAN is..',
'rule_trigger_account_nr_is' => 'Either account number / IBAN is ":trigger_value"',
'rule_trigger_account_nr_contains_choice' => 'Either account number / IBAN contains..',
'rule_trigger_account_nr_contains' => 'Either account number / IBAN contains ":trigger_value"',
'rule_trigger_account_nr_ends_choice' => 'Either account number / IBAN ends with..',
'rule_trigger_account_nr_ends' => 'Either account number / IBAN ends with ":trigger_value"',
'rule_trigger_account_nr_starts_choice' => 'Either account number / IBAN starts with..',
'rule_trigger_account_nr_starts' => 'Either account number / IBAN starts with ":trigger_value"',
'rule_trigger_category_contains_choice' => 'Category contains..',
'rule_trigger_category_contains' => 'Category contains ":trigger_value"',
'rule_trigger_category_ends_choice' => 'Category ends with..',
'rule_trigger_category_ends' => 'Category ends with ":trigger_value"',
'rule_trigger_category_starts_choice' => 'Category starts with..',
'rule_trigger_category_starts' => 'Category starts with ":trigger_value"',
'rule_trigger_budget_contains_choice' => 'Budget contains..',
'rule_trigger_budget_contains' => 'Budget contains ":trigger_value"',
'rule_trigger_budget_ends_choice' => 'Budget ends with..',
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
'rule_trigger_budget_starts_choice' => 'Budget starts with..',
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
'rule_trigger_bill_contains_choice' => 'Bill contains..',
'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"',
'rule_trigger_bill_ends_choice' => 'Bill ends with..',
'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"',
'rule_trigger_bill_starts_choice' => 'Bill starts with..',
'rule_trigger_bill_starts' => 'Bill starts with ":trigger_value"',
'rule_trigger_external_id_contains_choice' => 'External ID contains..',
'rule_trigger_external_id_contains' => 'External ID contains ":trigger_value"',
'rule_trigger_external_id_ends_choice' => 'External ID ends with..',
'rule_trigger_external_id_ends' => 'External ID ends with ":trigger_value"',
'rule_trigger_external_id_starts_choice' => 'External ID starts with..',
'rule_trigger_external_id_starts' => 'External ID starts with ":trigger_value"',
'rule_trigger_internal_reference_contains_choice' => 'Internal reference contains..',
'rule_trigger_internal_reference_contains' => 'Internal reference contains ":trigger_value"',
'rule_trigger_internal_reference_ends_choice' => 'Internal reference ends with..',
'rule_trigger_internal_reference_ends' => 'Internal reference ends with ":trigger_value"',
'rule_trigger_internal_reference_starts_choice' => 'Internal reference starts with..',
'rule_trigger_internal_reference_starts' => 'Internal reference starts with ":trigger_value"',
'rule_trigger_external_url_is_choice' => 'External URL is..',
'rule_trigger_external_url_is' => 'External URL is ":trigger_value"',
'rule_trigger_external_url_contains_choice' => 'External URL contains..',
'rule_trigger_external_url_contains' => 'External URL contains ":trigger_value"',
'rule_trigger_external_url_ends_choice' => 'External URL ends with..',
'rule_trigger_external_url_ends' => 'External URL ends with ":trigger_value"',
'rule_trigger_external_url_starts_choice' => 'External URL starts with..',
'rule_trigger_external_url_starts' => 'External URL starts with ":trigger_value"',
'rule_trigger_has_no_attachments_choice' => 'Has no attachments',
'rule_trigger_has_no_attachments' => 'Transaction has no attachments',
'rule_trigger_recurrence_id_choice' => 'Recurring transaction ID is..',
'rule_trigger_recurrence_id' => 'Recurring transaction ID is ":trigger_value"',
'rule_trigger_interest_date_on_choice' => 'Interest date is on..',
'rule_trigger_interest_date_on' => 'Interest date is on ":trigger_value"',
'rule_trigger_interest_date_before_choice' => 'Interest date is before..',
'rule_trigger_interest_date_before' => 'Interest date is before ":trigger_value"',
'rule_trigger_interest_date_after_choice' => 'Interest date is after..',
'rule_trigger_interest_date_after' => 'Interest date is after ":trigger_value"',
'rule_trigger_book_date_on_choice' => 'Book date is on..',
'rule_trigger_book_date_on' => 'Book date is on ":trigger_value"',
'rule_trigger_book_date_before_choice' => 'Book date is before..',
'rule_trigger_book_date_before' => 'Book date is before ":trigger_value"',
'rule_trigger_book_date_after_choice' => 'Book date is after..',
'rule_trigger_book_date_after' => 'Book date is after ":trigger_value"',
'rule_trigger_process_date_on_choice' => 'Process date is on..',
'rule_trigger_process_date_on' => 'Process date is ":trigger_value"',
'rule_trigger_process_date_before_choice' => 'Process date is before..',
'rule_trigger_process_date_before' => 'Process date is before ":trigger_value"',
'rule_trigger_process_date_after_choice' => 'Process date is after..',
'rule_trigger_process_date_after' => 'Process date is after ":trigger_value"',
'rule_trigger_due_date_on_choice' => 'Due date is on..',
'rule_trigger_due_date_on' => 'Due date is on ":trigger_value"',
'rule_trigger_due_date_before_choice' => 'Due date is before..',
'rule_trigger_due_date_before' => 'Due date is before ":trigger_value"',
'rule_trigger_due_date_after_choice' => 'Due date is after..',
'rule_trigger_due_date_after' => 'Due date is after ":trigger_value"',
'rule_trigger_payment_date_on_choice' => 'Payment date is on..',
'rule_trigger_payment_date_on' => 'Payment date is on ":trigger_value"',
'rule_trigger_payment_date_before_choice' => 'Payment date is before..',
'rule_trigger_payment_date_before' => 'Payment date is before ":trigger_value"',
'rule_trigger_payment_date_after_choice' => 'Payment date is after..',
'rule_trigger_payment_date_after' => 'Payment date is after ":trigger_value"',
'rule_trigger_invoice_date_on_choice' => 'Invoice date is on..',
'rule_trigger_invoice_date_on' => 'Invoice date is on ":trigger_value"',
'rule_trigger_invoice_date_before_choice' => 'Invoice date is before..',
'rule_trigger_invoice_date_before' => 'Invoice date is before ":trigger_value"',
'rule_trigger_invoice_date_after_choice' => 'Invoice date is after..',
'rule_trigger_invoice_date_after' => 'Invoice date is after ":trigger_value"',
'rule_trigger_created_at_before_choice' => 'Transaction was created before..',
'rule_trigger_created_at_before' => 'Transaction was created before ":trigger_value"',
'rule_trigger_created_at_after_choice' => 'Transaction was created after..',
'rule_trigger_created_at_after' => 'Transaction was created after ":trigger_value"',
'rule_trigger_updated_at_before_choice' => 'Transaction was last updated before..',
'rule_trigger_updated_at_before' => 'Transaction was last updated before ":trigger_value"',
'rule_trigger_updated_at_after_choice' => 'Transaction was last updated after..',
'rule_trigger_updated_at_after' => 'Transaction was last updated after ":trigger_value"',
'rule_trigger_foreign_amount_is_choice' => 'Foreign amount is exactly..',
'rule_trigger_foreign_amount_is' => 'Foreign amount is exactly ":trigger_value"',
'rule_trigger_foreign_amount_less_choice' => 'Foreign amount is less than..',
'rule_trigger_foreign_amount_less' => 'Foreign amount is less than ":trigger_value"',
'rule_trigger_foreign_amount_more_choice' => 'Foreign amount is more than..',
'rule_trigger_foreign_amount_more' => 'Foreign amount is more than ":trigger_value"',
'rule_trigger_attachment_name_is_choice' => 'Any attachment\'s name is..',
'rule_trigger_attachment_name_is' => 'Any attachment\'s name is ":trigger_value"',
'rule_trigger_attachment_name_contains_choice' => 'Any attachment\'s name contains..',
'rule_trigger_attachment_name_contains' => 'Any attachment\'s name contains ":trigger_value"',
'rule_trigger_attachment_name_starts_choice' => 'Any attachment\'s name starts with..',
'rule_trigger_attachment_name_starts' => 'Any attachment\'s name starts with ":trigger_value"',
'rule_trigger_attachment_name_ends_choice' => 'Any attachment\'s name ends with..',
'rule_trigger_attachment_name_ends' => 'Any attachment\'s name ends with ":trigger_value"',
'rule_trigger_attachment_notes_are_choice' => 'Any attachment\'s notes are..',
'rule_trigger_attachment_notes_are' => 'Any attachment\'s notes are ":trigger_value"',
'rule_trigger_attachment_notes_contains_choice' => 'Any attachment\'s notes contain..',
'rule_trigger_attachment_notes_contains' => 'Any attachment\'s notes contain ":trigger_value"',
'rule_trigger_attachment_notes_starts_choice' => 'Any attachment\'s notes start with..',
'rule_trigger_attachment_notes_starts' => 'Any attachment\'s notes start with ":trigger_value"',
'rule_trigger_attachment_notes_ends_choice' => 'Any attachment\'s notes end with..',
'rule_trigger_attachment_notes_ends' => 'Any attachment\'s notes end with ":trigger_value"',
'rule_trigger_reconciled_choice' => 'Transaction is reconciled',
'rule_trigger_reconciled' => 'Transaction is reconciled',
'rule_trigger_exists_choice' => 'Any transaction matches(!)',
'rule_trigger_exists' => 'Any transaction matches',
// more values for new types:
'rule_trigger_not_account_id' => 'Account ID is not ":trigger_value"',
'rule_trigger_not_source_account_id' => 'Source account ID is not ":trigger_value"',
'rule_trigger_not_destination_account_id' => 'Destination account ID is not ":trigger_value"',
'rule_trigger_not_transaction_type' => 'Transaction type is not ":trigger_value"',
'rule_trigger_not_tag_is' => 'Tag is not ":trigger_value"',
'rule_trigger_not_tag_is_not' => 'Tag is ":trigger_value"',
'rule_trigger_not_description_is' => 'Description is not ":trigger_value"',
'rule_trigger_not_description_contains' => 'Description does not contain',
'rule_trigger_not_description_ends' => 'Description does not end with ":trigger_value"',
'rule_trigger_not_description_starts' => 'Description does not start with ":trigger_value"',
'rule_trigger_not_notes_is' => 'Notes are not ":trigger_value"',
'rule_trigger_not_notes_contains' => 'Notes do not contain ":trigger_value"',
'rule_trigger_not_notes_ends' => 'Notes do not end on ":trigger_value"',
'rule_trigger_not_notes_starts' => 'Notes do not start with ":trigger_value"',
'rule_trigger_not_source_account_is' => 'Source account is not ":trigger_value"',
'rule_trigger_not_source_account_contains' => 'Source account does not contain ":trigger_value"',
'rule_trigger_not_source_account_ends' => 'Source account does not end on ":trigger_value"',
'rule_trigger_not_source_account_starts' => 'Source account does not start with ":trigger_value"',
'rule_trigger_not_source_account_nr_is' => 'Source account number / IBAN is not ":trigger_value"',
'rule_trigger_not_source_account_nr_contains' => 'Source account number / IBAN does not contain ":trigger_value"',
'rule_trigger_not_source_account_nr_ends' => 'Source account number / IBAN does not end on ":trigger_value"',
'rule_trigger_not_source_account_nr_starts' => 'Source account number / IBAN does not start with ":trigger_value"',
'rule_trigger_not_destination_account_is' => 'Destination account is not ":trigger_value"',
'rule_trigger_not_destination_account_contains' => 'Destination account does not contain ":trigger_value"',
'rule_trigger_not_destination_account_ends' => 'Destination account does not end on ":trigger_value"',
'rule_trigger_not_destination_account_starts' => 'Destination account does not start with ":trigger_value"',
'rule_trigger_not_destination_account_nr_is' => 'Destination account number / IBAN is not ":trigger_value"',
'rule_trigger_not_destination_account_nr_contains' => 'Destination account number / IBAN does not contain ":trigger_value"',
'rule_trigger_not_destination_account_nr_ends' => 'Destination account number / IBAN does not end on ":trigger_value"',
'rule_trigger_not_destination_account_nr_starts' => 'Destination account number / IBAN does not start with ":trigger_value"',
'rule_trigger_not_account_is' => 'Neither account is ":trigger_value"',
'rule_trigger_not_account_contains' => 'Neither account contains ":trigger_value"',
'rule_trigger_not_account_ends' => 'Neither account ends on ":trigger_value"',
'rule_trigger_not_account_starts' => 'Neither account starts with ":trigger_value"',
'rule_trigger_not_account_nr_is' => 'Neither account number / IBAN is ":trigger_value"',
'rule_trigger_not_account_nr_contains' => 'Neither account number / IBAN contains ":trigger_value"',
'rule_trigger_not_account_nr_ends' => 'Neither account number / IBAN ends on ":trigger_value"',
'rule_trigger_not_account_nr_starts' => 'Neither account number / IBAN starts with ":trigger_value"',
2023-02-22 19:54:19 +01:00
'rule_trigger_not_category_is' => 'Category is not ":trigger_value"',
'rule_trigger_not_category_contains' => 'Category does not contain ":trigger_value"',
'rule_trigger_not_category_ends' => 'Category does not end on ":trigger_value"',
'rule_trigger_not_category_starts' => 'Category does not start with ":trigger_value"',
'rule_trigger_not_budget_is' => 'Budget is not ":trigger_value"',
'rule_trigger_not_budget_contains' => 'Budget does not contain ":trigger_value"',
'rule_trigger_not_budget_ends' => 'Budget does not end on ":trigger_value"',
'rule_trigger_not_budget_starts' => 'Budget does not start with ":trigger_value"',
2022-10-08 06:47:56 +02:00
'rule_trigger_not_bill_is' => 'Bill is not is ":trigger_value"',
'rule_trigger_not_bill_contains' => 'Bill does not contain ":trigger_value"',
'rule_trigger_not_bill_ends' => 'Bill does not end on ":trigger_value"',
'rule_trigger_not_bill_starts' => 'Bill does not end with ":trigger_value"',
'rule_trigger_not_external_id_is' => 'External ID is not ":trigger_value"',
'rule_trigger_not_external_id_contains' => 'External ID does not contain ":trigger_value"',
'rule_trigger_not_external_id_ends' => 'External ID does not end on ":trigger_value"',
'rule_trigger_not_external_id_starts' => 'External ID does not start with ":trigger_value"',
'rule_trigger_not_internal_reference_is' => 'Internal reference is not ":trigger_value"',
'rule_trigger_not_internal_reference_contains' => 'Internal reference does not contain ":trigger_value"',
'rule_trigger_not_internal_reference_ends' => 'Internal reference does not end on ":trigger_value"',
'rule_trigger_not_internal_reference_starts' => 'Internal reference does not start with ":trigger_value"',
'rule_trigger_not_external_url_is' => 'External URL is not ":trigger_value"',
'rule_trigger_not_external_url_contains' => 'External URL does not contain ":trigger_value"',
'rule_trigger_not_external_url_ends' => 'External URL does not end on ":trigger_value"',
'rule_trigger_not_external_url_starts' => 'External URL does not start with ":trigger_value"',
'rule_trigger_not_currency_is' => 'Currency is not ":trigger_value"',
'rule_trigger_not_foreign_currency_is' => 'Foreign currency is not ":trigger_value"',
'rule_trigger_not_id' => 'Transaction ID is not ":trigger_value"',
'rule_trigger_not_journal_id' => 'Transaction journal ID is not ":trigger_value"',
'rule_trigger_not_recurrence_id' => 'Recurrence ID is not ":trigger_value"',
'rule_trigger_not_date_on' => 'Date is not on ":trigger_value"',
'rule_trigger_not_date_before' => 'Date is not before ":trigger_value"',
'rule_trigger_not_date_after' => 'Date is not after ":trigger_value"',
'rule_trigger_not_interest_date_on' => 'Interest date is not on ":trigger_value"',
'rule_trigger_not_interest_date_before' => 'Interest date is not before ":trigger_value"',
'rule_trigger_not_interest_date_after' => 'Interest date is not after ":trigger_value"',
'rule_trigger_not_book_date_on' => 'Book date is not on ":trigger_value"',
'rule_trigger_not_book_date_before' => 'Book date is not before ":trigger_value"',
'rule_trigger_not_book_date_after' => 'Book date is not after ":trigger_value"',
'rule_trigger_not_process_date_on' => 'Process date is not on ":trigger_value"',
'rule_trigger_not_process_date_before' => 'Process date is not before ":trigger_value"',
'rule_trigger_not_process_date_after' => 'Process date is not after ":trigger_value"',
'rule_trigger_not_due_date_on' => 'Due date is not on ":trigger_value"',
'rule_trigger_not_due_date_before' => 'Due date is not before ":trigger_value"',
'rule_trigger_not_due_date_after' => 'Due date is not after ":trigger_value"',
'rule_trigger_not_payment_date_on' => 'Payment date is not on ":trigger_value"',
'rule_trigger_not_payment_date_before' => 'Payment date is not before ":trigger_value"',
'rule_trigger_not_payment_date_after' => 'Payment date is not after ":trigger_value"',
'rule_trigger_not_invoice_date_on' => 'Invoice date is not on ":trigger_value"',
'rule_trigger_not_invoice_date_before' => 'Invoice date is not before ":trigger_value"',
'rule_trigger_not_invoice_date_after' => 'Invoice date is not after ":trigger_value"',
'rule_trigger_not_created_at_on' => 'Transaction is not created on ":trigger_value"',
'rule_trigger_not_created_at_before' => 'Transaction is not created before ":trigger_value"',
'rule_trigger_not_created_at_after' => 'Transaction is not created after ":trigger_value"',
'rule_trigger_not_updated_at_on' => 'Transaction is not updated on ":trigger_value"',
'rule_trigger_not_updated_at_before' => 'Transaction is not updated before ":trigger_value"',
'rule_trigger_not_updated_at_after' => 'Transaction is not updated after ":trigger_value"',
'rule_trigger_not_amount_is' => 'Transaction amount is not ":trigger_value"',
'rule_trigger_not_amount_less' => 'Transaction amount is more than ":trigger_value"',
'rule_trigger_not_amount_more' => 'Transaction amount is less than ":trigger_value"',
'rule_trigger_not_foreign_amount_is' => 'Foreign transaction amount is not ":trigger_value"',
'rule_trigger_not_foreign_amount_less' => 'Foreign transaction amount is more than ":trigger_value"',
'rule_trigger_not_foreign_amount_more' => 'Foreign transaction amount is less than ":trigger_value"',
'rule_trigger_not_attachment_name_is' => 'No attachment is named ":trigger_value"',
'rule_trigger_not_attachment_name_contains' => 'No attachment name contains ":trigger_value"',
'rule_trigger_not_attachment_name_starts' => 'No attachment name starts with ":trigger_value"',
'rule_trigger_not_attachment_name_ends' => 'No attachment name ends on ":trigger_value"',
'rule_trigger_not_attachment_notes_are' => 'No attachment notes are ":trigger_value"',
'rule_trigger_not_attachment_notes_contains' => 'No attachment notes contain ":trigger_value"',
'rule_trigger_not_attachment_notes_starts' => 'No attachment notes start with ":trigger_value"',
'rule_trigger_not_attachment_notes_ends' => 'No attachment notes end on ":trigger_value"',
'rule_trigger_not_reconciled' => 'Transaction is not reconciled',
'rule_trigger_not_exists' => 'Transaction does not exist',
'rule_trigger_not_has_attachments' => 'Transaction has no attachments',
'rule_trigger_not_has_any_category' => 'Transaction has no category',
'rule_trigger_not_has_any_budget' => 'Transaction has no category',
'rule_trigger_not_has_any_bill' => 'Transaction has no bill',
'rule_trigger_not_has_any_tag' => 'Transaction has no tags',
'rule_trigger_not_any_notes' => 'Transaction has no notes',
'rule_trigger_not_any_external_url' => 'Transaction has no external URL',
'rule_trigger_not_has_no_attachments' => 'Transaction has a (any) attachment(s)',
'rule_trigger_not_has_no_category' => 'Transaction has a (any) category',
'rule_trigger_not_has_no_budget' => 'Transaction has a (any) budget',
'rule_trigger_not_has_no_bill' => 'Transaction has a (any) bill',
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
'rule_trigger_not_no_notes' => 'Transaction has any notes',
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
'rule_trigger_not_source_is_cash' => 'Source account is not a cash account',
'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account',
'rule_trigger_not_account_is_cash' => 'Neither account is a cash account',
2023-01-14 15:47:51 +01:00
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
*
* GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
*
* https://crowdin.com/project/firefly-iii
2023-01-15 15:47:25 +01:00
*
2023-01-14 15:47:51 +01:00
*/
2022-10-08 06:47:56 +02:00
// actions
'rule_action_delete_transaction_choice' => 'DELETE transaction(!)',
'rule_action_delete_transaction' => 'DELETE transaction(!)',
'rule_action_set_category' => 'Nastavi kategorijo na ":action_value"',
'rule_action_clear_category' => 'Počisti kategorijo',
'rule_action_set_budget' => 'Nastavi proračun na ":action_value"',
'rule_action_clear_budget' => 'Počisti proračun',
'rule_action_add_tag' => 'Dodaj oznako ":action_value"',
'rule_action_remove_tag' => 'Odstrani oznako ":action_value"',
'rule_action_remove_all_tags' => 'Odstrani vse oznake',
'rule_action_set_description' => 'Nastavi opis na ":action_value"',
'rule_action_append_description' => 'Opisu dodaj ":action_value"',
'rule_action_prepend_description' => 'Pred opisom dodaj ":action_value"',
'rule_action_set_category_choice' => 'Set category to ..',
'rule_action_clear_category_choice' => 'Počisti kategorijo',
'rule_action_set_budget_choice' => 'Set budget to ..',
'rule_action_clear_budget_choice' => 'Počisti proračun',
2022-12-24 09:53:54 +01:00
'rule_action_add_tag_choice' => 'Dodaj oznako ..',
2022-10-08 06:47:56 +02:00
'rule_action_remove_tag_choice' => 'Remove tag ..',
'rule_action_remove_all_tags_choice' => 'Odstrani vse oznake',
'rule_action_set_description_choice' => 'Set description to ..',
'rule_action_update_piggy_choice' => 'Add / remove transaction amount in piggy bank ..',
'rule_action_update_piggy' => 'Add / remove transaction amount in piggy bank ":action_value"',
'rule_action_append_description_choice' => 'Append description with ..',
'rule_action_prepend_description_choice' => 'Prepend description with ..',
'rule_action_set_source_account_choice' => 'Set source account to ..',
'rule_action_set_source_account' => 'Nastavi izvorni račun na :action_value',
'rule_action_set_destination_account_choice' => 'Set destination account to ..',
'rule_action_set_destination_account' => 'Nastavi ciljni račun na :action_value',
'rule_action_append_notes_choice' => 'Append notes with ..',
'rule_action_append_notes' => 'Za opombo dodaj ":action_value"',
'rule_action_prepend_notes_choice' => 'Prepend notes with ..',
'rule_action_prepend_notes' => 'Pred opombo dodaj ":action_value"',
'rule_action_clear_notes_choice' => 'Odstrani opombe',
'rule_action_clear_notes' => 'Odstrani opombe',
'rule_action_set_notes_choice' => 'Set notes to ..',
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
'rule_action_link_to_bill' => 'Poveži s trajnikom ":action_value"',
'rule_action_set_notes' => 'Nastavi opombe na ":action_value"',
'rule_action_convert_deposit_choice' => 'Pretvori transakcijo v polog',
'rule_action_convert_deposit' => 'Pretvori transakcijo v polog iz ":action_value"',
'rule_action_convert_withdrawal_choice' => 'Pretvori transakcijo v odliv',
'rule_action_convert_withdrawal' => 'Pretvori transakcijo v odliv na ":action_value"',
'rule_action_convert_transfer_choice' => 'Pretvori transakcijo v prenos',
'rule_action_convert_transfer' => 'Pretvori transakcijo v prenos z ":action_value"',
'rule_action_append_descr_to_notes_choice' => 'Append the description to the transaction notes',
'rule_action_append_notes_to_descr_choice' => 'Append the transaction notes to the description',
'rule_action_move_descr_to_notes_choice' => 'Replace the current transaction notes with the description',
'rule_action_move_notes_to_descr_choice' => 'Replace the current description with the transaction notes',
'rule_action_append_descr_to_notes' => 'Append description to notes',
'rule_action_append_notes_to_descr' => 'Append notes to description',
'rule_action_move_descr_to_notes' => 'Replace notes with description',
'rule_action_move_notes_to_descr' => 'Replace description with notes',
'rulegroup_for_bills_title' => 'Skupina pravil za trajnike',
'rulegroup_for_bills_description' => 'A special rule group for all the rules that involve bills.',
'rule_for_bill_title' => 'Auto-generated rule for bill ":name"',
'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".',
'create_rule_for_bill' => 'Ustvari novo pravilo za trajnik: ":name"',
'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.',
'new_rule_for_bill_title' => 'Pravilo za trajnik ":name"',
'new_rule_for_bill_description' => 'To pravilo označuje transakcije za trajnik ":name".',
'new_rule_for_journal_title' => 'Pravilo, ki temelji na transakciji ":description"',
'new_rule_for_journal_description' => 'To pravilo temelji na transakciji ":description". Ujemalo se bo le s popolnoma enakimi transakcijami.',
// tags
'store_new_tag' => 'Shrani novo oznako',
'update_tag' => 'Posodobi oznako',
'no_location_set' => 'Lokacija ni nastavljena.',
'meta_data' => 'Meta podatki',
'location' => 'Lokacija',
'without_date' => 'Brez datuma',
'result' => 'Rezultati',
'sums_apply_to_range' => 'Vsi zneski veljajo za izbran interval',
'mapbox_api_key' => 'Če želite uporabiti zemljevid, pridobite API ključ iz <a href="https://www.mapbox.com/"> Mapbox-a</a>. Odprite datoteko <code>.env</code> in vanjo vnesite kodo za <code>MAPBOX_API_KEY=</code>.',
'press_object_location' => 'Z desnim klikom ali dolgim pritiskom nastavite lokacijo objekta.',
'clear_location' => 'Počisti lokacijo',
'delete_all_selected_tags' => 'Izbriši vse izbrane oznake',
'select_tags_to_delete' => 'Ne pozabi izbrati oznak.',
'deleted_x_tags' => 'Deleted :count tag.|Deleted :count tags.',
'create_rule_from_transaction' => 'Ustvari pravilo, ki temelji na transakciji',
'create_recurring_from_transaction' => 'Create recurring transaction based on transaction',
// preferences
2023-04-08 08:43:41 +02:00
'dark_mode_option_browser' => 'Let your browser decide',
'dark_mode_option_light' => 'Always light',
'dark_mode_option_dark' => 'Always dark',
2022-10-08 06:47:56 +02:00
'equal_to_language' => '(enako jeziku)',
2023-04-08 08:43:41 +02:00
'dark_mode_preference' => 'Dark mode',
'dark_mode_preference_help' => 'Tell Firefly III when to use dark mode.',
2022-10-08 06:47:56 +02:00
'pref_home_screen_accounts' => 'Računi na začetni strani',
'pref_home_screen_accounts_help' => 'Kateri računi naj bodo prikazani na začetni strani?',
'pref_view_range' => 'Ogled intervala',
'pref_view_range_help' => 'Nekateri diagrami so samodejno združeni v obdobja. Tudi proračuni bodo združeni v obdobjih. Kakšno obdobje želite?',
'pref_1D' => 'En dan',
'pref_1W' => 'En teden',
'pref_1M' => 'En mesec',
'pref_3M' => 'Trije meseci (četrtletje)',
'pref_6M' => 'Šest mesecev',
'pref_1Y' => 'Eno leto',
2022-12-24 09:53:54 +01:00
'pref_last365' => 'Zadnje leto',
2022-10-08 06:47:56 +02:00
'pref_last90' => 'Last 90 days',
'pref_last30' => 'Last 30 days',
2022-12-24 09:53:54 +01:00
'pref_last7' => 'Zadnjih 7 dni',
'pref_YTD' => 'Leto do datuma',
2022-10-08 06:47:56 +02:00
'pref_QTD' => 'Quarter to date',
'pref_MTD' => 'Month to date',
'pref_languages' => 'Jeziki',
'pref_locale' => 'Področne nastavitve',
'pref_languages_help' => 'Firefly III podpira več jezikov. Kateri ti je ljubši?',
'pref_locale_help' => 'V Firefly III lahko nastaviš ostale nastavitve lokalizacije, kot na primer prikaz valut, števil in datumov. Tvoj sistem morda ne podpira vnosov na tem seznamu. Firefly III nima pravilnih nastavitev prikaza datuma za vse lokalizacije; kontaktirajte me za izboljšave.',
'pref_locale_no_demo' => 'This feature won\'t work for the demo user.',
'pref_custom_fiscal_year' => 'Nastavitve fiskalnega leta',
'pref_custom_fiscal_year_label' => 'Omogočeno',
'pref_custom_fiscal_year_help' => 'V državah, ki uporabljajo finančno leto, ki je drugače od 1. januarja do 31. decembra, lahko to vklopite in določite prvi / zadnji dan fiskalnega leta',
'pref_fiscal_year_start_label' => 'Začetek fiskalnega leta',
'pref_two_factor_auth' => 'preverjanje v dveh korakih',
'pref_two_factor_auth_help' => 'Ko omogočite preverjanje v dveh korakih (znano tudi kot dvo-nivojsko preverjanje pristnosti), svojemu računu dodate dodatno raven varnosti. Prijavite se z nečim, kar poznate (geslo), in s tem, kar imate (kodo za preverjanje). Kode za preverjanje generira aplikacija v vašem telefonu, kot je Authy ali Google Authenticator.',
'pref_enable_two_factor_auth' => 'Omogoči preverjanje v dveh korakih',
'pref_two_factor_auth_disabled' => 'Koda za preverjanje v dveh korakih je odstranjena in onemogočena',
'pref_two_factor_auth_remove_it' => 'Ne pozabi odstraniti računa iz aplikacije za preverjanje pristnosti!',
'pref_two_factor_auth_code' => 'Preveri kodo',
'pref_two_factor_auth_code_help' => 'Skenirajte kodo QR z aplikacijo v telefonu, kot je Authy ali Google Authenticator, in vnesite generirano kodo.',
'pref_two_factor_auth_reset_code' => 'Ponastavi kodo za preverjanje',
'pref_two_factor_auth_disable_2fa' => 'Onemogoči 2FA',
'2fa_use_secret_instead' => 'Če ne morete skenirati QR kode, raje uporabite skrivno kodo: <code>:secret</code>.',
'2fa_backup_codes' => 'Te rezervne kode varno spravi za primer, če izgubiš svojo napravo.',
'2fa_already_enabled' => ' Preverjanje v dveh korakih je že omogočeno.',
'wrong_mfa_code' => 'Ta MFA koda ni veljavna.',
'pref_save_settings' => 'Shrani nastavitve',
'saved_preferences' => 'Nastavitve shranjene!',
'preferences_general' => 'Splošno',
'preferences_frontpage' => 'Začetni zaslon',
'preferences_security' => 'Varnost',
'preferences_layout' => 'Postavitev',
'preferences_notifications' => 'Notifications',
'pref_home_show_deposits' => 'Pokaži depozite na začetni strani',
'pref_home_show_deposits_info' => 'Prva stran že prikazuje vaše stroškovne konte. Ali naj tudi prikazuje prihodkovne konte?',
'pref_home_do_show_deposits' => 'Ja, pokaži jih',
'successful_count' => 'od tega :count uspešno',
'list_page_size_title' => 'Velikost strani',
'list_page_size_help' => 'Vsak seznam stvari (računi, transakcije itd.) pokaže največ toliko na stran.',
'list_page_size_label' => 'Velikost strani',
'between_dates' => '(:start in :end)',
'pref_optional_fields_transaction' => 'Neobvezna polja za transakcije',
'pref_optional_fields_transaction_help' => 'Privzeto pri ustvarjanju nove transakcije niso omogočena vsa polja (zaradi nepreglednosti). V nadaljevanju lahko omogočite dodatna polja, če menite, da bi vam to lahko koristilo. Seveda je vsako polje, ki je onemogočeno, vendar že izpolnjeno, vidno ne glede na nastavitev.',
'optional_tj_date_fields' => 'Datumska polja',
'optional_tj_other_fields' => 'Other fields',
'optional_tj_attachment_fields' => 'Polja prilog',
'pref_optional_tj_interest_date' => 'Datum obresti',
'pref_optional_tj_book_date' => 'Datum knjiženja',
'pref_optional_tj_process_date' => 'Datum obdelave',
'pref_optional_tj_due_date' => 'Datum zapadlosti',
'pref_optional_tj_payment_date' => 'Datum plačila',
'pref_optional_tj_invoice_date' => 'Datum računa',
'pref_optional_tj_internal_reference' => 'Notranji sklic',
'pref_optional_tj_notes' => 'Opombe',
'pref_optional_tj_attachments' => 'Priloge',
'pref_optional_tj_external_url' => 'External URL',
'pref_optional_tj_location' => 'Location',
'pref_optional_tj_links' => 'Transaction links',
'optional_field_meta_dates' => 'Datumi',
'optional_field_meta_business' => 'Poslovno',
'optional_field_attachments' => 'Priloge',
'optional_field_meta_data' => 'Izbirni meta podatki',
'external_url' => 'External URL',
'pref_notification_bill_reminder' => 'Reminder about expiring bills',
'pref_notification_new_access_token' => 'Alert when a new API access token is created',
'pref_notification_transaction_creation' => 'Alert when a transaction is created automatically',
'pref_notification_user_login' => 'Alert when you login from a new location',
'pref_notifications' => 'Notifications',
'pref_notifications_help' => 'Indicate if these are notifications you would like to get. Some notifications may contain sensitive financial information.',
'slack_webhook_url' => 'Slack Webhook URL',
'slack_webhook_url_help' => 'If you want Firefly III to notify you using Slack, enter the webhook URL here. Otherwise leave the field blank. If you are an admin, you need to set this URL in the administration as well.',
'slack_url_label' => 'Slack "incoming webhook" URL',
2023-01-29 15:29:42 +01:00
// Financial administrations
'administration_index' => 'Financial administration',
2022-10-08 06:47:56 +02:00
// profile:
'purge_data_title' => 'Purge data from Firefly III',
2022-10-18 21:13:14 +02:00
'purge_data_expl' => '"Purging" means "deleting that which is already deleted". In normal circumstances, Firefly III deletes nothing permanently. It just hides it. The button below deletes all of these previously "deleted" records FOREVER.',
2022-10-08 06:47:56 +02:00
'delete_stuff_header' => 'Delete and purge data',
'purge_all_data' => 'Purge all deleted records',
2022-12-24 09:53:54 +01:00
'purge_data' => 'Izbris podatkov',
2022-10-08 06:47:56 +02:00
'purged_all_records' => 'All deleted records have been purged.',
'delete_data_title' => 'Delete data from Firefly III',
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
2022-12-24 09:53:54 +01:00
'delete_unused_accounts' => 'Deleting unused accounts will clean your auto-complete lists.',
'delete_all_unused_accounts' => 'Delete unused accounts',
'deleted_all_unused_accounts' => 'All unused accounts are deleted',
2022-10-08 06:47:56 +02:00
'delete_all_budgets' => 'Izbriši VSE proračune',
'delete_all_categories' => 'Delete ALL your categories',
'delete_all_tags' => 'Delete ALL your tags',
'delete_all_bills' => 'Delete ALL your bills',
'delete_all_piggy_banks' => 'Delete ALL your piggy banks',
'delete_all_rules' => 'Delete ALL your rules',
'delete_all_recurring' => 'Delete ALL your recurring transactions',
'delete_all_object_groups' => 'Delete ALL your object groups',
'delete_all_accounts' => 'Delete ALL your accounts',
'delete_all_asset_accounts' => 'Delete ALL your asset accounts',
'delete_all_expense_accounts' => 'Delete ALL your expense accounts',
'delete_all_revenue_accounts' => 'Delete ALL your revenue accounts',
'delete_all_liabilities' => 'Delete ALL your liabilities',
'delete_all_transactions' => 'Delete ALL your transactions',
'delete_all_withdrawals' => 'Delete ALL your withdrawals',
'delete_all_deposits' => 'Delete ALL your deposits',
'delete_all_transfers' => 'Delete ALL your transfers',
'also_delete_transactions' => 'Deleting accounts will also delete ALL associated withdrawals, deposits and transfers!',
'deleted_all_budgets' => 'All budgets have been deleted',
'deleted_all_categories' => 'All categories have been deleted',
'deleted_all_tags' => 'All tags have been deleted',
'deleted_all_bills' => 'All bills have been deleted',
'deleted_all_piggy_banks' => 'All piggy banks have been deleted',
'deleted_all_rules' => 'All rules and rule groups have been deleted',
'deleted_all_object_groups' => 'All groups have been deleted',
'deleted_all_accounts' => 'All accounts have been deleted',
'deleted_all_asset_accounts' => 'All asset accounts have been deleted',
'deleted_all_expense_accounts' => 'All expense accounts have been deleted',
'deleted_all_revenue_accounts' => 'All revenue accounts have been deleted',
'deleted_all_liabilities' => 'All liabilities have been deleted',
'deleted_all_transactions' => 'All transactions have been deleted',
'deleted_all_withdrawals' => 'All withdrawals have been deleted',
'deleted_all_deposits' => 'All deposits have been deleted',
'deleted_all_transfers' => 'All transfers have been deleted',
'deleted_all_recurring' => 'All recurring transactions have been deleted',
'change_your_password' => 'Spremeni geslo',
'delete_account' => 'Izbriši račun',
'current_password' => 'Trenutno geslo',
'new_password' => 'Novo geslo',
'new_password_again' => 'Novo geslo (ponovno)',
'delete_your_account' => 'Izbriši račun',
'delete_your_account_help' => 'Če izbrišete račun, bodo izbrisani tudi vsi računi, transakcije, <em>karkoli</em> ste morda shranili v storitev Firefly III bo izgubljeno.',
'delete_your_account_password' => 'Za nadaljevanje vpišite geslo.',
'password' => 'Geslo',
'are_you_sure' => 'Ali si prepričan? Tega se ne da razveljaviti.',
'delete_account_button' => 'IZBRIŠI račun',
'invalid_current_password' => 'Obstoječe geslo je napačno!',
'password_changed' => 'Geslo spremenjeno!',
'should_change' => 'Namen je spremeniti geslo.',
'invalid_password' => 'Napačno geslo!',
'what_is_pw_security' => 'Kaj je »preverjanje varnosti gesla«?',
'secure_pw_title' => 'Kako izbrati varno geslo',
'forgot_password_response' => 'Thank you. If an account exists with this email address, you will find instructions in your inbox.',
'secure_pw_history' => 'Niti teden še ni minil, ko ste prebrali v novicah o strani, ki izgublja gesla svojih uporabnikov. Hekerji in tatovi uporabljajo ta gesla, da bi poskušali ukrasti vaše zasebne podatke. Te informacije so dragocene.',
'secure_pw_ff' => 'Ali uporabljate isto geslo po vsem internetu? Če eno mesto izgubi geslo, imajo hekerji dostop do vseh vaših podatkov. Firefly III se zanaša na vas, da izberete močno in edinstveno geslo za zaščito vaših finančnih zapisov.',
'secure_pw_check_box' => 'Da bi vam pomagali, lahko Firefly III preveri, ali je bilo geslo, ki ga želite uporabiti, ukradeno v preteklosti. V tem primeru vam svetuje, da NE uporabljate tega gesla.',
'secure_pw_working_title' => 'Kako deluje?',
'secure_pw_working' => 'S potrditvijo tega polja bo Firefly III poslal prvih pet znakov zgoščenega zapisa SHA1 vašega gesla na <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/"> spletno stran Troy Hunta</a>, da vidite, ali je na seznamu. Tako ne boste mogli uporabljati nevarnih gesel, kot je priporočeno v najnovejši <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">posebni publikaciji NIST</a> na to temo.',
'secure_pw_should' => 'Naj potrdim polje?',
'secure_pw_long_password' => 'Da. Vedno preverite, ali je vaše geslo varno.',
'command_line_token' => 'Žeton za ukazno vrstico',
'explain_command_line_token' => 'You need this token to perform command line options, such as exporting data. Without it, that sensitive command will not work. Do not share your command line token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.',
'regenerate_command_line_token' => 'Ponovno ustvari žeton za ukazno vrstico',
'token_regenerated' => 'Nov žeton ukazne vrstice je bil ustvarjen',
'change_your_email' => 'Spremeni elektronski naslov',
'email_verification' => 'An email message will be sent to your old AND new email address. For security purposes, you will not be able to login until you verify your new email address. If you are unsure if your Firefly III installation is capable of sending email, please do not use this feature. If you are an administrator, you can test this in the <a href="admin">Administration</a>.',
'email_changed_logout' => 'Dokler ne potrdite svojega elektronskega naslova, se ne morete prijaviti.',
'login_with_new_email' => 'Zdaj se lahko prijavite z novim e-poštnim naslovom.',
'login_with_old_email' => 'Znova se lahko prijavite s starim elektronskim naslovom.',
'login_provider_local_only' => 'To dejanje ni na voljo pri preverjanju pristnosti preko ":login_provider".',
'external_user_mgt_disabled' => 'This action is not available when Firefly III isn\'t responsible for user management or authentication handling.',
'external_auth_disabled' => 'This action is not available when Firefly III isn\'t responsible for authentication handling.',
'delete_local_info_only' => "Because Firefly III isn't responsible for user management or authentication handling, this function will only delete local Firefly III information.",
'oauth' => 'OAuth',
'profile_oauth_clients' => 'OAuth Clients',
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
2023-01-20 22:07:43 +01:00
'profile_oauth_clients_external_auth' => 'If you\'re using an external authentication provider like Authelia, OAuth Clients will not work. You can use Personal Access Tokens only.',
2022-10-08 06:47:56 +02:00
'profile_oauth_clients_header' => 'Clients',
'profile_oauth_client_id' => 'Client ID',
2022-12-24 09:53:54 +01:00
'profile_oauth_client_name' => 'Ime',
'profile_oauth_client_secret' => 'Skrivnost',
2022-10-08 06:47:56 +02:00
'profile_oauth_create_new_client' => 'Create New Client',
'profile_oauth_create_client' => 'Create Client',
2022-12-24 09:53:54 +01:00
'profile_oauth_edit_client' => 'Urejanje odjemalca',
2022-10-08 06:47:56 +02:00
'profile_oauth_name_help' => 'Something your users will recognize and trust.',
'profile_oauth_redirect_url' => 'Redirect URL',
'profile_oauth_redirect_url_help' => 'Your application\'s authorization callback URL.',
'profile_authorized_apps' => 'Authorized applications',
'profile_authorized_clients' => 'Authorized clients',
2022-12-24 09:53:54 +01:00
'profile_scopes' => 'Obseg',
'profile_revoke' => 'Prekliči',
2022-10-08 06:47:56 +02:00
'profile_oauth_client_secret_title' => 'Client Secret',
'profile_oauth_client_secret_expl' => 'Here is your new client secret. This is the only time it will be shown so don\'t lose it! You may now use this secret to make API requests.',
'profile_personal_access_tokens' => 'Personal Access Tokens',
'profile_personal_access_token' => 'Personal Access Token',
'profile_oauth_confidential' => 'Confidential',
'profile_oauth_confidential_help' => 'Require the client to authenticate with a secret. Confidential clients can hold credentials in a secure way without exposing them to unauthorized parties. Public applications, such as native desktop or JavaScript SPA applications, are unable to hold secrets securely.',
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
'profile_no_personal_access_token' => 'You have not created any personal access tokens.',
'profile_create_new_token' => 'Create new token',
'profile_create_token' => 'Create token',
2022-12-24 09:53:54 +01:00
'profile_create' => 'Ustvari',
2022-10-08 06:47:56 +02:00
'profile_save_changes' => 'Save changes',
'profile_whoops' => 'Whoops!',
'profile_something_wrong' => 'Something went wrong!',
'profile_try_again' => 'Something went wrong. Please try again.',
'amounts' => 'Amounts',
'multi_account_warning_unknown' => 'Depending on the type of transaction you create, the source and/or destination account of subsequent splits may be overruled by whatever is defined in the first split of the transaction.',
'multi_account_warning_withdrawal' => 'Keep in mind that the source account of subsequent splits will be overruled by whatever is defined in the first split of the withdrawal.',
'multi_account_warning_deposit' => 'Keep in mind that the destination account of subsequent splits will be overruled by whatever is defined in the first split of the deposit.',
'multi_account_warning_transfer' => 'Keep in mind that the source + destination account of subsequent splits will be overruled by whatever is defined in the first split of the transfer.',
2023-01-14 15:47:51 +01:00
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
*
* GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
*
* https://crowdin.com/project/firefly-iii
2023-01-15 15:47:25 +01:00
*
2023-01-14 15:47:51 +01:00
*/
2022-10-08 06:47:56 +02:00
// export data:
'export_data_title' => 'Export data from Firefly III',
2022-12-24 09:53:54 +01:00
'export_data_menu' => 'Izvozi podatke',
2022-10-08 06:47:56 +02:00
'export_data_bc' => 'Export data from Firefly III',
'export_data_main_title' => 'Export data from Firefly III',
'export_data_expl' => 'This link allows you to export all transactions + meta data from Firefly III. Please refer to the help (top right (?)-icon) for more information about the process.',
'export_data_all_transactions' => 'Export all transactions',
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
// attachments
'nr_of_attachments' => 'Ena priloga|:count prilog',
'attachments' => 'Priloge',
'edit_attachment' => 'Uredi prilogo ":name"',
'update_attachment' => 'Posodobi prilogo',
'delete_attachment' => 'Izbruši prilogo ":name"',
'attachment_deleted' => 'Priloga ":name" izbrisana',
'liabilities_deleted' => 'Deleted liability ":name"',
'attachment_updated' => 'Priloga ":name" posodobljena',
'upload_max_file_size' => 'Največja velikost datoteke: :size',
'list_all_attachments' => 'Seznam vseh prilog',
// transaction index
'title_expenses' => 'stroški',
'title_withdrawal' => 'stroški',
'title_revenue' => 'Dohodki / prihodki',
'title_deposit' => 'Dohodki / prihodki',
'title_transfer' => 'Prenosi',
'title_transfers' => 'Prenosi',
2022-12-24 09:53:54 +01:00
'submission_options' => 'Submission options',
2022-12-29 15:49:24 +01:00
'apply_rules_checkbox' => 'Uporabi pravila',
2022-12-24 09:53:54 +01:00
'fire_webhooks_checkbox' => 'Fire webhooks',
2022-10-08 06:47:56 +02:00
// convert stuff:
'convert_is_already_type_Withdrawal' => 'Ta transakcija je že odliv',
'convert_is_already_type_Deposit' => 'Ta transakcija je že polog',
'convert_is_already_type_Transfer' => 'Ta transakcija je že prenos',
'convert_to_Withdrawal' => 'Pretvori ":description" v odliv',
'convert_to_Deposit' => 'Pretvori ":description" v polog',
'convert_to_Transfer' => 'Pretvori ":description" v prenos',
'convert_options_WithdrawalDeposit' => 'Pretvori odliv v polog',
'convert_options_WithdrawalTransfer' => 'Pretvori odliv v prenos',
'convert_options_DepositTransfer' => 'Pretvori polog v prenos',
'convert_options_DepositWithdrawal' => 'Pretvori polog v odliv',
'convert_options_TransferWithdrawal' => 'Pretvori prenos v odliv',
'convert_options_TransferDeposit' => 'Pretvori prenos v polog',
'convert_Withdrawal_to_deposit' => 'Pretvori ta odliv v polog',
'convert_Withdrawal_to_transfer' => 'Pretvori ta odliv v prenos',
'convert_Deposit_to_withdrawal' => 'Pretvori ta polog v odliv',
'convert_Deposit_to_transfer' => 'Pretvori ta polog v prenos',
'convert_Transfer_to_deposit' => 'Pretvori ta prenos v polog',
'convert_Transfer_to_withdrawal' => 'Pretvori ta prenos v odliv',
'convert_please_set_revenue_source' => 'Izberite račun prihodkov iz katerega boste prenesli denar.',
'convert_please_set_asset_destination' => 'Izberite premoženjski račun na katerega boste prenesli denar.',
'convert_please_set_expense_destination' => 'Izberite na kateri stroškovni konto bo denar šel.',
'convert_please_set_asset_source' => 'Izberite premoženjski račun iz katerega boste prenesli denar.',
'convert_expl_w_d' => 'When converting from a withdrawal to a deposit, the money will be deposited into the displayed destination account, instead of being withdrawn from it.|When converting from a withdrawal to a deposit, the money will be deposited into the displayed destination accounts, instead of being withdrawn from them.',
'convert_expl_w_t' => 'When converting a withdrawal into a transfer, the money will be transferred away from the source account into other asset or liability account instead of being spent on the original expense account.|When converting a withdrawal into a transfer, the money will be transferred away from the source accounts into other asset or liability accounts instead of being spent on the original expense accounts.',
'convert_expl_d_w' => 'When converting a deposit into a withdrawal, the money will be withdrawn from the displayed source account, instead of being deposited into it.|When converting a deposit into a withdrawal, the money will be withdrawn from the displayed source accounts, instead of being deposited into them.',
'convert_expl_d_t' => 'When you convert a deposit into a transfer, the money will be deposited into the listed destination account from any of your asset or liability account.|When you convert a deposit into a transfer, the money will be deposited into the listed destination accounts from any of your asset or liability accounts.',
'convert_expl_t_w' => 'When you convert a transfer into a withdrawal, the money will be spent on the destination account you set here, instead of being transferred away.|When you convert a transfer into a withdrawal, the money will be spent on the destination accounts you set here, instead of being transferred away.',
'convert_expl_t_d' => 'When you convert a transfer into a deposit, the money will be deposited into the destination account you see here, instead of being transferred into it.|When you convert a transfer into a deposit, the money will be deposited into the destination accounts you see here, instead of being transferred into them.',
'convert_select_sources' => 'To complete the conversion, please set the new source account below.|To complete the conversion, please set the new source accounts below.',
'convert_select_destinations' => 'To complete the conversion, please select the new destination account below.|To complete the conversion, please select the new destination accounts below.',
'converted_to_Withdrawal' => 'Transakcija je bila pretvorjena v odliv',
'converted_to_Deposit' => 'Transakcija je bila pretvorjena v polog',
'converted_to_Transfer' => 'Transakcija je bila pretvorjena v prenos',
'invalid_convert_selection' => 'Račun, ki ste ga izbrali, je v tej transakciji se že uporabljen ali pa ne obstaja.',
'source_or_dest_invalid' => 'Ne najdem pravilnih podrobnosti o transakciji. Pretvorba ni mogoča.',
'convert_to_withdrawal' => 'Pretvori v odliv',
'convert_to_deposit' => 'Pretvori v polog',
'convert_to_transfer' => 'Pretvori v prenos',
// create new stuff:
'create_new_withdrawal' => 'Ustvari nov odliv',
'create_new_deposit' => 'Ustvari nov polog',
'create_new_transfer' => 'Ustvari nov prenos',
'create_new_asset' => 'ustvari nov premoženjski račun',
'create_new_liabilities' => 'Create new liability',
'create_new_expense' => 'ustvari nov konto za stroške',
'create_new_revenue' => 'Ustvari nov račun prihodkov',
'create_new_piggy_bank' => 'Ustvari nov hranilnik',
'create_new_bill' => 'Ustvari nov trajnik',
// currencies:
'create_currency' => 'Ustvarite valuto',
'store_currency' => 'Shrani novo valuto',
'update_currency' => 'Osveži valuto',
'new_default_currency' => ':name ni v privzeti valuti.',
'cannot_delete_currency' => 'Ne morem izbrisati :name ker je v uporabi.',
'cannot_delete_fallback_currency' => ':name is the system fallback currency and can\'t be deleted.',
'cannot_disable_currency_journals' => 'Cannot disable :name because transactions are still using it.',
'cannot_disable_currency_last_left' => 'Cannot disable :name because it is the last enabled currency.',
'cannot_disable_currency_account_meta' => 'Ne morem onemogočiti :name, ker je uporabljen v računih sredstev.',
'cannot_disable_currency_bills' => 'Cannot disable :name because it is used in bills.',
'cannot_disable_currency_recurring' => 'Cannot disable :name because it is used in recurring transactions.',
'cannot_disable_currency_available_budgets' => 'Cannot disable :name because it is used in available budgets.',
'cannot_disable_currency_budget_limits' => 'Cannot disable :name because it is used in budget limits.',
'cannot_disable_currency_current_default' => 'Cannot disable :name because it is the current default currency.',
'cannot_disable_currency_system_fallback' => 'Cannot disable :name because it is the system default currency.',
'disable_EUR_side_effects' => 'The Euro is the system\'s emergency fallback currency. Disabling it may have unintended side-effects and may void your warranty.',
'deleted_currency' => 'Valuta :name izbrisana',
'created_currency' => 'Valuta :name ustvarjena',
'could_not_store_currency' => 'Nove valute ni bilo mogoče shraniti.',
'updated_currency' => 'Valuta :name posodobljena',
'ask_site_owner' => 'Dogovori se s/z :owner da doda, odstrani ali uredi valute.',
'currencies_intro' => 'Firefly III podpira različne valute, ki jih lahko nastavite in omogočite tukaj.',
'make_default_currency' => 'Nastavi za privzeto',
'default_currency' => 'privzeto',
'currency_is_disabled' => 'Onemogočeno',
'enable_currency' => 'Omogoči',
'disable_currency' => 'Onemogoči',
'currencies_default_disabled' => 'Večina teh valut je privzeto onemogočena. Če jih želite uporabiti, jih morate najprej omogočiti.',
'currency_is_now_enabled' => 'Valuta ":name" je bila omogočena',
'currency_is_now_disabled' => 'Valuta ":name" je bila onemogočena',
// forms:
'mandatoryFields' => 'Obvezna polja',
'optionalFields' => 'Izbirna polja',
'options' => 'Možnosti',
// budgets:
'daily_budgets' => 'Daily budgets',
2022-12-24 09:53:54 +01:00
'weekly_budgets' => 'Tedenski proračuni',
2022-10-08 06:47:56 +02:00
'monthly_budgets' => 'Monthly budgets',
'quarterly_budgets' => 'Quarterly budgets',
'half_year_budgets' => 'Half-yearly budgets',
2022-12-24 09:53:54 +01:00
'yearly_budgets' => 'Letni proračuni',
2022-10-08 06:47:56 +02:00
'other_budgets' => 'Custom timed budgets',
'budget_limit_not_in_range' => 'This amount applies from :start to :end:',
'total_available_budget' => 'Total available budget (between :start and :end)',
'total_available_budget_in_currency' => 'Total available budget in :currency',
'see_below' => 'glej spodaj',
'create_new_budget' => 'Ustvari nov proračun',
'store_new_budget' => 'Shrani nov proračun',
'stored_new_budget' => 'Nov proračun ":name" shranjen',
'available_between' => 'Na voljo med :start in :end',
'transactionsWithoutBudget' => 'Stroški brez proračuna',
'transactions_no_budget' => 'Stroški brez proračuna med :start in :end',
'spent_between' => 'Že porabljeno med :start in :end',
'set_available_amount' => 'Set available amount',
'update_available_amount' => 'Update available amount',
'ab_basic_modal_explain' => 'Use this form to indicate how much you expect to be able to budget (in total, in :currency) in the indicated period.',
'createBudget' => 'Nov proračun',
'invalid_currency' => 'This is an invalid currency',
'invalid_amount' => 'Please enter an amount',
'set_ab' => 'The available budget amount has been set',
'updated_ab' => 'The available budget amount has been updated',
'deleted_ab' => 'The available budget amount has been deleted',
'deleted_bl' => 'The budgeted amount has been removed',
'alt_currency_ab_create' => 'Set the available budget in another currency',
'bl_create_btn' => 'Set budget in another currency',
'inactiveBudgets' => 'Neaktivni proračuni',
'without_budget_between' => 'Transakcije brez proračuna med :start in :end',
'delete_budget' => 'Izbriši proračun ":name"',
'deleted_budget' => 'Proračun ":name" izbrisan',
'edit_budget' => 'Uredi proračun ":name"',
'updated_budget' => 'Proračun ":name" posodobljen',
'update_amount' => 'Posodobi znesek',
'update_budget' => 'Posodobi proračun',
'update_budget_amount_range' => 'Posodobi (pričakovani) razpoložljivi znesek med :start in :end',
'set_budget_limit_title' => 'Set budgeted amount for budget :budget between :start and :end',
'set_budget_limit' => 'Set budgeted amount',
'budget_period_navigator' => 'Obdobje',
'info_on_available_amount' => 'Kaj imam na voljo?',
'available_amount_indication' => 'Uporabi te zneske za informacijo kakšen bi bil skupni proračun.',
'suggested' => 'Predlagano',
'average_between' => 'Povprečno med :start in :end',
'transferred_in' => 'Transferred (in)',
'transferred_away' => 'Transferred (away)',
'auto_budget_none' => 'Brez samodejnega proračuna',
'auto_budget_reset' => 'Nastavi fiksni znesek za vsako obdobje',
'auto_budget_rollover' => 'Dodaj znesek za vsako obdobje',
'auto_budget_period_daily' => 'Dnevno',
'auto_budget_period_weekly' => 'Tedensko',
'auto_budget_period_monthly' => 'Mesečno',
'auto_budget_period_quarterly' => 'Četrtletno',
'auto_budget_period_half_year' => 'Polletno',
'auto_budget_period_yearly' => 'Letno',
'auto_budget_help' => 'You can read more about this feature in the help. Click the top-right (?) icon.',
'auto_budget_reset_icon' => 'This budget will be set periodically',
'auto_budget_rollover_icon' => 'The budget amount will increase periodically',
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
// bills:
'not_expected_period' => 'Not expected this period',
2022-12-24 09:53:54 +01:00
'not_or_not_yet' => 'Ne (še)',
2022-10-08 06:47:56 +02:00
'visit_bill' => 'Visit bill ":name" at Firefly III',
'match_between_amounts' => 'Trajnik se ujema s transakcijami med :low in :high.',
'running_again_loss' => 'Previously linked transactions to this bill may lose their connection, if they (no longer) match the rule(s).',
'bill_related_rules' => 'Pravila povezana s tem trajnikom',
'repeats' => 'Ponovitve',
'bill_end_date_help' => 'Optional field. The bill is expected to end on this date.',
'bill_extension_date_help' => 'Optional field. The bill must be extended (or cancelled) on or before this date.',
'bill_end_index_line' => 'This bill ends on :date',
'bill_extension_index_line' => 'This bill must be extended or cancelled on :date',
'connected_journals' => 'Povezane transakcije',
'auto_match_on' => 'Samodejno povezano s Firefly III',
'auto_match_off' => 'Ne povezano samodejno s Firefly III',
'next_expected_match' => 'Naslenje pričakovano ujemanje',
'delete_bill' => 'Izbriši trajnik ":name"',
'deleted_bill' => 'Trajnik ":name" izbrisan',
'edit_bill' => 'Uredi trajnik ":name"',
'more' => 'Več',
'rescan_old' => 'Znova zaženite pravila za vse transakcije',
'update_bill' => 'Posodobi pravilo',
'updated_bill' => 'Trajnik ":name" posodobljen',
'store_new_bill' => 'Shrani nov trajnik',
'stored_new_bill' => 'Nov trajnik ":name" shranjen',
'cannot_scan_inactive_bill' => 'Neaktivnih računov ni mogoče pregledati.',
'rescanned_bill' => 'Rescanned everything, and linked :count transaction to the bill.|Rescanned everything, and linked :count transactions to the bill.',
'average_bill_amount_year' => 'Povprečen znesek trajnika (:year)',
'average_bill_amount_overall' => 'Povprečen znesek trajnika (vseh)',
'bill_is_active' => 'Trajnik je aktiven',
'bill_expected_between' => 'Pričakovano med :start in :end',
'bill_will_automatch' => 'Račun bo samodejno povezan s transakcijami',
'skips_over' => 'preskoči',
'bill_store_error' => 'Pri shranjevanju novega trajnika je prišlo do nepričakovane napake. Preverite datoteke dnevnika',
'list_inactive_rule' => 'neaktivno pravilo',
'bill_edit_rules' => 'Firefly III will attempt to edit the rule related to this bill as well. If you\'ve edited this rule yourself however, Firefly III won\'t change anything.|Firefly III will attempt to edit the :count rules related to this bill as well. If you\'ve edited these rules yourself however, Firefly III won\'t change anything.',
2022-12-24 09:53:54 +01:00
'bill_expected_date' => 'Pričakovano :date',
2022-10-08 06:47:56 +02:00
'bill_expected_date_js' => 'Expected {date}',
2022-12-24 09:53:54 +01:00
'bill_paid_on' => 'Plačano na {date}',
'bill_repeats_weekly' => 'Ponovi vsak teden',
2022-10-08 06:47:56 +02:00
'bill_repeats_monthly' => 'Repeats monthly',
'bill_repeats_quarterly' => 'Repeats quarterly',
'bill_repeats_half-year' => 'Repeats every half year',
2022-12-24 09:53:54 +01:00
'bill_repeats_yearly' => 'Ponovi se vsako leto',
2022-10-08 06:47:56 +02:00
'bill_repeats_weekly_other' => 'Repeats every other week',
'bill_repeats_monthly_other' => 'Repeats every other month',
'bill_repeats_quarterly_other' => 'Repeats every other quarter',
2022-12-24 09:53:54 +01:00
'bill_repeats_half-year_other' => 'Ponovi se vsako leto',
2022-10-08 06:47:56 +02:00
'bill_repeats_yearly_other' => 'Repeats every other year',
'bill_repeats_weekly_skip' => 'Repeats every {skip} weeks',
'bill_repeats_monthly_skip' => 'Repeats every {skip} months',
'bill_repeats_quarterly_skip' => 'Repeats every {skip} quarters',
'bill_repeats_half-year_skip' => 'Repeats every {skip} half years',
'bill_repeats_yearly_skip' => 'Repeats every {skip} years',
'subscriptions' => 'Subscriptions',
'forever' => 'Forever',
'extension_date_is' => 'Extension date is {date}',
// accounts:
2023-01-15 15:47:25 +01:00
'i_am_owed_amount' => 'I am owed amount',
'i_owe_amount' => 'I owe amount',
2022-10-08 06:47:56 +02:00
'inactive_account_link' => 'You have :count inactive (archived) account, which you can view on this separate page.|You have :count inactive (archived) accounts, which you can view on this separate page.',
'all_accounts_inactive' => 'These are your inactive accounts.',
'active_account_link' => 'This link goes back to your active accounts.',
'account_missing_transaction' => 'Računa #:id (":name") si ni mogoče neposredno ogledati, vendar Firefly-u manjkajo informacije o preusmeritvi.',
'cc_monthly_payment_date_help' => 'Select any year and any month, it will be ignored anyway. Only the day of the month is relevant.',
'details_for_asset' => 'podrobnosti za premoženjski račun ":name"',
'details_for_expense' => 'podrobnosti stroškovnega konta ":name"',
'details_for_revenue' => 'Podrobnosti za račun prihodkov ":name"',
'details_for_cash' => 'Podrobnosti za gotovinski račun ":name"',
'store_new_asset_account' => 'shrani nov premoženjski račun',
'store_new_expense_account' => 'shrani nov konto za stroške',
'store_new_revenue_account' => 'Shrani nov račun prihodkov',
'edit_asset_account' => 'uredi premoženjski račun ":name"',
'edit_expense_account' => 'uredi stroškovni konto ":name"',
'edit_revenue_account' => 'Uredi račun prihodkov ":name"',
'delete_asset_account' => 'izbriši premoženjski račun ":name"',
'delete_expense_account' => 'izbriši stroškovni konto ":name"',
'delete_revenue_account' => 'Izbriši račun prihodkov ":name"',
'delete_liabilities_account' => 'Izbriši obveznost ":name"',
'asset_deleted' => 'Premoženjski račun ":name" je bil uspešno izbrisan.',
'account_deleted' => 'Successfully deleted account ":name"',
'expense_deleted' => 'stroškovni konto ":name" je bil uspešno izbrisan',
'revenue_deleted' => 'Račun prihodkov ":name" je bil uspešno izbrisan',
'update_asset_account' => 'posodobi premoženjski račun',
2022-12-24 09:53:54 +01:00
'update_undefined_account' => 'Posodobi račun',
2022-10-08 06:47:56 +02:00
'update_liabilities_account' => 'Uredi obveznost',
'update_expense_account' => 'Posodobi račun stroškov',
'update_revenue_account' => 'Posodobi račun prihodkov',
'make_new_asset_account' => 'ustvari nov premoženjski račun',
'make_new_expense_account' => 'Ustvari nov račun stroškov',
'make_new_revenue_account' => 'Ustvari nov račun prihodkov',
'make_new_liabilities_account' => 'Ustvari novo obveznost',
'asset_accounts' => 'premoženjski računi',
'undefined_accounts' => 'Accounts',
'asset_accounts_inactive' => 'Računi sredstev (neaktivno)',
'expense_accounts' => 'Računi stroškov',
'expense_accounts_inactive' => 'Expense accounts (inactive)',
'revenue_accounts' => 'Račun prihodkov',
'revenue_accounts_inactive' => 'Revenue accounts (inactive)',
'cash_accounts' => 'Gotovinski računi',
'Cash account' => 'Gotovinski račun',
'liabilities_accounts' => 'Obveznosti',
'liabilities_accounts_inactive' => 'Liabilities (inactive)',
'reconcile_account' => 'Uskladi račun: ":account"',
'overview_of_reconcile_modal' => 'Pregled usklajevanja',
'delete_reconciliation' => 'Izbriši uskladitev',
'update_reconciliation' => 'Posodobi uskladitev',
'amount_cannot_be_zero' => 'Znesek ne sme biti nič',
'end_of_reconcile_period' => 'Konec obdobja usklajevanja :period',
'start_of_reconcile_period' => 'Začetek obdobja usklajevanja :period',
'start_balance' => 'Začetno stanje',
'end_balance' => 'Končno stanje',
'update_balance_dates_instruction' => 'Zgornje zneske in datume uskladite z bančnim izpiskom in pritisnite »Začni usklajevanje«',
'select_transactions_instruction' => 'Izberite transakcije, ki so prikazane v bančnem izpisku.',
'select_range_and_balance' => 'Najprej preverite obseg datuma in stanje. Nato pritisnite »Začni usklajevanje«',
'date_change_instruction' => 'Če zdaj spremenite časovno obdobje, se celotna zgodovina izgubi.',
'update_selection' => 'Posodobi izbor',
'store_reconcile' => 'Shrani uskladitev',
'reconciliation_transaction' => 'Uskladitvena transakcija',
'Reconciliation' => 'Usklajevanje',
'reconciliation' => 'Usklajevanje',
'reconcile_options' => 'Možnosti usklajevanja',
'reconcile_range' => 'Obseg usklajevanja',
'start_reconcile' => 'Začni usklajevanje',
2022-12-24 09:53:54 +01:00
'cash_account_type' => 'Gotovina',
2022-10-08 06:47:56 +02:00
'cash' => 'gotovina',
'cant_find_redirect_account' => 'Firefly III tried to redirect you but couldn\'t. Sorry about that. Back to the index.',
'account_type' => 'Vrsta računa',
'save_transactions_by_moving' => 'Save this transaction by moving it to another account:|Save these transactions by moving them to another account:',
'save_transactions_by_moving_js' => 'No transactions|Save this transaction by moving it to another account. |Save these transactions by moving them to another account.',
'stored_new_account' => 'Nov račun ":name" shranjen!',
'stored_new_account_js' => 'New account "<a href="accounts/show/{ID}">{name}</a>" stored!',
'updated_account' => 'Račun ":name" posodobljen',
'updated_account_js' => 'Updated account "<a href="accounts/show/{ID}">{title}</a>".',
'credit_card_options' => 'Možnosti kreditne kartice',
'no_transactions_account' => 'Ni transakcij (za to obdobje) za premoženjski račun ":name".',
'no_transactions_period' => 'V tem obdobju ni transakcij.',
'no_data_for_chart' => 'Za ustvarjanje tega diagrama (še) ni dovolj informacij.',
'select_at_least_one_account' => 'Prosim, izberi vsaj en račun sredstev',
'select_at_least_one_category' => 'Prosim izberi vsaj eno kategorijo',
'select_at_least_one_budget' => 'Izberite vsaj en proračun',
'select_at_least_one_tag' => 'Prosim izberite vsaj eno oznako',
'select_at_least_one_expense' => 'Izberite vsaj eno kombinacijo računov za stroške/prihodke. Če jih nimate (prazen seznam), to poročilo ni na voljo.',
'account_default_currency' => 'To bo privzeta valuta tega računa.',
'reconcile_has_more' => 'V Firefly III glavni knjigi je več denarja, kot vaša banka trdi, da bi morali imeti. Obstaja več možnosti. Izberi, kaj želiš storiti. Nato pritisni "Potrdi usklajevanje".',
'reconcile_has_less' => 'V Firefly III glavni knjigi je manj denarja, kot vaša banka trdi, da bi morali imeti. Obstaja več možnosti. Izberi, kaj želiš storiti. Nato pritisni "Potrdi usklajevanje".',
'reconcile_is_equal' => 'Firefly III glavna knjiga in vaši bančni izpiski se ujemajo. Ničesar vam ni treba storiti. Pritisnite »Potrdi usklajevanje«, da potrdite vnos.',
'create_pos_reconcile_transaction' => 'Počisti izbrane transakcije in ustvari popravek, ki bo dodal :amount na ta račun sredstev.',
'create_neg_reconcile_transaction' => 'Počisti izbrane transakcije in ustvari popravek, ki bo odvzel :amount s tega računa sredstev.',
'reconcile_do_nothing' => 'Počisti izbrane transakcije, vendar jih ne popravi.',
'reconcile_go_back' => 'Popravke lahko kadar koli urediš ali izbrišeš.',
'must_be_asset_account' => 'Uskladiš lahko samo račune sredstev',
'reconciliation_stored' => 'Usklajevanje shranjeno',
'reconciliation_error' => 'Due to an error the transactions were marked as reconciled but the correction has not been stored: :error.',
'reconciliation_transaction_title' => 'Reconciliation (:from to :to)',
'sum_of_reconciliation' => 'Sum of reconciliation',
'reconcile_this_account' => 'Uskladi ta račun',
2022-12-24 09:53:54 +01:00
'reconcile' => 'Poravnaj',
'show' => 'Prikaži',
2022-10-08 06:47:56 +02:00
'confirm_reconciliation' => 'Potrdi uskladitev',
'submitted_start_balance' => 'Predloženo začetno stanje',
'selected_transactions' => 'Izbrane transakcije (:count)',
'already_cleared_transactions' => 'Že obračunane transakcije (:count)',
'submitted_end_balance' => 'Predloženo končno stanje',
'initial_balance_description' => 'Začetno stanje za ":account"',
'liability_credit_description' => 'Liability credit for ":account"',
'interest_calc_' => 'neznano',
'interest_calc_daily' => 'Na dan',
'interest_calc_monthly' => 'Na mesec',
'interest_calc_yearly' => 'Na leto',
'interest_calc_weekly' => 'Per week',
'interest_calc_half-year' => 'Per half year',
2022-12-24 09:53:54 +01:00
'interest_calc_quarterly' => 'Na četrtletje',
2022-10-08 06:47:56 +02:00
'initial_balance_account' => 'Initial balance account of :account',
'list_options' => 'List options',
// categories:
'new_category' => 'Nova kategorija',
'create_new_category' => 'Ustvari novo kategorijo',
'without_category' => 'Brez kategorije',
'update_category' => 'Posodobi kategorije',
'updated_category' => 'Kategorija ":name" posodobljena',
'categories' => 'Kategorije',
'edit_category' => 'Uredi kategorijo ":name"',
'no_category' => '(brez kategorije)',
'category' => 'Kategorija',
'delete_category' => 'Izbriši kategorijo ":name"',
'deleted_category' => 'Kategorija ":name" izbrisana',
'store_category' => 'Shrani novo kategorijo',
'stored_category' => 'Nova kategorija ":name" shranjen',
'without_category_between' => 'Brez kategorije med :start in :end',
2023-01-14 15:47:51 +01:00
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
*
* GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
*
* https://crowdin.com/project/firefly-iii
2023-01-15 15:47:25 +01:00
*
2023-01-14 15:47:51 +01:00
*/
2022-10-08 06:47:56 +02:00
// transactions:
'update_withdrawal' => 'Posodobi odliv',
'update_deposit' => 'Posodobi polog',
'update_transaction' => 'Update transaction',
'update_transfer' => 'Posodobi prenos',
'updated_withdrawal' => 'Odliv ":description" posodobljen',
'updated_deposit' => 'Polog ":description" posodobljen',
'updated_transfer' => 'Prenos ":description" posodobljen',
'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
'no_changes_deposit' => 'Deposit ":description" was not changed.',
'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => 'Odliv ":description" izbrisan',
'delete_deposit' => 'Izbriši polog ":description"',
'delete_transfer' => 'Izbriši prenos ":description"',
'deleted_withdrawal' => 'Odliv ":description" uspešno izbrisan',
'deleted_deposit' => 'Polog ":description" uspešno izbrisan',
'deleted_transfer' => 'Prenos ":description" uspešno izbrisan',
'deleted_reconciliation' => 'Successfully deleted reconciliation transaction ":description"',
'stored_journal' => 'Nova transakcija ":description" uspešno ustvarjena',
'stored_journal_no_descr' => 'Tvoja nova transakcija uspešno ustvarjena',
'updated_journal_no_descr' => 'Successfully updated your transaction',
'select_transactions' => 'Izberi transakcije',
'rule_group_select_transactions' => 'Uporabi ":title" za transakcije',
'rule_select_transactions' => 'Uporabi ":title" za transakcije',
'stop_selection' => 'Končaj z izbiro transakcij',
'reconcile_selected' => 'Uskladi',
'mass_delete_journals' => 'Izbriši število transakcij',
'mass_edit_journals' => 'Uredi več transakcij',
'mass_bulk_journals' => 'Množično urejanje transakcij',
'mass_bulk_journals_explain' => 'This form allows you to change properties of the transactions listed below in one sweeping update. All the transactions in the table will be updated when you change the parameters you see here.',
'part_of_split' => 'This transaction is part of a split transaction. If you have not selected all the splits, you may end up with changing only half the transaction.',
'bulk_set_new_values' => 'S spodnjimi vnosi nastaviš nove vrednosti. Če jih pustiš prazne, bodo za vse prazne. Upoštevaj tudi, da bo proračun dodeljen samo odlivom.',
'no_bulk_category' => 'Ne posodobi kategorije',
'no_bulk_budget' => 'Ne posodobi proračuna',
'no_bulk_tags' => 'Ne posodobi oznak(e)',
'replace_with_these_tags' => 'Replace with these tags',
2022-12-24 09:53:54 +01:00
'append_these_tags' => 'Dodajte te oznake',
2022-10-08 06:47:56 +02:00
'mass_edit' => 'Edit selected individually',
'bulk_edit' => 'Edit selected in bulk',
'mass_delete' => 'Delete selected',
'cannot_edit_other_fields' => 'Drugih polj ne morete množično urejati, ker ni prostora za prikaz. Če želite urediti ta polja, sledite povezavi in jih uredite posebej.',
'cannot_change_amount_reconciled' => 'You can\'t change the amount of reconciled transactions.',
'no_budget' => '(brez proračuna)',
2022-12-24 09:53:54 +01:00
'no_bill' => '(ni računa)',
2022-10-08 06:47:56 +02:00
'account_per_budget' => 'Account per budget',
'account_per_category' => 'Account per category',
2022-12-24 09:53:54 +01:00
'create_new_object' => 'Ustvari',
2022-10-08 06:47:56 +02:00
'empty' => '(empty)',
'all_other_budgets' => '(all other budgets)',
'all_other_accounts' => '(all other accounts)',
'expense_per_source_account' => 'Expenses per source account',
'expense_per_destination_account' => 'Expenses per destination account',
'income_per_destination_account' => 'Income per destination account',
'spent_in_specific_category' => 'Spent in category ":category"',
'earned_in_specific_category' => 'Earned in category ":category"',
'spent_in_specific_tag' => 'Spent in tag ":tag"',
'earned_in_specific_tag' => 'Earned in tag ":tag"',
'income_per_source_account' => 'Income per source account',
'average_spending_per_destination' => 'Average expense per destination account',
'average_spending_per_source' => 'Average expense per source account',
'average_earning_per_source' => 'Average earning per source account',
'average_earning_per_destination' => 'Average earning per destination account',
'account_per_tag' => 'Account per tag',
'tag_report_expenses_listed_once' => 'Expenses and income are never listed twice. If a transaction has multiple tags, it may only show up under one of its tags. This list may appear to be missing data, but the amounts will be correct.',
'double_report_expenses_charted_once' => 'Expenses and income are never displayed twice. If a transaction has multiple tags, it may only show up under one of its tags. This chart may appear to be missing data, but the amounts will be correct.',
'tag_report_chart_single_tag' => 'This chart applies to a single tag. If a transaction has multiple tags, what you see here may be reflected in the charts of other tags as well.',
2022-12-24 09:53:54 +01:00
'tag' => 'Oznaka',
2022-10-08 06:47:56 +02:00
'no_budget_squared' => '(brez proračuna)',
'perm-delete-many' => 'Deleting many items in one go can be very disruptive. Please be cautious. You can delete part of a split transaction from this page, so take care.',
'mass_deleted_transactions_success' => 'Deleted :count transaction.|Deleted :count transactions.',
'mass_edited_transactions_success' => 'Updated :count transaction.|Updated :count transactions.',
'opt_group_' => '(brez tipa računa)',
'opt_group_no_account_type' => '(brez tipa računa)',
'opt_group_defaultAsset' => 'Privzeti računi sredstev',
'opt_group_savingAsset' => 'Varčevalni račun',
'opt_group_sharedAsset' => 'Skupni računi sredstev',
'opt_group_ccAsset' => 'Kreditne kartice',
'opt_group_cashWalletAsset' => 'Gotovina',
'opt_group_expense_account' => 'Expense accounts',
'opt_group_revenue_account' => 'Revenue accounts',
'opt_group_l_Loan' => 'Obveznost: Posojilo',
'opt_group_cash_account' => 'Cash account',
'opt_group_l_Debt' => 'Obveznost: Dolg',
'opt_group_l_Mortgage' => 'Obveznost: Hipoteka',
'opt_group_l_Credit card' => 'Obveznost: Kreditna kartica',
'notes' => 'Opombe',
'unknown_journal_error' => 'Transakcije ni bilo mogoče shraniti. Preverite datoteke dnevnika.',
'attachment_not_found' => 'Te priloge ni bilo mogoče najti.',
'journal_link_bill' => 'Ta transakcija je povezana s trajnikom <a href=":route">:name</a>. Če želiš povezavo prekiniti, odstrani kljukico. Uporabi pravila, da jo povežeš z drugim trajnikom.',
'transaction_stored_link' => '<a href="transactions/show/{ID}">Transaction #{ID} ("{title}")</a> has been stored.',
'transaction_new_stored_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> has been stored.',
'transaction_updated_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> ("{title}") has been updated.',
'transaction_updated_no_changes' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> ("{title}") did not receive any changes.',
'first_split_decides' => 'The first split determines the value of this field',
'first_split_overrules_source' => 'The first split may overrule the source account',
'first_split_overrules_destination' => 'The first split may overrule the destination account',
'spent_x_of_y' => 'Spent {amount} of {total}',
// new user:
'welcome' => 'Dobrodošli v Firefly III!',
'submit' => 'Potrdi',
2022-12-24 09:53:54 +01:00
'submission' => 'Oddaja',
2022-10-08 06:47:56 +02:00
'submit_yes_really' => 'Potrdi (vem kaj počnem)',
'getting_started' => 'Kako začeti',
'to_get_started' => 'Lepo je videti, da si uspešno namestil Firefly III. Če želiš začeti z uporabo tega orodja, vnesi ime banke in stanje glavnega tekočega računa. Ne skrbi, če imaš več računov. Lahko jih dodaš pozneje. Firefly III pač potrebuje nekaj za začetek.',
'savings_balance_text' => 'Firefly III ti bo samodejno ustvaril varčevalni račun. Privzeto na varčevalnem računu ne bo nobenega denarja, če pa Firefly III zaupaš stanje, bo le-to nastavljeno.',
'finish_up_new_user' => 'To je to! Nadaljuješ s pritiskom na <strong>Pošlji</strong>. Preusmerjen boš na kazalo Firefly III.',
'stored_new_accounts_new_user' => 'Juhu! Vaši novi računi so shranjeni.',
'set_preferred_language' => 'Če želite uporabiti Firefly III v drugem jeziku, prosimo, označite tukaj.',
'language' => 'Jezik',
'new_savings_account' => ':bank_name varčevalni račun',
'cash_wallet' => 'Gotovina',
'currency_not_present' => 'Če valuta, ki jo običajno uporabljate, ni navedena, ne skrbite. Ustvarite lahko lastne valute pod Možnosti> Valute.',
// home page:
'transaction_table_description' => 'A table containing your transactions',
'opposing_account' => 'Opposing account',
'yourAccounts' => 'Tvoji računi',
'your_accounts' => 'Pregled računov',
'category_overview' => 'Pregled kategorij',
'expense_overview' => 'Pregled računov stroškov',
'revenue_overview' => 'Pregled računov prihodkov',
'budgetsAndSpending' => 'Proračuni in poraba',
'budgets_and_spending' => 'Proračuni in poraba',
'go_to_budget' => 'Pojdi na proračun "{budget}"',
2022-12-24 09:53:54 +01:00
'go_to_deposits' => 'Pojdi na depozite',
'go_to_expenses' => 'Pojdi na izdatke',
2022-10-08 06:47:56 +02:00
'savings' => 'Prihranki',
'newWithdrawal' => 'Nov strošek',
'newDeposit' => 'Nov polog',
'newTransfer' => 'Nov prenos',
'bills_to_pay' => 'Trajnik za plačilo',
'per_day' => 'Na dan',
'left_to_spend_per_day' => 'Preostala poraba na dan',
'bills_paid' => 'Plačani trajniki',
2022-12-24 09:53:54 +01:00
'custom_period' => 'Obdobje po meri',
2022-10-08 06:47:56 +02:00
'reset_to_current' => 'Reset to current period',
'select_period' => 'Select a period',
// menu and titles, should be recycled as often as possible:
'currency' => 'Valuta',
'preferences' => 'Možnosti',
'logout' => 'Odjava',
'logout_other_sessions' => 'Logout all other sessions',
'toggleNavigation' => 'Preklopi navigacijo',
'searchPlaceholder' => 'Iskanje...',
'version' => 'Različica',
'dashboard' => 'Nadzorna plošča',
'available_budget' => 'Razpoložljiv proračun ({currency})',
'currencies' => 'Valute',
'activity' => 'Dejavnost',
'usage' => 'Uporaba',
'accounts' => 'Računi',
'Asset account' => 'premoženjski računi',
'Default account' => 'premoženjski račun',
'Expense account' => 'Račun stroškov',
'Revenue account' => 'Račun prihodkov',
'Initial balance account' => 'Začetno stanje',
'account_type_Debt' => 'Dolg',
'account_type_Loan' => 'Posojilo',
'account_type_Mortgage' => 'Hipoteka',
2022-12-24 09:53:54 +01:00
'account_type_debt' => 'Dolg',
'account_type_loan' => 'Posojilo',
2022-10-08 06:47:56 +02:00
'account_type_mortgage' => 'Mortgage',
'account_type_Credit card' => 'Kreditna kartica',
'credit_card_type_monthlyFull' => 'Full payment every month',
'liability_direction_credit' => 'I am owed this debt',
'liability_direction_debit' => 'I owe this debt to somebody else',
2022-12-24 09:53:54 +01:00
'liability_direction_credit_short' => 'Ta dolg je bil dolgovan',
'liability_direction_debit_short' => 'Dolgujejo ta dolg',
'liability_direction__short' => 'Neznano',
'liability_direction_null_short' => 'Neznano',
2022-10-08 06:47:56 +02:00
'Liability credit' => 'Liability credit',
'budgets' => 'Proračuni',
'tags' => 'Oznake',
'reports' => 'Poročila',
'transactions' => 'Transakcije',
'expenses' => 'stroški',
'income' => 'Dohodki / prihodki',
'transfers' => 'Prenosi',
'moneyManagement' => 'Upravljanje denarja',
'money_management' => 'Upravljanje denarja',
'tools' => 'Orodja',
'piggyBanks' => 'Hranilniki',
'piggy_banks' => 'Hranilniki',
'amount_x_of_y' => '{current} od {total}',
'bills' => 'Trajniki',
'withdrawal' => 'Odliv',
'opening_balance' => 'Začetno stanje',
'deposit' => 'Polog',
'account' => 'Račun',
'transfer' => 'Prenos',
'Withdrawal' => 'Odliv',
'Deposit' => 'Polog',
'Transfer' => 'Prenos',
'bill' => 'Trajnik',
'yes' => 'Da',
'no' => 'Ne',
'amount' => 'Znesek',
'overview' => 'Pregled',
'saveOnAccount' => 'Shrani na račun',
'unknown' => 'Neznano',
'monthly' => 'Mesečno',
'profile' => 'Profil',
'errors' => 'Napake',
'debt_start_date' => 'Začetni datum dolga',
'debt_start_amount' => 'Začetni znesek dolga',
'debt_start_amount_help' => 'It\'s always best to set this value to a negative amount. Read the help pages (top right (?)-icon) for more information.',
'interest_period_help' => 'This field is purely cosmetic and won\'t be calculated for you. As it turns out banks are very sneaky so Firefly III never gets it right.',
'store_new_liabilities_account' => 'Shrani novo obveznost',
'edit_liabilities_account' => 'Uredi obveznost ":name"',
'financial_control' => 'Financial control',
2022-12-24 09:53:54 +01:00
'accounting' => 'Računovodstvo',
'automation' => 'Avtomatizacija',
'others' => 'Drugo',
'classification' => 'Klasifikacija',
2022-10-08 06:47:56 +02:00
'store_transaction' => 'Store transaction',
2023-01-14 15:47:51 +01:00
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
*
* GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
*
* https://crowdin.com/project/firefly-iii
2023-01-15 15:47:25 +01:00
*
2023-01-14 15:47:51 +01:00
*/
2022-10-08 06:47:56 +02:00
// reports:
'report_default' => 'Privzeto finančno poročilo med :start in :end',
'report_audit' => 'Pregled zgodovine transakcij med :start in :end',
'report_category' => 'Poročilo po kategorijah med :start in :end',
'report_double' => 'Expense/revenue account report between :start and :end',
'report_budget' => 'Poročilo proračunov med :start in :end',
'report_tag' => 'Poročilo oznakah med :start in :end',
'quick_link_reports' => 'Hitre povezave',
'quick_link_examples' => 'To so le nekateri primeri povezav za začetek. Oglej si strani za pomoč pod gumbom (?) za informacije o vseh poročilih in "čarobnih besedah", ki jih lahko uporabiš.',
'quick_link_default_report' => 'Privzeto finančno poročilo',
'quick_link_audit_report' => 'Pregled zgodovine transakcij',
'report_this_month_quick' => 'Tekoči mesec, vsi računi',
'report_last_month_quick' => 'Zadnji mesec, vsi računi',
'report_this_year_quick' => 'Tekoče leto, vsi računi',
'report_this_fiscal_year_quick' => 'Tekoče fiskalno leto, vsi računi',
'report_all_time_quick' => 'Kadarkoli, vsi računi',
'reports_can_bookmark' => 'Poročila lahko shranite med zaznamke.',
'incomeVsExpenses' => 'prihodki napram odhodkom',
'accountBalances' => 'Stanje na računih',
'balanceStart' => 'Stanje na začetku obdobja',
'balanceEnd' => 'Stanje na koncu obdobja',
'splitByAccount' => 'Razdeljeno po računih',
'coveredWithTags' => 'Z oznakami',
'leftInBudget' => 'Ostanek v proračunu',
2022-12-24 09:53:54 +01:00
'left_in_debt' => 'Dolgovani znesek',
2022-10-08 06:47:56 +02:00
'sumOfSums' => 'Vsota vsot',
'noCategory' => '(brez kategorije)',
'notCharged' => 'Ne (še) zaračunano',
'inactive' => 'Neaktivno',
'active' => 'Aktiven',
'difference' => 'Razlika',
'money_flowing_in' => 'Na',
'money_flowing_out' => 'Iz',
'topX' => 'prvih :number',
'show_full_list' => 'Pokaži celoten seznam',
'show_only_top' => 'Pokaži samo prvih :number',
'report_type' => 'Vrsta poročila',
'report_type_default' => 'Privzeto finančno poročilo',
'report_type_audit' => 'Pregled zgodovine transakcij (revizija)',
'report_type_category' => 'Poročilo kategorij',
'report_type_budget' => 'Poročilo proračunov',
'report_type_tag' => 'Poročilo oznak',
'report_type_double' => 'Expense/revenue account report',
'more_info_help' => 'Več informacij o teh vrstah poročil lahko najdete na straneh s pomočjo. Pritisnite ikono (?) v zgornjem desnem kotu.',
'report_included_accounts' => 'Vključeni računi',
'report_date_range' => 'Datumski obseg',
'report_preset_ranges' => 'Prednadnastavljeni obsegi',
'shared' => 'Skupni',
'fiscal_year' => 'Fiskalno leto',
'income_entry' => 'Prihodki na računi ":name" med :start in :end',
'expense_entry' => 'Stroški na računu ":name" med :start in :end',
'category_entry' => 'Expenses and income in category ":name" between :start and :end',
'budget_spent_amount' => 'Stroški v proračunu "::budget" med :start in :end',
'balance_amount' => 'Stroški v proračunu ":budget", plačani iz računa ":account" med :start in :end',
'no_audit_activity' => 'Na račun ni bila zabeležena nobena dejavnost <a href=":url" title=":account_name">:account_name</a> med :start in :end.',
'audit_end_balance' => 'Stanje na računu <a href=":url" title=":account_name">:account_name</a> na koncu :end je bilo :balance',
'reports_extra_options' => 'Dodatne možnosti',
'report_has_no_extra_options' => 'To poročilo nima dodatnih možnosti',
'reports_submit' => 'Ogled poročila',
'end_after_start_date' => 'Končni datum poročila mora biti po začetnem datumu.',
'select_category' => 'Izberi kategorije',
'select_budget' => 'Izberi proračun(e).',
'select_tag' => 'Izberi oznake.',
'income_per_category' => 'Prihodki po kategoriji',
'expense_per_category' => 'stroški po kategorijah',
'expense_per_budget' => 'stroški po budžetih',
'income_per_account' => 'Prihodki pa računu',
'expense_per_account' => 'Stroški po računih',
'expense_per_tag' => 'stroški po značkah',
'income_per_tag' => 'Prihodki po oznaki',
'include_expense_not_in_budget' => 'Vključeni stroški niso v izbranih proračunih',
'include_expense_not_in_account' => 'Vključeni stroški niso v izbranih računih',
'include_expense_not_in_category' => 'Vključeni stroški niso v izbranih kategorijah',
'include_income_not_in_category' => 'Vključeni prihodki niso v izbranih kategorijah',
'include_income_not_in_account' => 'Vključeni prihodki niso v izbranih računih',
'include_income_not_in_tags' => 'Vključeni prihodki nimajo izbranih oznak',
'include_expense_not_in_tags' => 'Vključeni stroški nimajo izbranih oznak',
'everything_else' => 'Vse ostalo',
'income_and_expenses' => 'prihodki in odhodki',
'spent_average' => 'Porabljeno (povprečje)',
'income_average' => 'Prihodki (povprečno)',
'transaction_count' => 'Število transakcije',
'average_spending_per_account' => 'Povprečna poraba po računu',
'average_income_per_account' => 'Povprečni prihodek po računu',
'total' => 'Skupaj',
'description' => 'Opis',
'sum_of_period' => 'Seštevek obdobja',
'average_in_period' => 'Povprečno v obdobju',
'account_role_defaultAsset' => 'privzeti premoženjski račun',
'account_role_sharedAsset' => 'deljen premoženjski račun',
'account_role_savingAsset' => 'varčevalni račun',
'account_role_ccAsset' => 'kreditna kartica',
'account_role_cashWalletAsset' => 'Gotovina',
'budget_chart_click' => 'V zgornji tabeli kliknite na ime proračuna, za ogled diagrama.',
'category_chart_click' => 'V zgornji tabeli kliknite na ime kategorije, za ogled diagrama.',
'in_out_accounts' => 'Kombinacija zasluženo/porabljeno',
'in_out_accounts_per_asset' => 'Zasluženo in porabljeno (po računih sredstev)',
'in_out_per_category' => 'Zasluženo in porabljeno po kategoriji',
'out_per_budget' => 'Porabljeno po proračunu',
'select_expense_revenue' => 'Izberi račun stroškov/prihodkov',
'multi_currency_report_sum' => 'Ker ta seznam vsebuje račune z več valutami, vsota, ki jo vidite, morda nima smisla. Poročilo se vedno vrne na privzeto valuto.',
'sum_in_default_currency' => 'Vsota bo vedno v privzeti valuti.',
'net_filtered_prefs' => 'Ta diagram nikoli ne bo vključeval računov, ki nimajo izbrano »Vključi v neto vrednost«.',
2023-01-14 15:47:51 +01:00
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
*
* GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
*
* https://crowdin.com/project/firefly-iii
2023-01-15 15:47:25 +01:00
*
2023-01-14 15:47:51 +01:00
*/
2022-10-08 06:47:56 +02:00
// charts:
'chart' => 'Diagram',
'month' => 'Mesec',
'budget' => 'Proračun',
'spent' => 'Porabljeno',
2022-12-24 09:53:54 +01:00
'spent_capped' => 'Porabljeno (omejeno)',
2022-10-08 06:47:56 +02:00
'spent_in_budget' => 'Porabljeno v proračunu',
'left_to_spend' => 'Preostala poraba',
'earned' => 'Prisluženo',
'overspent' => 'Preveč porabljeno',
'left' => 'Preostalo',
'max-amount' => 'Najvišji znesek',
2022-12-24 09:53:54 +01:00
'min-amount' => 'Najmanjša vrednost',
2022-10-08 06:47:56 +02:00
'journal-amount' => 'Trenutni vnos na računu',
'name' => 'Ime',
'date' => 'Datum',
2022-12-24 09:53:54 +01:00
'date_and_time' => 'Datum in čas',
'time' => 'Čas',
2022-10-08 06:47:56 +02:00
'paid' => 'Plačano',
'unpaid' => 'Neplačano',
'day' => 'Dan',
'budgeted' => 'Proračun',
'period' => 'Obdobje',
'balance' => 'Stanje',
'sum' => 'Vsota',
'summary' => 'Povzetek',
'average' => 'Povprečno',
'balanceFor' => 'Stanje za :name',
2022-12-24 09:53:54 +01:00
'no_tags' => '(ni oznak)',
2022-10-08 06:47:56 +02:00
// piggy banks:
2022-12-29 15:49:24 +01:00
'event_history' => 'Event history',
2022-10-08 06:47:56 +02:00
'add_money_to_piggy' => 'Dodaj denar na hranilnik ":name"',
'piggy_bank' => 'Dodaj hranilnik',
'new_piggy_bank' => 'Nov hranilnik',
'store_piggy_bank' => 'Shrani nov hranilnik',
'stored_piggy_bank' => 'Shrani nov hranilnik ":name"',
'account_status' => 'Stanje računa',
'left_for_piggy_banks' => 'Preostalo za hranilnike',
'sum_of_piggy_banks' => 'Vsota hranilnikov',
'saved_so_far' => 'Privarčevano do sedaj',
'left_to_save' => 'Preostanek za varčevanje',
'suggested_amount' => 'Predlagani mesečni znesek varčevanja',
'add_money_to_piggy_title' => 'Dodaj denar na hranilnik ":name"',
'remove_money_from_piggy_title' => 'Odstrani denar s hranilnika ":name"',
'add' => 'Dodaj',
'no_money_for_piggy' => 'Nimaš denarja da bi ga dal v ta hranilnik.',
'suggested_savings_per_month' => 'Predlagano na mesec',
'remove' => 'Odstrani',
'max_amount_add' => 'Najvišji znesek, ki ga lahko dodaš, je',
'max_amount_remove' => 'Najvišji znesek, ki ga lahko odstraniš, je',
'update_piggy_button' => 'Posodobi hranilnik',
'update_piggy_title' => 'Posodobi hranilnik ":name"',
'updated_piggy_bank' => 'Hranilnik ":name" posodobljen',
'details' => 'Podrobnosti',
'events' => 'Dogodki',
'target_amount' => 'Ciljni znesek',
'start_date' => 'Začetni datum',
'no_start_date' => 'Brez začetnega datuma',
'target_date' => 'Ciljni datum',
'no_target_date' => 'Brez ciljnega datuma',
'table' => 'Tabela',
'delete_piggy_bank' => 'Izbriši hranilnik ":name"',
'cannot_add_amount_piggy' => 'Zneska :amount ni bilo mogoče dodati na ":name".',
'cannot_remove_from_piggy' => 'Zneska :amount ni bilo mogoče odstraniti iz ":name".',
'deleted_piggy_bank' => 'Hranilnik ":name" izbrisan',
'added_amount_to_piggy' => 'Znesek :amount dodan na ":name"',
'removed_amount_from_piggy' => 'Znesek :amount odstranjen iz ":name"',
'piggy_events' => 'Sorodni hranilniki',
// tags
'delete_tag' => 'Izbriši oznako ":tag"',
'deleted_tag' => 'Oznaka ":tag" izbrisana',
'new_tag' => 'Ustvari novo oznako',
'edit_tag' => 'Uredi oznako ":tag"',
'updated_tag' => 'Posodobi oznako ":tag"',
'created_tag' => 'Oznaka ":tag" je bila ustvarjena!',
'transaction_journal_information' => 'Informacije o transakciji',
'transaction_journal_meta' => 'Meta informacije',
'transaction_journal_more' => 'Več informacij',
'basic_journal_information' => 'Basic transaction information',
'transaction_journal_extra' => 'Extra information',
'att_part_of_journal' => 'Shranjeno v ":journal"',
'total_amount' => 'Skupni znesek',
'number_of_decimals' => 'Število decimalk',
2023-01-14 15:47:51 +01:00
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
*
* GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
*
* https://crowdin.com/project/firefly-iii
2023-01-15 15:47:25 +01:00
*
2023-01-14 15:47:51 +01:00
*/
2022-10-08 06:47:56 +02:00
// administration
2023-03-10 19:11:27 +01:00
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
2022-10-08 06:47:56 +02:00
'invite_new_user_title' => 'Invite new user',
'invite_new_user_text' => 'As an administrator, you can invite users to register on your Firefly III administration. Using the direct link you can share with them, they will be able to register an account. The invited user and their invite link will appear in the table below. You are free to share the invitation link with them.',
2022-12-24 09:53:54 +01:00
'invited_user_mail' => 'E-poštni naslov',
'invite_user' => 'Povabi uporabnika',
2022-10-08 06:47:56 +02:00
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
'administration' => 'Administracija',
'code_already_used' => 'Invite code has been used',
'user_administration' => 'Upravljanje uporabnikov',
'list_all_users' => 'Vse uporabnike',
'all_users' => 'Vsi uporabniki',
'instance_configuration' => 'Nastavitve',
'firefly_instance_configuration' => 'Možnosti nastavitev za Firefly III',
'setting_single_user_mode' => 'Enouporabniški način',
'setting_single_user_mode_explain' => 'Privzeto Firefly III dovoli samo eno (1) registracijo: tvojo. To je varnostni ukrep, ki preprečuje drugim, da uporabljajo tvojo instanco, razen če jim tega ne dovoliš. Nadaljnje registracije so blokirane. Ko počistite to potrditveno polje, lahko tudi drugi uporabijo tvojo instanco, če do nje lahko dostopajo (ko je objavljena na internetu).',
'store_configuration' => 'Shrani nastavitve',
'single_user_administration' => 'Uporabniške nastavitve za :email',
'edit_user' => 'Uredi uporabnika :email',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
'user_data_information' => 'Uporabniški podatki',
'user_information' => 'Podatki o uporabniku',
'total_size' => 'skupna velikost',
'budget_or_budgets' => ':count budget|:count budgets',
'budgets_with_limits' => ':count budget with configured amount|:count budgets with configured amount',
'nr_of_rules_in_total_groups' => ':count_rules pravil v :count_groups skupinskem/ih pravilu/ih',
'tag_or_tags' => ':count tag|:count tags',
'configuration_updated' => 'Nastavitve so bili posodobljene',
'setting_is_demo_site' => 'Demo stran',
'setting_is_demo_site_explain' => 'Če potrdite to polje, se bo ta namestitev obnašala, kot da je to demo spletno mesto in ima lahko čudne stranske učinke.',
'block_code_bounced' => 'Elektronsko/a sporočilo/a zavrnjeno/a',
'block_code_expired' => 'Demo račun je potekel',
'no_block_code' => 'Brez razloga za blokiranje ali pa uporabnik ni blokiran',
'block_code_email_changed' => 'Uporabnik še ni potrdil novega elektronskega naslova',
'admin_update_email' => 'V nasprotju s stranjo profila, uporabnik NE bo obveščen o spremembi svojega elektronskega naslova!',
'update_user' => 'Posodobi uporabnika',
'updated_user' => 'Uporabniški podatki spremenjeni.',
'delete_user' => 'Izbriši uporabnika :email',
'user_deleted' => 'Uporabnik je izbrisan',
'send_test_email' => 'Pošlji testno elektronsko sporočilo',
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
'send_message' => 'Pošlji sporočilo',
'send_test_triggered' => 'Test je bil sprožen. Preverite mapo »Prejeto« in datoteke dnevnika.',
'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.',
'admin_maintanance_title' => 'Maintenance',
'admin_maintanance_expl' => 'Some nifty buttons for Firefly III maintenance',
'admin_maintenance_clear_cache' => 'Clear cache',
'admin_notifications' => 'Admin notifications',
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
'admin_notification_check_new_version' => 'A new version is available',
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
'all_invited_users' => 'All invited users',
2022-12-24 09:53:54 +01:00
'save_notification_settings' => 'Shrani nastavitve',
2022-10-08 06:47:56 +02:00
'notification_settings_saved' => 'The notification settings have been saved',
'split_transaction_title' => 'Opis deljene transakcije',
'split_transaction_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.',
'split_title_help' => 'Če ustvarite deljeno transakcijo, mora obstajati globalni opis za vse dele transakcije.',
'you_create_transfer' => 'You\'re creating a transfer.',
'you_create_withdrawal' => 'You\'re creating a withdrawal.',
'you_create_deposit' => 'You\'re creating a deposit.',
// links
'journal_link_configuration' => 'Nastavitev povezav transakcije',
'create_new_link_type' => 'Ustvari novo vrsto povezave',
'store_new_link_type' => 'Shrani novo vrsto povezave',
'update_link_type' => 'Posodobi vrsto povezave',
'edit_link_type' => 'Uredi vrsto povezave ":name"',
'updated_link_type' => 'Vrsto povezave ":name" posodobljena',
'delete_link_type' => 'Izbriši vrsto povezave ":name"',
'deleted_link_type' => 'Vrsta povezave ":name" izbrisana',
'stored_new_link_type' => 'Shrani vrsto povezave ":name"',
'cannot_edit_link_type' => 'Ne morem urediti vrste povezave ":name"',
'link_type_help_name' => 'Npr. "Dvojniki"',
'link_type_help_inward' => 'Npr. "dvojniki"',
'link_type_help_outward' => 'Npr. "podvojil ga je"',
'save_connections_by_moving' => 'Save the link between these transactions by moving them to another link type:',
'do_not_save_connection' => '(ne shrani povezave)',
'link_transaction' => 'Poveži transakcijo',
'link_to_other_transaction' => 'Poveži to transakcijo z drugo transakcijo',
'select_transaction_to_link' => 'Select a transaction to link this transaction to. The links are currently unused in Firefly III (apart from being shown), but I plan to change this in the future. Use the search box to select a transaction either by title or by ID. If you want to add custom link types, check out the administration section.',
'this_transaction' => 'Ta transakcija',
'transaction' => 'Transakcija',
'comments' => 'Komentarji',
'link_notes' => 'Any notes you wish to store with the link.',
'invalid_link_selection' => 'Teh transakcij se ne da povezati',
'selected_transaction' => 'Selected transaction',
'journals_linked' => 'Transakcije so povezane.',
'journals_error_linked' => 'Te transakcije so že povezane.',
'journals_link_to_self' => 'Transakcije ni mogoče povezati samo nase',
'journal_links' => 'Povezave transakcije',
'this_withdrawal' => 'Ta odliv',
'this_deposit' => 'Ta polog',
'this_transfer' => 'Ta prenos',
'overview_for_link' => 'Pregled vrste povezav ":name"',
'source_transaction' => 'Izvorna transakcija',
'link_description' => 'Opis povezave',
'destination_transaction' => 'Ciljna transakcija',
'delete_journal_link' => 'Izbriši povezavo med <a href=":source_link">:source</a> in <a href=":destination_link">:destination</a>',
'deleted_link' => 'Povezava izbrisana',
// link translations:
'Paid_name' => 'Plačano',
'Refund_name' => 'Vračilo',
'Reimbursement_name' => 'Refundacija',
'Related_name' => 'Sorodno',
'relates to_inward' => 'se nanaša na',
'is (partially) refunded by_inward' => 'je (delno) vrnjen iz',
'is (partially) paid for by_inward' => 'je (delno) plačan iz',
'is (partially) reimbursed by_inward' => 'je (delno) redundiran iz',
'inward_transaction' => 'Dohodno plačilo',
'outward_transaction' => 'Odhodno plačilo',
'relates to_outward' => 'povezan z',
'(partially) refunds_outward' => '(delno) poplača',
'(partially) pays for_outward' => '(delno) plača za',
'(partially) reimburses_outward' => '(delno) refundira',
'is (partially) refunded by' => 'is (partially) refunded by',
'is (partially) paid for by' => 'is (partially) paid for by',
'is (partially) reimbursed by' => 'is (partially) reimbursed by',
2022-12-24 09:53:54 +01:00
'relates to' => 'povezan z',
2022-10-08 06:47:56 +02:00
'(partially) refunds' => '(partially) refunds',
'(partially) pays for' => '(partially) pays for',
'(partially) reimburses' => '(partially) reimburses',
// split a transaction:
'splits' => 'Delitve',
'add_another_split' => 'Dodaj delitev',
'cannot_edit_opening_balance' => 'Ne moreš urejati začetnega stanja računa.',
'no_edit_multiple_left' => 'Za urejenje nisi izbral veljavnih transakcij.',
'breadcrumb_convert_group' => 'Convert transaction',
'convert_invalid_source' => 'Source information is invalid for transaction #%d.',
'convert_invalid_destination' => 'Destination information is invalid for transaction #%d.',
'create_another' => 'After storing, return here to create another one.',
'after_update_create_another' => 'After updating, return here to continue editing.',
'store_as_new' => 'Store as a new transaction instead of updating.',
'reset_after' => 'Reset form after submission',
'errors_submission' => 'There was something wrong with your submission. Please check out the errors.',
'transaction_expand_split' => 'Expand split',
2022-12-24 09:53:54 +01:00
'transaction_collapse_split' => 'Zmanjšanje delitve',
2022-10-08 06:47:56 +02:00
// object groups
'default_group_title_name' => '(ungrouped)',
// empty lists? no objects? instructions:
'no_accounts_title_asset' => 'Ustvarite premoženjski račun!',
'no_accounts_intro_asset' => 'Še nobenega premoženjskega računa nimate. Premoženjski računi so vaši glavni računi sredstev: tekoči računi, skupni računi, varčevalni računi in celo računi kreditnih kartic.',
'no_accounts_imperative_asset' => 'Da začnete uporabljati Firefly III, morate ustvariti vsaj en premoženjski račun:',
'no_accounts_create_asset' => 'ustvarite premoženjski račun',
'no_accounts_title_expense' => 'Ustvarimo nov račun stroškov!',
'no_accounts_intro_expense' => 'Nimate še nobenega računa stroškov. Računi stroškov so računi kamor knjižite denar, ki ste ga zapravili kot npr. trgovine in supermarketi.',
'no_accounts_imperative_expense' => 'Računi stroškov se ustvarijo samodejno pri kreiranju transakcije, pa pa želiš, jih lahko ustvariš tudi ročno. Ustvari enega zdaj:',
'no_accounts_create_expense' => 'Ustvari račun stroškov',
'no_accounts_title_revenue' => 'Ustvarimo račun prihodkov!',
'no_accounts_intro_revenue' => 'Računov prihodkov še nimaš. Računi prihodkov so tisti kjer prejemaš denar, kot je na primer vaš delodajalec.',
'no_accounts_imperative_revenue' => 'Računi prihodkov se ustvarijo samodejno ko ustvarite transakcije, lahko pa jih ustvarite tudi ročno, če želite:',
'no_accounts_create_revenue' => 'Ustvari račun prihodkov',
'no_accounts_title_liabilities' => 'Ustvarimo obveznost!',
'no_accounts_intro_liabilities' => 'Obveznosti še nimaš. Obveznosti so računi, ki evidentirajo (študentska) posojila in druge dolgove.',
'no_accounts_imperative_liabilities' => 'Te funkcije ni treba uporabljati, vendar je lahko uporabna, če želite slediti tem stvarem.',
'no_accounts_create_liabilities' => 'Ustvari obveznost',
'no_budgets_title_default' => 'Ustvarimo proračun',
'no_rules_title_default' => 'Let\'s create a rule',
'no_budgets_intro_default' => 'You have no budgets yet. Budgets are used to organize your expenses into logical groups, which you can give a soft-cap to limit your expenses.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => 'Proračuni so osnovno orodje finančnega upravljanja. Ustvarimo enega zdaj:',
'no_budgets_create_default' => 'Ustvari proračun',
2022-12-24 09:53:54 +01:00
'no_rules_create_default' => 'Ustvari pravilo',
2022-10-08 06:47:56 +02:00
'no_categories_title_default' => 'Ustvarimo kategorijo!',
'no_categories_intro_default' => 'Kategorij še nimaš. Kategorije se uporabljajo za natančno nastavitev transakcij in označevanje z določeno kategorijo.',
'no_categories_imperative_default' => 'Kategorije se ustvarijo avtomatično ko ustvarite transakcije, lahko pa jih ustvarite tudi ročno, če želite:',
'no_categories_create_default' => 'Ustvari kategorijo',
'no_tags_title_default' => 'Ustvarimo novo oznako!',
'no_tags_intro_default' => 'Oznak še nimaš. Oznake se uporabljajo za natančno nastavitev transakcij in označevanje z določenimi ključnimi besedami.',
'no_tags_imperative_default' => 'Oznake se ustvarijo samodejno ko ustvarite transakcije, lahko pa jih ustvarite tudi ročno, če želite:',
'no_tags_create_default' => 'Ustvari značko',
'no_transactions_title_withdrawal' => 'Ustvarimo nov strošek!',
'no_transactions_intro_withdrawal' => 'Stroškov še nimaš. Za upravljanje svojih financ moraš ustvariti stroške.',
'no_transactions_imperative_withdrawal' => 'Si porabil nekaj denarja? Potem pa to vnesi:',
'no_transactions_create_withdrawal' => 'Ustvari strošek',
'no_transactions_title_deposit' => 'Ustvarimo nov prihodek!',
'no_transactions_intro_deposit' => 'Prihodkov še nimaš. Za upravljanje svojih financ moraš začeti beležiti prihodke.',
'no_transactions_imperative_deposit' => 'Si dobil nekaj denarja? Potem pa to vnesi:',
'no_transactions_create_deposit' => 'Ustvari polog',
'no_transactions_title_transfers' => 'Ustvarimo nov prenos!',
'no_transactions_intro_transfers' => 'Nimaš še nobenih prenosov. Če prenašaš denar med računi sredstev, se to zabeleži kot prenos.',
'no_transactions_imperative_transfers' => 'Si že premikal denar naokoli? Potem pa to vnesi:',
'no_transactions_create_transfers' => 'Ustvari prenos',
'no_piggies_title_default' => 'Ustvarimo nov hranilnik!',
'no_piggies_intro_default' => 'Hranilnikov še nimaš. Lahko jih ustvariš, da razdeliš svoje prihranke in spremljaš, za kaj varčuješ.',
'no_piggies_imperative_default' => 'Ali imate stvari za katere varčujete? Ustvarite hranilnik in z njim sledite varčevanju:',
'no_piggies_create_default' => 'Ustvari nov hranilnik',
'no_bills_title_default' => 'Ustvarimo nov trajnik!',
'no_bills_intro_default' => 'Trajnikov še nimaš. Lahko ustvariš račune za sledenje rednim stroškom, kot je najem ali zavarovanje.',
'no_bills_imperative_default' => 'Imate redne račune? Ustvarite trajnik in sledite plačilom:',
'no_bills_create_default' => 'Ustvari trajnik',
// recurring transactions
2022-12-29 15:49:24 +01:00
'create_right_now' => 'Create right now',
2023-01-15 15:47:25 +01:00
'no_new_transaction_in_recurrence' => 'No new transaction was created. Perhaps it was already fired for this date?',
2022-10-08 06:47:56 +02:00
'recurrences' => 'Ponavljajoče transakcije',
'repeat_until_in_past' => 'This recurring transaction stopped repeating on :date.',
'recurring_calendar_view' => 'Koledar',
'no_recurring_title_default' => 'Ustvarimo ponavljajočo transakcijo!',
'no_recurring_intro_default' => 'Ponavljajočih transakcij še nimaš. Uporabiš jih lahko zato, da ti Firefly III samodejno ustvari transakcije.',
'no_recurring_imperative_default' => 'To je precej napredna funkcija, vendar je lahko zelo uporabna. Preden nadaljuješ, se prepričaj, da si v zgornjem desnem kotu prebral dokumentacijo (ikona ?).',
'no_recurring_create_default' => 'Ustvari ponavljajočo transakcijo',
'make_new_recurring' => 'Ustvari ponavljajočo transakcijo',
'recurring_daily' => 'Vsak dan',
'recurring_weekly' => 'Vsak teden v :weekday',
'recurring_weekly_skip' => 'Every :skip(st/nd/rd/th) week on :weekday',
'recurring_monthly' => 'Vsak mesec :dayOfMonth. dan',
'recurring_monthly_skip' => 'Every :skip(st/nd/rd/th) month on the :dayOfMonth(st/nd/rd/th) day',
'recurring_ndom' => 'Vsak mesec :dayOfMonth. :weekday',
'recurring_yearly' => 'Vsako leto na :date',
'overview_for_recurrence' => 'Pregled ponavljajočih transakcij ":title"',
'warning_duplicates_repetitions' => 'V redkih primerih se datumi na tem seznamu pojavijo dvakrat. To se lahko zgodi, če pride do večkratnih ponovitev. Firefly III bo vedno ustvaril eno transakcijo na dan.',
'created_transactions' => 'Sorodne transakcije',
'expected_withdrawals' => 'Pričakovani odlivi',
'expected_deposits' => 'Pričakovani pologi',
'expected_transfers' => 'Pričakovani prenosi',
'created_withdrawals' => 'Ustvarjeni odlivi',
'created_deposits' => 'Ustvarjeni pologi',
'created_transfers' => 'Ustvarjeno prenosi',
'recurring_info' => 'Recurring transaction :count / :total',
'created_from_recurrence' => 'Ustvarjeno iz ponavljajoče transakcije ":title" (#:id)',
'recurring_never_cron' => 'Zdi se, da se cron opravilo, ki je potrebno za podporo ponavljajočih transakcij ni še nikoli zagnalo. To je seveda normalno, če ste pravkar namestili Firefly III, vendar je to nekaj, kar morate čim prej nastaviti. Oglejte si strani s pomočjo z ikono (?) - v zgornjem desnem kotu strani.',
'recurring_cron_long_ago' => 'Izgleda, da je preteklo več kot 36 ur, odkar je zadnje cron opravilo, ki podpira ponavljajoče transakcije, sprožilo. Ali si prepričan, da je bilo pravilno nastavljeno? Oglej si strani s pomočjo z ikono (?) v zgornjem desnem kotu strani.',
'create_new_recurrence' => 'Ustvari novo ponavljajočo transakcijo',
'help_first_date' => 'Navedi prvo pričakovano ponovitev. To mora biti v prihodnosti.',
'help_first_date_no_past' => 'Firefly III ne bo ustvarjal transakcij v preteklosti.',
'no_currency' => '(brez valute)',
'mandatory_for_recurring' => 'Obvezne informacije o ponovitvah',
'mandatory_for_transaction' => 'Obvezne informacije o transakcijah',
'optional_for_recurring' => 'Neobvezne informacije o ponovitvah',
'optional_for_transaction' => 'Neobvezne informacije o transakcijah',
'change_date_other_options' => 'Spremeni "prvi datum", za več možnosti.',
'mandatory_fields_for_tranaction' => 'Te vrednosti bodo končale v ustvarjenih transakcijah',
'click_for_calendar' => 'Klikni tu za koledar, ki ti pokaže, kdaj se transakcija ponovi.',
'repeat_forever' => 'Ponavljaj v nedogled',
'repeat_until_date' => 'Ponavljaj do datuma',
'repeat_times' => 'Ponavljaj večkrat',
'recurring_skips_one' => 'Vsak drugi',
'recurring_skips_more' => 'Preskoči :count ponovitev',
'store_new_recurrence' => 'Shrani ponavljajočo transakcijo',
'stored_new_recurrence' => 'Ponavljajoča transakcija ":title" uspešno shranjena.',
'edit_recurrence' => 'Uredi ponavljajočo transakcijo ":title"',
'recurring_repeats_until' => 'Ponavlja se do :date',
'recurring_repeats_forever' => 'Ponavlja se v nedogled',
'recurring_repeats_x_times' => 'Repeats :count time|Repeats :count times',
'update_recurrence' => 'Uredi ponavljajočo transakcijo',
'updated_recurrence' => 'Uredi ponavljajočo transakcijo ":title"',
'recurrence_is_inactive' => 'Ta ponavljajoča se transakcija ni aktivna in ne bo ustvarila novih transakcij.',
'delete_recurring' => 'Izbriši ponavljajočo transakcijo ":title"',
'new_recurring_transaction' => 'Nova ponavljajoča transakcija',
'help_weekend' => 'Kaj naj Firefly III stori, ko ponavljajoča transakcija pade na soboto ali nedeljo?',
'do_nothing' => 'Samo ustvari transakcijo',
'skip_transaction' => 'Skip the occurrence',
'jump_to_friday' => 'Namesto tega ustvari transakcijo na prejšnji petek',
'jump_to_monday' => 'Namesto tega ustvari transakcijo na naslednji ponedeljek',
'will_jump_friday' => 'Bo ustvarjena v petek namesto ob vikendih.',
'will_jump_monday' => 'Bo ustvarjena v ponedeljek namesto ob vikendih.',
'except_weekends' => 'Razen vikendov',
'recurrence_deleted' => 'Ponavljajoča transakcija ":title" izbrisana',
2023-01-14 15:47:51 +01:00
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
*
* GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
*
* https://crowdin.com/project/firefly-iii
2023-01-15 15:47:25 +01:00
*
2023-01-14 15:47:51 +01:00
*/
2022-10-08 06:47:56 +02:00
// new lines for summary controller.
'box_balance_in_currency' => 'Balance (:currency)',
'box_spent_in_currency' => 'Spent (:currency)',
'box_earned_in_currency' => 'Earned (:currency)',
'box_budgeted_in_currency' => 'Budgeted (:currency)',
'box_bill_paid_in_currency' => 'Bills paid (:currency)',
'box_bill_unpaid_in_currency' => 'Bills unpaid (:currency)',
'box_left_to_spend_in_currency' => 'Left to spend (:currency)',
'box_net_worth_in_currency' => 'Net worth (:currency)',
'box_spend_per_day' => 'Left to spend per day: :amount',
// debug page
2022-12-24 09:53:54 +01:00
'debug_page' => 'Stran za odpravljanje napak',
2022-10-08 06:47:56 +02:00
'debug_submit_instructions' => 'If you are running into problems, you can use the information in this box as debug information. Please copy-and-paste into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. It will generate a beautiful table that can be used to quickly diagnose your problem.',
'debug_pretty_table' => 'If you copy/paste the box below into a GitHub issue it will generate a table. Please do not surround this text with backticks or quotes.',
'debug_additional_data' => 'You may also share the content of the box below. You can also copy-and-paste this into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. However, the content of this box may contain private information such as account names, transaction details or email addresses.',
// object groups
2022-12-24 09:53:54 +01:00
'object_groups_menu_bar' => 'Skupine',
'object_groups_page_title' => 'Skupine',
'object_groups_breadcrumb' => 'Skupine',
2022-10-08 06:47:56 +02:00
'object_groups_index' => 'Overview',
'object_groups' => 'Groups',
'object_groups_empty_explain' => 'Some things in Firefly III can be divided into groups. Piggy banks for example, feature a "Group" field in the edit and create screens. When you set this field, you can edit the names and the order of the groups on this page. For more information, check out the help-pages in the top right corner, under the (?)-icon.',
2022-12-24 09:53:54 +01:00
'object_group_title' => 'Naslov',
2022-10-08 06:47:56 +02:00
'edit_object_group' => 'Edit group ":title"',
'delete_object_group' => 'Delete group ":title"',
'update_object_group' => 'Update group',
'updated_object_group' => 'Successfully updated group ":title"',
'deleted_object_group' => 'Successfully deleted group ":title"',
2022-12-24 09:53:54 +01:00
'object_group' => 'Skupina',
2022-10-08 06:47:56 +02:00
// other stuff
'placeholder' => '[Placeholder]',
// audit log entries
'audit_log_entries' => 'Audit log entries',
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
'ale_action_clear_budget' => 'Removed from budget',
'ale_action_clear_category' => 'Removed from category',
2022-12-24 09:53:54 +01:00
'ale_action_clear_notes' => 'Odstrani opombe',
2022-10-08 06:47:56 +02:00
'ale_action_clear_tag' => 'Cleared tag',
'ale_action_clear_all_tags' => 'Cleared all tags',
2022-12-24 09:53:54 +01:00
'ale_action_set_bill' => 'Povezano z računom',
'ale_action_set_budget' => 'Določite proračun',
2022-10-08 06:47:56 +02:00
'ale_action_set_category' => 'Set category',
'ale_action_set_source' => 'Set source account',
'ale_action_set_destination' => 'Set destination account',
'ale_action_update_transaction_type' => 'Changed transaction type',
2022-12-24 09:53:54 +01:00
'ale_action_update_notes' => 'Spremeni opombe',
2022-10-08 06:47:56 +02:00
'ale_action_update_description' => 'Changed description',
2022-12-24 09:53:54 +01:00
'ale_action_add_to_piggy' => 'Hranilnik',
'ale_action_remove_from_piggy' => 'Hranilnik',
'ale_action_add_tag' => 'Dodana oznaka',
2022-10-08 06:47:56 +02:00
];
2023-01-14 15:47:51 +01:00
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
*
* GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS!
*
* https://crowdin.com/project/firefly-iii
2023-01-15 15:47:25 +01:00
*
2023-01-14 15:47:51 +01:00
*/