1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-09 20:04:52 +00:00

feat: traditional chinese

This commit is contained in:
RedDeadDepresso
2024-01-07 20:53:43 +00:00
committed by YoursFunny
parent e28b2f1e2e
commit f4ad80d17e
228 changed files with 1234 additions and 6 deletions
+2 -1
View File
@@ -25,7 +25,8 @@
"option": [
"auto",
"jp",
"en"
"en",
"zht"
]
},
"ScreenshotMethod": {
+1 -1
View File
@@ -23,7 +23,7 @@ Emulator:
option: [ auto, ]
GameLanguage:
value: auto
option: [ auto, jp, en ]
option: [ auto, jp, en, zht ]
ScreenshotMethod:
value: auto
option: [ auto, ADB, ADB_nc, uiautomator2, aScreenCap, aScreenCap_nc, DroidCast, DroidCast_raw, scrcpy ]
+1 -1
View File
@@ -18,7 +18,7 @@ class GeneratedConfig:
# Group `Emulator`
Emulator_Serial = 'auto'
Emulator_PackageName = 'auto' # auto, JP-Official, OVERSEA-TWHKMO, OVERSEA-Korea, OVERSEA-Asia, OVERSEA-America, OVERSEA-Global
Emulator_GameLanguage = 'auto' # auto, jp, en
Emulator_GameLanguage = 'auto' # auto, jp, en, zht
Emulator_ScreenshotMethod = 'auto' # auto, ADB, ADB_nc, uiautomator2, aScreenCap, aScreenCap_nc, DroidCast, DroidCast_raw, scrcpy
Emulator_ControlMethod = 'MaaTouch' # minitouch, MaaTouch
Emulator_AdbRestart = False
+2 -1
View File
@@ -124,7 +124,8 @@
"help": "Can't detect language automatically, please select the language manually.",
"auto": "Auto-detect",
"jp": "Japanese",
"en": "English"
"en": "English",
"zht": "Traditional Chinese"
},
"ScreenshotMethod": {
"name": "Screenshot Method",
+2 -1
View File
@@ -124,7 +124,8 @@
"help": "无法自动检测语言,请手动选择语言",
"auto": "自动检测",
"jp": "日语",
"en": "英语"
"en": "英语",
"zht": "zht"
},
"ScreenshotMethod": {
"name": "模拟器截图方案",
+1 -1
View File
@@ -5,7 +5,7 @@ Use 'import module.config.server as server' to import, don't use 'from xxx impor
lang = 'jp' # Setting default to cn, will avoid errors when using dev_tools
server = 'JP-Official'
VALID_LANG = ['jp', 'en']
VALID_LANG = ['jp', 'en', 'zht']
VALID_SERVER = {
'JP-Official': 'com.YostarJP.BlueArchive',
'OVERSEA-TWHKMO': 'com.nexon.bluearchive',