diff options
Diffstat (limited to 'app/Locale/pt_BR/translations.php')
-rw-r--r-- | app/Locale/pt_BR/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index eebfe9f4..637de30e 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -1277,4 +1277,5 @@ return array( 'This field is required' => 'Este campo é obrigatório', 'Moving a task is not permitted' => 'Mover uma tarefa não é permitido', 'This value must be in the range %d to %d' => 'Este valor precisa estar no intervalo %d até %d', + // 'You are not allowed to move this task.' => '', ); |