From f840fdd2b544021b0bc8aeea52d533517a1beab3 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Sat, 11 May 2024 22:47:10 +0800 Subject: [PATCH] add additional scraper status messages --- _locales/en/messages.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index ea76d1e..0d454ff 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -201,9 +201,29 @@ "entry_contextMenu": { "message": "Open in ShopAI…" }, + + "scrape_msg_0": { + "message": "Preparing…" + }, + "scrape_msg_0.25": { + "message": "Gathering information…" + }, + "scrape_msg_0.5": { + "message": "Generating analysis…" + }, + "scrape_msg_1": { + "message": "All done." + }, "scrape_msg_ready": { "message": "Loading complete, processing…" }, + "AIkey_message_waiting_title": { + "message": "Waiting for your API key…" + }, + "AIkey_message_waiting_body": { + "message": "Please enter your API key in the settings. Loading will automatically continue once the key is entered." + }, + "results_tip_1": { "message": "Scroll down to view details." },