Skip to content

Commit

Permalink
Merge pull request #55 from naheedsa/feature/update-es.js
Browse files Browse the repository at this point in the history
Add Power translation
  • Loading branch information
knro authored Aug 15, 2024
2 parents 5aa109b + b7d05e0 commit be1fc34
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -1504,6 +1504,8 @@
voltage: "电压",
current: "电流",
power: "功率",
active_antenna: "Active Antenna",
passive_antenna: "Passive Antenna",
power_sleep: "电源处于睡眠模式。点击唤醒。",
power_off: "关机",
power_off_tooltip: "断开设备配置文件时,关闭所有端口的电源。",
Expand Down
6 changes: 6 additions & 0 deletions de.js
Original file line number Diff line number Diff line change
Expand Up @@ -1494,6 +1494,12 @@ const de = {
voltage: "Spannung (V)",
current: "Strom (A)",
power: "Energie",
active_antenna: "Active Antenna",
passive_antenna: "Passive Antenna",
power_sleep: "Power is in sleep mode. Tap to wake up.",
power_off: "Power Off",
power_off_tooltip:
"Power Off all ports when equipment profile is disconnected.",
leds: "LEDs",
auto_dew: "Auto Tau",
auto_dew1_threshold: "Tau Schwelle 1",
Expand Down
3 changes: 3 additions & 0 deletions en.js
Original file line number Diff line number Diff line change
Expand Up @@ -1542,8 +1542,11 @@ const en = {
voltage: "Voltage",
current: "Current",
power: "Power",
active_antenna: "Active Antenna",
passive_antenna: "Passive Antenna",
power_sleep: "Power is in sleep mode. Tap to wake up.",
power_off: "Power Off",

power_off_tooltip:
"Power Off all ports when equipment profile is disconnected.",
leds: "LEDs",
Expand Down
2 changes: 2 additions & 0 deletions es.js
Original file line number Diff line number Diff line change
Expand Up @@ -1564,6 +1564,8 @@ const es = {
current: "Actual",
power: "Fuerza",
power_off: "Apagado",
active_antenna: "Active Antenna",
passive_antenna: "Passive Antenna",
power_sleep:
"El dispositivo está en modo de suspensión. Toca para reactivarlo.",
power_off_tooltip:
Expand Down
2 changes: 2 additions & 0 deletions fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -1490,6 +1490,8 @@ const fr = {
voltage: "Voltage",
current: "Current",
power: "Power",
active_antenna: "Active Antenna",
passive_antenna: "Passive Antenna",
power_sleep: "Power is in sleep mode. Tap to wake up.",
power_off: "Power Off",
power_off_tooltip:
Expand Down
2 changes: 2 additions & 0 deletions ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -1508,6 +1508,8 @@ const ja = {
voltage: "Voltage",
current: "Current",
power: "Power",
active_antenna: "Active Antenna",
passive_antenna: "Passive Antenna",
power_sleep: "Power is in sleep mode. Tap to wake up.",
power_off: "Power Off",
power_off_tooltip:
Expand Down

0 comments on commit be1fc34

Please sign in to comment.