Basic new dashboard.

This commit is contained in:
James Cole
2020-07-05 18:29:58 +02:00
parent 4d4d91bf84
commit a56cefda7d
68 changed files with 1013 additions and 212 deletions

View File

@@ -213,6 +213,8 @@ return [
'average_per_bill' => 'average per bill',
'expected_total' => 'expected total',
'reconciliation_account_name' => ':name reconciliation (:currency)',
'saved' => 'Saved',
// API access
'authorization_request' => 'Firefly III v:version Authorization Request',
'authorization_request_intro' => '<strong>:client</strong> is requesting permission to access your financial administration. Would you like to authorize <strong>:client</strong> to access these records?',
@@ -694,6 +696,7 @@ return [
'profile_whoops' => 'Whoops!',
'profile_something_wrong' => 'Something went wrong!',
'profile_try_again' => 'Something went wrong. Please try again.',
'amounts' => 'Amounts',
// export data:
'export_data_title' => 'Export data from Firefly III',
@@ -1134,6 +1137,8 @@ return [
'budgetsAndSpending' => 'Budgets and spending',
'budgets_and_spending' => 'Budgets and spending',
'go_to_budget' => 'Go to budget "{budget}"',
'go_to_deposits' => 'Go to deposits',
'go_to_expenses' => 'Go to expenses',
'savings' => 'Savings',
'newWithdrawal' => 'New expense',
'newDeposit' => 'New deposit',
@@ -1700,6 +1705,7 @@ return [
'object_group' => 'Group',
//
];