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

@ -2,14 +2,29 @@
return [
'from_account' => 'From Account',
'from_account_rate' => 'From Account Rate',
'from_account' => 'From',
'to_account' => 'To Account',
'from_rate' => 'From Rate',
'from_account_rate' => 'From Account Rate',
'to_rate' => 'To Rate',
'to_account_rate' => 'To Account Rate',
'from_amount' => 'From',
'to_amount' => 'To Amount',
'details' => 'Detail|Details',
'issued_at' => 'Issue Date',
'rate' => 'Rate',
'form_description' => [
'general' => 'Transfer money between accounts with different currencies and peg the currency to whichever rate you may like.',
'other' => 'Select the transfer method as the payment method to make your reports more detailed.',
],
'messages' => [
'delete' => ':from to :to (:amount)',
],
'slider' => [
'create' => ':user created this transfer on :date',
],
];