From 0ea6bce7131b695fceb97452ffefc3cfbc590b58 Mon Sep 17 00:00:00 2001 From: Mohit Panjwani Date: Fri, 30 Jun 2023 12:36:24 +0530 Subject: [PATCH] New translations en.json (Thai) --- resources/scripts/locales/th.json | 72 +++++++++++++++---------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/resources/scripts/locales/th.json b/resources/scripts/locales/th.json index 977459b0..c47507b3 100644 --- a/resources/scripts/locales/th.json +++ b/resources/scripts/locales/th.json @@ -1,49 +1,49 @@ { "navigation": { - "dashboard": "Dashboard", - "customers": "Customers", + "dashboard": "แดชบอร์ด", + "customers": "ลูกค้า", "items": "Items", - "invoices": "Invoices", + "invoices": "ใบแจ้งหนี้", "recurring-invoices": "Recurring Invoices", - "expenses": "Expenses", + "expenses": "ค่าใช้จ่าย", "estimates": "Estimates", - "payments": "Payments", - "reports": "Reports", - "settings": "Settings", - "logout": "Logout", - "users": "Users", + "payments": "การชำระเงิน", + "reports": "รายงาน", + "settings": "การตั้งค่า", + "logout": "ออกจากระบบ", + "users": "ผู้ใช้งาน", "modules": "Modules" }, "general": { - "add_company": "Add Company", - "view_pdf": "View PDF", - "copy_pdf_url": "Copy PDF Url", - "download_pdf": "Download PDF", - "save": "Save", - "create": "Create", - "cancel": "Cancel", - "update": "Update", + "add_company": "เพิ่มบริษัท", + "view_pdf": "ดูไฟล์ PDF", + "copy_pdf_url": "คัดลอก URL PDF", + "download_pdf": "ดาวน์โหลดไฟล์ PDF", + "save": "บันทึก", + "create": "สร้าง", + "cancel": "ยกเลิก", + "update": "อัพเดต", "deselect": "Deselect", - "download": "Download", - "from_date": "From Date", - "to_date": "To Date", - "from": "From", - "to": "To", - "ok": "Ok", - "yes": "Yes", - "no": "No", - "sort_by": "Sort By", - "ascending": "Ascending", - "descending": "Descending", - "subject": "Subject", + "download": "ดาวน์โหลด", + "from_date": "จากวันที่", + "to_date": "ถึงวันที่", + "from": "จาก", + "to": "ถึง", + "ok": "ตกลง", + "yes": "ใช่", + "no": "ไม่", + "sort_by": "เรียงตาม", + "ascending": "จากน้อยไปมาก", + "descending": "จากมากไปน้อย", + "subject": "เรื่อง", "body": "Body", - "message": "Message", - "send": "Send", - "preview": "Preview", - "go_back": "Go Back", - "back_to_login": "Back to Login?", - "home": "Home", - "filter": "Filter", + "message": "ข้อความ", + "send": "ส่ง", + "preview": "ดูตัวอย่าง", + "go_back": "ย้อนกลับ", + "back_to_login": "กลับไปที่ล็อกอิน?", + "home": "หน้าหลัก", + "filter": "กรอง", "delete": "Delete", "edit": "Edit", "view": "View",