mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-09 22:26:04 +00:00
204 lines
11 KiB
JavaScript
Vendored
204 lines
11 KiB
JavaScript
Vendored
export default {
|
|
"config": {
|
|
"html_language": "cs",
|
|
"month_and_day_fns": "d MMMM, y"
|
|
},
|
|
"form": {
|
|
"name": "N\u00e1zev",
|
|
"amount_min": "Minim\u00e1ln\u00ed \u010d\u00e1stka",
|
|
"amount_max": "Maxim\u00e1ln\u00ed \u010d\u00e1stka",
|
|
"url": "URL",
|
|
"title": "N\u00e1zev",
|
|
"first_date": "Prvn\u00ed datum",
|
|
"repetitions": "Opakov\u00e1n\u00ed",
|
|
"description": "Popis",
|
|
"iban": "IBAN",
|
|
"skip": "P\u0159esko\u010dit",
|
|
"date": "Datum"
|
|
},
|
|
"list": {
|
|
"name": "Jm\u00e9no",
|
|
"account_number": "Account number",
|
|
"currentBalance": "Aktu\u00e1ln\u00ed z\u016fstatek",
|
|
"lastActivity": "Posledn\u00ed aktivita",
|
|
"active": "Aktivn\u00ed?"
|
|
},
|
|
"breadcrumbs": {
|
|
"placeholder": "[Placeholder]",
|
|
"budgets": "Budgets",
|
|
"subscriptions": "Subscriptions",
|
|
"transactions": "Transactions",
|
|
"title_expenses": "Expenses",
|
|
"title_withdrawal": "Expenses",
|
|
"title_revenue": "Revenue \/ income",
|
|
"title_deposit": "Revenue \/ income",
|
|
"title_transfer": "Transfers",
|
|
"title_transfers": "Transfers",
|
|
"asset_accounts": "Asset accounts",
|
|
"expense_accounts": "Expense accounts",
|
|
"revenue_accounts": "Revenue accounts",
|
|
"liabilities_accounts": "Liabilities"
|
|
},
|
|
"firefly": {
|
|
"actions": "Akce",
|
|
"edit": "Upravit",
|
|
"delete": "Odstranit",
|
|
"reconcile": "Reconcile",
|
|
"create_new_asset": "Vytvo\u0159it nov\u00fd \u00fa\u010det aktiv",
|
|
"confirm_action": "Confirm action",
|
|
"new_budget": "Nov\u00fd rozpo\u010det",
|
|
"new_asset_account": "Nov\u00fd \u00fa\u010det s aktivy",
|
|
"newTransfer": "Nov\u00fd p\u0159evod",
|
|
"newDeposit": "Nov\u00fd vklad",
|
|
"newWithdrawal": "Nov\u00fd v\u00fddaj",
|
|
"bills_paid": "Zaplacen\u00e9 \u00fa\u010dty",
|
|
"left_to_spend": "Zb\u00fdv\u00e1 k utracen\u00ed",
|
|
"no_budget": "(\u017e\u00e1dn\u00fd rozpo\u010det)",
|
|
"budgeted": "Rozpo\u010det",
|
|
"spent": "Utraceno",
|
|
"no_bill": "(no bill)",
|
|
"rule_trigger_source_account_starts_choice": "Source account name starts with..",
|
|
"rule_trigger_source_account_ends_choice": "Source account name ends with..",
|
|
"rule_trigger_source_account_is_choice": "Source account name is..",
|
|
"rule_trigger_source_account_contains_choice": "Source account name contains..",
|
|
"rule_trigger_account_id_choice": "Either account ID is exactly..",
|
|
"rule_trigger_source_account_id_choice": "Source account ID is exactly..",
|
|
"rule_trigger_destination_account_id_choice": "Destination account ID is exactly..",
|
|
"rule_trigger_account_is_cash_choice": "Either account is cash",
|
|
"rule_trigger_source_is_cash_choice": "Source account is (cash) account",
|
|
"rule_trigger_destination_is_cash_choice": "Destination account is (cash) account",
|
|
"rule_trigger_source_account_nr_starts_choice": "Source account number \/ IBAN starts with..",
|
|
"rule_trigger_source_account_nr_ends_choice": "Source account number \/ IBAN ends with..",
|
|
"rule_trigger_source_account_nr_is_choice": "Source account number \/ IBAN is..",
|
|
"rule_trigger_source_account_nr_contains_choice": "Source account number \/ IBAN contains..",
|
|
"rule_trigger_destination_account_starts_choice": "Destination account name starts with..",
|
|
"rule_trigger_destination_account_ends_choice": "Destination account name ends with..",
|
|
"rule_trigger_destination_account_is_choice": "Destination account name is..",
|
|
"rule_trigger_destination_account_contains_choice": "Destination account name contains..",
|
|
"rule_trigger_destination_account_nr_starts_choice": "Destination account number \/ IBAN starts with..",
|
|
"rule_trigger_destination_account_nr_ends_choice": "Destination account number \/ IBAN ends with..",
|
|
"rule_trigger_destination_account_nr_is_choice": "Destination account number \/ IBAN is..",
|
|
"rule_trigger_destination_account_nr_contains_choice": "Destination account number \/ IBAN contains..",
|
|
"rule_trigger_transaction_type_choice": "Transakce je typu\u2026",
|
|
"rule_trigger_category_is_choice": "Kategorie je\u2026",
|
|
"rule_trigger_amount_less_choice": "\u010c\u00e1stka je ni\u017e\u0161\u00ed ne\u017e\u2026",
|
|
"rule_trigger_amount_is_choice": "Amount is..",
|
|
"rule_trigger_amount_more_choice": "\u010c\u00e1stka je vy\u0161\u0161\u00ed ne\u017e\u2026",
|
|
"rule_trigger_description_starts_choice": "Popis za\u010d\u00edn\u00e1 na\u2026",
|
|
"rule_trigger_description_ends_choice": "Popis kon\u010d\u00ed na\u2026",
|
|
"rule_trigger_description_contains_choice": "Popis obsahuje\u2026",
|
|
"rule_trigger_description_is_choice": "Popis je\u2026",
|
|
"rule_trigger_date_on_choice": "Transaction date is..",
|
|
"rule_trigger_date_before_choice": "Datum transakce je p\u0159ed..",
|
|
"rule_trigger_date_after_choice": "Datum transakce je po..",
|
|
"rule_trigger_created_at_on_choice": "Transaction was made on..",
|
|
"rule_trigger_updated_at_on_choice": "Transaction was last edited on..",
|
|
"rule_trigger_budget_is_choice": "Rozpo\u010det je\u2026",
|
|
"rule_trigger_tag_is_choice": "Any tag is..",
|
|
"rule_trigger_currency_is_choice": "M\u011bna transakce je\u2026",
|
|
"rule_trigger_foreign_currency_is_choice": "Transaction foreign currency is..",
|
|
"rule_trigger_has_attachments_choice": "M\u00e1 alespo\u0148 tolik p\u0159\u00edloh",
|
|
"rule_trigger_has_no_category_choice": "Nem\u00e1 \u017e\u00e1dnou kategorii",
|
|
"rule_trigger_has_any_category_choice": "M\u00e1 (libovolnou) kategorii",
|
|
"rule_trigger_has_no_budget_choice": "Nem\u00e1 \u017e\u00e1dn\u00fd rozpo\u010det",
|
|
"rule_trigger_has_any_budget_choice": "M\u00e1 (libovoln\u00fd) rozpo\u010det",
|
|
"rule_trigger_has_no_bill_choice": "Has no bill",
|
|
"rule_trigger_has_any_bill_choice": "Has a (any) bill",
|
|
"rule_trigger_has_no_tag_choice": "Nem\u00e1 \u017e\u00e1dn\u00e9 \u0161t\u00edtky",
|
|
"rule_trigger_has_any_tag_choice": "M\u00e1 jeden a v\u00edce \u0161t\u00edtk\u016f",
|
|
"rule_trigger_any_notes_choice": "M\u00e1 (jak\u00e9koli) pozn\u00e1mky",
|
|
"rule_trigger_no_notes_choice": "Nem\u00e1 \u017e\u00e1dn\u00e9 pozn\u00e1mky",
|
|
"rule_trigger_notes_is_choice": "Notes are..",
|
|
"rule_trigger_notes_contains_choice": "Notes contain..",
|
|
"rule_trigger_notes_starts_choice": "Notes start with..",
|
|
"rule_trigger_notes_ends_choice": "Notes end with..",
|
|
"rule_trigger_bill_is_choice": "Bill is..",
|
|
"rule_trigger_external_id_is_choice": "External ID is..",
|
|
"rule_trigger_internal_reference_is_choice": "Internal reference is..",
|
|
"rule_trigger_journal_id_choice": "Transaction journal ID is..",
|
|
"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_action_delete_transaction_choice": "DELETE transaction (!)",
|
|
"rule_action_set_category_choice": "Nastavit kategorii na\u2026",
|
|
"rule_action_clear_category_choice": "Vy\u010distit jak\u00e9koli kategorie",
|
|
"rule_action_set_budget_choice": "Nastavit rozpo\u010det na\u2026",
|
|
"rule_action_clear_budget_choice": "Vy\u010distit jak\u00fdkoli rozpo\u010det",
|
|
"rule_action_add_tag_choice": "P\u0159idat \u0161t\u00edtek\u2026",
|
|
"rule_action_remove_tag_choice": "Odebrat \u0161t\u00edtek\u2026",
|
|
"rule_action_remove_all_tags_choice": "Odebrat ve\u0161ker\u00e9 \u0161t\u00edtky",
|
|
"rule_action_set_description_choice": "Nastavit popis na\u2026",
|
|
"rule_action_update_piggy_choice": "Add\/remove transaction amount in piggy bank..",
|
|
"rule_action_append_description_choice": "P\u0159ipojit k popisu\u2026",
|
|
"rule_action_prepend_description_choice": "P\u0159idat p\u0159ed popis\u2026",
|
|
"rule_action_set_source_account_choice": "Set source account to..",
|
|
"rule_action_set_destination_account_choice": "Set destination account to..",
|
|
"rule_action_append_notes_choice": "P\u0159ipojit za pozn\u00e1mky\u2026",
|
|
"rule_action_prepend_notes_choice": "P\u0159idat p\u0159ed pozn\u00e1mky\u2026",
|
|
"rule_action_clear_notes_choice": "Odstranit v\u0161echny pozn\u00e1mky",
|
|
"rule_action_set_notes_choice": "Nastavit pozn\u00e1mky na\u2026",
|
|
"rule_action_link_to_bill_choice": "Propojit s \u00fa\u010dtem\u2026",
|
|
"rule_action_convert_deposit_choice": "P\u0159em\u011bnit tuto transakci na vklad",
|
|
"rule_action_convert_withdrawal_choice": "P\u0159em\u011bnit transakci na v\u00fdb\u011br",
|
|
"rule_action_convert_transfer_choice": "P\u0159em\u011bnit tuto transakci na p\u0159evod",
|
|
"placeholder": "[Placeholder]",
|
|
"recurrences": "Opakovan\u00e9 transakce",
|
|
"title_expenses": "V\u00fddaje",
|
|
"title_withdrawal": "V\u00fddaje",
|
|
"title_revenue": "Odm\u011bna\/p\u0159\u00edjem",
|
|
"pref_1D": "Jeden den",
|
|
"pref_1W": "Jeden t\u00fdden",
|
|
"pref_1M": "Jeden m\u011bs\u00edc",
|
|
"pref_3M": "T\u0159i m\u011bs\u00edce (\u010dtvrtlet\u00ed)",
|
|
"pref_6M": "\u0160est m\u011bs\u00edc\u016f",
|
|
"pref_1Y": "Jeden rok",
|
|
"repeat_freq_yearly": "ro\u010dn\u011b",
|
|
"repeat_freq_half-year": "p\u016floro\u010dn\u011b",
|
|
"repeat_freq_quarterly": "\u010dtvrtletn\u011b",
|
|
"repeat_freq_monthly": "m\u011bs\u00ed\u010dn\u011b",
|
|
"repeat_freq_weekly": "t\u00fddn\u011b",
|
|
"single_split": "Rozd\u011blit",
|
|
"asset_accounts": "\u00da\u010dty aktiv",
|
|
"expense_accounts": "V\u00fddajov\u00e9 \u00fa\u010dty",
|
|
"liabilities_accounts": "Z\u00e1vazky",
|
|
"undefined_accounts": "Accounts",
|
|
"name": "N\u00e1zev",
|
|
"revenue_accounts": "P\u0159\u00edjmov\u00e9 \u00fa\u010dty",
|
|
"description": "Popis",
|
|
"category": "Kategorie",
|
|
"title_deposit": "Odm\u011bna\/p\u0159\u00edjem",
|
|
"title_transfer": "P\u0159evody",
|
|
"title_transfers": "P\u0159evody",
|
|
"piggyBanks": "Pokladni\u010dky",
|
|
"rules": "Pravidla",
|
|
"accounts": "\u00da\u010dty",
|
|
"categories": "Kategorie",
|
|
"tags": "\u0160t\u00edtky",
|
|
"object_groups_page_title": "Skupiny",
|
|
"reports": "P\u0159ehledy",
|
|
"webhooks": "Webhooky",
|
|
"currencies": "M\u011bny",
|
|
"administration": "Spr\u00e1va",
|
|
"profile": "Profil",
|
|
"source_account": "Zdrojov\u00fd \u00fa\u010det",
|
|
"destination_account": "C\u00edlov\u00fd \u00fa\u010det",
|
|
"amount": "\u010c\u00e1stka",
|
|
"date": "Datum",
|
|
"time": "\u010cas",
|
|
"preferences": "P\u0159edvolby",
|
|
"transactions": "Transakce",
|
|
"balance": "Z\u016fstatek",
|
|
"budgets": "Rozpo\u010dty",
|
|
"subscriptions": "Subscriptions",
|
|
"welcome_back": "Jak to jde?",
|
|
"bills_to_pay": "Faktury k zaplacen\u00ed",
|
|
"net_worth": "\u010cist\u00e9 jm\u011bn\u00ed",
|
|
"pref_last365": "Last year",
|
|
"pref_last90": "Last 90 days",
|
|
"pref_last30": "Last 30 days",
|
|
"pref_last7": "Last 7 days",
|
|
"pref_YTD": "Year to date",
|
|
"pref_QTD": "Quarter to date",
|
|
"pref_MTD": "Month to date"
|
|
}
|
|
} |