From bc0c2f622e34fb5a2711039d9ed7aad34f982b15 Mon Sep 17 00:00:00 2001 From: Jamie Date: Wed, 13 Apr 2022 21:14:41 +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/cs.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Ombi/wwwroot/translations/cs.json b/src/Ombi/wwwroot/translations/cs.json index 1b27bd557..c1dec8f37 100644 --- a/src/Ombi/wwwroot/translations/cs.json +++ b/src/Ombi/wwwroot/translations/cs.json @@ -207,10 +207,13 @@ "RequestPanel": { "Delete": "Odstranit požadavek", "Approve": "Schválit požadavek", + "Deny": "Deny Request", "Approve4K": "Schválit 4K požadavek", + "Deny4K": "Deny 4K Request", "ChangeAvailability": "Označit jako dostupné", "Deleted": "Vybrané položky úspěšně odstraněny", - "Approved": "Vybrané položky byly úspěšně schváleny" + "Approved": "Vybrané položky byly úspěšně schváleny", + "Denied": "Successfully denied selected items" }, "SuccessfullyApproved": "Úspěšně schváleno", "SuccessfullyDeleted": "Požadavek byl úspěšně odstraněn",