mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 13:17:00 +08:00
Opt: Validate value before save into config
This commit is contained in:
@@ -1610,6 +1610,9 @@
|
||||
"CopyFrom": "Copy from existing config",
|
||||
"Confirm": "Add",
|
||||
"FileExist": "A config with the same name exists, please choose another one"
|
||||
},
|
||||
"Text": {
|
||||
"InvalidFeedBack": "Invalid format. Example: {0}"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1610,6 +1610,9 @@
|
||||
"CopyFrom": "Gui.AddAlas.CopyFrom",
|
||||
"Confirm": "Gui.AddAlas.Confirm",
|
||||
"FileExist": "Gui.AddAlas.FileExist"
|
||||
},
|
||||
"Text": {
|
||||
"InvalidFeedBack": "Gui.Text.InvalidFeedBack"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1610,6 +1610,9 @@
|
||||
"CopyFrom": "从现有的配置中复制",
|
||||
"Confirm": "添加",
|
||||
"FileExist": "存在同名的配置文件,请重新输入一个"
|
||||
},
|
||||
"Text": {
|
||||
"InvalidFeedBack": "格式错误。 示例:{0}"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1610,6 +1610,9 @@
|
||||
"CopyFrom": "從現有的設定中複製",
|
||||
"Confirm": "添加",
|
||||
"FileExist": "存在同名的設定檔案,請重新命名"
|
||||
},
|
||||
"Text": {
|
||||
"InvalidFeedBack": "格式錯誤。 示例:{0}"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user