Remove pt-BR translation.

This commit is contained in:
James Brooks 2015-01-13 11:58:47 +00:00
parent 7f73bd7535
commit 83fcb4addf
8 changed files with 0 additions and 446 deletions

View File

@ -1,46 +0,0 @@
<?php
return [
// Components
'components' => [
'status' => [
1 => 'Funcionando',
2 => 'Identificado',
3 => 'Observando',
4 => 'Solucionado',
],
],
// Incidents
'incidents' => [
'none' => 'Nenhum incidente reportado.',
'past' => 'Incidentes anteriores',
'previous_week' => 'Semana anterior',
'next_week' => 'Próxima semana',
'none' => 'Nada a relatar',
'status' => [
1 => 'Investigando',
2 => 'Identificado',
3 => 'Observando',
4 => 'Solucionado',
],
],
// Service Status
'service' => [
'good' => 'Todos os serviços estão operando normalmente.',
'bad' => 'Alguns serviços estão passando por problemas.',
],
'api' => [
'regenerate' => 'Gerar nova chave de API',
'revoke' => 'Revogar a chave de API',
],
// Other
'powered_by' => ':app Esta Status Page é fornecida por <a href="https://cachethq.github.io">Cachet</a>.',
'about_this_site' => 'Sobre este site',
'rss-feed' => 'RSS Feed',
'atom-feed' => 'Atom Feed',
'feed' => 'Status Feed',
];

View File

@ -1,131 +0,0 @@
<?php
return [
'dashboard' => 'Dashboard',
// Incidents
'incidents' => [
'incidents' => 'Incidentes',
'logged' => '{0} Não existem incidentes, bom trabalho.|Você registrou um incidente.|Você reportou <strong>:count</strong> incidentes.',
'incident-create-template' => 'Criar template',
'add' => [
'title' => 'Adicionar um incidente',
'success' => 'Incidente adicionado.',
'failure' => 'Algo deu errado com o incidente.',
],
'edit' => [
'title' => 'Editar um incidente',
'success' => 'Incidente adicionado.',
'failure' => 'Algo deu errado com o incidente.',
],
// Incident templates
'templates' => [
'add' => [
'title' => 'Criar um modelo de incidente',
'success' => 'Incidente adicionado.',
'failure' => 'Algo deu errado com o incidente.',
],
],
],
// Components
'components' => [
'components' => 'Componente|Componentes',
'component_statuses' => 'Status do componente',
'add' => [
'title' => 'Adicionar um incidente',
'message' => 'Você deve adicionar um componente.',
'success' => 'Incidente adicionado.',
'failure' => 'Algo deu errado com o incidente.',
],
'edit' => [
'title' => 'Editar um incidente',
'success' => 'Incidente adicionado.',
'failure' => 'Algo deu errado com o incidente.',
],
// Component groups
'groups' => [
'groups' => 'Componente group|Grupos de componente',
'add' => [
'title' => 'Adicionar um incidente',
'success' => 'Incidente adicionado.',
'failure' => 'Algo deu errado com o incidente.',
],
],
],
// Metrics
'metrics' => [
'metrics' => 'Metricas',
'add' => [
'title' => 'Adicionar um incidente',
'success' => 'Incidente adicionado.',
'failure' => 'Algo deu errado com o incidente.',
],
],
// Team
'team' => [
'team' => 'Equipe',
'member' => 'Membro',
'profile' => 'Perfil ',
'description' => 'Membros da equipe serão capazes de adicionar, modificar &amp; editar componentes e incidentes.',
'add' => [
'title' => 'Adicionar um incidente',
'success' => 'Incidente adicionado.',
'failure' => 'Algo deu errado com o incidente.',
],
'edit' => [
'title' => 'Editar um incidente',
'success' => 'Incidente adicionado.',
'failure' => 'Algo deu errado com o incidente.',
],
],
// Settings
'settings' => [
'settings' => 'Configurações',
'app-setup' => [
'app-setup' => 'Instalação do aplicativo',,
'images-only' => 'Only images may be uploaded.',
'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size',
],
'security' => [
'security' => 'Segurança',
],
'stylesheet' => [
'stylesheet' => 'Folha de estilo',
],
'theme' => [
'theme' => 'Tema',
],
'edit' => [
'success' => 'Configurações salvas.',
'failure' => 'Algo deu errado com o incidente.',
],
],
// Login
'login' => [
'login' => 'Login',
'logged_in' => "Você está logado.",
'welcome' => 'Bem-vindo de volta!',
'two-factor' => 'Please enter your token.',
],
// Sidebar footer
'help' => 'Ajuda',
'status_page' => 'Página de status',
'logout' => 'Sair',
// Notifications
'notifications' => [
'notifications' => 'Notificações',
'awesome' => 'Excelente.',
'whoops' => 'Opa.',
],
];

