mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
6f92144b96
Signed-off-by: snipe <snipe@snipe.net>
35 lines
2.3 KiB
PHP
35 lines
2.3 KiB
PHP
<?php
|
||
|
||
return [
|
||
|
||
/*
|
||
|--------------------------------------------------------------------------
|
||
| Password Reminder Language Lines
|
||
|--------------------------------------------------------------------------
|
||
|
|
||
| The following language lines are the default lines which match reasons
|
||
| that are given by the password broker for a password update attempt
|
||
| has failed, such as for an invalid token or invalid new password.
|
||
|
|
||
*/
|
||
|
||
'more_info_title' => 'Детальніше',
|
||
|
||
'audit_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log.<br><br>Note that if this asset is checked out, it will not change the location of the person, asset or location it is checked out to.',
|
||
|
||
'assets' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
|
||
|
||
'categories' => 'Категорії допоможуть вам розподілити обладнання по групах. Такими категоріями можуть бути: "Настільні комп\'ютери", "Ноутбуки", "Мобільні телефони", "Планшети" й так далі, але ви також можете використовувати їх на свій розсуд.',
|
||
|
||
'accessories' => 'Аксесуари - це периферійне обладнання, яке видається користувачам, але не має серійного номера (або вам не потрібно враховувати його індивідуально). Наприклад, комп\'ютерна миша чи клавіатура.',
|
||
|
||
'companies' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.',
|
||
|
||
'components' => 'Components are items that are part of an asset, for example HDD, RAM, etc.',
|
||
|
||
'consumables' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.',
|
||
|
||
'depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
|
||
|
||
];
|