13 lines
214 B
PHP
13 lines
214 B
PHP
<?php
|
||
|
||
return [
|
||
|
||
'from_account' => 'Из аккаунта',
|
||
'to_account' => 'В аккаунт',
|
||
|
||
'messages' => [
|
||
'delete' => ':from to :to (:amount)',
|
||
],
|
||
|
||
];
|