View File

@ -1,10 +0,0 @@
<?php
return [
'not-found' => [
'code' => '404',
'title' => 'Essa página desapareceu!',
'message' => 'Desculpe, mas a página que você está procurando não foi encontrada. Verifique o URL para erros e tente novamente.',
'link' => 'Voltar para a página inicial',
]
];

View File

@ -1,101 +0,0 @@
<?php
return [
// Setup form fields
'setup' => [
'email' => 'Email',
'username' => 'Usuário',
'password' => 'Senha',
'site_name' => 'Nome do site',
'site_domain' => 'Domínio do site',
'site_timezone' => 'Select your timezone',
'site_locale' => 'Select your language',
'enable_google2fa' => 'Enable Google Two Factor Authentication',
],
// Login form fields
'login' => [
'email' => 'Email',
'password' => 'Senha',
'2fauth' => 'Authentication Code',
'invalid' => 'Invalid email or password',
'invalid-token' => 'Invalid token',
],
// Incidents form fields
'incidents' => [
'name' => 'Nome',
'status' => 'Status',
'message' => 'Mensagem',
'message-help' => 'Você também pode usar o Markdown.',
'templates' => [
'name' => 'Nome',
'template' => 'Template',
],
],
// Components form fields
'components' => [
'name' => 'Nome',
'status' => 'Status',
'group' => 'Grupo',
'description' => 'Descrição',
'link' => 'Link',
'tags' => 'Marcações',
'tags-help' => 'Separados por vírgulas.',
'groups' => [
'name' => 'Nome',
],
],
// Settings
'settings' => [
/// Application setup
'app-setup' => [
'site-name' => 'Nome do site',
'site-url' => 'URL do site',
'site-timezone' => 'Site Timezone',
'site-locale' => 'Site Language',
'about-this-page' => 'Sobre esta página',
'days-of-incidents' => 'Quantos dias de incidentes para mostrar?',
'banner' => 'Imagem do banner',
'banner-help' => "É recomendável que você fazer upload de arquivos menores que 930px.",
'google-analytics' => "Google Analytics code",
],
'security' => [
'allowed-domains' => 'Domínios permitidos',
'allowed-domains-help' => 'Separados por vírgula. O domínio definido acima é permitido automaticamente por padrão.',
],
'stylesheet' => [
'custom-css' => 'Folha de estilos personalizada',
],
'theme' => [
'background-color' => 'Cor de fundo',
'text-color' => 'Cor do Texto',
],
],
'user' => [
'username' => 'Usuário',
'email' => 'Email',
'password' => 'Senha',
'api-token' => 'API Token',
'api-token-help' => 'Regenerating your API token will revoke all existing applications.',
'2fa' => [
'help' => 'Enabling two factor authentication increases security of your account. You will need to download <a href="https://support.google.com/accounts/answer/1066447?hl=en">Google Authenticator</a> or a similar app on to your mobile device. When you login you will be asked to provide a token generated by the app.',
],
],
// Buttons
'add' => 'Adicionar',
'save' => 'Salvar',
'update' => 'Atualizar',
'create' => 'Criar',
'edit' => 'Editar',
'delete' => 'Apagar',
'submit' => 'Enviar',
'cancel' => 'Cancelar',
'remove' => 'Remover'
];

View File

@ -1,19 +0,0 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous' => '&laquo; Anterior',
'next' => 'Próximo &raquo;',
];

View File

@ -1,22 +0,0 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reminder Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
'password' => 'A senha precisa ter no minimo seis caracteres e tem que ser igual à confirmação.',
'user' => 'Não foi encontrado nenhum usuário com este endereço de email.',
'token' => 'Este código de redefinição de senha é inválido.',
'sent' => 'Lembrete de senha foi enviado!',
'reset' => 'A senha foi redefinida!',
];

View File

@ -1,11 +0,0 @@
<?php
return [
'setup' => 'Configuração',
'title' => 'Configurar o Cachet',
'service_details' => 'Detalhes do serviço',
'status_page_setup' => 'Configuração da página de status',
'show_support' => 'Mostrar apoio ao Cachet? <small>Coloca um link no rodapé direcionando para Cachet.</small>',
'admin_account' => 'Conta de administrador',
'complete_setup' => 'Configuração completa'
];

