mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2025-04-21 16:00:17 +08:00
v1.0.0
This commit is contained in:
@ -19,23 +19,26 @@
|
||||
"ui.hint.lastUpdate": "Last update",
|
||||
"ui.hint.failed": "Oops, something failed",
|
||||
"ui.hint.relaunchHint": "The update has been completed, it will take effect after clicking the button to restart the tool",
|
||||
"ui.win.title": "Star Rail Warp History Exporter",
|
||||
"ui.win.title": "Zenless Zone Zero Signal Search History Exporter",
|
||||
"ui.data.total": "Total",
|
||||
"ui.data.times": "Pulls",
|
||||
"ui.data.sum": "Accumulated",
|
||||
"ui.data.no5star": "pulls without a 5 star",
|
||||
"ui.data.character": "Character",
|
||||
"ui.data.weapon": "Light Cone",
|
||||
"ui.data.star5": "5 star",
|
||||
"ui.data.star4": "4 star",
|
||||
"ui.data.star3": "3 star",
|
||||
"ui.data.history": "5 star history",
|
||||
"ui.data.average": "5 star on average",
|
||||
"ui.data.chara5": "5 star character",
|
||||
"ui.data.chara4": "4 star character",
|
||||
"ui.data.weapon5": "5 star Light Cone",
|
||||
"ui.data.weapon4": "4 star Light Cone",
|
||||
"ui.data.weapon3": "3 star Light Cone",
|
||||
"ui.data.no4star": "pulls without a S-Rank",
|
||||
"ui.data.character": "Agents",
|
||||
"ui.data.weapon": "W-Engines",
|
||||
"ui.data.bang": "Bangboo",
|
||||
"ui.data.star4": "S-Rank",
|
||||
"ui.data.star3": "A-Rank",
|
||||
"ui.data.star2": "B-Rank",
|
||||
"ui.data.history": "S-Rank history",
|
||||
"ui.data.average": "S-Rank on average",
|
||||
"ui.data.chara4": "S-Rank Agents",
|
||||
"ui.data.chara3": "A-Rank Agents",
|
||||
"ui.data.weapon4": "S-Rank W-Engines",
|
||||
"ui.data.weapon3": "A-Rank W-Engines",
|
||||
"ui.data.weapon2": "B-Rank W-Engines",
|
||||
"ui.data.bang4": "S-Rank Bangboo",
|
||||
"ui.data.bang3": "A-Rank Bangboo",
|
||||
"ui.setting.title": "Settings",
|
||||
"ui.setting.language": "Language",
|
||||
"ui.setting.languageHint": "When the translation is missing, English will be displayed by default.",
|
||||
@ -78,13 +81,12 @@
|
||||
"log.fetch.interval": "Processing ${name} of page ${page},1 second timeout every 10 pages……",
|
||||
"log.fetch.current": "Processing ${name} of page ${page}",
|
||||
"log.fetch.authTimeout": "User authentication expired, please reopen warp history inside the game client.",
|
||||
"log.fetch.gachaType": "Getting warp type, please wait",
|
||||
"log.fetch.gachaTypeOk": "Warp type acquired",
|
||||
"log.fetch.gachaType": "Getting signal search type, please wait",
|
||||
"log.fetch.gachaTypeOk": "Signal search type acquired",
|
||||
"log.url.lackAuth": "Authkey not found in URL",
|
||||
"log.proxy.hint": "Using proxy mode [${ip}:${port}] to get URL,please reopen warp history inside the game client.",
|
||||
"log.url.notFound2": "Unable to find URL, please make sure you already opened warp history inside the game client",
|
||||
"log.url.incorrect": "Unable to get URL parameters",
|
||||
"log.autoUpdate.success": "Auto update successful,please restart the program",
|
||||
"excel.header.time": "time",
|
||||
"excel.header.name": "name",
|
||||
"excel.header.type": "type",
|
||||
@ -92,12 +94,12 @@
|
||||
"excel.header.total": "total",
|
||||
"excel.header.pity": "within pity",
|
||||
"excel.header.remark": "remark",
|
||||
"excel.wish2": "Warp 2",
|
||||
"excel.wish2": "Signal Search 2",
|
||||
"excel.customFont": "Arial",
|
||||
"excel.filePrefix": "Star Rail Warp logger",
|
||||
"excel.filePrefix": "Zenless Zone Zero Signal Search Log",
|
||||
"excel.fileType": "Excel file",
|
||||
"srgf.fileType": "Star Rail Gacha Log Format file",
|
||||
"ui.extra.cacheClean": "1. Confirm whether the warp history in the game has been opened, and if the error \"User authentication expired\" still appears, try the following steps \n2. Close the game window of Star Rail \n3. Click the \"Open Web Cache Folder\" button above to open the \"Cache\" folder \n4. Delete the \"Cache_ Data\" folder \n5. Start the Star Rail game and open the warp history page in the game \n6. Close this dialog and click the \"Update Data\" button",
|
||||
"ui.extra.findCacheFolder": "If the \"Open cache folder\" button does not respond, you can manually find the game's web cache folder. The directory is \"Your game installation path/Star Rail/Games/StarRail_Data/webCaches/Cache/\"",
|
||||
"srgf.fileType": "Zenless Zone Zero Gacha Log Format file (SRGF)",
|
||||
"ui.extra.cacheClean": "1. Confirm whether the search history in the game has been opened, and if the error \"User authentication expired\" still appears, try the following steps \n2. Close the game window of Zenless Zone Zero \n3. Click the \"Open Web Cache Folder\" button above to open the \"Cache\" folder \n4. Delete the \"Cache_Data\" folder \n5. Start the Zenless Zone Zero game and open the search history page in the game \n6. Close this dialog and click the \"Update Data\" button",
|
||||
"ui.extra.findCacheFolder": "If the \"Open cache folder\" button does not respond, you can manually find the game's web cache folder. The directory is \"Your game installation path/ZenlessZoneZero_Data/webCaches/Cache/\"",
|
||||
"ui.extra.urlCopied": "URL Copied"
|
||||
}
|
||||
|
Reference in New Issue
Block a user