From 2f202189e2a76f34cc01ae8be6b62dfc07f9a107 Mon Sep 17 00:00:00 2001 From: naheedsa Date: Tue, 7 May 2024 11:09:55 +0300 Subject: [PATCH] Add translation to notify the user --- cn.js | 1 + de.js | 1 + en.js | 1 + es.js | 1 + fr.js | 1 + ja.js | 1 + 6 files changed, 6 insertions(+) diff --git a/cn.js b/cn.js index c12fac7..b43646b 100644 --- a/cn.js +++ b/cn.js @@ -1436,6 +1436,7 @@ notifications: { ekoslive_successful: "Ekoslive重置成功", ekoslive_restart: "重启Ekoslive", + usb_reset: "USB reset is successful" }, hardware: { serial_devices_detected: "发现串口设备", diff --git a/de.js b/de.js index 0bb8411..21301a8 100644 --- a/de.js +++ b/de.js @@ -1414,6 +1414,7 @@ const de = { notifications: { ekoslive_successful: "Ekoslive重置成功", ekoslive_restart: "重启Ekoslive", + usb_reset: "USB reset is successful" }, hardware: { serial_devices_detected: "发现串口设备", diff --git a/en.js b/en.js index 7801587..c745b61 100644 --- a/en.js +++ b/en.js @@ -1478,6 +1478,7 @@ const en = { notifications: { ekoslive_successful: "Ekoslive Reset is Successful", ekoslive_restart: "Restarting Ekoslive", + usb_reset: "USB reset is successful" }, hardware: { serial_devices_detected: "Serial Devices Detected", diff --git a/es.js b/es.js index d63d4f8..95aa186 100644 --- a/es.js +++ b/es.js @@ -1470,6 +1470,7 @@ const es = { notifications: { ekoslive_successful: "Ekoslive Reset is Successful", ekoslive_restart: "Restarting Ekoslive", + usb_reset: "USB reset is successful" }, hardware: { serial_devices_detected: "Serial Devices Detected", diff --git a/fr.js b/fr.js index 4828631..88efce3 100644 --- a/fr.js +++ b/fr.js @@ -1422,6 +1422,7 @@ const fr = { notifications: { ekoslive_successful: "Ekoslive Reset is Successful", ekoslive_restart: "Restarting Ekoslive", + usb_reset: "USB reset is successful" }, hardware: { serial_devices_detected: "Serial Devices Detected", diff --git a/ja.js b/ja.js index a12132c..aaf3213 100644 --- a/ja.js +++ b/ja.js @@ -1446,6 +1446,7 @@ const ja = { notifications: { ekoslive_successful: "Ekoslive Reset is Successful", ekoslive_restart: "Restarting Ekoslive", + usb_reset: "USB reset is successful" }, hardware: { serial_devices_detected: "Serial Devices Detected",