73 lines
4.6 KiB
PHP
Executable File
73 lines
4.6 KiB
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
'alert_email' => 'Enviar alertas a',
|
|
'alerts_enabled' => 'Alertas ativados',
|
|
'asset_ids' => 'ID do ativo',
|
|
'auto_increment_assets' => 'Gerar ID de ativo crescente',
|
|
'auto_increment_prefix' => 'Prefixo (opcional)',
|
|
'auto_incrementing_help' => 'Permitir auto insercao dessa ID de ativo antes de configurar isso',
|
|
'backups' => 'Backups',
|
|
'barcode_type' => 'Tipo do Código de Barras',
|
|
'barcode_settings' => 'Configuração do código de barras',
|
|
'custom_css' => 'CSS personalizado',
|
|
'custom_css_help' => 'Digite quaisquer CSS modificada que você gostaria de usar. Mas não inclua as tags <style></style>.',
|
|
'default_currency' => 'Moeda padrão',
|
|
'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' => 'Configuração do termo de uso',
|
|
'eula_markdown' => 'Este EULA permite <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
|
'general_settings' => 'Configuracoes Gerais',
|
|
'generate_backup' => 'Backup Criado',
|
|
'header_color' => 'Cor do Cabeçalho',
|
|
'info' => 'Estas configurações deixam-lhe personalizar certos aspectos da sua instalação.',
|
|
'laravel' => 'Versão do Laravel',
|
|
'ldap_enabled' => 'LDAP enabled',
|
|
'ldap_integration' => 'LDAP Integration',
|
|
'ldap_settings' => 'LDAP Settings',
|
|
'ldap_server' => 'LDAP Server',
|
|
'ldap_uname' => 'LDAP Bind Username',
|
|
'ldap_pword' => 'LDAP Bind Password',
|
|
'ldap_basedn' => 'Base Bind DN',
|
|
'ldap_filter' => 'LDAP Filter',
|
|
'ldap_username_field' => 'Username Field',
|
|
'ldap_lname_field' => 'Last Name',
|
|
'ldap_fname_field' => 'LDAP First Name',
|
|
'ldap_auth_filter_query' => 'LDAP Authentication query',
|
|
'ldap_version' => 'LDAP Version',
|
|
'ldap_active_flag' => 'LDAP Active Flag',
|
|
'ldap_emp_num' => 'LDAP Employee Number',
|
|
'ldap_email' => 'LDAP Email',
|
|
'load_remote_text' => 'Remote Scripts',
|
|
'load_remote_help_text' => 'This Snipe-IT install can load scripts from the outside world.',
|
|
'logo' => 'Logo',
|
|
'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.',
|
|
'full_multiple_companies_support_text' => 'Full Multiple Companies Support',
|
|
'optional' => 'Opcional',
|
|
'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' => 'Botname do Stack',
|
|
'slack_channel' => 'Canal do Stack',
|
|
'slack_endpoint' => 'Endpoint do Slack',
|
|
'slack_integration' => 'Configurações do Stack',
|
|
'slack_integration_help' => 'A integração com o Stack é opicional, entretando o endpoint e o canal são obrigatórios se você deseja usá-lo. Para configurar a integração com o Stack, você precisa primeiro <a href=":slack_link" target="_new">criar um webhook de entrada</a> na sua conta no Stack.',
|
|
'snipe_version' => 'Versão do Snipe-IT',
|
|
'system' => 'Informação do sistema',
|
|
'update' => 'Atualizar Configurações',
|
|
'value' => 'Valor',
|
|
'brand' => 'Branding',
|
|
'about_settings_title' => 'About Settings',
|
|
'about_settings_text' => 'These settings let you customize certain aspects of your installation.',
|
|
);
|