mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Merge branch 'feature/credit_calc' into develop
This commit is contained in:
@@ -1130,6 +1130,7 @@ return [
|
||||
'already_cleared_transactions' => 'Already cleared transactions (:count)',
|
||||
'submitted_end_balance' => 'Submitted end balance',
|
||||
'initial_balance_description' => 'Initial balance for ":account"',
|
||||
'liability_credit_description' => 'Liability credit for ":account"',
|
||||
'interest_calc_' => 'unknown',
|
||||
'interest_calc_daily' => 'Per day',
|
||||
'interest_calc_monthly' => 'Per month',
|
||||
@@ -1317,9 +1318,16 @@ return [
|
||||
'account_type_Debt' => 'Debt',
|
||||
'account_type_Loan' => 'Loan',
|
||||
'account_type_Mortgage' => 'Mortgage',
|
||||
'account_type_debt' => 'Debt',
|
||||
'account_type_loan' => 'Loan',
|
||||
'account_type_mortgage' => 'Mortgage',
|
||||
'account_type_Credit card' => 'Credit card',
|
||||
'liability_direction_credit' => 'I am owed this debt',
|
||||
'liability_direction_debit' => 'I owe this debt to somebody else',
|
||||
'liability_direction_credit_short' => 'Owed this debt',
|
||||
'liability_direction_debit_short' => 'Owe this debt',
|
||||
'liability_direction__short' => 'Unknown',
|
||||
'Liability credit' => 'Liability credit',
|
||||
'budgets' => 'Budgets',
|
||||
'tags' => 'Tags',
|
||||
'reports' => 'Reports',
|
||||
@@ -1390,6 +1398,7 @@ return [
|
||||
'splitByAccount' => 'Split by account',
|
||||
'coveredWithTags' => 'Covered with tags',
|
||||
'leftInBudget' => 'Left in budget',
|
||||
'left_in_debt' => 'Amount due',
|
||||
'sumOfSums' => 'Sum of sums',
|
||||
'noCategory' => '(no category)',
|
||||
'notCharged' => 'Not charged (yet)',
|
||||
|
||||
Reference in New Issue
Block a user