From 729dd6dfbdc0220c4ef74466ba3b00f67ed66f25 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Tue, 23 Apr 2024 21:56:02 +0800 Subject: [PATCH] add refresh and loading messages --- _locales/en/messages.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index eac366c..e8c7bd1 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -83,6 +83,9 @@ "term_enable": { "message": "Enable" }, + "term_refresh": { + "message": "Refresh" + }, "settings_general_showApplicable": { "message": "Show product's ratings in this extension's icon" @@ -247,5 +250,35 @@ }, "message_external_supported": { "message": "ShopAI works here! Click on the button in the toolbar or website to start." + }, + "message_loading_1": { + "message": "Gathering information for that product." + }, + "message_loading_2": { + "message": "Working diligently to retrieve your data." + }, + "message_loading_3": { + "message": "Writing the analysis; please wait." + }, + "message_loading_4": { + "message": "Optimizing your experience for a moment." + }, + "message_loading_5": { + "message": "Almost there! Just a few more seconds." + }, + "message_loading_6": { + "message": "Wrangling digital sheep... almost done!" + }, + "message_loading_7": { + "message": "Hang tight, building a time machine to fetch your data." + }, + "message_loading_8": { + "message": "Coffee brewing... (also working on your request)." + }, + "message_loading_9": { + "message": "Unicorns are galloping to your rescue..." + }, + "message_loading_10": { + "message": "Just making sure the internet doesn't break." } }