mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
19 lines
1.1 KiB
PHP
Executable file
19 lines
1.1 KiB
PHP
Executable file
<?php
|
|
|
|
|
|
return array(
|
|
|
|
'assets_user' => 'ทรัพย์สินที่กำหนดให้ :name',
|
|
'current_assets' => 'Assets currently checked out to this user',
|
|
'clone' => 'โคลนผู้ใช้',
|
|
'contact_user' => 'ติดต่อ :name',
|
|
'edit' => 'แก้ไขผู้ใช้',
|
|
'filetype_info' => 'ประเภทของไฟล์ที่อนุญาตแล้ว มีดังนี้ png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar',
|
|
'history_user' => 'ประวัติของ :name',
|
|
'last_login' => 'เข้าสู่ระบบล่าสุด',
|
|
'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.',
|
|
'software_user' => 'ซอฟต์แวร์ที่กำหนดให้ :name',
|
|
'view_user' => 'ดูผู้ใช้ :name',
|
|
'usercsv' => 'ไฟล์ CSV',
|
|
);
|