mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 09:59:08 -04:00
57 lines
4.4 KiB
PHP
57 lines
4.4 KiB
PHP
<?php
|
|
return [
|
|
'customers_account_number' => 'บัญชี #',
|
|
'customers_account_number_duplicate' => 'This account number is already present in the database',
|
|
'customers_available_points' => 'คะแนนที่มี',
|
|
'customers_available_points_value' => '',
|
|
'customers_average' => 'ใช้จ่ายเฉลี่ย',
|
|
'customers_avg_discount' => 'ส่วนลดเฉลี่ย',
|
|
'customers_basic_information' => 'ข้อมูล',
|
|
'customers_cannot_be_deleted' => 'ไม่สามารลบลูกค้าที่ถูกเลือก, ลูกค้าที่ถูกเลือกถูขายไปแล้ว.',
|
|
'customers_company_name' => 'บริษัท',
|
|
'customers_confirm_delete' => 'ยืนยันลบข้อมูลลูกค้า?',
|
|
'customers_confirm_restore' => 'คุณแน่ใจใช่ไหมว่าต้องการกู้คืนลูกค้าที่เลือก ?',
|
|
'customers_consent' => 'ความยินยอมในการลงทะเบียน',
|
|
'customers_consent_required' => 'ความยินยอมในการลงทะเบียนต้องระบุข้อมูล',
|
|
'customers_csv_import_failed' => 'นำเข้าข้อมูล CSV ล้มเหลว',
|
|
'customers_csv_import_nodata_wrongformat' => 'Your uploaded file has no data or wrong format',
|
|
'customers_csv_import_partially_failed' => 'นำเข้าลูกค้าประสบความสำเร็จแต่มีข้อผิดพลาดบางอย่าง :',
|
|
'customers_csv_import_success' => 'Import of Customers successful',
|
|
'customers_customer' => 'ลูกค้า',
|
|
'customers_date' => 'วันที่',
|
|
'customers_discount' => 'ส่วนลด',
|
|
'customers_discount_fixed' => 'ส่วนลดคงที่',
|
|
'customers_discount_percent' => 'ส่วนลดแบบร้อยละ',
|
|
'customers_discount_type' => 'ประเภทส่วนลด',
|
|
'customers_email_duplicate' => 'มีที่อยู่อีเมลนี้ในฐานข้อมูลแล้ว',
|
|
'customers_employee' => 'พนักงาน',
|
|
'customers_error_adding_updating' => 'แก้ไขข้อมูลลูกค้าผิดพลาด',
|
|
'customers_import_items_csv' => 'Import customers from CSV sheet',
|
|
'customers_mailchimp_activity_click' => 'คลิ๊กอีเมล',
|
|
'customers_mailchimp_activity_lastopen' => 'อีเมลที่เปิดล่าสุด',
|
|
'customers_mailchimp_activity_open' => 'เปิดอีเมล',
|
|
'customers_mailchimp_activity_total' => 'ส่งอีเมล',
|
|
'customers_mailchimp_activity_unopen' => 'ไม่เปิดอีเมล',
|
|
'customers_mailchimp_email_client' => 'โปรแกรมรับส่งเมล',
|
|
'customers_mailchimp_info' => 'ระบบส่งอีเมล์ชิม',
|
|
'customers_mailchimp_member_rating' => 'ระดับ',
|
|
'customers_mailchimp_status' => 'สถานะ',
|
|
'customers_mailchimp_vip' => 'วีไอพี',
|
|
'customers_max' => 'การใช้จ่ายสูงสุด',
|
|
'customers_min' => 'การใช้จ่ายน้อยที่สุด',
|
|
'customers_new' => 'ลูกค้าใหม่',
|
|
'customers_none_selected' => 'คุณยังไม่ได้ทำการเลือกลูกค้า',
|
|
'customers_one_or_multiple' => 'ลูกค้า',
|
|
'customers_quantity' => 'ปริมาณ',
|
|
'customers_stats_info' => 'สถิติ',
|
|
'customers_successful_adding' => 'คุณได้ทำการเพิ่มลูกค้าเรียบร้อยแล้ว',
|
|
'customers_successful_deleted' => 'คุณได้ทำการลบข้อมูลเรียบร้อยแล้ว',
|
|
'customers_successful_updating' => 'คุณได้ทำการแก้ไขข้อมูลลูกค้าเรียบร้อยแล้ว',
|
|
'customers_tax_code' => 'รหัสภาษี',
|
|
'customers_tax_id' => 'ไอดีภาษี',
|
|
'customers_taxable' => 'ต้องเสียภาษี',
|
|
'customers_total' => 'Total',
|
|
'customers_update' => 'แก้ไขข้อมูลลูกค้า',
|
|
'rewards_package' => 'แพคเกจรางวัล',
|
|
];
|