snipe-it/resources/lang/mk/admin/hardware/form.php
snipe 173e2add88 Updated Macedonian
Signed-off-by: snipe <snipe@snipe.net>
2023-04-06 19:42:14 -07:00

55 lines
3.9 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 [
'bulk_delete' => 'Потврди масовно бришење на основни средства',
'bulk_restore' => 'Confirm Bulk Restore Assets',
'bulk_delete_help' => 'Прегледајте ги основните средства за масовно бришење подолу. Откако ќе се избришат, овие основни средства можат да бидат обновени, но повеќе нема да бидат задолжени на корисник.',
'bulk_restore_help' => 'Review the assets for bulk restoration below. Once restored, these assets will not be associated with any users they were previously assigned to.',
'bulk_delete_warn' => 'Ќе избришете :assets_count основни средства.',
'bulk_restore_warn' => 'You are about to restore :asset_count assets.',
'bulk_update' => 'Масовно ажурирање на основни средства',
'bulk_update_help' => 'Оваа форма ви овозможува да ажурирате повеќе основни средства одеднаш. Пополнете ги полињата што треба да ги промените. Сите полиња што остануваат празни ќе останат непроменети. ',
'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
'checkedout_to' => 'Задолжен на',
'checkout_date' => 'Датум на задолжување',
'checkin_date' => 'Датум на раздолжување',
'checkout_to' => 'Задолжи на',
'cost' => 'Набавна цена',
'create' => 'Креирај основно средство',
'date' => 'Датум на набавка',
'depreciation' => 'Амортизационен план',
'depreciates_on' => 'Се амортизира на',
'default_location' => 'Стандардна локација',
'eol_date' => 'EOL Дата',
'eol_rate' => 'ЕОЛ стапка',
'expected_checkin' => 'Очекуван датум на раздолжување',
'expires' => 'Истекува',
'fully_depreciated' => 'Целосно амортизиран',
'help_checkout' => 'Ако сакате веднаш да го задолжите ова основно средство, одберете "Ready to Deploy" од статус листата. ',
'mac_address' => 'MAC адреса',
'manufacturer' => 'Производител',
'model' => 'Модел',
'months' => 'месеци',
'name' => 'Име на основното средство',
'notes' => 'Забелешки',
'order' => 'Број на нарачка',
'qr' => 'QR Код',
'requestable' => 'Корисниците може да го побараат ова средство',
'select_statustype' => 'Изберете статус',
'serial' => 'Сериски број',
'status' => 'Статус',
'tag' => 'Код на основното средство',
'update' => 'Ажурирање на основни средства',
'warranty' => 'Гаранција',
'warranty_expires' => 'Гаранцијата истекува',
'years' => 'години',
'asset_location' => 'Update Asset Location',
'asset_location_update_default_current' => 'Update default location AND actual location',
'asset_location_update_default' => 'Update only default location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_deployable' => 'That status is deployable. This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information'
];