2016-03-25 01:18:05 -07:00
< ? php
2022-01-28 12:40:03 -08:00
return [
2017-04-06 21:36:33 -07:00
'about_assets_title' => 'Относно активи' ,
'about_assets_text' => 'Активите с а елементи, проследен от сериен номер или етикет. По-често, те с а елементи с висока стойност, където идентифицирането на специфичен елемент е от значение.' ,
2022-01-28 12:40:03 -08:00
'archived' => 'Архивиран' ,
2016-03-25 01:18:05 -07:00
'asset' => 'Актив' ,
2018-05-21 14:54:36 -07:00
'bulk_checkout' => 'Изписване на активи' ,
2023-02-21 03:54:55 -08:00
'bulk_checkin' => 'Връщане на актив' ,
2016-03-25 01:18:05 -07:00
'checkin' => 'Връщане на актив' ,
2023-11-27 06:43:16 -08:00
'checkout' => 'Изписване на актив' ,
2016-03-25 01:18:05 -07:00
'clone' => 'Копиране на актив' ,
'deployable' => 'Може да бъде предоставен' ,
2023-02-21 03:54:55 -08:00
'deleted' => 'Този актив беше изтрит.' ,
2023-09-25 02:54:46 -07:00
'delete_confirm' => 'Сигурни ли сте, че желаете изтриване на актива?' ,
2016-03-25 01:18:05 -07:00
'edit' => 'Редакция на актив' ,
2023-02-21 03:54:55 -08:00
'model_deleted' => 'Този Модел на актив беше изтрит. Вие трябва да възстановите този модел преди да можете да възстановите актива.' ,
2023-09-25 02:54:46 -07:00
'model_invalid' => 'Модела на този актив е невалиден.' ,
'model_invalid_fix' => 'Актива трябва да бъде редактиран преди да можете да г о заведете.' ,
2016-10-04 12:23:02 -07:00
'requestable' => 'Може да бъде изискван' ,
2017-04-06 21:36:33 -07:00
'requested' => 'Изискан' ,
2023-02-21 03:54:55 -08:00
'not_requestable' => 'Н е може да бъде изискан' ,
2023-09-25 02:54:46 -07:00
'requestable_status_warning' => 'Да не с е сменя статуса за изискване' ,
2016-03-25 01:18:05 -07:00
'restore' => 'Възстановяване на актив' ,
'pending' => 'Предстоящ' ,
'undeployable' => 'Н е може да бъде предоставян' ,
2023-09-25 02:54:46 -07:00
'undeployable_tooltip' => 'Този актив е забранен за изписване и не може да с е изпише в момента.' ,
2016-03-25 01:18:05 -07:00
'view' => 'Преглед на актив' ,
2023-02-21 03:54:55 -08:00
'csv_error' => 'Имате грешка във вашият CSV файл:' ,
2024-03-01 03:17:02 -08:00
'import_text' => ' < p > Upload a CSV that contains asset history . The assets and users MUST already exist in the system , or they will be skipped . Matching assets for history import happens against the asset tag . We will try to find a matching user based on the user\ ' s name you provide , and the criteria you select below . If you do not select any criteria below , it will simply try to match on the username format you configured in the < code > Admin & gt ; General Settings </ code >.</ p >< p > Fields included in the CSV must match the headers : < strong > Asset Tag , Name , Checkout Date , Checkin Date </ strong >. Any additional fields will be ignored . </ p >< p > Checkin Date : blank or future checkin dates will checkout items to associated user . Excluding the Checkin Date column will create a checkin date with todays date .</ p >
2022-01-28 12:40:03 -08:00
' ,
2024-03-01 03:17:02 -08:00
'csv_import_match_f-l' => 'Try to match users by <strong>firstname.lastname</strong> (<code>jane.smith</code>) format' ,
'csv_import_match_initial_last' => 'Try to match users by <strong>first initial last name</strong> (<code>jsmith</code>) format' ,
'csv_import_match_first' => 'Try to match users by <strong>first name</strong> (<code>jane</code>) format' ,
'csv_import_match_email' => 'Try to match users by <strong>email</strong> as username' ,
'csv_import_match_username' => 'Try to match users by <strong>username</strong>' ,
2023-02-21 03:54:55 -08:00
'error_messages' => 'Съобщение за грешка:' ,
2023-09-25 02:54:46 -07:00
'success_messages' => 'Успешно:' ,
'alert_details' => 'Детайли.' ,
'custom_export' => 'Персонализиран експорт' ,
'mfg_warranty_lookup' => ':manufacturer статус гаранция' ,
'user_department' => 'Отдел' ,
2022-01-28 12:40:03 -08:00
];