1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-05 21:30:10 +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

@@ -2468,13 +2468,21 @@
"Manage": "Manage"
},
"AppManage": {
"PageTitle": "Manage configs",
"PageTitle": "Manage config",
"TitleNew": "New config",
"NewName": "Config name",
"CopyFrom": "Copy from existing config",
"NameExist": "A config with the same name exists, please choose another one",
"InvalidChar": "Config name cannot contain any of the following characters: .\\/:*?\"<>|",
"InvalidPrefixTemplate": "Config name cannot start with 'template'",
"Back": "Back",
"New": "New",
"Import": "Import",
"Export": "Export",
"Delete": "Delete",
"OverrideWarning": "This will override the current config!",
"ImportSuccess": "Import succeeded",
"NewSuccess": "Add config succeeded",
"Name": "Name",
"Mod": "Mod",
"Actions": "Actions"
@@ -2509,7 +2517,8 @@
"Text": {
"InvalidFeedBack": "Invalid format. Example: {0}",
"Clear": "Clear",
"EnterPassword": "Enter password"
"EnterPassword": "Enter password",
"ChooseFile": "Choose file"
}
}
}