diff --git a/frontend/src/translations/result/br.json b/frontend/src/translations/result/br.json index c7ad5095..ac3a6ab0 100644 --- a/frontend/src/translations/result/br.json +++ b/frontend/src/translations/result/br.json @@ -296,7 +296,12 @@ "issue.payment.invoice.info.action": "Atualize as informações de pagamento antes de continuar", "issue.payment.invoice.info.description": "Para atualizar as suas informações de cobrança, preencha ou atualize os detalhes na seção Informações de Cobrança nas configurações da sua conta. Esta informação será usada para gerar a sua fatura", "issue.payment.invoice.info.title": "Informações de cobrança sobre sua fatura", + "issue.solution.dialog.create.error": "We could not create the task solution", "issue.solution.dialog.create.success": "A solução para este incidente foi criado com sucesso", + "issue.solution.dialog.fetch.error": "We could not get the pull request data", + "issue.solution.dialog.get.error": "We could not get the task solution", + "issue.solution.dialog.pullRequest.notFound": "Pull request not found", + "issue.solution.dialog.update.error": "We could not update the task solution", "issue.solution.dialog.update.success": "A solução para este incidente foi atualizado com sucesso", "issues.description": "Aqui você pode ver todos os incidentes em nossa rede, incidentes importados ou em que você está trabalhando.", "issues.title": "Tarefas", diff --git a/frontend/src/translations/result/en.json b/frontend/src/translations/result/en.json index e2a32567..f2832c96 100644 --- a/frontend/src/translations/result/en.json +++ b/frontend/src/translations/result/en.json @@ -296,7 +296,12 @@ "issue.payment.invoice.info.action": "Update billing information before continue", "issue.payment.invoice.info.description": "To update your billing information, please complete or update your details in the Billing Information section of your account settings. These details will be used to generate your invoice", "issue.payment.invoice.info.title": "Billing information on your invoice", + "issue.solution.dialog.create.error": "We could not create the task solution", "issue.solution.dialog.create.success": "The solution to this issue has been successfully created", + "issue.solution.dialog.fetch.error": "We could not get the pull request data", + "issue.solution.dialog.get.error": "We could not get the task solution", + "issue.solution.dialog.pullRequest.notFound": "Pull request not found", + "issue.solution.dialog.update.error": "We could not update the task solution", "issue.solution.dialog.update.success": "The solution for this issue has been successfully updated", "issues.description": "Here, you can see all the issues on our network, including those that have been imported or ones you are currently working on.", "issues.title": "Issues",