From af503767044ff911e8d091595c1028547e6fbf18 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 25 Aug 2022 12:08:32 +0200 Subject: [PATCH] New translations calendar.json (Chinese Simplified) --- public/locales/zh/modules/calendar.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 public/locales/zh/modules/calendar.json diff --git a/public/locales/zh/modules/calendar.json b/public/locales/zh/modules/calendar.json new file mode 100644 index 000000000..d470eabe9 --- /dev/null +++ b/public/locales/zh/modules/calendar.json @@ -0,0 +1,11 @@ +{ + "descriptor": { + "name": "Calendar", + "description": "A calendar module for displaying upcoming releases. It interacts with the Sonarr and Radarr API.", + "settings": { + "sundayStart": { + "label": "Start the week on Sunday" + } + } + } +} \ No newline at end of file