mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
18 lines
418 B
PHP
18 lines
418 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
|
||
|
'assigned_to' => 'Serah Kepada',
|
||
|
'checkout' => 'Masuk/Keluar',
|
||
|
'id' => 'ID',
|
||
|
'license_email' => 'Email Lesen',
|
||
|
'license_name' => 'Lesen Kepada',
|
||
|
'purchase_date' => 'Tarikh Belian',
|
||
|
'purchased' => 'Belian',
|
||
|
'seats' => 'Kekosongan',
|
||
|
'hardware' => 'Perkakasan',
|
||
|
'serial' => 'Siri',
|
||
|
'title' => 'Lesen',
|
||
|
|
||
|
);
|