1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-06 02:05:25 +08:00

Add: Able to create new config in GUI

This commit is contained in:
18870
2021-10-24 16:54:07 +08:00
parent 5df441f5d1
commit 25777093c3
9 changed files with 109 additions and 11 deletions

View File

@@ -1455,7 +1455,8 @@
"Install": "Install",
"Develop": "Develop",
"Performance": "Perf.",
"Setting": "Settings"
"Setting": "Settings",
"AddAlas": "Add"
},
"Button": {
"Start": "Start",
@@ -1489,6 +1490,13 @@
"Pending": "Pending",
"Waiting": "Waiting",
"NoTask": "No Task"
},
"AddAlas": {
"PopupTitle": "Add new config",
"NewName": "New name",
"CopyFrom": "Copy from existing config",
"Confirm": "Add",
"FileExist": "A config with the same name exists, please choose another one"
}
}
}