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_BR/translations.php | |
parent | 64a4eb05ce9abb2c062a1a8fce6ac1021b343e7c (diff) |
Update translations
Diffstat (limited to 'app/Locale/pt_BR/translations.php')
-rw-r--r-- | app/Locale/pt_BR/translations.php | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index 1203caa0..5694380e 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/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"' => 'Ações automáticas para o projeto "%s"', 'Add an action' => 'Adicionar Ação', 'Event name' => 'Nome do evento', - 'Action name' => 'Nome da ação', - 'Action parameters' => 'Parâmetros da ação', 'Action' => 'Ação', 'Event' => 'Evento', 'When the selected event occurs execute the corresponding action.' => 'Quando o evento selecionado ocorrer execute a açã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 atualizado com sucesso.', 'Unable to update your comment.' => 'Não é possível atualizar 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.' => '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 atualizada com sucesso.', 'Unable to update this category.' => 'Não foi possível atualizar a sua categoria.', 'Remove a category' => 'Remover uma categoria', @@ -899,7 +894,6 @@ return array( 'Add group member' => 'Adicionar um membro ao grupo', 'Do you really want to remove this group: "%s"?' => 'Você realmente deseja excluir este grupo: "%s"?', 'There is no user in this group.' => 'Não há usuários neste grupo.', - 'Remove this user' => 'Remover este usuário', 'Permissions' => 'Permissões', 'Allowed Users' => 'Usuários autorizados', 'No user have been allowed specifically.' => 'Nenhum usuário foi especificamente autorizado.', @@ -1309,4 +1303,21 @@ return array( // 'This project is open' => '', // 'This project is closed' => '', // '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' => '', ); |