2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
return [
|
2017-04-06 21:36:33 -07:00
|
|
|
'about_locations_title' => 'Sobre as Localizações',
|
|
|
|
'about_locations' => 'As localizações são usadas para seguir informações de utilizadores, assets, e outros itens',
|
2016-12-03 17:10:05 -08:00
|
|
|
'assets_rtd' => 'Ativos', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
|
|
|
'assets_checkedout' => 'Ativos Atribuídos',
|
|
|
|
'id' => 'ID',
|
|
|
|
'city' => 'Cidade',
|
|
|
|
'state' => 'Estado',
|
|
|
|
'country' => 'País',
|
|
|
|
'create' => 'Criar Local',
|
|
|
|
'update' => 'Atualizar Local',
|
2021-09-08 13:49:33 -07:00
|
|
|
'print_assigned' => 'Impressão atribuída',
|
|
|
|
'print_all_assigned' => 'Imprimir Todos Atribuídos',
|
2016-12-03 17:10:05 -08:00
|
|
|
'name' => 'Nome do Local',
|
|
|
|
'address' => 'Endereço',
|
|
|
|
'zip' => 'Código Postal',
|
|
|
|
'locations' => 'Locais',
|
|
|
|
'parent' => 'Principal',
|
|
|
|
'currency' => 'Moeda local',
|
2017-07-07 13:14:51 -07:00
|
|
|
'ldap_ou' => 'Pesquisa LDAP UO',
|
2022-01-13 21:27:29 -08:00
|
|
|
'user_name' => 'User Name',
|
|
|
|
'department' => 'Department',
|
|
|
|
'location' => 'Location',
|
|
|
|
'asset_tag' => 'Assets Tag',
|
|
|
|
'asset_name' => 'Name',
|
|
|
|
'asset_category' => 'Category',
|
|
|
|
'asset_manufacturer' => 'Manufacturer',
|
|
|
|
'asset_model' => 'Model',
|
|
|
|
'asset_serial' => 'Serial',
|
|
|
|
'asset_location' => 'Location',
|
|
|
|
'asset_checked_out' => 'Checked Out',
|
|
|
|
'asset_expected_checkin' => 'Expected Checkin',
|
|
|
|
'date' => 'Date:',
|
|
|
|
'signed_by_asset_auditor' => 'Signed By (Asset Auditor):',
|
|
|
|
'signed_by_finance_auditor' => 'Signed By (Finance Auditor):',
|
|
|
|
'signed_by_location_manager' => 'Signed By (Location Manager):',
|
|
|
|
'signed_by' => 'Signed Off By:',
|
|
|
|
];
|