From 17aaa2a3241c07ace0b57c14b88bbf88a72e9268 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 25 Aug 2022 13:01:49 +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 d470eabe9..e9337497f 100644 --- a/public/locales/de/modules/calendar.json +++ b/public/locales/de/modules/calendar.json @@ -1,10 +1,10 @@ { "descriptor": { - "name": "Calendar", - "description": "A calendar module for displaying upcoming releases. It interacts with the Sonarr and Radarr API.", + "name": "Kalender", + "description": "Ein Kalender Modul welches bevorstehende Shows anzeigt. Es interagiert mit der API von Sonarr, Radarr, Readarr und Lidarr.", "settings": { "sundayStart": { - "label": "Start the week on Sunday" + "label": "Wochenstart am Sonntag" } } }