mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 15:36:59 +08:00
Add: [CN][TW] War archives GUI translation
This commit is contained in:
@@ -430,12 +430,12 @@ def main(ini_name=''):
|
||||
sos.add_argument('--第9章潛艇圖隊伍', default=default('--第9章潛艇圖隊伍'), gooey_options={'label_color': '#4B5F83'})
|
||||
sos.add_argument('--第10章潛艇圖隊伍', default=default('--第10章潛艇圖隊伍'), gooey_options={'label_color': '#4B5F83'})
|
||||
|
||||
# ==========war_archives==
|
||||
war_archives_parser = subs.add_parser('war_archives')
|
||||
# ==========作戰檔案==========
|
||||
war_archives_parser = subs.add_parser('作戰檔案')
|
||||
war_archives = war_archives_parser.add_argument_group(
|
||||
'war archives settings', 'Type a stage and select a corresponding event for that stage', gooey_options={'label_color': '#931D03'})
|
||||
war_archives.add_argument('--war_archives_stage', default=default('--war_archives_stage'), help='Type stage name, not case sensitive, E.g D3, SP3, HT6', gooey_options={'label_color': '#4B5F83'})
|
||||
war_archives.add_argument('--war_archives_name', default=default('--war_archives_name'), choices=archives_folder, help='There a dropdown menu with many options', gooey_options={'label_color': '#4B5F83'})
|
||||
'作戰檔案設置', '輸入地圖名稱, 然後選擇對應的活動', gooey_options={'label_color': '#931D03'})
|
||||
war_archives.add_argument('--作戰檔案地圖', default=default('--作戰檔案地圖'), help='輸入地圖名稱, 不分大小寫, 例如D3, SP3, HT6', gooey_options={'label_color': '#4B5F83'})
|
||||
war_archives.add_argument('--作戰檔案活動', default=default('--作戰檔案活動'), choices=archives_folder, help='在下拉菜單中選擇活動', gooey_options={'label_color': '#4B5F83'})
|
||||
|
||||
# ==========共鬥活動==========
|
||||
raid_parser = subs.add_parser('共鬥活動')
|
||||
|
||||
Reference in New Issue
Block a user