From 77a1d611be4ccf90118e51f7291f503937fd6a35 Mon Sep 17 00:00:00 2001 From: mio <10892119+biuuu@users.noreply.github.com> Date: Thu, 4 May 2023 11:00:21 +0800 Subject: [PATCH] fix: weapon -> light cone --- src/i18n/English.json | 8 ++++---- src/i18n/日本語.json | 8 ++++---- src/i18n/简体中文.json | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/i18n/English.json b/src/i18n/English.json index 90f4e21..c7787a2 100644 --- a/src/i18n/English.json +++ b/src/i18n/English.json @@ -30,9 +30,9 @@ "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.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.", @@ -84,5 +84,5 @@ "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/\"" + "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/\"" } diff --git a/src/i18n/日本語.json b/src/i18n/日本語.json index 9f10204..3ca4799 100644 --- a/src/i18n/日本語.json +++ b/src/i18n/日本語.json @@ -18,7 +18,7 @@ "ui.data.sum": "合計", "ui.data.no5star": "連星5取得しません", "ui.data.character": "キャラ", - "ui.data.weapon": "武器", + "ui.data.weapon": "光円錐", "ui.data.star5": "星5", "ui.data.star4": "星4", "ui.data.star3": "星3", @@ -26,9 +26,9 @@ "ui.data.average": "星5取得平均回数", "ui.data.chara5": "星5キャラ", "ui.data.chara4": "星4キャラ", - "ui.data.weapon5": "星5武器", - "ui.data.weapon4": "星4武器", - "ui.data.weapon3": "星3武器", + "ui.data.weapon5": "星5光円錐", + "ui.data.weapon4": "星4光円錐", + "ui.data.weapon3": "星3光円錐", "ui.setting.title": "設定", "ui.setting.language": "言語", "ui.setting.languageHint": "翻訳されていない場合は、デフォルトで英語が表示されます。", diff --git a/src/i18n/简体中文.json b/src/i18n/简体中文.json index 33060ce..4db3ecd 100644 --- a/src/i18n/简体中文.json +++ b/src/i18n/简体中文.json @@ -22,7 +22,7 @@ "ui.data.sum": "已累计", "ui.data.no5star": "抽未出5星", "ui.data.character": "角色", - "ui.data.weapon": "武器", + "ui.data.weapon": "光錐", "ui.data.star5": "5星", "ui.data.star4": "4星", "ui.data.star3": "3星", @@ -30,9 +30,9 @@ "ui.data.average": "5星平均出货次数为", "ui.data.chara5": "5星角色", "ui.data.chara4": "4星角色", - "ui.data.weapon5": "5星武器", - "ui.data.weapon4": "4星武器", - "ui.data.weapon3": "3星武器", + "ui.data.weapon5": "5星光錐", + "ui.data.weapon4": "4星光錐", + "ui.data.weapon3": "3星光錐", "ui.setting.title": "设置", "ui.setting.language": "语言", "ui.setting.languageHint": "缺少翻译时,会默认显示简体中文",