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

22 lines
1.1 KiB
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' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'assets_checkedout' => 'Assets Assigned',
'id' => 'ID',
'city' => 'Thành phố',
'state' => 'Tỉnh/Thành phố',
'country' => 'Nước',
'create' => 'Tạo địa phương',
'update' => 'Cập nhật địa phương',
'name' => 'Tên địa phương',
'address' => 'Địa chỉ',
'zip' => 'Mã bưu điện',
'locations' => 'Địa phương',
'parent' => 'Parent',
'currency' => 'Tiền tệ địa phương',
'ldap_ou' => 'LDAP Search OU',
);