mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Rebuild frontend.
This commit is contained in:
@@ -59,6 +59,7 @@ return [
|
||||
'no_rules_for_bill' => 'Tento účet nemá přiřazena žádná pravidla.',
|
||||
'go_to_asset_accounts' => 'Zobrazit účty s aktivy',
|
||||
'go_to_budgets' => 'Přejít k rozpočtům',
|
||||
'go_to_withdrawals' => 'Go to your withdrawals',
|
||||
'clones_journal_x' => 'Tato transakce je kopií „:description“ (#:id)',
|
||||
'go_to_categories' => 'Přejít ke kategoriím',
|
||||
'go_to_bills' => 'Přejít k účtům',
|
||||
@@ -219,6 +220,7 @@ return [
|
||||
'saved' => 'Saved',
|
||||
'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',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'Požadavek na ověření – Firefly III verze :version',
|
||||
@@ -265,7 +267,6 @@ return [
|
||||
|
||||
// search
|
||||
'search' => 'Hledat',
|
||||
'long_query_warning' => 'Your search query is very long, and may not work as expected.',
|
||||
'search_query' => 'Dotaz',
|
||||
'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.',
|
||||
@@ -917,6 +918,13 @@ return [
|
||||
'options' => 'Možnosti',
|
||||
|
||||
// budgets:
|
||||
'daily_budgets' => 'Daily budgets',
|
||||
'weekly_budgets' => 'Weekly budgets',
|
||||
'monthly_budgets' => 'Monthly budgets',
|
||||
'quarterly_budgets' => 'Quarterly budgets',
|
||||
'half_year_budgets' => 'Half-yearly budgets',
|
||||
'yearly_budgets' => 'Yearly budgets',
|
||||
'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' => 'Celkový rozpočet k dispozici v :currency',
|
||||
|
Reference in New Issue
Block a user