snipe-it/resources/lang/ru/admin/depreciations/general.php
2016-12-03 17:10:05 -08:00

13 lines
602 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
'about_asset_depreciations' => 'О износе активов',
'about_depreciations' => 'Этот раздел служит для настройки расчета вычисления степени износа активов.',
'asset_depreciations' => 'Износ активов',
'create' => 'Create Depreciation',
'depreciation_name' => 'Название амортизации',
'number_of_months' => 'Количество месяцев',
'update' => 'Update Depreciation',
);