New translations dashboard.php (Portuguese)

This commit is contained in:
James Brooks 2017-05-06 10:04:38 +01:00
parent 1765a59d01
commit bb9aeb8079

View File

@ -12,7 +12,7 @@
return [ return [
'dashboard' => 'Dashboard', 'dashboard' => 'Dashboard',
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.', 'writeable_settings' => 'O diretório das configurações do Cachet não é gravável. Certifique-se de que<code>./bootstrap/cachet</code> é gravável pelo servidor web.',
// Incidents // Incidents
'incidents' => [ 'incidents' => [
@ -21,24 +21,25 @@ return [
'logged' => '{0} Não existem incidentes, bom trabalho.|Você registrou um incidente.|Você reportou <strong>:count</strong> incidentes.', 'logged' => '{0} Não existem incidentes, bom trabalho.|Você registrou um incidente.|Você reportou <strong>:count</strong> incidentes.',
'incident-create-template' => 'Criar template', 'incident-create-template' => 'Criar template',
'incident-templates' => 'Template de incidentes', 'incident-templates' => 'Template de incidentes',
'updates' => '{0} Zero Updates|One Update|:count Updates', 'updates' => '{0} Nenhuma Atualização|Uma Atualização|:contagem de Atualizações',
'add' => [ 'add' => [
'title' => 'Adicionar um incidente', 'title' => 'Adicionar um incidente',
'success' => 'Incidente adicionado.', 'success' => 'Incidente adicionado.',
'failure' => 'There was an error adding the incident, please try again.', 'failure' => 'Houve um erro ao adicionar o incidente, por favor tente novamente.',
], ],
'edit' => [ 'edit' => [
'title' => 'Editar um incidente', 'title' => 'Editar um incidente',
'success' => 'Incidente atualizado.', 'success' => 'Incidente atualizado.',
'failure' => 'There was an error editing the incident, please try again.', 'failure' => 'Houve um erro na edição do incidente, por favor tente novamente.',
], ],
'delete' => [ 'delete' => [
'success' => 'O incidente foi apagado e não será mais mostrado na sua página de estado.', 'success' => 'O incidente foi apagado e não será mais mostrado na sua página de estado.',
'failure' => 'The incident could not be deleted, please try again.', 'failure' => 'O incidente não pode ser apagado, por favor tente novamente.',
], ],
'update' => [ 'update' => [
'title' => 'Create new incident update', 'title' => 'Crie uma nova atualização de incidente',
'subtitle' => 'Add an update to <strong>:incident</strong>', 'subtitle' => 'Adicione uma atualização ao <strong>:incidente</strong>',
'success' => 'Update added.',
], ],
// Incident templates // Incident templates
@ -47,17 +48,17 @@ return [
'add' => [ 'add' => [
'title' => 'Criar um modelo de incidente', 'title' => 'Criar um modelo de incidente',
'message' => 'Adicione um esboço de incidente.', 'message' => 'Adicione um esboço de incidente.',
'success' => 'Your new incident template has been created.', 'success' => 'O seu novo modelo de incidente foi criado.',
'failure' => 'Something went wrong with the incident template.', 'failure' => 'Aconteceu algo de errado com o modelo de incidente.',
], ],
'edit' => [ 'edit' => [
'title' => 'Editar Modelo', 'title' => 'Editar Modelo',
'success' => 'The incident template has been updated.', 'success' => 'O modelo de incidente foi atualizado.',
'failure' => 'Something went wrong updating the incident template', 'failure' => 'Aconteceu algo dee errado ao atualizar o modelo de incidente',
], ],
'delete' => [ 'delete' => [
'success' => 'O esboço de incidente foi apagado.', 'success' => 'O esboço de incidente foi apagado.',
'failure' => 'The incident template could not be deleted, please try again.', 'failure' => 'Aconteceu um erro ao tentar apagar o modelo de incidente, por favor tente novamente.',
], ],
], ],
], ],
@ -70,12 +71,12 @@ return [
'add' => [ 'add' => [
'title' => 'Adicionar Manutenção Agendada', 'title' => 'Adicionar Manutenção Agendada',
'success' => 'Agendamento adicionado.', 'success' => 'Agendamento adicionado.',
'failure' => 'Something went wrong adding the schedule, please try again.', 'failure' => 'Ocorreu um problema ao adicionar a programação, por favor tente novamente.',
], ],
'edit' => [ 'edit' => [
'title' => 'Editar Manutenção Agendada', 'title' => 'Editar Manutenção Agendada',
'success' => 'Agendamento actualizado com sucesso!', 'success' => 'Agendamento actualizado com sucesso!',
'failure' => 'Something went wrong editing the schedule, please try again.', 'failure' => 'Ocorreu um problema ao editar a programação, por favor tente novamente.',
], ],
'delete' => [ 'delete' => [
'success' => 'The scheduled maintenance has been deleted and will not show on your status page.', 'success' => 'The scheduled maintenance has been deleted and will not show on your status page.',
@ -91,12 +92,12 @@ return [
'add' => [ 'add' => [
'title' => 'Adicionar um Componente', 'title' => 'Adicionar um Componente',
'message' => 'Você deve adicionar um componente.', 'message' => 'Você deve adicionar um componente.',
'success' => 'Component created.', 'success' => 'Componente criado.',
'failure' => 'Something went wrong with the component group, please try again.', 'failure' => 'Something went wrong with the component group, please try again.',
], ],
'edit' => [ 'edit' => [
'title' => 'Editar um Componente', 'title' => 'Editar um Componente',
'success' => 'Component updated.', 'success' => 'Componente atualizado.',
'failure' => 'Something went wrong with the component group, please try again.', 'failure' => 'Something went wrong with the component group, please try again.',
], ],
'delete' => [ 'delete' => [
@ -110,17 +111,17 @@ return [
'no_components' => 'Deverá adicionar um grupo de componente.', 'no_components' => 'Deverá adicionar um grupo de componente.',
'add' => [ 'add' => [
'title' => 'Adicionar um grupo de componentes', 'title' => 'Adicionar um grupo de componentes',
'success' => 'Component group added.', 'success' => 'Grupo de componentes adicionado.',
'failure' => 'Something went wrong with the component group, please try again.', 'failure' => 'Something went wrong with the component group, please try again.',
], ],
'edit' => [ 'edit' => [
'title' => 'Editar um grupo de Componentes', 'title' => 'Editar um grupo de Componentes',
'success' => 'Component group updated.', 'success' => 'Grupo de componentes atualizado.',
'failure' => 'Something went wrong with the component group, please try again.', 'failure' => 'Something went wrong with the component group, please try again.',
], ],
'delete' => [ 'delete' => [
'success' => 'O grupo de componentes foi apagado!', 'success' => 'O grupo de componentes foi apagado!',
'failure' => 'The component group could not be deleted, please try again.', 'failure' => 'O grupo de componentes não pode ser apagado, por favor tente novamente.',
], ],
], ],
], ],
@ -131,17 +132,17 @@ return [
'add' => [ 'add' => [
'title' => 'Criar uma métrica', 'title' => 'Criar uma métrica',
'message' => 'Adicione uma métrica.', 'message' => 'Adicione uma métrica.',
'success' => 'Metric created.', 'success' => 'Métrica criada.',
'failure' => 'Something went wrong with the metric, please try again.', 'failure' => 'Something went wrong with the metric, please try again.',
], ],
'edit' => [ 'edit' => [
'title' => 'Editar uma métrica', 'title' => 'Editar uma métrica',
'success' => 'Metric updated.', 'success' => 'Métrica atualizada.',
'failure' => 'Something went wrong with the metric, please try again.', 'failure' => 'Something went wrong with the metric, please try again.',
], ],
'delete' => [ 'delete' => [
'success' => 'A métrica foi apagada e não será mais mostrada na sua página de estado.', 'success' => 'A métrica foi apagada e não será mais mostrada na sua página de estado.',
'failure' => 'The metric could not be deleted, please try again.', 'failure' => 'A métrica não pode ser apagada, por favor tente novamente.',
], ],
], ],
// Subscribers // Subscribers
@ -150,13 +151,13 @@ return [
'description' => 'Subscribers will receive email updates when incidents are created or components are updated.', 'description' => 'Subscribers will receive email updates when incidents are created or components are updated.',
'verified' => 'Verificado', 'verified' => 'Verificado',
'not_verified' => 'Não Verificado', 'not_verified' => 'Não Verificado',
'subscriber' => ':email, subscribed :date', 'subscriber' => ':email, subscrito em :date',
'no_subscriptions' => 'Subscribed to all updates', 'no_subscriptions' => 'Subscrito em todas as atualizações',
'add' => [ 'add' => [
'title' => 'Adicionar um novo assinante', 'title' => 'Adicionar um novo assinante',
'success' => 'Assinante adicionado.', 'success' => 'Assinante adicionado.',
'failure' => 'Something went wrong adding the subscriber, please try again.', 'failure' => 'Something went wrong adding the subscriber, please try again.',
'help' => 'Enter each subscriber on a new line.', 'help' => 'Introduza cada subscritor numa linha nova.',
], ],
'edit' => [ 'edit' => [
'title' => 'Actualizar Assinante', 'title' => 'Actualizar Assinante',
@ -173,8 +174,8 @@ return [
'description' => 'Membros da equipe serão capazes de adicionar, modificar &amp; editar componentes e incidentes.', 'description' => 'Membros da equipe serão capazes de adicionar, modificar &amp; editar componentes e incidentes.',
'add' => [ 'add' => [
'title' => 'Adicionar um novo membro de equipa', 'title' => 'Adicionar um novo membro de equipa',
'success' => 'Team member added.', 'success' => 'Membro de equipa adicionado.',
'failure' => 'The team member could not be added, please try again.', 'failure' => 'O membro da equipe não pôde ser adicionado, por favor tente novamente.',
], ],
'edit' => [ 'edit' => [
'title' => 'Atualizar Perfil', 'title' => 'Atualizar Perfil',
@ -183,12 +184,12 @@ return [
], ],
'delete' => [ 'delete' => [
'success' => 'Utilizador apagado.', 'success' => 'Utilizador apagado.',
'failure' => 'The team member could not be added, please try again.', 'failure' => 'O membro da equipe não pôde ser adicionado, por favor tente novamente.',
], ],
'invite' => [ 'invite' => [
'title' => 'Convidar um novo membro de equipa', 'title' => 'Convidar um novo membro de equipa',
'success' => 'Os utilizadores convidados.', 'success' => 'Os utilizadores convidados.',
'failure' => 'The invite could not be sent, please try again.', 'failure' => 'O convite não pôde ser enviado, por favor tente novamente.',
], ],
], ],
@ -215,11 +216,11 @@ return [
'footer' => 'HTML do Footer Personalizado', 'footer' => 'HTML do Footer Personalizado',
], ],
'mail' => [ 'mail' => [
'mail' => 'Mail', 'mail' => 'E-Mail',
'test' => 'Test', 'test' => 'Teste',
'email' => [ 'email' => [
'subject' => 'Test notification from Cachet', 'subject' => 'Notificação de teste do Cachet',
'body' => 'This is a test notification from Cachet.', 'body' => 'Isto é uma notificação de teste do Cachet.',
], ],
], ],
'security' => [ 'security' => [
@ -241,8 +242,8 @@ return [
'contributors' => 'Contribuidores', 'contributors' => 'Contribuidores',
'license' => 'Cachet é um projecto open source licenciado com base no BSD-3, disponibilizado pela <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.', 'license' => 'Cachet é um projecto open source licenciado com base no BSD-3, disponibilizado pela <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.',
'backers-title' => 'Apoios & Patrocinadores', 'backers-title' => 'Apoios & Patrocinadores',
'backers' => 'If you\'d like to support future development, check out the <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> campaign.', 'backers' => 'Se você quiser apoiar desenvolvimentos futuros, veja a campanha do <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet no Pantreon</a>.',
'thank-you' => 'Thank you to each and every one of the :count contributors.', 'thank-you' => 'Obrigado a cada um dos :count colaboradores.',
], ],
], ],
@ -268,8 +269,8 @@ return [
// Widgets // Widgets
'widgets' => [ 'widgets' => [
'support' => 'Support Cachet', 'support' => 'Suporte o Cachet',
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!', 'support_subtitle' => 'Verifique a nossa pagina no <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong>!',
'news' => 'Últimas Notícias', 'news' => 'Últimas Notícias',
'news_subtitle' => 'Obter uma actualização', 'news_subtitle' => 'Obter uma actualização',
], ],
@ -289,4 +290,4 @@ return [
], ],
], ],
]; ];