diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-06-24 22:28:26 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-06-24 22:28:26 -0400 |
commit | fc93203e4db044d37c1686fef0efb1ac1d6ac4b8 (patch) | |
tree | 1cc9b998851e8e0f56242b14b5f59263dde56acd /app/Locale/pt_PT | |
parent | ce367a24fca09bb1fa05da167f36db54712c8fa1 (diff) |
Sync locales
Diffstat (limited to 'app/Locale/pt_PT')
-rw-r--r-- | app/Locale/pt_PT/translations.php | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index d2b1e62d..42826240 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -154,8 +154,6 @@ return array( '%d closed tasks' => '%d tarefas finalizadas', 'No task for this project' => 'Não há tarefa para este projecto', 'Public link' => 'Link público', - 'Change assignee' => 'Mudar a assignação', - 'Change assignee for the task "%s"' => 'Modificar assignação para a tarefa "%s"', 'Timezone' => 'Fuso horário', 'Sorry, I didn\'t find this information in my database!' => 'Desculpe, não encontrei esta informação na minha base de dados!', 'Page not found' => 'Página não encontrada', @@ -248,7 +246,6 @@ return array( 'Category' => 'Categoria', 'Category:' => 'Categoria:', 'Categories' => 'Categorias', - 'Category not found.' => 'Categoria não encontrada.', 'Your category have been created successfully.' => 'A sua categoria foi criada com sucesso.', 'Unable to create your category.' => 'Não foi possível criar a sua categoria.', 'Your category have been updated successfully.' => 'A sua categoria foi actualizada com sucesso.', @@ -270,7 +267,6 @@ return array( 'Do you really want to remove this file: "%s"?' => 'Tem a certeza que quer remover este arquivo: "%s"', 'Attachments' => 'Anexos', 'Edit the task' => 'Editar a tarefa', - 'Edit the description' => 'Editar a descrição', 'Add a comment' => 'Adicionar um comentário', 'Edit a comment' => 'Editar um comentário', 'Summary' => 'Resumo', @@ -368,7 +364,6 @@ return array( 'No external authentication enabled.' => 'Nenhuma autenticação externa activa.', 'Password modified successfully.' => 'Senha alterada com sucesso.', 'Unable to change the password.' => 'Não foi possível alterar a senha.', - 'Change category for the task "%s"' => 'Mudar categoria da tarefa "%s"', 'Change category' => 'Mudar categoria', '%s updated the task %s' => '%s actualizou a tarefa %s', '%s opened the task %s' => '%s abriu a tarefa %s', @@ -485,7 +480,6 @@ return array( 'Remove a swimlane' => 'Remover um swimlane', 'Show default swimlane' => 'Mostrar swimlane padrão', 'Swimlane modification for the project "%s"' => 'Modificação de swimlane para o projecto "%s"', - 'Swimlane not found.' => 'Swimlane não encontrado.', 'Swimlane removed successfully.' => 'Swimlane removido com sucesso.', 'Swimlanes' => 'Swimlanes', 'Swimlane updated successfully.' => 'Swimlane atualizado com sucesso.', @@ -1202,4 +1196,23 @@ return array( 'Email transport' => 'Transportador de Email', 'Webhook token' => 'Token do Webhook', 'Imports' => 'Importados', + // 'Project tags management' => '', + // 'Tag created successfully.' => '', + // 'Unable to create this tag.' => '', + // 'Tag updated successfully.' => '', + // 'Unable to update this tag.' => '', + // 'Tag removed successfully.' => '', + // 'Unable to remove this tag.' => '', + // 'Global tags management' => '', + // 'Tags' => '', + // 'Tags management' => '', + // 'Add new tag' => '', + // 'Edit a tag' => '', + // 'Project tags' => '', + // 'There is no specific tag for this project at the moment.' => '', + // 'Tag' => '', + // 'Remove a tag' => '', + // 'Do you really want to remove this tag: "%s"?' => '', + // 'Global tags' => '', + // 'There is no global tag at the moment.' => '', ); |