diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-10-24 18:40:41 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-10-24 18:40:41 -0400 |
commit | 1af0e438138097558117dea51d70b49c5c1cf5a5 (patch) | |
tree | 9da7e7d0c6fee4175b3ccc6d968bd1e32770d57b /app/Locale/pt_PT | |
parent | 1fed12e353bed19a0f7ab1167048ab982a100b58 (diff) |
Sync locales
Diffstat (limited to 'app/Locale/pt_PT')
-rw-r--r-- | app/Locale/pt_PT/translations.php | 40 |
1 files changed, 36 insertions, 4 deletions
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index 24366d92..540a4a56 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -167,7 +167,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', - 'There is no column in your project!' => 'Não há colunas no seu projecto!', 'Change assignee' => 'Mudar a assignação', 'Change assignee for the task "%s"' => 'Modificar assignação para a tarefa "%s"', 'Timezone' => 'Fuso horário', @@ -302,7 +301,6 @@ return array( 'File removed successfully.' => 'Arquivo removido com sucesso.', 'Attach a document' => 'Anexar um documento', 'Do you really want to remove this file: "%s"?' => 'Tem a certeza que quer remover este arquivo: "%s"', - 'open' => 'Aberto', 'Attachments' => 'Anexos', 'Edit the task' => 'Editar a tarefa', 'Edit the description' => 'Editar a descrição', @@ -593,7 +591,6 @@ return array( // '#%d' => '', 'All swimlanes' => 'Todos os swimlane', 'All colors' => 'Todas as cores', - 'All status' => 'Todos os estados', 'Moved to column %s' => 'Mover para a coluna %s', 'Change description' => 'Modificar a descrição', 'User dashboard' => 'Painel de Controlo do utilizador', @@ -699,7 +696,6 @@ return array( 'Unable to add this currency rate.' => 'Impossível adicionar essa taxa de câmbio.', 'Webhook URL' => 'URL do webhook', '%s remove the assignee of the task %s' => '%s removeu a pessoa assignada à tarefa %s', - 'API URL' => 'URL da API', 'Enable Gravatar images' => 'Activar imagem Gravatar', 'Information' => 'Informações', 'Check two factor authentication code' => 'Verificação do código de autenticação com factor duplo', @@ -1032,4 +1028,40 @@ return array( 'Unread notifications' => 'Notificações por ler', 'My filters' => 'Os meus filtros', 'Notification methods:' => 'Metodos de notificação:', + // 'Import tasks from CSV file' => '', + // 'Unable to read your file' => '', + // '%d task(s) have been imported successfully.' => '', + // 'Nothing have been imported!' => '', + // 'Import users from CSV file' => '', + // '%d user(s) have been imported successfully.' => '', + // 'Comma' => '', + // 'Semi-colon' => '', + // 'Tab' => '', + // 'Vertical bar' => '', + // 'Double Quote' => '', + // 'Single Quote' => '', + // '%s attached a file to the task #%d' => '', + // 'There is no column or swimlane activated in your project!' => '', + // 'Append filter (instead of replacement)' => '', + // 'Append/Replace' => '', + // 'Append' => '', + // 'Replace' => '', + // 'There is no notification method registered.' => '', + // 'Import' => '', + // 'change sorting' => '', + // 'Tasks Importation' => '', + // 'Delimiter' => '', + // 'Enclosure' => '', + // 'CSV File' => '', + // 'Instructions' => '', + // 'Your file must use the predefined CSV format' => '', + // 'Your file must be encoded in UTF-8' => '', + // 'The first row must be the header' => '', + // 'Duplicates are not verified for you' => '', + // 'The due date must use the ISO format: YYYY-MM-DD' => '', + // 'Download CSV template' => '', + // 'No external integration registered.' => '', + // 'Duplicates are not imported' => '', + // 'Usernames must be lowercase and unique' => '', + // 'Passwords will be encrypted if present' => '', ); |