mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-01 00:47:27 -08:00
903609b5a5
Signed-off-by: snipe <snipe@snipe.net>
14 lines
586 B
PHP
14 lines
586 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_asset_depreciations' => 'Mayelana nokunciphisa kwefa',
|
|
'about_depreciations' => 'Ungasetha ukwehla kwefa ukuze wehlise izimpahla ezisuselwe ekunciphiseni komugqa oqondile.',
|
|
'asset_depreciations' => 'Ukuncishiswa kwempahla',
|
|
'create' => 'Dala ukwehla',
|
|
'depreciation_name' => 'Igama lokunciphisa',
|
|
'number_of_months' => 'Inani lezinyanga',
|
|
'update' => 'Buyekeza ukwehla kwenani',
|
|
'depreciation_min' => 'Minimum Value after Depreciation'
|
|
|
|
);
|