mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
903609b5a5
Signed-off-by: snipe <snipe@snipe.net>
14 lines
616 B
PHP
14 lines
616 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_asset_depreciations' => 'Mō nga Tahaepaha Tahua',
|
|
'about_depreciations' => 'Ka taea e koe te whakarite i nga whakahekenga o te rawa ki te whakaiti i nga rawa i runga i te toenga o te raina tika.',
|
|
'asset_depreciations' => 'Tapahatanga Tahua',
|
|
'create' => 'Waihangahia te whakahekenga',
|
|
'depreciation_name' => 'Te Ingoa Taweke',
|
|
'number_of_months' => 'Tau o Marama',
|
|
'update' => 'Whakahouhia te whakahekenga',
|
|
'depreciation_min' => 'Minimum Value after Depreciation'
|
|
|
|
);
|