akaunting 3.0 (the last dance)

This commit is contained in:
Burak Civan
2022-06-01 10:15:55 +03:00
parent cead09f6d4
commit d9c0764572
3812 changed files with 126831 additions and 102949 deletions

View File

@ -3,6 +3,7 @@
return [
'account_name' => 'Account Name',
'account_balance' => 'Account Balance',
'number' => 'Number',
'opening_balance' => 'Opening Balance',
'current_balance' => 'Current Balance',
@ -14,5 +15,17 @@ return [
'outgoing' => 'Outgoing',
'see_performance' => 'See Performance',
'create_report' => 'If you want to see account performance. You can create Income vs Expense report instance.',
'banks' => 'Bank|Banks',
'credit_cards' => 'Credit Card|Credit Cards',
'form_description' => [
'general' => 'Use credit card type for negative opening balance. The number is essential to reconcile accounts correctly. Default account will record all transactions if not selected otherwise.',
'bank' => 'You may have multiple bank accounts in more than one banks. Recording information about your bank will make it easier to match the transactions within your bank.',
],
'no_records' => [
'transactions' => 'There is no transaction in this account yet. Create a new one now.',
'transfers' => 'There is no transfer to/from this account yet. Create a new one now.',
],
];