View File

@ -1,106 +0,0 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| as the size rules. Feel free to tweak each of these messages here.
|
*/
"accepted" => "O campo :attribute deve ser aceito.",
"active_url" => "O campo :attribute não é uma URL válida.",
"after" => "O campo :attribute deverá conter uma data posterior a :date.",
"alpha" => "O campo :attribute deverá conter apenas letras.",
"alpha_dash" => "O campo :attribute só pode conter letras, números, e hifens.",
"alpha_num" => "O campo :attribute só pode conter letras e números.",
"array" => "O campo :attribute deve ser um vetor.",
"before" => "O campo :attribute deverá conter uma data anterior a :date.",
"between" => [
"numeric" => "O campo :attribute deverá ter um valor entre :min - :max.",
"file" => "O campo :attribute deverá ter um tamanho entre :min - :max kilobytes.",
"string" => "O campo :attribute deverá conter entre :min - :max caracteres.",
"array" => "O campo :attribute deve ser um vetor.",
],
"boolean" => "O campo :attribute deve ser verdadeiro ou falso.",
"confirmed" => "A confirmação para o campo :attribute não coincide.",
"date" => "O :attribute não é uma data válida.",
"date_format" => "O :attribute não corresponde ao formato :format.",
"different" => "O :attribute e :other devem ser diferentes.",
"digits" => "O campo :attribute deverá conter :digits dígitos.",
"digits_between" => "O :attribute deve ter entre :min e :max dígitos.",
"email" => "A: attribute deve ser um endereço de email válido.",
"exists" => "O :attribute selecionado é inválido.",
"image" => "O :attribute deve ser uma imagem.",
"in" => "O :attribute selecionado é inválido.",
"integer" => "O :attribute deve ser um número inteiro.",
"ip" => "O :attribute deve ser um endereço de IP válido.",
"max" => [
"numeric" => "O :attribute não pode ser maior do que :max.",
"file" => "O campo :attribute deverá ter um tamanho entre :min - :max kilobytes.",
"string" => "O campo :attribute deverá conter entre :min - :max caracteres.",
"array" => "O campo :attribute deve ser um vetor.",
],
"mimes" => "O :attribute deve ser um arquivo do tipo: :values.",
"min" => [
"numeric" => "O :attribute deve ter pelo menos :min.",
"file" => "O campo :attribute deverá ter um tamanho entre :min - :max kilobytes.",
"string" => "O campo :attribute deverá conter entre :min - :max caracteres.",
"array" => "O campo :attribute deve ser um vetor.",
],
"not_in" => "O :attribute selecionado é inválido.",
"numeric" => "O :attribute deve ser um número.",
"regex" => "O formato de :attribute é inválido.",
"required" => "O campo de :attribute é obrigatório.",
"required_if" => "O campo de :attribute é obrigatório quando :other é :value.",
"required_with" => "O campo :attribute é obrigatório quando :values está presente.",
"required_with_all" => "O campo :attribute é obrigatório quando :values está presente.",
"required_without" => "O campo de :attribute é obrigatório quando :values não está presente.",
"required_without_all" => "O campo de :attribute é obrigatório quando qualquer um dos :values estão presentes.",
"same" => "O :attribute e :other devem corresponder.",
"size" => [
"numeric" => "O :attribute deve ser :size.",
"file" => "O campo :attribute deverá ter um tamanho entre :min - :max kilobytes.",
"string" => "O campo :attribute deverá conter entre :min - :max caracteres.",
"array" => "O campo :attribute deve ser um vetor.",
],
"unique" => "O :attribute já existe.",
"url" => "O formato de :attribute é inválido.",
"timezone" => "O :attribute deve ser uma zona válida.",
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
|--------------------------------------------------------------------------
|
| Here you may specify custom validation messages for attributes using the
| convention "attribute.rule" to name the lines. This makes it quick to
| specify a specific custom language line for a given attribute rule.
|
*/
'custom' => [
'attribute-name' => [
'rule-name' => 'Mensagem-personalizada',
],
],
/*
|--------------------------------------------------------------------------
| Custom Validation Attributes
|--------------------------------------------------------------------------
|
| The following language lines are used to swap attribute place-holders
| with something more reader friendly such as E-Mail Address instead
| of "email". This simply helps us make messages a little cleaner.
|
*/
'attributes' => [],
];