snipe-it/resources/lang/lv/admin/licenses/general.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

22 lines
958 B
PHP

<?php
return array(
'about_licenses_title' => 'Par licencēm',
'about_licenses' => 'Licences izmanto, lai izsekotu programmatūru. Viņiem ir noteikts skaits sēdvietu, kurus var pārbaudīt personām',
'checkin' => 'Checkin License Seat',
'checkout_history' => 'Checkout vēsture',
'checkout' => 'Checkout licences sēdeklis',
'edit' => 'Rediģēt licenci',
'filetype_info' => 'Atļautie failu tipi ir png, gif, jpg, jpeg, doc, docx, pdf, txt, zip un rar.',
'clone' => 'Klonēšanas licence',
'history_for' => 'Vēsture par',
'in_out' => 'Iekšā ārā',
'info' => 'Licences informācija',
'license_seats' => 'Licences vietas',
'seat' => 'Sēdeklis',
'seats' => 'Sēdvietas',
'software_licenses' => 'Programmatūras licences',
'user' => 'Lietotājs',
'view' => 'Skatīt licenci',
);