mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
25 lines
631 B
PHP
25 lines
631 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'asset_tag' => 'Tae Taonga',
|
|
'asset_model' => 'Tauira',
|
|
'book_value' => 'Uara',
|
|
'change' => 'In / Out',
|
|
'checkout_date' => 'Rā Rārangi',
|
|
'checkoutto' => 'Kua Mataarahia',
|
|
'diff' => 'Tuhinga o mua',
|
|
'dl_csv' => 'Tikiake CSV',
|
|
'eol' => 'EOL',
|
|
'id' => 'ID',
|
|
'location' => 'Wāhi',
|
|
'purchase_cost' => 'Te utu',
|
|
'purchase_date' => 'Kua hokona',
|
|
'serial' => 'Waea',
|
|
'status' => 'Tūnga',
|
|
'title' => 'Tahua',
|
|
'image' => 'Atahanga Pūrere',
|
|
'days_without_acceptance' => 'Nga Rahui Te Whakaae'
|
|
|
|
);
|