snipe-it/resources/lang/th/admin/users/table.php
Laravel Shift 934afa036f Adopt Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.

You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started.

[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
2021-06-10 20:15:52 +00:00

39 lines
2.7 KiB
PHP

<?php
return [
'activated' => 'ใช้งาน',
'allow' => 'อนุญาต',
'checkedout' => 'ทรัพย์สิน',
'created_at' => 'สร้างแล้ว',
'createuser' => 'สร้างผู้ใช้งาน',
'deny' => 'ปฏิเสธ',
'email' => 'อีเมล',
'employee_num' => 'เลขพนักงาน',
'first_name' => 'ชื่อ',
'groupnotes' => 'เลือกกลุ่มเพื่อกำหนดให้ผู้ใช้งาน ซึ่งผู้ใช้งานจะได้รับสิทธิ์การใช้งานตามสิทธิ์การใช้งานของกลุ่มนั้นๆ ตามที่ได้กำหนด',
'id' => 'รหัส',
'inherit' => 'สืบทอด',
'job' => 'ลักษณะงาน',
'last_login' => 'เข้าสู่ระบบล่าสุด',
'last_name' => 'นามสกุล',
'location' => 'สถานที่',
'lock_passwords' => 'รายละเอียดการเข้าสู่ระบบไม่สามารถแก้ไขเปลี่ยนแปลงบนการติดตั้งนี้',
'manager' => 'ผู้จัดการ',
'managed_locations' => 'สถานที่ที่มีการจัดการ',
'name' => 'ชื่อ',
'notes' => 'หมายเหตุ',
'password_confirm' => 'ยืนยันรหัสผ่าน',
'password' => 'รหัสผ่าน',
'phone' => 'โทรศัพท์',
'show_current' => 'แสดงผู้ใช้งานปัจจุบัน',
'show_deleted' => 'แสดงผู้ใช้งานที่ถูกลบแล้ว',
'title' => 'ชื่อเรื่อง',
'to_restore_them' => 'เพื่อเรียกคืน',
'updateuser' => 'แก้ไขผู้ใช้งาน',
'username' => 'ชื่อผู้ใช้',
'user_deleted_text' => 'ผู้ใช้นี้ถูกทำเครื่องหมายว่าลบแล้ว',
'username_note' => '(ส่วนนี้มีผลเฉพาะกับ Active Directory เท่านั้น ไม่ใช่สำหรับการเข้าสู่ระบบ)',
'cloneuser' => 'คัดลอกผู้ใช้งาน',
'viewusers' => 'ดูผู้ใช้งาน',
];