diff --git a/resources/lang/pt-PT/dashboard.php b/resources/lang/pt-PT/dashboard.php index 40d3f060..c5c367ed 100644 --- a/resources/lang/pt-PT/dashboard.php +++ b/resources/lang/pt-PT/dashboard.php @@ -21,7 +21,20 @@ return [ 'logged' => '{0} Não existem incidentes, bom trabalho.|Você registrou um incidente.|Você reportou :count 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 :incidente', - '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.',