Updated budget view.

This commit is contained in:
James Cole
2017-06-06 20:35:39 +02:00
parent 6058ccff0d
commit 9d5d1c0a41
4 changed files with 56 additions and 12 deletions

View File

@@ -20,6 +20,7 @@ return [
'everything' => 'Everything',
'customRange' => 'Custom range',
'apply' => 'Apply',
'select_date' => 'Select date..',
'cancel' => 'Cancel',
'from' => 'From',
'to' => 'To',
@@ -112,8 +113,8 @@ return [
'budget_in_period' => 'All transactions for budget ":name" between :start and :end',
'chart_budget_in_period' => 'Chart for all transactions for budget ":name" between :start and :end',
'chart_account_in_period' => 'Chart for all transactions for account ":name" between :start and :end',
'chart_category_in_period' => 'Chart for all transactions for category ":name" between :start and :end',
'chart_category_all' => 'Chart for all transactions for category ":name"',
'chart_category_in_period' => 'Chart for all transactions for category ":name" between :start and :end',
'chart_category_all' => 'Chart for all transactions for category ":name"',
'budget_in_period_breadcrumb' => 'Between :start and :end',
'clone_withdrawal' => 'Clone this withdrawal',
'clone_deposit' => 'Clone this deposit',