2017-09-14 22:21:00 +03:00
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
|
|
'from_account' => 'Gönderen Hesap',
|
|
|
|
|
'to_account' => 'Alan Hesap',
|
|
|
|
|
|
2018-06-20 18:47:39 +03:00
|
|
|
|
'messages' => [
|
2018-10-04 16:26:48 +03:00
|
|
|
|
'delete' => ':from hesabından :to hesabına (:amount)',
|
2018-06-20 18:47:39 +03:00
|
|
|
|
],
|
|
|
|
|
|
2017-09-14 22:21:00 +03:00
|
|
|
|
];
|