ok
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
<?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.'
|
||||
);
|
@ -0,0 +1,51 @@
|
||||
<?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',
|
||||
'delete_disabled' => 'This license cannot be deleted yet because some seats are still checked out.',
|
||||
'bulk' =>
|
||||
[
|
||||
'checkin_all' => [
|
||||
'button' => 'Checkin All Seats',
|
||||
'modal' => 'This will action checkin one seat. | This action will checkin all :checkedout_seats_count seats for this license.',
|
||||
'enabled_tooltip' => 'Checkin ALL seats for this license from both users and assets',
|
||||
'disabled_tooltip' => 'This is disabled because there are no seats currently checked out',
|
||||
'disabled_tooltip_reassignable' => 'This is disabled because the License is not reassignable',
|
||||
'success' => 'License successfully checked in! | All licenses were successfully checked in!',
|
||||
'log_msg' => 'Checked in via bulk license checkout in license GUI',
|
||||
],
|
||||
|
||||
'checkout_all' => [
|
||||
'button' => 'Checkout All Seats',
|
||||
'modal' => 'This action will checkout one seat to the first available user. | This action will checkout all :available_seats_count seats to the first available users. A user is considered available for this seat if they do not already have this license checked out to them, and the Auto-Assign License property is enabled on their user account.',
|
||||
'enabled_tooltip' => 'Checkout ALL seats (or as many as are available) to ALL users',
|
||||
'disabled_tooltip' => 'This is disabled because there are no seats currently available',
|
||||
'success' => 'License successfully checked out! | :count licenses were successfully checked out!',
|
||||
'error_no_seats' => 'There are no remaining seats left for this license.',
|
||||
'warn_not_enough_seats' => ':count users were assigned this license, but we ran out of available license seats.',
|
||||
'warn_no_avail_users' => 'Nothing to do. There are no users who do not already have this license assigned to them.',
|
||||
'log_msg' => 'Checked out via bulk license checkout in license GUI',
|
||||
|
||||
|
||||
],
|
||||
],
|
||||
|
||||
'below_threshold' => 'There are only :remaining_count seats left for this license with a minimum quantity of :min_amt. You may want to consider purchasing more seats.',
|
||||
'below_threshold_short' => 'This item is below the minimum required quantity.',
|
||||
);
|
@ -0,0 +1,54 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'License does not exist or you do not have permission to view it.',
|
||||
'user_does_not_exist' => 'Lietotājs neeksistē.',
|
||||
'asset_does_not_exist' => 'Aktīvs, kuru jūs mēģināt saistīt ar šo licenci, nepastāv.',
|
||||
'owner_doesnt_match_asset' => 'Aktīvs, kuru jūs mēģināt saistīt ar šo licenci, ir īpašumā somene, kas nav persona, kas atlasīta nolaižamajā sarakstā piešķirtajam.',
|
||||
'assoc_users' => 'Šobrīd šī licence tiek izrakstīta lietotājam un to nevar izdzēst. Vispirms pārbaudiet licenci un pēc tam mēģiniet dzēst vēlreiz.',
|
||||
'select_asset_or_person' => 'Jums jāizvēlas aktīvs vai lietotājs, bet ne abi.',
|
||||
'not_found' => 'Licence nav atrasta',
|
||||
'seats_available' => ':seat_count seats available',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Licence netika izveidota, lūdzu, mēģiniet vēlreiz.',
|
||||
'success' => 'Licence tika veiksmīgi izveidota.'
|
||||
),
|
||||
|
||||
'deletefile' => array(
|
||||
'error' => 'Fails nav izdzēsts. Lūdzu mēģiniet vēlreiz.',
|
||||
'success' => 'Fails veiksmīgi izdzēsts.',
|
||||
),
|
||||
|
||||
'upload' => array(
|
||||
'error' => 'Faili nav augšupielādēti. Lūdzu mēģiniet vēlreiz.',
|
||||
'success' => 'Faili (-i) ir veiksmīgi augšupielādēti.',
|
||||
'nofiles' => 'Jūs neesat atlasījis augšupielādējamos failus, vai arī fails, kuru mēģināt augšupielādēt, ir pārāk liels',
|
||||
'invalidfiles' => 'Viens vai vairāki jūsu faili ir pārāk lieli vai nav atļauto faila tipu. Atļautie failu tipi ir png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml un lic.',
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Licence netika atjaunināta, lūdzu, mēģiniet vēlreiz',
|
||||
'success' => 'Licence tika veiksmīgi atjaunināta.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Vai tiešām vēlaties dzēst šo licenci?',
|
||||
'error' => 'Radās problēma, dzēšot licenci. Lūdzu mēģiniet vēlreiz.',
|
||||
'success' => 'Licence tika veiksmīgi dzēsta.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'Pārbaudot licenci, radās problēma. Lūdzu mēģiniet vēlreiz.',
|
||||
'success' => 'Licence tika veiksmīgi pārbaudīta',
|
||||
'not_enough_seats' => 'Not enough license seats available for checkout',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'Licencē tika pārbaudīta problēma. Lūdzu mēģiniet vēlreiz.',
|
||||
'success' => 'Licence tika veiksmīgi reģistrēta'
|
||||
),
|
||||
|
||||
);
|
@ -0,0 +1,17 @@
|
||||
<?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',
|
||||
|
||||
);
|
Reference in New Issue
Block a user