This commit is contained in:
2024-04-19 10:27:36 +02:00
parent fcb6bbe566
commit 35c96e715c
7852 changed files with 4815 additions and 8 deletions

View File

@ -0,0 +1,22 @@
<?php
return array(
'accessory_category' => 'Piederumu kategorija',
'accessory_name' => 'Piederuma nosaukums',
'checkout' => 'Izrakstīšanās Piederums',
'checkin' => 'Reģistrēšanās piederums',
'create' => 'Izveidotu piederums',
'edit' => 'Labot piederums',
'eula_text' => 'EULA kategorija',
'eula_text_help' => 'Šis lauks ļauj jums pielāgot jūsu EULA konkrētu veidu aktīviem. Ja jums ir tikai viens EULA visiem jūsu aktīviem, varat atzīmēt zemāk esošo lodziņu, lai izmantotu galveno noklusējuma funkciju.',
'require_acceptance' => 'Pieprasīt lietotājiem apstiprināt šīs kategorijas aktīvu pieņemšanu.',
'no_default_eula' => 'Nav atrasta galvenā noklusējuma EULA. Pievienot vienu sadaļā Iestatījumi.',
'total' => 'Kopā',
'remaining' => 'Izmantojams',
'update' => 'Atjaunināt piederumu',
'use_default_eula' => 'Tā vietā izmantojiet <a href="#" data-toggle="modal" data-target="#eulaModal">pirmo noklusējuma EULA</a>.',
'use_default_eula_disabled' => '<del>Izmantojiet galveno noklusējuma EULA</del>. Netiek iestatīta galvenā noklusējuma EULA. Lūdzu, pievienojiet vienu pakalpojumā Iestatījumi.',
'clone' => 'Clone Accessory',
'delete_disabled' => 'This accessory cannot be deleted yet because some items are still checked out.',
);

View File

@ -0,0 +1,39 @@
<?php
return array(
'does_not_exist' => 'Piederums [:id] neeksistē.',
'not_found' => 'That accessory was not found.',
'assoc_users' => 'Pašlaik šim piederumam ir: lietotāju skaits tiek pārbaudīts. Lūdzu, pārbaudiet piederumus un mēģiniet vēlreiz.',
'create' => array(
'error' => 'Piederums netika izveidots, lūdzu, mēģiniet vēlreiz.',
'success' => 'Piederums tika veiksmīgi izveidots.'
),
'update' => array(
'error' => 'Piederums netika atjaunināts, lūdzu, mēģiniet vēlreiz',
'success' => 'Piederums tika veiksmīgi atjaunināts.'
),
'delete' => array(
'confirm' => 'Vai tiešām vēlaties dzēst šo piederumu?',
'error' => 'Radās problēma, noņemot piederumu. Lūdzu mēģiniet vēlreiz.',
'success' => 'Piederums tika veiksmīgi izdzēsts.'
),
'checkout' => array(
'error' => 'Piederums netika pārbaudīts, lūdzu, mēģiniet vēlreiz',
'success' => 'Piederums ir veiksmīgi izrakstīts.',
'unavailable' => 'Accessory is not available for checkout. Check quantity available',
'user_does_not_exist' => 'Šis lietotājs ir nederīgs. Lūdzu mēģiniet vēlreiz.'
),
'checkin' => array(
'error' => 'Piederums netika atzīmēts, lūdzu, mēģiniet vēlreiz',
'success' => 'Piederumi ir pārbaudīti veiksmīgi.',
'user_does_not_exist' => 'Šis lietotājs ir nederīgs. Lūdzu mēģiniet vēlreiz.'
)
);

View File

@ -0,0 +1,11 @@
<?php
return array(
'dl_csv' => 'Lejupielādējiet CSV',
'eula_text' => 'EULA',
'id' => 'ID',
'require_acceptance' => 'Pieņemšana',
'title' => 'Piederumu nosaukums',
);

View File

@ -0,0 +1,14 @@
<?php
return [
'asset_maintenance_type' => 'Asset Maintenance Type',
'title' => 'Nosaukums',
'start_date' => 'Start Date',
'completion_date' => 'Completion Date',
'cost' => 'Izmaksas',
'is_warranty' => 'Garantijas uzlabošana',
'asset_maintenance_time' => 'Asset Maintenance Time (in days)',
'notes' => 'Piezīmes',
'update' => 'Update Asset Maintenance',
'create' => 'Create Asset Maintenance'
];

View File

@ -0,0 +1,16 @@
<?php
return [
'asset_maintenances' => 'Aktīvu uzturēšana',
'edit' => 'Rediģēt aktīvu uzturēšanu',
'delete' => 'Dzēst īpašuma uzturēšanu',
'view' => 'Skatīt aktīvu uzturēšanas informāciju',
'repair' => 'Remonts',
'maintenance' => 'Apkope',
'upgrade' => 'Jaunināt',
'calibration' => 'Kalibrācija',
'software_support' => 'Programmatūras atbalsts',
'hardware_support' => 'Aparatūras atbalsts',
'configuration_change' => 'Configuration Change',
'pat_test' => 'PAT Test',
];

View File

@ -0,0 +1,21 @@
<?php
return [
'not_found' => 'Aktīvu uzturēšana, kuru meklējāt, netika atrasta!',
'delete' => [
'confirm' => 'Vai tiešām vēlaties dzēst šo līdzekļu uzturēšanu?',
'error' => 'Problēmu novēršanas jautājums tika dzēsts. Lūdzu mēģiniet vēlreiz.',
'success' => 'Aktīvu uzturēšana tika veiksmīgi dzēsta.',
],
'create' => [
'error' => 'Aktīvu uzturēšana nav izveidota, lūdzu, mēģiniet vēlreiz.',
'success' => 'Aktīvu uzturēšana tika veiksmīgi izveidota.',
],
'edit' => [
'error' => 'Aktīvu uzturēšana nav rediģēta, lūdzu, mēģiniet vēlreiz.',
'success' => 'Aktīvu uzturēšana veiksmīgi mainīta.',
],
'asset_maintenance_incomplete' => 'Vēl nav pabeigts',
'warranty' => 'Garantija',
'not_warranty' => 'Nav garantija',
];

View File

@ -0,0 +1,8 @@
<?php
return [
'title' => 'Aktīvu uzturēšana',
'asset_name' => 'Aktīva nosaukums',
'is_warranty' => 'Garantija',
'dl_csv' => 'Lejupielādējiet CSV',
];

View File

@ -0,0 +1,25 @@
<?php
return array(
'asset_categories' => 'Aktīvu kategorijas',
'category_name' => 'Kategorijas nosaukums',
'checkin_email' => 'Sūtiet e-pastu lietotājam kad tiek piešķirts / atgriezts aktīvs(i).',
'checkin_email_notification' => 'Šim lietotājam tiks nosūtīts e-pasts kad tiks izņemts / atgriezts aktīvs(i).',
'clone' => 'Klona kategorija',
'create' => 'Izveidot kategoriju',
'edit' => 'Rediģēt kategoriju',
'email_will_be_sent_due_to_global_eula' => 'An email will be sent to the user because the global EULA is being used.',
'email_will_be_sent_due_to_category_eula' => 'An email will be sent to the user because a EULA is set for this category.',
'eula_text' => 'EULA kategorija',
'eula_text_help' => 'Šis lauks ļauj jums pielāgot jūsu EULA konkrētu veidu aktīviem. Ja jums ir tikai viens EULA visiem jūsu aktīviem, varat atzīmēt zemāk esošo lodziņu, lai izmantotu galveno noklusējuma funkciju.',
'name' => 'Kategorijas nosaukums',
'require_acceptance' => 'Pieprasīt lietotājiem apstiprināt šīs kategorijas aktīvu pieņemšanu.',
'required_acceptance' => 'Šis lietotājs tiks nosūtīts pa e-pastu ar saiti, lai apstiprinātu šī vienuma pieņemšanu.',
'required_eula' => 'Šis lietotājs saņems EULA kopiju',
'no_default_eula' => 'Nav atrasta galvenā noklusējuma EULA. Pievienot vienu sadaļā Iestatījumi.',
'update' => 'Atjaunināt kategoriju',
'use_default_eula' => 'Tā vietā izmantojiet <a href="#" data-toggle="modal" data-target="#eulaModal">pirmo noklusējuma EULA</a>.',
'use_default_eula_disabled' => '<del>Izmantojiet galveno noklusējuma EULA</del>. Netiek iestatīta galvenā noklusējuma EULA. Lūdzu, pievienojiet vienu pakalpojumā Iestatījumi.',
'use_default_eula_column' => 'Lietot noklusēto EULA',
);

View File

@ -0,0 +1,26 @@
<?php
return array(
'does_not_exist' => 'Kategorija nav.',
'assoc_models' => 'Šobrīd šī kategorija ir saistīta ar vismaz vienu modeli, un to nevar izdzēst. Lūdzu, atjauniniet savus modeļus, lai vairs nerindrinātu šo kategoriju, un mēģiniet vēlreiz.',
'assoc_items' => 'Šobrīd šī kategorija ir saistīta ar vismaz vienu: asset_type un to nevar izdzēst. Lūdzu, atjauniniet savu: asset_type, lai vairs nenorādītu šo kategoriju, un mēģiniet vēlreiz.',
'create' => array(
'error' => 'Kategorija nav izveidota, lūdzu, mēģiniet vēlreiz.',
'success' => 'Kategorija veiksmīgi izveidota.'
),
'update' => array(
'error' => 'Kategorija nav atjaunināta, lūdzu, mēģiniet vēlreiz',
'success' => 'Kategorija ir veiksmīgi atjaunināta.',
'cannot_change_category_type' => 'You cannot change the category type once it has been created',
),
'delete' => array(
'confirm' => 'Vai tiešām vēlaties dzēst šo kategoriju?',
'error' => 'Radās problēma, dzēšot kategoriju. Lūdzu mēģiniet vēlreiz.',
'success' => 'Kategorija tika veiksmīgi dzēsta.'
)
);

View File

@ -0,0 +1,10 @@
<?php
return array(
'eula_text' => 'EULA',
'id' => 'ID',
'parent' => 'Vecāks',
'require_acceptance' => 'Pieņemšana',
'title' => 'Pamatlīdzekļu kategorijas nosaukums',
);

View File

@ -0,0 +1,7 @@
<?php
return [
'select_company' => 'Izvēlieties uzņēmumu',
'about_companies' => 'Par kompānijām',
'about_companies_description' => ' Jūs variet izmantot uzņēmumus kā vienkāršu informatīvo lauku vai arī izmantot tos, lai ierobežotu pamatlīdzekļu redzamību un to pieejamību lietotājiem caur specifisku uzņēmumu, iespējojot Pilno Uzņēmumu Atbalstu Jūsu administratīvajos iestatījumos.',
];

View File

@ -0,0 +1,20 @@
<?php
return [
'does_not_exist' => 'Kompānija neeksistē.',
'deleted' => 'Deleted company',
'assoc_users' => 'Šobrīd šis uzņēmums ir saistīts ar vismaz vienu modeli, un to nevar izdzēst. Lūdzu, atjauniniet savus modeļus, lai vairs neuzrādītu šo uzņēmumu, un mēģiniet vēlreiz.',
'create' => [
'error' => 'Uzņēmums netika izveidots, lūdzu, mēģiniet vēlreiz.',
'success' => 'Uzņēmums veiksmīgi izveidots.',
],
'update' => [
'error' => 'Uzņēmums netika atjaunināts, lūdzu, mēģiniet vēlreiz',
'success' => 'Uzņēmums ir veiksmīgi atjaunināts.',
],
'delete' => [
'confirm' => 'Vai tiešām vēlaties izdzēst šo uzņēmumu?',
'error' => 'Radās problēma, izlaižot uzņēmumu. Lūdzu mēģiniet vēlreiz.',
'success' => 'Uzņēmums tika veiksmīgi dzēsts.',
],
];

View File

@ -0,0 +1,11 @@
<?php
return array(
'companies' => 'Kompānijas',
'create' => 'Izveidojiet uzņēmumu',
'email' => 'Company Email',
'title' => 'Uzņēmums',
'phone' => 'Company Phone',
'update' => 'Atjaunināt uzņēmumu',
'name' => 'Kompānijas nosaukums',
'id' => 'ID',
);

View File

