Skip to content

Commit

Permalink
Merge pull request #28 from naheedsa/feature/add-profile-translations
Browse files Browse the repository at this point in the history
Add translation to notify the user
  • Loading branch information
knro authored May 7, 2024
2 parents 2281d4e + 2f20218 commit 80bf2ee
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -1436,6 +1436,7 @@
notifications: {
ekoslive_successful: "Ekoslive重置成功",
ekoslive_restart: "重启Ekoslive",
usb_reset: "USB reset is successful"
},
hardware: {
serial_devices_detected: "发现串口设备",
Expand Down
1 change: 1 addition & 0 deletions de.js
Original file line number Diff line number Diff line change
Expand Up @@ -1414,6 +1414,7 @@ const de = {
notifications: {
ekoslive_successful: "Ekoslive重置成功",
ekoslive_restart: "重启Ekoslive",
usb_reset: "USB reset is successful"
},
hardware: {
serial_devices_detected: "发现串口设备",
Expand Down
1 change: 1 addition & 0 deletions en.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions es.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 80bf2ee

Please sign in to comment.