snipe-it/resources/lang/af/admin/locations/table.php
snipe b01baec7a8 Updated languages
Signed-off-by: snipe <snipe@snipe.net>
2021-04-26 18:11:48 -07:00

24 lines
1.1 KiB
PHP

<?php
return array(
'about_locations_title' => 'Oor plekke',
'about_locations' => 'Plekke word gebruik om ligginginligting vir gebruikers, bates en ander items op te spoor',
'assets_rtd' => 'bates', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'assets_checkedout' => 'Bates toegewys',
'id' => 'ID',
'city' => 'Stad',
'state' => 'staat',
'country' => 'land',
'create' => 'Skep Ligging',
'update' => 'Opdateer Plek',
'print_assigned' => 'Print Assigned',
'print_all_assigned' => 'Print All Assigned',
'name' => 'Pleknaam',
'address' => 'adres',
'zip' => 'Poskode',
'locations' => 'plekke',
'parent' => 'Ouer',
'currency' => 'Ligging Geld',
'ldap_ou' => 'LDAP soek OU',
);