mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2025-04-21 16:00:17 +08:00
Departure commit
This commit is contained in:
88
src/i18n/English.json
Normal file
88
src/i18n/English.json
Normal file
@ -0,0 +1,88 @@
|
||||
{
|
||||
"symbol.colon": ": ",
|
||||
"ui.button.load": "Load data",
|
||||
"ui.button.update": "Update",
|
||||
"ui.button.directUpdate": "Direct update",
|
||||
"ui.button.excel": "Export Excel",
|
||||
"ui.button.url": "Input URL",
|
||||
"ui.button.setting": "Settings",
|
||||
"ui.button.option": "Option",
|
||||
"ui.button.startProxy": "Proxy mode",
|
||||
"ui.button.solution": "Solution",
|
||||
"ui.button.cacheFolder": "Open cache folder",
|
||||
"ui.select.newAccount": "New account",
|
||||
"ui.hint.newAccount": "Export data from other accounts",
|
||||
"ui.hint.init": "Please open your warp history inside the game client before clicking on the 'Load data' button",
|
||||
"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.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.setting.title": "Settings",
|
||||
"ui.setting.language": "Language",
|
||||
"ui.setting.languageHint": "When the translation is missing, English will be displayed by default.",
|
||||
"ui.setting.logType": "Log type",
|
||||
"ui.setting.auto": "Auto",
|
||||
"ui.setting.cnServer": "CN server",
|
||||
"ui.setting.seaServer": "Global server",
|
||||
"ui.setting.logTypeHint": "Choose which server generated logs to be used first when acquiring URL from game logs",
|
||||
"ui.setting.autoUpdate": "Auto update",
|
||||
"ui.setting.hideNovice": "Hide Departure Warp",
|
||||
"ui.setting.proxyMode": "Proxy mode",
|
||||
"ui.setting.proxyModeHint": "When we fail to get the URL from system logs, use the system proxy",
|
||||
"ui.setting.fetchFullHistory": "Get complete data",
|
||||
"ui.setting.fetchFullHistoryHint": "When this option is enabled, click the \"Update Data\" button to get all the card draw records within 6 months. When there are incorrect data within 6 months, this function can be used to repair.",
|
||||
"ui.setting.closeProxy": "Disable system proxy",
|
||||
"ui.setting.closeProxyHint": "When you choose proxy mode, if the program crashes it can cause unwanted results that may affect your system. You can click this button to clear the system proxy settings.",
|
||||
"ui.about.title": "About",
|
||||
"ui.about.license": "This software is opensource using MIT license.",
|
||||
"ui.urlDialog.title": "Input URL manually",
|
||||
"ui.urlDialog.hint": "This function should only be used when you understand what URL is needed here",
|
||||
"ui.urlDialog.placeholder": "Please enter the URL with authentication information",
|
||||
"ui.common.cancel": "Cancel",
|
||||
"ui.common.ok": "OK",
|
||||
"log.save.failed": "Failed to save local data",
|
||||
"log.file.notFound": "Unable to find game logs, please make sure you already opened warp history inside the game client",
|
||||
"log.url.notFound": "Unable to find URL",
|
||||
"log.file.readFailed": "Failed to read logs",
|
||||
"log.fetch.retry": "Processing ${name} of page ${page} failed,retrying in 5 seconds for the ${count} time……",
|
||||
"log.fetch.retryFailed": "Processing ${name} of page ${page} failed,retry times maxed out",
|
||||
"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.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",
|
||||
"excel.header.rank": "rarity",
|
||||
"excel.header.total": "total",
|
||||
"excel.header.pity": "within pity",
|
||||
"excel.header.remark": "remark",
|
||||
"excel.wish2": "Warp 2",
|
||||
"excel.customFont": "Arial",
|
||||
"excel.filePrefix": "Star Rail Warp logger",
|
||||
"excel.fileType": "Excel 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/Game/StarRail_Data/webCaches/Cache/\""
|
||||
}
|
Reference in New Issue
Block a user