@ -0,0 +1,16 @@
<?php
return array(
'component_name' => 'Sastāvdaļas nosaukums',
'checkin' => 'Reģistrēšanās sastāvdaļa',
'checkout' => 'Checkout komponentu',
'cost' => 'Iegādes izmaksas',
'create' => 'Izveidot komponentu',
'edit' => 'Rediģēt komponentu',
'date' => 'Pirkuma datums',
'order' => 'Pasūtījuma numurs',
'remaining' => 'Atlikušais',
'total' => 'Kopā',
'update' => 'Atjaunināt komponents',
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);

View File

@ -0,0 +1,37 @@
<?php
return array(
'does_not_exist' => 'Komponents neeksistē.',
'create' => array(
'error' => 'Komponents nav izveidots, lūdzu, mēģiniet vēlreiz.',
'success' => 'Komponents tika veiksmīgi izveidots.'
),
'update' => array(
'error' => 'Komponents nav atjaunināts, lūdzu, mēģiniet vēlreiz',
'success' => 'Komponents ir veiksmīgi atjaunināts.'
),
'delete' => array(
'confirm' => 'Vai tiešām vēlaties dzēst šo komponentu?',
'error' => 'Radās problēma, izdzēšot komponentu. Lūdzu mēģiniet vēlreiz.',
'success' => 'Komponents tika veiksmīgi dzēsts.'
),
'checkout' => array(
'error' => 'Komponents netika pārbaudīts, lūdzu, mēģiniet vēlreiz',
'success' => 'Komponents veiksmīgi pārbaudīts.',
'user_does_not_exist' => 'Šis lietotājs ir nederīgs. Lūdzu mēģiniet vēlreiz.',
'unavailable' => 'Not enough components remaining: :remaining remaining, :requested requested ',
),
'checkin' => array(
'error' => 'Komponents nav reģistrēts, lūdzu, mēģiniet vēlreiz',
'success' => 'Komponents ir veiksmīgi reģistrēts.',
'user_does_not_exist' => 'Šis lietotājs ir nederīgs. Lūdzu mēģiniet vēlreiz.'
)
);

View File

@ -0,0 +1,5 @@
<?php
return array(
'title' => 'Sastāvdaļas nosaukums',
);

View File

@ -0,0 +1,11 @@
<?php
return array(
'checkout' => 'Izrakstīšanās, ko patērē lietotājs',
'consumable_name' => 'Paturējamais nosaukums',
'create' => 'Izveidot patērējamu',
'item_no' => 'Preces Nr.',
'remaining' => 'Atlikušais',
'total' => 'Kopā',
'update' => 'Atjaunināt patērējamu',
);

View File

@ -0,0 +1,37 @@
<?php
return array(
'does_not_exist' => 'Patērējamais nav.',
'create' => array(
'error' => 'Patērējamais nav izveidots, lūdzu, mēģiniet vēlreiz.',
'success' => 'Izlietojamie tika veiksmīgi izveidoti.'
),
'update' => array(
'error' => 'Patērējamais nav atjaunināts, lūdzu, mēģiniet vēlreiz',
'success' => 'Izlietojamie tiek veiksmīgi atjaunināti.'
),
'delete' => array(
'confirm' => 'Vai tiešām vēlaties izdzēst šo patērējamo?',
'error' => 'Radās problēma, izdzēšot patērējamo. Lūdzu mēģiniet vēlreiz.',
'success' => 'Palīgmateriāls tika veiksmīgi dzēsts.'
),
'checkout' => array(
'error' => 'Neizdevās izņemt patēriņu, lūdzu, mēģiniet vēlreiz',
'success' => 'Izlietojamie izrakstīti veiksmīgi.',
'user_does_not_exist' => 'Šis lietotājs ir nederīgs. Lūdzu mēģiniet vēlreiz.',
'unavailable' => 'There are not enough consumables for this checkout. Please check the quantity left. ',
),
'checkin' => array(
'error' => 'Paredzētais patēriņš netika reģistrēts, lūdzu, mēģiniet vēlreiz',
'success' => 'Izlietojamie tiek veiksmīgi reģistrēti.',
'user_does_not_exist' => 'Šis lietotājs ir nederīgs. Lūdzu mēģiniet vēlreiz.'
)
);

View File

@ -0,0 +1,5 @@
<?php
return array(
'title' => 'Paturējamais nosaukums',
);

View File

@ -0,0 +1,61 @@
<?php
return [
'custom_fields' => 'Pielāgotie lauki',
'manage' => 'Pārvaldīt',
'field' => 'Lauks',
'about_fieldsets_title' => 'Par lauka laukiem',
'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Šifrējiet šī lauka vērtību datu bāzē',
'encrypt_field_help' => 'BRĪDINĀJUMS: lauka šifrēšana padara to neizpētītu.',
'encrypted' => 'Šifrēts',
'fieldset' => 'Lauka laukums',
'qty_fields' => 'Daudzi lauki',
'fieldsets' => 'Lauka lauki',
'fieldset_name' => 'Lauka nosaukums',
'field_name' => 'Lauka nosaukums',
'field_values' => 'Lauka vērtības',
'field_values_help' => 'Pievienot izvēles iespējas, pa vienai katrā rindiņā. Tukšās rindas, izņemot pirmo rindu, tiks ignorētas.',
'field_element' => 'Veidlapas elements',
'field_element_short' => 'Elements',
'field_format' => 'Formāts',
'field_custom_format' => 'Pielāgotais formāts',
'field_custom_format_help' => 'Šajā laukā var izmantot regulāro izteiksmi, lai pārbaudītu. Tai ir jāsākas ar "regex:". Piemēram, lai pārbaudītu, ka pielāgotais lauks satur derīgu IMEI (15 cipari), būtu jāizmanto vērtība <code>regex:/^[0-9]{15}$/</code>.',
'required' => 'Obligāts',
'req' => 'Req.',
'used_by_models' => 'Izmantoti modeļi',
'order' => 'Pasūtījums',
'create_fieldset' => 'Jauns lauka laukums',
'update_fieldset' => 'Update Fieldset',
'fieldset_does_not_exist' => 'Fieldset :id does not exist',
'fieldset_updated' => 'Fieldset updated',
'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'Jauna pielāgota lauks',
'create_field_title' => 'Izveidot jaunu pielāgoto lauku',
'value_encrypted' => 'Šī lauka vērtība ir šifrēta datu bāzē. Tikai admin lietotāji varēs apskatīt atšifrēto vērtību',
'show_in_email' => 'Vai iekļaut šī lauka vērtību lietotājiem nosūtītajos e-pasta paziņojumos? Šifrētie lauki nevar būt iekļauti e-pasta ziņojumos',
'show_in_email_short' => 'Include in emails.',
'help_text' => 'Palīdzības teksts',
'help_text_description' => 'This is optional text that will appear below the form elements while editing an asset to provide context on the field.',
'about_custom_fields_title' => 'About Custom Fields',
'about_custom_fields_text' => 'Custom fields allow you to add arbitrary attributes to assets.',
'add_field_to_fieldset' => 'Add Field to Fieldset',
'make_optional' => 'Required - click to make optional',
'make_required' => 'Optional - click to make required',
'reorder' => 'Pārkārtot',
'db_field' => 'DB lauks',
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code>:db_column</code> but should be <code>:expected</code>.',
'is_unique' => 'Šai vērtībai ir jābūt unikālai starp visiem pamatlīdzekļiem',
'unique' => 'Unikāls',
'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
'display_in_user_view_table' => 'Visible to User',
'auto_add_to_fieldsets' => 'Automatically add this to every new fieldset',
'add_to_preexisting_fieldsets' => 'Add to any existing fieldsets',
'show_in_listview' => 'Show in list views by default. Authorized users will still be able to show/hide via the column selector',
'show_in_listview_short' => 'Show in lists',
'show_in_requestable_list_short' => 'Show in requestable assets list',
'show_in_requestable_list' => 'Show value in requestable assets list. Encrypted fields will not be shown',
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
];

View File

@ -0,0 +1,63 @@
<?php
return array(
'field' => array(
'invalid' => 'Šis lauks neeksistē.',
'already_added' => 'Lauks jau ir pievienots',
'create' => array(
'error' => 'Lauks nav izveidots, lūdzu, mēģiniet vēlreiz.',
'success' => 'Lauks veiksmīgi izveidots.',
'assoc_success' => 'Lauks veiksmīgi pievienots lauka laukam.'
),
'update' => array(
'error' => 'Lauks nav atjaunināts, lūdzu, mēģiniet vēlreiz',
'success' => 'Lauks ir veiksmīgi atjaunināts.'
),
'delete' => array(
'confirm' => 'Vai tiešām vēlaties dzēst šo lauku?',
'error' => 'Radās problēma, dzēšot lauku. Lūdzu mēģiniet vēlreiz.',
'success' => 'Lauks bija veiksmīgi dzēsts.',
'in_use' => 'Lauks joprojām tiek izmantots.',
)
),
'fieldset' => array(
'does_not_exist' => 'Fieldset nepastāv',
'create' => array(
'error' => 'Fieldset nav izveidots, lūdzu, mēģiniet vēlreiz.',
'success' => 'Fieldset izveidota veiksmīgi.'
),
'update' => array(
'error' => 'Fieldset nebija atjaunināts, lūdzu, mēģiniet vēlreiz',
'success' => 'Fieldset tika veiksmīgi atjaunināta.'
),
'delete' => array(
'confirm' => 'Vai tiešām vēlaties dzēst šo lauka iestatījumu?',
'error' => 'Radās problēma, novēršot lauka iestatījumu. Lūdzu mēģiniet vēlreiz.',
'success' => 'Fieldset tika veiksmīgi dzēsts.',
'in_use' => 'Fieldset joprojām tiek izmantots.',
)
),
'fieldset_default_value' => array(
'error' => 'Kļūda lauku kopas noklusējuma vērtību validācijā.',
),
);

View File

@ -0,0 +1,22 @@
<?php
return array(
'does_not_exist' => 'Departaments nepastāv.',
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
'assoc_users' => 'Pašlaik šis departaments ir saistīts ar vismaz vienu lietotāju un to nevar izdzēst. Lūdzu, atjauniniet savus lietotājus, lai tie vairs netiktu izmantoti šajā nodaļā, un mēģiniet vēlreiz.',
'create' => array(
'error' => 'Departaments nav izveidots, lūdzu, mēģiniet vēlreiz.',
'success' => 'Nodaļa veiksmīgi izveidota.'
),
'update' => array(
'error' => 'Departaments netika atjaunināts, lūdzu, mēģiniet vēlreiz',
'success' => 'Nodaļa veiksmīgi atjaunota.'
),
'delete' => array(
'confirm' => 'Vai tiešām vēlaties dzēst šo nodaļu?',
'error' => 'Radās problēma, izdzēšot nodaļu. Lūdzu mēģiniet vēlreiz.',
'success' => 'Departaments tika veiksmīgi dzēsts.'
)
);

View File

@ -0,0 +1,11 @@
<?php
return array(
'id' => 'ID',
'name' => 'Nodaļas nosaukums',
'manager' => 'Vadītājs',
'location' => 'Atrašanās vieta',
'create' => 'Izveidot departamentu',
'update' => 'Atjaunināt departamentu',
);

View File

@ -0,0 +1,16 @@
<?php
return [
'about_asset_depreciations' => 'Par Asset Depreciations',
'about_depreciations' => 'Jūs varat izveidot aktīvu nolietojumu, lai nolietotu aktīvus, pamatojoties uz lineāro nolietojumu.',
'asset_depreciations' => 'Aktīvu vērtības samazināšanās',
'create' => 'Izveidot nolietojumu',
'depreciation_name' => 'Nolietojuma nosaukums',
'depreciation_min' => 'Nolietojuma zemākā vērtība',
'number_of_months' => 'Mēnešu skaits',
'update' => 'Atjaunināt nolietojumu',
'depreciation_min' => 'Minimālā vērtība pēc nolietojuma beigām',
'no_depreciations_warning' => '<strong>Uzmanību: </strong>
Šobrīd nav iestatīts neviens nolietojums.
Lūdzu iestatiet vismaz vienu nolietojumu, lai redzētu nolietojuma atskaiti.',
];

View File

