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,54 @@
<?php
return [
'activated_help_text' => 'This user can login',
'activated_disabled_help_text' => 'You cannot edit activation status for your own account.',
'assets_user' => 'Ang mga asset na nakatalaga sa :name',
'bulk_update_warn' => 'Ikaw ay mag-edit ng mga katangian ng :user_count mga gumagamit. Mangyaring tandaan na hindi mo maaaring mabago ang iyong sariling user attributes gamit ang form na ito, at kinakailangang magsagawa ng pag-edit sa iyong sariling user nang mag-isa.',
'bulk_update_help' => 'Ang form na ito ay nagbibigay sa iyo ng pahintulot para mag-update ng maramihang gumagamit ng isang beses. Lagyan lamang ang mga field na gusto mong baguhin. Anumang mga field na blangko ay mananatiling walang pagbabago.',
'current_assets' => 'Ang assets ay kasalukuyang nai-check out sa gumagamit na ito',
'clone' => 'I-clone ang User',
'contact_user' => 'Kontak :name',
'edit' => 'I-edit ang Gumamit',
'filetype_info' => 'Ang mga pinapayagang uri ng file ay png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, at rar.',
'history_user' => 'Ang kasaysayan para sa :name',
'info' => 'Impormasyon',
'restore_user' => 'I-klik dito upang maibalik ang mga ito.',
'last_login' => 'Ang Huling Pag-login',
'ldap_config_text' => 'Pwedeng makita ang configuration settings ng LDAP Admin > Settings. Ang (opsyonal) napiling lokasyon ay itatakda para sa lahat ng mga na-import na mga gumagamit o user.',
'print_assigned' => 'I-print ang Lahat ng Nakatalaga',
'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' => 'Ang Software ay Nai-check out sa :name',
'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' => 'Tingnan ang User :name',
'usercsv' => 'Ang CSV file',
'two_factor_admin_optin_help' => 'Ang iyong kasalukuyang mga admin settings ay napapahintulot ng selektibong pagpapatupad ng two-factor authentication. ',
'two_factor_enrolled' => 'Ang Na-enroll na 2FA Device ',
'two_factor_active' => 'Ang 2FA Active ',
'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,69 @@
<?php
return array(
'accepted' => 'Matagumpay mong natanggap ang asset na ito.',
'declined' => 'Matagumpay mong hindi tinaggap ang asset na ito.',
'bulk_manager_warn' => 'Ang iyong mga user ay matagumpay nang nai-update, subalit ang iyong manager entry ay hindi nai-save dahil ang manager na iyong pinili ay kabilang sa listahan ng user na kailangang i-edit, at ang mga user ay maaaring wala sa sarili nilang pamamahala. Mangyaring pumiling muli ng iyong user, hindi kasama ang manager.',
'user_exists' => 'Ang user ay umiiral na!',
'user_not_found' => 'Ang gumagamit ay hindi umiiral.',
'user_login_required' => 'Ang field ng login ay kinakailangan',
'user_has_no_assets_assigned' => 'No assets currently assigned to user.',
'user_password_required' => 'Ang password ay kinakailangan.',
'insufficient_permissions' => 'Hindi sapat na mga pahintulot.',
'user_deleted_warning' => 'Ang user na ito ay nai-delete na. Kailangang ibalik ang user na ito upang i-edit o mag-assign ng bagong mga asset.',
'ldap_not_configured' => 'Ang integrasyon ng LDAP ay hindi nai-configure sa pag-install na ito.',
'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' => 'Ang user ay matagumpay na nalikha.',
'update' => 'Ang user ay matagumpay na nai-update.',
'update_bulk' => 'Ang mga user ay matagumpay nai-update!',
'delete' => 'Ang user ay matagumpay na nai-delete.',
'ban' => 'Ang user ay matagumpay na nai-ban.',
'unban' => 'Ang user ay matagumpay na nai-unban.',
'suspend' => 'Ang user ay matagumpay na nasuspende.',
'unsuspend' => 'Ang user ay matagumpay na hindi na sinuspende.',
'restored' => 'Ang user ay matagumpay na naibalik sa dati.',
'import' => 'Ang mga user ay matagumpay nang na-import.',
),
'error' => array(
'create' => 'Mayroong isyu sa pagsagawa ng user. Mangyaring subukang muli.',
'update' => 'Mayroong isyu sa pag-update sa user. Mangyaring subukang muli.',
'delete' => 'Mayroong isyu sa pag-delete ng user. Mangyaring subukang muli.',
'delete_has_assets' => 'Ang user na ito any may mga aytem na nai-assign at hindi maaring i-delete.',
'unsuspend' => 'Mayroong isyu sa pagtanggal ng suspenso sa user. Mangyaring subukang muli.',
'import' => 'Mayroong isyu sa pag-import ng mga user. Mangyaring subukang muli.',
'asset_already_accepted' => 'Ang asset na ito ay tinanggap na.',
'accept_or_decline' => 'Dapat mong tanggapin o kaya tanggihan ang asset na ito.',
'incorrect_user_accepted' => 'Ang asset na tinangka mong tanggapin ay hindi nai-check out sa iyo.',
'ldap_could_not_connect' => 'Hindi maka-konekta sa serber ng LDAP. Mangyaring surrin ang iyong konpigurasyon ng serber ng LDAP sa LDAP config file. <br>May error mula sa Serber ng LDAP:',
'ldap_could_not_bind' => 'Hindi makapah-bind sa serber ng LDAP. Mangyaring suriin ang iyong konpigurasyon ng serber ng LDAP sa LDAP config file. <br>may error mula sa Serber ng LDAP:
',
'ldap_could_not_search' => 'Hindi makapaghanap ng serber ng LDAP. Mangyaring suriin ang iyong konpigurasyon ng serber ng LDAP sa LDAP config file. <br>may error mula sa Serber ng LDAP:',
'ldap_could_not_get_entries' => 'Hindi makakuha ng entry mula sa serber ng LDAP. Mangyaring surrin ang iyong konpigurasyon ng serber ng LDAP sa LDAP config file. <br>May-error mula sa Serber ng LDAP:',
'password_ldap' => 'Ang password sa account na ito ay pinamahalaan ng LDAP/Actibong Direktorya. Mangyaring komontak sa iyong IT department para baguhin ang iyong password. ',
),
'deletefile' => array(
'error' => 'Ang file ay hindi nai-delete. Mangyaring subukang muli.',
'success' => 'Ang file ay matagumpay nang nai-delete.',
),
'upload' => array(
'error' => 'Ang file(s) ay hindi nai-upload. Mangyaring subukang muli.',
'success' => 'Ang file(s) ay matagumpay na nai-upload.',
'nofiles' => 'Hindi ka pumili ng kahit anong mga file para i-upload',
'invalidfiles' => 'Ang isa o higit sa iyong mga file ay masyadong malaki o isang uri ng file na hindi pinapayagan. Ang mga pinapayagang mga file ay ang png, gif, jpg, doc, docx, pdf, at 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' => 'Aktibo',
'allow' => 'Pahintulutan',
'checkedout' => 'Ang mga asset',
'created_at' => 'Naisagawa',
'createuser' => 'Magsagawa ng User',
'deny' => 'Tanggihan',
'email' => 'Email',
'employee_num' => 'Ang Numero ng Empleyado.',
'first_name' => 'Ang Unang Pangalan',
'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' => 'Ang Id',
'inherit' => 'Minana',
'job' => 'Ang Titulo sa Trabaho',
'last_login' => 'Ang Huling Pag-login',
'last_name' => 'Ang Huling Pangalan',
'location' => 'Ang Lokasyon',
'lock_passwords' => 'Ang mga detalye ng login hindi pwedeng mababago sa pag-install na ito.',
'manager' => 'Namamahala',
'managed_locations' => 'Ang Pinamahalaang mga Lokasyon',
'name' => 'Pangalan',
'nogroup' => 'No groups have been created yet. To add one, visit: ',
'notes' => 'Ang mga Paalala',
'password_confirm' => 'I-komperma ang Password',
'password' => 'Ang Password',
'phone' => 'Ang Telepono',
'show_current' => 'Ipakita ang Kasalukuyang mga User',
'show_deleted' => 'Ipakita ang Nai-delete na mga User',
'title' => 'Ang Pamagat',
'to_restore_them' => 'upang ibalik sa dati.',
'total_assets_cost' => "Total Assets Cost",
'updateuser' => 'I-update ang User',
'username' => 'Ang pangalan ng gumagamit',
'user_deleted_text' => 'Ang user na ito ay namarkahang nai-delete na.',
'username_note' => '(Ito ay ginagamit para sa Aktibong binding ng Direktorya lamang, hindi sa login.)',
'cloneuser' => 'I-clone ang User',
'viewusers' => 'Tingnan ang mga Gumagamit',
);