1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-13 01:15:51 +08:00

Opt: Move New config to manage page

This commit is contained in:
18870
2023-08-29 21:08:29 +08:00
parent a4bd13b2bc
commit 23d845b69a
6 changed files with 127 additions and 37 deletions

View File

@@ -2469,12 +2469,20 @@
},
"AppManage": {
"PageTitle": "管理配置文件",
"TitleNew": "添加新配置",
"NewName": "新的配置文件名",
"CopyFrom": "从现有的配置中复制",
"NameExist": "存在同名的配置文件,请重新输入一个",
"InvalidChar": "配置文件名不能包含下列任何字符:.\\/:*?\"<>|",
"InvalidPrefixTemplate": "配置文件名不能以 template 开头",
"Back": "返回",
"New": "添加",
"Import": "导入",
"Export": "导出",
"Delete": "删除",
"OverrideWarning": "将会覆盖现有的配置文件",
"ImportSuccess": "导入成功",
"NewSuccess": "添加成功",
"Name": "配置名称",
"Mod": "插件",
"Actions": "操作"
@@ -2509,7 +2517,8 @@
"Text": {
"InvalidFeedBack": "格式错误。 示例:{0}",
"Clear": "清除",
"EnterPassword": "输入密码"
"EnterPassword": "输入密码",
"ChooseFile": "选择文件"
}
}
}