From 93a5e5b26109d6d879724ca0fff741430bab1857 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 6 Jul 2023 06:48:21 +0900 Subject: [PATCH] New translations overseerr.json (Croatian) --- public/locales/hr/modules/overseerr.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/locales/hr/modules/overseerr.json b/public/locales/hr/modules/overseerr.json index e9ac0de0e..37c33547f 100644 --- a/public/locales/hr/modules/overseerr.json +++ b/public/locales/hr/modules/overseerr.json @@ -1,28 +1,28 @@ { "descriptor": { - "name": "", - "description": "" + "name": "Overseerr", + "description": "Omogućuje vam pretraživanje i dodavanje medija iz Overseerr-a ili Jellyseerr-a." }, "popup": { "item": { "buttons": { - "askFor": "", - "cancel": "", + "askFor": "Zatraži {{title}}", + "cancel": "Otkaži", "request": "Zatraži" }, "alerts": { "automaticApproval": { - "title": "", - "text": "" + "title": "Koristeći API ključ", + "text": "Ovaj zahtjev će biti automatski odobren" } } }, "seasonSelector": { - "caption": "", + "caption": "Označite sezone koje želite preuzeti", "table": { "header": { - "season": "", - "numberOfEpisodes": "" + "season": "Sezona", + "numberOfEpisodes": "Broj epizoda" } } }