mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
18 lines
443 B
PHP
18 lines
443 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'assigned_to' => 'Diberikan kepada',
|
|
'checkout' => 'Masuk/Keluar',
|
|
'id' => 'ID',
|
|
'license_email' => 'Email Lisensi',
|
|
'license_name' => 'Dilisensikan kepada',
|
|
'purchase_date' => 'Tanggal pembelian',
|
|
'purchased' => 'Dibeli',
|
|
'seats' => 'Kapasitas',
|
|
'hardware' => 'Perangkat Keras',
|
|
'serial' => 'Serial',
|
|
'title' => 'Lisensi',
|
|
|
|
);
|