mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
18 lines
439 B
PHP
18 lines
439 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'assigned_to' => 'Piešķirts',
|
|
'checkout' => 'Iekšā ārā',
|
|
'id' => 'ID',
|
|
'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',
|
|
|
|
);
|