mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
934afa036f
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions. You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started. [1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer [2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
23 lines
1.1 KiB
PHP
23 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'about_assets_title' => 'About Assets',
|
|
'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
|
|
'archived' => 'Archived',
|
|
'asset' => 'Asset',
|
|
'bulk_checkout' => 'Checkout Assets',
|
|
'checkin' => 'Checkin Asset',
|
|
'checkout' => 'Checkout Asset',
|
|
'clone' => 'Clone Asset',
|
|
'deployable' => 'Deployable',
|
|
'deleted' => 'This asset has been deleted. <a href="/hardware/:asset_id/restore">Click here to restore it</a>.',
|
|
'edit' => 'Edit Asset',
|
|
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.<br/> <a href="/hardware/models/:model_id/restore">Click here to restore the model</a>.',
|
|
'requestable' => 'Requestable',
|
|
'requested' => 'Requested',
|
|
'restore' => 'Restore Asset',
|
|
'pending' => 'Pending',
|
|
'undeployable' => 'Undeployable',
|
|
'view' => 'View Asset',
|
|
];
|