Skip to content

Commit

Permalink
Merge pull request #136 from ThomasVon2021/mul_language
Browse files Browse the repository at this point in the history
update mul language about login success
  • Loading branch information
ThomasVon2021 authored Jan 28, 2024
2 parents c1bf56b + acab6bd commit ce33383
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 2 deletions.
Binary file modified package/kvmd-web/kvm-link
Binary file not shown.
4 changes: 2 additions & 2 deletions src/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v1.3.9",
"version_int": 139,
"version": "v1.4.0",
"version_int": 140,
"md5value": "",
"switch_handle":{
"switch_enable": 0,
Expand Down
1 change: 1 addition & 0 deletions third_lib/Multi_language/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default {
login:"login",
username:"user",
password:"ps",
login_success: "login success",
},
menu:{
turn_on_fan:'Start fan',
Expand Down
1 change: 1 addition & 0 deletions third_lib/Multi_language/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default {
login:"login",
username:"user",
password:"ps",
login_success: "login success",
},
menu:{
turn_on_fan:'Démarrer le ventilateur',
Expand Down
1 change: 1 addition & 0 deletions third_lib/Multi_language/pl.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default {
login:"login",
username:"user",
password:"ps",
login_success: "login success",
},
menu:{
turn_on_fan:'Uruchom chłodzenie',
Expand Down
Empty file modified third_lib/Multi_language/readme.md
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions third_lib/Multi_language/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default {
login:"login",
username:"user",
password:"ps",
login_success: "login success",
},
menu:{
turn_on_fan:'Запустить вентилятор',
Expand Down
1 change: 1 addition & 0 deletions third_lib/Multi_language/zh-Hans.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export default {
login:"登录",
username:"用户名",
password:"密码",
login_success: "登录成功",
},
menu:{
turn_on_fan:'开启风扇',
Expand Down
1 change: 1 addition & 0 deletions third_lib/Multi_language/zh-Hant.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export default {
login:"登錄",
username:"用戶名",
password:"密碼",
login_success: "登錄成功",
},
menu:{
turn_on_fan:'開啟風扇',
Expand Down

0 comments on commit ce33383

Please sign in to comment.