Skip to content

Commit

Permalink
Merge pull request #66 from vlad0716/main
Browse files Browse the repository at this point in the history
Add some for notifications
  • Loading branch information
knro authored Sep 12, 2024
2 parents 26730cc + 326c5ee commit 62842ae
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -1587,6 +1587,8 @@
alert_power_port_description: "您确定要关闭 {0} 吗?",
},
notifications: {
read_all: "Read all",
dnd: "Do not disturb",
ekoslive_successful: "Ekoslive重置成功",
ekoslive_restart: "重启Ekoslive",
usb_reset: "USB 重置成功",
Expand Down
2 changes: 2 additions & 0 deletions de.js
Original file line number Diff line number Diff line change
Expand Up @@ -1579,6 +1579,8 @@ const de = {
alert_power_port_description: "Are you sure you want to toggle off {0}?",
},
notifications: {
read_all: "Read all",
dnd: "Do not disturb",
ekoslive_successful: "Ekoslive重置成功",
ekoslive_restart: "重启Ekoslive",
usb_reset: "USB reset is successful",
Expand Down
2 changes: 2 additions & 0 deletions en.js
Original file line number Diff line number Diff line change
Expand Up @@ -1632,6 +1632,8 @@ const en = {
alert_power_port_description: "Are you sure you want to toggle off {0}?",
},
notifications: {
read_all: "Read all",
dnd: "Do not disturb",
ekoslive_successful: "Ekoslive Reset is Successful",
ekoslive_restart: "Restarting Ekoslive",
usb_reset: "USB reset is successful",
Expand Down
2 changes: 2 additions & 0 deletions es.js
Original file line number Diff line number Diff line change
Expand Up @@ -1651,6 +1651,8 @@ const es = {
"¿Estás segura de que quieres desactivar {0}?",
},
notifications: {
read_all: "Read all",
dnd: "Do not disturb",
ekoslive_successful:
"El restablecimiento de Ekoslive se realizó correctamente",
ekoslive_restart: "Reiniciando Ekoslive",
Expand Down
2 changes: 2 additions & 0 deletions fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -1574,6 +1574,8 @@ const fr = {
alert_power_port_description: "Are you sure you want to toggle off {0}?",
},
notifications: {
read_all: "Read all",
dnd: "Do not disturb",
ekoslive_successful: "Ekoslive Reset is Successful",
ekoslive_restart: "Restarting Ekoslive",
usb_reset: "USB reset is successful",
Expand Down
2 changes: 2 additions & 0 deletions ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -1592,6 +1592,8 @@ const ja = {
alert_power_port_description: "Are you sure you want to toggle off {0}?",
},
notifications: {
read_all: "Read all",
dnd: "Do not disturb",
ekoslive_successful: "Ekoslive Reset is Successful",
ekoslive_restart: "Restarting Ekoslive",
usb_reset: "USB reset is successful",
Expand Down

0 comments on commit 62842ae

Please sign in to comment.