From 8231c52616d79270512983800cf2f56e8064974d Mon Sep 17 00:00:00 2001 From: Andi Chandler Date: Fri, 7 Jul 2023 21:05:09 +0000 Subject: [PATCH] Translated using Weblate (English (United Kingdom)) Translation: Jellyfin/Jellyfin Web Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/en_GB/ --- src/strings/en-gb.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/strings/en-gb.json b/src/strings/en-gb.json index bedd902474..72c4c791f9 100644 --- a/src/strings/en-gb.json +++ b/src/strings/en-gb.json @@ -1743,5 +1743,16 @@ "LabelDeveloper": "Developer", "MessageRepositoryInstallDisclaimer": "WARNING: Installing a third party plugin repository carries risks. It may contain unstable or malicious code, and may change at any time. Only install repositories from authors that you trust.", "PleaseConfirmRepositoryInstallation": "Please click OK to confirm you've read the above and wish to proceed with the plugin repository installation.", - "Unknown": "Unknown" + "Unknown": "Unknown", + "LabelDate": "Date", + "LabelLevel": "Level", + "LabelMediaDetails": "Media details", + "LabelSystem": "System", + "LogLevel.Trace": "Trace", + "LogLevel.Debug": "Debug", + "LogLevel.Information": "Information", + "LogLevel.Error": "Error", + "LogLevel.Warning": "Warning", + "LogLevel.Critical": "Critical", + "LogLevel.None": "None" }