mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
13 lines
483 B
PHP
13 lines
483 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_asset_depreciations' => 'Despre deprecierea activelor',
|
|
'about_depreciations' => 'Poti sa setezi deprecierea activelor bazat pe depreciere in linie.',
|
|
'asset_depreciations' => 'Deprecierea activelor',
|
|
'create' => 'Creați amortizări',
|
|
'depreciation_name' => 'Nume depreciere',
|
|
'number_of_months' => 'Numarul de luni',
|
|
'update' => 'Actualizați amortizarea',
|
|
|
|
);
|