Some new strings for new model.

This commit is contained in:
James Cole 2020-03-13 21:15:37 +01:00
parent 81d7b7b6a1
commit cd65971f5e
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 14 additions and 0 deletions

View File

@ -783,6 +783,15 @@ return [
'over_budget_warn' => '<i class="fa fa-money"></i> Usually you budget about :amount per day. This time it\'s :over_amount per day. Are you sure?',
'transferred_in' => 'Transferred (in)',
'transferred_away' => 'Transferred (away)',
'auto_budget_none' => 'No auto-budget',
'auto_budget_reset' => 'Set a fixed amount every period',
'auto_budget_rollover' => 'Add an amount every period',
'auto_budget_period_daily' => 'Daily',
'auto_budget_period_weekly' => 'Weekly',
'auto_budget_period_monthly' => 'Monthly',
'auto_budget_period_quarterly' => 'Quarterly',
'auto_budget_period_half_year' => 'Every half year',
'auto_budget_period_yearly' => 'Yearly',
// bills:
'match_between_amounts' => 'Bill matches transactions between :low and :high.',

View File

@ -260,4 +260,9 @@ return [
'expected_on' => 'Expected on',
'paid' => 'Paid',
'auto_budget_option' => 'Auto-budget',
'auto_budget_amount' => 'Auto-budget amount',
'auto_budget_period' => 'Auto-budget period',
];