diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-08-13 12:55:18 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-08-13 12:55:18 -0700 |
commit | d20e84295a720a002d420e7952a6ad9c53f1a380 (patch) | |
tree | b8b4a5689d913b2a741b4a5a810ab8de816771a8 /app/Locales/pt_BR | |
parent | b000591da3c67268d1f5615d703cfe5fae5dc096 (diff) | |
parent | 831e7537f7a73b3f4e60b750942f64d020b25dc9 (diff) |
Merge pull-request #188 (update translations)
Diffstat (limited to 'app/Locales/pt_BR')
-rw-r--r-- | app/Locales/pt_BR/translations.php | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/app/Locales/pt_BR/translations.php b/app/Locales/pt_BR/translations.php index 95ea11b5..06195d92 100644 --- a/app/Locales/pt_BR/translations.php +++ b/app/Locales/pt_BR/translations.php @@ -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' => '', |