46 lines
2.8 KiB
PHP
Executable File
46 lines
2.8 KiB
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
'alert_email' => 'Enviar alertas a',
|
|
'alerts_enabled' => 'Alertas ativados',
|
|
'asset_ids' => 'Asset IDs',
|
|
'auto_increment_assets' => 'Gerar ID de ativo crescente',
|
|
'auto_increment_prefix' => 'Prefixo (opcional)',
|
|
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
|
'barcode_type' => 'Tipo do Código de Barras',
|
|
'barcode_settings' => 'Barcode Settings',
|
|
'default_eula_text' => 'EULA Padrão',
|
|
'default_eula_help_text' => 'Você também pode associar EULAs personalizados para categorias específicas de ativos.',
|
|
'display_asset_name' => 'Exibir Nome do Ativo',
|
|
'display_checkout_date' => 'Mostrar data de check-out',
|
|
'display_eol' => 'Exibir EOL na visualização de tabela',
|
|
'display_qr' => 'Exibir Códigos QR',
|
|
'eula_settings' => 'EULA Settings',
|
|
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
|
'general_settings' => 'General Settings',
|
|
'header_color' => 'Cor do Cabeçalho',
|
|
'info' => 'Estas configurações deixam-lhe personalizar certos aspectos da sua instalação.',
|
|
'laravel' => 'Versão do Laravel',
|
|
'load_remote' => 'This Snipe-IT install can load scripts from the outside world.',
|
|
'logo' => 'Logo',
|
|
'optional' => 'optional',
|
|
'per_page' => 'Resultados Por Página',
|
|
'php' => 'Versão do PHP',
|
|
'php_gd_info' => 'Você deve instalar o php-gd para exibir códigos QR, veja as <a href="http://www.php.net/manual/en/image.installation.php">instruções de instalação</a>.',
|
|
'php_gd_warning' => 'O plugin PHP Image Processing and GD NÃO está instalado.',
|
|
'qr_help' => 'Habilite os Códigos QR primeiro para definir isto',
|
|
'qr_text' => 'Texto do Código QR',
|
|
'setting' => 'Configuração',
|
|
'settings' => 'Configurações',
|
|
'site_name' => 'Nome do Site',
|
|
'slack_botname' => 'Slack Botname',
|
|
'slack_channel' => 'Slack Channel',
|
|
'slack_endpoint' => 'Slack Endpoint',
|
|
'slack_integration' => 'Slack Settings',
|
|
'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first <a href=":slack_link" target="_new">create an incoming webhook</a> on your Slack account.',
|
|
'snipe_version' => 'Versão do Snipe-IT',
|
|
'system' => 'Informação do sistema',
|
|
'update' => 'Atualizar Configurações',
|
|
'value' => 'Valor',
|
|
);
|