diff options
author | mfoucrier <michel@foucrier.fr> | 2015-01-29 15:28:20 +0100 |
---|---|---|
committer | mfoucrier <michel@foucrier.fr> | 2015-01-29 15:28:20 +0100 |
commit | 672afb6a16b818fa3432e72919ba8b304e5cea66 (patch) | |
tree | c91bd27fa2d6feab235930f06ec9943676120675 /app/Locale | |
parent | 72913c33d37c9b84b88234d5a15b49c9bf4846a9 (diff) |
Update translations.php
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/pt_BR/translations.php | 101 |
1 files changed, 51 insertions, 50 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index 8b64db17..dfea7d4b 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -647,56 +647,57 @@ return array( 'Application default' => 'Aplicação padrão', 'Language:' => 'Idioma', 'Timezone:' => 'Fuso horário', - // 'All columns' => '', - // 'Calendar for "%s"' => '', - // 'Filter by column' => '', - // 'Filter by status' => '', - // 'Calendar' => '', - // 'Today' => '', - // 'Jan ' => '', - // 'Feb' => '', - // 'Mar' => '', - // 'Apr' => '', - // 'May' => '', - // 'Jun' => '', - // 'Jul' => '', - // 'Aug' => '', - // 'Sep' => '', - // 'Oct' => '', - // 'Nov' => '', - // 'Dec' => '', - // 'January' => '', - // 'February' => '', - // 'March' => '', - // 'April' => '', - // 'June' => '', - // 'July' => '', - // 'August' => '', - // 'September' => '', - // 'October' => '', - // 'November' => '', - // 'December' => '', - // 'Sunday' => '', - // 'Monday' => '', - // 'Tuesday' => '', - // 'Wednesday' => '', - // 'Thursday' => '', - // 'Friday' => '', - // 'Saturday' => '', - // 'Sun' => '', - // 'Mon' => '', - // 'Tue' => '', - // 'Wed' => '', - // 'Thu' => '', - // 'Fri' => '', - // 'Sat' => '', + 'All columns' => 'Todas as colunas', + 'Calendar for "%s"' => 'Calendário para "%s"', + 'Filter by column' => 'Filtrar por coluna', + 'Filter by status' => 'Filtrar por status', + 'Calendar' => 'Calendário', + 'Today' => 'Hoje', + 'Jan ' => 'Jan', + 'Feb' => 'Fev', + 'Mar' => 'Mar', + 'Apr' => 'Abr', + 'May' => 'Mai', + 'Jun' => 'Jun', + 'Jul' => 'Jul', + 'Aug' => 'Ago', + 'Sep' => 'Set', + 'Oct' => 'Out', + 'Nov' => 'Nov', + 'Dec' => 'Dez', + 'January' => 'Janeiro', + 'February' => 'Fevereiro', + 'March' => 'Março', + 'April' => 'Abril', + 'May' => 'Maio', + 'June' => 'Junho', + 'July' => 'Julho', + 'August' => 'Agosto', + 'September' => 'Setembro', + 'October' => 'Outubro', + 'November' => 'Novembro', + 'December' => 'Dezembro', + 'Sunday' => 'Domingo', + 'Monday' => 'Segunda', + 'Tuesday' => 'Terça', + 'Wednesday' => 'Quarta', + 'Thursday' => 'Quinta', + 'Friday' => 'Sexta', + 'Saturday' => 'Sábado', + 'Sun' => 'Dom', + 'Mon' => 'Seg', + 'Tue' => 'Ter', + 'Wed' => 'Qua', + 'Thu' => 'Qui', + 'Fri' => 'Sex', + 'Sat' => 'Sáb', 'Next' => 'Próximo', // '#%d' => '', - // 'Filter by color' => '', - // 'Filter by swimlane' => '', - // 'All swimlanes' => '', - // 'All colors' => '', - // 'All status' => '', - // 'Add a comment logging moving the task between columns' => '', - // 'Moved to column %s' => '', + 'Filter by color' => 'Filtrar por cor', + 'Filter by swimlane' => 'Filtrar por swimlane', + 'All swimlanes' => 'Todos os swimlane', + 'All colors' => 'Todas as cores', + 'All status' => 'Todos os status', + 'Add a comment logging moving the task between columns' => 'Adicionar un comentário de log ao mover uma tarefa em outra coluna', + 'Moved to column %s' => 'Mover para a coluna %s', ); |