mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
ddfa5776c5
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();` I'll try to fix it. :( FML Signed-off-by: snipe <snipe@snipe.net>
22 lines
1.4 KiB
PHP
22 lines
1.4 KiB
PHP
<?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' => 'ดูใบอนุญาต',
|
|
);
|