13 lines
222 B
PHP
13 lines
222 B
PHP
<?php
|
||
|
||
return [
|
||
|
||
'from_account' => 'Göndərən Hesab',
|
||
'to_account' => 'Alan Hesab',
|
||
|
||
'messages' => [
|
||
'delete' => ':from hesabından :to hesabına (:amount)',
|
||
],
|
||
|
||
];
|