ok
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'accessory_category' => 'หมวดหมู่อุปกรณ์เสริม',
|
||||
'accessory_name' => 'ชื่ออุปกรณ์เสริม',
|
||||
'checkout' => 'เชคเอาท์อุปกรณ์เสริม',
|
||||
'checkin' => 'เช็คอินอุปกรณ์เสริม',
|
||||
'create' => 'สร้างอุปกรณ์เสริม',
|
||||
'edit' => 'แก้ไขอุปกรณ์เสริม',
|
||||
'eula_text' => 'หมวดหมู่ข้อกำหนดการใช้งาน',
|
||||
'eula_text_help' => 'ส่วนนี้อนุญาตให้คุณสามารถทำการปรับแต่งข้อตกลงการใช้งานสำหรับกำหนดชนิดของทรัพย์สินได้ หากคุณมีข้อตกลงการใช้งานเพียงหนึ่ง หรือเรื่องเดียวที่ใช้ครอบคลุมทรัพย์สินของคุณทั้งหมด คุณสามารถตั้งค่าให้เป็นการใช้งานหลัก โดยการทำเครื่องหมายในช่องด้านล่างนี้.',
|
||||
'require_acceptance' => 'กำหนดให้ผู้ใช้ยืนยันยอมรับสินทรัพย์ในหมวดหมู่นี้',
|
||||
'no_default_eula' => 'ไม่พบข้อกำหนดการใช้งานหลักใดๆ ในการตั้งค่า',
|
||||
'total' => 'รวมทั้งหมด',
|
||||
'remaining' => 'พร้อมใช้',
|
||||
'update' => 'ปรับปรุงอุปกรณ์เสริม',
|
||||
'use_default_eula' => 'ใช้<a href="#" data-toggle="modal" data-target="#eulaModal">เป็นข้อกำหนดการใช้งานหลัก</a>แทน',
|
||||
'use_default_eula_disabled' => '<del>ใช้ข้อกำหนดการใช้งานหลักแทน</del> ค่าเริ่มต้นหลักจะตั้งข้อกำหนดการใช้งาน กรุณาเพิ่มในการตั้งค่า',
|
||||
'clone' => 'โคลนส่วนเสริม',
|
||||
'delete_disabled' => 'ส่วนเสริมนี้ยังไม่ถูกลบ เพราะยังบางไอเทมถูกเลือกอยู่',
|
||||
|
||||
);
|
@ -0,0 +1,39 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => '[;id] อุปกรณ์เสริม ไม่มีอยู่',
|
||||
'not_found' => 'That accessory was not found.',
|
||||
'assoc_users' => 'อุปกรณ์เสริมนี้ได้เช็คเอ้าท์ให้ผู้ใช้งานแล้วจำนวน :count รายการในปัจจุบัน กรุณาเช็คอินอุปกรณ์เสริม และลองอีกครั้ง ',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'อุปกรณ์เสริมยังไม่ได้ถูกสร้าง กรุณาลองใหม่อีกครั้ง',
|
||||
'success' => 'อุปกรณ์เสริมได้ถูกสร้างเรียบร้อยแล้ว'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'ยังไม่ได้แก้ไขอุปกรณ์เสริม กรุณาลองใหม่',
|
||||
'success' => 'แก้ไขอุปกรณ์เสริมสำเร็จ'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'คุณแน่ใจที่จะลบอุปกรณ์เสริมนี้?',
|
||||
'error' => 'มีปัญหาขณะลบอุปกรณ์เสริมนี้ กรุณาลองอีกครั้ง.',
|
||||
'success' => 'ลบอุปกรณ์เสริมเรียบร้อยแล้ว'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'อุปกรณ์เสริมยังไม่ถูกเช็คเอ้าท์ กรุณาลองอีกครั้ง',
|
||||
'success' => 'อุปกรณ์เสริมเช็คเอ้าท์เรียบร้อยแล้ว',
|
||||
'unavailable' => 'Accessory is not available for checkout. Check quantity available',
|
||||
'user_does_not_exist' => 'ผู้ใช้งานไม่ถูกต้อง กรุณาลองใหม่อีกครั้ง'
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'อุปกรณ์เสริมยังไม่ถูกเช็คอิน กรุณาลองอีกครั้ง',
|
||||
'success' => 'อุปกรณ์เสริมเช็คอินเรียบร้อยแล้ว.',
|
||||
'user_does_not_exist' => 'ผู้ใช้งานไม่ถูกต้อง กรุณาลองใหม่อีกครั้ง.'
|
||||
)
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'dl_csv' => 'ดาวน์โหลด CSV',
|
||||
'eula_text' => 'ข้อกำหนดการใช้งาน',
|
||||
'id' => 'ไอดี',
|
||||
'require_acceptance' => 'การยอมรับ',
|
||||
'title' => 'ชื่ออุปกรณ์เสริม',
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'asset_maintenance_type' => 'ประเภทการซ่อมบำรุงสินทรัพย์',
|
||||
'title' => 'ชื่อเรื่อง',
|
||||
'start_date' => 'วันที่เริ่มต้น',
|
||||
'completion_date' => 'วันที่แล้วเสร็จ',
|
||||
'cost' => 'ต้นทุน',
|
||||
'is_warranty' => 'การปรับปรุงการรับประกัน',
|
||||
'asset_maintenance_time' => 'ระยะเวลาการซ่อมบำรุงสินทรัพย์ (หน่วยเป็น วัน)',
|
||||
'notes' => 'หมายเหตุ',
|
||||
'update' => 'แก้ไขการซ่อมบำรุงสินทรัพย์',
|
||||
'create' => 'สร้างการซ่อมบำรุงสินทรัพย์'
|
||||
];
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'asset_maintenances' => 'ซ่อมบำรุงสินทรัพย์',
|
||||
'edit' => 'แก้ไขการซ่อมบำรุงสินทรัพย์',
|
||||
'delete' => 'ลบการซ่อมบำรุงสินทรัพย์',
|
||||
'view' => 'ดูรายละเอียดการซ่อมบำรุงสินทรัพย์',
|
||||
'repair' => 'ซ่อมแซม',
|
||||
'maintenance' => 'การดูแลรักษา',
|
||||
'upgrade' => 'อัพเกรด',
|
||||
'calibration' => 'การเปรียบเทียบค่า',
|
||||
'software_support' => 'การสนับสนุน Software',
|
||||
'hardware_support' => 'การสนับสนุน Hardware',
|
||||
'configuration_change' => 'เปลี่ยนการตั้งค่า',
|
||||
'pat_test' => 'การทดสอบสินค้าอันตราย',
|
||||
];
|
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'not_found' => 'ไม่พบการซ่อมบำรุงสินทรัพย์ที่คุณค้นหา',
|
||||
'delete' => [
|
||||
'confirm' => 'คุณต้องการที่จะลบการซ่อมบำรุงสินทรัพย์นี้?',
|
||||
'error' => 'มีปัญหาระหว่างการลบการซ่อมบำรุงสินทรัพย์ กรุณาลองอีกครั้ง',
|
||||
'success' => 'การซ่อมบำรุงสินทรัพย์ถูกลบเรียบร้อยแล้ว',
|
||||
],
|
||||
'create' => [
|
||||
'error' => 'การซ่อมบำรุงสินทรัพย์ยังไม่ถูกสร้าง กรุณาลองอีกครั้ง',
|
||||
'success' => 'สร้างการซ่อมบำรุงสินทรัพย์เรียบร้อยแล้ว',
|
||||
],
|
||||
'edit' => [
|
||||
'error' => 'ไม่ได้แก้ไขการบำรุงรักษาสินทรัพย์โปรดลองอีกครั้ง',
|
||||
'success' => 'การบำรุงรักษาสินทรัพย์เสร็จเรียบร้อยแล้ว',
|
||||
],
|
||||
'asset_maintenance_incomplete' => 'ยังไม่แล้วเสร็จ',
|
||||
'warranty' => 'การรับประกัน',
|
||||
'not_warranty' => 'ไม่มีการรับประกัน',
|
||||
];
|
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'การซ่อมบำรุงสินทรัพย์',
|
||||
'asset_name' => 'ชื่อสินทรัพย์',
|
||||
'is_warranty' => 'การรับประกัน',
|
||||
'dl_csv' => 'ดาวน์โหลด CSV',
|
||||
];
|
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'asset_categories' => 'หมวดหมู่ทรัพย์สิน',
|
||||
'category_name' => 'ชื่อหมวดหมู่',
|
||||
'checkin_email' => 'ส่งอีเมลไปยังผู้ใช้เมื่อเช็คอิน / เช็คเอาต์',
|
||||
'checkin_email_notification' => 'ผู้ใช้รายนี้จะได้รับอีเมลเกี่ยวกับเช็คอิน / เช็คเอาท์',
|
||||
'clone' => 'คัดลอกหมวดหมู่',
|
||||
'create' => 'สร้างหมวดหมู่',
|
||||
'edit' => 'แก้ไขหมวดหมู่',
|
||||
'email_will_be_sent_due_to_global_eula' => 'An email will be sent to the user because the global EULA is being used.',
|
||||
'email_will_be_sent_due_to_category_eula' => 'An email will be sent to the user because a EULA is set for this category.',
|
||||
'eula_text' => 'หมวดหมู่ข้อกำหนดการใช้งาน',
|
||||
'eula_text_help' => 'ส่วนนี้อนุญาตให้คุณสามารถทำการปรับแต่งข้อตกลงการใช้งานสำหรับกำหนดชนิดของทรัพย์สินได้ หากคุณมีข้อตกลงการใช้งานเพียงหนึ่ง หรือเรื่องเดียวที่ใช้ครอบคลุมทรัพย์สินของคุณทั้งหมด คุณสามารถตั้งค่าให้เป็นการใช้งานหลัก โดยการทำเครื่องหมายในช่องด้านล่างนี้',
|
||||
'name' => 'ชื่อหมวดหมู่',
|
||||
'require_acceptance' => 'กำหนดให้ผู้ใช้ยืนยันยอมรับสินทรัพย์ในหมวดหมู่นี้',
|
||||
'required_acceptance' => 'ผู้ใช้นี้จะสามารถส่งอีเมล ด้วยลิงค์เพื่อการยืนยันยอมรับรายการนี้',
|
||||
'required_eula' => 'ผู้ใช้นี้จะส่งอีเมลสำเนาของ EULA',
|
||||
'no_default_eula' => 'ไม่พบข้อกำหนดการใช้งานหลักใดๆ ในการตั้งค่า',
|
||||
'update' => 'ปรับปรุงแก้ไขหมวดหมู่',
|
||||
'use_default_eula' => 'ใช้<a href="#" data-toggle="modal" data-target="#eulaModal">เป็นข้อกำหนดการใช้งานหลัก</a>แทน.',
|
||||
'use_default_eula_disabled' => '<del>ใช้ค่าเริ่มต้นข้อกำหนดการใช้งานหลักแทน</del> ค่าเริ่มต้นหลักของข้อกำหนดการใช้งานไม่ได้ถูกตั้งค่าไว้ กรุณาเพิ่มในการตั้งค่า',
|
||||
'use_default_eula_column' => 'ใช้ค่าเริ่มต้น EULA',
|
||||
|
||||
);
|
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'ยังไม่มีหมวดหมู่',
|
||||
'assoc_models' => 'หมวดหมู่นี้เชื่อมโยงกับโมเดลอย่างน้อยหนึ่งรายการและไม่สามารถลบออกได้ โปรดอัปเดตโมเดลของคุณเพื่อไม่ให้อ้างอิงหมวดหมู่นี้อีกแล้วลองอีกครั้ง',
|
||||
'assoc_items' => 'หมวดหมู่นี้มีการเชื่อมโยงกับ asset_type อย่างน้อยหนึ่งรายการและไม่สามารถลบได้ โปรดอัปเดต: asset_type เพื่อไม่ให้อ้างอิงหมวดหมู่นี้อีกแล้วลองอีกครั้ง',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'ยังไม่ได้สร้างหมวดหมู่ กรุณาลองอีกครั้ง.',
|
||||
'success' => 'สร้างหมวดหมู่เรียบร้อยแล้ว.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'ยังไม่ได้ปรับปรุงหมวดหมู่ กรุณาลองอีกครั้ง',
|
||||
'success' => 'ปรับปรุงหมวดหมู่เรียบร้อยแล้ว.',
|
||||
'cannot_change_category_type' => 'You cannot change the category type once it has been created',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'คุณแน่ใจที่ต้องการจะลบหมวดหมู่นี้?',
|
||||
'error' => 'มีปัญหาขณะลบหมวดหมู่นี้ กรุณาลองอีกครั้ง.',
|
||||
'success' => 'ลบหมวดหมู่เรียบร้อยแล้ว.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'eula_text' => 'ข้อกำหนดการใช้งาน',
|
||||
'id' => 'ไอดี',
|
||||
'parent' => 'หมวดแม่',
|
||||
'require_acceptance' => 'การยอมรับ',
|
||||
'title' => 'ชื่อหมวดหมู่สินทรัพย์',
|
||||
|
||||
);
|
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'select_company' => 'เลือก บริษัท',
|
||||
'about_companies' => 'เกี่ยวกับ บริษัท',
|
||||
'about_companies_description' => ' คุณสามารถใช้บริษัทเป็นฟิลด์ข้อมูลอย่างง่าย หรือคุณสามารถใช้เพื่อจำกัดการมองเห็นสินทรัพย์และความพร้อมใช้งานสำหรับผู้ใช้กับบริษัทใดบริษัทหนึ่งโดยเปิดใช้งานการสนับสนุนบริษัทเต็มรูปแบบในการตั้งค่าผู้ดูแลระบบของคุณ',
|
||||
];
|
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'does_not_exist' => 'ไม่มี บริษัท',
|
||||
'deleted' => 'Deleted company',
|
||||
'assoc_users' => 'บริษัท นี้เชื่อมโยงกับโมเดลอย่างน้อยหนึ่งรายการและไม่สามารถลบได้ โปรดอัปเดตโมเดลของคุณเพื่อไม่ให้ บริษัท นี้อ้างอิงอีกต่อไปและลองอีกครั้ง',
|
||||
'create' => [
|
||||
'error' => 'บริษัท ไม่ได้สร้างโปรดลองอีกครั้ง',
|
||||
'success' => 'บริษัท สร้างสำเร็จแล้ว',
|
||||
],
|
||||
'update' => [
|
||||
'error' => 'บริษัท ไม่ได้รับการปรับปรุงโปรดลองอีกครั้ง',
|
||||
'success' => 'อัปเดต บริษัท สำเร็จแล้ว',
|
||||
],
|
||||
'delete' => [
|
||||
'confirm' => 'คุณแน่ใจหรือไม่ว่าต้องการลบ บริษัท นี้',
|
||||
'error' => 'เกิดปัญหาในการลบ บริษัท กรุณาลองอีกครั้ง.',
|
||||
'success' => 'บริษัท ถูกลบเรียบร้อยแล้ว',
|
||||
],
|
||||
];
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
return array(
|
||||
'companies' => 'บริษัท',
|
||||
'create' => 'สร้าง บริษัท',
|
||||
'email' => 'Company Email',
|
||||
'title' => 'บริษัท',
|
||||
'phone' => 'Company Phone',
|
||||
'update' => 'ปรับปรุง บริษัท',
|
||||
'name' => 'ชื่อ บริษัท',
|
||||
'id' => 'ID',
|
||||
);
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'component_name' => 'ชื่อคอมโพเนนต์',
|
||||
'checkin' => 'คอมโพเนนต์ Checkin',
|
||||
'checkout' => 'ส่วนประกอบ Checkout',
|
||||
'cost' => 'ซื้อต้นทุน',
|
||||
'create' => 'สร้างคอมโพเนนต์',
|
||||
'edit' => 'แก้ไขคอมโพเนนต์',
|
||||
'date' => 'วันที่ซื้อ',
|
||||
'order' => 'เลขที่ใบสั่งซื้อ',
|
||||
'remaining' => 'ที่เหลืออยู่',
|
||||
'total' => 'ทั้งหมด',
|
||||
'update' => 'อัพเดตคอมโพเนนต์',
|
||||
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
|
||||
);
|
@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'คอมโพเนนต์ไม่มีอยู่',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'ไม่ได้สร้างคอมโพเนนต์โปรดลองอีกครั้ง',
|
||||
'success' => 'สร้างคอมโพเนนต์เรียบร้อยแล้ว'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'คอมโพเนนต์ไม่ได้รับการอัปเดตโปรดลองอีกครั้ง',
|
||||
'success' => 'คอมโพเนนต์สำเร็จแล้ว'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'คุณแน่ใจหรือไม่ว่าต้องการลบคอมโพเนนต์นี้',
|
||||
'error' => 'เกิดปัญหาในการลบคอมโพเนนต์ กรุณาลองอีกครั้ง.',
|
||||
'success' => 'คอมโพเนนต์ถูกลบเรียบร้อยแล้ว'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'ตรวจสอบคอมโพเนนต์แล้วโปรดลองอีกครั้ง',
|
||||
'success' => 'ตรวจสอบคอมโพเนนต์เรียบร้อยแล้ว',
|
||||
'user_does_not_exist' => 'ผู้ใช้รายนั้นไม่ถูกต้อง กรุณาลองอีกครั้ง.',
|
||||
'unavailable' => 'Not enough components remaining: :remaining remaining, :requested requested ',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'คอมโพเนนต์ไม่ได้รับการตรวจสอบโปรดลองอีกครั้ง',
|
||||
'success' => 'ตรวจสอบคอมโพเนนต์เรียบร้อยแล้ว',
|
||||
'user_does_not_exist' => 'ผู้ใช้รายนั้นไม่ถูกต้อง กรุณาลองอีกครั้ง.'
|
||||
)
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'title' => 'ชื่อคอมโพเนนต์',
|
||||
);
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'checkout' => 'ชำระเงินผ่าน Checkout สำหรับผู้ใช้',
|
||||
'consumable_name' => 'ชื่อวัสดุสิ้นเปลือง',
|
||||
'create' => 'สร้างวัสดุสิ้นเปลือง',
|
||||
'item_no' => 'หมายเลขสินค้า',
|
||||
'remaining' => 'คงค้าง',
|
||||
'total' => 'รวมทั้งหมด',
|
||||
'update' => 'ปรับปรุงวัสดุสิ้นเปลือง',
|
||||
);
|
@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'ไม่มีรายการวัสดุสิ้นเปลืองนี้',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'ยังไม่ได้สร้างวัสดุสิ้นเปลือง กรุณาลองใหม่อีกครั้ง',
|
||||
'success' => 'สร้างวัสดุสิ้นเปลืองเรียบร้อยแล้ว'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'ยังไม่ได้ปรับปรุงวัสดุสิ้นเปลือง กรุณาลองใหม่อีกครั้ง',
|
||||
'success' => 'ปรับปรุงวัสดุสิ้นเปลืองเรียบร้อยแล้ว.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'คุณแน่ใจหรือไม่ว่าต้องการลบข้อมูลการสิ้นเปลืองนี้',
|
||||
'error' => 'มีปัญหาระหว่างการลบวัสดุสิ้นเปลือง กรุณาลองอีกครั้ง',
|
||||
'success' => 'การสิ้นเปลืองถูกลบเรียบร้อยแล้ว'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'วัสดุสิ้นเปลืองยังไม่ถูกเช็คเอ้าท์ กรุณาลองใหม่อีกครั้ง',
|
||||
'success' => 'เช็คเอ้าท์วัสดุสิ้นเปลืองแล้ว',
|
||||
'user_does_not_exist' => 'ผู้ใช้งานไม่ถูกต้อง กรุณาลองใหม่อีกครั้ง.',
|
||||
'unavailable' => 'There are not enough consumables for this checkout. Please check the quantity left. ',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'วัสดุสิ้นเปลืองยังไม่ถูกเช็คอิน กรุณาลองใหม่อีกครั้ง',
|
||||
'success' => 'เช็คอินวัสดุสิ้นเปลืองแล้ว.',
|
||||
'user_does_not_exist' => 'ผู้ใช้งานไม่ถูกต้อง กรุณาลองใหม่อีกครั้ง.'
|
||||
)
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'title' => 'ชื่อวัสดุสิ้นเปลือง',
|
||||
);
|
@ -0,0 +1,61 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'custom_fields' => 'ฟิลด์ที่กำหนดเอง',
|
||||
'manage' => 'จัดการ',
|
||||
'field' => 'สนาม',
|
||||
'about_fieldsets_title' => 'เกี่ยวกับ Fieldsets',
|
||||
'about_fieldsets_text' => 'ชุดฟิลด์ที่ช่วยให้คุณสร้างกลุ่มของฟิลด์ที่กำหนดได้เอง ซึ่งมักจะใช้ซ้ำสำหรับการเจาะจงประเภทของสินทรัพย์',
|
||||
'custom_format' => 'กำหนดรูปแบบ...',
|
||||
'encrypt_field' => 'เข้ารหัสค่าของฟิลด์นี้ในฐานข้อมูล',
|
||||
'encrypt_field_help' => 'คำเตือน: การเข้ารหัสฟิลด์ทำให้ไม่สามารถค้นหาได้',
|
||||
'encrypted' => 'เข้ารหัส',
|
||||
'fieldset' => 'fieldset',
|
||||
'qty_fields' => 'เขตข้อมูลจำนวนมาก',
|
||||
'fieldsets' => 'Fieldsets',
|
||||
'fieldset_name' => 'ชื่อฟิลด์',
|
||||
'field_name' => 'ชื่อฟิลด์',
|
||||
'field_values' => 'ค่าฟิลด์',
|
||||
'field_values_help' => 'เพิ่มตัวเลือกที่เลือกได้หนึ่งตัวต่อบรรทัด บรรทัดว่างที่ไม่ใช่บรรทัดแรกจะถูกละเลย',
|
||||
'field_element' => 'องค์ประกอบแบบฟอร์ม',
|
||||
'field_element_short' => 'ธาตุ',
|
||||
'field_format' => 'รูป',
|
||||
'field_custom_format' => 'รูปแบบที่กำหนดเอง',
|
||||
'field_custom_format_help' => 'ฟิลด์นี้อนุญาตให้คุณใช้นิพจน์ทั่วไปสำหรับการตรวจสอบความถูกต้อง ควรเริ่มต้นด้วย "regex:" - ตัวอย่างเช่นเพื่อตรวจสอบว่าค่าฟิลด์ที่กำหนดเองมี IMEI ที่ถูกต้อง (ตัวเลขตัวเลข 15 ตัว) คุณจะใช้ <code>regex: / ^ [0-9]{15} $ / </code>',
|
||||
'required' => 'จำเป็นต้องใช้',
|
||||
'req' => 'req',
|
||||
'used_by_models' => 'ใช้ตามโมเดล',
|
||||
'order' => 'ใบสั่ง',
|
||||
'create_fieldset' => 'Fieldset ใหม่',
|
||||
'update_fieldset' => 'Update Fieldset',
|
||||
'fieldset_does_not_exist' => 'Fieldset :id does not exist',
|
||||
'fieldset_updated' => 'Fieldset updated',
|
||||
'create_fieldset_title' => 'สร้างชุดฟิวด์ใหม่',
|
||||
'create_field' => 'ฟิลด์ที่กำหนดเองใหม่',
|
||||
'create_field_title' => 'สร้างฟิลด์ที่กำหนดเองใหม่',
|
||||
'value_encrypted' => 'ค่าของฟิลด์นี้ถูกเข้ารหัสในฐานข้อมูล เฉพาะผู้ดูแลระบบเท่านั้นที่สามารถดูค่าที่ถอดรหัสได้',
|
||||
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails',
|
||||
'show_in_email_short' => 'Include in emails.',
|
||||
'help_text' => 'ช่วยเหลือ',
|
||||
'help_text_description' => 'ข้อความนี้จะปรากฏขึ้นมาด้านล่างในขณะแก้แบบฟอร์มของเนื้อหาสินทรัพย์',
|
||||
'about_custom_fields_title' => 'เกี่ยวกับการกำหนดฟิลด์',
|
||||
'about_custom_fields_text' => 'กำหนดฟิลด์เอง ช่วยให้คุณเพิ่มแอตทริบิวต์ให้กับสินทรัพย์ได้ตามอำเภอใจ',
|
||||
'add_field_to_fieldset' => 'เพิ่มฟิลด์ในชุดฟิลด์',
|
||||
'make_optional' => 'จำเป็น - คลิกเพื่อเปลี่ยนเป็นไม่จำเป็น',
|
||||
'make_required' => 'ไม่จำเป็น - คลิกเพื่อเปลี่ยนเป็นจำเป็น',
|
||||
'reorder' => 'จัดลำดับใหม่',
|
||||
'db_field' => 'ฟิลด์ฐานข้อมูล',
|
||||
'db_convert_warning' => 'โปรดระวัง: ฟิลด์นี้อยู่ในตารางฟิลด์แบบกำหนดเองเป็น <code>:db_column</code> but should be <code>:expected</code>.',
|
||||
'is_unique' => 'ค่านี้ต้องไม่ซ้ำใคร',
|
||||
'unique' => 'ไม่ซ้ำใคร',
|
||||
'display_in_user_view' => 'อนุญาตให้ผู้ใช้เข้าดูข้อมูลเหล่านี้ในหน้ากำหนดสินทรัพย์',
|
||||
'display_in_user_view_table' => 'เปิดเห็นผู้ใช้',
|
||||
'auto_add_to_fieldsets' => 'Automatically add this to every new fieldset',
|
||||
'add_to_preexisting_fieldsets' => 'Add to any existing fieldsets',
|
||||
'show_in_listview' => 'Show in list views by default. Authorized users will still be able to show/hide via the column selector',
|
||||
'show_in_listview_short' => 'Show in lists',
|
||||
'show_in_requestable_list_short' => 'Show in requestable assets list',
|
||||
'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown',
|
||||
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
|
||||
|
||||
];
|
@ -0,0 +1,63 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'field' => array(
|
||||
'invalid' => 'ฟิลด์นั้นไม่มีอยู่',
|
||||
'already_added' => 'ฟิลด์ถูกเพิ่มแล้ว',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'ไม่ได้สร้างฟิลด์โปรดลองอีกครั้ง',
|
||||
'success' => 'สร้างฟิลด์สำเร็จแล้ว',
|
||||
'assoc_success' => 'ฟิลด์ถูกเพิ่มเข้าไปใน fieldset สำเร็จแล้ว'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'ฟิลด์ไม่ได้รับการอัปเดตโปรดลองอีกครั้ง',
|
||||
'success' => 'ปรับปรุงข้อมูลสำเร็จแล้ว'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'คุณแน่ใจหรือไม่ว่าต้องการลบข้อมูลนี้',
|
||||
'error' => 'เกิดปัญหาในการนำออกฟิลด์ กรุณาลองอีกครั้ง.',
|
||||
'success' => 'ฟิลด์ถูกลบเรียบร้อยแล้ว',
|
||||
'in_use' => 'ฟิลด์ยังคงใช้งานอยู่',
|
||||
)
|
||||
|
||||
),
|
||||
|
||||
'fieldset' => array(
|
||||
|
||||
'does_not_exist' => 'ไม่พบ Fieldset',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'ไม่ได้สร้าง Fieldset โปรดลองอีกครั้ง',
|
||||
'success' => 'สร้างฟิลด์สำเร็จแล้ว'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'ไม่ได้อัปเดต Fieldset โปรดลองอีกครั้ง',
|
||||
'success' => 'อัปเดตฟิลด์สำเร็จแล้ว'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'คุณแน่ใจหรือไม่ว่าต้องการลบชุดข้อมูลฟิลด์นี้',
|
||||
'error' => 'เกิดปัญหาในการลบ fieldset กรุณาลองอีกครั้ง.',
|
||||
'success' => 'ฟิลด์ถูกลบเรียบร้อยแล้ว',
|
||||
'in_use' => 'Fieldset ยังคงใช้อยู่',
|
||||
)
|
||||
|
||||
),
|
||||
|
||||
'fieldset_default_value' => array(
|
||||
|
||||
'error' => 'เกิดข้อผิดพลาดในการตรวจสอบค่าชุดฟิลด์เริ่มต้น',
|
||||
|
||||
),
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'ไม่มีแผนก',
|
||||
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
|
||||
'assoc_users' => 'แผนกนี้มีการเชื่อมโยงกับผู้ใช้อย่างน้อยหนึ่งรายและไม่สามารถลบได้ โปรดอัปเดตผู้ใช้เพื่ออ้างถึงแผนกนี้อีกครั้งและลองอีกครั้ง',
|
||||
'create' => array(
|
||||
'error' => 'ไม่ได้สร้างแผนกโปรดลองอีกครั้ง',
|
||||
'success' => 'สร้างแผนกเรียบร้อยแล้ว'
|
||||
),
|
||||
'update' => array(
|
||||
'error' => 'แผนกไม่ได้รับการปรับปรุงโปรดลองอีกครั้ง',
|
||||
'success' => 'อัปเดตแผนกเรียบร้อยแล้ว'
|
||||
),
|
||||
'delete' => array(
|
||||
'confirm' => 'คุณแน่ใจหรือไม่ว่าต้องการลบแผนกนี้',
|
||||
'error' => 'เกิดปัญหาในการลบแผนก กรุณาลองอีกครั้ง.',
|
||||
'success' => 'แผนกนี้ถูกลบเรียบร้อยแล้ว'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'id' => 'ID',
|
||||
'name' => 'ชื่อห้างสรรพสินค้า',
|
||||
'manager' => 'ผู้จัดการ',
|
||||
'location' => 'ที่ตั้ง',
|
||||
'create' => 'สร้างแผนก',
|
||||
'update' => 'ฝ่ายอัปเดต',
|
||||
);
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_asset_depreciations' => 'เกี่ยวกับค่าเสื่อมราคาสินทรัพย์',
|
||||
'about_depreciations' => 'คุณสามารถกำหนดการคิดค่าเสื่อมราคาเพื่อตัดค่าเสื่อมราคาโดยวิธีการคิดค่าเสื่อมราคาแบบเส้นตรง',
|
||||
'asset_depreciations' => 'ค่าเสื่อมราคาสินทรัพย์',
|
||||
'create' => 'สร้างค่าเสื่อมราคา',
|
||||
'depreciation_name' => 'ชื่อค่าเสื่อมราคา',
|
||||
'depreciation_min' => 'Floor Value of Depreciation',
|
||||
'number_of_months' => 'จำนวนเดือน',
|
||||
'update' => 'อัปเดตค่าเสื่อมราคา',
|
||||
'depreciation_min' => 'มูลค่าขั้นต่ำหลังค่าเสื่อมราคา',
|
||||
'no_depreciations_warning' => '<strong>Warning: </strong>
|
||||
You do not currently have any depreciations set up.
|
||||
Please set up at least one depreciation to view the depreciation report.',
|
||||
];
|
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'ไม่มีหมวดค่าเสื่อมราคา',
|
||||
'assoc_users' => 'ค่าเสื่อมราคานี้มีความเกี่ยวข้องกับโมเดลอื่นๆ และจะไม่สามารถลบได้ กรุณาลบโมเดล จากนั้นลองลบอีกครั้ง ',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'ยังไม่ได้สร้างหมวดค่าเสื่อมราคา กรุณาลองอีกครั้ง',
|
||||
'success' => 'สร้างหมวดค่าเสื่อมราคาเรียบร้อยแล้ว'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'ยังไม่ได้ปรับปรุงหมวดค่าเสื่อมราคา กรุณาลองใหม่อีกครั้ง',
|
||||
'success' => 'ปรับปุงหมวดค่าเสื่อมราคาเรียบร้อยแล้ว'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'คุณแน่ใจที่จะลบหมวดค่าเสื่อมราคานี้?',
|
||||
'error' => 'มีปัญหาระหว่างการลบหมวดค่าเสื่อมราคา กรุณาลองใหม่อีกครั้ง',
|
||||
'success' => 'หมวดค่าเสื่อมราคาถูกลบแล้ว'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'id' => 'ไอดี',
|
||||
'months' => 'เดือน',
|
||||
'term' => 'ระยะเวลา',
|
||||
'title' => 'ชื่อ ',
|
||||
'depreciation_min' => 'Floor Value',
|
||||
|
||||
];
|
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'group_exists' => 'มีกลุ่มอยู่แล้ว',
|
||||
'group_not_found' => 'Group ID :id does not exist.',
|
||||
'group_name_required' => 'ต้องกำหนดชื่อฟิลด์',
|
||||
|
||||
'success' => array(
|
||||
'create' => 'สร้างกลุ่มเรียบร้อยแล้ว',
|
||||
'update' => 'ปรับปรุงกลุ่มเรียบร้อยแล้ว',
|
||||
'delete' => 'ลบกลุ่มเรียบร้อยแล้ว',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'คุณแน่ใจที่จะลบกลุ่มนี้?',
|
||||
'create' => 'มีปัญหาระหว่างการสร้างกลุ่ม กรุณาลองใหม่อีกครั้ง',
|
||||
'update' => 'มีปัญหาระหว่างปรับปรุงกลุ่ม กรุณาลองใหม่อีกครั้ง.',
|
||||
'delete' => 'มีปัญหาระหว่างการลบกลุ่ม กรุณาลองใหม่อีกครั้ง.',
|
||||
),
|
||||
|
||||
);
|
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'id' => 'ไอดี',
|
||||
'name' => 'ชื่อ',
|
||||
'users' => '# ของผู้ใช้งาน',
|
||||
|
||||
);
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_groups_title' => 'About Groups',
|
||||
'about_groups' => 'กลุ่มใช้ในการให้สิทธิ์ผู้ใช้ทั่วไป',
|
||||
'group_management' => 'การจัดการกลุ่ม',
|
||||
'create' => 'สร้างกลุ่มใหม่',
|
||||
'update' => 'แก้ไขกลุ่ม',
|
||||
'group_name' => 'ชื่อกลุ่ม',
|
||||
'group_admin' => 'กลุ่มผู้ดูแล',
|
||||
'allow' => 'อนุญาต',
|
||||
'deny' => 'ไม่อนุญาต',
|
||||
'permission' => 'Permission',
|
||||
'grant' => 'Grant',
|
||||
'no_permissions' => 'This group has no permissions.'
|
||||
];
|
@ -0,0 +1,59 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'bulk_delete' => 'ยืนยันการลบเนื้อหาเป็นกลุ่ม',
|
||||
'bulk_restore' => 'Confirm Bulk Restore Assets',
|
||||
'bulk_delete_help' => 'ตรวจทานเนื้อหาสำหรับการลบจำนวนมากด้านล่าง เมื่อลบแล้วเนื้อหาเหล่านี้สามารถเรียกคืนได้ แต่จะไม่มีการเชื่อมโยงกับผู้ใช้ที่ได้รับมอบหมายอยู่ในขณะนี้อีกต่อไป',
|
||||
'bulk_restore_help' => 'Review the assets for bulk restoration below. Once restored, these assets will not be associated with any users they were previously assigned to.',
|
||||
'bulk_delete_warn' => 'คุณกำลังจะลบ: asset_count',
|
||||
'bulk_restore_warn' => 'You are about to restore :asset_count assets.',
|
||||
'bulk_update' => 'ปรับปรุงสินทรัพย์แบบหลายรายการ',
|
||||
'bulk_update_help' => 'ฟอร์มนี้อนุญาตให้คุณปรับปรุงสินทรัพย์แบบหลายรายการในครั้งเดียว เพียงกรอกข้อมูลที่ต้องการเปลี่ยนแปลงลงในช่อง ช่องใดที่ไม่ได้กรอกข้อมูลจะไม่มีการเปลี่ยนแปลงใดๆ ',
|
||||
'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
|
||||
'bulk_update_with_custom_field' => 'Note the assets are :asset_model_count different types of models.',
|
||||
'bulk_update_model_prefix' => 'On Models',
|
||||
'bulk_update_custom_field_unique' => 'This is a unique field and can not be bulk edited.',
|
||||
'checkedout_to' => 'เช็คเอ้าท์ให้กับ',
|
||||
'checkout_date' => 'วันที่เช็คเอ้าท์',
|
||||
'checkin_date' => 'วันที่เช็คอิน',
|
||||
'checkout_to' => 'เช็คเอ้าท์ให้กับ',
|
||||
'cost' => 'ราคาซื้อ',
|
||||
'create' => 'สร้างสินทรัพย์',
|
||||
'date' => 'วันที่ซื้อ',
|
||||
'depreciation' => 'การเสื่อมราคา',
|
||||
'depreciates_on' => 'คิดค่าเสื่อมราคา',
|
||||
'default_location' => 'ตำแหน่งพื้นฐาน',
|
||||
'default_location_phone' => 'Default Location Phone',
|
||||
'eol_date' => 'วันที่ EOL',
|
||||
'eol_rate' => 'เรท EOL',
|
||||
'expected_checkin' => 'วันที่เช็คอินที่คาดหวังไว้',
|
||||
'expires' => 'หมดอายุ',
|
||||
'fully_depreciated' => 'หมดค่าเสื่อมราคาแล้ว',
|
||||
'help_checkout' => 'หากคุณประสงค์ที่จะกำหนดสินทรัพย์นี้ในทันที เลือก "Ready to Deploy" จากรายการสถานะด้านบน ',
|
||||
'mac_address' => 'MAC Address',
|
||||
'manufacturer' => 'ผู้ผลิต',
|
||||
'model' => 'โมเดล',
|
||||
'months' => 'เดือน',
|
||||
'name' => 'ชื่อสินทรัพย์',
|
||||
'notes' => 'หมายเหตุ',
|
||||
'order' => 'หมายเลขสั่งซื้อ',
|
||||
'qr' => 'QR Code',
|
||||
'requestable' => 'ผู้ใช้งานอาจร้องขอสินทรัพย์นี้',
|
||||
'select_statustype' => 'เลือกประเภทสถานะ',
|
||||
'serial' => 'ซีเรียล',
|
||||
'status' => 'สถานะ',
|
||||
'tag' => 'รหัสทรัพย์สิน',
|
||||
'update' => 'ปรับปรุงสินทรัพย์',
|
||||
'warranty' => 'การรับประกัน',
|
||||
'warranty_expires' => 'การรับประกันหมดอายุ',
|
||||
'years' => 'ปี',
|
||||
'asset_location' => 'Update Asset Location',
|
||||
'asset_location_update_default_current' => 'Update default location AND actual location',
|
||||
'asset_location_update_default' => 'Update only default location',
|
||||
'asset_location_update_actual' => 'Update only actual location',
|
||||
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
|
||||
'asset_deployable' => 'That status is deployable. This asset can be checked out.',
|
||||
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
|
||||
'optional_infos' => 'Optional Information',
|
||||
'order_details' => 'Order Related Information'
|
||||
];
|
@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_assets_title' => 'เกี่ยวกับสินทรัพย์',
|
||||
'about_assets_text' => 'สินทรัพย์คือรายการที่ติดตามโดยใช้หมายเลขซีเรียลหรือแท็กเนื้อหา พวกเขามีแนวโน้มที่จะเป็นรายการมูลค่าที่สูงขึ้นซึ่งจะระบุรายการที่เฉพาะเจาะจง',
|
||||
'archived' => 'ถูกเก็บไว้',
|
||||
'asset' => 'สินทรัพย์',
|
||||
'bulk_checkout' => 'ตรวจสอบสินทรัพย์',
|
||||
'bulk_checkin' => 'Checkin Assets',
|
||||
'checkin' => 'เช็คอินสินทรัพย์',
|
||||
'checkout' => 'ตรวจสอบสินทรัพย์',
|
||||
'clone' => 'คัดลอกแบบสินทรัพย์',
|
||||
'deployable' => 'สามารถใช้งานได้',
|
||||
'deleted' => 'สินทรัพย์นี้ถูกลบไปแล้ว',
|
||||
'delete_confirm' => 'Are you sure you want to delete this asset?',
|
||||
'edit' => 'แก้ไขสินทรัพย์',
|
||||
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
|
||||
'model_invalid' => 'The Model of this Asset is invalid.',
|
||||
'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
|
||||
'requestable' => 'ร้องขอได้',
|
||||
'requested' => 'การขอใช้บริการ',
|
||||
'not_requestable' => 'Not Requestable',
|
||||
'requestable_status_warning' => 'Do not change requestable status',
|
||||
'restore' => 'กู้คืนสินทรัพย์',
|
||||
'pending' => 'อยู่ระหว่างดำเนินการ',
|
||||
'undeployable' => 'ไม่สามารถนำไปใช้งานได้',
|
||||
'undeployable_tooltip' => 'This asset has a status label that is undeployable and cannot be checked out at this time.',
|
||||
'view' => 'ดูสินทรัพย์',
|
||||
'csv_error' => 'You have an error in your CSV file:',
|
||||
'import_text' => '<p>Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the <code>Admin > General Settings</code>.</p><p>Fields included in the CSV must match the headers: <strong>Asset Tag, Name, Checkout Date, Checkin Date</strong>. Any additional fields will be ignored. </p><p>Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.</p>
|
||||
',
|
||||
'csv_import_match_f-l' => 'Try to match users by <strong>firstname.lastname</strong> (<code>jane.smith</code>) format',
|
||||
'csv_import_match_initial_last' => 'Try to match users by <strong>first initial last name</strong> (<code>jsmith</code>) format',
|
||||
'csv_import_match_first' => 'Try to match users by <strong>first name</strong> (<code>jane</code>) format',
|
||||
'csv_import_match_email' => 'Try to match users by <strong>email</strong> as username',
|
||||
'csv_import_match_username' => 'Try to match users by <strong>username</strong>',
|
||||
'error_messages' => 'Error messages:',
|
||||
'success_messages' => 'Success messages:',
|
||||
'alert_details' => 'Please see below for details.',
|
||||
'custom_export' => 'Custom Export',
|
||||
'mfg_warranty_lookup' => ':manufacturer Warranty Status Lookup',
|
||||
'user_department' => 'User Department',
|
||||
];
|
@ -0,0 +1,90 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'undeployable' => '<strong>คำเตือน: </strong> สินทรัพย์นี้ถูกกำหนดสถานะให้ไม่สามารถใช้งานได้ หากสถานะนี้ถูกเปลี่ยน กรุณาอัพเดทสถานะสินทรัพย์ด้วย',
|
||||
'does_not_exist' => 'ไม่มีสินทรัพย์',
|
||||
'does_not_exist_or_not_requestable' => 'สินทรัพย์นั้นไม่มีอยู่หรือไม่สามารถร้องขอได้',
|
||||
'assoc_users' => 'ขณะนี้มีการตรวจสอบเนื้อหานี้แก่ผู้ใช้และไม่สามารถลบออกได้ โปรดตรวจสอบเนื้อหาเป็นครั้งแรกจากนั้นลองลบอีกครั้ง',
|
||||
|
||||
'create' => [
|
||||
'error' => 'ไม่ได้สร้างเนื้อหาโปรดลองอีกครั้ง :(',
|
||||
'success' => 'สร้างเนื้อหาสำเร็จแล้ว :)',
|
||||
'success_linked' => 'Asset with tag :tag was created successfully. <strong><a href=":link" style="color: white;">Click here to view</a></strong>.',
|
||||
],
|
||||
|
||||
'update' => [
|
||||
'error' => 'ไม่ได้อัปเดตเนื้อหาโปรดลองอีกครั้ง',
|
||||
'success' => 'อัปเดตเนื้อหาสำเร็จแล้ว',
|
||||
'nothing_updated' => 'ไม่มีการเลือกเขตข้อมูลดังนั้นไม่มีการอัปเดตอะไรเลย',
|
||||
'no_assets_selected' => 'ไม่มีการเลือกรายการสินทรัพย์ จึงไม่มีการอัพเดท',
|
||||
'assets_do_not_exist_or_are_invalid' => 'Selected assets cannot be updated.',
|
||||
],
|
||||
|
||||
'restore' => [
|
||||
'error' => 'ไม่ได้กู้คืนเนื้อหาโปรดลองอีกครั้ง',
|
||||
'success' => 'กู้คืนเนื้อหาเรียบร้อยแล้ว',
|
||||
'bulk_success' => 'กู้คืนเนื้อหาเรียบร้อยแล้ว',
|
||||
'nothing_updated' => 'No assets were selected, so nothing was restored.',
|
||||
],
|
||||
|
||||
'audit' => [
|
||||
'error' => 'การตรวจสอบสินทรัพย์ไม่สำเร็จ กรุณาลองอีกครั้ง.',
|
||||
'success' => 'บันทึกการตรวจสอบสินทรัพย์สำเร็จแล้ว',
|
||||
],
|
||||
|
||||
|
||||
'deletefile' => [
|
||||
'error' => 'ไฟล์ไม่ถูกลบ กรุณาลองอีกครั้ง.',
|
||||
'success' => 'ไฟล์ถูกลบเรียบร้อยแล้ว',
|
||||
],
|
||||
|
||||
'upload' => [
|
||||
'error' => 'ไฟล์ไม่ได้อัปโหลด กรุณาลองอีกครั้ง.',
|
||||
'success' => 'ไฟล์ที่อัปโหลดเรียบร้อยแล้ว',
|
||||
'nofiles' => 'คุณไม่ได้เลือกไฟล์ใด ๆ สำหรับการอัปโหลดหรือไฟล์ที่คุณกำลังพยายามอัปโหลดมีขนาดใหญ่เกินไป',
|
||||
'invalidfiles' => 'ไฟล์ของคุณอย่างน้อยหนึ่งไฟล์มีขนาดใหญ่เกินไปหรือเป็นไฟล์ที่ไม่ได้รับอนุญาต ไฟล์ที่อนุญาตคือ png, gif, jpg, doc, docx, pdf และ txt',
|
||||
],
|
||||
|
||||
'import' => [
|
||||
'error' => 'บางรายการไม่สามารถนำเข้าได้อย่างถูกต้อง',
|
||||
'errorDetail' => 'รายการต่อไปนี้ไม่ได้นำเข้าเนื่องจากมีข้อผิดพลาด',
|
||||
'success' => 'ไฟล์ของคุณถูกนำเข้าแล้ว',
|
||||
'file_delete_success' => 'ไฟล์ของคุณถูกลบเรียบร้อยแล้ว',
|
||||
'file_delete_error' => 'ไม่สามารถลบไฟล์ได้',
|
||||
'file_missing' => 'The file selected is missing',
|
||||
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
|
||||
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
|
||||
],
|
||||
|
||||
|
||||
'delete' => [
|
||||
'confirm' => 'คุณแน่ใจหรือไม่ว่าต้องการลบเนื้อหานี้',
|
||||
'error' => 'เกิดปัญหาในการลบเนื้อหา กรุณาลองอีกครั้ง.',
|
||||
'nothing_updated' => 'ไม่มีการเลือกเนื้อหาใด ๆ ดังนั้นจึงไม่มีสิ่งใดถูกลบ',
|
||||
'success' => 'เนื้อหาถูกลบเรียบร้อยแล้ว',
|
||||
],
|
||||
|
||||
'checkout' => [
|
||||
'error' => 'ไม่ได้ตรวจสอบเนื้อหาโปรดลองอีกครั้ง',
|
||||
'success' => 'ตรวจสอบสินทรัพย์เรียบร้อยแล้ว',
|
||||
'user_does_not_exist' => 'ผู้ใช้รายนั้นไม่ถูกต้อง กรุณาลองอีกครั้ง.',
|
||||
'not_available' => 'เนื้อหาดังกล่าวไม่สามารถใช้ได้สำหรับเช็คเอาท์!',
|
||||
'no_assets_selected' => 'คุณต้องเลือกอย่างน้อยหนึ่งสินทรัพย์จากรายการ',
|
||||
],
|
||||
|
||||
'checkin' => [
|
||||
'error' => 'ไม่ได้เช็คอินเนื้อหาโปรดลองอีกครั้ง',
|
||||
'success' => 'ตรวจสอบเนื้อหาเรียบร้อยแล้ว',
|
||||
'user_does_not_exist' => 'ผู้ใช้รายนั้นไม่ถูกต้อง กรุณาลองอีกครั้ง.',
|
||||
'already_checked_in' => 'มีการตรวจสอบเนื้อหาดังกล่าวแล้ว',
|
||||
|
||||
],
|
||||
|
||||
'requests' => [
|
||||
'error' => 'ไม่ได้ร้องขอเนื้อหาโปรดลองอีกครั้ง',
|
||||
'success' => 'ขอรับสินทรัพย์สำเร็จแล้ว',
|
||||
'canceled' => 'ยกเลิกคำขอชำระเงินเรียบร้อยแล้ว',
|
||||
],
|
||||
|
||||
];
|
@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'asset_tag' => 'แท็กเนื้อหา',
|
||||
'asset_model' => 'แบบ',
|
||||
'assigned_to' => 'ได้รับมอบหมายให้',
|
||||
'book_value' => 'Current Value',
|
||||
'change' => 'In / Out',
|
||||
'checkout_date' => 'ชำระเงินวันที่',
|
||||
'checkoutto' => 'เช็คเอาท์',
|
||||
'components_cost' => 'Total Components Cost',
|
||||
'current_value' => 'Current Value',
|
||||
'diff' => 'diff',
|
||||
'dl_csv' => 'ดาวน์โหลด CSV',
|
||||
'eol' => 'EOL',
|
||||
'id' => 'ID',
|
||||
'last_checkin_date' => 'Last Checkin Date',
|
||||
'location' => 'ที่ตั้ง',
|
||||
'purchase_cost' => 'ราคา',
|
||||
'purchase_date' => 'สั่งซื้อ',
|
||||
'serial' => 'อนุกรม',
|
||||
'status' => 'สถานะ',
|
||||
'title' => 'สินทรัพย์',
|
||||
'image' => 'ภาพอุปกรณ์',
|
||||
'days_without_acceptance' => 'วันโดยปราศจากการยอมรับ',
|
||||
'monthly_depreciation' => 'ค่าเสื่อมราคารายเดือน',
|
||||
'assigned_to' => 'ได้รับมอบหมายให้',
|
||||
'requesting_user' => 'Requesting User',
|
||||
'requested_date' => 'วันที่ขอ',
|
||||
'changed' => 'เปลี่ยนแปลงแล้ว',
|
||||
'icon' => 'Icon',
|
||||
];
|
@ -0,0 +1,50 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_kits_title' => 'About Predefined Kits',
|
||||
'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.',
|
||||
'checkout' => 'Checkout Kit ',
|
||||
'create_success' => 'Kit was successfully created.',
|
||||
'create' => 'Create Predefined Kit',
|
||||
'update' => 'Update Predefined Kit',
|
||||
'delete_success' => 'Kit was successfully deleted.',
|
||||
'update_success' => 'Kit was successfully updated.',
|
||||
'none_models' => 'There are not enough available assets for :model to checkout. :qty are required. ',
|
||||
'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ',
|
||||
'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ',
|
||||
'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ',
|
||||
'append_accessory' => 'Append Accessory',
|
||||
'update_appended_accessory' => 'Update appended Accessory',
|
||||
'append_consumable' => 'Append Consumable',
|
||||
'update_appended_consumable' => 'Update appended Consumable',
|
||||
'append_license' => 'Append license',
|
||||
'update_appended_license' => 'Update appended license',
|
||||
'append_model' => 'Append model',
|
||||
'update_appended_model' => 'Update appended model',
|
||||
'license_error' => 'License already attached to kit',
|
||||
'license_added_success' => 'License added successfully',
|
||||
'license_updated' => 'License was successfully updated',
|
||||
'license_none' => 'License does not exist',
|
||||
'license_detached' => 'License was successfully detached',
|
||||
'consumable_added_success' => 'Consumable added successfully',
|
||||
'consumable_updated' => 'Consumable was successfully updated',
|
||||
'consumable_error' => 'Consumable already attached to kit',
|
||||
'consumable_deleted' => 'Delete was successful',
|
||||
'consumable_none' => 'Consumable does not exist',
|
||||
'consumable_detached' => 'Consumable was successfully detached',
|
||||
'accessory_added_success' => 'Accessory added successfully',
|
||||
'accessory_updated' => 'Accessory was successfully updated',
|
||||
'accessory_detached' => 'Accessory was successfully detached',
|
||||
'accessory_error' => 'Accessory already attached to kit',
|
||||
'accessory_deleted' => 'Delete was successful',
|
||||
'accessory_none' => 'The accessory does not exist',
|
||||
'checkout_success' => 'Checkout was successful',
|
||||
'checkout_error' => 'Checkout error',
|
||||
'kit_none' => 'Kit does not exist',
|
||||
'kit_created' => 'Kit was successfully created',
|
||||
'kit_updated' => 'Kit was successfully updated',
|
||||
'kit_not_found' => 'Kit not found',
|
||||
'kit_deleted' => 'Kit was successfully deleted',
|
||||
'kit_model_updated' => 'Model was successfully updated',
|
||||
'kit_model_detached' => 'Model was successfully detached',
|
||||
];
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'invalid_return_count' => 'Invalid count returned from :name. Expected :expected, got :actual.',
|
||||
'invalid_return_type' => 'Invalid type returned from :name. Expected :expected, got :actual.',
|
||||
'invalid_return_value' => 'Invalid value returned from :name. Expected :expected, got :actual.',
|
||||
|
||||
'does_not_exist' => 'Label does not exist',
|
||||
|
||||
];
|
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'example_company' => 'Test Company Limited',
|
||||
'example_defaultloc' => 'Building 1',
|
||||
'example_category' => 'Test Category',
|
||||
'example_location' => 'Building 2',
|
||||
'example_manufacturer' => 'Test Manufacturing Inc.',
|
||||
'example_model' => 'Test Model',
|
||||
'example_supplier' => 'Test Company Limited',
|
||||
'labels_per_page' => 'Labels',
|
||||
'support_fields' => 'Fields',
|
||||
'support_asset_tag' => 'แท็ก',
|
||||
'support_1d_barcode' => '1D',
|
||||
'support_2d_barcode' => '2D',
|
||||
'support_logo' => 'โลโก้',
|
||||
'support_title' => 'หัวเรื่อง',
|
||||
|
||||
];
|
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'asset' => 'สินทรัพย์',
|
||||
'checkin' => 'เช็คอิน',
|
||||
'create' => 'สร้างใบอนุญาต',
|
||||
'expiration' => 'วันหมดอายุ',
|
||||
'license_key' => 'รหัสผลิตภัณฑ์',
|
||||
'maintained' => 'การบำรุงรักษา',
|
||||
'name' => 'ชื่อซอฟต์แวร์',
|
||||
'no_depreciation' => 'ไม่ลดราคา',
|
||||
'purchase_order' => 'เลขที่ใบสั่งซื้อ',
|
||||
'reassignable' => 'มอบหมายได้',
|
||||
'remaining_seats' => 'ที่นั่งที่เหลือ',
|
||||
'seats' => 'ที่นั่ง',
|
||||
'termination_date' => 'วันสิ้นสุด',
|
||||
'to_email' => 'ได้รับอนุญาตให้ใช้อีเมล',
|
||||
'to_name' => 'ได้รับอนุญาตให้ตั้งชื่อ',
|
||||
'update' => 'อัปเดตสัญญาอนุญาต',
|
||||
'checkout_help' => 'คุณต้องตรวจสอบใบอนุญาตออกไปกับเนื้อหาฮาร์ดแวร์หรือบุคคล คุณสามารถเลือกทั้งคู่ แต่เจ้าของเนื้อหาต้องตรงกับบุคคลที่คุณกำลังตรวจสอบเนื้อหาออกไป'
|
||||
);
|
@ -0,0 +1,51 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_licenses_title' => 'เกี่ยวกับใบอนุญาต',
|
||||
'about_licenses' => 'ใบอนุญาตใช้ในการติดตามซอฟต์แวร์ พวกเขามีจำนวนที่นั่งที่ระบุซึ่งสามารถเช็คเอาท์ให้บุคคลอื่นได้',
|
||||
'checkin' => 'Checkin License Seat',
|
||||
'checkout_history' => 'ประวัติการชำระเงิน',
|
||||
'checkout' => 'ใบอนุญาตเบิกจ่ายที่นั่ง',
|
||||
'edit' => 'แก้ไขสัญญาอนุญาต',
|
||||
'filetype_info' => 'ไฟล์ที่อนุญาตคือ png, gif, jpg, jpeg, doc, docx, pdf, txt, zip และ rar',
|
||||
'clone' => 'ใบอนุญาตโคลน',
|
||||
'history_for' => 'ประวัติสำหรับ',
|
||||
'in_out' => 'In / Out',
|
||||
'info' => 'ข้อมูลใบอนุญาต',
|
||||
'license_seats' => 'ที่นั่งใบอนุญาต',
|
||||
'seat' => 'ที่นั่ง',
|
||||
'seats' => 'ที่นั่ง',
|
||||
'software_licenses' => 'ใบอนุญาตซอฟต์แวร์',
|
||||
'user' => 'ผู้ใช้งาน',
|
||||
'view' => 'ดูใบอนุญาต',
|
||||
'delete_disabled' => 'This license cannot be deleted yet because some seats are still checked out.',
|
||||
'bulk' =>
|
||||
[
|
||||
'checkin_all' => [
|
||||
'button' => 'Checkin All Seats',
|
||||
'modal' => 'This will action checkin one seat. | This action will checkin all :checkedout_seats_count seats for this license.',
|
||||
'enabled_tooltip' => 'Checkin ALL seats for this license from both users and assets',
|
||||
'disabled_tooltip' => 'This is disabled because there are no seats currently checked out',
|
||||
'disabled_tooltip_reassignable' => 'This is disabled because the License is not reassignable',
|
||||
'success' => 'License successfully checked in! | All licenses were successfully checked in!',
|
||||
'log_msg' => 'Checked in via bulk license checkout in license GUI',
|
||||
],
|
||||
|
||||
'checkout_all' => [
|
||||
'button' => 'Checkout All Seats',
|
||||
'modal' => 'This action will checkout one seat to the first available user. | This action will checkout all :available_seats_count seats to the first available users. A user is considered available for this seat if they do not already have this license checked out to them, and the Auto-Assign License property is enabled on their user account.',
|
||||
'enabled_tooltip' => 'Checkout ALL seats (or as many as are available) to ALL users',
|
||||
'disabled_tooltip' => 'This is disabled because there are no seats currently available',
|
||||
'success' => 'License successfully checked out! | :count licenses were successfully checked out!',
|
||||
'error_no_seats' => 'There are no remaining seats left for this license.',
|
||||
'warn_not_enough_seats' => ':count users were assigned this license, but we ran out of available license seats.',
|
||||
'warn_no_avail_users' => 'Nothing to do. There are no users who do not already have this license assigned to them.',
|
||||
'log_msg' => 'Checked out via bulk license checkout in license GUI',
|
||||
|
||||
|
||||
],
|
||||
],
|
||||
|
||||
'below_threshold' => 'There are only :remaining_count seats left for this license with a minimum quantity of :min_amt. You may want to consider purchasing more seats.',
|
||||
'below_threshold_short' => 'This item is below the minimum required quantity.',
|
||||
);
|
@ -0,0 +1,54 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'ไม่พบใบอนุญาตหรือคุณไม่มีสิทธิ์ในการเข้าถึง',
|
||||
'user_does_not_exist' => 'ไม่มีผู้ใช้',
|
||||
'asset_does_not_exist' => 'เนื้อหาที่คุณกำลังพยายามเชื่อมโยงกับใบอนุญาตนี้ไม่มีอยู่',
|
||||
'owner_doesnt_match_asset' => 'เนื้อหาที่คุณกำลังพยายามเชื่อมโยงกับใบอนุญาตนี้เป็นของ somene ไม่ใช่บุคคลที่เลือกในรายการที่กำหนดให้กับ dropdown',
|
||||
'assoc_users' => 'ขณะนี้ใบอนุญาตนี้ออกให้แก่ผู้ใช้แล้วและไม่สามารถลบได้ โปรดตรวจสอบใบอนุญาตเป็นครั้งแรกจากนั้นลองลบอีกครั้ง',
|
||||
'select_asset_or_person' => 'คุณต้องเลือกเนื้อหาหรือผู้ใช้ แต่ไม่ใช่ทั้งสองอย่าง',
|
||||
'not_found' => 'ไม่พบใบอนุญาต',
|
||||
'seats_available' => ':seat_count seats available',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'ไม่ได้สร้างสัญญาอนุญาตโปรดลองอีกครั้ง',
|
||||
'success' => 'สร้างสัญญาอนุญาตเรียบร้อยแล้ว'
|
||||
),
|
||||
|
||||
'deletefile' => array(
|
||||
'error' => 'ไฟล์ไม่ถูกลบ กรุณาลองอีกครั้ง.',
|
||||
'success' => 'ไฟล์ถูกลบเรียบร้อยแล้ว',
|
||||
),
|
||||
|
||||
'upload' => array(
|
||||
'error' => 'ไฟล์ไม่ได้อัปโหลด กรุณาลองอีกครั้ง.',
|
||||
'success' => 'ไฟล์ที่อัปโหลดเรียบร้อยแล้ว',
|
||||
'nofiles' => 'คุณไม่ได้เลือกไฟล์ใด ๆ สำหรับการอัปโหลดหรือไฟล์ที่คุณกำลังพยายามอัปโหลดมีขนาดใหญ่เกินไป',
|
||||
'invalidfiles' => 'ไฟล์ของคุณอย่างน้อยหนึ่งไฟล์มีขนาดใหญ่เกินไปหรือเป็นไฟล์ที่ไม่ได้รับอนุญาต ไฟล์ที่อนุญาตคือ png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml และ lic',
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'สัญญาอนุญาตไม่ได้รับการปรับปรุงโปรดลองอีกครั้ง',
|
||||
'success' => 'มีการอัปเดตใบอนุญาตเรียบร้อยแล้ว'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'คุณแน่ใจหรือไม่ว่าต้องการลบสัญญาอนุญาตนี้',
|
||||
'error' => 'เกิดปัญหาในการนำออกใบอนุญาต กรุณาลองอีกครั้ง.',
|
||||
'success' => 'ใบอนุญาตถูกลบเรียบร้อยแล้ว'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'มีปัญหาในการตรวจสอบใบอนุญาต กรุณาลองอีกครั้ง.',
|
||||
'success' => 'ออกใบอนุญาตแล้ว',
|
||||
'not_enough_seats' => 'Not enough license seats available for checkout',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'เกิดปัญหาในการตรวจสอบใบอนุญาต กรุณาลองอีกครั้ง.',
|
||||
'success' => 'ใบอนุญาตได้รับการตรวจสอบเรียบร้อยแล้ว'
|
||||
),
|
||||
|
||||
);
|
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'assigned_to' => 'ได้รับมอบหมายให้',
|
||||
'checkout' => 'In / Out',
|
||||
'id' => 'ID',
|
||||
'license_email' => 'อีเมลใบอนุญาต',
|
||||
'license_name' => 'ได้รับอนุญาตให้',
|
||||
'purchase_date' => 'วันที่ซื้อ',
|
||||
'purchased' => 'สั่งซื้อ',
|
||||
'seats' => 'ที่นั่ง',
|
||||
'hardware' => 'ฮาร์ดแวร์',
|
||||
'serial' => 'อนุกรม',
|
||||
'title' => 'การอนุญาต',
|
||||
|
||||
);
|
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'ไม่มีสถานที่นี้.',
|
||||
'assoc_users' => 'สถานที่นี้ถูกใช้งานหรือเกี่ยวข้องอยู่กับผู้ใช้งานคนใดคนหนึ่ง และไม่สามารถลบได้ กรุณาปรับปรุงผู้ใช้งานของท่านไม่ให้มีส่วนเกี่ยวข้องกับสถานที่นี้ และลองอีกครั้ง. ',
|
||||
'assoc_assets' => 'สถานที่นี้ถูกใช้งานหรือเกี่ยวข้องอยู่กับผู้ใช้งานคนใดคนหนึ่ง และไม่สามารถลบได้ กรุณาปรับปรุงผู้ใช้งานของท่านไม่ให้มีส่วนเกี่ยวข้องกับสถานที่นี้ และลองอีกครั้ง. ',
|
||||
'assoc_child_loc' => 'สถานที่นี้ถูกใช้งานหรือเกี่ยวข้องอยู่กับหมวดสถานที่ใดที่หนึ่ง และไม่สามารถลบได้ กรุณาปรับปรุงสถานที่ของท่านไม่ให้มีส่วนเกี่ยวข้องกับหมวดสถานที่นี้ และลองอีกครั้ง. ',
|
||||
'assigned_assets' => 'สินทรัพย์ถูกมอบหมายแล้ว',
|
||||
'current_location' => 'ตำแหน่งปัจจุบัน',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'สถานที่ยังไม่ถูกสร้าง กรุณาลองใหม่อีกครั้ง.',
|
||||
'success' => 'สร้างสถานที่เรียบร้อยแล้ว.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'สถานที่ยังไม่ถูกปรับปรุง กรุณาลองใหม่อีกครั้ง',
|
||||
'success' => 'ปรับปรุงสถานที่เรียบร้อยแล้ว.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'คุณแน่ใจที่จะลบสถานที่นี้?',
|
||||
'error' => 'มีปัญหาระหว่างการลบสถานที่ กรุณาลองใหม่อีกครั้ง.',
|
||||
'success' => 'ลบสถานที่เรียบร้อยแล้ว.'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_locations_title' => 'เกี่ยวกับสถานที่',
|
||||
'about_locations' => 'สถานที่ถูกใช้เพื่อติดตามข้อมูลตำแหน่งสำหรับผู้ใช้เนื้อหาและรายการอื่น ๆ',
|
||||
'assets_rtd' => 'สินทรัพย์', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
||||
'assets_checkedout' => 'Assets Assigned',
|
||||
'id' => 'ID',
|
||||
'city' => 'เขต/อำเภอ',
|
||||
'state' => 'เมือง/รัฐ',
|
||||
'country' => 'ประเทศ',
|
||||
'create' => 'สร้างสถานที่',
|
||||
'update' => 'อัพเดทสถานที่',
|
||||
'print_assigned' => 'พิมพ์ งานที่มอบหมาย',
|
||||
'print_all_assigned' => 'พิมพ์ งานที่มอบหมาย ทั้งหมด',
|
||||
'name' => 'ชื่อสถานที่',
|
||||
'address' => 'ที่อยู่',
|
||||
'address2' => 'Address Line 2',
|
||||
'zip' => 'รหัสไปรษณีย์',
|
||||
'locations' => 'สถานที่',
|
||||
'parent' => 'หมวดแม่',
|
||||
'currency' => 'สกุลเงินตามสถานที่',
|
||||
'ldap_ou' => 'LDU Search OU',
|
||||
'user_name' => 'ชื่อผู้ใช้',
|
||||
'department' => 'แผนก',
|
||||
'location' => 'ที่ตั้ง',
|
||||
'asset_tag' => 'รหัสทรัพย์สิน',
|
||||
'asset_name' => 'ชื่อ',
|
||||
'asset_category' => 'หมวดหมู่',
|
||||
'asset_manufacturer' => 'ผู้ผลิต',
|
||||
'asset_model' => 'รุ่น',
|
||||
'asset_serial' => 'หมายเลขผลิตภัณฑ์',
|
||||
'asset_location' => 'ที่ตั้ง',
|
||||
'asset_checked_out' => 'เช็คเอาท์',
|
||||
'asset_expected_checkin' => 'วันที่เช็คอินที่คาดหวังไว้',
|
||||
'date' => 'วันเดือนปี',
|
||||
'phone' => 'Location Phone',
|
||||
'signed_by_asset_auditor' => 'ลงชื่อ (ผู้ตรวจรายการทรัพทย์สิน)',
|
||||
'signed_by_finance_auditor' => 'ลงชื่อ (ผู้ตรวจการเงิน)',
|
||||
'signed_by_location_manager' => 'ลงชื่อ (หัวหน้าจุด)',
|
||||
'signed_by' => 'ลงชื่อออก',
|
||||
];
|
@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'support_url_help' => 'Variables <code>{LOCALE}</code>, <code>{SERIAL}</code>, <code>{MODEL_NUMBER}</code>, and <code>{MODEL_NAME}</code> may be used in your URL to have those values auto-populate when viewing assets - for example https://checkcoverage.apple.com/{LOCALE}/{SERIAL}.',
|
||||
'does_not_exist' => 'ยังไม่มีผู้ผลิต',
|
||||
'assoc_users' => 'ผู้ผลิตนี้มีความสัมพันธ์ในรายการโมเดลอย่างน้อยหนึ่งรายการในปัจจุบัน และไม่สามารถลบได้ กรุณาอัพเดทโมเดลของคุณออกจากความสัมพันธ์ดังกล่าว และลองอีกครั้ง ',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'ยังไม่ได้สร้างผู้ผลิต กรุณาลองใหม่อีกครั้ง',
|
||||
'success' => 'สร้างผู้ผลิตเรียบร้อยแล้ว'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'ยังไม่ได้ปรับปรุงผู้ผลิต กรุณาลองใหม่อีกครั้ง',
|
||||
'success' => 'ปรับปรุงผู้ผลิตเรียบร้อยแล้ว'
|
||||
),
|
||||
|
||||
'restore' => array(
|
||||
'error' => 'ยังไม่ได้ปรับปรุงผู้ผลิต กรุณาลองใหม่อีกครั้ง',
|
||||
'success' => 'กู้คืนข้อมูลผู้ผลิตเรียบร้อยแล้ว'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'คุณแน่ใจที่จะลบผู้ผลิตนี้?',
|
||||
'error' => 'มีปัญหาระหว่างการลบผู้ผลิต กรุณาลองใหม่อีกครั้ง',
|
||||
'success' => 'ลบผู้ผลิตเรียบร้อยแล้ว'
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_manufacturers_title' => 'เกี่ยวกับผู้ผลิต',
|
||||
'about_manufacturers_text' => 'ผู้ผลิตเป็น บริษัท ที่สร้างสินทรัพย์ของคุณ คุณสามารถจัดเก็บข้อมูลการติดต่อฝ่ายสนับสนุนที่สำคัญไว้ที่นี่ซึ่งจะปรากฏในหน้ารายละเอียดสินทรัพย์ของคุณ',
|
||||
'asset_manufacturers' => 'ผู้ผลิตสินทรัพย์',
|
||||
'create' => 'สร้างผู้ผลิต',
|
||||
'id' => 'ID',
|
||||
'name' => 'ชื่อ',
|
||||
'support_email' => 'อีเมลสนับสนุน',
|
||||
'support_phone' => 'โทรศัพท์สนับสนุน',
|
||||
'support_url' => 'URL การสนับสนุน',
|
||||
'warranty_lookup_url' => 'Warranty Lookup URL',
|
||||
'update' => 'ปรับปรุงผู้ผลิต',
|
||||
|
||||
);
|
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_models_title' => 'เกี่ยวกับโมเดลสินทรัพย์',
|
||||
'about_models_text' => 'โมเดลสินทรัพย์คือวิธีการจัดกลุ่มเนื้อหาที่เหมือนกัน "MBP 2013", "IPhone 6s" ฯลฯ',
|
||||
'deleted' => 'This model has been deleted.',
|
||||
'bulk_delete' => 'การลบรายการเป็นกลุ่ม',
|
||||
'bulk_delete_help' => 'ใช้ช่องทำเครื่องหมายด้านล่างเพื่อยืนยันการลบโมเดลเนื้อหาที่เลือก โมเดลสินทรัพย์ที่มีเนื้อหาเกี่ยวข้องกับเนื้อหาเหล่านั้นไม่สามารถลบออกได้จนกว่าสินทรัพย์จะเชื่อมโยงกับโมเดลอื่น',
|
||||
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
|
||||
'restore' => 'กู้คืนโมเดล',
|
||||
'requestable' => 'ผู้ใช้สามารถขอรับโมเดลนี้ได้',
|
||||
'show_mac_address' => 'แสดง MAC address ในสินทรัพย์ของโมเดลนี้',
|
||||
'view_deleted' => 'ดูที่ถูกลบ',
|
||||
'view_models' => 'ดูโมเดล',
|
||||
'fieldset' => 'fieldset',
|
||||
'no_custom_field' => 'ไม่มีฟิลด์ที่กำหนดเอง',
|
||||
'add_default_values' => 'เพิ่มค่าเริ่มต้น',
|
||||
);
|
@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'deleted' => 'Deleted asset model',
|
||||
'does_not_exist' => 'ไม่มีโมเดลนี้',
|
||||
'no_association' => 'WARNING! The asset model for this item is invalid or missing!',
|
||||
'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
|
||||
'assoc_users' => 'โมเดลนี้มีความสัมพันธ์กับสินทรัพย์หนึ่ง หรือมากกว่าในปัจจุบัน และจะไม่สามารถลบได้ กรุณาลบสินทรัพย์และลองอีกครั้ง ',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'ยังไม่ได้สร้างโมเดล กรุณาลองใหม่อีกครั้ง',
|
||||
'success' => 'สร้างโมเดียลเรียบร้อยแล้ว',
|
||||
'duplicate_set' => 'มีชื่อโมเดลสินทรัพย์ ผู้ผลิต และหมายเลขโมเดลแล้ว',
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'ยังไม่ได้ปรับปรุงโมเดล กรุณาลองใหม่อีกครั้ง',
|
||||
'success' => 'ปรับปรุงโมเดลเรียบร้อยแล้ว',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'คุณแน่ใจที่จะลบโมเดลนี้?',
|
||||
'error' => 'มีปัญหาระหว่างลบโมเดล กรุณาลองใหม่อีกครั้ง.',
|
||||
'success' => 'ลบโมเดลเรียบร้อยแล้ว'
|
||||
),
|
||||
|
||||
'restore' => array(
|
||||
'error' => 'ยังไม่ได้กู้คืนโมเดล กรุณาลองใหม่อีกครั้ง',
|
||||
'success' => 'กู้คืนโมเดลเรียบร้อยแล้ว'
|
||||
),
|
||||
|
||||
'bulkedit' => array(
|
||||
'error' => 'ไม่มีการเปลี่ยนแปลงเขตข้อมูลดังนั้นไม่มีอะไรที่ได้รับการปรับปรุง',
|
||||
'success' => 'Model successfully updated. |:model_count models successfully updated.',
|
||||
'warn' => 'You are about to update the properties of the following model:|You are about to edit the properties of the following :model_count models:',
|
||||
|
||||
),
|
||||
|
||||
'bulkdelete' => array(
|
||||
'error' => 'ไม่มีการเลือกรายการใด ๆ ดังนั้นจึงไม่มีสิ่งใดถูกลบ',
|
||||
'success' => 'Model deleted!|:success_count models deleted!',
|
||||
'success_partial' => ': success_count โมเดลถูกลบแล้วอย่างไรก็ตาม: ไม่สามารถลบข้อมูล fail_count เนื่องจากยังมีเนื้อหาที่เชื่อมโยงอยู่'
|
||||
),
|
||||
|
||||
);
|
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'create' => 'สร้างโมเดล',
|
||||
'created_at' => 'สร้างที่',
|
||||
'eol' => 'อายุการใช้งาน',
|
||||
'modelnumber' => 'หมายเลขโมเดล',
|
||||
'name' => 'ชื่อโมเดล',
|
||||
'numassets' => 'สินทรัพย์',
|
||||
'title' => 'รุ่นทรัพย์สิน',
|
||||
'update' => 'อัพเดทรุ่นสินทรัพย์',
|
||||
'view' => 'ดูรุ่นสินทรัพย์',
|
||||
'update' => 'อัพเดทรุ่นสินทรัพย์',
|
||||
'clone' => 'คัดลอกแบบรุ่น',
|
||||
'edit' => 'แก้ไขรุ่น',
|
||||
);
|
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'info' => 'เลือกออฟชั่นสำหรับรายงานสินทรัพย์ที่คุณต้องการ',
|
||||
'deleted_user' => 'Deleted user',
|
||||
'send_reminder' => 'Send reminder',
|
||||
'reminder_sent' => 'Reminder sent',
|
||||
'acceptance_deleted' => 'Acceptance request deleted',
|
||||
'acceptance_request' => 'Acceptance request',
|
||||
'custom_export' => [
|
||||
'user_address' => 'User Address',
|
||||
'user_city' => 'User City',
|
||||
'user_state' => 'User State',
|
||||
'user_country' => 'User Country',
|
||||
'user_zip' => 'User Zip'
|
||||
]
|
||||
];
|
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'error' => 'คุณต้องเลือกอย่างน้อยหนึ่งออฟชั่น'
|
||||
);
|
@ -0,0 +1,367 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'ad' => 'Active Directory',
|
||||
'ad_domain' => 'โดเมน Active Directory',
|
||||
'ad_domain_help' => 'นี่เป็นบางครั้งเหมือนกับโดเมนอีเมลของคุณ แต่ไม่บ่อยนัก',
|
||||
'ad_append_domain_label' => 'Append domain name',
|
||||
'ad_append_domain' => 'Append domain name to username field',
|
||||
'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".',
|
||||
'admin_cc_email' => 'อีเมล สำเนาถึง',
|
||||
'admin_cc_email_help' => 'หากคุณต้องการส่งสำเนาเช็คอิน / เช็คเอาต์อีเมลที่ส่งถึงผู้ใช้ไปยังบัญชีอีเมลอื่นให้ป้อนได้ที่นี่ มิฉะนั้นปล่อยให้ฟิลด์นี้ว่างเปล่า',
|
||||
'admin_settings' => 'Admin Settings',
|
||||
'is_ad' => 'นี่คือเซิร์ฟเวอร์ Active Directory',
|
||||
'alerts' => 'เตือน',
|
||||
'alert_title' => 'Update Notification Settings',
|
||||
'alert_email' => 'ส่งแจ้งเตือนไปยัง',
|
||||
'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated',
|
||||
'alerts_enabled' => 'การแจ้งเตือนถูกเปิดใช้งานแล้ว',
|
||||
'alert_interval' => 'เกณฑ์การเตือนที่หมดอายุ (เป็นวัน)',
|
||||
'alert_inv_threshold' => 'เกณฑ์การแจ้งเตือนพื้นที่โฆษณา',
|
||||
'allow_user_skin' => 'Allow User Skin',
|
||||
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.',
|
||||
'asset_ids' => 'รหัสทรัพย์สิน',
|
||||
'audit_interval' => 'ช่วงการตรวจสอบ',
|
||||
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
|
||||
'audit_warning_days' => 'เกณฑ์การตรวจสอบคำเตือน',
|
||||
'audit_warning_days_help' => 'เราควรเตือนล่วงหน้ากี่วันเมื่อสินทรัพย์มีกำหนดการตรวจสอบ?',
|
||||
'auto_increment_assets' => 'Generate auto-incrementing asset tags',
|
||||
'auto_increment_prefix' => 'Prefix (ส่วนเสริม)',
|
||||
'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this',
|
||||
'backups' => 'สำรอง',
|
||||
'backups_help' => 'Create, download, and restore backups ',
|
||||
'backups_restoring' => 'Restoring from Backup',
|
||||
'backups_upload' => 'Upload Backup',
|
||||
'backups_path' => 'Backups on the server are stored in <code>:path</code>',
|
||||
'backups_restore_warning' => 'Use the restore button <small><span class="btn btn-xs btn-warning"><i class="text-white fas fa-retweet" aria-hidden="true"></i></span></small> to restore from a previous backup. (This does not currently work with S3 file storage or Docker.)<br><br>Your <strong>entire :app_name database and any uploaded files will be completely replaced</strong> by what\'s in the backup file. ',
|
||||
'backups_logged_out' => 'All existing users, including you, will be logged out once your restore is complete.',
|
||||
'backups_large' => 'Very large backups may time out on the restore attempt and may still need to be run via command line. ',
|
||||
'barcode_settings' => 'ตั้งค่าบาร์โค๊ด',
|
||||
'confirm_purge' => 'ยืนยัน Purge',
|
||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone and will PERMANENTLY delete all soft-deleted items and users. (You should make a backup first, just to be safe.)',
|
||||
'custom_css' => 'กำหนด CSS เอง',
|
||||
'custom_css_help' => 'ระบุการกำหนด CSS ที่คุณต้องการใช้แทน ห้ามรวม tags นี้ <style></style>',
|
||||
'custom_forgot_pass_url' => 'URL รีเซ็ตรหัสผ่านที่กำหนดเอง',
|
||||
'custom_forgot_pass_url_help' => 'การทำเช่นนี้จะแทนที่ URL ของรหัสผ่านที่ลืมอยู่ภายในในหน้าจอการเข้าสู่ระบบซึ่งเป็นประโยชน์ในการแนะนำให้ผู้ใช้สามารถกำหนดรหัสผ่าน LDAP หรือใช้งานภายในได้ จะปิดการใช้งานฟังก์ชันรหัสผ่านลืมรหัสผ่านของผู้ใช้ภายในเครื่องได้อย่างมีประสิทธิภาพ',
|
||||
'dashboard_message' => 'ข้อความในหน้าแดชบอร์ด',
|
||||
'dashboard_message_help' => 'ข้อความนี้จะปรากฏในแดชบอร์ดสำหรับทุกคนที่มีสิทธิ์ดูแดชบอร์ด',
|
||||
'default_currency' => 'สกุลเงินตั้งต้น',
|
||||
'default_eula_text' => 'ค่าเริ่มต้นข้อกำหนดการใช้งาน',
|
||||
'default_language' => 'ภาษาเริ่มต้น',
|
||||
'default_eula_help_text' => 'คุณยังสามารถปรับแต่งข้อตกลงการใช้งานสำหรับกกำหนดให้กับหมวดหมู่ทรัพย์สินได้',
|
||||
'display_asset_name' => 'แสดงชื่อทรัพย์สิน',
|
||||
'display_checkout_date' => 'แสดงวันที่นำออก',
|
||||
'display_eol' => 'ดู EOL ในแบบตาราง',
|
||||
'display_qr' => 'รหัสสแควร์บนจอแสดงผล',
|
||||
'display_alt_barcode' => 'แสดงบาร์โค้ด 1D',
|
||||
'email_logo' => 'โลโก้อีเมล',
|
||||
'barcode_type' => 'ประเภทบาร์โค้ด 2D',
|
||||
'alt_barcode_type' => 'บาร์โค้ด 1D',
|
||||
'email_logo_size' => 'Square logos in email look best. ',
|
||||
'enabled' => 'Enabled',
|
||||
'eula_settings' => 'ตั้งค่าข้อตกลงการใช้งาน',
|
||||
'eula_markdown' => 'อนุญาต EULA นี้ <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||
'favicon' => 'Favicon',
|
||||
'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.',
|
||||
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
|
||||
'footer_text' => 'ข้อความส่วนท้ายเพิ่มเติม ',
|
||||
'footer_text_help' => 'ข้อความนี้จะปรากฏในส่วนท้ายด้านขวา ลิงค์ได้รับอนุญาตให้ใช้เครื่องหมาย <a href="https://help.github.com/articles/github-flavored-markdown/">Github รส</a>การแบ่งบรรทัดส่วนหัวภาพ ฯลฯ อาจส่งผลให้ไม่อาจคาดเดาได้',
|
||||
'general_settings' => 'การตั้งค่าทั่วไป',
|
||||
'general_settings_keywords' => 'company support, signature, acceptance, email format, username format, images, per page, thumbnail, eula, gravatar, tos, dashboard, privacy',
|
||||
'general_settings_help' => 'Default EULA and more',
|
||||
'generate_backup' => 'สร้างการสำรองข้อมูล',
|
||||
'google_workspaces' => 'Google Workspaces',
|
||||
'header_color' => 'สีส่วนหัว',
|
||||
'info' => 'การตั้งค่าเหล่านี้ช่วยให้คุณสามารถปรับแต่งลักษณะบางอย่าง',
|
||||
'label_logo' => 'โลโก้ฉลาก',
|
||||
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
|
||||
'laravel' => 'เวอร์ชั่น Laravel',
|
||||
'ldap' => 'LDAP',
|
||||
'ldap_default_group' => 'Default Permissions Group',
|
||||
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
|
||||
'no_default_group' => 'No Default Group',
|
||||
'ldap_help' => 'LDAP/Active Directory',
|
||||
'ldap_client_tls_key' => 'LDAP Client TLS Key',
|
||||
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
|
||||
'ldap_enabled' => 'เปิดใช้งาน LDAP แล้ว',
|
||||
'ldap_integration' => 'การรวม LDAP',
|
||||
'ldap_settings' => 'การตั้งค่า LDAP',
|
||||
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.',
|
||||
'ldap_location' => 'LDAP Location',
|
||||
'ldap_location_help' => 'The Ldap Location field should be used if <strong>an OU is not being used in the Base Bind DN.</strong> Leave this blank if an OU search is being used.',
|
||||
'ldap_login_test_help' => 'ป้อนชื่อผู้ใช้และรหัสผ่าน LDAP ที่ถูกต้องจากฐานข้อมูล DN ที่คุณระบุไว้ด้านบนเพื่อทดสอบว่าการเข้าสู่ระบบ LDAP ของคุณมีการกำหนดค่าอย่างถูกต้องหรือไม่ คุณต้องบันทึกการตั้งค่า LDAP ที่อัปเดตก่อน',
|
||||
'ldap_login_sync_help' => 'นี่เป็นการทดสอบว่า LDAP สามารถซิงค์ได้อย่างถูกต้อง หากแบบสอบถามการตรวจสอบสิทธิ์ LDAP ของคุณไม่ถูกต้องผู้ใช้อาจยังไม่สามารถเข้าสู่ระบบได้ คุณต้องบันทึกการตั้งค่า LDAP ที่อัปเดตก่อน',
|
||||
'ldap_manager' => 'LDAP Manager',
|
||||
'ldap_server' => 'เซิร์ฟเวอร์ LDAP',
|
||||
'ldap_server_help' => 'ซึ่งควรเริ่มต้นด้วย ldap: // (สำหรับ unencrypted หรือ TLS) หรือ ldaps: // (สำหรับ SSL)',
|
||||
'ldap_server_cert' => 'การตรวจสอบใบรับรอง SSL LDAP',
|
||||
'ldap_server_cert_ignore' => 'อนุญาตใบรับรอง SSL ที่ไม่ถูกต้อง',
|
||||
'ldap_server_cert_help' => 'เลือกช่องทำเครื่องหมายนี้ถ้าคุณใช้ใบรับรอง SSL ที่ลงนามด้วยตนเองและต้องการยอมรับใบรับรอง SSL ที่ไม่ถูกต้อง',
|
||||
'ldap_tls' => 'ใช้ TLS',
|
||||
'ldap_tls_help' => 'ควรเลือกเฉพาะกรณีที่คุณใช้งาน STARTTLS บนเซิร์ฟเวอร์ LDAP ของคุณ',
|
||||
'ldap_uname' => 'ชื่อผู้ใช้ LDAP Bind',
|
||||
'ldap_dept' => 'LDAP Department',
|
||||
'ldap_phone' => 'LDAP Telephone Number',
|
||||
'ldap_jobtitle' => 'LDAP Job Title',
|
||||
'ldap_country' => 'LDAP Country',
|
||||
'ldap_pword' => 'รหัสผ่าน LDAP Bind',
|
||||
'ldap_basedn' => 'ฐานผูก DN',
|
||||
'ldap_filter' => 'ตัวกรอง LDAP',
|
||||
'ldap_pw_sync' => 'การซิงค์รหัสผ่าน LDAP',
|
||||
'ldap_pw_sync_help' => 'ยกเลิกการเลือกช่องนี้หากคุณไม่ต้องการเก็บรหัสผ่าน LDAP ที่ซิงค์กับรหัสผ่านเฉพาะที่ การปิดใช้งานนี้หมายความว่าผู้ใช้ของคุณอาจไม่สามารถเข้าสู่ระบบได้หากเซิร์ฟเวอร์ LDAP ของคุณไม่สามารถเข้าถึงได้เนื่องจากเหตุผลบางประการ',
|
||||
'ldap_username_field' => 'ฟิลด์ชื่อผู้ใช้',
|
||||
'ldap_lname_field' => 'นามสกุล',
|
||||
'ldap_fname_field' => 'ชื่อแรกของ LDAP',
|
||||
'ldap_auth_filter_query' => 'ข้อความค้นหาการตรวจสอบความถูกต้องของ LDAP',
|
||||
'ldap_version' => 'เวอร์ชัน LDAP',
|
||||
'ldap_active_flag' => 'LDAP Active Flag',
|
||||
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. <strong>It does not affect the ability to check items in or out to them</strong>, and should be the <strong>attribute name</strong> within your AD/LDAP, <strong>not the value</strong>. <br><br>If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to <code>0</code> or <code>false</code>, <strong>user login will be disabled</strong>. If the value in the AD/LDAP field is set to <code>1</code> or <code>true</code> or <em>any other text</em> means the user can log in. When the field is blank in your AD, we respect the <code>userAccountControl</code> attribute, which usually allows non-suspended users to log in.',
|
||||
'ldap_emp_num' => 'หมายเลขพนักงานของ LDAP',
|
||||
'ldap_email' => 'อีเมล LDAP',
|
||||
'ldap_test' => 'Test LDAP',
|
||||
'ldap_test_sync' => 'Test LDAP Synchronization',
|
||||
'license' => 'ไลเซนซ์ซอฟต์แวร์',
|
||||
'load_remote' => 'Use Gravatar',
|
||||
'load_remote_help_text' => 'Uncheck this box if your install cannot load scripts from the outside internet. This will prevent Snipe-IT from trying load images from Gravatar.',
|
||||
'login' => 'Login Attempts',
|
||||
'login_attempt' => 'Login Attempt',
|
||||
'login_ip' => 'IP Address',
|
||||
'login_success' => 'สำเร็จ?',
|
||||
'login_user_agent' => 'User Agent',
|
||||
'login_help' => 'List of attempted logins',
|
||||
'login_note' => 'เข้าสู่ระบบหมายเหตุ',
|
||||
'login_note_help' => 'คุณสามารถเลือกไม่กี่ประโยคในหน้าจอการเข้าสู่ระบบของคุณเช่นช่วยผู้ที่พบอุปกรณ์สูญหายหรือถูกขโมย ฟิลด์นี้ยอมรับเครื่องหมายการค้าที่มีรสปรุงรส <a href="https://help.github.com/articles/github-flavored-markdown/">Github</a>',
|
||||
'login_remote_user_text' => 'ตัวเลือกการล็อกอินของผู้ใช้ระยะไกล',
|
||||
'login_remote_user_enabled_text' => 'เปิดใช้งานการเข้าสู่ระบบด้วย User Header ระยะไกล',
|
||||
'login_remote_user_enabled_help' => 'ตัวเลือกนี้จะช่วยให้การตรวจสอบความถูกต้องผ่านทางส่วนหัว REMOTE_USER ตาม "Common Gateway Interface (rfc3875)"',
|
||||
'login_common_disabled_text' => 'ปิดใช้งานกลไกการตรวจสอบสิทธิ์อื่น ๆ',
|
||||
'login_common_disabled_help' => 'ตัวเลือกนี้ปิดใช้งานกลไกการตรวจสอบสิทธิ์อื่น ๆ เพียงเปิดใช้งานตัวเลือกนี้หากคุณแน่ใจว่าการเข้าสู่ระบบ REMOTE_USER ของคุณกำลังทำงานอยู่แล้ว',
|
||||
'login_remote_user_custom_logout_url_text' => 'URL ออกจากระบบแบบกำหนดเอง',
|
||||
'login_remote_user_custom_logout_url_help' => 'หากมีการระบุ URL ไว้ที่นี่ผู้ใช้จะได้รับการเปลี่ยนเส้นทางไปยัง URL นี้หลังจากที่ผู้ใช้ล็อกออกจาก Snipe-IT ซึ่งจะเป็นประโยชน์ในการปิดเซสชันผู้ใช้ของผู้ให้บริการการรับรองความถูกต้องของคุณอย่างถูกต้อง',
|
||||
'login_remote_user_header_name_text' => 'Custom user name header',
|
||||
'login_remote_user_header_name_help' => 'Use the specified header instead of REMOTE_USER',
|
||||
'logo' => 'โลโก้',
|
||||
'logo_print_assets' => 'ใช้ในการพิมพ์',
|
||||
'logo_print_assets_help' => 'ใช้ตราสินค้าบนสินทรัพย์สามารถพิมพ์รายการ ',
|
||||
'full_multiple_companies_support_help_text' => 'จำกัด ผู้ใช้ (รวมทั้งผู้ดูแลระบบ) ที่มอบหมายให้ บริษัท ไปยังสินทรัพย์ของ บริษัท',
|
||||
'full_multiple_companies_support_text' => 'การสนับสนุนหลาย บริษัท',
|
||||
'show_in_model_list' => 'แสดงใน Dropdown แบบจำลอง',
|
||||
'optional' => 'ออฟชั่นเสริม',
|
||||
'per_page' => 'ผลการค้นหาต่อหน้า',
|
||||
'php' => 'เวอร์ชัน PHP',
|
||||
'php_info' => 'PHP Info',
|
||||
'php_overview' => 'PHP',
|
||||
'php_overview_keywords' => 'phpinfo, system, info',
|
||||
'php_overview_help' => 'PHP System info',
|
||||
'php_gd_info' => 'คุณต้องติดตั้ง php-gd เพื่อแสดง QR codes, ดูในคู่มือการติดตั้ง',
|
||||
'php_gd_warning' => 'ยังไม่ได้ติดตั้ง PHP imgae processing และ GD plugin',
|
||||
'pwd_secure_complexity' => 'ความซับซ้อนของรหัสผ่าน',
|
||||
'pwd_secure_complexity_help' => 'เลือกกฎความซับซ้อนของรหัสผ่านที่คุณต้องการบังคับใช้',
|
||||
'pwd_secure_complexity_disallow_same_pwd_as_user_fields' => 'Password cannot be the same as first name, last name, email, or username',
|
||||
'pwd_secure_complexity_letters' => 'Require at least one letter',
|
||||
'pwd_secure_complexity_numbers' => 'Require at least one number',
|
||||
'pwd_secure_complexity_symbols' => 'Require at least one symbol',
|
||||
'pwd_secure_complexity_case_diff' => 'Require at least one uppercase and one lowercase',
|
||||
'pwd_secure_min' => 'รหัสผ่านขั้นต่ำอักขระ',
|
||||
'pwd_secure_min_help' => 'ค่าต่ำสุดที่อนุญาตคือ 8',
|
||||
'pwd_secure_uncommon' => 'ป้องกันรหัสผ่านทั่วไป',
|
||||
'pwd_secure_uncommon_help' => 'การดำเนินการนี้จะไม่อนุญาตให้ผู้ใช้ใช้รหัสผ่านทั่วไปจากรหัสผ่าน 10,000 อันดับแรกที่รายงานว่าละเมิด',
|
||||
'qr_help' => 'เปิดใช้งาน QR Codes ก่อนการตั้งค่านี้',
|
||||
'qr_text' => 'ข้อความโค้ด QR',
|
||||
'saml' => 'SAML',
|
||||
'saml_title' => 'Update SAML settings',
|
||||
'saml_help' => 'SAML settings',
|
||||
'saml_enabled' => 'SAML enabled',
|
||||
'saml_integration' => 'SAML Integration',
|
||||
'saml_sp_entityid' => 'Entity ID',
|
||||
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
||||
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
||||
'saml_sp_x509cert' => 'Public Certificate',
|
||||
'saml_sp_metadata_url' => 'Metadata URL',
|
||||
'saml_idp_metadata' => 'SAML IdP Metadata',
|
||||
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
||||
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
|
||||
'saml_attr_mapping_username_help' => 'NameID will be used if attribute mapping is unspecified or invalid.',
|
||||
'saml_forcelogin_label' => 'SAML Force Login',
|
||||
'saml_forcelogin' => 'Make SAML the primary login',
|
||||
'saml_forcelogin_help' => 'You can use \'/login?nosaml\' to get to the normal login page.',
|
||||
'saml_slo_label' => 'SAML Single Log Out',
|
||||
'saml_slo' => 'Send a LogoutRequest to IdP on Logout',
|
||||
'saml_slo_help' => 'This will cause the user to be first redirected to the IdP on logout. Leave unchecked if the IdP doesn\'t correctly support SP-initiated SAML SLO.',
|
||||
'saml_custom_settings' => 'SAML Custom Settings',
|
||||
'saml_custom_settings_help' => 'You can specify additional settings to the onelogin/php-saml library. Use at your own risk.',
|
||||
'saml_download' => 'Download Metadata',
|
||||
'setting' => 'การตั้งค่า',
|
||||
'settings' => 'ตั้งค่า',
|
||||
'show_alerts_in_menu' => 'แสดงการแจ้งเตือนในเมนูด้านบน',
|
||||
'show_archived_in_list' => 'สินทรัพย์ที่เก็บถาวร',
|
||||
'show_archived_in_list_text' => 'แสดงเนื้อหาที่เก็บถาวรในรายการ "เนื้อหาทั้งหมด"',
|
||||
'show_assigned_assets' => 'Show assets assigned to assets',
|
||||
'show_assigned_assets_help' => 'Display assets which were assigned to the other assets in View User -> Assets, View User -> Info -> Print All Assigned and in Account -> View Assigned Assets.',
|
||||
'show_images_in_email' => 'แสดงภาพในอีเมล',
|
||||
'show_images_in_email_help' => 'ยกเลิกการทำเครื่องหมายในช่องนี้หากการติดตั้ง Snipe-IT ของคุณอยู่หลัง VPN หรือเครือข่ายที่ปิดอยู่และผู้ใช้ภายนอกเครือข่ายจะไม่สามารถโหลดภาพที่แสดงจากการติดตั้งนี้ในอีเมลของตนได้',
|
||||
'site_name' => 'ชื่อไซต์',
|
||||
'integrations' => 'Integrations',
|
||||
'slack' => 'Slack',
|
||||
'general_webhook' => 'General Webhook',
|
||||
'ms_teams' => 'Microsoft Teams',
|
||||
'webhook' => ':app',
|
||||
'webhook_presave' => 'Test to Save',
|
||||
'webhook_title' => 'Update Webhook Settings',
|
||||
'webhook_help' => 'Integration settings',
|
||||
'webhook_botname' => ':app Botname',
|
||||
'webhook_channel' => ':app Channel',
|
||||
'webhook_endpoint' => ':app Endpoint',
|
||||
'webhook_integration' => ':app Settings',
|
||||
'webhook_test' =>'Test :app integration',
|
||||
'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first <a href=":webhook_link" target="_new" rel="noopener">create an incoming webhook</a> on your :app account. Click on the <strong>Test :app Integration</strong> button to confirm your settings are correct before saving. ',
|
||||
'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.',
|
||||
'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.',
|
||||
'snipe_version' => 'Snipe-IT version',
|
||||
'support_footer' => 'ลิงค์ในส่วนท้ายของหน้า ',
|
||||
'support_footer_help' => 'ระบุผู้ที่เห็นลิงก์ไปยังข้อมูลสนับสนุน Snipe-IT และคู่มือผู้ใช้',
|
||||
'version_footer' => 'รุ่นในส่วนท้าย ',
|
||||
'version_footer_help' => 'ระบุผู้ที่สามารถเห็นเวอร์ชัน Snipe-IT และบิวด์',
|
||||
'system' => 'ข้อมูลระบบ',
|
||||
'update' => 'แก้ไขการตั้งค่า',
|
||||
'value' => 'มูลค่า',
|
||||
'brand' => 'การสร้างแบรนด์',
|
||||
'brand_keywords' => 'footer, logo, print, theme, skin, header, colors, color, css',
|
||||
'brand_help' => 'Logo, Site Name',
|
||||
'web_brand' => 'Web Branding Type',
|
||||
'about_settings_title' => 'เกี่ยวกับการตั้งค่า',
|
||||
'about_settings_text' => 'การตั้งค่าเหล่านี้ช่วยให้คุณสามารถปรับแต่งลักษณะการติดตั้งของคุณได้',
|
||||
'labels_per_page' => 'ป้ายกำกับต่อหน้า',
|
||||
'label_dimensions' => 'ขนาดฉลาก (นิ้ว)',
|
||||
'next_auto_tag_base' => 'การเพิ่มอัตโนมัติครั้งต่อไป',
|
||||
'page_padding' => 'ส่วนของหน้า (นิ้ว)',
|
||||
'privacy_policy_link' => 'ลิงก์ไปยังนโยบายส่วนบุคคล',
|
||||
'privacy_policy' => 'นโยบายความเป็นส่วนตัว',
|
||||
'privacy_policy_link_help' => 'หากรวม URL ไว้ที่นี่ลิงก์เชื่อมโยงไปยังนโยบายส่วนบุคคลของคุณจะรวมอยู่ในส่วนท้ายของแอปและในอีเมลที่ระบบส่งออกตามเกณฑ์ GDPR ',
|
||||
'purge' => 'ล้างข้อมูลที่ถูกลบ',
|
||||
'purge_deleted' => 'Purge Deleted ',
|
||||
'labels_display_bgutter' => 'ป้ายก้นท่อ',
|
||||
'labels_display_sgutter' => 'รางด้านฉลาก',
|
||||
'labels_fontsize' => 'ขนาดแบบอักษรของป้ายกำกับ',
|
||||
'labels_pagewidth' => 'ความกว้างของแผ่นฉลาก',
|
||||
'labels_pageheight' => 'ความสูงของแผ่นฉลาก',
|
||||
'label_gutters' => 'ระยะห่างของป้ายกำกับ (นิ้ว)',
|
||||
'page_dimensions' => 'ขนาดหน้าเว็บ (นิ้ว)',
|
||||
'label_fields' => 'ระบุฟิลด์ที่มองเห็นได้',
|
||||
'inches' => 'นิ้ว',
|
||||
'width_w' => 'W',
|
||||
'height_h' => 'ชั่วโมง',
|
||||
'show_url_in_emails' => 'เชื่อมโยงกับ Snipe-IT ในอีเมล',
|
||||
'show_url_in_emails_help_text' => 'ยกเลิกการเลือกช่องนี้หากคุณไม่ต้องการเชื่อมโยงกับการติดตั้ง Snipe-IT ในส่วนท้ายของอีเมล มีประโยชน์หากผู้ใช้ส่วนใหญ่ไม่เคยเข้าสู่ระบบ',
|
||||
'text_pt' => 'จุด',
|
||||
'thumbnail_max_h' => 'ความสูงของภาพขนาดย่อสูงสุด',
|
||||
'thumbnail_max_h_help' => 'ความสูงสูงสุดเป็นพิกเซลที่ภาพขนาดย่ออาจแสดงในมุมมองรายการ ต่ำสุด 25, สูงสุด 500',
|
||||
'two_factor' => 'การตรวจสอบความถูกต้องของปัจจัยสองตัว',
|
||||
'two_factor_secret' => 'รหัสสองปัจจัย',
|
||||
'two_factor_enrollment' => 'การลงทะเบียนสองปัจจัย',
|
||||
'two_factor_enabled_text' => 'เปิดใช้งาน Two Factor',
|
||||
'two_factor_reset' => 'รีเซ็ตความลับสองระดับ',
|
||||
'two_factor_reset_help' => 'This will force the user to enroll their device with their authenticator app again. This can be useful if their currently enrolled device is lost or stolen. ',
|
||||
'two_factor_reset_success' => 'รีเซ็ตเครื่องอุปกรณ์สองตัวเรียบร้อยแล้ว',
|
||||
'two_factor_reset_error' => 'การรีเซ็ตอุปกรณ์สององค์ประกอบล้มเหลว',
|
||||
'two_factor_enabled_warning' => 'การเปิดใช้งานสองปัจจัยหากไม่ได้เปิดใช้อยู่ในขณะนี้จะบังคับให้คุณตรวจสอบสิทธิ์ด้วยอุปกรณ์ที่ลงทะเบียนของ Google Auth คุณจะสามารถลงทะเบียนอุปกรณ์ของคุณหากยังไม่ได้ลงทะเบียนเรียน',
|
||||
'two_factor_enabled_help' => 'การทำเช่นนี้จะเปิดใช้การตรวจสอบสิทธิ์แบบสองปัจจัยโดยใช้ Google Authenticator',
|
||||
'two_factor_optional' => 'เลือก (ผู้ใช้สามารถเปิดหรือปิดใช้งานได้ถ้าได้รับอนุญาต)',
|
||||
'two_factor_required' => 'จำเป็นสำหรับผู้ใช้ทั้งหมด',
|
||||
'two_factor_disabled' => 'พิการ',
|
||||
'two_factor_enter_code' => 'ป้อนรหัสสองปัจจัย',
|
||||
'two_factor_config_complete' => 'ส่งรหัส',
|
||||
'two_factor_enabled_edit_not_allowed' => 'ผู้ดูแลระบบของคุณไม่อนุญาตให้คุณแก้ไขการตั้งค่านี้',
|
||||
'two_factor_enrollment_text' => "จำเป็นต้องมีการตรวจสอบสิทธิ์สองปัจจัย แต่อุปกรณ์ของคุณยังไม่ได้ลงทะเบียน เปิดแอป Google Authenticator และสแกนโค้ด QR ด้านล่างเพื่อลงทะเบียนอุปกรณ์ของคุณ เมื่อคุณลงทะเบียนอุปกรณ์แล้วให้ป้อนรหัสด้านล่าง",
|
||||
'require_accept_signature' => 'ต้องการลายเซ็น',
|
||||
'require_accept_signature_help_text' => 'การเปิดใช้งานคุณลักษณะนี้จะกำหนดให้ผู้ใช้ลงชื่อเข้าใช้เพื่อยอมรับเนื้อหา',
|
||||
'left' => 'ซ้าย',
|
||||
'right' => 'ขวา',
|
||||
'top' => 'ด้านบน',
|
||||
'bottom' => 'ด้านล่าง',
|
||||
'vertical' => 'แนวตั้ง',
|
||||
'horizontal' => 'ตามแนวนอน',
|
||||
'unique_serial' => 'หมายเลขซีเรียลที่ไม่ซ้ำกัน',
|
||||
'unique_serial_help_text' => 'การทำเครื่องหมายในช่องนี้จะบังคับใช้ข้อ จำกัด เฉพาะใน serials ของเนื้อหา',
|
||||
'zerofill_count' => 'ความยาวของแท็กเนื้อหารวมทั้ง zerofill',
|
||||
'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.',
|
||||
'oauth_title' => 'OAuth API Settings',
|
||||
'oauth' => 'OAuth',
|
||||
'oauth_help' => 'Oauth Endpoint Settings',
|
||||
'asset_tag_title' => 'Update Asset Tag Settings',
|
||||
'barcode_title' => 'Update Barcode Settings',
|
||||
'barcodes' => 'Barcodes',
|
||||
'barcodes_help_overview' => 'Barcode & QR settings',
|
||||
'barcodes_help' => 'This will attempt to delete cached barcodes. This would typically only be used if your barcode settings have changed, or if your Snipe-IT URL has changed. Barcodes will be re-generated when accessed next.',
|
||||
'barcodes_spinner' => 'Attempting to delete files...',
|
||||
'barcode_delete_cache' => 'Delete Barcode Cache',
|
||||
'branding_title' => 'Update Branding Settings',
|
||||
'general_title' => 'Update General Settings',
|
||||
'mail_test' => 'Send Test',
|
||||
'mail_test_help' => 'This will attempt to send a test mail to :replyto.',
|
||||
'filter_by_keyword' => 'Filter by setting keyword',
|
||||
'security' => 'Security',
|
||||
'security_title' => 'Update Security Settings',
|
||||
'security_keywords' => 'password, passwords, requirements, two factor, two-factor, common passwords, remote login, logout, authentication',
|
||||
'security_help' => 'Two-factor, Password Restrictions',
|
||||
'groups_keywords' => 'permissions, permission groups, authorization',
|
||||
'groups_help' => 'Account permission groups',
|
||||
'localization' => 'Localization',
|
||||
'localization_title' => 'Update Localization Settings',
|
||||
'localization_keywords' => 'localization, currency, local, locale, time zone, timezone, international, internatinalization, language, languages, translation',
|
||||
'localization_help' => 'Language, date display',
|
||||
'notifications' => 'Notifications',
|
||||
'notifications_help' => 'Email Alerts & Audit Settings',
|
||||
'asset_tags_help' => 'Incrementing and prefixes',
|
||||
'labels' => 'Labels',
|
||||
'labels_title' => 'Update Label Settings',
|
||||
'labels_help' => 'Label sizes & settings',
|
||||
'purge' => 'Purge',
|
||||
'purge_keywords' => 'permanently delete',
|
||||
'purge_help' => 'ล้างข้อมูลที่ถูกลบ',
|
||||
'ldap_extension_warning' => 'It does not look like the LDAP extension is installed or enabled on this server. You can still save your settings, but you will need to enable the LDAP extension for PHP before LDAP syncing or login will work.',
|
||||
'ldap_ad' => 'LDAP/AD',
|
||||
'employee_number' => 'หมายเลขพนักงาน',
|
||||
'create_admin_user' => 'Create a User ::',
|
||||
'create_admin_success' => 'Success! Your admin user has been added!',
|
||||
'create_admin_redirect' => 'Click here to go to your app login!',
|
||||
'setup_migrations' => 'Database Migrations ::',
|
||||
'setup_no_migrations' => 'There was nothing to migrate. Your database tables were already set up!',
|
||||
'setup_successful_migrations' => 'Your database tables have been created',
|
||||
'setup_migration_output' => 'Migration output:',
|
||||
'setup_migration_create_user' => 'Next: Create User',
|
||||
'ldap_settings_link' => 'LDAP Settings Page',
|
||||
'slack_test' => 'Test <i class="fab fa-slack"></i> Integration',
|
||||
'label2_enable' => 'New Label Engine',
|
||||
'label2_enable_help' => 'Switch to the new label engine. <b>Note: You will need to save this setting before setting others.</b>',
|
||||
'label2_template' => 'Template',
|
||||
'label2_template_help' => 'Select which template to use for label generation',
|
||||
'label2_title' => 'หัวเรื่อง',
|
||||
'label2_title_help' => 'The title to show on labels that support it',
|
||||
'label2_title_help_phold' => 'The placeholder <code>{COMPANY}</code> will be replaced with the asset's company name',
|
||||
'label2_asset_logo' => 'Use Asset Logo',
|
||||
'label2_asset_logo_help' => 'Use the logo of the asset's assigned company, rather than the value at <code>:setting_name</code>',
|
||||
'label2_1d_type' => '1D Barcode Type',
|
||||
'label2_1d_type_help' => 'Format for 1D barcodes',
|
||||
'label2_2d_type' => 'ประเภทบาร์โค้ด 2D',
|
||||
'label2_2d_type_help' => 'Format for 2D barcodes',
|
||||
'label2_2d_target' => '2D Barcode Target',
|
||||
'label2_2d_target_help' => 'The URL the 2D barcode points to when scanned',
|
||||
'label2_fields' => 'Field Definitions',
|
||||
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
|
||||
'help_asterisk_bold' => 'Text entered as <code>**text**</code> will be displayed as bold',
|
||||
'help_blank_to_use' => 'Leave blank to use the value from <code>:setting_name</code>',
|
||||
'help_default_will_use' => '<code>:default</code> will use the value from <code>:setting_name</code>. <br>Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see <a href="https://snipe-it.readme.io/docs/barcodes">the documentation <i class="fa fa-external-link"></i></a> for more details. ',
|
||||
'default' => 'Default',
|
||||
'none' => 'None',
|
||||
'google_callback_help' => 'This should be entered as the callback URL in your Google OAuth app settings in your organization's <strong><a href="https://console.cloud.google.com/" target="_blank">Google developer console <i class="fa fa-external-link" aria-hidden="true"></i></a></strong>.',
|
||||
'google_login' => 'Google Workspace Login Settings',
|
||||
'enable_google_login' => 'Enable users to login with Google Workspace',
|
||||
'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ',
|
||||
'mail_reply_to' => 'Mail Reply-To Address',
|
||||
'mail_from' => 'Mail From Address',
|
||||
'database_driver' => 'Database Driver',
|
||||
'bs_table_storage' => 'Table Storage',
|
||||
'timezone' => 'Timezone',
|
||||
|
||||
];
|
@ -0,0 +1,46 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'update' => [
|
||||
'error' => 'เกิด error ระหว่างการอัพเดตข้อมูล ',
|
||||
'success' => 'อัพเดตการตั้งค่าเรียบร้อยแล้ว',
|
||||
],
|
||||
'backup' => [
|
||||
'delete_confirm' => 'คุณแน่ใจที่จะลบข้อมูลสำรองนี้? การดำเนินการนี้จะไม่สามารถกู้คืนได้ ',
|
||||
'file_deleted' => 'ลบข้อมูลสำรองเรียบร้อยแล้ว ',
|
||||
'generated' => 'ไฟล์ข้อมูลสำรองถูกสร้างเรียบร้อยแล้ว',
|
||||
'file_not_found' => 'ไม่พบไฟล์ข้อมูลสำรองบนเซิฟเวอร์',
|
||||
'restore_warning' => 'Yes, restore it. I acknowledge that this will overwrite any existing data currently in the database. This will also log out all of your existing users (including you).',
|
||||
'restore_confirm' => 'Are you sure you wish to restore your database from :filename?'
|
||||
],
|
||||
'purge' => [
|
||||
'error' => 'เกิดข้อผิดพลาดขณะล้างข้อมูล',
|
||||
'validation_failed' => 'การยืนยันการล้างข้อมูลของคุณไม่ถูกต้อง โปรดพิมพ์คำว่า "DELETE" ในช่องยืนยัน',
|
||||
'success' => 'ล้างระเบียนเรียบร้อยแล้ว',
|
||||
],
|
||||
'mail' => [
|
||||
'sending' => 'Sending Test Email...',
|
||||
'success' => 'Mail sent!',
|
||||
'error' => 'Mail could not be sent.',
|
||||
'additional' => 'No additional error message provided. Check your mail settings and your app log.'
|
||||
],
|
||||
'ldap' => [
|
||||
'testing' => 'Testing LDAP Connection, Binding & Query ...',
|
||||
'500' => '500 Server Error. Please check your server logs for more information.',
|
||||
'error' => 'Something went wrong :(',
|
||||
'sync_success' => 'A sample of 10 users returned from the LDAP server based on your settings:',
|
||||
'testing_authentication' => 'Testing LDAP Authentication...',
|
||||
'authentication_success' => 'User authenticated against LDAP successfully!'
|
||||
],
|
||||
'webhook' => [
|
||||
'sending' => 'Sending :app test message...',
|
||||
'success' => 'Your :webhook_name Integration works!',
|
||||
'success_pt1' => 'Success! Check the ',
|
||||
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
|
||||
'500' => '500 Server Error.',
|
||||
'error' => 'Something went wrong. :app responded with: :error_message',
|
||||
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we don’t follow redirects. Please use the actual endpoint.',
|
||||
'error_misc' => 'Something went wrong. :( ',
|
||||
]
|
||||
];
|
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'created' => 'สร้างแล้ว',
|
||||
'size' => 'Size',
|
||||
);
|
@ -0,0 +1,32 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'does_not_exist' => 'ไม่มีป้ายสถานะ',
|
||||
'deleted_label' => 'Deleted Status Label',
|
||||
'assoc_assets' => 'ป้ายสถานะนี้เชื่อมโยงกับสินทรัพย์อย่างน้อยหนึ่งรายการและไม่สามารถลบได้ โปรดอัปเดตเนื้อหาของคุณเพื่อไม่ให้อ้างอิงสถานะนี้อีกแล้วลองอีกครั้ง',
|
||||
|
||||
'create' => [
|
||||
'error' => 'ไม่ได้สร้างป้ายสถานะโปรดลองอีกครั้ง',
|
||||
'success' => 'สร้างป้ายสถานะสำเร็จแล้ว',
|
||||
],
|
||||
|
||||
'update' => [
|
||||
'error' => 'ป้ายสถานะไม่ได้รับการอัปเดตโปรดลองอีกครั้ง',
|
||||
'success' => 'อัปเดตป้ายสถานะสำเร็จแล้ว',
|
||||
],
|
||||
|
||||
'delete' => [
|
||||
'confirm' => 'คุณแน่ใจหรือไม่ว่าต้องการลบป้ายสถานะนี้',
|
||||
'error' => 'มีปัญหาในการลบป้ายสถานะ กรุณาลองอีกครั้ง.',
|
||||
'success' => 'ป้ายสถานะถูกลบเรียบร้อยแล้ว',
|
||||
],
|
||||
|
||||
'help' => [
|
||||
'undeployable' => 'ไม่สามารถกำหนดเนื้อหาเหล่านี้ให้กับทุกคนได้',
|
||||
'deployable' => 'สามารถตรวจสอบสินทรัพย์เหล่านี้ได้ เมื่อได้รับมอบหมายแล้วพวกเขาจะถือว่าสถานะ meta ของ <i class="fas fa-circle text-blue"></i> <strong>Deployed</strong>',
|
||||
'archived' => 'ไม่สามารถตรวจสอบเนื้อหาเหล่านี้ได้และจะปรากฏเฉพาะในมุมมองที่เก็บถาวรเท่านั้น วิธีนี้มีประโยชน์สำหรับการเก็บรักษาข้อมูลเกี่ยวกับสินทรัพย์เพื่อการจัดทำงบประมาณ / วัตถุประสงค์ทางประวัติศาสตร์ แต่จะช่วยให้พวกเขาออกจากรายชื่อสินทรัพย์แบบวันต่อวัน',
|
||||
'pending' => 'สินทรัพย์เหล่านี้ยังไม่สามารถกำหนดให้กับทุกคนซึ่งมักใช้สำหรับรายการที่ไม่ได้รับการซ่อม แต่คาดว่าจะกลับสู่การหมุนเวียน',
|
||||
],
|
||||
|
||||
];
|
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about' => 'เกี่ยวกับป้ายสถานะ',
|
||||
'archived' => 'ที่เก็บถาวร',
|
||||
'create' => 'สร้างป้ายสถานะ',
|
||||
'color' => 'สีแผนภูมิ',
|
||||
'default_label' => 'ป้ายกำกับเริ่มต้น',
|
||||
'default_label_help' => 'ใช้เพื่อให้แน่ใจว่าป้ายสถานะของคุณใช้บ่อยที่สุดจะปรากฏที่ด้านบนของกล่องเลือกเมื่อสร้าง / แก้ไขเนื้อหา',
|
||||
'deployable' => 'สามารถใช้งานได้',
|
||||
'info' => 'ป้ายสถานะใช้สำหรับบ่งบอกสถานะของสินทรัพย์ของคุณว่าอยู่ในสถานะใด ซึ่งอาจจะอยู่สถานะ เช่น ซ่อมแซม สูญหาย ถูกขโมย เป็นต้น คุณสามารถสร้างป้ายสถานะสำหรับ สามารถใช้งานได้ หรืออยู่ในระหว่างการดำเนินการ หรือ ถูกเก็บไว้ถาวร',
|
||||
'name' => 'ชื่อสถานะ',
|
||||
'pending' => 'อยู่ระหว่างดำเนินการ',
|
||||
'status_type' => 'ประเภทสถานะ',
|
||||
'show_in_nav' => 'แสดงใน nav ด้านข้าง',
|
||||
'title' => 'ป้ายสถานะ',
|
||||
'undeployable' => 'ไม่สามารถนำไปใช้งานได้',
|
||||
'update' => 'ปรับปรุงป้ายสถานะ',
|
||||
);
|
@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'deleted' => 'Deleted supplier',
|
||||
'does_not_exist' => 'ไม่มีซัพพลายเออร์',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'ซัพพลายเออร์ยังไม่ถูกสร้าง กรุณราลองใหม่อีกครั้ง',
|
||||
'success' => 'สร้างซัพพลายเออร์เสร็จสมบูรณ์แล้ว'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'ไม่ได้อัพเดทซัพพลายเออร์ กรุณาลองใหม่อีกครั้ง',
|
||||
'success' => 'อัพเดทซัพพลายเออร์เสร็จสมบูรณ์แล้ว'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'คุณแน่ใจว่าคุณตั้งใจจะลบซัพพลายเออร์นี้?',
|
||||
'error' => 'มีปัญหาระหว่างลบซัพพลายเออร์ กรุณาลองใหม่อีกครั้ง',
|
||||
'success' => 'ลบซัพพลายเออร์เสร็จสมบูรณ์แล้ว',
|
||||
'assoc_assets' => 'ซัพพลายเออร์นี้มีความเกี่ยวข้องอยู่กับรายการอื่นอย่างน้อยหนึ่งรายการในปัจจุบัน และจะไม่สามารถลบได้ กรุณาแก้ไขโดยการเอารายการดังกล่าวออกจากความเกี่ยวข้องหรืออ้างอิง และลองใหม่อีกครั้ง ',
|
||||
'assoc_licenses' => 'ซัพพลายเออร์นี้มีความเกี่ยวข้องอยู่กับรายการอื่นอย่างน้อยหนึ่งรายการในปัจจุบัน และจะไม่สามารถลบได้ กรุณาแก้ไขโดยการเอารายการดังกล่าวออกจากความเกี่ยวข้องหรืออ้างอิง และลองใหม่อีกครั้ง ',
|
||||
'assoc_maintenances' => 'ซัพพลายเออร์นี้มีความเกี่ยวข้องอยู่กับรายการอื่นอย่างน้อยหนึ่งรายการในปัจจุบัน และจะไม่สามารถลบได้ กรุณาแก้ไขโดยการเอารายการดังกล่าวออกจากความเกี่ยวข้องหรืออ้างอิง และลองใหม่อีกครั้ง ',
|
||||
)
|
||||
|
||||
);
|
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about_suppliers_title' => 'เกี่ยวกับซัพพลายเออร์',
|
||||
'about_suppliers_text' => 'ซัพพลายเออร์ใช้เพื่อติดตามแหล่งที่มาของสินค้า',
|
||||
'address' => 'ที่อยู่ซัพพลายเออร์',
|
||||
'assets' => 'ทรัพย์สิน',
|
||||
'city' => 'เมือง',
|
||||
'contact' => 'ชื่อผู้ติดต่อ',
|
||||
'country' => 'ประเทศ',
|
||||
'create' => 'สร้างซัพพลายเออร์',
|
||||
'email' => 'อีเมล',
|
||||
'fax' => 'แฟ็กซ์',
|
||||
'id' => 'ID',
|
||||
'licenses' => 'ลิขสิทธิ์',
|
||||
'name' => 'ชื่อซัพพลายเออร์',
|
||||
'notes' => 'หมายเหตุ',
|
||||
'phone' => 'โทรศัพท์',
|
||||
'state' => 'รัฐ',
|
||||
'suppliers' => 'ซัพพลายเออร์',
|
||||
'update' => 'แก้ไขซัพพลายเออร์',
|
||||
'view' => 'ดูซัพพลายเออร์',
|
||||
'view_assets_for' => 'ดูทรัพย์สินสำหรับ',
|
||||
'zip' => 'รหัสไปรษณีย์',
|
||||
|
||||
);
|
@ -0,0 +1,54 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'activated_help_text' => 'ผู้ใช้รายนี้สามารถเข้าระบบได้',
|
||||
'activated_disabled_help_text' => 'คุณไม่สามารถแก้ไขสถานะเปิดใช้งานสำหรับบัญชีของคุณเอง',
|
||||
'assets_user' => 'ทรัพย์สินที่กำหนดให้ :name',
|
||||
'bulk_update_warn' => 'คุณกำลังแก้ไขคุณสมบัติของ: user_count users โปรดทราบว่าคุณไม่สามารถเปลี่ยนแอตทริบิวต์ผู้ใช้ของคุณเองโดยใช้แบบฟอร์มนี้และต้องแก้ไขผู้ใช้ของคุณเองเป็นรายบุคคล',
|
||||
'bulk_update_help' => 'ฟอร์มนี้ช่วยให้คุณสามารถอัปเดตผู้ใช้หลายรายพร้อมกัน กรอกข้อมูลในช่องที่คุณต้องการเปลี่ยนเท่านั้น ช่องใด ๆ ที่เว้นไว้จะไม่มีการเปลี่ยนแปลง',
|
||||
'current_assets' => 'เนื้อหาปัจจุบันที่เช็คเอาท์ให้กับผู้ใช้รายนี้',
|
||||
'clone' => 'โคลนผู้ใช้',
|
||||
'contact_user' => 'ติดต่อ :name',
|
||||
'edit' => 'แก้ไขผู้ใช้',
|
||||
'filetype_info' => 'ประเภทของไฟล์ที่อนุญาตแล้ว มีดังนี้ png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar',
|
||||
'history_user' => 'ประวัติของ :name',
|
||||
'info' => 'ข้อมูล',
|
||||
'restore_user' => 'คลิกที่นี่เพื่อเรียกคืน',
|
||||
'last_login' => 'เข้าสู่ระบบล่าสุด',
|
||||
'ldap_config_text' => 'คุณสามารถตั้งค่าการกำหนดค่า LDAP ได้ Admin> การตั้งค่า สถานที่ที่เลือก (เลือกได้) จะถูกตั้งค่าสำหรับผู้ใช้ที่นำเข้าทั้งหมด',
|
||||
'print_assigned' => 'พิมพ์รายการทั้งหมดที่ได้รับมอบหมาย',
|
||||
'email_assigned' => 'Email List of All Assigned',
|
||||
'user_notified' => 'User has been emailed a list of their currently assigned items.',
|
||||
'auto_assign_label' => 'Include this user when auto-assigning eligible licenses',
|
||||
'auto_assign_help' => 'Skip this user in auto assignment of licenses',
|
||||
'software_user' => 'ซอฟต์แวร์ที่กำหนดให้ :name',
|
||||
'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.',
|
||||
'view_user' => 'ดูผู้ใช้ :name',
|
||||
'usercsv' => 'ไฟล์ CSV',
|
||||
'two_factor_admin_optin_help' => 'การตั้งค่าผู้ดูแลระบบปัจจุบันช่วยให้สามารถใช้การตรวจสอบสิทธิ์แบบสองปัจจัยได้อย่างมีประสิทธิภาพ',
|
||||
'two_factor_enrolled' => 'อุปกรณ์ 2FA ที่ลงทะเบียนแล้ว',
|
||||
'two_factor_active' => '2FA Active',
|
||||
'user_deactivated' => 'User cannot login',
|
||||
'user_activated' => 'User can login',
|
||||
'activation_status_warning' => 'Do not change activation status',
|
||||
'group_memberships_helpblock' => 'Only superadmins may edit group memberships.',
|
||||
'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.',
|
||||
'admin_permission_warning' => 'Only users with admins rights or greater may grant a user admin access.',
|
||||
'remove_group_memberships' => 'Remove Group Memberships',
|
||||
'warning_deletion_information' => 'You are about to checkin ALL items from the :count user(s) listed below. Super admin names are highlighted in red.',
|
||||
'update_user_assets_status' => 'Update all assets for these users to this status',
|
||||
'checkin_user_properties' => 'Check in all properties associated with these users',
|
||||
'remote_label' => 'This is a remote user',
|
||||
'remote' => 'Remote',
|
||||
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
|
||||
'not_remote_label' => 'This is not a remote user',
|
||||
'vip_label' => 'VIP user',
|
||||
'vip_help' => 'This can be helpful to mark important people in your org if you would like to handle them in special ways.',
|
||||
'create_user' => 'Create a user',
|
||||
'create_user_page_explanation' => 'This is the account information you will use to access the site for the first time.',
|
||||
'email_credentials' => 'Email credentials',
|
||||
'email_credentials_text' => 'Email my credentials to the email address above',
|
||||
'next_save_user' => 'Next: Save User',
|
||||
'all_assigned_list_generation' => 'Generated on:',
|
||||
'email_user_creds_on_create' => 'Email this user their credentials?',
|
||||
];
|
@ -0,0 +1,68 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'accepted' => 'คุณยอมรับสินทรัพย์นี้เรียบร้อยแล้ว',
|
||||
'declined' => 'คุณปฏิเสธสินทรัพย์นี้เรียบร้อยแล้ว',
|
||||
'bulk_manager_warn' => 'ผู้ใช้ของคุณได้รับการอัปเดตแล้วแม้ว่ารายการผู้จัดการจะไม่ได้รับการบันทึกเนื่องจากผู้จัดการที่คุณเลือกอยู่ในรายชื่อผู้ใช้ที่จะแก้ไขและผู้ใช้ต้องไม่เป็นผู้จัดการของตัวเอง โปรดเลือกผู้ใช้ของคุณอีกครั้งโดยไม่รวมผู้จัดการ',
|
||||
'user_exists' => 'มีผู้ใช้งานนี้แล้ว',
|
||||
'user_not_found' => 'ไม่มีผู้ใช้',
|
||||
'user_login_required' => 'ต้องการชื่อผู้ใช้งาน',
|
||||
'user_has_no_assets_assigned' => 'No assets currently assigned to user.',
|
||||
'user_password_required' => 'ต้องการรหัสผ่าน',
|
||||
'insufficient_permissions' => 'สิทธิ์การใช้งานไม่เพียงพอ',
|
||||
'user_deleted_warning' => 'ผู้ใช้งานนี้ถูกลบแล้ว คุณจำเป็นต้องกู้คืนผู้ใช้งานก่อนแก้ไข',
|
||||
'ldap_not_configured' => 'การทำงานร่วมกับ LDAP ไม่ได้ถูกตั้งค่าไว้สำหรับการติดตั้งนี้',
|
||||
'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
|
||||
'password_reset_sent' => 'A password reset link has been sent to :email!',
|
||||
'user_has_no_email' => 'This user does not have an email address in their profile.',
|
||||
'log_record_not_found' => 'A matching log record for this user could not be found.',
|
||||
|
||||
|
||||
'success' => array(
|
||||
'create' => 'สร้างผู้ใช้งานเสร็จสมบูรณ์แล้ว',
|
||||
'update' => 'แก้ไขผู้ใช้งานเสร็จสมบูรณ์แล้ว',
|
||||
'update_bulk' => 'อัปเดตผู้ใช้สำเร็จแล้ว!',
|
||||
'delete' => 'ลบผู้ใช้งานเสร็จสมบูรณ์แล้ว',
|
||||
'ban' => 'แบนผู้ใช้งานเสร็จสมบูรณ์แล้ว',
|
||||
'unban' => 'ยกเลิกการแบนผู้ใช้งานเสร็จสมบูรณ์แล้ว',
|
||||
'suspend' => 'ระงับผู้ใช้งานเสร็จสมบูรณ์แล้ว',
|
||||
'unsuspend' => 'ยกเลิกระงับผู้ใช้งานเสร็จสมบูรณ์แล้ว',
|
||||
'restored' => 'กู้คืนผู้ใช้งานเสร็จสมบูรณ์แล้ว',
|
||||
'import' => 'นำเข้าผู้ใช้งานเสร็จสมบูรณ์แล้ว',
|
||||
),
|
||||
|
||||
'error' => array(
|
||||
'create' => 'มีปัญหาระหว่างการสร้างผู้ใช้งาน กรุณาลองใหม่อีกครั้ง',
|
||||
'update' => 'มีปัญหาระหว่างปรับปรุงข้อมูลผู้ใช้ กรุณาลองใหม่อีกครั้ง',
|
||||
'delete' => 'มีปัญหาระหว่างลบผู้ใช้งาน กรุณาลองใหม่อีกครั้ง',
|
||||
'delete_has_assets' => 'ผู้ใช้รายนี้มีรายการที่กำหนดและไม่สามารถลบได้',
|
||||
'unsuspend' => 'มีปัญหาระหว่างการยกเลิกการระงับผู้ใช้งาน กรุณาลองใหม่อีกครั้ง',
|
||||
'import' => 'มีปัญหาระหว่างการนำเข้าผู้ใช้งาน กรุณาลองใหม่อีกครั้ง',
|
||||
'asset_already_accepted' => 'ทรัพย์สินนี้ได้รับการยอมรับแล้ว',
|
||||
'accept_or_decline' => 'คุณต้องยอมรับ หรือปฏิเสธสินทรัพย์นี้',
|
||||
'incorrect_user_accepted' => 'เนื้อหาที่คุณพยายามยอมรับไม่ได้ถูกเช็คเอาท์ให้คุณ',
|
||||
'ldap_could_not_connect' => 'ไม่สามารถเชื่อมต่อกับ LDAP Server ได้ กรุณาตรวจสอบการตั้งค่า LDAP Server ของคุณในไฟล์ตั้งค่า LDAP <br>ผิดพลาดจาก LDAP Server:',
|
||||
'ldap_could_not_bind' => 'ไม่สามารถผูกกับ LDAP Server ได้ กรุณาตรวจสอบการตั้งค่า LDAP Server ของคุณในไฟล์ตั้งค่า LDAP <br>ผิดพลาดจาก LDAP Server: ',
|
||||
'ldap_could_not_search' => 'ไม่สามารถค้นหา LDAP Server ได้ กรุณาตรวจสอบการตั้งค่า LDAP Server ของคุณในไฟล์ตั้งค่า LDAP <br>ผิดพลาดจาก LDAP Server:',
|
||||
'ldap_could_not_get_entries' => 'ไม่สามารถดึงข้อมูลจาก LDAP Server ได้ กรุณาตรวจสอบการตั้งค่า LDAP Server ของคุณในไฟล์ตั้งค่า LDAP <br>ผิดพลาดจาก LDAP Server:',
|
||||
'password_ldap' => 'รหัสผ่านสำหรับบัญชีนี้ได้รับการจัดการโดย LDAP / Active Directory โปรดติดต่อฝ่ายไอทีของคุณเพื่อเปลี่ยนรหัสผ่านของคุณ',
|
||||
),
|
||||
|
||||
'deletefile' => array(
|
||||
'error' => 'ไฟล์ยังไม่ถูกลบ กรุณาลองใหม่อีกครั้ง',
|
||||
'success' => 'ไฟล์ถูกลบเรียบร้อยแล้ว',
|
||||
),
|
||||
|
||||
'upload' => array(
|
||||
'error' => 'ไฟล์ยังไม่ถูกอัพโหลด กรุณาลองอีกครั้ง',
|
||||
'success' => 'ไฟล์ถูกอัพโหลดเรียบร้อยแล้ว',
|
||||
'nofiles' => 'คุณยังไม่ได้เลือกไฟล์สำหรับอัพโหลด',
|
||||
'invalidfiles' => 'ไฟล์ข้อมูลของคุณมีขนาดใหญ่เกินไป หรือประเภทของไฟล์ไม่ได้รับการอนุญาต ประเภทของไฟล์ที่ได้รับอนุญาตแล้วมีดังนี้ png, gif, jpg, doc, docx, pdf, and txt.',
|
||||
),
|
||||
|
||||
'inventorynotification' => array(
|
||||
'error' => 'This user has no email set.',
|
||||
'success' => 'The user has been notified about their current inventory.'
|
||||
)
|
||||
);
|
@ -0,0 +1,40 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'activated' => 'ใช้งาน',
|
||||
'allow' => 'อนุญาต',
|
||||
'checkedout' => 'ทรัพย์สิน',
|
||||
'created_at' => 'สร้างแล้ว',
|
||||
'createuser' => 'สร้างผู้ใช้งาน',
|
||||
'deny' => 'ปฏิเสธ',
|
||||
'email' => 'อีเมล',
|
||||
'employee_num' => 'เลขพนักงาน',
|
||||
'first_name' => 'ชื่อ',
|
||||
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.',
|
||||
'id' => 'รหัส',
|
||||
'inherit' => 'สืบทอด',
|
||||
'job' => 'ลักษณะงาน',
|
||||
'last_login' => 'เข้าสู่ระบบล่าสุด',
|
||||
'last_name' => 'นามสกุล',
|
||||
'location' => 'สถานที่',
|
||||
'lock_passwords' => 'รายละเอียดการเข้าสู่ระบบไม่สามารถแก้ไขเปลี่ยนแปลงบนการติดตั้งนี้',
|
||||
'manager' => 'ผู้จัดการ',
|
||||
'managed_locations' => 'สถานที่ที่มีการจัดการ',
|
||||
'name' => 'ชื่อ',
|
||||
'nogroup' => 'No groups have been created yet. To add one, visit: ',
|
||||
'notes' => 'หมายเหตุ',
|
||||
'password_confirm' => 'ยืนยันรหัสผ่าน',
|
||||
'password' => 'รหัสผ่าน',
|
||||
'phone' => 'โทรศัพท์',
|
||||
'show_current' => 'แสดงผู้ใช้งานปัจจุบัน',
|
||||
'show_deleted' => 'แสดงผู้ใช้งานที่ถูกลบแล้ว',
|
||||
'title' => 'ชื่อเรื่อง',
|
||||
'to_restore_them' => 'เพื่อเรียกคืน',
|
||||
'total_assets_cost' => "Total Assets Cost",
|
||||
'updateuser' => 'แก้ไขผู้ใช้งาน',
|
||||
'username' => 'ชื่อผู้ใช้',
|
||||
'user_deleted_text' => 'ผู้ใช้นี้ถูกทำเครื่องหมายว่าลบแล้ว',
|
||||
'username_note' => '(ส่วนนี้มีผลเฉพาะกับ Active Directory เท่านั้น ไม่ใช่สำหรับการเข้าสู่ระบบ)',
|
||||
'cloneuser' => 'คัดลอกผู้ใช้งาน',
|
||||
'viewusers' => 'ดูผู้ใช้งาน',
|
||||
);
|
Reference in New Issue
Block a user