From 5fcb6a6947bbca4641adcc0091c57f7bbf828969 Mon Sep 17 00:00:00 2001 From: HRay Date: Sun, 23 Apr 2023 15:46:48 +0800 Subject: [PATCH 1/2] fix voidstone help (#980) --- renderer/public/data/cmn-Hant/client_strings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderer/public/data/cmn-Hant/client_strings.js b/renderer/public/data/cmn-Hant/client_strings.js index 1069952e..956ab059 100644 --- a/renderer/public/data/cmn-Hant/client_strings.js +++ b/renderer/public/data/cmn-Hant/client_strings.js @@ -45,7 +45,7 @@ export default { FLASK_CHARGES: /^目前有 \d+ 充能次數$/, METAMORPH_HELP: '在塔恩的鍊金室將此與其他四個不同的樣本合成。', BEAST_HELP: '點擊右鍵將此加入你的獸獵寓言。', - VOIDSTONE_HELP: '將此放置於你輿圖上的壁壘,來增加地圖階級和揭露該壁壘地區隱藏的地圖。', + VOIDSTONE_HELP: '放置於此以提升你輿圖全部地圖的階級。', METAMORPH_BRAIN: /^.* 腦髓$/, METAMORPH_EYE: /^.* 眼睛$/, METAMORPH_LUNG: /^.* 肺臟$/, From 466b654c0bd05a79973a8eeb36cdc8bf99c81bb2 Mon Sep 17 00:00:00 2001 From: ForgottenHero Date: Tue, 9 May 2023 00:41:17 +1000 Subject: [PATCH 2/2] Update app_i18n.json (#1004) 3rd Party thanks - spelling correction. --- renderer/public/data/en/app_i18n.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renderer/public/data/en/app_i18n.json b/renderer/public/data/en/app_i18n.json index 523fa639..fbb01ef7 100644 --- a/renderer/public/data/en/app_i18n.json +++ b/renderer/public/data/en/app_i18n.json @@ -14,7 +14,7 @@ "leagues_failed": "Failed to load leagues", "leagues_failed_help": "Make sure the realm is not under maintenance. Also try clicking on the \"Browser\" button, you may need to complete a CAPTCHA there.", "leagues_failed_help_alt": "Price check an Item, and follow the instructions in the error description there.", - "thanks_3rd_party": "This tool relies on {0} and {1}, consider support them as well", + "thanks_3rd_party": "This tool relies on {0} and {1}, consider supporting them as well", "toggle_browser_hint": "Press {0} to switch between browser and game.", "contact_me": "Contact me on one of the PoE Discords,", "version": "Version {0}", @@ -313,4 +313,4 @@ "select_stock": "Always select \"Stock\" filter", "show_prediction": "Show price prediction" } -} \ No newline at end of file +}