diff options
author | Eskiso <eSkiSo@users.noreply.github.com> | 2016-03-18 13:43:44 +0000 |
---|---|---|
committer | Eskiso <eSkiSo@users.noreply.github.com> | 2016-03-18 13:43:44 +0000 |
commit | 68fba8fb64afe00aedccdf72f25d79b26356f2ab (patch) | |
tree | 04f573011413e30ce8ca411fb13bafbffa9b3154 /app/Locale | |
parent | f1e4fb92b361b409d2da8d84440653ac469b7d4f (diff) |
Updated translation
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/pt_PT/translations.php | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index bdbea711..7cd266bc 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -1128,27 +1128,27 @@ return array( 'Uploaded by %s' => 'Enviado por %s', 'Filename' => 'Nome do ficheiro', 'Size' => 'Tamanho', - // 'Column created successfully.' => '', - // 'Another column with the same name exists in the project' => '', - // 'Default filters' => '', - // 'Your board doesn\'t have any column!' => '', - // 'Change column position' => '', - // 'Switch to the project overview' => '', - // 'User filters' => '', - // 'Category filters' => '', - // 'Upload a file' => '', - // 'There is no attachment at the moment.' => '', - // 'View file' => '', - // 'Last activity' => '', - // 'Change subtask position' => '', - // 'This value must be greater than %d' => '', - // 'Another swimlane with the same name exists in the project' => '', - // 'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => '', - // 'Actions duplicated successfully.' => '', - // 'Unable to duplicate actions.' => '', - // 'Add a new action' => '', - // 'Import from another project' => '', - // 'There is no action at the moment.' => '', - // 'Import actions from another project' => '', - // 'There is no available project.' => '', + 'Column created successfully.' => 'Coluna criada com sucesso.', + 'Another column with the same name exists in the project' => 'Já existe outra coluna com o mesmo nome no projecto', + 'Default filters' => 'Filtros padrão', + 'Your board doesn\'t have any column!' => 'O seu quadro não tem nenhuma coluna!', + 'Change column position' => 'Mudar posição da coluna', + 'Switch to the project overview' => 'Mudar para vista geral do projecto', + 'User filters' => 'Filtros de utilizador', + 'Category filters' => 'Filtros de categoria', + 'Upload a file' => 'Enviar um ficheiro', + 'There is no attachment at the moment.' => 'De momento não existe anexo.', + 'View file' => 'Ver ficheiro', + 'Last activity' => 'Ultima actividade', + 'Change subtask position' => 'Mudar posição da sub-tarefa', + 'This value must be greater than %d' => 'Este valor tem de ser maior que %d', + 'Another swimlane with the same name exists in the project' => 'Já existe outra swimlane com o mesmo nome no projecto', + 'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => 'Exemplo: http://example.kanboard.net/ (usado para gerar URLs absolutos)', + 'Actions duplicated successfully.' => 'Acções duplicadas com sucesso.', + 'Unable to duplicate actions.' => 'Não foi possivel duplicar acções.', + 'Add a new action' => 'Adicionar nova acção', + 'Import from another project' => 'Importar de outro projecto', + 'There is no action at the moment.' => 'De momento não existe acção.', + 'Import actions from another project' => 'Importar acções de outro projecto', + 'There is no available project.' => 'Não existe projecto disponivel.', ); |