snipe-it/resources/lang/uk-UA/admin/depreciations/general.php
snipe 50eb257cec Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2024-01-03 23:12:29 +00:00

17 lines
1.3 KiB
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 [
'about_asset_depreciations' => 'Про амортизації активів',
'about_depreciations' => 'Ви можете встановити амортизацію активів для знецінення активів, заснованих на амортизації прямої лінії.',
'asset_depreciations' => 'Амортизація Активу',
'create' => 'Створити амортизацію',
'depreciation_name' => 'Назва амортизації',
'depreciation_min' => 'Поверхне значення амортизації',
'number_of_months' => 'Кількість місяців',
'update' => 'Оновити амортизацію',
'depreciation_min' => 'Мінімальне значення після амортизації',
'no_depreciations_warning' => '<strong>Попередження: </strong>
Наразі у вас не налаштовано амортизацію.
Налаштуйте принаймні одну амортизацію, щоб переглянути звіт про амортизацію.',
];