@ -0,0 +1,25 @@
<?php
return array(
'does_not_exist' => 'Nolietojuma kategorija nepastāv.',
'assoc_users' => 'Šis nolietojums pašlaik ir saistīts ar vienu vai vairākiem modeļiem, un tos nevar izdzēst. Lūdzu, izdzēsiet modeļus un pēc tam mēģiniet dzēst vēlreiz.',
'create' => array(
'error' => 'Nolietojuma kategorija netika izveidota, lūdzu, mēģiniet vēlreiz. :(',
'success' => 'Nolietojuma pakāpe ir veiksmīgi izveidota. :)'
),
'update' => array(
'error' => 'Nolietojuma kategorija netika atjaunināta, lūdzu, mēģiniet vēlreiz',
'success' => 'Amortizācijas klase ir veiksmīgi atjaunināta.'
),
'delete' => array(
'confirm' => 'Vai tiešām vēlaties dzēst šo nolietojuma klasi?',
'error' => 'Izdevuma nolietojuma klases dzēšana. Lūdzu mēģiniet vēlreiz.',
'success' => 'Amortizācijas klase tika veiksmīgi dzēsta.'
)
);

View File

@ -0,0 +1,11 @@
<?php
return [
'id' => 'ID',
'months' => 'Mēneši',
'term' => 'Termiņš',
'title' => 'Nosaukums',
'depreciation_min' => 'Zemākā vērtība',
];

View File

@ -0,0 +1,22 @@
<?php
return array(
'group_exists' => 'Grupa jau pastāv!',
'group_not_found' => 'Group ID :id does not exist.',
'group_name_required' => 'Nosaukuma lauks ir nepieciešams',
'success' => array(
'create' => 'Grupa tika veiksmīgi izveidota.',
'update' => 'Grupa tika veiksmīgi atjaunināta.',
'delete' => 'Grupa tika veiksmīgi izdzēsta.',
),
'delete' => array(
'confirm' => 'Vai tiešām vēlaties dzēst šo grupu?',
'create' => 'Radās problēma, veidojot grupu. Lūdzu mēģiniet vēlreiz.',
'update' => 'Radās problēma, atjauninot grupu. Lūdzu mēģiniet vēlreiz.',
'delete' => 'Radās problēma, izdzēšot grupu. Lūdzu mēģiniet vēlreiz.',
),
);

View File

@ -0,0 +1,9 @@
<?php
return array(
'id' => 'Id',
'name' => 'Nosaukums',
'users' => 'Lietotāju skaits',
);

View File

@ -0,0 +1,16 @@
<?php
return [
'about_groups_title' => 'Par grupām',
'about_groups' => 'Grupas tiek izmantotas, lai vispārinātu lietotāju atļaujas.',
'group_management' => 'Grupas vadība',
'create' => 'Izveidot jaunu grupu',
'update' => 'Rediģēt grupu',
'group_name' => 'Grupas nosaukums',
'group_admin' => 'Grupas administrators',
'allow' => 'Atļaut',
'deny' => 'Liegties',
'permission' => 'Piekļuves tiesības',
'grant' => 'Piešķirt',
'no_permissions' => 'Šai grupai nav nevienu pieejas tiesību.'
];

View File

@ -0,0 +1,59 @@
<?php
return [
'bulk_delete' => 'Apstiprināt lielapjoma aktīvu dzēšanu',
'bulk_restore' => 'Confirm Bulk Restore Assets',
'bulk_delete_help' => 'Pārskatīt aktīvu lielapjoma dzēšanu zemāk. Dzēstos aktīvus var atjaunot, bet tie vairs nebūs saistīti ar šībrīža lietotāju.',
'bulk_restore_help' => 'Review the assets for bulk restoration below. Once restored, these assets will not be associated with any users they were previously assigned to.',
'bulk_delete_warn' => 'Jūs gatavojaties dzēst: asset_count aktīvi.',
'bulk_restore_warn' => 'You are about to restore :asset_count assets.',
'bulk_update' => 'Lielapjoma atjaunināšanas līdzekļi',
'bulk_update_help' => 'Šī veidlapa ļauj vienlaikus atjaunināt vairākus aktīvus. Aizpildiet tikai nepieciešamos laukus. Jebkurš tukšs laukums paliek nemainīgs.',
'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
'bulk_update_with_custom_field' => 'Note the assets are :asset_model_count different types of models.',
'bulk_update_model_prefix' => 'On Models',
'bulk_update_custom_field_unique' => 'This is a unique field and can not be bulk edited.',
'checkedout_to' => 'Izrakstīts uz',
'checkout_date' => 'Izrakstīšanās datums',
'checkin_date' => 'Reģistrēšanās datums',
'checkout_to' => 'Izrakstīšanās līdz',
'cost' => 'Iegādes izmaksas',
'create' => 'Izveidot īpašumu',
'date' => 'Pirkuma datums',
'depreciation' => 'Nolietojums',
'depreciates_on' => 'Atbalstīts ieslēgts',
'default_location' => 'Noklusējuma atrašanās vieta',
'default_location_phone' => 'Default Location Phone',
'eol_date' => 'EOL datums',
'eol_rate' => 'EOL likme',
'expected_checkin' => 'Paredzamais reģistrēšanās datums',
'expires' => 'Beidzas',
'fully_depreciated' => 'Pilnībā nolietota',
'help_checkout' => 'Ja vēlaties piešķirt šo priekšmetu uzreiz, atlasiet "Gatavs izvietošanai" no iepriekšējā statusa saraksta.',
'mac_address' => 'MAC adrese',
'manufacturer' => 'Ražotājs',
'model' => 'Modelis',
'months' => 'mēneši',
'name' => 'Aktīva nosaukums',
'notes' => 'Piezīmes',
'order' => 'Pasūtījuma numurs',
'qr' => 'QR kods',
'requestable' => 'Lietotāji var pieprasīt šo aktīvu',
'select_statustype' => 'Atlasiet statusa veidu',
'serial' => 'Sērijas numurs',
'status' => 'Statuss',
'tag' => 'Asset Tag',
'update' => 'Aktīvu atjaunošana',
'warranty' => 'Garantija',
'warranty_expires' => 'Garantija beidzās',
'years' => 'gadiem',
'asset_location' => 'Atjaunināt pamatlīdzekļa atrašanās vietu',
'asset_location_update_default_current' => 'Atjaunināt noklusējuma KĀ ARĪ tekošo atrašanās vietu',
'asset_location_update_default' => 'Atjaunināt tikai noklusēja atrašanās vietu',
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'Šis statuss nav izmantojams. Pamatlīdzeklis nevar tikt izrakstīts.',
'asset_deployable' => 'Šis statuss ir izmantojams. Pamatlīdzeklis ir pieejams izrakstīšanai.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Neobligātā informācija',
'order_details' => 'Pasūtījuma informācija'
];

View File

@ -0,0 +1,43 @@
<?php
return [
'about_assets_title' => 'Par aktīviem',
'about_assets_text' => 'Aktīvi ir posteņi, ko izseko pēc sērijas numura vai aktīvu taga. Viņi mēdz būt augstākas vērtības priekšmeti, kad ir svarīgi noteikt konkrētu objektu.',
'archived' => 'Arhivēts',
'asset' => 'Aktīvs',
'bulk_checkout' => 'Lielapjoma izsniegšana',
'bulk_checkin' => 'Checkin Assets',
'checkin' => 'Reģistrēšanās aktīvs',
'checkout' => 'Checkout Asset',
'clone' => 'Clone Asset',
'deployable' => 'Izvietojams',
'deleted' => 'Šis pamatlīdzeklis ir izdzēsts.',
'delete_confirm' => 'Are you sure you want to delete this asset?',
'edit' => 'Rediģēt īpašumu',
'model_deleted' => 'Šis pamatlīdzekļu modelis ir dzēsts. Jums ir jāatjauno modelis pirms drīkstiet atjaunot pamatlīdzekli.',
'model_invalid' => 'The Model of this Asset is invalid.',
'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
'requestable' => 'Pieļaujams',
'requested' => 'Pieprasīts',
'not_requestable' => 'Nav pieprasāms',
'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Atjaunot aktīvus',
'pending' => 'Gaida',
'undeployable' => 'Nodarbināms',
'undeployable_tooltip' => 'This asset has a status label that is undeployable and cannot be checked out at this time.',
'view' => 'Skatīt aktīvu',
'csv_error' => 'Jūsu CSV failā ir kļūda:',
'import_text' => '<p>Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the <code>Admin &gt; General Settings</code>.</p><p>Fields included in the CSV must match the headers: <strong>Asset Tag, Name, Checkout Date, Checkin Date</strong>. Any additional fields will be ignored. </p><p>Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.</p>
',
'csv_import_match_f-l' => 'Try to match users by <strong>firstname.lastname</strong> (<code>jane.smith</code>) format',
'csv_import_match_initial_last' => 'Try to match users by <strong>first initial last name</strong> (<code>jsmith</code>) format',
'csv_import_match_first' => 'Try to match users by <strong>first name</strong> (<code>jane</code>) format',
'csv_import_match_email' => 'Try to match users by <strong>email</strong> as username',
'csv_import_match_username' => 'Try to match users by <strong>username</strong>',
'error_messages' => 'Error messages:',
'success_messages' => 'Success messages:',
'alert_details' => 'Lūdzu skatiet zemāk.',
'custom_export' => 'Custom Export',
'mfg_warranty_lookup' => ':manufacturer Warranty Status Lookup',
'user_department' => 'User Department',
];

View File

@ -0,0 +1,90 @@
<?php
return [
'undeployable' => '<strong>Ievadīšana: </strong> Šis īpašums ir atzīmēts kā pašlaik nederīgs. Ja šis statuss ir mainījies, lūdzu, atjauniniet aktīvu statusu.',
'does_not_exist' => 'Aktīvs neeksistē.',
'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.',
'assoc_users' => 'Šobrīd šis īpašums tiek pārbaudīts lietotājam un to nevar izdzēst. Vispirms pārbaudiet aktīvu, un pēc tam mēģiniet vēlreiz izdzēst.',
'create' => [
'error' => 'Īpašums netika izveidots, lūdzu, mēģiniet vēlreiz. :(',
'success' => 'Īpašums veiksmīgi izveidots. :)',
'success_linked' => 'Asset with tag :tag was created successfully. <strong><a href=":link" style="color: white;">Click here to view</a></strong>.',
],
'update' => [
'error' => 'Īpašums netika atjaunināts, lūdzu, mēģiniet vēlreiz',
'success' => 'Īpašums ir veiksmīgi atjaunināts.',
'nothing_updated' => 'Lauki nav atlasīti, tāpēc nekas netika atjaunināts.',
'no_assets_selected' => 'No assets were selected, so nothing was updated.',
'assets_do_not_exist_or_are_invalid' => 'Selected assets cannot be updated.',
],
'restore' => [
'error' => 'Īpašums netika atjaunots, lūdzu, mēģiniet vēlreiz',
'success' => 'Aktīvs veiksmīgi atjaunots.',
'bulk_success' => 'Aktīvs veiksmīgi atjaunots.',
'nothing_updated' => 'No assets were selected, so nothing was restored.',
],
'audit' => [
'error' => 'Aktīvu revīzija bija neveiksmīga. Lūdzu mēģiniet vēlreiz.',
'success' => 'Aktīvu audits ir veiksmīgi reģistrēts.',
],
'deletefile' => [
'error' => 'Fails nav izdzēsts. Lūdzu mēģiniet vēlreiz.',
'success' => 'Fails veiksmīgi izdzēsts.',
],
'upload' => [
'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, doc, docx, pdf un txt.',
],
'import' => [
'error' => 'Daži vienumi netika pareizi importēti.',
'errorDetail' => 'Tālāk minētie vienumi netika importēti kļūdu dēļ.',
'success' => 'Jūsu fails ir importēts',
'file_delete_success' => 'Jūsu fails ir veiksmīgi izdzēsts',
'file_delete_error' => 'Failu nevarēja dzēst',
'file_missing' => 'The file selected is missing',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
'delete' => [
'confirm' => 'Vai tiešām vēlaties dzēst šo īpašumu?',
'error' => 'Radās problēma, noņemot aktīvu. Lūdzu mēģiniet vēlreiz.',
'nothing_updated' => 'Netika atlasīti neviens aktīvs, tāpēc nekas netika izdzēsts.',
'success' => 'Aktīvs tika veiksmīgi dzēsts.',
],
'checkout' => [
'error' => 'Īpašums netika pārbaudīts, lūdzu, mēģiniet vēlreiz',
'success' => 'Aktīvs pārbaudīts veiksmīgi.',
'user_does_not_exist' => 'Šis lietotājs ir nederīgs. Lūdzu mēģiniet vēlreiz.',
'not_available' => 'Šis īpašums nav pieejams izrakstīšanai!',
'no_assets_selected' => 'Jums jāizvēlas vismaz vienu aparatūru',
],
'checkin' => [
'error' => 'Īpašums netika reģistrēts, lūdzu, mēģiniet vēlreiz',
'success' => 'Aktīvs ir pārbaudīts veiksmīgi.',
'user_does_not_exist' => 'Šis lietotājs ir nederīgs. Lūdzu mēģiniet vēlreiz.',
'already_checked_in' => 'Šis aktīvs jau ir reģistrēts.',
],
'requests' => [
'error' => 'Īpašums netika pieprasīts, lūdzu, mēģiniet vēlreiz',
'success' => 'Īpašums pieprasīts veiksmīgi.',
'canceled' => 'Norēķinu pieprasījums ir sekmīgi atcelts',
],
];

View File

@ -0,0 +1,33 @@
<?php
return [
'asset_tag' => 'Asset Tag',
'asset_model' => 'Modelis',
'assigned_to' => 'Piešķirts',
'book_value' => 'Current Value',
'change' => 'Iekšā ārā',
'checkout_date' => 'Izrakstīšanās datums',
'checkoutto' => 'Izrakstīts',
'components_cost' => 'Total Components Cost',
'current_value' => 'Current Value',
'diff' => 'Atšķirība',
'dl_csv' => 'Lejupielādējiet CSV',
'eol' => 'EOL',
'id' => 'ID',
'last_checkin_date' => 'Last Checkin Date',
'location' => 'Atrašanās vieta',
'purchase_cost' => 'Izmaksas',
'purchase_date' => 'Iegādāts',
'serial' => 'Sērijas numurs',
'status' => 'Statuss',
'title' => 'Aktīvs',
'image' => 'Ierīces attēls',
'days_without_acceptance' => 'Dienas bez pieņemšanas',
'monthly_depreciation' => 'Monthly Depreciation',
'assigned_to' => 'Piešķirts',
'requesting_user' => 'Requesting User',
'requested_date' => 'Requested Date',
'changed' => 'Changed',
'icon' => 'Icon',
];

View File

@ -0,0 +1,50 @@
<?php
return [
'about_kits_title' => 'About Predefined Kits',
'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.',
'checkout' => 'Checkout Kit ',
'create_success' => 'Kit was successfully created.',
'create' => 'Create Predefined Kit',
'update' => 'Update Predefined Kit',
'delete_success' => 'Kit was successfully deleted.',
'update_success' => 'Kit was successfully updated.',
'none_models' => 'There are not enough available assets for :model to checkout. :qty are required. ',
'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ',
'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ',
'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ',
'append_accessory' => 'Append Accessory',
'update_appended_accessory' => 'Update appended Accessory',
'append_consumable' => 'Append Consumable',
'update_appended_consumable' => 'Update appended Consumable',
'append_license' => 'Append license',
'update_appended_license' => 'Update appended license',
'append_model' => 'Append model',
'update_appended_model' => 'Update appended model',
'license_error' => 'License already attached to kit',
'license_added_success' => 'License added successfully',
'license_updated' => 'License was successfully updated',
'license_none' => 'Licence neeksistē',
'license_detached' => 'License was successfully detached',
'consumable_added_success' => 'Consumable added successfully',
'consumable_updated' => 'Consumable was successfully updated',
'consumable_error' => 'Consumable already attached to kit',
'consumable_deleted' => 'Delete was successful',
'consumable_none' => 'Patērējamais nav',
'consumable_detached' => 'Consumable was successfully detached',
'accessory_added_success' => 'Accessory added successfully',
'accessory_updated' => 'Accessory was successfully updated',
'accessory_detached' => 'Accessory was successfully detached',
'accessory_error' => 'Accessory already attached to kit',
'accessory_deleted' => 'Delete was successful',
'accessory_none' => 'Piederums neeksistē',
'checkout_success' => 'Checkout was successful',
'checkout_error' => 'Checkout error',
'kit_none' => 'Kit does not exist',
'kit_created' => 'Kit was successfully created',
'kit_updated' => 'Kit was successfully updated',
'kit_not_found' => 'Kit not found',
'kit_deleted' => 'Kit was successfully deleted',
'kit_model_updated' => 'Model was successfully updated',
'kit_model_detached' => 'Model was successfully detached',
];

View File

@ -0,0 +1,11 @@
<?php
return [
'invalid_return_count' => 'Invalid count returned from :name. Expected :expected, got :actual.',
'invalid_return_type' => 'Invalid type returned from :name. Expected :expected, got :actual.',
'invalid_return_value' => 'Invalid value returned from :name. Expected :expected, got :actual.',
'does_not_exist' => 'Label does not exist',
];

View File

@ -0,0 +1,19 @@
<?php
return [
'example_company' => 'Test Company Limited',
'example_defaultloc' => 'Building 1',
'example_category' => 'Test Category',
'example_location' => 'Building 2',
'example_manufacturer' => 'Test Manufacturing Inc.',
'example_model' => 'Test Model',
'example_supplier' => 'Test Company Limited',
'labels_per_page' => 'Labels',
'support_fields' => 'Fields',
'support_asset_tag' => 'Tag',
'support_1d_barcode' => '1D',
'support_2d_barcode' => '2D',
'support_logo' => 'Logotips',
'support_title' => 'Nosaukums',
];

View File

@ -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.'
);

View File

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

View File

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

View File

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

View File

@ -0,0 +1,29 @@
<?php
return array(
'does_not_exist' => 'Atrašanās vietas neeksistē.',
'assoc_users' => 'Pašlaik šī atrašanās vieta ir saistīta ar vismaz vienu lietotāju un to nevar izdzēst. Lūdzu, atjauniniet savus lietotājus, lai vairs nerindrinātu šo atrašanās vietu, un mēģiniet vēlreiz.',
'assoc_assets' => 'Pašlaik šī atrašanās vieta ir saistīta ar vismaz vienu īpašumu un to nevar izdzēst. Lūdzu, atjauniniet savus aktīvus, lai vairs nerindotu šo atrašanās vietu, un mēģiniet vēlreiz.',
'assoc_child_loc' => 'Pašlaik šī vieta ir vismaz viena bērna atrašanās vieta un to nevar izdzēst. Lūdzu, atjauniniet savas atrašanās vietas, lai vairs nerindotu šo atrašanās vietu, un mēģiniet vēlreiz.',
'assigned_assets' => 'Assigned Assets',
'current_location' => 'Current Location',
'create' => array(
'error' => 'Atrašanās vieta nav izveidota, lūdzu, mēģiniet vēlreiz.',
'success' => 'Atrašanās vieta ir veiksmīgi izveidota.'
),
'update' => array(
'error' => 'Atrašanās vieta nav atjaunināta, lūdzu, mēģiniet vēlreiz',
'success' => 'Atrašanās vieta ir veiksmīgi atjaunināta.'
),
'delete' => array(
'confirm' => 'Vai tiešām vēlaties dzēst šo atrašanās vietu?',
'error' => 'Radās problēma, dzēšot atrašanās vietu. Lūdzu mēģiniet vēlreiz.',
'success' => 'Atrašanās vieta tika veiksmīgi dzēsta.'
)
);

View File

@ -0,0 +1,42 @@
<?php
return [
'about_locations_title' => 'Par atrašanās vietu',
'about_locations' => 'Vietas tiek izmantotas, lai izsekotu atrašanās vietas informāciju lietotājiem, īpašumiem un citiem vienumiem',
'assets_rtd' => 'Aktīvi', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'assets_checkedout' => 'Piešķirtie aktīvi',
'id' => 'ID',
'city' => 'Pilsēta',
'state' => 'Valsts',
'country' => 'Valsts',
'create' => 'Izveidot atrašanās vietu',
'update' => 'Atjaunināt atrašanās vietu',
'print_assigned' => 'Print Assigned',
'print_all_assigned' => 'Drukāt izsniegto',
'name' => 'Atrašanās vietas nosaukums',
'address' => 'Adrese',
'address2' => 'Address Line 2',
'zip' => 'Pasta indekss',
'locations' => 'Atrašanās vietas',
'parent' => 'Vecāks',
'currency' => 'Atrašanās vietas valūta',
'ldap_ou' => 'LDAP Search OU',
'user_name' => 'User Name',
'department' => 'nodaļa',
'location' => 'Atrašanās vieta',
'asset_tag' => 'Assets Tag',
'asset_name' => 'Nosaukums',
'asset_category' => 'Kategorija',
'asset_manufacturer' => 'Ražotājs',
'asset_model' => 'Modelis',
'asset_serial' => 'Sērijas numurs',
'asset_location' => 'Atrašanās vieta',
'asset_checked_out' => 'Izrakstīts',
'asset_expected_checkin' => 'Expected Checkin',
'date' => 'Datums:',
'phone' => 'Location Phone',
'signed_by_asset_auditor' => 'Signed By (Asset Auditor):',
'signed_by_finance_auditor' => 'Signed By (Finance Auditor):',
'signed_by_location_manager' => 'Signed By (Location Manager):',
'signed_by' => 'Signed Off By:',
];

View File

@ -0,0 +1,30 @@
<?php
return array(
'support_url_help' => 'Variables <code>{LOCALE}</code>, <code>{SERIAL}</code>, <code>{MODEL_NUMBER}</code>, and <code>{MODEL_NAME}</code> may be used in your URL to have those values auto-populate when viewing assets - for example https://checkcoverage.apple.com/{LOCALE}/{SERIAL}.',
'does_not_exist' => 'Ražotājs neeksistē.',
'assoc_users' => 'Šis ražotājs pašlaik ir saistīts ar vismaz vienu modeli, un to nevar izdzēst. Lūdzu, atjauniniet savus modeļus, lai vairs nerādītu šo ražotāju, un mēģiniet vēlreiz.',
'create' => array(
'error' => 'Ražotājs netika izveidots, lūdzu, mēģiniet vēlreiz.',
'success' => 'Ražotājs veiksmīgi izveidots.'
),
'update' => array(
'error' => 'Ražotājs netika atjaunināts, lūdzu, mēģiniet vēlreiz',
'success' => 'Ražotājs tika veiksmīgi atjaunināts.'
),
'restore' => array(
'error' => 'Ražotāja dati nav atjaunoti, lūdzu mēģiniet vēlreiz',
'success' => 'Ražotāja dati atjaunoti veiksmīgi.'
),
'delete' => array(
'confirm' => 'Vai tiešām vēlaties dzēst šo ražotāju?',
'error' => 'Radās problēma, izdzēšot ražotāju. Lūdzu mēģiniet vēlreiz.',
'success' => 'Ražotājs tika veiksmīgi dzēsts.'
)
);

View File

@ -0,0 +1,16 @@
<?php
return array(
'about_manufacturers_title' => 'Par ražotājiem',
'about_manufacturers_text' => 'Ražotāji ir uzņēmumi, kas veido jūsu aktīvus. Šeit varat saglabāt svarīgu atbalsta kontaktinformāciju par tiem, kas tiks parādīti jūsu detalizētās informācijas lapās.',
'asset_manufacturers' => 'Aktīvu ražotāji',
'create' => 'Izveidojiet ražotāju',
'id' => 'ID',
'name' => 'Nosaukums',
'support_email' => 'Atbalsta e-pastu',
'support_phone' => 'Atbalsta tālruni',
'support_url' => 'Atbalsta URL',
'warranty_lookup_url' => 'Warranty Lookup URL',
'update' => 'Atjaunināt ražotāju',
);

View File

@ -0,0 +1,18 @@
<?php
return array(
'about_models_title' => 'Par īpašuma modeļiem',
'about_models_text' => 'Aktīvu modeļi ir veids, kā grupēt identiskus aktīvus. "MBP 2013", "IPhone 6s" uc',
'deleted' => 'Šis modelis ir izdzēsts.',
'bulk_delete' => 'Līdzekļu modeļu lielapjoma dzēšana',
'bulk_delete_help' => 'Lai apstiprinātu izvēlēto līdzekļu modeļu dzēšanu, ir jāatzīmē zemāk esošās izvēles rūtiņas. Līdzekļu modeļi, kuriem ir piesaistīti aktīvi, nevar tikt dzēsti, kamēr līdzekļi nav piesaistīti citam modelim.',
'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.',
'restore' => 'Atjaunot modeli',
'requestable' => 'Lietotāji var pieprasīt šo modeli',
'show_mac_address' => 'Parādiet MAC adreses lauku šī modeļa aktīvos',
'view_deleted' => 'Skatīt dzēsto',
'view_models' => 'Skatīt modeļus',
'fieldset' => 'Lauka laukums',
'no_custom_field' => 'Nav pielāgotu lauku',
'add_default_values' => 'Pievienot noklusējuma vērtības',
);

View File

@ -0,0 +1,47 @@
<?php
return array(
'deleted' => 'Deleted asset model',
'does_not_exist' => 'Modelis nepastāv.',
'no_association' => 'WARNING! The asset model for this item is invalid or missing!',
'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
'assoc_users' => 'Šobrīd šis modelis ir saistīts ar vienu vai vairākiem aktīviem, un tos nevar izdzēst. Lūdzu, izdzēsiet aktīvus un pēc tam mēģiniet vēlreiz dzēst.',
'create' => array(
'error' => 'Modelis netika izveidots, lūdzu, mēģiniet vēlreiz.',
'success' => 'Modelis veiksmīgi izveidots.',
'duplicate_set' => 'Aktīvu modelis ar šo nosaukumu, ražotāju un modeļa numuru jau pastāv.',
),
'update' => array(
'error' => 'Modelis nav atjaunināts, lūdzu, mēģiniet vēlreiz',
'success' => 'Modelis tika veiksmīgi atjaunināts.',
),
'delete' => array(
'confirm' => 'Vai tiešām vēlaties dzēst šo aktīvu modeli?',
'error' => 'Radās problēma, izdzēšot modeli. Lūdzu mēģiniet vēlreiz.',
'success' => 'Modelis tika veiksmīgi dzēsts.'
),
'restore' => array(
'error' => 'Modelis netika atjaunots, lūdzu, mēģiniet vēlreiz',
'success' => 'Veiksmīgi atjaunots modelis.'
),
'bulkedit' => array(
'error' => 'Neviens laukums netika mainīts, tāpēc nekas netika atjaunināts.',
'success' => 'Model successfully updated. |:model_count models successfully updated.',
'warn' => 'You are about to update the properties of the following model:|You are about to edit the properties of the following :model_count models:',
),
'bulkdelete' => array(
'error' => 'Nav atlasītu modeļu, tāpēc nekas netika izdzēsts.',
'success' => 'Model deleted!|:success_count models deleted!',
'success_partial' => ':success_count modeļi dzēsti, tomēr :fail_count nevarēja tik dzēsti, jo tiem ir piesaistītas aparatūras.'
),
);

View File

@ -0,0 +1,17 @@
<?php
return array(
'create' => 'Izveidot aktīvu modeli',
'created_at' => 'Izveidots pie',
'eol' => 'EOL',
'modelnumber' => 'Modelis Nr.',
'name' => 'Aktīva modeļa nosaukums',
'numassets' => 'Aktīvi',
'title' => 'Aktīvu modeļi',
'update' => 'Atjaunināt aktīvu modeli',
'view' => 'Skatīt aktīvu modeli',
'update' => 'Atjaunināt aktīvu modeli',
'clone' => 'Klona modelis',
'edit' => 'Rediģēt modeli',
);

View File

@ -0,0 +1,17 @@
<?php
return [
'info' => 'Atlasiet opcijas, kuras vēlaties izmantot savam aktīvu pārskatam.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
'custom_export' => [
'user_address' => 'User Address',
'user_city' => 'User City',
'user_state' => 'User State',
'user_country' => 'User Country',
'user_zip' => 'User Zip'
]
];

View File

@ -0,0 +1,5 @@
<?php
return array(
'error' => 'Jums jāizvēlas vismaz ONE iespēja.'
);

View File

@ -0,0 +1,367 @@
<?php
return [
'ad' => 'Active Directory',
'ad_domain' => 'Active Directory domēns',
'ad_domain_help' => 'Tas dažreiz ir tāds pats kā jūsu e-pasta domēnam, bet ne vienmēr.',
'ad_append_domain_label' => 'Append domain name',
'ad_append_domain' => 'Append domain name to username field',
'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".',
'admin_cc_email' => 'E-pasta kopija',
'admin_cc_email_help' => 'Šeit ievadiet epasta adresi, ja vēlaties saņemt kopiju epastiem par izsniegšanu / saņemšanu, kuras sūta lietotājiem. Atstājiet tukšu, ja nevēlaties kopijas.',
'admin_settings' => 'Admin Settings',
'is_ad' => 'Tas ir Active Directory serveris',
'alerts' => 'Alerts',
'alert_title' => 'Update Notification Settings',
'alert_email' => 'Sūtīt brīdinājumus uz',
'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated',
'alerts_enabled' => 'Brīdinājumi ir iespējoti',
'alert_interval' => 'Pabeidzamo brīdinājumu slieksnis (dienās)',
'alert_inv_threshold' => 'Inventāra trauksmes slieksnis',
'allow_user_skin' => 'Allow User Skin',
'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.',
'asset_ids' => 'Aktīvu ID',
'audit_interval' => 'Audita intervāls',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
'audit_warning_days' => 'Revīzijas brīdinājuma slieksnis',
'audit_warning_days_help' => 'Cik dienas iepriekš mēs brīdinātu jūs, kad aktīvi ir jāmaksā par revīziju?',
'auto_increment_assets' => 'Generate auto-incrementing asset tags',
'auto_increment_prefix' => 'Prefikss (pēc izvēles)',
'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this',
'backups' => 'Rezerves kopijas',
'backups_help' => 'Create, download, and restore backups ',
'backups_restoring' => 'Restoring from Backup',
'backups_upload' => 'Upload Backup',
'backups_path' => 'Backups on the server are stored in <code>:path</code>',
'backups_restore_warning' => 'Use the restore button <small><span class="btn btn-xs btn-warning"><i class="text-white fas fa-retweet" aria-hidden="true"></i></span></small> to restore from a previous backup. (This does not currently work with S3 file storage or Docker.)<br><br>Your <strong>entire :app_name database and any uploaded files will be completely replaced</strong> by what\'s in the backup file. ',
'backups_logged_out' => 'All existing users, including you, will be logged out once your restore is complete.',
'backups_large' => 'Very large backups may time out on the restore attempt and may still need to be run via command line. ',
'barcode_settings' => 'Svītru kodu iestatījumi',
'confirm_purge' => 'Apstipriniet iztīrīšanu',
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone and will PERMANENTLY delete all soft-deleted items and users. (You should make a backup first, just to be safe.)',
'custom_css' => 'Pielāgota CSS',
'custom_css_help' => 'Ievadiet jebkuru pielāgotu CSS ignorēšanu, kuru vēlaties izmantot. Neiekļaujiet &lt;style&gt;&lt;/style&gt; atzīmes.',
'custom_forgot_pass_url' => 'Pielāgotā paroles atjaunošanas saite',
'custom_forgot_pass_url_help' => 'Tas aizstāj pieteikšanās ekrānā iebūvēto aizmirstās paroles URL. To izmanto, lai novirzītu cilvēkus uz iekšējā vai ārēja LDAP servera paroles atiestatīšanas funkcionalitāti. Tas efektīvi atspējos lokālā lietotājā paroles atiestatīšanas funkcionalitāti.',
'dashboard_message' => 'Paziņojumu Galvenajā Panelī',
'dashboard_message_help' => 'Šis teksts parādīsies ikvienam, kuram ir atļauja, skatīt Galveno paneli.',
'default_currency' => 'Valūta pēc noklusējuma',
'default_eula_text' => 'Noklusējuma EULA',
'default_language' => 'Noklusējuma valoda',
'default_eula_help_text' => 'Varat arī saistīt pielāgotās EULA ar noteiktām aktīvu kategorijām.',
'display_asset_name' => 'Displeja aktīvu nosaukums',
'display_checkout_date' => 'Displeja norēķinu datums',
'display_eol' => 'Displejs EOL tabulas skatījumā',
'display_qr' => 'Displeja kvadrātveida kodi',
'display_alt_barcode' => 'Parādiet 1D svītrkodu',
'email_logo' => 'E-pasta logotips',
'barcode_type' => '2D svītru kodu tips',
'alt_barcode_type' => '1D svītrkoda tips',
'email_logo_size' => 'Kvadrātformas logotipi e-pasta vēstulēs izskatās vislabāk. ',
'enabled' => 'Enabled',
'eula_settings' => 'EULA iestatījumi',
'eula_markdown' => 'Šis EULA ļauj <a href="https://help.github.com/articles/github-flavored-markdown/">Github aromatizēts markdown</a>.',
'favicon' => 'Favicon',
'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.',
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'Papildu kājenes teksts ',
'footer_text_help' => 'Šis teksts tiks parādīts labajā kājenē. Saites ir atļautas, izmantojot <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>. Līniju pārtraukumi, galvenes, attēli, utt. var radīt neparedzamus rezultātus.',
'general_settings' => 'Vispārīgie iestatījumi',
'general_settings_keywords' => 'company support, signature, acceptance, email format, username format, images, per page, thumbnail, eula, gravatar, tos, dashboard, privacy',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'Izveidot dublējumu',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Galvenes krāsa',
'info' => 'Šie iestatījumi ļauj jums pielāgot noteiktus instalēšanas aspektus.',
'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laravel versija',
'ldap' => 'LDAP',
'ldap_default_group' => 'Default Permissions Group',
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
'no_default_group' => 'No Default Group',
'ldap_help' => 'LDAP/Active Directory',
'ldap_client_tls_key' => 'LDAP Client TLS Key',
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
'ldap_enabled' => 'LDAP iespējota',
'ldap_integration' => 'LDAP integrācija',
'ldap_settings' => 'LDAP iestatījumi',
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.',
'ldap_location' => 'LDAP Location',
'ldap_location_help' => 'The Ldap Location field should be used if <strong>an OU is not being used in the Base Bind DN.</strong> Leave this blank if an OU search is being used.',
'ldap_login_test_help' => 'Ievadiet derīgu LDAP lietotājvārdu un paroli no iepriekš norādītā pamata DN, lai pārbaudītu, vai LDAP lietotājvārds ir konfigurēts pareizi. VISPIRMS SAGLABĀJIET ATJAUNINĀTOS LDAP IESTATĪJUMUS.',
'ldap_login_sync_help' => 'Šis tikai pārbauda vai darbojas LDAP sinhronizācija. Ja LDAP autentifikācijas vaicājums nav pareizs, lietotāji, iespējams, joprojām nevarēs pierakstīties. VISPIRMS SAGLABĀJIET ATJAUNINĀTOS LDAP IESTATĪJUMUS.',
'ldap_manager' => 'LDAP Manager',
'ldap_server' => 'LDAP serveris',
'ldap_server_help' => 'Tam vajadzētu sākt ar ldap: // (nešifrētiem vai TLS) vai ldaps: // (attiecībā uz SSL)',
'ldap_server_cert' => 'LDAP SSL sertifikātu validācija',
'ldap_server_cert_ignore' => 'Atļaut nederīgu SSL sertifikātu',
'ldap_server_cert_help' => 'Atzīmējiet šo izvēles rūtiņu, ja izmantojat pašrakstītu SSL sertifikātu un vēlaties pieņemt nederīgu SSL sertifikātu.',
'ldap_tls' => 'Izmantojiet TLS',
'ldap_tls_help' => 'To vajadzētu pārbaudīt tikai tad, ja jūsu LDAP serverī izmantojat STARTTLS.',
'ldap_uname' => 'LDAP Bind Lietotājvārds',
'ldap_dept' => 'LDAP Department',
'ldap_phone' => 'LDAP Telephone Number',
'ldap_jobtitle' => 'LDAP Job Title',
'ldap_country' => 'LDAP Country',
'ldap_pword' => 'LDAP Bind Parole',
'ldap_basedn' => 'Base Bind DN',
'ldap_filter' => 'LDAP filtrs',
'ldap_pw_sync' => 'LDAP paroles sinhronizācija',
'ldap_pw_sync_help' => 'Noņemiet atzīmi no šīs izvēles rūtiņas, ja nevēlaties, lai LDAP paroles tiktu sinhronizētas ar vietējām parolēm. Atspējojot to, tas nozīmē, ka jūsu lietotāji, iespējams, nevarēs pieteikties, ja jūsu LDAP serveris kāda iemesla dēļ nav sasniedzams.',
'ldap_username_field' => 'Lietotājvārds lauks',
'ldap_lname_field' => 'Uzvārds',
'ldap_fname_field' => 'LDAP vārds',
'ldap_auth_filter_query' => 'LDAP autentifikācijas vaicājums',
'ldap_version' => 'LDAP versija',
'ldap_active_flag' => 'LDAP aktīvā karodziņa',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. <strong>It does not affect the ability to check items in or out to them</strong>, and should be the <strong>attribute name</strong> within your AD/LDAP, <strong>not the value</strong>. <br><br>If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to <code>0</code> or <code>false</code>, <strong>user login will be disabled</strong>. If the value in the AD/LDAP field is set to <code>1</code> or <code>true</code> or <em>any other text</em> means the user can log in. When the field is blank in your AD, we respect the <code>userAccountControl</code> attribute, which usually allows non-suspended users to log in.',
'ldap_emp_num' => 'LDAP darbinieku skaits',
'ldap_email' => 'LDAP e-pasts',
'ldap_test' => 'Test LDAP',
'ldap_test_sync' => 'Test LDAP Synchronization',
'license' => 'Programmatūras licence',
'load_remote' => 'Use Gravatar',
'load_remote_help_text' => 'Uncheck this box if your install cannot load scripts from the outside internet. This will prevent Snipe-IT from trying load images from Gravatar.',
'login' => 'Login Attempts',
'login_attempt' => 'Login Attempt',
'login_ip' => 'IP Address',
'login_success' => 'Success?',
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Pieteikšanās piezīme',
'login_note_help' => 'Jūsu pieteikšanās ekrānā pēc izvēles var iekļaut dažus teikumus, piemēram, lai palīdzētu cilvēkiem, kuri ir atraduši nozaudētu vai nozagtu ierīci. Šajā laukā tiek pieņemti <a href="https://help.github.com/articles/github-flavored-markdown/">Github aromatizēti atzīme</a>',
'login_remote_user_text' => 'Attālā lietotāja pieslēgšanās iespējas',
'login_remote_user_enabled_text' => 'Iespējot pieslēgšanos ar attālā lietotāja galveni',
'login_remote_user_enabled_help' => 'Šī opcija iespējo autentifikāciju, izmantojot REMOTE_USER galveni atbilstoši “Common Gateway Interface (rfc3875)” protokolam',
'login_common_disabled_text' => 'Atspējot citus autentifikācijas mehānismus',
'login_common_disabled_help' => 'Šī opcija atspējo citus autentifikācijas mehānismus. Iespējojiet šo opciju tikai tad, ja esat pārliecināts, ka jūsu REMOTE_USER pierakstīšanās jau darbojas',
'login_remote_user_custom_logout_url_text' => 'Pielāgota izrakstīšanās saite',
'login_remote_user_custom_logout_url_help' => 'Ja šeit ir norādīts URL, lietotāji tiks novirzīti uz šo URL pēc tam, kad lietotājs izrakstīsies no Snipe-IT. Tas ir noderīgi, lai pareizi aizvērtu lietotāja sesijas no jūsu lietotāju autentifikāciju nodrošinātāja.',
'login_remote_user_header_name_text' => 'Custom user name header',
'login_remote_user_header_name_help' => 'Use the specified header instead of REMOTE_USER',
'logo' => 'Logotips',
'logo_print_assets' => 'Izmantot drukāšanā',
'logo_print_assets_help' => 'Izmantot zīmolradi drukātos līdzekļu sarakstos ',
'full_multiple_companies_support_help_text' => 'Ierobežot lietotājus (tostarp administratorus), kas uzņēmumiem piešķirti viņu uzņēmuma aktīvos.',
'full_multiple_companies_support_text' => 'Pilns vairāku uzņēmumu atbalsts',
'show_in_model_list' => 'Rādīt iekš DropDown modeļa',
'optional' => 'pēc izvēles',
'per_page' => 'Rezultāti lapā',
'php' => 'PHP versija',
'php_info' => 'PHP Info',
'php_overview' => 'PHP',
'php_overview_keywords' => 'phpinfo, system, info',
'php_overview_help' => 'PHP System info',
'php_gd_info' => 'Jums jāinstalē php-gd, lai parādītu QR kodus, skatiet instalēšanas instrukcijas.',
'php_gd_warning' => 'PHP attēlu apstrāde un GD spraudnis nav instalēts.',
'pwd_secure_complexity' => 'Paroles sarežģītība',
'pwd_secure_complexity_help' => 'Izvēlieties, kuru paroles sarežģītības noteikumus vēlaties izpildīt.',
'pwd_secure_complexity_disallow_same_pwd_as_user_fields' => 'Password cannot be the same as first name, last name, email, or username',
'pwd_secure_complexity_letters' => 'Require at least one letter',
'pwd_secure_complexity_numbers' => 'Require at least one number',
'pwd_secure_complexity_symbols' => 'Require at least one symbol',
'pwd_secure_complexity_case_diff' => 'Require at least one uppercase and one lowercase',
'pwd_secure_min' => 'Paroles minimums rakstzīmes',
'pwd_secure_min_help' => 'Minimālā pieļaujamā vērtība ir 8',
'pwd_secure_uncommon' => 'Novērst parastās paroles',
'pwd_secure_uncommon_help' => 'Tas nepieļaus lietotājiem izmantot parastās paroles no lielākajām 10 000 paroļu, par kurām ziņots pārkāpumos.',
'qr_help' => 'Iespējojiet QR kodus vispirms, lai to iestatītu',
'qr_text' => 'QR kodu tekstu',
'saml' => 'SAML',
'saml_title' => 'Update SAML settings',
'saml_help' => 'SAML settings',
'saml_enabled' => 'SAML enabled',
'saml_integration' => 'SAML Integration',
'saml_sp_entityid' => 'Entity ID',
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
'saml_sp_x509cert' => 'Publiskais Sertifikāts',
'saml_sp_metadata_url' => 'Metadata URL',
'saml_idp_metadata' => 'SAML IdP Metadata',
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
'saml_attr_mapping_username_help' => 'NameID will be used if attribute mapping is unspecified or invalid.',
'saml_forcelogin_label' => 'SAML Force Login',
'saml_forcelogin' => 'Make SAML the primary login',
'saml_forcelogin_help' => 'You can use \'/login?nosaml\' to get to the normal login page.',
'saml_slo_label' => 'SAML Single Log Out',
'saml_slo' => 'Send a LogoutRequest to IdP on Logout',
'saml_slo_help' => 'This will cause the user to be first redirected to the IdP on logout. Leave unchecked if the IdP doesn\'t correctly support SP-initiated SAML SLO.',
'saml_custom_settings' => 'SAML Custom Settings',
'saml_custom_settings_help' => 'You can specify additional settings to the onelogin/php-saml library. Use at your own risk.',
'saml_download' => 'Download Metadata',
'setting' => 'Iestatījums',
'settings' => 'Iestatījumi',
'show_alerts_in_menu' => 'Rādīt brīdinājumus augšējā izvēlnē',
'show_archived_in_list' => 'Arhivētie aktīvi',
'show_archived_in_list_text' => 'Parādīt arhivētos līdzekļus "Visi aktīvi" sarakstā',
'show_assigned_assets' => 'Show assets assigned to assets',
'show_assigned_assets_help' => 'Display assets which were assigned to the other assets in View User -> Assets, View User -> Info -> Print All Assigned and in Account -> View Assigned Assets.',
'show_images_in_email' => 'Rādīt attēlus e-pastā',
'show_images_in_email_help' => 'Noņemiet atzīmi no šīs izvēles rūtiņas, ja jūsu Snipe-IT instalācija atrodas aiz VPN vai slēgta tīkla un lietotāji ārpus tīkla savā e-pasta ziņojumā nevarēs ielādēt attēlus, kas tiek rādīti no šīs instalācijas.',
'site_name' => 'Vietnes nosaukums',
'integrations' => 'Integrations',
'slack' => 'Slack',
'general_webhook' => 'General Webhook',
'ms_teams' => 'Microsoft Teams',
'webhook' => ':app',
'webhook_presave' => 'Test to Save',
'webhook_title' => 'Update Webhook Settings',
'webhook_help' => 'Integration settings',
'webhook_botname' => ':app Botname',
'webhook_channel' => ':app Channel',
'webhook_endpoint' => ':app Endpoint',
'webhook_integration' => ':app Settings',
'webhook_test' =>'Test :app integration',
'webhook_integration_help' => ':app integration is optional, however the endpoint and channel are required if you wish to use it. To configure :app integration, you must first <a href=":webhook_link" target="_new" rel="noopener">create an incoming webhook</a> on your :app account. Click on the <strong>Test :app Integration</strong> button to confirm your settings are correct before saving. ',
'webhook_integration_help_button' => 'Once you have saved your :app information, a test button will appear.',
'webhook_test_help' => 'Test whether your :app integration is configured correctly. YOU MUST SAVE YOUR UPDATED :app SETTINGS FIRST.',
'snipe_version' => 'Snipe-IT versija',
'support_footer' => 'Atbalsta kājenes saites ',
'support_footer_help' => 'Norādiet, kurš redz saites uz Snipe-IT atbalsta informāciju un lietotāju rokasgrāmatu.',
'version_footer' => 'Versija kājenē ',
'version_footer_help' => 'Norādiet, kurš redz Snail-IT versiju un versijas numuru.',
'system' => 'Sistēmas informācija',
'update' => 'Atjauniniet iestatījumus',
'value' => 'Vērtība',
'brand' => 'Brendings',
'brand_keywords' => 'footer, logo, print, theme, skin, header, colors, color, css',
'brand_help' => 'Logo, Site Name',
'web_brand' => 'Web Branding Type',
'about_settings_title' => 'Par iestatījumiem',
'about_settings_text' => 'Šie iestatījumi ļauj jums pielāgot noteiktus instalēšanas aspektus.',
'labels_per_page' => 'Iezīmes uz lapas',
'label_dimensions' => 'Etiķetes izmēri (collas)',
'next_auto_tag_base' => 'Nākamais automātiskais pieaugums',
'page_padding' => 'Lappuse (collas)',
'privacy_policy_link' => 'Saite uz konfidencialitātes politiku',
'privacy_policy' => 'Privātuma politika',
'privacy_policy_link_help' => 'Ja šeit ir iekļauts vietrādis URL, saite uz jūsu konfidencialitātes politiku tiks iekļauta lietotnes kājenē un jebkuros e-pasta ziņojumos, ko sistēma nosūta atbilstoši GDPR. ',
'purge' => 'Iztīrīt dzēstos ierakstus',
'purge_deleted' => 'Purge Deleted ',
'labels_display_bgutter' => 'Uzlīmes apakšējā notekcaurule',
'labels_display_sgutter' => 'Uzlīmes sānu notekas',
'labels_fontsize' => 'Etiķetes fonta izmērs',
'labels_pagewidth' => 'Etiķetes lapas platums',
'labels_pageheight' => 'Etiķetes lapas augstums',
'label_gutters' => 'Etiķetes atstarpes (collas)',
'page_dimensions' => 'Lapas izmēri (collas)',
'label_fields' => 'Iezīmējiet redzamus laukus',
'inches' => 'collas',
'width_w' => 'w',
'height_h' => 'h',
'show_url_in_emails' => 'Saite uz Snipe-IT e-pasta ziņojumos',
'show_url_in_emails_help_text' => 'Noņemiet atzīmi no šīs izvēles rūtiņas, ja nevēlaties savā e-pasta kājenēs atvērt saiti uz savu Snipe-IT instalāciju. Noderīgi, ja lielākā daļa jūsu lietotāju nekad neiesakās.',
'text_pt' => 'pt',
'thumbnail_max_h' => 'Maksimālais sīktēlu augstums',
'thumbnail_max_h_help' => 'Maksimālais augstums pikseļos, kad saraksta skatījumā var tikt rādīti sīktēli. Min 25, max 500.',
'two_factor' => 'Divu faktoru autentifikācija',
'two_factor_secret' => 'Divu koeficientu kods',
'two_factor_enrollment' => 'Divu faktoru uzņemšana',
'two_factor_enabled_text' => 'Iespējot divus faktorus',
'two_factor_reset' => 'Atiestatīt divfaktora noslēpumu',
'two_factor_reset_help' => 'This will force the user to enroll their device with their authenticator app again. This can be useful if their currently enrolled device is lost or stolen. ',
'two_factor_reset_success' => 'Divu faktoru ierīce ir veiksmīgi atiestatīta',
'two_factor_reset_error' => 'Divu faktoru ierīces atiestatīšana neizdevās',
'two_factor_enabled_warning' => 'Iespējojot divu faktoru darbību, ja tas pašlaik nav iespējots, jūs nekavējoties piespiedīs autentificēt ar Google Auth reģistrēto ierīci. Jums būs iespēja ierakstīt savu ierīci, ja tā pašlaik nav reģistrēta.',
'two_factor_enabled_help' => 'Izmantojot Google autentifikatoru, tiks aktivizēts divu faktoru autentifikācija.',
'two_factor_optional' => 'Selektīvā (lietotāji var iespējot vai atspējot, ja tas ir atļauts)',
'two_factor_required' => 'Nepieciešams visiem lietotājiem',
'two_factor_disabled' => 'Invalīds',
'two_factor_enter_code' => 'Ievadiet divu faktoru kodu',
'two_factor_config_complete' => 'Iesniegt kodu',
'two_factor_enabled_edit_not_allowed' => 'Jūsu administrators neatļauj mainīt šo iestatījumu.',
'two_factor_enrollment_text' => "Nepieciešama divu faktoru autentifikācija, tomēr jūsu ierīce vēl nav reģistrēta. Atveriet savu lietotni Google autentifikators un skenējiet zemāk redzamo QR kodu, lai reģistrētu savu ierīci. Kad esat reģistrējies savā ierīcē, ievadiet zemāk redzamo kodu",
'require_accept_signature' => 'Pieprasīt parakstu',
'require_accept_signature_help_text' => 'Iespējojot šo funkciju, lietotājiem būs jāpiesaista aktīva pieņemšana.',
'left' => 'pa kreisi',
'right' => 'pa labi',
'top' => 'tops',
'bottom' => 'apakšā',
'vertical' => 'vertikāla',
'horizontal' => 'horizontāli',
'unique_serial' => 'Unikālie sērijas numuri',
'unique_serial_help_text' => 'Atzīmējot šo lodziņu, tas padarīs Aktīvu/inventāra sērijas nummurus unikālus',
'zerofill_count' => 'Aktīvu biržas garums, ieskaitot zerofill',
'username_format_help' => 'Importa process izmantos šo iestatījumu tikai ja lietotājvārds nebūs norādīts un mums to vajadzēs uzģenerēt priekš Tevis.',
'oauth_title' => 'OAuth API Settings',
'oauth' => 'OAuth',
'oauth_help' => 'Oauth Endpoint Settings',
'asset_tag_title' => 'Update Asset Tag Settings',
'barcode_title' => 'Update Barcode Settings',
'barcodes' => 'Barcodes',
'barcodes_help_overview' => 'Barcode &amp; QR settings',
'barcodes_help' => 'This will attempt to delete cached barcodes. This would typically only be used if your barcode settings have changed, or if your Snipe-IT URL has changed. Barcodes will be re-generated when accessed next.',
'barcodes_spinner' => 'Attempting to delete files...',
'barcode_delete_cache' => 'Delete Barcode Cache',
'branding_title' => 'Update Branding Settings',
'general_title' => 'Update General Settings',
'mail_test' => 'Send Test',
'mail_test_help' => 'This will attempt to send a test mail to :replyto.',
'filter_by_keyword' => 'Filter by setting keyword',
'security' => 'Security',
'security_title' => 'Update Security Settings',
'security_keywords' => 'password, passwords, requirements, two factor, two-factor, common passwords, remote login, logout, authentication',
'security_help' => 'Two-factor, Password Restrictions',
'groups_keywords' => 'permissions, permission groups, authorization',
'groups_help' => 'Account permission groups',
'localization' => 'Localization',
'localization_title' => 'Update Localization Settings',
'localization_keywords' => 'localization, currency, local, locale, time zone, timezone, international, internatinalization, language, languages, translation',
'localization_help' => 'Language, date display',
'notifications' => 'Notifications',
'notifications_help' => 'Email Alerts & Audit Settings',
'asset_tags_help' => 'Incrementing and prefixes',
'labels' => 'Labels',
'labels_title' => 'Update Label Settings',
'labels_help' => 'Label sizes &amp; settings',
'purge' => 'Purge',
'purge_keywords' => 'permanently delete',
'purge_help' => 'Iztīrīt dzēstos ierakstus',
'ldap_extension_warning' => 'It does not look like the LDAP extension is installed or enabled on this server. You can still save your settings, but you will need to enable the LDAP extension for PHP before LDAP syncing or login will work.',
'ldap_ad' => 'LDAP/AD',
'employee_number' => 'Darbinieka numurs',
'create_admin_user' => 'Create a User ::',
'create_admin_success' => 'Success! Your admin user has been added!',
'create_admin_redirect' => 'Click here to go to your app login!',
'setup_migrations' => 'Database Migrations ::',
'setup_no_migrations' => 'There was nothing to migrate. Your database tables were already set up!',
'setup_successful_migrations' => 'Your database tables have been created',
'setup_migration_output' => 'Migration output:',
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test <i class="fab fa-slack"></i> Integration',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. <b>Note: You will need to save this setting before setting others.</b>',
'label2_template' => 'Template',
'label2_template_help' => 'Select which template to use for label generation',
'label2_title' => 'Nosaukums',
'label2_title_help' => 'The title to show on labels that support it',
'label2_title_help_phold' => 'The placeholder <code>{COMPANY}</code> will be replaced with the asset&apos;s company name',
'label2_asset_logo' => 'Use Asset Logo',
'label2_asset_logo_help' => 'Use the logo of the asset&apos;s assigned company, rather than the value at <code>:setting_name</code>',
'label2_1d_type' => '1D Barcode Type',
'label2_1d_type_help' => 'Format for 1D barcodes',
'label2_2d_type' => '2D svītru kodu tips',
'label2_2d_type_help' => 'Format for 2D barcodes',
'label2_2d_target' => '2D Barcode Target',
'label2_2d_target_help' => 'The URL the 2D barcode points to when scanned',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
'help_asterisk_bold' => 'Text entered as <code>**text**</code> will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from <code>:setting_name</code>',
'help_default_will_use' => '<code>:default</code> will use the value from <code>:setting_name</code>. <br>Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see <a href="https://snipe-it.readme.io/docs/barcodes">the documentation <i class="fa fa-external-link"></i></a> for more details. ',
'default' => 'Default',
'none' => 'None',
'google_callback_help' => 'This should be entered as the callback URL in your Google OAuth app settings in your organization&apos;s <strong><a href="https://console.cloud.google.com/" target="_blank">Google developer console <i class="fa fa-external-link" aria-hidden="true"></i></a></strong>.',
'google_login' => 'Google Workspace Login Settings',
'enable_google_login' => 'Enable users to login with Google Workspace',
'enable_google_login_help' => 'Users will not be automatically provisioned. They must have an existing account here AND in Google Workspace, and their username here must match their Google Workspace email address. ',
'mail_reply_to' => 'Mail Reply-To Address',
'mail_from' => 'Mail From Address',
'database_driver' => 'Database Driver',
'bs_table_storage' => 'Table Storage',
'timezone' => 'Timezone',
];

View File

@ -0,0 +1,46 @@
<?php
return [
'update' => [
'error' => 'Atjaunināšanas laikā radās kļūda.',
'success' => 'Iestatījumi tika veiksmīgi atjaunināti.',
],
'backup' => [
'delete_confirm' => 'Vai tiešām vēlaties izdzēst šo dublējuma failu? Šo darbību nevar atsaukt.',
'file_deleted' => 'Dublējuma fails tika veiksmīgi izdzēsts.',
'generated' => 'Veiksmīgi izveidots jauns dublējuma fails.',
'file_not_found' => 'Šo dublējuma failu nevarēja atrast serverī.',
'restore_warning' => 'Yes, restore it. I acknowledge that this will overwrite any existing data currently in the database. This will also log out all of your existing users (including you).',
'restore_confirm' => 'Are you sure you wish to restore your database from :filename?'
],
'purge' => [
'error' => 'Iztīrīšanas laikā radās kļūda.',
'validation_failed' => 'Jūsu tīrīšanas apstiprinājums nav pareizs. Lūdzu, ierakstiet apstiprinājuma lodziņā vārdu "DELETE".',
'success' => 'Izdzēstie ieraksti veiksmīgi iztīrīti.',
],
'mail' => [
'sending' => 'Sending Test Email...',
'success' => 'Mail sent!',
'error' => 'Mail could not be sent.',
'additional' => 'No additional error message provided. Check your mail settings and your app log.'
],
'ldap' => [
'testing' => 'Testing LDAP Connection, Binding & Query ...',
'500' => '500 Server Error. Please check your server logs for more information.',
'error' => 'Something went wrong :(',
'sync_success' => 'A sample of 10 users returned from the LDAP server based on your settings:',
'testing_authentication' => 'Testing LDAP Authentication...',
'authentication_success' => 'User authenticated against LDAP successfully!'
],
'webhook' => [
'sending' => 'Sending :app test message...',
'success' => 'Your :webhook_name Integration works!',
'success_pt1' => 'Success! Check the ',
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
'500' => '500 Server Error.',
'error' => 'Something went wrong. :app responded with: :error_message',
'error_redirect' => 'ERROR: 301/302 :endpoint returns a redirect. For security reasons, we dont follow redirects. Please use the actual endpoint.',
'error_misc' => 'Something went wrong. :( ',
]
];

View File

@ -0,0 +1,6 @@
<?php
return array(
'created' => 'Izveidots',
'size' => 'Izmērs',
);

View File

@ -0,0 +1,32 @@
<?php
return [
'does_not_exist' => 'Statusa marķējums nepastāv.',
'deleted_label' => 'Deleted Status Label',
'assoc_assets' => 'Šī statusa marķējums pašlaik ir saistīts ar vismaz vienu īpašumu un to nevar izdzēst. Lūdzu, atjauniniet savus aktīvus, lai vairs nenozīmē šo statusu, un mēģiniet vēlreiz.',
'create' => [
'error' => 'Statusa marķējums netika izveidots, lūdzu, mēģiniet vēlreiz.',
'success' => 'Statusa marķējums tika veiksmīgi izveidots.',
],
'update' => [
'error' => 'Statusa marķējums nav atjaunināts, lūdzu, mēģiniet vēlreiz',
'success' => 'Statusa marķējums ir veiksmīgi atjaunināts.',
],
'delete' => [
'confirm' => 'Vai tiešām vēlaties dzēst šo statusa etiķeti?',
'error' => 'Dzēšot statusa marķējumu, radās problēma. Lūdzu mēģiniet vēlreiz.',
'success' => 'Statusa marķējums tika veiksmīgi dzēsts.',
],
'help' => [
'undeployable' => 'Šos līdzekļus nevar nodot nevienam.',
'deployable' => 'Šos aktīvus var pārbaudīt. Kad tie ir piešķirti, viņi uzņemsies meta statusu <i class="fas fa-circle text-blue"></i> <strong>detalizēti</strong>.',
'archived' => 'Šos līdzekļus nevar pārbaudīt, un tie tiks parādīti tikai arhivētajā skatā. Tas ir noderīgi, lai saglabātu informāciju par aktīviem budžetam / vēsturiskiem mērķiem, bet tos saglabātu ikdienas aktīvu sarakstā.',
'pending' => 'Šos aktīvus vēl nevar piešķirt ikvienam, bieži tos izmanto priekšmetos, kas paredzēti remontam, bet tiek sagaidīts, ka tie atgriezīsies apgrozībā.',
],
];

View File

@ -0,0 +1,19 @@
<?php
return array(
'about' => 'Par statusa etiķetēm',
'archived' => 'Arhivēts',
'create' => 'Izveidot statusa marķējumu',
'color' => 'Diagrammas krāsa',
'default_label' => 'Noklusējums',
'default_label_help' => 'Tiek lietots, lai attēlotu biežāk lietotos marķējumus izvēles saraksta augšgalā, kad tiek veidota aparatūras vienība.',
'deployable' => 'Izvietojams',
'info' => 'Statusa etiķetes tiek izmantotas, lai aprakstītu dažādas valstis, kurās varētu būt aktīvi. Tie var būt paredzēti remontam, nozaudēšanai / nozagšanai utt. Varat izveidot jaunas statusa etiķetes izvietojamiem, gaidīšanas un arhivētiem aktīviem.',
'name' => 'Statusa nosaukums',
'pending' => 'Gaida',
'status_type' => 'Statusa veids',
'show_in_nav' => 'Rādīt pusē',
'title' => 'Statusa etiķetes',
'undeployable' => 'Nodarbināms',
'update' => 'Atjaunināt statusa marķējumu',
);

View File

@ -0,0 +1,28 @@
<?php
return array(
'deleted' => 'Deleted supplier',
'does_not_exist' => 'Piegādātājs neeksistē.',
'create' => array(
'error' => 'Piegādātājs netika izveidots, lūdzu, mēģiniet vēlreiz.',
'success' => 'Piegādātājs veiksmīgi izveidots.'
),
'update' => array(
'error' => 'Piegādātājs netika atjaunināts, lūdzu, mēģiniet vēlreiz',
'success' => 'Piegādātājs ir veiksmīgi atjaunināts'
),
'delete' => array(
'confirm' => 'Vai tiešām vēlaties dzēst šo piegādātāju?',
'error' => 'Radās problēma, izlaižot piegādātāju. Lūdzu mēģiniet vēlreiz.',
'success' => 'Piegādātājs tika veiksmīgi dzēsts.',
'assoc_assets' => 'Šis piegādātājs pašlaik ir saistīts ar :asset_count aktīvu(-iem), un to nevar dzēst. Lūdzu, atjauniniet savus aktīvus, lai tie vairs neatsauktos uz šo piegādātāju, tad mēģiniet vēlreiz. ',
'assoc_licenses' => 'Šis piegādātājs pašlaik ir saistīts ar :licenses_count licenci(-ēm), un to nevar dzēst. Lūdzu, atjauniniet savas licences, lai tās vairs neatsauktos uz šo piegādātāju, tad mēģiniet vēlreiz. ',
'assoc_maintenances' => 'Šis piegādātājs pašlaik ir saistīts ar :asset_maintenances_count aktīvu uzturēšanu(-ām), un to nevar dzēst. Lūdzu, atjauniniet savus aktīvu uzturēšanas datus, lai tie vairs neatsauktos uz šo piegādātāju, tad mēģiniet vēlreiz. ',
)
);

View File

@ -0,0 +1,26 @@
<?php
return array(
'about_suppliers_title' => 'Par Piegādātājiem',
'about_suppliers_text' => 'Piegādātāji tiek izmantoti preču avota izsekošanai',
'address' => 'Piegādātāja adrese',
'assets' => 'Aktīvi',
'city' => 'Pilsēta',
'contact' => 'Kontaktpersonas vārds',
'country' => 'Valsts',
'create' => 'Izveidojiet piegādātāju',
'email' => 'E-pasts',
'fax' => 'Fakss',
'id' => 'ID',
'licenses' => 'Licences',
'name' => 'Piegādātāja vārds',
'notes' => 'Piezīmes',
'phone' => 'Tālrunis',
'state' => 'Valsts',
'suppliers' => 'Piegādātāji',
'update' => 'Atjaunināt piegādātāju',
'view' => 'Skatīt piegādātāju',
'view_assets_for' => 'Skatīt aktīvu par',
'zip' => 'Pasta indekss',
);

View File

@ -0,0 +1,54 @@
<?php
return [
'activated_help_text' => 'Lietotājs var pieslēgties sistēmai',
'activated_disabled_help_text' => 'Jūs nevarat rediģēt sava konta aktivizācijas statusu.',
'assets_user' => 'Aktīvi, kas piešķirti: nosaukums',
'bulk_update_warn' => 'Jūs gatavojaties rediģēt lietotāju: user_count īpašības. Lūdzu, ņemiet vērā, ka jūs nevarat mainīt savus lietotāja atribūtus, izmantojot šo veidlapu, un tie ir jārediģē savam lietotājam atsevišķi.',
'bulk_update_help' => 'Šī veidlapa ļauj vienlaikus atjaunināt vairākus lietotājus. Aizpildiet tikai nepieciešamos laukus. Jebkurš tukšs laukums paliek nemainīgs.',
'current_assets' => 'Aktīvi, kas pašlaik tiek pārbaudīti šim lietotājam',
'clone' => 'Klons lietotājs',
'contact_user' => 'Kontaktpersona: vārds',
'edit' => 'Rediģēt lietotāju',
'filetype_info' => 'Atļautie failu tipi ir png, gif, jpg, jpeg, doc, docx, pdf, txt, zip un rar.',
'history_user' => 'Vēsture: vārds',
'info' => 'Info',
'restore_user' => 'Noklikšķiniet šeit, lai tos atjaunotu.',
'last_login' => 'Pēdējais pieteikšanās',
'ldap_config_text' => 'LDAP konfigurācijas iestatījumus var atrast Admin> Settings. Atlasītā atrašanās vieta (izvēles) tiks iestatīta visiem importētajiem lietotājiem.',
'print_assigned' => 'Drukāt izsniegto',
'email_assigned' => 'Email List of All Assigned',
'user_notified' => 'User has been emailed a list of their currently assigned items.',
'auto_assign_label' => 'Include this user when auto-assigning eligible licenses',
'auto_assign_help' => 'Skip this user in auto assignment of licenses',
'software_user' => 'Programmatūra Pārbaudīta: nosaukums',
'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.',
'view_user' => 'Apskatīt Lietotāju: vārds',
'usercsv' => 'CSV fails',
'two_factor_admin_optin_help' => 'Jūsu pašreizējie administrēšanas iestatījumi ļauj atlasīt divu faktoru autentifikāciju.',
'two_factor_enrolled' => 'Reģistrēta 2F ierīce',
'two_factor_active' => '2FA aktīvs',
'user_deactivated' => 'User cannot login',
'user_activated' => 'User can login',
'activation_status_warning' => 'Do not change activation status',
'group_memberships_helpblock' => 'Only superadmins may edit group memberships.',
'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.',
'admin_permission_warning' => 'Only users with admins rights or greater may grant a user admin access.',
'remove_group_memberships' => 'Remove Group Memberships',
'warning_deletion_information' => 'You are about to checkin ALL items from the :count user(s) listed below. Super admin names are highlighted in red.',
'update_user_assets_status' => 'Update all assets for these users to this status',
'checkin_user_properties' => 'Check in all properties associated with these users',
'remote_label' => 'This is a remote user',
'remote' => 'Remote',
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
'not_remote_label' => 'This is not a remote user',
'vip_label' => 'VIP user',
'vip_help' => 'This can be helpful to mark important people in your org if you would like to handle them in special ways.',
'create_user' => 'Create a user',
'create_user_page_explanation' => 'This is the account information you will use to access the site for the first time.',
'email_credentials' => 'Email credentials',
'email_credentials_text' => 'Email my credentials to the email address above',
'next_save_user' => 'Next: Save User',
'all_assigned_list_generation' => 'Generated on:',
'email_user_creds_on_create' => 'Email this user their credentials?',
];

View File

@ -0,0 +1,68 @@
<?php
return array(
'accepted' => 'Jūs esat veiksmīgi pieņēmuši šo aktīvu.',
'declined' => 'Jūs esat veiksmīgi atteicies no šī īpašuma.',
'bulk_manager_warn' => 'Jūsu lietotāji ir veiksmīgi atjaunināti, taču jūsu pārvaldnieka ieraksts netika saglabāts, jo izvēlētā pārvaldnieks bija arī rediģējamo lietotāju sarakstā, un lietotāji, iespējams, nav viņu īpašnieks. Lūdzu, vēlreiz atlasiet savus lietotājus, izņemot pārvaldnieku.',
'user_exists' => 'Lietotājs jau eksistē!',
'user_not_found' => 'Lietotājs neeksistē.',
'user_login_required' => 'Ievades lauks ir nepieciešams',
'user_has_no_assets_assigned' => 'No assets currently assigned to user.',
'user_password_required' => 'Parole ir nepieciešama.',
'insufficient_permissions' => 'Nepietiekamas atļaujas.',
'user_deleted_warning' => 'Šis lietotājs ir izdzēsts. Jums būs jāatjauno šis lietotājs, lai tos rediģētu vai piešķirtu tiem jaunus aktīvus.',
'ldap_not_configured' => 'LDAP integrācija nav konfigurēta šai instalācijai.',
'password_resets_sent' => 'The selected users who are activated and have a valid email addresses have been sent a password reset link.',
'password_reset_sent' => 'A password reset link has been sent to :email!',
'user_has_no_email' => 'This user does not have an email address in their profile.',
'log_record_not_found' => 'A matching log record for this user could not be found.',
'success' => array(
'create' => 'Lietotājs tika veiksmīgi izveidots.',
'update' => 'Lietotājs tika veiksmīgi atjaunināts.',
'update_bulk' => 'Lietotāji tika veiksmīgi atjaunināti!',
'delete' => 'Lietotājs tika veiksmīgi izdzēsts.',
'ban' => 'Lietotājs tika veiksmīgi aizliegts.',
'unban' => 'Lietotājs tika veiksmīgi aizliegts.',
'suspend' => 'Lietotājs tika veiksmīgi apturēts.',
'unsuspend' => 'Lietotājs tika veiksmīgi atcelts.',
'restored' => 'Lietotājs tika veiksmīgi atjaunots.',
'import' => 'Lietotāji veiksmīgi importēti.',
),
'error' => array(
'create' => 'Radās problēma, izveidojot lietotāju. Lūdzu mēģiniet vēlreiz.',
'update' => 'Radās problēma, atjauninot lietotāju. Lūdzu mēģiniet vēlreiz.',
'delete' => 'Radās problēma, izdzēšot lietotāju. Lūdzu mēģiniet vēlreiz.',
'delete_has_assets' => 'Šim lietotājam ir piešķirti priekšmeti un to nevarēja dzēst.',
'unsuspend' => 'Nebija saistīta problēma, kas saistītu ar lietotāju. Lūdzu mēģiniet vēlreiz.',
'import' => 'Bija problēma importēt lietotājus. Lūdzu mēģiniet vēlreiz.',
'asset_already_accepted' => 'Šis aktīvs jau ir pieņemts.',
'accept_or_decline' => 'Jums ir vai nu jāpieņem vai jāatsakās no šī īpašuma.',
'incorrect_user_accepted' => 'Aktīvs, kuru jūs mēģinājāt pieņemt, netika izrakstīts jums.',
'ldap_could_not_connect' => 'Nevarēja izveidot savienojumu ar LDAP serveri. Lūdzu, pārbaudiet LDAP servera konfigurāciju LDAP konfigurācijas failā. <br>Par LDAP servera kļūda:',
'ldap_could_not_bind' => 'Nevarēja saistīties ar LDAP serveri. Lūdzu, pārbaudiet LDAP servera konfigurāciju LDAP konfigurācijas failā. <br>Par LDAP servera kļūda:',
'ldap_could_not_search' => 'Nevarēja meklēt LDAP serverī. Lūdzu, pārbaudiet LDAP servera konfigurāciju LDAP konfigurācijas failā. <br>Par LDAP servera kļūda:',
'ldap_could_not_get_entries' => 'Nevarēja iegūt ierakstus no LDAP servera. Lūdzu, pārbaudiet LDAP servera konfigurāciju LDAP konfigurācijas failā. <br>Par LDAP servera kļūda:',
'password_ldap' => 'Šī konta paroli pārvalda LDAP / Active Directory. Lai mainītu savu paroli, lūdzu, sazinieties ar IT nodaļu.',
),
'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ādes failus',
'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, doc, docx, pdf un txt.',
),
'inventorynotification' => array(
'error' => 'This user has no email set.',
'success' => 'The user has been notified about their current inventory.'
)
);

View File

@ -0,0 +1,40 @@
<?php
return array(
'activated' => 'Aktīvs',
'allow' => 'Atļaut',
'checkedout' => 'Aktīvi',
'created_at' => 'Izveidots',
'createuser' => 'Izveidot lietotāju',
'deny' => 'Liegties',
'email' => 'E-pasts',
'employee_num' => 'Darbinieku skaits',
'first_name' => 'Vārds',
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.',
'id' => 'Id',
'inherit' => 'Mantot',
'job' => 'Amata nosaukums',
'last_login' => 'Pēdējais pieteikšanās',
'last_name' => 'Uzvārds',
'location' => 'Atrašanās vieta',
'lock_passwords' => 'Ieejas dati nevar tikt mainīti šajā instalācijā.',
'manager' => 'Vadītājs',
'managed_locations' => 'Pārvaldītās atrašanās vietas',
'name' => 'Nosaukums',
'nogroup' => 'No groups have been created yet. To add one, visit: ',
'notes' => 'Piezīmes',
'password_confirm' => 'apstipriniet paroli',
'password' => 'Parole',
'phone' => 'Tālrunis',
'show_current' => 'Rādīt pašreizējos lietotājus',
'show_deleted' => 'Rādīt izdzēstos lietotājus',
'title' => 'Nosaukums',
'to_restore_them' => 'lai tos atjaunotu.',
'total_assets_cost' => "Total Assets Cost",
'updateuser' => 'Atjaunināt lietotāju',
'username' => 'Lietotājvārds',
'user_deleted_text' => 'Šis lietotājs ir atzīmēts kā izdzēsts.',
'username_note' => '(To izmanto tikai Active Directory saistošai, nevis pieteikšanās.)',
'cloneuser' => 'Klons lietotājs',
'viewusers' => 'Skatīt lietotājus',
);