akaunting 3.0 (the last dance)
This commit is contained in:
@ -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',
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user