mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
934afa036f
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
23 lines
1.5 KiB
PHP
23 lines
1.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'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' => 'คุณต้องตรวจสอบใบอนุญาตออกไปกับเนื้อหาฮาร์ดแวร์หรือบุคคล คุณสามารถเลือกทั้งคู่ แต่เจ้าของเนื้อหาต้องตรงกับบุคคลที่คุณกำลังตรวจสอบเนื้อหาออกไป',
|
|
];
|