akaunting/resources/lang/th-TH/customers.php
2018-11-08 12:11:42 +03:00

17 lines
543 B
PHP

<?php
return [
'allow_login' => 'อนุญาตให้เข้าสู่ระบบหรือไม่',
'user_created' => 'สร้างผู้ใช้งานระบบแล้ว',
'error' => [
'email' => 'อีเมลนี้ได้ลงทะเบียนอยู่แล้ว'
],
'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.',
'button' => 'Show',
],
];