Merge pull-request #1870
This commit is contained in:
commit
6c4a66fe01
|
|
@ -996,44 +996,44 @@ return array(
|
|||
'Enter group name...' => 'Digite o nome do grupo',
|
||||
'Role:' => 'Função:',
|
||||
'Project members' => 'Membros de projeto',
|
||||
// 'Compare hours for "%s"' => '',
|
||||
// '%s mentioned you in the task #%d' => '',
|
||||
// '%s mentioned you in a comment on the task #%d' => '',
|
||||
// 'You were mentioned in the task #%d' => '',
|
||||
// 'You were mentioned in a comment on the task #%d' => '',
|
||||
// 'Mentioned' => '',
|
||||
// 'Compare Estimated Time vs Actual Time' => '',
|
||||
// 'Estimated hours: ' => '',
|
||||
// 'Actual hours: ' => '',
|
||||
// 'Hours Spent' => '',
|
||||
// 'Hours Estimated' => '',
|
||||
// 'Estimated Time' => '',
|
||||
// 'Actual Time' => '',
|
||||
// 'Estimated vs actual time' => '',
|
||||
// 'RUB - Russian Ruble' => '',
|
||||
// 'Assign the task to the person who does the action when the column is changed' => '',
|
||||
// 'Close a task in a specific column' => '',
|
||||
// 'Time-based One-time Password Algorithm' => '',
|
||||
// 'Two-Factor Provider: ' => '',
|
||||
// 'Disable two-factor authentication' => '',
|
||||
// 'Enable two-factor authentication' => '',
|
||||
// 'There is no integration registered at the moment.' => '',
|
||||
// 'Password Reset for Kanboard' => '',
|
||||
// 'Forgot password?' => '',
|
||||
// 'Enable "Forget Password"' => '',
|
||||
// 'Password Reset' => '',
|
||||
// 'New password' => '',
|
||||
// 'Change Password' => '',
|
||||
// 'To reset your password click on this link:' => '',
|
||||
// 'Last Password Reset' => '',
|
||||
// 'The password has never been reinitialized.' => '',
|
||||
// 'Creation' => '',
|
||||
// 'Expiration' => '',
|
||||
// 'Password reset history' => '',
|
||||
// 'All tasks of the column "%s" and the swimlane "%s" have been closed successfully.' => '',
|
||||
// 'Do you really want to close all tasks of this column?' => '',
|
||||
// '%d task(s) in the column "%s" and the swimlane "%s" will be closed.' => '',
|
||||
// 'Close all tasks of this column' => '',
|
||||
'Compare hours for "%s"' => 'Comparar as horas para "%s"',
|
||||
'%s mentioned you in the task #%d' => '%s mencionou você na tarefa #%d',
|
||||
'%s mentioned you in a comment on the task #%d' => '%s mencionou você num comentário da tarefa #%d',
|
||||
'You were mentioned in the task #%d' => 'Você foi mencionado na tarefa #%d',
|
||||
'You were mentioned in a comment on the task #%d' => 'Você foi mencionado num comentário da tarefa #%d',
|
||||
'Mentioned' => 'Mencionado',
|
||||
'Compare Estimated Time vs Actual Time' => 'Comparar o tempo estimado e o tempo atual',
|
||||
'Estimated hours: ' => 'Horas estimadas: ',
|
||||
'Actual hours: ' => 'Horas reais: ',
|
||||
'Hours Spent' => 'Horas gastas',
|
||||
'Hours Estimated' => 'Horas estimadas',
|
||||
'Estimated Time' => 'Tempo estimado',
|
||||
'Actual Time' => 'Tempo real',
|
||||
'Estimated vs actual time' => 'Tempo estimado vs tempo real',
|
||||
'RUB - Russian Ruble' => 'RUB - Rublo russo',
|
||||
'Assign the task to the person who does the action when the column is changed' => 'Atribuir a tarefa a pessoa que faz a ação quando a coluna é alterada',
|
||||
'Close a task in a specific column' => 'Fechar uma tarefa em uma coluna específica',
|
||||
'Time-based One-time Password Algorithm' => 'Senha de uso único baseado no tempo',
|
||||
'Two-Factor Provider: ' => 'Provedor de autenticação a dois fatores: ',
|
||||
'Disable two-factor authentication' => 'Desativar a autenticação a dois fatores',
|
||||
'Enable two-factor authentication' => 'Ativar a autenticação a dois fatores',
|
||||
'There is no integration registered at the moment.' => 'Não há nenhuma integração registrada por enquanto.',
|
||||
'Password Reset for Kanboard' => 'Redefinir a senha para Kanboard',
|
||||
'Forgot password?' => 'Esqueceu a senha?',
|
||||
'Enable "Forget Password"' => 'Activar a funcionalidade "Esqueceu a senha"',
|
||||
'Password Reset' => 'Redefinir a senha',
|
||||
'New password' => 'Nova senha',
|
||||
'Change Password' => 'Alterar a senha',
|
||||
'To reset your password click on this link:' => 'Para redefinir a sua senha, clique neste link:',
|
||||
'Last Password Reset' => 'Última redefinição de senha',
|
||||
'The password has never been reinitialized.' => 'A senha nunca foi redifinida.',
|
||||
'Creation' => 'Criação',
|
||||
'Expiration' => 'Expiração',
|
||||
'Password reset history' => 'Histórico da redefinição da senha',
|
||||
'All tasks of the column "%s" and the swimlane "%s" have been closed successfully.' => 'Todas as tarefas da coluna "%s" e da Swimlane "%s" foram fechadas com sucesso.',
|
||||
'Do you really want to close all tasks of this column?' => 'Você realmente deseja fechar todas as tarefas desta coluna?',
|
||||
'%d task(s) in the column "%s" and the swimlane "%s" will be closed.' => '%d tarefa(s) na coluna "%s" e na Swimlane "%s" serão fechadas.',
|
||||
'Close all tasks of this column' => 'Fechar todas as tarefas desta coluna',
|
||||
// 'No plugin has registered a project notification method. You can still configure individual notifications in your user profile.' => '',
|
||||
// 'My dashboard' => '',
|
||||
// 'My profile' => '',
|
||||
|
|
|
|||
Loading…
Reference in New Issue