From 7a6d3cd044e1885b468cfd1bfca1d85a420b1156 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Wed, 5 Jul 2023 17:16:51 +0900 Subject: [PATCH] New translations calendar.json (Croatian) --- public/locales/hr/modules/calendar.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/locales/hr/modules/calendar.json b/public/locales/hr/modules/calendar.json index 51eaed58a..dcd73033b 100644 --- a/public/locales/hr/modules/calendar.json +++ b/public/locales/hr/modules/calendar.json @@ -1,20 +1,20 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Kalendar", + "description": "Prikazuje kalendar s nadolazećim izdanjima iz podržanih integracija.", "settings": { - "title": "", + "title": "Postavke za widget kalendara", "useSonarrv4": { - "label": "" + "label": "Koristi Sonarr v4 API" }, "sundayStart": { - "label": "" + "label": "Započni tjedan u Nedjelju" }, "radarrReleaseType": { - "label": "" + "label": "Vrsta izdanja u Radarr-u" }, "hideWeekDays": { - "label": "" + "label": "Sakri dane u tjednu" } } }