Skip to content

Commit

Permalink
Merge pull request #14447 from snipe/feature/sc-25020_better_print_view
Browse files Browse the repository at this point in the history
Add additional options to print all assigned view
  • Loading branch information
snipe authored Mar 19, 2024
2 parents 21e23ba + 4b4d383 commit c708348
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 71 deletions.
9 changes: 9 additions & 0 deletions resources/lang/en-US/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -519,4 +519,13 @@
],
'no_requestable' => 'There are no requestable assets or asset models.',

'countable' => [
'accessories' => ':count Accessory|:count Accessories',
'assets' => ':count Asset|:count Assets',
'licenses' => ':count License|:count Licenses',
'license_seats' => ':count License Seat|:count License Seats',
'consumables' => ':count Consumable|:count Consumables',
'components' => ':count Component|:count Components',
]

];
Loading

0 comments on commit c708348

Please sign in to comment.