From 361784743d5653acd2f3494be1384ff9bedb90ee Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 25 Aug 2022 12:08:28 +0200 Subject: [PATCH] New translations calendar.json (German) --- public/locales/de/modules/calendar.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/de/modules/calendar.json b/public/locales/de/modules/calendar.json index e9337497f..d470eabe9 100644 --- a/public/locales/de/modules/calendar.json +++ b/public/locales/de/modules/calendar.json @@ -1,10 +1,10 @@ { "descriptor": { - "name": "Kalender", - "description": "Ein Kalender Modul welches bevorstehende Shows anzeigt. Es interagiert mit der API von Sonarr, Radarr, Readarr und Lidarr.", + "name": "Calendar", + "description": "A calendar module for displaying upcoming releases. It interacts with the Sonarr and Radarr API.", "settings": { "sundayStart": { - "label": "Wochenstart am Sonntag" + "label": "Start the week on Sunday" } } }