mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 07:28:21 +08:00
Fix: Redundant template-maa.maa.json config file (#2551)
This commit is contained in:
@@ -2457,7 +2457,8 @@
|
||||
"CopyFrom": "Copy from existing config",
|
||||
"Confirm": "Add",
|
||||
"FileExist": "A config with the same name exists, please choose another one",
|
||||
"InvalidChar": "Config name cannot contain any of the following characters: .\\/:*?\"<>|"
|
||||
"InvalidChar": "Config name cannot contain any of the following characters: .\\/:*?\"<>|",
|
||||
"InvalidPrefixTemplate": "Config name cannot start with 'template'"
|
||||
},
|
||||
"Update": {
|
||||
"UpToDate": "Latest version",
|
||||
|
||||
@@ -2457,7 +2457,8 @@
|
||||
"CopyFrom": "既存コンフィグからコピー",
|
||||
"Confirm": "追加",
|
||||
"FileExist": "既存コンフィグと同じネーミングとなっていますから別名前を入力してください",
|
||||
"InvalidChar": "コンフィグ名には下記の文字を含めることはできません:.\\/:*?\"<>|"
|
||||
"InvalidChar": "コンフィグ名には下記の文字を含めることはできません:.\\/:*?\"<>|",
|
||||
"InvalidPrefixTemplate": "設定ファイル名は temlpate で始めることはできません"
|
||||
},
|
||||
"Update": {
|
||||
"UpToDate": "今Alasは最新バージョンです",
|
||||
|
||||
@@ -2457,7 +2457,8 @@
|
||||
"CopyFrom": "从现有的配置中复制",
|
||||
"Confirm": "添加",
|
||||
"FileExist": "存在同名的配置文件,请重新输入一个",
|
||||
"InvalidChar": "配置文件名不能包含下列任何字符:.\\/:*?\"<>|"
|
||||
"InvalidChar": "配置文件名不能包含下列任何字符:.\\/:*?\"<>|",
|
||||
"InvalidPrefixTemplate": "配置文件名不能以 template 开头"
|
||||
},
|
||||
"Update": {
|
||||
"UpToDate": "已是最新版本",
|
||||
|
||||
@@ -2457,7 +2457,8 @@
|
||||
"CopyFrom": "從現有的設定中複製",
|
||||
"Confirm": "添加",
|
||||
"FileExist": "存在同名的設定檔案,請重新命名",
|
||||
"InvalidChar": "設定檔案名不可以包含下列任意字元:.\\/:*?\"<>|"
|
||||
"InvalidChar": "設定檔案名不可以包含下列任意字元:.\\/:*?\"<>|",
|
||||
"InvalidPrefixTemplate": "設定檔案名不能以 template 開頭"
|
||||
},
|
||||
"Update": {
|
||||
"UpToDate": "已是最新版本",
|
||||
|
||||
Reference in New Issue
Block a user