Skip to content

Commit

Permalink
Merge pull request #3652 from CachetHQ/l10n_2.4
Browse files Browse the repository at this point in the history
New Crowdin translations
  • Loading branch information
jbrooksuk committed Jun 18, 2019
2 parents a667b0a + 7ae29e4 commit c30b365
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions resources/lang/pt-BR/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
'count' => '{0}Nenhuma atualização|[1]Uma atualização|[2]Duas atualizações|[3,*]Várias atualizações',
'add' => [
'title' => 'Crie uma nova atualização de incidente',
'success' => 'Your new incident update has been created.',
'success' => 'Sua atualização de incidente foi criada.',
'failure' => 'Algo deu errado com a atualização do incidente.',
],
'edit' => [
'title' => 'Edit incident update',
'success' => 'The incident update has been updated.',
'failure' => 'Something went wrong updating the incident update',
'title' => 'Editar atualização do incidente',
'success' => 'Sua atualização de incidente foi atualizada.',
'failure' => 'Algo deu errado ao atualizar as informações do incidente',
],
],
'reported_by' => 'Reported by :user',
'reported_by' => 'Reportado por :user',
'add' => [
'title' => 'Relatar um incidente',
'success' => 'Incidente adicionado.',
Expand All @@ -56,7 +56,7 @@
'title' => 'Template de incidentes',
'add' => [
'title' => 'Criar um modelo de incidente',
'message' => 'Create your first incident template.',
'message' => 'Crie seu primeiro template de incidente.',
'success' => 'Seu novo modelo de incidente foi criado.',
'failure' => 'Algo deu errado com o modelo de incidente.',
],
Expand All @@ -75,21 +75,21 @@
// Incident Maintenance
'schedule' => [
'schedule' => 'Manutenção',
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.',
'logged' => '{0}Ainda não ocorreu nenhuma manuteção, bom trabalho. |[1]Você agendou uma manuteção. | [2, *] Você adicionou <strong>:</strong> manutenções.',

This comment has been minimized.

Copy link
@linuxbandit

linuxbandit Jun 18, 2019

there's a :count missing here, isn't it? Within the <strong> tags

This comment has been minimized.

Copy link
@jbrooksuk

jbrooksuk Jun 19, 2019

Author Member

Are you able to fix the translations? They're automatically sent to us.

This comment has been minimized.

Copy link
@linuxbandit

linuxbandit Jun 20, 2019

I am not
Idk how this works, I just stumbled upon this PR by chance and noticed there's a missing something

'scheduled_at' => 'Agendada em :timestamp',
'add' => [
'title' => 'Adicionar manutenção agendada',
'success' => 'Maintenance added.',
'failure' => 'Something went wrong adding the Maintenance, please try again.',
'success' => 'Manutenção adicionada.',
'failure' => 'Algo deu errado ao adicionar a Manutenção, por favor tente novamente.',
],
'edit' => [
'title' => 'Edit Maintenance',
'success' => 'Maintenance has been updated!',
'failure' => 'Something went wrong editing the Maintenance, please try again.',
'title' => 'Editar Manutenção',
'success' => 'Manutenção atualizada!',
'failure' => 'Algo deu errado ao editar a Manutenção, por favor tente novamente.',
],
'delete' => [
'success' => 'The Maintenance has been deleted and will not show on your status page.',
'failure' => 'The Maintenance could not be deleted, please try again.',
'success' => 'A manutenção programada foi excluída e não aparecerá na sua página de status.',
'failure' => 'A Manutenção não pôde ser excluída, por favor tente novamente.',
],
],

Expand Down Expand Up @@ -158,12 +158,12 @@
'subscribers' => [
'subscribers' => 'Assinantes',
'description' => 'Assinantes vão receber atualizações de e-mail quando incidentes criados ou componentes atualizados.',
'description_disabled' => 'To use this feature, you need allow people to signup for notifications.',
'description_disabled' => 'Para utilizar esse recurso, você precisa permitir que as pessoas se cadastrem para notificações.',
'verified' => 'Verificado',
'not_verified' => 'Não verificado',
'subscriber' => ':email, inscreveu-se em :date',
'no_subscriptions' => 'Inscrito em todas as atualizações',
'global' => 'Globally subscribed',
'global' => 'Inscrito globalmente',
'add' => [
'title' => 'Adicionar um novo assinante',
'success' => 'Inscrito adicionado.',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/pt-BR/pagination.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
|
*/

'previous' => 'Previous',
'next' => 'Next',
'previous' => 'Anterior',
'next' => 'Próxima',

];

0 comments on commit c30b365

Please sign in to comment.