mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
ddfa5776c5
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>
23 lines
1,007 B
PHP
23 lines
1,007 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'asset' => 'Aktīvs',
|
|
'checkin' => 'Reģistrēties',
|
|
'create' => 'Izveidot licenci',
|
|
'expiration' => 'Derīguma termiņš',
|
|
'license_key' => 'Produkta atslēga',
|
|
'maintained' => 'Saglabāts',
|
|
'name' => 'Programmatūras nosaukums',
|
|
'no_depreciation' => 'Nepārliecieties',
|
|
'purchase_order' => 'Pirkuma pasūtījuma numurs',
|
|
'reassignable' => 'Piešķirt atkārtoti',
|
|
'remaining_seats' => 'Atlikušie sēdekļi',
|
|
'seats' => 'Sēdvietas',
|
|
'termination_date' => 'Izbeigšanas datums',
|
|
'to_email' => 'Licencēta uz e-pastu',
|
|
'to_name' => 'Licencēta uz vārdu',
|
|
'update' => 'Atjaunināt licenci',
|
|
'checkout_help' => 'Jums jāpārbauda licence aparatūras aktīvam vai personai. Jūs varat izvēlēties abus, bet īpašnieka īpašumam ir jāatbilst personai, kurai veicat īpašuma pārbaudi.'
|
|
);
|