diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-05-10 16:33:23 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-05-10 16:33:23 -0400 |
commit | 6f77a4033f7feb2785e0e242d50b78e824c892cd (patch) | |
tree | 2a22a65f9455769f383ac777892fe6bf463d1654 /app/Locale/pt_BR | |
parent | a7b77623ce602a44a341f747fdfe43dbdc268304 (diff) |
Recurring tasks (#847): update translations
Diffstat (limited to 'app/Locale/pt_BR')
-rw-r--r-- | app/Locale/pt_BR/translations.php | 59 |
1 files changed, 20 insertions, 39 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index 576e1a8f..bc579c04 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -846,7 +846,6 @@ return array( 'Secret key: ' => 'Chave secreta:', 'Test your device' => 'Teste o seu dispositivo', 'Assign a color when the task is moved to a specific column' => 'Atribuir uma cor quando a tarefa é movida em uma coluna específica', -<<<<<<< HEAD '%s via Kanboard' => '%s via Kanboard', 'uploaded by: %s' => 'carregado por: %s', 'uploaded on: %s' => 'carregado em: %s', @@ -869,52 +868,34 @@ return array( 'Help on Sendgrid integration' => 'Ajuda na integração do Sendgrid', 'Disable two factor authentication' => 'Desativar autenticação à dois fatores', 'Do you really want to disable the two factor authentication for this user: "%s"?' => 'Você deseja realmente desativar a autenticação à dois fatores para esse usuário: "%s"?', - // 'Edit a link' => '', + // 'Edit link' => '', // 'Start to type task title...' => '', // 'A task cannot be linked to itself' => '', // 'The exact same link already exists' => '', - // '%s via Kanboard' => '', - // 'uploaded by: %s' => '', - // 'uploaded on: %s' => '', - // 'size: %s' => '', - // 'Burndown chart for "%s"' => '', - // 'Burndown chart' => '', - // 'This chart show the task complexity over the time (Work Remaining).' => '', - // 'Screenshot taken %s' => '', - // 'Add a screenshot' => '', - // 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => '', - // 'Screenshot uploaded successfully.' => '', - // 'SEK - Swedish Krona' => '', - // 'The project identifier is an optional alphanumeric code used to identify your project.' => '', - // 'Identifier' => '', - // 'Postmark (incoming emails)' => '', - // 'Help on Postmark integration' => '', - // 'Mailgun (incoming emails)' => '', - // 'Help on Mailgun integration' => '', - // 'Sendgrid (incoming emails)' => '', - // 'Help on Sendgrid integration' => '', - // 'Disable two factor authentication' => '', - // 'Do you really want to disable the two factor authentication for this user: "%s"?' => '', - // 'Action date' => '', + // 'Recurrent task is scheduled to be generated' => '', + // 'Recurring information' => '', + // 'Score' => '', + // 'The identifier must be unique' => '', + // 'This linked task id doesn\'t exists' => '', + // 'This value must be alphanumeric' => '', + // 'Edit recurrence' => '', + // 'Generate recurrent task' => '', + // 'Trigger to generate recurrent task' => '', + // 'Factor to calculate new due date' => '', + // 'Timeframe to calculate new due date' => '', // 'Base date to calculate new due date' => '', - // 'Base date to calculate new due date: %s' => '', - // 'Created recurrent task: %s' => '', + // 'Action date' => '', + // 'Base date to calculate new due date: ' => '', + // 'This task has created this child task: ' => '', // 'Day(s)' => '', - // 'Edit recurrence' => '', // 'Existing due date' => '', - // 'Factor to calculate new due date' => '', - // 'Factor to calculate new due date: %s' => '', - // 'Generate recurrent task' => '', + // 'Factor to calculate new due date: ' => '', // 'Month(s)' => '', - // 'No recurrent task is scheduled to generate' => '', // 'Recurrence' => '', - // 'Recurrent task created by: %s' => '', - // 'Recurrent task has been generated' => '', - // 'Recurrent task is scheduled to generate' => '', - // 'Timeframe to calculate new due date' => '', - // 'Timeframe to calculate new due date: %s' => '', - // 'Trigger to generate recurrent task' => '', - // 'Trigger to generate recurrent task: %s' => '', + // 'This task has been created by: ' => '', + // 'Recurrent task has been generated:' => '', + // 'Timeframe to calculate new due date: ' => '', + // 'Trigger to generate recurrent task: ' => '', // 'When task is closed' => '', // 'When task is moved from first column' => '', // 'When task is moved to last column' => '', |