1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-12 13:43:35 +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": "安装",
"Develop": "开发",
"Performance": "性能",
"Setting": "设置"
"Setting": "设置",
"AddAlas": "新增"
},
"Button": {
"Start": "启动",
@@ -1489,6 +1490,13 @@
"Pending": "队列中",
"Waiting": "等待中",
"NoTask": "无任务"
},
"AddAlas": {
"PopupTitle": "添加新配置",
"NewName": "新的配置文件名",
"CopyFrom": "从现有的配置中复制",
"Confirm": "添加",
"FileExist": "存在同名的配置文件,请重新输入一个"
}
}
}