From 4b3d2b3e890e0cb358b75dad0e486fef1f9d5bc2 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Tue, 3 Aug 2021 01:14:39 +0300 Subject: [PATCH] clear --- public/locales/en/translations.json | 11 ----------- public/locales/ro/translations.json | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/public/locales/en/translations.json b/public/locales/en/translations.json index 068fc32..4871139 100644 --- a/public/locales/en/translations.json +++ b/public/locales/en/translations.json @@ -37,16 +37,5 @@ "IncorrectCredentials": "Incorrect credentials.", "Hello": "Hi, {{username}}", "AuthenticationDate": "Authentication date" - }, - "Machine": { - "FullName": "Full machine name", - "Name": "Machine name", - "IP": "IP", - "MAC": "MAC address", - "PoweredOn": "Powered on", - "Actions": { - "Wake": "Wake", - "Ping": "Ping" - } } } diff --git a/public/locales/ro/translations.json b/public/locales/ro/translations.json index e3571f9..c1d7371 100644 --- a/public/locales/ro/translations.json +++ b/public/locales/ro/translations.json @@ -28,16 +28,5 @@ "IncorrectCredentials": "Credențiale incorecte.", "Hello": "Salut, {{username}}", "AuthenticationDate": "Momentul autentificării" - }, - "Machine": { - "FullName": "Nume intreg masina", - "Name": "Nume masina", - "IP": "IP", - "MAC": "Adresa MAC", - "PoweredOn": "Pornit", - "Actions": { - "Wake": "Pornește", - "Ping": "Ping" - } } }