mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
22 lines
1,010 B
PHP
22 lines
1,010 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_locations_title' => 'Mengenai Lokasi',
|
|
'about_locations' => 'Lokasi digunakan untuk mengesan maklumat lokasi untuk pengguna, aset dan barangan lain',
|
|
'assets_rtd' => 'Aset', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
|
'assets_checkedout' => 'Aset Ditugaskan',
|
|
'id' => 'ID',
|
|
'city' => 'Bandar',
|
|
'state' => 'Negeri',
|
|
'country' => 'Negara',
|
|
'create' => 'Cipta Lokasi',
|
|
'update' => 'Kemaskini Lokasi',
|
|
'name' => 'Nama Lokasi',
|
|
'address' => 'Alamat',
|
|
'zip' => 'Poskod',
|
|
'locations' => 'Lokasi',
|
|
'parent' => 'Ibu bapa',
|
|
'currency' => 'Mata Wang Lokasi',
|
|
'ldap_ou' => 'Carian LDAP OU',
|
|
);
|