mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Added more generic buttons with variables
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
254e2f120b
commit
cea31c5b11
|
@ -7,6 +7,7 @@ return [
|
|||
'checkin_and_delete' => 'Checkin All / Delete User',
|
||||
'delete' => 'Delete',
|
||||
'edit' => 'Edit',
|
||||
'clone' => 'Clone',
|
||||
'restore' => 'Restore',
|
||||
'remove' => 'Remove',
|
||||
'request' => 'Request',
|
||||
|
@ -21,4 +22,13 @@ return [
|
|||
'add_maintenance' => 'Add Maintenance',
|
||||
'append' => 'Append',
|
||||
'new' => 'New',
|
||||
'var' => [
|
||||
'clone' => 'Clone :item_type',
|
||||
'edit' => 'Edit :item_type',
|
||||
'delete' => 'Delete :item_type',
|
||||
'restore' => 'Delete :item_type',
|
||||
'create' => 'Create New :item_type',
|
||||
'checkout' => 'Checkout :item_type',
|
||||
'checkin' => 'Checkin :item_type',
|
||||
]
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue