HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/ivs.kaunokolegija.lt/laravel/resources/lang/lt/cruds.php
<?php

return [
    'userManagement' => [
        'title'          => 'Naudotojų valdymas',
        'title_singular' => 'Naudotojų valdymas',
    ],
    'permission' => [
        'title'          => 'Leidimai',
        'title_singular' => 'Leidimas',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'title'             => 'Pavadinimas',
            'title_helper'      => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
        
    ],
    'permissions' => [
        'select_all' => 'Pasirinkti visus',
        'access' => 'Matyti',
        'show'   => 'Peržiūrėti',
        'create' => 'Sukurti',
        'edit'   => 'Redaguoti',
        'delete' => 'Ištrinti',
        'email'  => 'Siųsti el. laiškus'
    ],
    'role' => [
        'title'          => 'Rolės',
        'title_singular' => 'Rolė',
        'fields'         => [
            'id'                 => 'ID',
            'id_helper'          => ' ',
            'title'              => 'Pavadinimas',
            'title_helper'       => ' ',
            'permissions'        => 'Leidimai',
            'permissions_helper' => ' ',
            'created_at'         => 'Created at',
            'created_at_helper'  => ' ',
            'updated_at'         => 'Updated at',
            'updated_at_helper'  => ' ',
            'deleted_at'         => 'Deleted at',
            'deleted_at_helper'  => ' ',
        ],
    ],
    'user' => [
        'title'          => 'Naudotojai',
        'title_singular' => 'Naudotojas',
        'fields'         => [
            'id'                          => 'ID',
            'id_helper'                   => ' ',
            'name'                        => 'Vardas Pavardė',
            'name_helper'                 => ' ',
            'email'                       => 'El. paštas',
            'email_helper'                => ' ',
            'email_verified_at'           => 'El. paštas patvirtintas',
            'email_verified_at_helper'    => ' ',
            'password'                    => 'Slaptažodis',
            'password_helper'             => ' ',
            'roles'                       => 'Profiliai',
            'roles_helper'                => ' ',
            'remember_token'              => 'Žetonas',
            'remember_token_helper'       => ' ',
            'created_at'                  => 'Created at',
            'created_at_helper'           => ' ',
            'updated_at'                  => 'Updated at',
            'updated_at_helper'           => ' ',
            'deleted_at'                  => 'Deleted at',
            'deleted_at_helper'           => ' ',
            'department'                  => 'Padalinys',
            'department_helper'           => ' ',
            'departmentsubsection'        => 'Padalinio poskyris',
            'departmentsubsection_helper' => ' ',
            'phone'                       => 'Tel. nr.',
            'phone_helper'                => ' ',
        ],
    ],
    'auditLog' => [
        'title'          => 'Audito žurnalas',
        'title_singular' => 'Audito žurnala',
        'fields'         => [
            'id'                  => 'ID',
            'id_helper'           => ' ',
            'description'         => 'Description',
            'description_helper'  => ' ',
            'subject_id'          => 'Subject ID',
            'subject_id_helper'   => ' ',
            'subject_type'        => 'Subject Type',
            'subject_type_helper' => ' ',
            'user_id'             => 'User ID',
            'user_id_helper'      => ' ',
            'properties'          => 'Properties',
            'properties_helper'   => ' ',
            'host'                => 'Host',
            'host_helper'         => ' ',
            'created_at'          => 'Created at',
            'created_at_helper'   => ' ',
            'updated_at'          => 'Updated at',
            'updated_at_helper'   => ' ',
        ],
    ],
    'klasifikatoriai' => [
        'title'          => 'Klasifikatoriai',
        'title_singular' => 'Klasifikatoriai',
    ],
    'department' => [
        'title'          => 'Padaliniai',
        'title_singular' => 'Padaliniai',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'departmentSubsection' => [
        'title'          => 'Padalinių poskyriai',
        'title_singular' => 'Padalinių poskyriai',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
            'department'        => 'Padalinys',
            'department_helper' => ' ',
        ],
    ],
    'reliabilityState' => [
        'title'          => 'Patikimumo būsenos',
        'title_singular' => 'Patikimumo būseno',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'areasOfCooperation' => [
        'title'          => 'Bendradarbiavimo sritys',
        'title_singular' => 'Bendradarbiavimo srity',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'subAreasOfCooperation' => [
        'title'          => 'Bendradarbiavimo posritys',
        'title_singular' => 'Bendradarbiavimo posrity',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'coopAgreementType' => [
        'title'          => 'Bendradarbiavimo sutarčių tipai',
        'title_singular' => 'Bendradarbiavimo sutarčių tipai',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'coopAgreementState' => [
        'title'          => 'Bendradarbiavimo sutarčių būsenos',
        'title_singular' => 'Bendradarbiavimo sutarčių būseno',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'legalStatus' => [
        'title'          => 'Juridiniai statusai',
        'title_singular' => 'Juridiniai statusai',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'internshipProvided' => [
        'title'          => 'Teikiamos praktikos',
        'title_singular' => 'Teikiama praktika',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'title'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'companySize' => [
        'title'          => 'Įmonės dydis',
        'title_singular' => 'Įmonės dydis',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'alumnyAreaOfCooperation' => [
        'title'          => 'Alumnų bendradarbiavimo sritys',
        'title_singular' => 'Alumnų bendradarbiavimo sritis',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'title'              => 'Pavadinimas',
            'title_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'company' => [
        'title'          => 'Socialiniai partneriai',
        'title_singular' => 'Socialiniai partneriai',
        'fields'         => [
            'id'                           => 'ID',
            'id_helper'                    => ' ',
            'name'                         => 'Pavadinimas',
            'name_helper'                  => ' ',
            'legalstatus'                  => 'Juridinis statusas',
            'legalstatus_helper'           => ' ',
            'companycode'                  => 'Organizacijos kodas',
            'companycode_helper'           => ' ',
            'vatcode'                      => 'PVM kodas',
            'vatcode_helper'               => ' ',
            'raised_funds'                 => 'Pritrauktos lėšos',
            'raised_funds_helper'          => ' ',
            'company_size'                 => 'Įmonės dydis',
            'company_size_helper'          => ' ',
            'internship_provideds'          => 'Teikiamos praktikos',
            'internship_provideds_helper'          => ' ',
            'mainaddress'                  => 'Pagrindinis adresas',
            'mainaddress_helper'           => ' ',
            'website'                      => 'Internetinė svetainė',
            'website_helper'               => ' ',
            'directorname'                 => 'Vadovo Vardas Pavardė',
            'directorname_helper'          => ' ',
            'coopareas'                    => 'Pagrindinės bendradarbiavimo sritys',
            'coopareas_helper'             => ' ',
            'accountabledepartment'        => 'Atsakingas padalinys',
            'accountabledepartment_helper' => ' ',
            'accountablesubsection'        => 'Atsakinga katedra / centras/ tarnyba',
            'accountablesubsection_helper' => ' ',
            'accountablepersonkk'          => 'Atsakingas kolegijos kontaktinis asmuo',
            'accountablepersonkk_helper'   => ' ',
            'reliability'                  => 'Socialinio partnerio patikimumas',
            'reliability_helper'           => ' ',
            'created_at'                   => 'Created at',
            'created_at_helper'            => ' ',
            'updated_at'                   => 'Updated at',
            'updated_at_helper'            => ' ',
            'deleted_at'                   => 'Deleted at',
            'deleted_at_helper'            => ' ',
            'contactpersons'               => 'Kontaktinis asmuo',
            'contactpersons_helper'        => ' ',
            'coopagreements'               => 'Bendradarbiavimo sutartis',
            'coopagreements_helper'        => ' ',
            'sub_areas_of_cooperation'        => 'Bendradarbiavimo posritys',
            'sub_areas_of_cooperation_helper' => ' ',
        ],
    ],
    'socialinePartneryste' => [
        'title'          => 'Socialinė partnerystė',
        'title_singular' => 'Socialinė partnerystė',
    ],
    'contactPerson' => [
        'title'          => 'Kontaktiniai asmenys',
        'title_singular' => 'Kontaktiniai asmeny',
        'fields'         => [
            'id'                    => 'ID',
            'id_helper'             => ' ',
            'name'                  => 'Vardas pavardė',
            'name_helper'           => ' ',
            'email'                 => 'El. paštas',
            'email_helper'          => ' ',
            'phone'                 => 'Tel. numeris',
            'phone_helper'          => ' ',
            'created_at'            => 'Created at',
            'created_at_helper'     => ' ',
            'updated_at'            => 'Updated at',
            'updated_at_helper'     => ' ',
            'deleted_at'            => 'Deleted at',
            'deleted_at_helper'     => ' ',
            'ismain'                => 'Pagrindinis kontaktas',
            'ismain_helper'         => ' ',
            'type'                  => 'Tipas',
            'type_helper'           => ' ',
            'social_partner'        => 'Socialinis partneris',
            'social_partner_helper' => ' ',
        ],
    ],
    'coopAgreement' => [
        'title'          => 'Bendradarbiavimo sutartys',
        'title_singular' => 'Bendradarbiavimo sutarty',
        'fields'         => [
            'id'                    => 'ID',
            'id_helper'             => ' ',
            'state'                 => 'Bendradarbiavimo sutarties būsena',
            'state_helper'          => ' ',
            'type'                  => 'Bendradarbiavimo sutarties tipas',
            'type_helper'           => ' ',
            'number'                => 'Bendradarbiavimo sutarties numeris',
            'number_helper'         => ' ',
            'signing_date'          => 'Bendradarbiavimo sutarties pasirašymo data',
            'signing_date_helper'   => ' ',
            'validity_date'         => 'Bendradarbiavimo sutarties galiojimo data',
            'validity_date_helper'  => ' ',
            'attachments'           => 'Priedai',
            'attachments_helper'    => ' ',
            'created_at'            => 'Created at',
            'created_at_helper'     => ' ',
            'updated_at'            => 'Updated at',
            'updated_at_helper'     => ' ',
            'deleted_at'            => 'Deleted at',
            'deleted_at_helper'     => ' ',
            'contactperson'         => 'Kontaktinio asmens sritis bendradarbiavimui',
            'contactperson_helper'  => ' ',
            'social_partner'        => 'Socialinis partneris',
            'social_partner_helper' => ' ',
        ],
    ],
    'activityPlanning' => [
        'title'          => 'Veiklų planavimas',
        'title_singular' => 'Veiklų planavima',
    ],
    'activity' => [
        'title'          => 'Veiklos',
        'title_singular' => 'Veikla',
    ],
    'activityType' => [
        'title'          => 'Veiklų tipai',
        'title_singular' => 'Veiklų tipai',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'activitySubType' => [
        'title'          => 'Veiklų potipiai',
        'title_singular' => 'Veiklų potipiai',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'activityEntry' => [
        'title'          => 'Bendradarbiavimo veiklos',
        'title_singular' => 'Bendradarbiavimo veiklo',
        'fields'         => [
            'id'                     => 'ID',
            'id_helper'              => ' ',
            'social_partner'         => 'Socialinis partneris',
            'social_partner_helper'  => ' ',
            'activity_start'         => 'Veiklos data (nuo)',
            'activity_start_helper'  => ' ',
            'activity_end'           => 'Veiklos data (iki)',
            'activity_end_helper'    => ' ',
            'created_at'             => 'Created at',
            'created_at_helper'      => ' ',
            'updated_at'             => 'Updated at',
            'updated_at_helper'      => ' ',
            'deleted_at'             => 'Deleted at',
            'deleted_at_helper'      => ' ',
            'activitytype'           => 'Veiklos tipas',
            'activitytype_helper'    => ' ',
            'activitysubtype'        => 'Veiklos potipis',
            'activitysubtype_helper' => ' ',
            'description'            => 'Veiklos trumpas aprašymas',
            'description_helper'     => ' ',
            'department'             => 'Akademinis padalinys',
            'department_helper'      => ' ',
            'departmentsub'          => 'Katedra',
            'departmentsub_helper'   => ' ',
            'raised_funds'           => 'Pritrauktos lėšos',
            'raised_funds_helper'    => ' ',
            'attachments'            => 'Priedai',
            'attachments_helper'     => ' ',
        ],
    ],
    'futureActivityPlanning' => [
        'title'          => 'Veiklų planavimas',
        'title_singular' => 'Veiklų planavima',
        'fields'         => [
            'id'                     => 'ID',
            'id_helper'              => ' ',
            'social_partner'         => 'Socialinis partneris',
            'social_partner_helper'  => ' ',
            'activity_start'         => 'Veiklos data (nuo)',
            'activity_start_helper'  => ' ',
            'activity_end'           => 'Veiklos data (iki)',
            'activity_end_helper'    => ' ',
            'description'            => 'Aprašymas',
            'description_helper'     => ' ',
            'additional_info'        => 'Papildoma informacija',
            'additional_info_helper' => ' ',
            'accountable'            => 'Atsakingas asmuo',
            'accountable_helper'     => ' ',
            'sharing_with'           => 'Veikla bendrinama su',
            'sharing_with_helper'    => ' ',
            'created_at'             => 'Created at',
            'created_at_helper'      => ' ',
            'updated_at'             => 'Updated at',
            'updated_at_helper'      => ' ',
            'deleted_at'             => 'Deleted at',
            'deleted_at_helper'      => ' ',
            'attachments'            => 'Priedai',
            'attachments_helper'     => ' ',
        ],
    ],
    'outsourcedActivity' => [
        'title'          => 'Užsakomoji veikla',
        'title_singular' => 'Užsakomoji veikla',
    ],
    'scientist' => [
        'title'          => 'Tyrėjai',
        'title_singular' => 'Tyrėjai',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Vardas pavardė',
            'name_helper'       => ' ',
            'email'             => 'El. paštas',
            'email_helper'      => ' ',
            'phone'             => 'Tel. numeris',
            'phone_helper'      => ' ',
            'ismain'            => 'Pagrindinis kontaktas',
            'ismain_helper'     => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
            'position'          => 'Pareigybė',
            'position_helper'   => ' ',
            'group'             => 'Tyrėjo grupė',
            'group_helper'      => ' ',
            'subgroup'          => 'Tyrėjo pogrupis',
            'subgroup_helper'   => ' ',
        ],
    ],
    'student' => [
        'title'          => 'Studentai',
        'title_singular' => 'Studentai',
        'fields'         => [
            'id'                            => 'ID',
            'id_helper'                     => ' ',
            'name'                          => 'Vardas pavardė',
            'name_helper'                   => ' ',
            'email'                         => 'El. paštas',
            'email_helper'                  => ' ',
            'phone'                         => 'Tel. numeris',
            'phone_helper'                  => ' ',
            'ismain'                        => 'Pagrindinis kontaktas',
            'ismain_helper'                 => ' ',
            'created_at'                    => 'Created at',
            'created_at_helper'             => ' ',
            'updated_at'                    => 'Updated at',
            'updated_at_helper'             => ' ',
            'deleted_at'                    => 'Deleted at',
            'deleted_at_helper'             => ' ',
            'interested_in_research'        => 'Ar nori įsitraukti į tyrimų veiklą?',
            'interested_in_research_helper' => ' ',
            'areas_of_interest'             => 'Interesų sritys',
            'areas_of_interest_helper'      => ' ',
        ],
    ],
    'scienceActivity' => [
        'title'          => 'Užsakomosios veiklos',
        'title_singular' => 'Užsakomosios veiklo',
        'fields'         => [
            'id'                               => 'ID',
            'id_helper'                        => ' ',
            'name'                             => 'Pavadinimas',
            'name_helper'                      => ' ',
            'contractno'                       => 'Sutarties numeris',
            'contractno_helper'                => ' ',
            'contactscientists'                => 'Dalyvaujantys tyrėjai',
            'contactscientists_helper'         => ' ',
            'contactstudent'                   => 'Dalyvaujantys studentai',
            'contactstudent_helper'            => ' ',
            'activity_start'                   => 'Veiklos data (pradžia)',
            'activity_start_helper'            => ' ',
            'activity_end'                     => 'Veiklos data (pabaiga)',
            'activity_end_helper'              => ' ',
            'activity_type'                    => 'Veiklos tipas',
            'activity_type_helper'             => ' ',
            'activity_subtype'                 => 'Veiklos potipis',
            'activity_subtype_helper'          => ' ',
            'is_mtep'                          => 'MTEP',
            'is_mtep_helper'                   => ' ',
            'accountabledepartment'            => 'Atsakingas padalinys',
            'accountabledepartment_helper'     => ' ',
            'accountablesubsection'            => 'Atsakinga katedra / centras/ tarnyba',
            'accountablesubsection_helper'     => ' ',
            'accountablepersonkk'              => 'Atsakingas kolegijos asmuo',
            'accountablepersonkk_helper'       => ' ',
            'state'                            => 'Būsena',
            'state_helper'                     => ' ',
            'created_at'                       => 'Created at',
            'created_at_helper'                => ' ',
            'updated_at'                       => 'Updated at',
            'updated_at_helper'                => ' ',
            'deleted_at'                       => 'Deleted at',
            'deleted_at_helper'                => ' ',
            'science_area'                     => 'Mokslo sritis',
            'science_area_helper'              => ' ',
            'sciencedirection'                 => 'Mokslo kryptis',
            'sciencedirection_helper'          => ' ',
            'is_financed'                      => 'Su finansiniu atlygiu',
            'is_financed_helper'               => ' ',
            'description'                      => 'Veiklos apibūdinimas',
            'description_helper'               => ' ',
            'value'                            => 'Užsakymo vertė',
            'value_helper'                     => ' ',
            'attachments'                      => 'Priedai',
            'attachments_helper'               => ' ',
            'other_accountable'                => 'Papildomo juridinio/fizinio asmens duomenys',
            'other_accountable_helper'         => ' ',
            'other_accountable_contact'        => 'Papildomo juridinio/fizinio asmens kontaktai',
            'other_accountable_contact_helper' => ' ',
        ],
    ],
    'scienceklasif' => [
        'title'          => 'Mokslo sritys, kryptys',
        'title_singular' => 'Mokslo sritys, krypty',
    ],
    'scienceArea' => [
        'title'          => 'Mokslo sritys',
        'title_singular' => 'Mokslo srity',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'settings' => [
    'title'          => 'Nustatymai',
     ],
    'science_event' => [
    'title'          => 'Mokslo renginiai ir leidiniai',
     ],
    'scienceEvent' => [
    'title'          => 'Mokslo renginiai ir leidiniai',
    'title_singular' => 'Mokslo renginys / leidinys',
    'fields'         => [
        'id'                      => 'ID',
        'id_helper'               => ' ',
        'type'                    => 'Tipas',
        'type_helper'             => 'Pasirinkite leidinį arba renginį',
        'title'                   => 'Pavadinimas',
        'title_helper'            => ' ',
        'link'                    => 'Nuoroda',
        'link_helper'             => 'Išorinė nuoroda (jei yra)',
        'date'                    => 'Data',
        'date_helper'             => 'Renginio arba publikacijos data',
        'price'                   => 'Kaina',
        'price_helper'            => 'Kaina eurais (jei taikoma)',
        'additional_info'         => 'Papildoma informacija',
        'additional_info_helper'  => 'Papildoma informacija arba pastabos',
        'science_fields'          => 'Mokslo sritys',
        'science_fields_helper'   => 'Pasirinkite susijusias mokslo sritis',
        'created_at'              => 'Sukurta',
        'created_at_helper'       => ' ',
        'updated_at'              => 'Atnaujinta',
        'updated_at_helper'       => ' ',
        'deleted_at'              => 'Ištrinta',
        'deleted_at_helper'       => ' ',
    ],
],
    'scienceDirection' => [
        'title'          => 'Mokslo kryptys',
        'title_singular' => 'Mokslo krypty',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'studyProgram' => [
        'title'          => 'Studijų programos',
        'title_singular' => 'Studijų programo',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'alumniCompany' => [
        'title'          => 'Organizacijos (alumnų)',
        'title_singular' => 'Organizacijos (alumnų)',
        'fields'         => [
            'id'                    => 'ID',
            'id_helper'             => ' ',
            'name'                  => 'Pavadinimas',
            'name_helper'           => ' ',
            'legalstatus'           => 'Juridinis statusas',
            'legalstatus_helper'    => ' ',
            'companycode'           => 'Organizacijos kodas',
            'companycode_helper'    => ' ',
            'vatcode'               => 'PVM kodas',
            'vatcode_helper'        => ' ',
            'mainaddress'           => 'Pagrindinis adresas',
            'mainaddress_helper'    => ' ',
            'website'               => 'Internetinė svetainė',
            'website_helper'        => ' ',
            'directorname'          => 'Vadovo Vardas Pavardė',
            'directorname_helper'   => ' ',
            'contactpersons'        => 'Kontaktinis asmuo',
            'contactpersons_helper' => ' ',
            'created_at'            => 'Created at',
            'created_at_helper'     => ' ',
            'updated_at'            => 'Updated at',
            'updated_at_helper'     => ' ',
            'deleted_at'            => 'Deleted at',
            'deleted_at_helper'     => ' ',
        ],
    ],
    'alumnu' => [
        'title'          => 'Studentai ir Alumnai',
        'title_singular' => 'Studentai ir Alumnai',
    ],
    'alumny' => [
        'title'          => 'Alumnai',
        'title_singular' => 'Alumnai',
        'fields'         => [
            'id'                   => 'ID',
            'id_helper'            => ' ',
            'name'                 => 'Vardas pavardė',
            'name_helper'          => ' ',
            'graduated'            => 'Studijų baigimo metai',
            'graduated_helper'     => ' ',
            'faculty'              => 'Fakultetas',
            'faculty_helper'       => ' ',
            'cathedral'            => 'Katedra',
            'cathedral_helper'     => ' ',
            'alumny_area_of_cooperations'  => 'Alumnų bendradarbiavimo sritys',
            'alumny_area_of_cooperations_helper' => ' ',
            'study_program'        => 'Studijų programa',
            'study_program_helper' => ' ',
            'workplace'            => 'Organizacija kurioje dirbama',
            'workplace_helper'     => ' ',
            'email'                => 'El. paštas',
            'email_helper'         => ' ',
            'phone'                => 'Tel. numeris',
            'phone_helper'         => ' ',
            'created_at'           => 'Created at',
            'created_at_helper'    => ' ',
            'updated_at'           => 'Updated at',
            'updated_at_helper'    => ' ',
            'deleted_at'           => 'Deleted at',
            'deleted_at_helper'    => ' ',
            'position'             => 'Pareigos',
            'position_helper'      => ' ',
        ],
    ],
    'position' => [
        'title'          => 'Pareigos',
        'title_singular' => 'Pareigo',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'areaOfInterest' => [
        'title'          => 'Interesų sritys',
        'title_singular' => 'Interesų srity',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'activityParticipant' => [
        'title'          => 'Tyrėjai',
        'title_singular' => 'Tyrėjai',
    ],
    'researchField' => [
        'title'          => 'Veiklos laukai',
        'title_singular' => 'Veiklos laukai',
        'fields'         => [
            'id'                       => 'ID',
            'id_helper'                => ' ',
            'scientist'                => 'Tyrėjas',
            'scientist_helper'         => ' ',
            'science_area'             => 'Mokslo sritis',
            'science_area_helper'      => ' ',
            'science_direction'        => 'Mokslo kryptis',
            'science_direction_helper' => ' ',
            'title'                    => 'Pavadinimas',
            'title_helper'             => ' ',
            'input_time'               => 'Etato dalis',
            'input_time_helper'        => ' ',
            'created_at'               => 'Created at',
            'created_at_helper'        => ' ',
            'updated_at'               => 'Updated at',
            'updated_at_helper'        => ' ',
            'deleted_at'               => 'Deleted at',
            'deleted_at_helper'        => ' ',
        ],
    ],
    'workExperience' => [
        'title'          => 'Darbo patirtis',
        'title_singular' => 'Darbo patirti',
        'fields'         => [
            'id'                 => 'ID',
            'id_helper'          => ' ',
            'scientist'          => 'Tyrėjas',
            'scientist_helper'   => ' ',
            'period_from'        => 'Laikotarpis nuo',
            'period_from_helper' => ' ',
            'period_to'          => 'Laikotarpis iki',
            'period_to_helper'   => ' ',
            'institution'        => 'Institucija/Organizacija',
            'institution_helper' => ' ',
            'position'           => 'Pareigos',
            'position_helper'    => ' ',
            'created_at'         => 'Created at',
            'created_at_helper'  => ' ',
            'updated_at'         => 'Updated at',
            'updated_at_helper'  => ' ',
            'deleted_at'         => 'Deleted at',
            'deleted_at_helper'  => ' ',
        ],
    ],
    'expertActivity' => [
        'title'          => 'Ekspertinės veiklos',
        'title_singular' => 'Ekspertinės veiklo',
        'fields'         => [
            'id'                   => 'ID',
            'id_helper'            => ' ',
            'scientist'            => 'Tyrėjas',
            'scientist_helper'     => ' ',
            'activity_type'        => 'Veiklos tipas',
            'activity_type_helper' => ' ',
            'period_from'          => 'Laikotarpis nuo',
            'period_from_helper'   => ' ',
            'period_to'            => 'Laikotarpis iki',
            'period_to_helper'     => ' ',
            'institution'          => 'Institucija/Organizacija',
            'institution_helper'   => ' ',
            'position'             => 'Pareigos',
            'position_helper'      => ' ',
            'created_at'           => 'Created at',
            'created_at_helper'    => ' ',
            'updated_at'           => 'Updated at',
            'updated_at_helper'    => ' ',
            'deleted_at'           => 'Deleted at',
            'deleted_at_helper'    => ' ',
        ],
    ],
    'intScienceProject' => [
        'title'          => 'Tarptautiniai mokslo projektai',
        'title_singular' => 'Tarptautiniai mokslo projektai',
        'fields'         => [
            'id'                         => 'ID',
            'id_helper'                  => ' ',
            'scientist'                  => 'Tyrėjas',
            'scientist_helper'           => ' ',
            'leaded_participated'        => 'Vadovauta / dalyvauta',
            'leaded_participated_helper' => ' ',
            'leader'                     => 'Vadovas',
            'leader_helper'              => ' ',
            'title'                      => 'Pavadinimas',
            'title_helper'               => ' ',
            'number'                     => 'Numeris',
            'number_helper'              => ' ',
            'period_from'                => 'Laikotarpis nuo',
            'period_from_helper'         => ' ',
            'period_to'                  => 'Laikotarpis iki',
            'period_to_helper'           => ' ',
            'budget'                     => 'Biudžetas',
            'budget_helper'              => ' ',
            'created_at'                 => 'Created at',
            'created_at_helper'          => ' ',
            'updated_at'                 => 'Updated at',
            'updated_at_helper'          => ' ',
            'deleted_at'                 => 'Deleted at',
            'deleted_at_helper'          => ' ',
        ],
    ],
    'natScienceProject' => [
        'title'          => 'Nacionaliniai mokslo projektai',
        'title_singular' => 'Nacionaliniai mokslo projektai',
        'fields'         => [
            'id'                         => 'ID',
            'id_helper'                  => ' ',
            'scientist'                  => 'Tyrėjas',
            'scientist_helper'           => ' ',
            'leaded_participated'        => 'Vadovauta / dalyvauta',
            'leaded_participated_helper' => ' ',
            'leader'                     => 'Vadovas',
            'leader_helper'              => ' ',
            'title'                      => 'Pavadinimas',
            'title_helper'               => ' ',
            'number'                     => 'Numeris',
            'number_helper'              => ' ',
            'period_from'                => 'Laikotarpis nuo',
            'period_from_helper'         => ' ',
            'period_to'                  => 'Laikotarpis iki',
            'period_to_helper'           => ' ',
            'budget'                     => 'Biudžetas',
            'budget_helper'              => ' ',
            'created_at'                 => 'Created at',
            'created_at_helper'          => ' ',
            'updated_at'                 => 'Updated at',
            'updated_at_helper'          => ' ',
            'deleted_at'                 => 'Deleted at',
            'deleted_at_helper'          => ' ',
        ],
    ],
    'projectType' => [
        'title'          => 'Projektų tipai',
        'title_singular' => 'Projektų tipai',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'instProject' => [
        'title'          => 'Instituciniai projektai',
        'title_singular' => 'Instituciniai projektai',
        'fields'         => [
            'id'                         => 'ID',
            'id_helper'                  => ' ',
            'project_type'               => 'Projekto tipas',
            'project_type_helper'        => ' ',
            'scientist'                  => 'Tyrėjas',
            'scientist_helper'           => ' ',
            'leaded_participated'        => 'Vadovauta / dalyvauta',
            'leaded_participated_helper' => ' ',
            'leader'                     => 'Vadovas',
            'leader_helper'              => ' ',
            'title'                      => 'Pavadinimas',
            'title_helper'               => ' ',
            'number'                     => 'Numeris',
            'number_helper'              => ' ',
            'period_from'                => 'Laikotarpis nuo',
            'period_from_helper'         => ' ',
            'period_to'                  => 'Laikotarpis iki',
            'period_to_helper'           => ' ',
            'budget'                     => 'Biudžetas',
            'budget_helper'              => ' ',
            'created_at'                 => 'Created at',
            'created_at_helper'          => ' ',
            'updated_at'                 => 'Updated at',
            'updated_at_helper'          => ' ',
            'deleted_at'                 => 'Deleted at',
            'deleted_at_helper'          => ' ',
        ],
    ],
    'studyPublication' => [
        'title'          => 'Studijų leidiniai',
        'title_singular' => 'Studijų leidiniai',
        'fields'         => [
            'id'                       => 'ID',
            'id_helper'                => ' ',
            'scientist'                => 'Tyrėjas',
            'scientist_helper'         => ' ',
            'year'                     => 'Metai',
            'year_helper'              => ' ',
            'science_area'             => 'Mokslo sritis',
            'science_area_helper'      => ' ',
            'science_direction'        => 'Mokslo kryptis',
            'science_direction_helper' => ' ',
            'title'                    => 'Pavadinimas',
            'title_helper'             => ' ',
            'input_time'               => 'Indėlis',
            'input_time_helper'        => ' ',
            'authorship_field'         => 'Autorinių lankų skaičius',
            'authorship_field_helper'  => ' ',
            'created_at'               => 'Created at',
            'created_at_helper'        => ' ',
            'updated_at'               => 'Updated at',
            'updated_at_helper'        => ' ',
            'deleted_at'               => 'Deleted at',
            'deleted_at_helper'        => ' ',
            'publisher'                => 'Leidykla',
            'publisher_helper'         => ' ',
            'isbn'                     => 'ISBN/ISSN',
            'isbn_helper'              => ' ',
            'doi'                      => 'Skaitmeninis objekto identifikatoriaus DOI',
            'doi_helper'               => ' ',
            'page_count'               => 'Puslapių skaičius',
            'page_count_helper'        => ' ',
        ],
    ],
    'publisher' => [
        'title'          => 'Leidyklos',
        'title_singular' => 'Leidyklo',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'sciencePublication' => [
        'title'          => 'Mokslo publikacijos',
        'title_singular' => 'Mokslo publikacijo',
        'fields'         => [
            'id'                       => 'ID',
            'id_helper'                => ' ',
            'scientist'                => 'Tyrėjas',
            'scientist_helper'         => ' ',
            'year'                     => 'Metai',
            'year_helper'              => ' ',
            'science_area'             => 'Mokslo sritis',
            'science_area_helper'      => ' ',
            'science_direction'        => 'Mokslo kryptis',
            'science_direction_helper' => ' ',
            'title'                    => 'Pavadinimas',
            'title_helper'             => ' ',
            'citation'                 => 'Cituojamumo rodiklis',
            'citation_helper'          => ' ',
            'input_time'               => 'Indėlis',
            'input_time_helper'        => ' ',
            'authorship_field'         => 'Autorinių lankų skaičius',
            'authorship_field_helper'  => ' ',
            'page_count'               => 'Puslapių skaičius',
            'page_count_helper'        => ' ',
            'publisher'                => 'Leidykla',
            'publisher_helper'         => ' ',
            'isbn'                     => 'ISBN/ISSN',
            'isbn_helper'              => ' ',
            'doi'                      => 'Skaitmeninis objekto identifikatoriaus DOI',
            'doi_helper'               => ' ',
            'created_at'               => 'Created at',
            'created_at_helper'        => ' ',
            'updated_at'               => 'Updated at',
            'updated_at_helper'        => ' ',
            'deleted_at'               => 'Deleted at',
            'deleted_at_helper'        => ' ',
            'publishment'              => 'Leidinys',
            'publishment_helper'       => ' ',
        ],
    ],
    'intSciencePaper' => [
        'title'          => 'Tarptautiniai mokslo straipsniai',
        'title_singular' => 'Tarptautiniai mokslo straipsniai',
        'fields'         => [
            'id'                       => 'ID',
            'id_helper'                => ' ',
            'scientist'                => 'Tyrėjas',
            'scientist_helper'         => ' ',
            'year'                     => 'Metai',
            'year_helper'              => ' ',
            'science_area'             => 'Mokslo sritis',
            'science_area_helper'      => ' ',
            'science_direction'        => 'Mokslo kryptis',
            'science_direction_helper' => ' ',
            'title'                    => 'Pavadinimas',
            'title_helper'             => ' ',
            'citation'                 => 'Cituojamumo rodiklis',
            'citation_helper'          => ' ',
            'input_time'               => 'Indėlis',
            'input_time_helper'        => ' ',
            'authorship_field'         => 'Autorinių lankų skaičius',
            'authorship_field_helper'  => ' ',
            'page_count'               => 'Puslapių skaičius',
            'page_count_helper'        => ' ',
            'publisher'                => 'Leidykla',
            'publisher_helper'         => ' ',
            'publishment'              => 'Leidinys',
            'publishment_helper'       => ' ',
            'isbn'                     => 'ISBN/ISSN',
            'isbn_helper'              => ' ',
            'doi'                      => 'Skaitmeninis objekto identifikatoriaus DOI',
            'doi_helper'               => ' ',
            'created_at'               => 'Created at',
            'created_at_helper'        => ' ',
            'updated_at'               => 'Updated at',
            'updated_at_helper'        => ' ',
            'deleted_at'               => 'Deleted at',
            'deleted_at_helper'        => ' ',
        ],
    ],
    'otherResearch' => [
        'title'          => 'Tyrėjo kortelės klasifikatoriai',
        'title_singular' => 'Tyrėjo kortelės klasifikatoriai',
    ],
    'finalWorkType' => [
        'title'          => 'Baigiamųjų darbų pobūdžiai',
        'title_singular' => 'Baigiamųjų darbų pobūdžiai',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'patentTag' => [
        'title'          => 'Patentų požymiai',
        'title_singular' => 'Patentų požymiai',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'finalWorkInstitution' => [
        'title'          => 'Baigiamųjų darbų institucijos',
        'title_singular' => 'Baigiamųjų darbų institucijo',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'supervisedThesi' => [
        'title'          => 'Vadovauti darbai',
        'title_singular' => 'Vadovauti darbai',
        'fields'         => [
            'id'                 => 'ID',
            'id_helper'          => ' ',
            'scientist'          => 'Tyrėjas',
            'scientist_helper'   => ' ',
            'year'               => 'Metai',
            'year_helper'        => ' ',
            'nature'             => 'Pobūdis',
            'nature_helper'      => ' ',
            'title'              => 'Tema',
            'title_helper'       => ' ',
            'person'             => 'Asmuo',
            'person_helper'      => ' ',
            'institution'        => 'Institucija',
            'institution_helper' => ' ',
            'created_at'         => 'Created at',
            'created_at_helper'  => ' ',
            'updated_at'         => 'Updated at',
            'updated_at_helper'  => ' ',
            'deleted_at'         => 'Deleted at',
            'deleted_at_helper'  => ' ',
        ],
    ],
    'patent' => [
        'title'          => 'Patentai',
        'title_singular' => 'Patentai',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'scientist'         => 'Tyrėjas',
            'scientist_helper'  => ' ',
            'year'              => 'Metai',
            'year_helper'       => ' ',
            'tag'               => 'Požymis',
            'tag_helper'        => ' ',
            'title'             => 'Pavadinimas',
            'title_helper'      => ' ',
            'number'            => 'Numeris',
            'number_helper'     => ' ',
            'input'             => 'Indėlis',
            'input_helper'      => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'patentApplication' => [
        'title'          => 'Patentinės paraiškos',
        'title_singular' => 'Patentinės paraiško',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'scientist'         => 'Tyrėjas',
            'scientist_helper'  => ' ',
            'year'              => 'Metai',
            'year_helper'       => ' ',
            'tag'               => 'Požymis',
            'tag_helper'        => ' ',
            'title'             => 'Pavadinimas',
            'title_helper'      => ' ',
            'number'            => 'Numeris',
            'number_helper'     => ' ',
            'input'             => 'Indėlis',
            'input_helper'      => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'scientificPublication' => [
        'title'          => 'Mokslo leidiniai',
        'title_singular' => 'Mokslo leidiniai',
        'fields'         => [
            'id'                       => 'ID',
            'id_helper'                => ' ',
            'scientist'                => 'Tyrėjas',
            'scientist_helper'         => ' ',
            'year'                     => 'Metai',
            'year_helper'              => ' ',
            'science_area'             => 'Mokslo sritis',
            'science_area_helper'      => ' ',
            'science_direction'        => 'Mokslo kryptis',
            'science_direction_helper' => ' ',
            'title'                    => 'Pavadinimas',
            'title_helper'             => ' ',
            'input_time'               => 'Indėlis',
            'input_time_helper'        => ' ',
            'authorship_field'         => 'Autorinių lankų skaičius',
            'authorship_field_helper'  => ' ',
            'page_count'               => 'Puslapių skaičius',
            'page_count_helper'        => ' ',
            'publisher'                => 'Leidykla',
            'publisher_helper'         => ' ',
            'isbn'                     => 'ISBN/ISSN',
            'isbn_helper'              => ' ',
            'doi'                      => 'Skaitmeninis objekto identifikatoriaus DOI',
            'doi_helper'               => ' ',
            'created_at'               => 'Created at',
            'created_at_helper'        => ' ',
            'updated_at'               => 'Updated at',
            'updated_at_helper'        => ' ',
            'deleted_at'               => 'Deleted at',
            'deleted_at_helper'        => ' ',
        ],
    ],
    'peerReviewedArticle' => [
        'title'          => 'Recenzuoti mokslo straipsniai',
        'title_singular' => 'Recenzuoti mokslo straipsniai',
        'fields'         => [
            'id'                       => 'ID',
            'id_helper'                => ' ',
            'scientist'                => 'Tyrėjas',
            'scientist_helper'         => ' ',
            'year'                     => 'Metai',
            'year_helper'              => ' ',
            'science_area'             => 'Mokslo sritis',
            'science_area_helper'      => ' ',
            'science_direction'        => 'Mokslo kryptis',
            'science_direction_helper' => ' ',
            'title'                    => 'Pavadinimas',
            'title_helper'             => ' ',
            'input_time'               => 'Indėlis',
            'input_time_helper'        => ' ',
            'authorship_field'         => 'Autorinių lankų skaičius',
            'authorship_field_helper'  => ' ',
            'page_count'               => 'Puslapių skaičius',
            'page_count_helper'        => ' ',
            'publisher'                => 'Leidykla / konferencija',
            'publisher_helper'         => ' ',
            'isbn'                     => 'ISBN/ISSN',
            'isbn_helper'              => ' ',
            'doi'                      => 'Skaitmeninis objekto identifikatoriaus DOI',
            'doi_helper'               => ' ',
            'created_at'               => 'Created at',
            'created_at_helper'        => ' ',
            'updated_at'               => 'Updated at',
            'updated_at_helper'        => ' ',
            'deleted_at'               => 'Deleted at',
            'deleted_at_helper'        => ' ',
        ],
    ],
    'appliedScientificPublication' => [
        'title'          => 'Taikomieji leidiniai',
        'title_singular' => 'Taikomieji leidiniai',
        'fields'         => [
            'id'                       => 'ID',
            'id_helper'                => ' ',
            'scientist'                => 'Tyrėjas',
            'scientist_helper'         => ' ',
            'year'                     => 'Metai',
            'year_helper'              => ' ',
            'science_area'             => 'Mokslo sritis',
            'science_area_helper'      => ' ',
            'science_direction'        => 'Mokslo kryptis',
            'science_direction_helper' => ' ',
            'title'                    => 'Pavadinimas',
            'title_helper'             => ' ',
            'input_time'               => 'Indėlis',
            'input_time_helper'        => ' ',
            'authorship_field'         => 'Autorinių lankų skaičius',
            'authorship_field_helper'  => ' ',
            'page_count'               => 'Puslapių skaičius',
            'page_count_helper'        => ' ',
            'publisher'                => 'Leidykla',
            'publisher_helper'         => ' ',
            'isbn'                     => 'ISBN/ISSN',
            'isbn_helper'              => ' ',
            'doi'                      => 'Skaitmeninis objekto identifikatoriaus DOI',
            'doi_helper'               => ' ',
            'created_at'               => 'Created at',
            'created_at_helper'        => ' ',
            'updated_at'               => 'Updated at',
            'updated_at_helper'        => ' ',
            'deleted_at'               => 'Deleted at',
            'deleted_at_helper'        => ' ',
        ],
    ],
    'artAndOtherPublication' => [
        'title'          => 'Meno ir kiti leidiniai',
        'title_singular' => 'Meno ir kiti leidiniai',
        'fields'         => [
            'id'                       => 'ID',
            'id_helper'                => ' ',
            'scientist'                => 'Tyrėjas',
            'scientist_helper'         => ' ',
            'year'                     => 'Metai',
            'year_helper'              => ' ',
            'science_area'             => 'Mokslo sritis',
            'science_area_helper'      => ' ',
            'science_direction'        => 'Mokslo kryptis',
            'science_direction_helper' => ' ',
            'title'                    => 'Pavadinimas',
            'title_helper'             => ' ',
            'input_time'               => 'Indėlis',
            'input_time_helper'        => ' ',
            'authorship_field'         => 'Autorinių lankų skaičius',
            'authorship_field_helper'  => ' ',
            'page_count'               => 'Puslapių skaičius',
            'page_count_helper'        => ' ',
            'publisher'                => 'Leidykla',
            'publisher_helper'         => ' ',
            'isbn'                     => 'ISBN/ISSN',
            'isbn_helper'              => ' ',
            'doi'                      => 'Skaitmeninis objekto identifikatoriaus DOI',
            'doi_helper'               => ' ',
            'created_at'               => 'Created at',
            'created_at_helper'        => ' ',
            'updated_at'               => 'Updated at',
            'updated_at_helper'        => ' ',
            'deleted_at'               => 'Deleted at',
            'deleted_at_helper'        => ' ',
        ],
    ],
    'scientificReview' => [
        'title'          => 'Recenzijos',
        'title_singular' => 'Recenzijo',
        'fields'         => [
            'id'                       => 'ID',
            'id_helper'                => ' ',
            'scientist'                => 'Tyrėjas',
            'scientist_helper'         => ' ',
            'year'                     => 'Metai',
            'year_helper'              => ' ',
            'science_area'             => 'Mokslo sritis',
            'science_area_helper'      => ' ',
            'science_direction'        => 'Mokslo kryptis',
            'science_direction_helper' => ' ',
            'title'                    => 'Pavadinimas',
            'title_helper'             => ' ',
            'input_time'               => 'Indėlis',
            'input_time_helper'        => ' ',
            'authorship_field'         => 'Autorinių lankų skaičius',
            'authorship_field_helper'  => ' ',
            'page_count'               => 'Puslapių skaičius',
            'page_count_helper'        => ' ',
            'publisher'                => 'Leidykla',
            'publisher_helper'         => ' ',
            'isbn'                     => 'ISBN/ISSN',
            'isbn_helper'              => ' ',
            'doi'                      => 'Skaitmeninis objekto identifikatoriaus DOI',
            'doi_helper'               => ' ',
            'created_at'               => 'Created at',
            'created_at_helper'        => ' ',
            'updated_at'               => 'Updated at',
            'updated_at_helper'        => ' ',
            'deleted_at'               => 'Deleted at',
            'deleted_at_helper'        => ' ',
        ],
    ],
    'scientificConferenceType' => [
        'title'          => 'Mokslinių konferencijų požymiai',
        'title_singular' => 'Mokslinių konferencijų požymiai',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'conferenceAbstract' => [
        'title'          => 'Konferencijų tezės',
        'title_singular' => 'Konferencijų tezė',
        'fields'         => [
            'id'                       => 'ID',
            'id_helper'                => ' ',
            'scientist'                => 'Tyrėjas',
            'scientist_helper'         => ' ',
            'year'                     => 'Metai',
            'year_helper'              => ' ',
            'science_area'             => 'Mokslo sritis',
            'science_area_helper'      => ' ',
            'science_direction'        => 'Mokslo kryptis',
            'science_direction_helper' => ' ',
            'nature'                   => 'Požymis',
            'nature_helper'            => ' ',
            'title'                    => 'Pavadinimas',
            'title_helper'             => ' ',
            'input_time'               => 'Indėlis',
            'input_time_helper'        => ' ',
            'authorship_field'         => 'Autorinių lankų skaičius',
            'authorship_field_helper'  => ' ',
            'page_count'               => 'Puslapių skaičius',
            'page_count_helper'        => ' ',
            'publisher'                => 'Leidykla',
            'publisher_helper'         => ' ',
            'isbn'                     => 'ISBN/ISSN',
            'isbn_helper'              => ' ',
            'doi'                      => 'Skaitmeninis objekto identifikatoriaus DOI',
            'doi_helper'               => ' ',
            'created_at'               => 'Created at',
            'created_at_helper'        => ' ',
            'updated_at'               => 'Updated at',
            'updated_at_helper'        => ' ',
            'deleted_at'               => 'Deleted at',
            'deleted_at_helper'        => ' ',
        ],
    ],
    'translationType' => [
        'title'          => 'Vertimų požymiai',
        'title_singular' => 'Vertimų požymiai',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'scientificTranslation' => [
        'title'          => 'Vertimai',
        'title_singular' => 'Vertimai',
        'fields'         => [
            'id'                       => 'ID',
            'id_helper'                => ' ',
            'scientist'                => 'Tyrėjas',
            'scientist_helper'         => ' ',
            'year'                     => 'Metai',
            'year_helper'              => ' ',
            'science_area'             => 'Mokslo sritis',
            'science_area_helper'      => ' ',
            'science_direction'        => 'Mokslo kryptis',
            'science_direction_helper' => ' ',
            'nature'                   => 'Požymis',
            'nature_helper'            => ' ',
            'title'                    => 'Pavadinimas',
            'title_helper'             => ' ',
            'input_time'               => 'Indėlis',
            'input_time_helper'        => ' ',
            'authorship_field'         => 'Autorinių lankų skaičius',
            'authorship_field_helper'  => ' ',
            'page_count'               => 'Puslapių skaičius',
            'page_count_helper'        => ' ',
            'publisher'                => 'Leidykla',
            'publisher_helper'         => ' ',
            'isbn'                     => 'ISBN/ISSN',
            'isbn_helper'              => ' ',
            'doi'                      => 'Skaitmeninis objekto identifikatoriaus DOI',
            'doi_helper'               => ' ',
            'created_at'               => 'Created at',
            'created_at_helper'        => ' ',
            'updated_at'               => 'Updated at',
            'updated_at_helper'        => ' ',
            'deleted_at'               => 'Deleted at',
            'deleted_at_helper'        => ' ',
        ],
    ],
    'artWorkType' => [
        'title'          => 'Meno darbų požymiai',
        'title_singular' => 'Meno darbų požymiai',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'artWork' => [
        'title'          => 'Meno darbai',
        'title_singular' => 'Meno darbai',
        'fields'         => [
            'id'                       => 'ID',
            'id_helper'                => ' ',
            'scientist'                => 'Tyrėjas',
            'scientist_helper'         => ' ',
            'year'                     => 'Metai',
            'year_helper'              => ' ',
            'science_area'             => 'Mokslo sritis',
            'science_area_helper'      => ' ',
            'science_direction'        => 'Mokslo kryptis',
            'science_direction_helper' => ' ',
            'tag'                      => 'Požymis',
            'tag_helper'               => ' ',
            'title'                    => 'Pavadinimas',
            'title_helper'             => ' ',
            'number'                   => 'Numeris',
            'number_helper'            => ' ',
            'input'                    => 'Indėlis',
            'input_helper'             => ' ',
            'created_at'               => 'Created at',
            'created_at_helper'        => ' ',
            'updated_at'               => 'Updated at',
            'updated_at_helper'        => ' ',
            'deleted_at'               => 'Deleted at',
            'deleted_at_helper'        => ' ',
        ],
    ],
    'country' => [
        'title'          => 'Šalys',
        'title_singular' => 'Šaly',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Name',
            'name_helper'       => ' ',
            'short_code'        => 'Short Code',
            'short_code_helper' => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'professionalDevelopmentType' => [
        'title'          => 'Kvalifikacijos kėlimo tipai',
        'title_singular' => 'Kvalifikacijos kėlimo tipai',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'name'              => 'Pavadinimas',
            'name_helper'       => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'professionalDevelopment' => [
        'title'          => 'Kvalifikacijos kėlimas',
        'title_singular' => 'Kvalifikacijos kėlima',
        'fields'         => [
            'id'                      => 'ID',
            'id_helper'               => ' ',
            'scientist'               => 'Tyrėjas',
            'scientist_helper'        => ' ',
            'period_from'             => 'Laikotarpis nuo',
            'period_from_helper'      => ' ',
            'period_to'               => 'Laikotarpis iki',
            'period_to_helper'        => ' ',
            'title'                   => 'Kvalifikacijos kėlimo tematika',
            'title_helper'            => ' ',
            'development_type'        => 'Kvalifikacijos kėlimo tipas',
            'development_type_helper' => ' ',
            'institution'             => 'Įstaigos pavadinimas',
            'institution_helper'      => ' ',
            'country'                 => 'Šalis',
            'country_helper'          => ' ',
            'time_spent'              => 'Trukmė valandomis',
            'time_spent_helper'       => ' ',
            'created_at'              => 'Created at',
            'created_at_helper'       => ' ',
            'updated_at'              => 'Updated at',
            'updated_at_helper'       => ' ',
            'deleted_at'              => 'Deleted at',
            'deleted_at_helper'       => ' ',
        ],
    ],
    'honorsAndAward' => [
        'title'          => 'Apdovanojimai',
        'title_singular' => 'Apdovanojimai',
        'fields'         => [
            'id'                        => 'ID',
            'id_helper'                 => ' ',
            'scientist'                 => 'Tyrėjas',
            'scientist_helper'          => ' ',
            'year'                      => 'Metai',
            'year_helper'               => ' ',
            'title'                     => 'Pavadinimas',
            'title_helper'              => ' ',
            'activity_type_desc'        => 'Veiklos pobūdis',
            'activity_type_desc_helper' => ' ',
            'institution'               => 'Teikėjo pavadinimas',
            'institution_helper'        => ' ',
            'country'                   => 'Šalis',
            'country_helper'            => ' ',
            'created_at'                => 'Created at',
            'created_at_helper'         => ' ',
            'updated_at'                => 'Updated at',
            'updated_at_helper'         => ' ',
            'deleted_at'                => 'Deleted at',
            'deleted_at_helper'         => ' ',
        ],
    ],
    'researcherGroup' => [
        'title'          => 'Tyrėjų grupės',
        'title_singular' => 'Tyrėjų grupė',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'title'             => 'Pavadinimas',
            'title_helper'      => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'researcherSubGroup' => [
        'title'          => 'Tyrėjų pogrupiai',
        'title_singular' => 'Tyrėjų pogrupiai',
        'fields'         => [
            'id'                => 'ID',
            'id_helper'         => ' ',
            'group'             => 'Grupė',
            'group_helper'      => ' ',
            'title'             => 'Pavadinimas',
            'title_helper'      => ' ',
            'created_at'        => 'Created at',
            'created_at_helper' => ' ',
            'updated_at'        => 'Updated at',
            'updated_at_helper' => ' ',
            'deleted_at'        => 'Deleted at',
            'deleted_at_helper' => ' ',
        ],
    ],
    'user_management' => [
        'title'          => 'Naudotojų valdymas',
    ],
    'audit_log' => [
        'title'          => 'Audito žurnalas',
    ],
    'department_subsection' => [
        'title'          => 'Padalinių poskyriai',
    ],
    'reliability_state' => [
        'title'          => 'Patikimumo būsenos',
    ],
    'areas_of_cooperation' => [
        'title'          => 'Bendradarbiavimo sritys',
    ],
    'coop_agreement_type' => [
        'title'          => 'Bendradarbiavimo sutarčių tipai',
    ],
    'coop_agreement_state' => [
        'title'          => 'Bendradarbiavimo sutarčių būsenos',
    ],
    'legal_status' => [
        'title'          => 'Juridiniai statusai',
    ],
    'socialine_partneryste' => [
        'title'          => 'Socialinė partnerystė',
    ],
    'contact_person' => [
        'title'          => 'Kontaktiniai asmenys',
    ],
    'coop_agreement' => [
        'title'          => 'Bendradarbiavimo sutarčiai',
    ],
    'activity_planning' => [
        'title'          => 'Veiklų planavimas',
    ],
    'activity_type' => [
        'title'          => 'Veiklų tipai',
    ],
    'activity_sub_type' => [
        'title'          => 'Veiklų potipiai',
    ],
    'activity_entry' => [
        'title'          => 'Bendradarbiavimo veiklos',
    ],
    'future_activity_planning' => [
        'title'          => 'Veiklų planavimas',
    ],
    'outsourced_activity'  => [
        'title'          => 'Užsakomoji veikla',
    ],
    'science_activity'  => [
        'title'          => 'Užsakomosios veiklos',
    ],
    'science_area'  => [
        'title'          => 'Mokslo sritys',
    ],
    'science_direction'  => [
        'title'          => 'Mokslo kryptis',
    ],
    'study_program'  => [
        'title'          => 'Studijų programos',
    ],
    'alumni_company'  => [
        'title'          => 'Organizacijos (Alumnų)',
    ],
    'area_of_interest'  => [
        'title'          => 'Interesų sritys',
    ],
    'activity_participant'  => [
        'title'          => 'Tyrėjai',
    ],
    'research_field'  => [
        'title'          => 'Veiklos laukai',
    ],
    'work_experience'  => [
        'title'          => 'Darbo patirtis',
    ],
    'expert_activity'  => [
        'title'          => 'Ekspertinės veiklos',
    ],
    'int_science_project'  => [
        'title'          => 'Tarptautiniai mokslo projektai',
    ],
    'nat_science_project'  => [
        'title'          => 'Nacionaliniai mokslo projektai',
    ],
    'project_type'  => [
        'title'          => 'Projektų tipai',
    ],
    'inst_project'  => [
        'title'          => 'Instituciniai projektai',
    ],
    'study_publication'  => [
        'title'          => 'Studijų leidiniai',
    ],
    'science_publication'  => [
        'title'          => 'Mokslo publikaicijos',
    ],
    'int_science_paper'  => [
        'title'          => 'Tarptautiniai mokslo straipsniai',
    ],
    'other_research'  => [
        'title'          => 'Tyrėjo kortelės klasifikatoriai',
    ],
    'final_work_type'  => [
        'title'          => 'Baigiamųjų darbų pobūdžiai',
    ],
    'patent_tag'  => [
        'title'          => 'Patentų požymiai',
    ],
    'final_work_institution'  => [
        'title'          => 'Baigiamųjų darbų institucijos',
    ],
    'supervised_thesi'  => [
        'title'          => 'Vadovauti darbai',
    ],
    'patent_application'  => [
        'title'          => 'Patentinės paraiškos',
    ],
    'scientific_publication'  => [
        'title'          => 'Mokslo publikaicijos',
    ],
    'peer_reviewed_article'  => [
        'title'          => 'Recenzuoti mokslo straipsniai',
    ],
    'applied_scientific_publication'  => [
        'title'          => 'Taikomieji leidiniai',
    ],
    'art_and_other_publication'  => [
        'title'          => 'Meno ir kiti leidiniai',
    ],
    'scientific_review'  => [
        'title'          => 'Recenzijos',
    ],
    'scientific_conference_type'  => [
        'title'          => 'Mokslinių konferencijų požymiai',
    ],
    'conference_abstract'  => [
        'title'          => 'Konferencijų tezės',
    ],
    'translation_type'  => [
        'title'          => 'Vertimų požymiai',
    ],
    'scientific_translation'  => [
        'title'          => 'Vertimai',
    ],
    'art_work_type'  => [
        'title'          => 'Meno darbų požymiai',
    ],
    'art_work'  => [
        'title'          => 'Meno darbai',
    ],
    'professional_development_type'  => [
        'title'          => 'Kvalifikacijos kėlimo tipai',
    ],
    'professional_development'  => [
        'title'          => 'Kvalifikacijos kėlimas',
    ],
    'honors_and_award'  => [
        'title'          => 'Apdovanojimai',
    ],
    'researcher_group'  => [
        'title'          => 'Tyrėjų grupės',
    ],
    'researcher_sub_group'  => [
        'title'          => 'Tyrėjų pogrupiai',
    ],
    'profile_password'  => [
        'title'          => 'Profilio slaptažodis',
    ],
    'sub_areas_of_cooperation'  => [
        'title'          => 'Bendradarbiavimo posritys',
    ],
    'internship_provideds'  => [
        'title'          => 'Teikiamos praktikos',
    ],
    'company_sizes'  => [
        'title'          => 'Įmonių dydis',
    ],
    'alumny_area_of_cooperations'   => [
        'title'          => 'Alumnų bendradarbiavimo sritys',
    ],
    'company_mass'  =>  [
        'title' => 'Socialiniam partneriam siųsti atnaujinimo laiškus',
    ]    
];