mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Translated “seat” for license seat view
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
e6f2c457a8
commit
45bf428092
|
@ -51,7 +51,7 @@ class LicenseSeatsTransformer
|
||||||
];
|
];
|
||||||
|
|
||||||
if ($seat_count != 0) {
|
if ($seat_count != 0) {
|
||||||
$array['name'] = 'Seat '.$seat_count;
|
$array['name'] = trans('admin/licenses/general.seat_count', ['count' => $seat_count]);
|
||||||
}
|
}
|
||||||
|
|
||||||
$permissions_array['available_actions'] = [
|
$permissions_array['available_actions'] = [
|
||||||
|
|
|
@ -14,6 +14,7 @@ return array(
|
||||||
'info' => 'License Info',
|
'info' => 'License Info',
|
||||||
'license_seats' => 'License Seats',
|
'license_seats' => 'License Seats',
|
||||||
'seat' => 'Seat',
|
'seat' => 'Seat',
|
||||||
|
'seat_count' => 'Seat :count',
|
||||||
'seats' => 'Seats',
|
'seats' => 'Seats',
|
||||||
'software_licenses' => 'Software Licenses',
|
'software_licenses' => 'Software Licenses',
|
||||||
'user' => 'User',
|
'user' => 'User',
|
||||||
|
|
Loading…
Reference in a new issue