mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
12 lines
656 B
PHP
Executable file
12 lines
656 B
PHP
Executable file
<?php
|
|
|
|
return [
|
|
'asset_maintenances' => 'ซ่อมบำรุงสินทรัพย์',
|
|
'edit' => 'แก้ไขการซ่อมบำรุงสินทรัพย์',
|
|
'delete' => 'ลบการซ่อมบำรุงสินทรัพย์',
|
|
'view' => 'ดูรายละเอียดการซ่อมบำรุงสินทรัพย์',
|
|
'repair' => 'ซ่อมแซม',
|
|
'maintenance' => 'การดูแลรักษา',
|
|
'upgrade' => 'อัพเกรด'
|
|
];
|