13 lines
200 B
PHP
13 lines
200 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'from_account' => 'From 계정',
|
|
'to_account' => 'To 계정',
|
|
|
|
'messages' => [
|
|
'delete' => ':from 에서 :to (:amount)',
|
|
],
|
|
|
|
];
|