StarRailCopilot/module/config/i18n/en-US.json

1370 lines
54 KiB
JSON
Raw Normal View History

2023-05-14 07:48:34 +00:00
{
"Menu": {
"Alas": {
"name": "SRC",
"help": ""
2023-06-17 16:13:21 +00:00
},
"Daily": {
"name": "Daily",
"help": ""
2023-08-10 09:12:17 +00:00
},
2023-12-06 16:41:33 +00:00
"Weekly": {
"name": "Weekly",
2023-08-20 15:23:24 +00:00
"help": ""
2023-12-26 16:56:15 +00:00
},
"Tool": {
"name": "Tools",
"help": ""
2023-05-14 07:48:34 +00:00
}
},
"Task": {
"Alas": {
"name": "SRC Settings",
"help": ""
},
"Restart": {
"name": "Error Handling",
"help": ""
2023-06-17 16:13:21 +00:00
},
"Dungeon": {
"name": "Dungeon",
"help": ""
2023-06-18 10:41:58 +00:00
},
"DailyQuest": {
"name": "Daily Quest",
"help": ""
},
"BattlePass": {
"name": "Nameless Honor",
"help": ""
2023-06-19 17:28:41 +00:00
},
"Assignment": {
"name": "Assignment",
"help": ""
2023-08-10 09:12:17 +00:00
},
2023-09-24 08:46:39 +00:00
"DataUpdate": {
"name": "Dashboard Upd",
"help": ""
},
"Freebies": {
"name": "Freebies",
"help": ""
},
2023-12-06 16:41:33 +00:00
"Weekly": {
"name": "Echo of War",
"help": ""
},
2023-08-10 09:12:17 +00:00
"Rogue": {
2023-08-20 15:23:24 +00:00
"name": "Simulated Universe",
2023-12-06 16:41:33 +00:00
"help": ""
2023-12-26 16:56:15 +00:00
},
"Daemon": {
"name": "Dialogue Clicker",
"help": ""
2023-05-14 07:48:34 +00:00
}
},
"Scheduler": {
"_info": {
"name": "Scheduler",
"help": ""
},
"Enable": {
"name": "Enable Task",
"help": "Join this task to scheduler.",
"True": "Enabled",
"False": "False"
2023-05-14 07:48:34 +00:00
},
"NextRun": {
"name": "Next Run",
"help": "Updated automatically after completing the task to set next scheduled run, typically not manually modified\nHowever you can force immediate scheduling if you clear this text field"
},
"Command": {
"name": "Command",
"help": ""
},
"ServerUpdate": {
"name": "Server Update",
"help": "Series of server refresh time(s) as to when this task will next run, this is automatically converted to respective time zone, generally do not need to modify"
}
},
"Emulator": {
"_info": {
"name": "Emulator Settings",
"help": ""
},
"Serial": {
"name": "Serial",
"help": "Common emulator Serial can be queried in the list below\nUse \"auto\" to auto-detect emulators, but if multiple emulators are running or use emulators that do not support auto-detect, \"auto\" cannot be used and serial must be filled in manually\nDefault serial for select emulators:\n- BlueStacks 127.0.0.1:5555\n- BlueStacks4 Hyper-V use \"bluestacks4-hyperv\", \"bluestacks4-hyperv-2\" for multi instance, and so on\n- BlueStacks5 Hyper-V use \"bluestacks5-hyperv\", \"bluestacks5-hyperv-1\" for multi instance, and so on\n- NoxPlayer 127.0.0.1:62001\n- NoxPlayer64bit 127.0.0.1:59865\n- MuMuPlayer/MuMuPlayer X 127.0.0.1:7555\n- MuMuPlayer12 127.0.0.1:16384\n- MemuPlayer 127.0.0.1:21503\n- LDPlayer emulator-5554 or 127.0.0.1:5555\n- WSA use \"wsa-0\" to make the game run in the background, which needs to be controlled or closed by third-party software\nIf there are multiple emulator instances running, the default is reserved for one of them and the others will use different serials to avoid conflicts\nOpen console.bat and run `adb devices` to find them or follow the emulator's official tutorial"
2023-05-14 07:48:34 +00:00
},
2024-01-14 15:56:06 +00:00
"GameClient": {
"name": "Game Client",
"help": "When using cloud, you will be automatically queued to log in. Cloud game is available in CN only",
"android": "Android client",
"cloud_android": "Cloud game android client"
},
2023-05-14 07:48:34 +00:00
"PackageName": {
"name": "Game Server",
"help": "Can't distinguish different regions of oversea servers, please select the server manually.",
2023-05-14 07:48:34 +00:00
"auto": "Auto-detect",
"CN-Official": "[CN]-Official",
"CN-Bilibili": "[CN]-Bilibili",
"OVERSEA-America": "[OVERSEA]-America",
"OVERSEA-Asia": "[OVERSEA]-Asia",
"OVERSEA-Europe": "[OVERSEA]-Europe",
"OVERSEA-TWHKMO": "[OVERSEA]-TW,HK,MO"
2023-05-14 07:48:34 +00:00
},
2023-09-12 20:25:02 +00:00
"GameLanguage": {
"name": "In-game Text Language",
"help": "Currently, only Simplified Chinese and English are supported. Please set the text language in game to one of them.",
2023-09-12 20:25:02 +00:00
"auto": "Auto-detect",
"cn": "简体中文",
"en": "English"
},
2023-05-14 07:48:34 +00:00
"ScreenshotMethod": {
"name": "Screenshot Method",
"help": "When using auto-select, a benchmark will be performed and automatically changed to the fastest screenshot method.\nGeneral speed: DroidCast_raw >> aScreenCap_nc > ADB_nc >>> aScreenCap > uiautomator2 ~= ADB.\nRun Tools - Performance Test to find the fastest method.",
"auto": "Auto-select the fastest",
"ADB": "ADB ",
"ADB_nc": "ADB_nc",
"uiautomator2": "uiautomator2",
"aScreenCap": "aScreenCap",
"aScreenCap_nc": "aScreenCap_nc",
"DroidCast": "DroidCast",
"DroidCast_raw": "DroidCast_raw",
2024-04-14 11:05:14 +00:00
"scrcpy": "scrcpy",
"nemu_ipc": "nemu_ipc"
2023-05-14 07:48:34 +00:00
},
"ControlMethod": {
"name": "Control Method",
"help": "Speed: MaaTouch = minitouch >>> uiautomator2 ~= ADB\nMaaTouch is recommended",
"minitouch": "minitouch",
"MaaTouch": "MaaTouch"
},
"AdbRestart": {
"name": "Try to restart adb when no device found",
"help": ""
}
},
"EmulatorInfo": {
"_info": {
"name": "Emulator Settings",
"help": "The following values are auto-filled according to \"Serial\", if you dont understand, please don't modify them"
},
"Emulator": {
"name": "Emulator Type",
"help": "",
"auto": "Auto-detect",
"NoxPlayer": "Nox Player",
"NoxPlayer64": "Nox Player 64bit",
"BlueStacks4": "BlueStacks 4",
"BlueStacks5": "BlueStacks 5",
"BlueStacks4HyperV": "BlueStacks 4 Hyper-V",
"BlueStacks5HyperV": "BlueStacks 5 Hyper-V",
"LDPlayer3": "LD Player 3",
"LDPlayer4": "LD Player 4",
"LDPlayer9": "LD Player 9",
"MuMuPlayer": "MuMu Player",
"MuMuPlayerX": "MuMu Player X",
"MuMuPlayer12": "MuMu Player 12",
"MEmuPlayer": "MEmu Player"
},
"name": {
"name": "Emulator Instance Name",
"help": ""
},
"path": {
"name": "Emulator Installation Path",
"help": ""
}
},
"Error": {
"_info": {
"name": "Debug Settings",
"help": ""
},
"Restart": {
"name": "Restart Game on Error",
"help": "",
"game": "Restart game",
"game_emulator": "Restart emulator and game"
},
"SaveError": {
"name": "Record Exception",
"help": "Records exception and log into directory for review or sharing"
},
"ScreenshotLength": {
"name": "Record Screenshot(s)",
"help": "Number of screenshots saved when exception occurs"
},
"OnePushConfig": {
"name": "Error notify config",
"help": "When Alas cannot handle exception, send a message through Onepush. Configuration document: \nhttps://github.com/LmeSzinc/AzurLaneAutoScript/wiki/Onepush-configuration-%5BEN%5D"
}
},
"Optimization": {
"_info": {
"name": "Optimization Settings",
"help": ""
},
"ScreenshotInterval": {
"name": "Take Screenshots Every X Second(s)",
"help": "Minimum interval between 2 screenshots, limited in 0.1 ~ 0.3, can help reduce CPU on high-end PCs"
},
"CombatScreenshotInterval": {
"name": "Take Screenshots Every X Second(s) In Combat",
"help": "Minimum interval between 2 screenshots, limited in 0.1 ~ 1.0, can help reduce CPU during battle"
},
"WhenTaskQueueEmpty": {
"name": "When Task Queue is Empty",
"help": "Close AL when there are no pending tasks, can help reduce CPU",
"stay_there": "Stay There",
"goto_main": "Goto Main Page",
"close_game": "Close Game"
}
},
2024-01-14 15:56:06 +00:00
"CloudStorage": {
"_info": {
"name": "CloudStorage._info.name",
"help": "CloudStorage._info.help"
},
"CloudRemainSeasonPass": {
"name": "CloudStorage.CloudRemainSeasonPass.name",
"help": "CloudStorage.CloudRemainSeasonPass.help"
},
"CloudRemainPaid": {
"name": "CloudStorage.CloudRemainPaid.name",
"help": "CloudStorage.CloudRemainPaid.help"
},
"CloudRemainFree": {
"name": "CloudStorage.CloudRemainFree.name",
"help": "CloudStorage.CloudRemainFree.help"
}
},
2023-06-17 16:13:21 +00:00
"Dungeon": {
2023-05-14 07:48:34 +00:00
"_info": {
2023-06-17 16:13:21 +00:00
"name": "Dungeon Settings",
"help": "Brush a dungeon until trailblaze power runs out"
2023-05-14 07:48:34 +00:00
},
2023-06-17 16:13:21 +00:00
"Name": {
"name": "Dungeon Name",
2023-07-10 15:36:35 +00:00
"help": "Default dungeon setting",
"Calyx_Golden_Memories_Jarilo_VI": "Material: Character EXP (Bud of Memories (Jarilo-Ⅵ))",
2024-02-06 20:36:17 +00:00
"Calyx_Golden_Memories_The_Xianzhou_Luofu": "Material: Character EXP (Bud of Memories (The Xianzhou Luofu))",
"Calyx_Golden_Memories_Penacony": "Material: Character EXP (Bud of Memories (Penacony))",
"Calyx_Golden_Aether_Jarilo_VI": "Material: Light Cone EXP (Bud of Aether (Jarilo-Ⅵ))",
2024-02-06 20:36:17 +00:00
"Calyx_Golden_Aether_The_Xianzhou_Luofu": "Material: Light Cone EXP (Bud of Aether (The Xianzhou Luofu))",
"Calyx_Golden_Aether_Penacony": "Material: Light Cone EXP (Bud of Aether (Penacony))",
"Calyx_Golden_Treasures_Jarilo_VI": "Material: Credit (Bud of Treasures (Jarilo-Ⅵ))",
2024-02-06 20:36:17 +00:00
"Calyx_Golden_Treasures_The_Xianzhou_Luofu": "Material: Credit (Bud of Treasures (The Xianzhou Luofu))",
"Calyx_Golden_Treasures_Penacony": "Material: Credit (Bud of Treasures (Penacony))",
"Calyx_Crimson_Destruction_Herta_StorageZone": "Trace: Destruction (Storage Zone)",
"Calyx_Crimson_Destruction_Luofu_ScalegorgeWaterscape": "Trace: Destruction (Scalegorge Waterscape)",
2024-02-06 22:57:52 +00:00
"Calyx_Crimson_Preservation_Herta_SupplyZone": "Trace: Preservation (Supply Zone)",
2024-03-27 15:15:10 +00:00
"Calyx_Crimson_Preservation_Penacony_ClockStudiosThemePark": "Trace: Preservation (Clock Studios Theme Park)",
2024-02-06 20:36:17 +00:00
"Calyx_Crimson_The_Hunt_Jarilo_OutlyingSnowPlains": "Trace: The Hunt (Outlying Snow Plains)",
"Calyx_Crimson_The_Hunt_Penacony_SoulGladScorchsandAuditionVenue": "Trace: The Hunt (SoulGlad Scorchsand Audition Venue)",
2024-02-06 22:57:52 +00:00
"Calyx_Crimson_Abundance_Jarilo_BackwaterPass": "Trace: Abundance (Backwater Pass)",
2024-03-27 15:15:10 +00:00
"Calyx_Crimson_Abundance_Luofu_FyxestrollGarden": "Trace: Abundance (Fyxestroll Garden)",
2024-02-06 20:36:17 +00:00
"Calyx_Crimson_Erudition_Jarilo_RivetTown": "Trace: Erudition (Rivet Town)",
"Calyx_Crimson_Harmony_Jarilo_RobotSettlement": "Trace: The Harmony (Robot Settlement)",
"Calyx_Crimson_Harmony_Penacony_TheReverieDreamscape": "Trace: The Harmony (The Reverie (Dreamscape))",
"Calyx_Crimson_Nihility_Jarilo_GreatMine": "Trace: Nihility (Great Mine)",
"Calyx_Crimson_Nihility_Luofu_AlchemyCommission": "Trace: Nihility (Alchemy Commission)",
"Stagnant_Shadow_Spike": "Ascension: Physical (Natasha / Clara / Luka / Sushang)",
2024-02-06 20:36:17 +00:00
"Stagnant_Shadow_Perdition": "Ascension: Physical (Hanya / Argenti)",
"Stagnant_Shadow_Duty": "Ascension: Physical (Boothill / Robin)",
2024-02-06 20:36:17 +00:00
"Stagnant_Shadow_Blaze": "Ascension: Fire (Himeko / Asta / Hook)",
"Stagnant_Shadow_Scorch": "Ascension: Fire (Guinaifen / Topaz & Numby)",
2024-03-27 15:15:10 +00:00
"Stagnant_Shadow_Ire": "Ascension: Fire (Gallagher)",
"Stagnant_Shadow_Rime": "Ascension: Ice (March 7th / Herta / Gepard / Pela)",
2023-12-27 05:09:44 +00:00
"Stagnant_Shadow_Icicle": "Ascension: Ice (Yanqing / Jingliu / Ruan Mei)",
2024-02-06 20:36:17 +00:00
"Stagnant_Shadow_Nectar": "Ascension: Ice (Misha)",
"Stagnant_Shadow_Fulmination": "Ascension: Lightning (Arlan / Serval / Tingyun / Bailu)",
2024-03-27 15:15:10 +00:00
"Stagnant_Shadow_Doom": "Ascension: Lightning (Kafka / Jing Yuan / Acheron)",
2024-02-06 20:36:17 +00:00
"Stagnant_Shadow_Gust": "Ascension: Wind (Dan Heng / Bronya / Sampo)",
"Stagnant_Shadow_Celestial": "Ascension: Wind (Blade / Huohuo / Black Swan)",
"Stagnant_Shadow_Quanta": "Ascension: Quantum (Silver Wolf / Seele / Qingque)",
2023-12-27 05:09:44 +00:00
"Stagnant_Shadow_Abomination": "Ascension: Quantum (Lynx / Fu Xuan / Xueyi)",
2024-02-06 20:36:17 +00:00
"Stagnant_Shadow_Roast": "Ascension: Quantum (Sparkle)",
"Stagnant_Shadow_Mirage": "Ascension: Imaginary (Welt / Luocha / Yukong)",
2024-03-27 15:15:10 +00:00
"Stagnant_Shadow_Puppetry": "Ascension: Imaginary (Dan Heng • Imbibitor Lunae / Aventurine / Dr. Ratio)",
2023-06-27 17:17:24 +00:00
"Cavern_of_Corrosion_Path_of_Gelid_Wind": "Relics: Ice Set & Wind Set (Path of Gelid Wind)",
"Cavern_of_Corrosion_Path_of_Jabbing_Punch": "Relics: Physical Set & Break Effect Set (Path of Jabbing Punch)",
"Cavern_of_Corrosion_Path_of_Drifting": "Relics: Healing Set & Musketeer Set (Path of Drifting)",
"Cavern_of_Corrosion_Path_of_Providence": "Relics: Guard Set & Quantum Set (Path of Providence)",
"Cavern_of_Corrosion_Path_of_Holy_Hymn": "Relics: DEF Set & Lighting Set (Path of Holy Hymn)",
"Cavern_of_Corrosion_Path_of_Conflagration": "Relics: Fire Set & Imaginary Set (Path of Conflagration)",
"Cavern_of_Corrosion_Path_of_Elixir_Seekers": "Relics: HP Set & SPD Set (Path of Elixir Seekers)",
2024-02-06 20:36:17 +00:00
"Cavern_of_Corrosion_Path_of_Darkness": "Relics: Pursuit Set & Dot Set (Path of Darkness)",
2024-02-07 14:07:40 +00:00
"Cavern_of_Corrosion_Path_of_Dreamdive": "Relics: Debuff Set & Break Effect Set (Path of Dreamdive)"
2023-06-17 16:13:21 +00:00
},
2023-07-10 15:36:35 +00:00
"NameAtDoubleCalyx": {
"name": "At Double Calyx Event, choose dungeon",
"help": "Return to the default dungeon settings after double times exhausted",
"Calyx_Golden_Memories_Jarilo_VI": "Material: Character EXP (Bud of Memories (Jarilo-Ⅵ))",
2024-02-06 20:36:17 +00:00
"Calyx_Golden_Memories_The_Xianzhou_Luofu": "Material: Character EXP (Bud of Memories (The Xianzhou Luofu))",
"Calyx_Golden_Memories_Penacony": "Material: Character EXP (Bud of Memories (Penacony))",
"Calyx_Golden_Aether_Jarilo_VI": "Material: Light Cone EXP (Bud of Aether (Jarilo-Ⅵ))",
2024-02-06 20:36:17 +00:00
"Calyx_Golden_Aether_The_Xianzhou_Luofu": "Material: Light Cone EXP (Bud of Aether (The Xianzhou Luofu))",
"Calyx_Golden_Aether_Penacony": "Material: Light Cone EXP (Bud of Aether (Penacony))",
"Calyx_Golden_Treasures_Jarilo_VI": "Material: Credit (Bud of Treasures (Jarilo-Ⅵ))",
2024-02-06 20:36:17 +00:00
"Calyx_Golden_Treasures_The_Xianzhou_Luofu": "Material: Credit (Bud of Treasures (The Xianzhou Luofu))",
"Calyx_Golden_Treasures_Penacony": "Material: Credit (Bud of Treasures (Penacony))",
"Calyx_Crimson_Destruction_Herta_StorageZone": "Trace: Destruction (Storage Zone)",
"Calyx_Crimson_Destruction_Luofu_ScalegorgeWaterscape": "Trace: Destruction (Scalegorge Waterscape)",
2024-02-06 22:57:52 +00:00
"Calyx_Crimson_Preservation_Herta_SupplyZone": "Trace: Preservation (Supply Zone)",
2024-03-27 15:15:10 +00:00
"Calyx_Crimson_Preservation_Penacony_ClockStudiosThemePark": "Trace: Preservation (Clock Studios Theme Park)",
2024-02-06 20:36:17 +00:00
"Calyx_Crimson_The_Hunt_Jarilo_OutlyingSnowPlains": "Trace: The Hunt (Outlying Snow Plains)",
"Calyx_Crimson_The_Hunt_Penacony_SoulGladScorchsandAuditionVenue": "Trace: The Hunt (SoulGlad Scorchsand Audition Venue)",
2024-02-06 22:57:52 +00:00
"Calyx_Crimson_Abundance_Jarilo_BackwaterPass": "Trace: Abundance (Backwater Pass)",
2024-03-27 15:15:10 +00:00
"Calyx_Crimson_Abundance_Luofu_FyxestrollGarden": "Trace: Abundance (Fyxestroll Garden)",
2024-02-06 20:36:17 +00:00
"Calyx_Crimson_Erudition_Jarilo_RivetTown": "Trace: Erudition (Rivet Town)",
"Calyx_Crimson_Harmony_Jarilo_RobotSettlement": "Trace: The Harmony (Robot Settlement)",
"Calyx_Crimson_Harmony_Penacony_TheReverieDreamscape": "Trace: The Harmony (The Reverie (Dreamscape))",
"Calyx_Crimson_Nihility_Jarilo_GreatMine": "Trace: Nihility (Great Mine)",
2024-02-06 22:57:52 +00:00
"Calyx_Crimson_Nihility_Luofu_AlchemyCommission": "Trace: Nihility (Alchemy Commission)"
2023-07-10 15:36:35 +00:00
},
2023-08-20 16:51:10 +00:00
"NameAtDoubleRelic": {
"name": "At Double Relic Event, choose dungeon",
"help": "Return to the default dungeon settings after double times exhausted",
"Cavern_of_Corrosion_Path_of_Gelid_Wind": "Relics: Ice Set & Wind Set (Path of Gelid Wind)",
"Cavern_of_Corrosion_Path_of_Jabbing_Punch": "Relics: Physical Set & Break Effect Set (Path of Jabbing Punch)",
"Cavern_of_Corrosion_Path_of_Drifting": "Relics: Healing Set & Musketeer Set (Path of Drifting)",
"Cavern_of_Corrosion_Path_of_Providence": "Relics: Guard Set & Quantum Set (Path of Providence)",
"Cavern_of_Corrosion_Path_of_Holy_Hymn": "Relics: DEF Set & Lighting Set (Path of Holy Hymn)",
"Cavern_of_Corrosion_Path_of_Conflagration": "Relics: Fire Set & Imaginary Set (Path of Conflagration)",
"Cavern_of_Corrosion_Path_of_Elixir_Seekers": "Relics: HP Set & SPD Set (Path of Elixir Seekers)",
2024-02-06 20:36:17 +00:00
"Cavern_of_Corrosion_Path_of_Darkness": "Relics: Pursuit Set & Dot Set (Path of Darkness)",
2024-02-07 14:07:40 +00:00
"Cavern_of_Corrosion_Path_of_Dreamdive": "Relics: Debuff Set & Break Effect Set (Path of Dreamdive)"
2023-08-20 16:51:10 +00:00
},
2023-06-17 16:13:21 +00:00
"Team": {
"name": "Dungeon Team",
"help": "",
"1": "1",
"2": "2",
"3": "3",
"4": "4",
"5": "5",
2023-12-27 15:52:42 +00:00
"6": "6",
"7": "7",
"8": "8",
"9": "9"
}
},
"DungeonDaily": {
"_info": {
"name": "Daily Quest Settings",
"help": "Clear required dungeon once to achieve daily quests"
},
"CalyxGolden": {
"name": "Clear Calyx Golden 1 times",
"help": "",
"do_not_achieve": "Don't Do This Quest",
"Calyx_Golden_Memories_Jarilo_VI": "Material: Character EXP (Bud of Memories (Jarilo-Ⅵ))",
2024-02-06 20:36:17 +00:00
"Calyx_Golden_Memories_The_Xianzhou_Luofu": "Material: Character EXP (Bud of Memories (The Xianzhou Luofu))",
"Calyx_Golden_Memories_Penacony": "Material: Character EXP (Bud of Memories (Penacony))",
"Calyx_Golden_Aether_Jarilo_VI": "Material: Light Cone EXP (Bud of Aether (Jarilo-Ⅵ))",
2024-02-06 20:36:17 +00:00
"Calyx_Golden_Aether_The_Xianzhou_Luofu": "Material: Light Cone EXP (Bud of Aether (The Xianzhou Luofu))",
"Calyx_Golden_Aether_Penacony": "Material: Light Cone EXP (Bud of Aether (Penacony))",
"Calyx_Golden_Treasures_Jarilo_VI": "Material: Credit (Bud of Treasures (Jarilo-Ⅵ))",
2024-02-06 20:36:17 +00:00
"Calyx_Golden_Treasures_The_Xianzhou_Luofu": "Material: Credit (Bud of Treasures (The Xianzhou Luofu))",
"Calyx_Golden_Treasures_Penacony": "Material: Credit (Bud of Treasures (Penacony))"
},
"CalyxCrimson": {
"name": "Clear Calyx Crimson 1 times",
"help": "",
"do_not_achieve": "Don't Do This Quest",
2024-02-06 20:36:17 +00:00
"Calyx_Crimson_Destruction_Herta_StorageZone": "Trace: Destruction (Storage Zone)",
"Calyx_Crimson_Destruction_Luofu_ScalegorgeWaterscape": "Trace: Destruction (Scalegorge Waterscape)",
2024-02-06 22:57:52 +00:00
"Calyx_Crimson_Preservation_Herta_SupplyZone": "Trace: Preservation (Supply Zone)",
2024-03-27 15:15:10 +00:00
"Calyx_Crimson_Preservation_Penacony_ClockStudiosThemePark": "Trace: Preservation (Clock Studios Theme Park)",
2024-02-06 20:36:17 +00:00
"Calyx_Crimson_The_Hunt_Jarilo_OutlyingSnowPlains": "Trace: The Hunt (Outlying Snow Plains)",
"Calyx_Crimson_The_Hunt_Penacony_SoulGladScorchsandAuditionVenue": "Trace: The Hunt (SoulGlad Scorchsand Audition Venue)",
2024-02-06 22:57:52 +00:00
"Calyx_Crimson_Abundance_Jarilo_BackwaterPass": "Trace: Abundance (Backwater Pass)",
2024-03-27 15:15:10 +00:00
"Calyx_Crimson_Abundance_Luofu_FyxestrollGarden": "Trace: Abundance (Fyxestroll Garden)",
2024-02-06 20:36:17 +00:00
"Calyx_Crimson_Erudition_Jarilo_RivetTown": "Trace: Erudition (Rivet Town)",
"Calyx_Crimson_Harmony_Jarilo_RobotSettlement": "Trace: The Harmony (Robot Settlement)",
"Calyx_Crimson_Harmony_Penacony_TheReverieDreamscape": "Trace: The Harmony (The Reverie (Dreamscape))",
"Calyx_Crimson_Nihility_Jarilo_GreatMine": "Trace: Nihility (Great Mine)",
2024-02-06 22:57:52 +00:00
"Calyx_Crimson_Nihility_Luofu_AlchemyCommission": "Trace: Nihility (Alchemy Commission)"
},
"StagnantShadow": {
"name": "Clear Stagnant Shadow 1 times",
"help": "",
"do_not_achieve": "Don't Do This Quest",
"Stagnant_Shadow_Spike": "Ascension: Physical (Natasha / Clara / Luka / Sushang)",
2024-02-06 20:36:17 +00:00
"Stagnant_Shadow_Perdition": "Ascension: Physical (Hanya / Argenti)",
"Stagnant_Shadow_Duty": "Ascension: Physical (Boothill / Robin)",
2024-02-06 20:36:17 +00:00
"Stagnant_Shadow_Blaze": "Ascension: Fire (Himeko / Asta / Hook)",
"Stagnant_Shadow_Scorch": "Ascension: Fire (Guinaifen / Topaz & Numby)",
2024-03-27 15:15:10 +00:00
"Stagnant_Shadow_Ire": "Ascension: Fire (Gallagher)",
"Stagnant_Shadow_Rime": "Ascension: Ice (March 7th / Herta / Gepard / Pela)",
2023-12-27 05:09:44 +00:00
"Stagnant_Shadow_Icicle": "Ascension: Ice (Yanqing / Jingliu / Ruan Mei)",
2024-02-06 20:36:17 +00:00
"Stagnant_Shadow_Nectar": "Ascension: Ice (Misha)",
"Stagnant_Shadow_Fulmination": "Ascension: Lightning (Arlan / Serval / Tingyun / Bailu)",
2024-03-27 15:15:10 +00:00
"Stagnant_Shadow_Doom": "Ascension: Lightning (Kafka / Jing Yuan / Acheron)",
2024-02-06 20:36:17 +00:00
"Stagnant_Shadow_Gust": "Ascension: Wind (Dan Heng / Bronya / Sampo)",
"Stagnant_Shadow_Celestial": "Ascension: Wind (Blade / Huohuo / Black Swan)",
"Stagnant_Shadow_Quanta": "Ascension: Quantum (Silver Wolf / Seele / Qingque)",
2023-12-27 05:09:44 +00:00
"Stagnant_Shadow_Abomination": "Ascension: Quantum (Lynx / Fu Xuan / Xueyi)",
2024-02-06 20:36:17 +00:00
"Stagnant_Shadow_Roast": "Ascension: Quantum (Sparkle)",
"Stagnant_Shadow_Mirage": "Ascension: Imaginary (Welt / Luocha / Yukong)",
2024-03-27 15:15:10 +00:00
"Stagnant_Shadow_Puppetry": "Ascension: Imaginary (Dan Heng • Imbibitor Lunae / Aventurine / Dr. Ratio)"
},
"CavernOfCorrosion": {
"name": "Clear Cavern of Corrosion 1 times",
"help": "",
"do_not_achieve": "Don't Do This Quest",
"Cavern_of_Corrosion_Path_of_Gelid_Wind": "Relics: Ice Set & Wind Set (Path of Gelid Wind)",
"Cavern_of_Corrosion_Path_of_Jabbing_Punch": "Relics: Physical Set & Break Effect Set (Path of Jabbing Punch)",
"Cavern_of_Corrosion_Path_of_Drifting": "Relics: Healing Set & Musketeer Set (Path of Drifting)",
"Cavern_of_Corrosion_Path_of_Providence": "Relics: Guard Set & Quantum Set (Path of Providence)",
"Cavern_of_Corrosion_Path_of_Holy_Hymn": "Relics: DEF Set & Lighting Set (Path of Holy Hymn)",
"Cavern_of_Corrosion_Path_of_Conflagration": "Relics: Fire Set & Imaginary Set (Path of Conflagration)",
"Cavern_of_Corrosion_Path_of_Elixir_Seekers": "Relics: HP Set & SPD Set (Path of Elixir Seekers)",
2024-02-06 20:36:17 +00:00
"Cavern_of_Corrosion_Path_of_Darkness": "Relics: Pursuit Set & Dot Set (Path of Darkness)",
2024-02-07 14:07:40 +00:00
"Cavern_of_Corrosion_Path_of_Dreamdive": "Relics: Debuff Set & Break Effect Set (Path of Dreamdive)"
}
},
"DungeonSupport": {
"_info": {
"name": "Support Settings",
"help": ""
},
"Use": {
"name": "Use Friend Support",
"help": "",
"always_use": "Always Use",
"when_daily": "Use Only When Required by Dailies",
"do_not_use": "Don't Use"
},
"Character": {
"name": "Support Character",
"help": "Select a friend support character, if not found, select the default (first) role\nSupport character should not be the same as the character in the team, recommended to prioritize friends.",
"FirstCharacter": "First Character",
"Acheron": "Acheron",
"Argenti": "Argenti",
"Arlan": "Arlan",
"Asta": "Asta",
"Aventurine": "Aventurine",
"Bailu": "Bailu",
2024-02-06 20:36:17 +00:00
"BlackSwan": "Black Swan",
"Blade": "Blade",
"Bronya": "Bronya",
"Clara": "Clara",
"DanHeng": "Dan Heng",
"DanHengImbibitorLunae": "Dan Heng • Imbibitor Lunae",
"DrRatio": "Dr. Ratio",
"FuXuan": "Fu Xuan",
"Gallagher": "Gallagher",
"Gepard": "Gepard",
2023-10-28 11:16:19 +00:00
"Guinaifen": "Guinaifen",
"Hanya": "Hanya",
"Herta": "Herta",
"Himeko": "Himeko",
"Hook": "Hook",
"Huohuo": "Huohuo",
"JingYuan": "Jing Yuan",
"Jingliu": "Jingliu",
"Kafka": "Kafka",
"Luka": "Luka",
"Luocha": "Luocha",
"Lynx": "Lynx",
"March7th": "March 7th",
2024-02-06 20:36:17 +00:00
"Misha": "Misha",
"Natasha": "Natasha",
"Pela": "Pela",
"Qingque": "Qingque",
"Robin": "Robin",
2023-12-27 05:09:44 +00:00
"RuanMei": "Ruan Mei",
"Sampo": "Sampo",
"Seele": "Seele",
"Serval": "Serval",
"SilverWolf": "Silver Wolf",
2024-02-29 15:01:29 +00:00
"Sparkle": "Sparkle",
"Sushang": "Sushang",
"Tingyun": "Tingyun",
"TopazNumby": "Topaz & Numby",
"TrailblazerDestruction": "Trailblazer Destruction",
"TrailblazerPreservation": "Trailblazer Preservation",
"Welt": "Welt",
2023-12-27 05:09:44 +00:00
"Xueyi": "Xueyi",
"Yanqing": "Yanqing",
"Yukong": "Yukong"
2023-05-14 07:48:34 +00:00
}
},
"DungeonStorage": {
"_info": {
"name": "DungeonStorage._info.name",
"help": "DungeonStorage._info.help"
},
2023-08-27 16:41:49 +00:00
"TrailblazePower": {
"name": "Power",
"help": ""
},
2023-10-20 09:48:22 +00:00
"Immersifier": {
"name": "Immersifier",
"help": ""
},
"DungeonDouble": {
2023-08-27 16:41:49 +00:00
"name": "Dungeon Double",
"help": ""
},
2023-09-26 17:30:43 +00:00
"EchoOfWar": {
"name": "Echo.",
"help": ""
},
"SimulatedUniverse": {
2023-09-26 17:30:43 +00:00
"name": "Sim.Univ.",
"help": ""
}
},
"SupportReward": {
"_info": {
"name": "Support Reward",
"help": ""
},
"Collect": {
"name": "Receive support reward",
"help": ""
}
},
2024-05-15 18:57:49 +00:00
"Planner": {
"_info": {
"name": "Character Planner Progress",
"help": ""
},
"Item_Credit": {
"name": "Credit",
"help": ""
},
"Item_Traveler_Guide": {
"name": " Character EXP ",
"help": ""
},
"Item_Refined_Aether": {
"name": " Light Cone EXP ",
"help": ""
},
"Item_Lost_Crystal": {
"name": "Lost Crystal",
"help": ""
},
"Item_Broken_Teeth_of_Iron_Wolf": {
"name": "Ascension: Physical (Natasha / Clara / Luka / Sushang)",
"help": ""
},
"Item_Endotherm_Chitin": {
"name": "Ascension: Fire (Himeko / Asta / Hook)",
"help": ""
},
"Item_Horn_of_Snow": {
"name": "Ascension: Ice (March 7th / Herta / Gepard / Pela)",
"help": ""
},
"Item_Lightning_Crown_of_the_Past_Shadow": {
"name": "Ascension: Lightning (Arlan / Serval / Tingyun / Bailu)",
"help": ""
},
"Item_Storm_Eye": {
"name": "Ascension: Wind (Dan Heng / Bronya / Sampo)",
"help": ""
},
"Item_Void_Cast_Iron": {
"name": "Ascension: Quantum (Silver Wolf / Seele / Qingque)",
"help": ""
},
"Item_Golden_Crown_of_the_Past_Shadow": {
"name": "Ascension: Imaginary (Welt / Luocha / Yukong)",
"help": ""
},
"Item_Netherworld_Token": {
"name": "Ascension: Physical (Hanya / Argenti)",
"help": ""
},
"Item_Searing_Steel_Blade": {
"name": "Ascension: Fire (Guinaifen / Topaz & Numby)",
"help": ""
},
"Item_Gelid_Chitin": {
"name": "Ascension: Ice (Yanqing / Jingliu / Ruan Mei)",
"help": ""
},
"Item_Shape_Shifter_Lightning_Staff": {
"name": "Ascension: Lightning (Kafka / Jing Yuan / Acheron)",
"help": ""
},
"Item_Ascendant_Debris": {
"name": "Ascension: Wind (Blade / Huohuo / Black Swan)",
"help": ""
},
"Item_Nail_of_the_Ape": {
"name": "Ascension: Quantum (Lynx / Fu Xuan / Xueyi)",
"help": ""
},
"Item_Suppressing_Edict": {
"name": "Ascension: Imaginary (Dan Heng • Imbibitor Lunae / Aventurine / Dr. Ratio)",
"help": ""
},
"Item_IPC_Work_Permit": {
"name": "Ascension: Physical (Boothill / Robin)",
"help": ""
},
"Item_Raging_Heart": {
"name": "Ascension: Fire (Gallagher)",
"help": ""
},
"Item_Dream_Fridge": {
"name": "Ascension: Ice (Misha)",
"help": ""
},
"Item_Dream_Flamer": {
"name": "Ascension: Quantum (Sparkle)",
"help": ""
},
"Item_Worldbreaker_Blade": {
"name": "Trace: Destruction (Storage Zone)",
"help": ""
},
"Item_Arrow_of_the_Starchaser": {
"name": "Trace: The Hunt (Outlying Snow Plains)",
"help": ""
},
"Item_Key_of_Wisdom": {
"name": "Trace: Erudition (Rivet Town)",
"help": ""
},
"Item_Safeguard_of_Amber": {
"name": "Trace: Preservation (Supply Zone)",
"help": ""
},
"Item_Obsidian_of_Obsession": {
"name": "Trace: Nihility (Great Mine)",
"help": ""
},
"Item_Stellaris_Symphony": {
"name": "Trace: The Harmony (Robot Settlement)",
"help": ""
},
"Item_Flower_of_Eternity": {
"name": "Trace: Abundance (Backwater Pass)",
"help": ""
},
"Item_Moon_Madness_Fang": {
"name": "Trace: Destruction (Scalegorge Waterscape)",
"help": ""
},
"Item_Countertemporal_Shot": {
"name": "Trace: The Hunt (SoulGlad Scorchsand Audition Venue)",
"help": ""
},
"Item_Divine_Amber": {
"name": "Trace: Preservation (Clock Studios Theme Park)",
"help": ""
},
"Item_Heaven_Incinerator": {
"name": "Trace: Nihility (Alchemy Commission)",
"help": ""
},
"Item_Heavenly_Melody": {
"name": "Trace: The Harmony (The Reverie (Dreamscape))",
"help": ""
},
"Item_Myriad_Fruit": {
"name": "Trace: Abundance (Fyxestroll Garden)",
"help": ""
},
"Item_Tracks_of_Destiny": {
"name": "Tracks of Destiny",
"help": ""
},
"Item_Destroyer_Final_Road": {
"name": "Destruction's Beginning (Herta Space Station)",
"help": ""
},
"Item_Guardian_Lament": {
"name": "End of the Eternal Freeze (Jarilo-VI)",
"help": ""
},
"Item_Regret_of_Infinite_Ochema": {
"name": "Divine Seed (The Xianzhou Luofu)",
"help": ""
},
"Item_Past_Evils_of_the_Borehole_Planet_Disaster": {
"name": "Borehole Planet's Old Crater (Herta Space Station)",
"help": ""
},
"Item_Lost_Echo_of_the_Shared_Wish": {
"name": "Salutations of Ashen Dreams (Penacony)",
"help": ""
},
"Item_Squirming_Core": {
"name": "Squirming Core",
"help": ""
},
"Item_Conqueror_Will": {
"name": "Conqueror's Will",
"help": ""
},
"Item_Silvermane_Medal": {
"name": "Silvermane Medal",
"help": ""
},
"Item_Ancient_Engine": {
"name": "Ancient Engine",
"help": ""
},
"Item_Immortal_Lumintwig": {
"name": "Immortal Lumintwig",
"help": ""
},
"Item_Artifex_Gyreheart": {
"name": "Artifex's Gyreheart",
"help": ""
},
"Item_Dream_Making_Engine": {
"name": "Dream Making Engine",
"help": ""
},
"Item_Shards_of_Desires": {
"name": "Shards of Desires",
"help": ""
}
},
2023-09-26 17:30:43 +00:00
"Weekly": {
"_info": {
"name": "Echo of War Settings",
"help": "Echo of War is still able to challenge if limit is reached. Consume no trailblaze power, get no reward, but complete daily quests."
},
"Name": {
"name": "Dungeon Name",
"help": "",
"Echo_of_War_Destruction_Beginning": "Destruction's Beginning (Herta Space Station)",
"Echo_of_War_End_of_the_Eternal_Freeze": "End of the Eternal Freeze (Jarilo-VI)",
"Echo_of_War_Divine_Seed": "Divine Seed (The Xianzhou Luofu)",
"Echo_of_War_Borehole_Planet_Old_Crater": "Borehole Planet's Old Crater (Herta Space Station)",
"Echo_of_War_Salutations_of_Ashen_Dreams": "Salutations of Ashen Dreams (Penacony)"
2023-09-26 17:30:43 +00:00
},
"Team": {
"name": "Dungeon Team",
"help": "",
"1": "1",
"2": "2",
"3": "3",
"4": "4",
"5": "5",
2023-12-27 15:52:42 +00:00
"6": "6",
"7": "7",
"8": "8",
"9": "9"
2023-09-26 17:30:43 +00:00
}
},
"AchievableQuest": {
"_info": {
"name": "Achievable Quests",
"help": "When the task status is \"Not Set\", you need to configure the SRC as required to achieve the quest\nNote: Please keep more tasks in \"Achievable\" status, otherwise SRC may not be able to grind 500 activity"
},
"Complete_1_Daily_Mission": {
"name": "Complete 1 Daily Mission",
"help": "",
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
},
"Clear_Calyx_Golden_1_times": {
"name": "Clear Calyx (Golden) 1 time(s)",
"help": "Need to configure and enable the \"Dungeon\" task",
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
},
"Clear_Stagnant_Shadow_1_times": {
"name": "Clear Stagnant Shadow 1 time(s)",
"help": "Need to configure and enable the \"Dungeon\" task",
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
},
"Clear_Cavern_of_Corrosion_1_times": {
"name": "Clear Cavern of Corrosion 1 time(s)",
"help": "Need to configure and enable the \"Dungeon\" task",
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
},
"In_a_single_battle_inflict_3_Weakness_Break_of_different_Types": {
"name": "In a single battle, inflict 3 Weakness Break of different Types",
"help": "Achievable by default, will do Himeko trial",
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
},
"Inflict_Weakness_Break_5_times": {
"name": "Inflict Weakness Break 5 times",
"help": "Achievable by default, will do Himeko trial",
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
},
"Defeat_a_total_of_20_enemies": {
"name": "Defeat a total of 20 enemies",
"help": "Achievable by default, will do Himeko trial",
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
},
"Complete_Forgotten_Hall_1_time": {
"name": "Complete Forgotten Hall 1 time",
"help": "Achievable by default, will choose the first four characters to do stage 1 once, please ensure that account build is sufficient to do stage 1",
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
},
"Complete_Echo_of_War_1_times": {
"name": "Complete Echo of War 1 time(s)",
"help": "Need to configure and enable the \"Echo of War\" task",
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
},
"Use_an_Ultimate_to_deal_the_final_blow_1_time": {
"name": "Use an Ultimate to deal the final blow 1 time",
"help": "Achievable by default, will do Himeko trial",
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
},
"Salvage_any_Relic": {
"name": "Salvage any Relic",
"help": "Achievable by default, will salvage the first one in reverse order of rarity",
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
},
"Use_Consumables_1_time": {
"name": "Use Consumables 1 time",
"help": "Achievable by default, will use gear. If there is no material, synthesized before use",
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
},
2023-12-27 05:09:44 +00:00
"Log_in_to_the_game": {
"name": "Log in to the game",
2023-12-27 15:52:43 +00:00
"help": "",
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
},
2023-12-27 05:09:44 +00:00
"Dispatch_1_assignments": {
"name": "Dispatch 1 assignment(s)",
2023-12-27 15:52:43 +00:00
"help": "Need to configure and enable the \"Assignment\" task",
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
},
2023-12-27 05:09:44 +00:00
"Complete_Simulated_Universe_1_times": {
"name": "Complete Simulated Universe 1 time(s)",
2023-12-06 09:47:39 +00:00
"help": "Need to configure and enable the \"Simulated Universe\" task",
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
},
2023-12-27 05:09:44 +00:00
"Clear_Calyx_Crimson_1_times": {
"name": "Clear Calyx (Crimson) 1 time(s)",
"help": "AchievableQuest.Clear_Calyx_Crimson_1_times.help",
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
},
2023-12-27 15:41:59 +00:00
"Enter_combat_by_attacking_enemie_Weakness_and_win_3_times": {
"name": "Enter combat by attacking enemies' Weakness and win 3 time(s)",
"help": "Achievable by default, will do Himeko trial",
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
},
2023-12-27 15:41:59 +00:00
"Use_Technique_2_times": {
"name": "Use Technique 2 time(s)",
"help": "Achievable by default, will go to the abyssal 1 and use technique twice",
2023-12-27 05:09:44 +00:00
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
},
2023-12-27 16:43:20 +00:00
"Destroy_3_destructible_objects": {
"name": "Destroy 3 destructible object(s)",
"help": "Achievable by default, will do Himeko trial",
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
},
2023-12-27 05:09:44 +00:00
"Obtain_victory_in_combat_with_Support_Characters_1_times": {
"name": "Obtain victory in combat with Support Characters 1 time(s)",
2023-12-27 15:52:43 +00:00
"help": "Need to configure and enable the \"Dungeon\" task, configure support settings also",
2023-12-27 05:09:44 +00:00
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
},
"Level_up_any_character_1_times": {
"name": "Level up any character 1 time(s)",
"help": "",
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
},
2023-12-27 05:09:44 +00:00
"Level_up_any_Light_Cone_1_times": {
"name": "Level up any Light Cone 1 time(s)",
"help": "",
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
},
2023-12-27 05:09:44 +00:00
"Use_the_Omni_Synthesizer_1_times": {
"name": "Use the Omni-Synthesizer 1 time(s)",
2023-12-27 15:52:43 +00:00
"help": "Achievable by default, will synthesize low-rarity material",
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
},
2023-12-27 05:09:44 +00:00
"Take_photos_1_times": {
"name": "Take photos 1 time(s)",
2023-12-27 15:52:43 +00:00
"help": "Achievable by default",
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
},
2023-12-27 15:41:59 +00:00
"Consume_120_Trailblaze_Power": {
"name": "Consume 120 Trailblaze Power",
2023-12-27 15:52:43 +00:00
"help": "",
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
},
2023-12-27 05:09:44 +00:00
"Level_up_any_Relic_1_times": {
"name": "Level up any Relic 1 time(s)",
2023-12-27 15:52:43 +00:00
"help": "",
"achievable": "Achievable",
"not_set": "Not Set",
"not_supported": "Not Supported Yet"
}
},
"DailyStorage": {
"_info": {
"name": "DailyStorage._info.name",
"help": "DailyStorage._info.help"
},
"DailyActivity": {
2023-08-27 16:41:49 +00:00
"name": "Activity",
"help": ""
},
"DailyQuest": {
2023-08-27 16:41:49 +00:00
"name": "Daily Quest",
"help": ""
}
},
"BattlePassStorage": {
"_info": {
"name": "BattlePassStorage._info.name",
"help": "BattlePassStorage._info.help"
},
"BattlePassLevel": {
"name": "Honor",
"help": ""
},
2023-12-27 18:03:26 +00:00
"BattlePassWeeklyQuest": {
"name": "Honor Mission",
"help": ""
},
"BattlePassSimulatedUniverse": {
"name": "Complete Simulated Universe 1 time(s)",
"help": ""
},
"BattlePassQuestCalyx": {
"name": "Clear Calyx 20 time(s)",
"help": ""
},
"BattlePassQuestEchoOfWar": {
"name": "Complete Echo of War 2 time(s)",
"help": ""
},
"BattlePassQuestCredits": {
"name": "Use 300,000 credits",
"help": ""
},
"BattlePassQuestSynthesizeConsumables": {
"name": "Synthesize Consumables 10 time(s)",
"help": ""
},
"BattlePassQuestCavernOfCorrosion": {
"name": "Clear Cavern of Corrosion 8 time(s)",
"help": ""
},
"BattlePassQuestTrailblazePower": {
"name": "Consume a total of 100 Trailblaze Power (1400 Trailblazer Power max)",
"help": ""
}
},
2023-06-19 17:28:41 +00:00
"Assignment": {
"_info": {
"name": "Assignment Settings",
"help": "Claim rewards and dispatch, handling specified assignments first\nIf the assignment limit is not reached after that, others will be dispatched according to preset priority (EXP Materials/Credits → Character Materials → Synthesis Materials)"
2023-06-19 17:28:41 +00:00
},
"Name_1": {
"name": "Assignment 1 Preference",
"help": "",
"Tranquility_of_Vimala_bhumi": "Tatters of Thought (Tranquility of Vimala-bhumi)",
2024-05-12 19:01:32 +00:00
"A_Startling_Night_Terror": "Dream Collection Component (A Startling Night Terror)",
"Fire_Lord_Inflames_Blades_of_War": "Artifex's Module (Fire Lord Inflames Blades of War)",
"Root_Out_the_Turpitude": "Immortal Scionette (Root Out the Turpitude)",
"Born_to_Obey": "Ancient Part (Born to Obey)",
"Winter_Soldiers": "Silvermane Badge (Winter Soldiers)",
"Destruction_of_the_Destroyer": "Thief's Instinct (Destruction of the Destroyer)",
"Nine_Billion_Names": "Extinguished Core (Nine Billion Names)",
"Akashic_Records": "Light Cone EXP Material (Akashic Records)",
2024-05-12 19:01:32 +00:00
"Nameless_Land_Nameless_People": "Character EXP Material (Nameless Land, Nameless People)",
"The_Invisible_Hand": "Credit (The Invisible Hand)",
2024-05-12 19:01:32 +00:00
"Scalpel_and_Screwdriver": "Rusty Gear & Old Molar (Scalpel and Screwdriver)",
"The_Wages_of_Humanity": "Human-Height Auspicious Crops & Extract of Medicinal Herbs (The Wages of Humanity)",
2024-05-12 19:01:32 +00:00
"Legend_of_the_Puppet_Master": "Discarded Ingenium Parts & Jade Abacus Unit (Legend of the Puppet Master)",
"The_Land_of_Gold": "Basic Ingredients & Protein Rice (The Land of Gold)",
"Spring_of_Life": "Solid Water & Virtual Particle (Spring of Life)",
"Fragments_of_Illusory_Dreams": "Tranquility & Broken Dreams (Fragments of Illusory Dreams)",
2024-05-12 19:01:32 +00:00
"The_Blossom_in_the_Storm": "Gaseous Liquid & Seed (The Blossom in the Storm)",
"Abandoned_and_Insulted": "Phlogiston & Metal (Abandoned and Insulted)"
},
"Name_2": {
"name": "Assignment 2 Preference",
"help": "",
"Tranquility_of_Vimala_bhumi": "Tatters of Thought (Tranquility of Vimala-bhumi)",
2024-05-12 19:01:32 +00:00
"A_Startling_Night_Terror": "Dream Collection Component (A Startling Night Terror)",
"Fire_Lord_Inflames_Blades_of_War": "Artifex's Module (Fire Lord Inflames Blades of War)",
"Root_Out_the_Turpitude": "Immortal Scionette (Root Out the Turpitude)",
"Born_to_Obey": "Ancient Part (Born to Obey)",
"Winter_Soldiers": "Silvermane Badge (Winter Soldiers)",
"Destruction_of_the_Destroyer": "Thief's Instinct (Destruction of the Destroyer)",
"Nine_Billion_Names": "Extinguished Core (Nine Billion Names)",
"Akashic_Records": "Light Cone EXP Material (Akashic Records)",
2024-05-12 19:01:32 +00:00
"Nameless_Land_Nameless_People": "Character EXP Material (Nameless Land, Nameless People)",
"The_Invisible_Hand": "Credit (The Invisible Hand)",
2024-05-12 19:01:32 +00:00
"Scalpel_and_Screwdriver": "Rusty Gear & Old Molar (Scalpel and Screwdriver)",
"The_Wages_of_Humanity": "Human-Height Auspicious Crops & Extract of Medicinal Herbs (The Wages of Humanity)",
2024-05-12 19:01:32 +00:00
"Legend_of_the_Puppet_Master": "Discarded Ingenium Parts & Jade Abacus Unit (Legend of the Puppet Master)",
"The_Land_of_Gold": "Basic Ingredients & Protein Rice (The Land of Gold)",
"Spring_of_Life": "Solid Water & Virtual Particle (Spring of Life)",
"Fragments_of_Illusory_Dreams": "Tranquility & Broken Dreams (Fragments of Illusory Dreams)",
2024-05-12 19:01:32 +00:00
"The_Blossom_in_the_Storm": "Gaseous Liquid & Seed (The Blossom in the Storm)",
"Abandoned_and_Insulted": "Phlogiston & Metal (Abandoned and Insulted)"
},
"Name_3": {
"name": "Assignment 3 Preference",
"help": "",
"Tranquility_of_Vimala_bhumi": "Tatters of Thought (Tranquility of Vimala-bhumi)",
2024-05-12 19:01:32 +00:00
"A_Startling_Night_Terror": "Dream Collection Component (A Startling Night Terror)",
"Fire_Lord_Inflames_Blades_of_War": "Artifex's Module (Fire Lord Inflames Blades of War)",
"Root_Out_the_Turpitude": "Immortal Scionette (Root Out the Turpitude)",
"Born_to_Obey": "Ancient Part (Born to Obey)",
"Winter_Soldiers": "Silvermane Badge (Winter Soldiers)",
"Destruction_of_the_Destroyer": "Thief's Instinct (Destruction of the Destroyer)",
"Nine_Billion_Names": "Extinguished Core (Nine Billion Names)",
"Akashic_Records": "Light Cone EXP Material (Akashic Records)",
2024-05-12 19:01:32 +00:00
"Nameless_Land_Nameless_People": "Character EXP Material (Nameless Land, Nameless People)",
"The_Invisible_Hand": "Credit (The Invisible Hand)",
2024-05-12 19:01:32 +00:00
"Scalpel_and_Screwdriver": "Rusty Gear & Old Molar (Scalpel and Screwdriver)",
"The_Wages_of_Humanity": "Human-Height Auspicious Crops & Extract of Medicinal Herbs (The Wages of Humanity)",
2024-05-12 19:01:32 +00:00
"Legend_of_the_Puppet_Master": "Discarded Ingenium Parts & Jade Abacus Unit (Legend of the Puppet Master)",
"The_Land_of_Gold": "Basic Ingredients & Protein Rice (The Land of Gold)",
"Spring_of_Life": "Solid Water & Virtual Particle (Spring of Life)",
"Fragments_of_Illusory_Dreams": "Tranquility & Broken Dreams (Fragments of Illusory Dreams)",
2024-05-12 19:01:32 +00:00
"The_Blossom_in_the_Storm": "Gaseous Liquid & Seed (The Blossom in the Storm)",
"Abandoned_and_Insulted": "Phlogiston & Metal (Abandoned and Insulted)"
},
"Name_4": {
"name": "Assignment 4 Preference",
"help": "",
"Tranquility_of_Vimala_bhumi": "Tatters of Thought (Tranquility of Vimala-bhumi)",
2024-05-12 19:01:32 +00:00
"A_Startling_Night_Terror": "Dream Collection Component (A Startling Night Terror)",
"Fire_Lord_Inflames_Blades_of_War": "Artifex's Module (Fire Lord Inflames Blades of War)",
"Root_Out_the_Turpitude": "Immortal Scionette (Root Out the Turpitude)",
"Born_to_Obey": "Ancient Part (Born to Obey)",
"Winter_Soldiers": "Silvermane Badge (Winter Soldiers)",
"Destruction_of_the_Destroyer": "Thief's Instinct (Destruction of the Destroyer)",
"Nine_Billion_Names": "Extinguished Core (Nine Billion Names)",
"Akashic_Records": "Light Cone EXP Material (Akashic Records)",
2024-05-12 19:01:32 +00:00
"Nameless_Land_Nameless_People": "Character EXP Material (Nameless Land, Nameless People)",
"The_Invisible_Hand": "Credit (The Invisible Hand)",
2024-05-12 19:01:32 +00:00
"Scalpel_and_Screwdriver": "Rusty Gear & Old Molar (Scalpel and Screwdriver)",
"The_Wages_of_Humanity": "Human-Height Auspicious Crops & Extract of Medicinal Herbs (The Wages of Humanity)",
2024-05-12 19:01:32 +00:00
"Legend_of_the_Puppet_Master": "Discarded Ingenium Parts & Jade Abacus Unit (Legend of the Puppet Master)",
"The_Land_of_Gold": "Basic Ingredients & Protein Rice (The Land of Gold)",
"Spring_of_Life": "Solid Water & Virtual Particle (Spring of Life)",
"Fragments_of_Illusory_Dreams": "Tranquility & Broken Dreams (Fragments of Illusory Dreams)",
2024-05-12 19:01:32 +00:00
"The_Blossom_in_the_Storm": "Gaseous Liquid & Seed (The Blossom in the Storm)",
"Abandoned_and_Insulted": "Phlogiston & Metal (Abandoned and Insulted)"
},
"Duration": {
"name": "Dispatch Duration",
"help": "",
"4": "4 Hours",
"8": "8 Hours",
"12": "12 Hours",
"20": "20 Hours"
},
"Event": {
"name": "Complete Event Assignments First",
"help": ""
},
"Assignment": {
2023-09-24 08:46:39 +00:00
"name": "Assign.",
"help": ""
}
},
"ItemStorage": {
"_info": {
"name": "ItemStorage._info.name",
"help": "ItemStorage._info.help"
},
"Credit": {
"name": "Credit",
"help": ""
},
"StallerJade": {
"name": "Jade",
"help": ""
2023-06-19 17:28:41 +00:00
}
},
2023-10-18 15:36:31 +00:00
"RogueWorld": {
2023-08-10 09:12:17 +00:00
"_info": {
2023-10-18 15:36:31 +00:00
"name": "Simulated Universe Settings",
2023-08-20 15:23:24 +00:00
"help": ""
2023-08-10 09:12:17 +00:00
},
2023-10-18 15:36:31 +00:00
"World": {
"name": "World",
"help": "",
2023-12-27 05:09:44 +00:00
"Simulated_Universe_World_3": "Simulated Universe: World 3",
"Simulated_Universe_World_4": "Simulated Universe: World 4",
"Simulated_Universe_World_5": "Simulated Universe: World 5",
"Simulated_Universe_World_6": "Simulated Universe: World 6",
"Simulated_Universe_World_7": "Simulated Universe: World 7",
"Simulated_Universe_World_8": "Simulated Universe: World 8"
2023-10-18 15:36:31 +00:00
},
2023-08-10 09:12:17 +00:00
"Path": {
2023-09-10 15:48:24 +00:00
"name": "Path",
2023-08-20 15:23:24 +00:00
"help": "",
2023-08-10 09:12:17 +00:00
"Preservation": "Preservation",
"Remembrance": "Remembrance",
"Nihility": "Nihility",
"Abundance": "Abundance",
2023-09-10 18:32:33 +00:00
"The_Hunt": "The Hunt",
2023-08-10 09:12:17 +00:00
"Destruction": "Destruction",
2023-11-25 12:47:47 +00:00
"Elation": "Elation",
2024-01-03 15:34:52 +00:00
"Propagation": "Propagation",
"Erudition": "Erudition"
2023-08-10 09:12:17 +00:00
},
"Bonus": {
2023-08-20 15:23:24 +00:00
"name": "Blessings of Trailblaze",
"help": "",
2023-12-27 06:27:49 +00:00
"Blessing Universe": "Blessing Universe (Choose a blessing)",
"Miracle Universe": "Miracle Universe (Choose a curio)",
"Fragmented Universe": "Fragmented Universe (Claim some Cosmic Fragments)"
},
2023-10-18 15:36:31 +00:00
"DomainStrategy": {
"name": "Domain Strategy",
"help": "Prefer Combat: Suitable for normal builds, longer clear time\nPrefer Occurrence: Require efficient builds, shorter clear time",
"combat": "Prefer Combat",
"occurrence": "Prefer Occurrence"
},
2023-12-08 10:09:33 +00:00
"UseImmersifier": {
"name": "Claim Planers Using Immersifiers",
"help": ""
},
2024-01-12 13:43:03 +00:00
"DoubleEvent": {
"name": "Participate in Double Planer Event",
"help": ""
},
2024-04-14 16:38:20 +00:00
"WeeklyFarming": {
"name": "Farm 100 Elites Weekly",
"help": ""
},
2023-12-08 10:09:33 +00:00
"UseStamina": {
"name": "Farm Planers Using Trailblase Power",
"help": "Task \"Dungeon\" will no longer run, and all trailblaze power will be used first to claim immersion rewards, except for double events."
},
"SimulatedUniverseFarm": {
"name": "Progress of elite boss farmed",
"help": ""
2023-10-18 15:36:31 +00:00
}
},
2023-09-10 15:48:24 +00:00
"RogueBlessing": {
"_info": {
"name": "Blessing Settings",
2023-08-20 15:23:24 +00:00
"help": ""
2023-08-10 09:12:17 +00:00
},
"PresetBlessingFilter": {
2023-08-20 15:23:24 +00:00
"name": "Preset Blessing Filter",
"help": "",
2023-12-18 15:30:48 +00:00
"preset": "preset",
2023-08-10 09:12:17 +00:00
"custom": "custom"
},
"CustomBlessingFilter": {
2023-08-20 15:23:24 +00:00
"name": "Custom Blessing Filter",
2023-09-10 15:48:24 +00:00
"help": "Only takes effect when \"Preset Blessing Filter\" is \"custom\""
},
"PresetCurioFilter": {
2023-08-20 15:23:24 +00:00
"name": "Preset Curio Filter",
"help": "",
2023-12-18 15:30:48 +00:00
"preset": "preset",
"custom": "custom"
},
"CustomCurioFilter": {
"name": "Custom Curio Filter",
"help": "Only takes effect when \"Preset Curio Filter\" is \"custom\""
},
"PresetResonanceFilter": {
"name": "Preset Resonance Filter",
"help": "",
"preset": "preset",
"custom": "custom"
},
2023-12-18 15:30:48 +00:00
"CustomResonanceFilter": {
"name": "Custom Resonance Filter",
"help": "Only takes effect when \"Preset Resonance Filter\" is \"custom\""
},
"SelectionStrategy": {
"name": "Index Locked",
2023-08-22 19:00:45 +00:00
"help": "",
2023-09-10 15:48:24 +00:00
"follow-presets": "Don't affect choice",
"unrecorded-first": "Select first",
"before-random": "Select only when nothing satisfy the filter"
2023-08-10 09:12:17 +00:00
}
},
2023-12-08 10:09:33 +00:00
"RogueDebug": {
"_info": {
2023-12-25 12:31:33 +00:00
"name": "Dev Settings",
2023-12-08 10:09:33 +00:00
"help": ""
},
"DebugMode": {
2023-12-25 12:31:33 +00:00
"name": "Dev Mode",
"help": "No stop conditions, no error handling, stop when encountering an error. Please report errors according to the doc: https://github.com/LmeSzinc/StarRailCopilot/wiki/RogueMap_cn"
2023-12-08 10:09:33 +00:00
}
},
2023-12-26 16:56:15 +00:00
"Daemon": {
"_info": {
"name": "Dialogue Clicker",
"help": "Tools need to stop the scheduler and then run independently"
},
"Enable": {
"name": "Dialogue Clicker",
"help": "Monitor game, automatically click dialogue, phone chatting, and blessing in simulated universe (follow the simulated universe task settings)",
"True": "Enabled"
2024-01-17 10:53:33 +00:00
},
"AimClicker": {
"name": "Click Aimed Items and Enemies",
"help": "",
"item_enemy": "Click items and enemies",
"item": "Click items only",
"enemy": "Click enemies only",
"do_not_click": "Don't click"
2023-12-26 16:56:15 +00:00
}
},
2023-05-14 07:48:34 +00:00
"Gui": {
"Aside": {
"Install": "Install",
"Home": "Home",
"Develop": "Develop",
"Performance": "Perf.",
"Setting": "Settings",
"AddAlas": "Add"
},
"Button": {
"Start": "Start",
"Stop": "Stop",
"ScrollON": "Auto Scroll ON",
"ScrollOFF": "Auto Scroll OFF",
"ClearLog": "Clear Log",
"Setting": "Setting",
"CheckUpdate": "Check update",
"ClickToUpdate": "Click to update",
"RetryUpdate": "Retry update",
"CancelUpdate": "Cancel update"
},
"Toast": {
"DisableTranslateMode": "Click here to disable translate mode",
"ConfigSaved": "Config saved",
"AlasIsRunning": "Scheduler is already running",
"ClickToUpdate": "New update available, click here to update"
},
"Status": {
"Running": "Running",
"Inactive": "Inactive",
"Warning": "Warning",
"Updating": "Waiting Update"
},
"MenuAlas": {
"Overview": "Overview",
"Log": "Logs"
},
"MenuDevelop": {
"HomePage": "Home",
"Translate": "Translate",
"Update": "Updater",
"Remote": "Remote access",
"Utils": "Utils"
},
"Overview": {
"Scheduler": "Scheduler",
"Log": "Log",
"Running": "Running",
"Pending": "Pending",
"Waiting": "Waiting",
"NoTask": "No Task"
},
2023-08-29 14:35:13 +00:00
"Dashboard": {
"NoData": "no data",
"TimeError": "time error",
"JustNow": "just now",
"MinutesAgo": "{time}min ago",
"HoursAgo": "{time}h ago",
"DaysAgo": "{time}d ago",
"LongTimeAgo": "long time ago"
},
2023-05-14 07:48:34 +00:00
"AddAlas": {
"PopupTitle": "Add new config",
"NewName": "New name",
"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: .\\/:*?\"<>|",
"InvalidPrefixTemplate": "Config name cannot start with 'template'"
},
"Update": {
"UpToDate": "Latest version",
"HaveUpdate": "A new version is available",
"UpdateStart": "Start update",
"UpdateWait": "Waiting for all alas complete current task",
"UpdateRun": "Updating",
"UpdateSuccess": "Update succeeded, restarting",
"UpdateFailed": "Update failed. Logs can be found in ./log/*_gui.txt",
"UpdateChecking": "Checking for updates",
"UpdateCancel": "Update canceled, restarting Alas",
"UpdateFinish": "Update succeeded, please restart manually",
"Local": "Local",
"Upstream": "Upstream",
"Author": "Author",
"Time": "Commit time",
"Message": "Commit message",
"DisabledWarn": "Updater module is disabled. You need to manually restart Alas to update",
"DetailedHistory": "Detailed Commit History"
},
"Remote": {
"Running": "Remote access on",
"NotRunning": "Not running, server disconnected or offline",
"NotEnable": "Disabled, set webui password in deploy.yaml and enable remote access",
"EntryPoint": "Entry point:",
"ConfigureHint": "Configuration tutorial:",
"SSHNotInstall": "No SSH command in your system. Please refer to the tutorial to download or install one"
},
"Text": {
"InvalidFeedBack": "Invalid format. Example: {0}",
"Clear": "Clear"
}
}
2023-09-10 15:48:24 +00:00
}