New translations dashboard.php (Portuguese)

This commit is contained in:
James Brooks 2018-01-16 14:05:22 +00:00
parent 358c62078b
commit 00bce7101e

View File

@ -21,7 +21,20 @@ return [
'logged' => '{0} Não existem incidentes, bom trabalho.|Você registrou um incidente.|Você reportou <strong>:count</strong> incidentes.',
'incident-create-template' => 'Criar template',
'incident-templates' => 'Template de incidentes',
'updates' => '{0} Nenhuma Atualização|Uma Atualização|:contagem de Atualizações',
'updates' => [
'title' => 'Incident updates for :incident',
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates',
'add' => [
'title' => 'Crie uma nova atualização de incidente',
'success' => 'Your new incident update has been created.',
'failure' => 'Something went wrong with the incident update.',
],
'edit' => [
'title' => 'Edit incident update',
'success' => 'The incident update has been updated.',
'failure' => 'Something went wrong updating the incident update',
],
],
'add' => [
'title' => 'Adicionar um incidente',
'success' => 'Incidente adicionado.',
@ -36,11 +49,6 @@ return [
'success' => 'O incidente foi apagado e não será mais mostrado na sua página de estado.',
'failure' => 'O incidente não pode ser apagado, por favor tente novamente.',
],
'update' => [
'title' => 'Crie uma nova atualização de incidente',
'subtitle' => 'Adicione uma atualização ao <strong>:incidente</strong>',
'success' => 'Update added.',
],
// Incident templates
'templates' => [
@ -147,13 +155,15 @@ return [
],
// Subscribers
'subscribers' => [
'subscribers' => 'Assinantes',
'description' => 'Subscribers will receive email updates when incidents are created or components are updated.',
'verified' => 'Verificado',
'not_verified' => 'Não Verificado',
'subscriber' => ':email, subscrito em :date',
'no_subscriptions' => 'Subscrito em todas as atualizações',
'add' => [
'subscribers' => 'Assinantes',
'description' => 'Subscribers will receive email updates when incidents are created or components are updated.',
'description_disabled' => 'To use this feature, you need allow people to signup for notifications.',
'verified' => 'Verificado',
'not_verified' => 'Não Verificado',
'subscriber' => ':email, subscrito em :date',
'no_subscriptions' => 'Subscrito em todas as atualizações',
'global' => 'Globally subscribed',
'add' => [
'title' => 'Adicionar um novo assinante',
'success' => 'Assinante adicionado.',
'failure' => 'Something went wrong adding the subscriber, please try again.',