updated translations

This commit is contained in:
denisdulici
2019-01-10 12:53:37 +03:00
parent 9ada0d337c
commit 45011b0834
34 changed files with 390 additions and 348 deletions

View File

@@ -38,10 +38,9 @@ return [
'numbers' => 'หมายเลข | หมายเลข',
'statuses' => 'สถานะ | สถานะ',
'others' => 'อื่น ๆ | อื่น ๆ',
'contacts' => 'Contact|Contacts',
'contacts' => 'ผู้ติดต่อ',
'reconciliations' => 'Reconciliation|Reconciliations',
'deposits' => 'Deposit|Deposits',
'withdrawals' => 'Withdrawal|Withdrawals',
'developers' => 'ผู้พัฒนา',
'dashboard' => 'แดชบอร์ด',
'banking' => 'การธนาคาร',
@@ -85,7 +84,7 @@ return [
'color' => 'สี',
'save' => 'บันทึก',
'cancel' => 'ยกเลิก',
'loading' => 'Loading...',
'loading' => 'กำลังโหลด...',
'from' => 'จาก',
'to' => 'ถึง',
'print' => 'พิมพ์',
@@ -105,20 +104,20 @@ return [
'overdue' => 'ค้างชำระ',
'partially' => 'บางส่วน',
'partially_paid' => 'ชำระเงินบางส่วน',
'export' => 'Export',
'finish' => 'Finish',
'export' => 'ส่งออก',
'finish' => 'เสร็จสิ้น',
'wizard' => 'Wizard',
'skip' => 'Skip',
'enable' => 'Enable',
'disable' => 'Disable',
'select_all' => 'Select All',
'unselect_all' => 'Unselect All',
'go_to' => 'Go to :name',
'created_date' => 'Created Date',
'period' => 'Period',
'start' => 'Start',
'end' => 'End',
'clear' => 'Clear',
'skip' => 'ข้าม',
'enable' => 'เปิดใช้งาน',
'disable' => 'ปิดการใช้งาน',
'select_all' => 'เลือกทั้งหมด',
'unselect_all' => 'ไม่เลือกทั้งหมด',
'go_to' => 'ไปที่: ชื่อ',
'created_date' => 'วันที่สร้างขึ้น',
'period' => 'รอบระยะเวลา',
'start' => 'เริ่มต้น',
'end' => 'สิ้นสุด',
'clear' => 'ล้างรายการ',
'difference' => 'Difference',
'title' => [
@@ -139,10 +138,10 @@ return [
],
'date_range' => [
'today' => 'Today',
'yesterday' => 'Yesterday',
'today' => 'วันนี้',
'yesterday' => 'เมื่อวานนี้',
'last_days' => 'Last :day Days',
'this_month' => 'This Month',
'last_month' => 'Last Month',
'this_month' => 'เดือนนี้',
'last_month' => 'เดือนที่แล้ว',
],
];