mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Update transactions.
This commit is contained in:
@@ -1097,6 +1097,7 @@ return [
|
||||
'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ý účet „:name“ uložen!',
|
||||
'stored_new_account_js' => 'New account "<a href="accounts/show/{ID}">{name}</a>" stored!',
|
||||
'updated_account' => 'Aktualizován účet „:name“',
|
||||
'credit_card_options' => 'Předvolby kreditní karty',
|
||||
'no_transactions_account' => 'There are no transactions (in this period) for asset account ":name".',
|
||||
@@ -1133,6 +1134,9 @@ return [
|
||||
'interest_calc_daily' => 'Za den',
|
||||
'interest_calc_monthly' => 'Za měsíc',
|
||||
'interest_calc_yearly' => 'Za rok',
|
||||
'interest_calc_weekly' => 'Per week',
|
||||
'interest_calc_half-year' => 'Per half year',
|
||||
'interest_calc_quarterly' => 'Per quarter',
|
||||
'initial_balance_account' => 'Initial balance account of :account',
|
||||
'list_options' => 'Seznam možností',
|
||||
|
||||
@@ -1314,6 +1318,8 @@ return [
|
||||
'account_type_Loan' => 'Půjčka',
|
||||
'account_type_Mortgage' => 'Hypotéka',
|
||||
'account_type_Credit card' => 'Kreditní karta',
|
||||
'liability_direction_credit' => 'I am owed this debt',
|
||||
'liability_direction_debit' => 'I owe this debt to somebody else',
|
||||
'budgets' => 'Rozpočty',
|
||||
'tags' => 'Štítky',
|
||||
'reports' => 'Přehledy',
|
||||
|
@@ -80,6 +80,7 @@ return [
|
||||
'api_key' => 'Klíč k API',
|
||||
'remember_me' => 'Zapamatovat si mě',
|
||||
'liability_type_id' => 'Typ závazku',
|
||||
'liability_type' => 'Liability type',
|
||||
'interest' => 'Úrok',
|
||||
'interest_period' => 'Úrokové období',
|
||||
|
||||
@@ -169,6 +170,7 @@ return [
|
||||
'recurring_keep_transactions' => 'Jediná transakce vytvořená touto opakující se transakcí nebude smazána.|Všech :count transakcí vytvořených touto opakující se transakcí nebude odstraněno.',
|
||||
'tag_keep_transactions' => 'Jediná transakce připojená k tomuto štítku nebude smazána.|Všech :count transakcí připojených k tomuto štítku nebudou odstraněno.',
|
||||
'check_for_updates' => 'Zjistit dostupnost případných aktualizací',
|
||||
'liability_direction' => 'Liability in/out',
|
||||
|
||||
'delete_object_group' => 'Odstranit skupinu „:title“',
|
||||
|
||||
|
Reference in New Issue
Block a user