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

104 lines
5.1 KiB
PHP
Raw Normal View History

2018-05-14 10:01:48 +03:00
<?php
return [
'company' => [
'name' => 'ชื่อบริษัท',
'email' => 'อีเมล',
'phone' => 'โทรศัพท์',
'address' => 'ที่อยู่',
'logo' => 'โลโก้',
],
'localisation' => [
'tab' => 'ภาษาท้องถิ่น',
2019-01-10 12:53:37 +03:00
'financial_start' => 'เริ่มต้นปีงบประมาณ',
'timezone' => 'โซนเวลา',
2018-05-14 10:01:48 +03:00
'date' => [
'format' => 'รูปแบบวันที่',
'separator' => 'ตัวคั่นวันที่',
'dash' => 'เครื่องหมายเส้นประ (-)',
'dot' => 'เครื่องหมายจุด (.)',
'comma' => 'เครื่องหมายจุลภาค (,)',
'slash' => 'เครื่องหมายทับ (/)',
'space' => 'ช่องว่าง ( )',
],
'percent' => [
'title' => 'ตำแหน่ง (%) เปอร์เซ็นต์',
'before' => 'ก่อนตัวเลข',
'after' => 'หลังตัวเลข',
],
],
'invoice' => [
'tab' => 'ใบแจ้งหนี้',
'prefix' => 'นำหน้าตัวเลข',
'digit' => 'หมายเลขหลัก',
'next' => 'หมายเลขถัดไป',
'logo' => 'โลโก้',
2019-01-10 12:53:37 +03:00
'custom' => 'แบบกำหนดเอง',
'item_name' => 'ชื่อสินค้า',
'item' => 'รายการ:',
'product' => 'สินค้า',
'service' => 'บริการ',
2018-11-08 12:11:42 +03:00
'price_name' => 'Price Name',
2019-01-10 12:53:37 +03:00
'price' => 'ราคา',
'rate' => 'อัตรา',
2018-11-08 12:11:42 +03:00
'quantity_name' => 'Quantity Name',
2019-01-10 12:53:37 +03:00
'quantity' => 'จำนวน',
2018-05-14 10:01:48 +03:00
],
'default' => [
'tab' => 'ค่าเริ่มต้น',
'account' => 'บัญชีเริ่มต้น',
'currency' => 'สกุลเงินเริ่มต้น',
'tax' => 'อัตราภาษีเริ่มต้น',
'payment' => 'วิธีการชำระเงินเริ่มต้น',
'language' => 'ภาษาเริ่มต้น',
],
'email' => [
'protocol' => 'โปรโตคอล',
'php' => 'เมล PHP',
'smtp' => [
'name' => 'SMTP',
'host' => 'โฮสต์ SMTP',
'port' => 'พอร์ต SMTP',
'username' => 'ชื่อผู้ใช้ SMTP',
'password' => 'รหัสผ่าน SMTP',
'encryption' => 'ความปลอดภัย SMTP',
'none' => 'ไม่ต้อง',
],
'sendmail' => 'ส่งเมล',
'sendmail_path' => 'เส้นทางส่งเมล',
'log' => 'Log อีเมล',
],
'scheduling' => [
'tab' => 'จัดตารางเวลา',
'send_invoice' => 'ส่งการแจ้งเตือนใบแจ้งหนี้',
'invoice_days' => 'ส่งหลังจากครบกำหนดวัน',
'send_bill' => 'ส่งบิลแจ้งเตือน',
'bill_days' => 'ส่งก่อนวันครบกำหนด',
'cron_command' => 'คำสั่ง Cron',
'schedule_time' => 'ชั่วโมงเพื่อเรียกใช้',
2018-11-08 12:11:42 +03:00
'send_item_reminder'=> 'Send Item Reminder',
'item_stocks' => 'Send When Item Stock',
2018-05-14 10:01:48 +03:00
],
'appearance' => [
'tab' => 'ลักษณะที่ปรากฏ',
'theme' => 'ธีม',
'light' => 'แบบสว่าง',
'dark' => 'แบบมืด',
'list_limit' => 'รายการต่อหน้า',
'use_gravatar' => 'ใช้ Gravatar',
],
'system' => [
'tab' => 'ระบบ',
'session' => [
'lifetime' => 'อายุการใช้งานเซสชัน (นาที)',
'handler' => 'ตัวจัดการเซสชัน',
'file' => 'ไฟล์',
'database' => 'ฐานข้อมูล',
],
'file_size' => 'ขนาดไฟล์สูงสุด (MB)',
'file_types' => 'ชนิดแฟ้มที่อนุญาต',
],
];