snipe-it/resources/lang/id/admin/locations/table.php
2017-04-06 21:36:33 -07:00

22 lines
1,017 B
PHP

<?php
return array(
'about_locations_title' => 'About Locations',
'about_locations' => 'Locations are used to track location information for users, assets, and other items',
'assets_rtd' => 'Aset', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'assets_checkedout' => 'Aset-aset yang ditetapkan',
'id' => 'ID',
'city' => 'Kota',
'state' => 'Provinsi',
'country' => 'Negara',
'create' => 'Membuat Lokasi',
'update' => 'Perbarui Lokasi',
'name' => 'Nama lokasi',
'address' => 'Alamat',
'zip' => 'Kode Pos',
'locations' => 'Lokasi',
'parent' => 'Induk',
'currency' => 'Lokasi Mata Uang',
'ldap_ou' => 'LDAP Search OU',
);