Update translations.php
This commit is contained in:
parent
bff39f59a0
commit
831e7537f7
|
|
@ -280,15 +280,15 @@ return array(
|
|||
// 'Persistent connections' => '',
|
||||
// 'No session' => '',
|
||||
// 'Expiration date' => '',
|
||||
// 'Remember Me' => '',
|
||||
// 'Creation date' => '',
|
||||
// 'Filter by user' => '',
|
||||
// 'Filter by due date' => ',
|
||||
// 'Everybody' => '',
|
||||
// 'Open' => '',
|
||||
// 'Closed' => '',
|
||||
// 'Search' => '',
|
||||
// 'Nothing found.' => '',
|
||||
'Remember Me' => 'Lembrar-me',
|
||||
'Creation date' => 'Data de criação',
|
||||
'Filter by user' => 'Filtrar por usuário',
|
||||
'Filter by due date' => 'Filtrar por data de encerramento',
|
||||
'Everybody' => 'Todos',
|
||||
'Open' => 'Aberto',
|
||||
'Closed' => 'Fechado',
|
||||
'Search' => 'Buscar',
|
||||
'Nothing found.' => 'Não encontrado',
|
||||
// 'Search in the project "%s"' => '',
|
||||
// 'Due date' => '',
|
||||
// 'Others formats accepted: %s and %s' => '',
|
||||
|
|
@ -363,7 +363,7 @@ return array(
|
|||
// 'Remove a sub-task' => '',
|
||||
// 'The time must be a numeric value' => '',
|
||||
// 'Todo' => '',
|
||||
// 'In progress' => '',
|
||||
'In progress' => 'Em progresso',
|
||||
// 'Done' => '',
|
||||
// 'Sub-task removed successfully.' => '',
|
||||
// 'Unable to remove this sub-task.' => '',
|
||||
|
|
@ -371,7 +371,7 @@ return array(
|
|||
// 'Unable to update your sub-task.' => '',
|
||||
// 'Unable to create your sub-task.' => '',
|
||||
// 'Sub-task added successfully.' => '',
|
||||
// 'Maximum size: ' => '',
|
||||
'Maximum size: ' => 'Tamanho máximo',
|
||||
// 'Unable to upload the file.' => '',
|
||||
// 'Display another project' => '',
|
||||
// 'Your GitHub account was successfully linked to your profile.' => '',
|
||||
|
|
@ -388,7 +388,7 @@ return array(
|
|||
// 'Tasks exportation for "%s"' => '',
|
||||
// 'Start Date' => '',
|
||||
// 'End Date' => '',
|
||||
// 'Execute' => '',
|
||||
'Execute' => 'Executar',
|
||||
// 'Task Id' => '',
|
||||
// 'Creator' => '',
|
||||
// 'Modification date' => '',
|
||||
|
|
|
|||
Loading…
Reference in New Issue