From 6608af4f226718c0913756aa41cbbf588565f412 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 6 Jul 2023 06:48:22 +0900 Subject: [PATCH] New translations ping.json (Croatian) --- public/locales/hr/modules/ping.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/hr/modules/ping.json b/public/locales/hr/modules/ping.json index 76a91fe52..c8fa447fa 100644 --- a/public/locales/hr/modules/ping.json +++ b/public/locales/hr/modules/ping.json @@ -1,11 +1,11 @@ { "descriptor": { - "name": "", - "description": "" + "name": "Ping", + "description": "Prikazuje indikator statusa ovisno o HTTP kodu odgovora za određeni URL." }, "states": { - "online": "", - "offline": "", - "loading": "" + "online": "Na mreži {{response}}", + "offline": "Izvan mreže {{response}}", + "loading": "Učitavam..." } }