34 lines
1.1 KiB
PHP
Raw Permalink Normal View History

2020-12-26 23:32:05 +00:00
<?php
return [
2022-07-27 11:50:07 +00:00
'details' => 'Detail|Details',
2020-12-26 23:32:05 +00:00
'from_account' => 'From Account',
'to_account' => 'To Account',
2022-06-04 00:26:44 +00:00
'from_rate' => 'From Rate',
'to_rate' => 'To Rate',
2022-07-27 11:50:07 +00:00
'from_account_rate' => 'From Account Rate',
2021-04-02 10:47:48 +00:00
'to_account_rate' => 'To Account Rate',
2022-06-04 00:26:44 +00:00
'from_amount' => 'From',
'to_amount' => 'To Amount',
'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.',
],
2020-12-26 23:32:05 +00:00
'messages' => [
'delete' => ':from to :to (:amount)',
],
2022-06-04 00:26:44 +00:00
'slider' => [
'create' => ':user created this transfer on :date',
2022-07-04 00:23:16 +00:00
'transactions' => 'In list here are the transactions that were created automatically.',
2022-07-27 11:50:07 +00:00
'transactions_desc' => ':number transaction for :account',
2022-06-04 00:26:44 +00:00
],
2020-12-26 23:32:05 +00:00
];