jws-frontend/src/i18n/th-th/product-service.ts

73 lines
3.5 KiB
TypeScript
Raw Normal View History

2024-06-11 12:01:51 +07:00
export default {
2024-06-12 11:43:19 +07:00
productAndService: 'กลุ่มสินค้าและบริการ',
productAndServiceAll: 'กลุ่มสินค้าและบริการทั้งหมด',
productAndServiceType: 'ประเภทสินค้าและบริการ',
productAndServiceGroupCode: 'รหัสกลุ่มสินค้าและบริการ',
productAndServiceGroupName: 'ชื่อกลุ่มสินค้าและบริการ',
productAndServiceTypeCode: 'รหัสประเภทสินค้าและบริการ',
2024-06-28 14:14:55 +07:00
productAndServiceTypeName: 'ชื่อประเภทสินค้าและบริการ',
2024-06-12 11:43:19 +07:00
2024-06-21 14:50:05 +07:00
service: 'บริการ {msg}',
2024-06-12 15:32:39 +07:00
product: 'สินค้า',
2024-06-28 14:14:55 +07:00
productGroup: 'กลุ่มสินค้า {name}',
productType: 'ประเภทสินค้า {name}',
2024-06-12 15:32:39 +07:00
2024-06-12 11:43:19 +07:00
messageTooltipNoProduct: 'ยังไม่มีกลุ่มสินค้าและบริการ',
messageTooltipProductCreate: 'คลิก + เพื่อกลุ่มสินค้าและบริการ',
2024-06-12 15:32:39 +07:00
addProduct: 'เพิ่มกลุ่มสินค้าและบริการ',
2024-06-12 11:43:19 +07:00
productCreate: 'สร้างกลุ่มสินค้าและบริการ',
2024-06-18 01:59:02 +00:00
2024-06-19 10:34:02 +07:00
productCode: 'รหัสสินค้า',
productName: 'ชื่อสินค้า',
processingTime: 'ระยะเวลาดำเนินการ (วัน)',
priceeInformation: 'ข้อมูลราคา',
salePrice: 'ราคาขาย',
agentPrice: 'ราคาตัวแทน',
processingPrice: 'ราคาดำเนินการ',
2024-06-21 14:50:05 +07:00
editService: 'แก้ไขบริการ',
2024-06-18 01:59:02 +00:00
addService: 'เพิ่มบริการ',
2024-06-19 10:34:02 +07:00
buttonAddProduct: 'เพิ่มสินค้า',
2024-06-19 13:51:10 +07:00
editProduct: 'แก้ไขสินค้า',
2024-06-18 01:59:02 +00:00
serviceInformation: 'ข้อมูลบริการ',
workInformation: 'ข้อมูลงาน',
workName: 'ชื่องาน',
serviceCode: 'รหัสบริการ',
serviceName: 'ชื่อบริการ',
serviceDetail: 'รายละเอียดบริการ',
productInWork: 'สินค้าภายในงาน',
serviceAddProduct: 'เพิ่มสินค้า',
processTime: 'ระยะเวลาดำเนินการ',
day: 'วัน',
2024-06-18 11:44:44 +00:00
noField: 'ยังไมมีฟิลด์',
2024-06-19 07:26:37 +00:00
totalProductWork: 'รวมสินค้างาน',
workNo: 'งานที่',
2024-06-24 04:45:58 +00:00
addWork: 'เพิ่มงานใหม่',
properties: 'คุณสมบัติ',
2024-06-25 09:35:06 +00:00
noProperties: 'ยังไม่มีคุณสมบัติ',
serviceProperties: 'คุณสมบัติของบริการ',
workProperties: 'คุณสมบัติของงาน',
propertiesInWork: 'คุณสมบัติภายในงาน',
2024-06-24 04:45:58 +00:00
text: 'ข้อความ',
number: 'ตัวเลข',
date: 'วันที่',
selection: 'ตัวเลือก',
propertiesName: 'ชื่อคุณสมบัติ',
decimal: 'ทศนิยม',
decimalPlace: 'ตำแหน่ง',
useComma: 'ใส่ comma',
additional: 'เพิ่มเติม',
telMaxLength: 'จำนวนหลัก',
addSelection: 'เพิ่มตัวเลือก',
selectAll: 'เลือกทั้งหมด',
2024-06-25 09:35:06 +00:00
noProduct: 'ยังไม่มีสินค้า',
2024-06-11 12:01:51 +07:00
};