From 06e4cefa7b4e55b860da9a64f461f6ec8fa17367 Mon Sep 17 00:00:00 2001 From: Jamie Date: Wed, 13 Apr 2022 21:14:43 +0100 Subject: [PATCH] =?UTF-8?q?fix(translations):=20=F0=9F=8C=90=20New=20trans?= =?UTF-8?q?lations=20from=20Crowdin=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Ombi/wwwroot/translations/pt-BR.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Ombi/wwwroot/translations/pt-BR.json b/src/Ombi/wwwroot/translations/pt-BR.json index 3c9b6a523..5ac23d0b4 100644 --- a/src/Ombi/wwwroot/translations/pt-BR.json +++ b/src/Ombi/wwwroot/translations/pt-BR.json @@ -207,10 +207,13 @@ "RequestPanel": { "Delete": "Apagar Solicitação", "Approve": "Aprovar Solicitação", + "Deny": "Deny Request", "Approve4K": "Aprovar pedido 4K", + "Deny4K": "Deny 4K Request", "ChangeAvailability": "Marcar Como Disponível", "Deleted": "Successfully deleted selected items", - "Approved": "Successfully approved selected items" + "Approved": "Successfully approved selected items", + "Denied": "Successfully denied selected items" }, "SuccessfullyApproved": "Successfully Approved", "SuccessfullyDeleted": "Request successfully deleted",