diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-19 09:11:05 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-19 09:11:05 -0500 |
commit | 23ff360d6232bbaf397405f0ac048f4200cea4ad (patch) | |
tree | 5cc21ed675ec5e5b7175c8236ba9422f7a762685 /app/Locale/pt_PT | |
parent | 64a4eb05ce9abb2c062a1a8fce6ac1021b343e7c (diff) |
Update translations
Diffstat (limited to 'app/Locale/pt_PT')
-rw-r--r-- | app/Locale/pt_PT/translations.php | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index 3fdc56cd..b211b2b4 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -4,9 +4,7 @@ return array( 'number.decimals_separator' => ',', 'number.thousands_separator' => ' ', 'None' => 'Nenhum', - 'edit' => 'editar', 'Edit' => 'Editar', - 'remove' => 'remover', 'Remove' => 'Remover', 'Yes' => 'Sim', 'No' => 'Não', @@ -167,8 +165,6 @@ return array( 'Automatic actions for the project "%s"' => 'Acções automáticas para o projeto "%s"', 'Add an action' => 'Adicionar Acção', 'Event name' => 'Nome do evento', - 'Action name' => 'Nome da acção', - 'Action parameters' => 'Parâmetros da acção', 'Action' => 'Acção', 'Event' => 'Evento', 'When the selected event occurs execute the corresponding action.' => 'Quando o evento selecionado ocorrer execute a acção correspondente.', @@ -187,7 +183,7 @@ return array( 'Position' => 'Posição', 'Duplicate to another project' => 'Duplicar para outro projeto', 'Duplicate' => 'Duplicar', - 'link' => 'link', + 'Link' => 'Link', 'Comment updated successfully.' => 'Comentário actualizado com sucesso.', 'Unable to update your comment.' => 'Não é possível actualizar o seu comentário.', 'Remove a comment' => 'Remover um comentário', @@ -234,7 +230,6 @@ return array( 'Category:' => 'Categoria:', 'Categories' => 'Categorias', '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.', 'This category has been updated successfully.' => 'A sua categoria foi actualizada com sucesso.', 'Unable to update this category.' => 'Não foi possível actualizar a sua categoria.', 'Remove a category' => 'Remover uma categoria', @@ -899,7 +894,6 @@ return array( 'Add group member' => 'Adicionar membro de grupo', 'Do you really want to remove this group: "%s"?' => 'Tem a certeza que quer remover este grupo: "%s"?', 'There is no user in this group.' => 'Não existe utilizadores neste grupo.', - 'Remove this user' => 'Remover este utilizador', 'Permissions' => 'Permissões', 'Allowed Users' => 'Utilizadores Permitidos', 'No user have been allowed specifically.' => 'Nenhum utilizador foi especificamente permitido.', @@ -1309,4 +1303,21 @@ return array( 'This project is open' => 'Este projeto está aberto', 'This project is closed' => 'Este projecto está fechado', // 'Unable to upload files, check the permissions of your data folder.' => '', + // 'Another category with the same name exists in this project' => '', + // 'Comment sent by email successfully.' => '', + // 'Sent by email to [%s](mailto:%s) (%s)' => '', + // 'Unable to read uploaded file.' => '', + // 'Database uploaded successfully.' => '', + // 'Task sent by email successfully.' => '', + // 'There is no category in this project.' => '', + // 'Send by email' => '', + // 'Create and send a comment by email' => '', + // 'Subject' => '', + // 'Upload the database' => '', + // 'You could upload the previously downloaded Sqlite database (Gzip format).' => '', + // 'Database file' => '', + // 'Upload' => '', + // 'Remove this user from group' => '', + // 'Your project must have at least one active swimlane.' => '', + // 'Project: %s' => '', ); |