2019-01-10 12:48:48 +03:00

17 lines
436 B
PHP

<?php
return [
'allow_login' => '로그인을 허용하시나요?',
'user_created' => '사용자가 생성됨',
'error' => [
'email' => '이미 사용중인 이메일입니다.'
],
'notification' => [
'message' => ':customer 가 :amount 지불을 만들었습니다. 청구번호는 :invoice_number 입니다.',
'button' => '보기',
],
];