snipe-it/resources/lang/lv-LV/admin/licenses/table.php
snipe 026ea41dee Use correct language codes, updated strings
Signed-off-by: snipe <snipe@snipe.net>
2023-12-19 17:23:16 +00:00

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',
);