akaunting/resources/lang/th-TH/customers.php

17 lines
656 B
PHP
Raw Normal View History

2018-05-14 10:01:48 +03:00
<?php
return [
'allow_login' => 'อนุญาตให้เข้าสู่ระบบหรือไม่',
'user_created' => 'สร้างผู้ใช้งานระบบแล้ว',
'error' => [
'email' => 'อีเมลนี้ได้ลงทะเบียนอยู่แล้ว'
2018-11-08 12:11:42 +03:00
],
'notification' => [
2019-01-10 12:53:37 +03:00
'message' => ': ดำเนินโดยลูกค้า: ยอดเงินการชำระเงินใบแจ้งหนี้หมายเลข: invoice_number',
'button' => 'แสดง',
2018-11-08 12:11:42 +03:00
],
2018-05-14 10:01:48 +03:00
];