diff --git a/src/locales/es/translation.json b/src/locales/es/translation.json index 880c8bd..b760cb6 100644 --- a/src/locales/es/translation.json +++ b/src/locales/es/translation.json @@ -66,7 +66,7 @@ }, "overview": "Descripción general", "dashboard": "Panel", - "nezha": "Monitoreo Nezha", + "nezha": "Monitor Nezha", "serverCard": { "mem": "Ram", "days": "Días", diff --git a/src/locales/id/translation.json b/src/locales/id/translation.json index 0967ef4..fc4fa59 100644 --- a/src/locales/id/translation.json +++ b/src/locales/id/translation.json @@ -1 +1,27 @@ -{} +{ + "nezha": "Monitor Nezha", + "overview": "Ringkasan", + "dashboard": "Dasbor", + "login": "Masuk", + "online": "Online", + "offline": "Offline", + "whereTheTimeIs": "Dimana waktunya", + "refreshing": "Menyegarkan", + "info": { + "websocketConnecting": "WebSocket menghubungkan", + "processing": "Memproses...", + "websocketDisconnected": "WebSocket terputus", + "websocketConnected": "WebSocket terhubung" + }, + "serverOverview": { + "totalServers": "Jumlah Server", + "onlineServers": "Online Server", + "offlineServers": "Offline Server", + "speed": "Kecepatan", + "totalBandwidth": "Jumlah Bandwidth" + }, + "theme": { + "light": "Terang", + "dark": "Gelap" + } +}