From 1682ca1754a1f55a58e0aceb832cf213b38bdb0c Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 6 Jul 2023 06:48:32 +0900 Subject: [PATCH] New translations media-requests-stats.json (Croatian) --- public/locales/hr/modules/media-requests-stats.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/hr/modules/media-requests-stats.json b/public/locales/hr/modules/media-requests-stats.json index 0ea9c580e..5a0de604b 100644 --- a/public/locales/hr/modules/media-requests-stats.json +++ b/public/locales/hr/modules/media-requests-stats.json @@ -1,14 +1,14 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Statistika zahtjeva za medijima", + "description": "Statistika o vašim zahtjevima za medijima", "settings": { - "title": "" + "title": "Statistika zahtjeva za medijima" } }, "stats": { - "pending": "", - "tvRequests": "", - "movieRequests": "" + "pending": "Odobrenjea na čekanju", + "tvRequests": "TV zahtjevi", + "movieRequests": "Zahtjevi za Filmovima" } }