New translations [skip ci]

This commit is contained in:
James Cole
2015-05-18 16:59:01 +02:00
parent 68158937d1
commit b637455970
3 changed files with 5 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ It's III, or 3, because [version 2](https://github.com/JC5/Firefly) and version
- [A double-entry bookkeeping system](https://en.wikipedia.org/wiki/Double-entry_bookkeeping_system);
- You can store, edit and remove [withdrawals, deposits and transfers](https://en.wikipedia.org/wiki/Financial_transaction). This allows you full financial management;
- You can manage different types of accounts
- You can manage different types of accounts;
- [Asset](https://en.wikipedia.org/wiki/Asset) accounts
- Shared [asset accounts](https://en.wikipedia.org/wiki/Asset) ([household accounts](https://en.wikipedia.org/wiki/Household))
- Saving accounts
@@ -56,8 +56,8 @@ Everything is organised:
- Clear views that should show you how you're doing;
- Easy navigation through your records;
- Browse back and forth to see previous months or even years;
- Lots of charts because we all love them.
- Financial reporting showing you how well you are doing;
- Lots of charts because we all love them;
- Financial reporting showing you how well you are doing.
## Screenshots

View File

@@ -26,6 +26,7 @@ return [
'returnHereUpdateExplanation' => 'After updating, return here.',
'description' => 'Description',
'expense_account' => 'Expense account',
'revenue_account' => 'Revenue account',
'amount' => 'Amount',
'date' => 'Date',
'category' => 'Category',

View File

@@ -26,6 +26,7 @@ return [
'returnHereUpdateExplanation' => 'Terug naar deze pagina na het wijzigen.',
'description' => 'Omschrijving',
'expense_account' => 'Crediteur',
'revenue_account' => 'Debiteur',
'amount' => 'Bedrag',
'date' => 'Datum',
'category' => 'Categorie',