2017-08-25 07:32:57 -07:00
|
|
|
<?php
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
return array(
|
2017-08-25 07:32:57 -07:00
|
|
|
|
2017-10-17 18:52:20 -07:00
|
|
|
'assigned_to' => 'Piešķirts',
|
|
|
|
'checkout' => 'Iekšā ārā',
|
2024-05-16 13:57:19 -07:00
|
|
|
'deleted_at' => 'Deleted at',
|
2017-08-25 07:32:57 -07:00
|
|
|
'id' => 'ID',
|
2017-10-17 18:52:20 -07:00
|
|
|
'license_email' => 'Licences e-pasts',
|
|
|
|
'license_name' => 'Licencēts',
|
|
|
|
'purchase_date' => 'Pirkuma datums',
|
|
|
|
'purchased' => 'Iegādāts',
|
|
|
|
'seats' => 'Sēdvietas',
|
|
|
|
'hardware' => 'Aparatūra',
|
|
|
|
'serial' => 'Sērijas numurs',
|
|
|
|
'title' => 'Licence',
|
2017-08-25 07:32:57 -07:00
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
);
|