snipe-it/resources/lang/th/admin/manufacturers/table.php

13 lines
477 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2016-12-03 17:10:05 -08:00
'about_manufacturers_title' => 'About manufacturers',
'about_manufacturers_text' => 'Manufacturers make all the magic items we consume.',
2016-03-25 01:18:05 -07:00
'asset_manufacturers' => 'ผู้ผลิตสินทรัพย์',
'create' => 'สร้างผู้ผลิต',
'id' => 'ID',
'name' => 'ชื่อผู้ผลิต',
'update' => 'ปรับปรุงผู้ผลิต',
);