From b221d73c16468464b678a41b492088623506ffcf Mon Sep 17 00:00:00 2001 From: abose Date: Sun, 28 Dec 2025 16:19:47 +0530 Subject: [PATCH 1/4] chore: update strings --- src/nls/root/strings.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/nls/root/strings.js b/src/nls/root/strings.js index 12f149744..41db48e3e 100644 --- a/src/nls/root/strings.js +++ b/src/nls/root/strings.js @@ -221,6 +221,8 @@ define({ "LIVE_DEV_IMAGE_FOLDER_DIALOG_PLACEHOLDER": "Type folder path (e.g., assets/images/)", "LIVE_DEV_IMAGE_FOLDER_DIALOG_HELP": "💡 Type folder path or leave empty to download in 'images' folder.", "LIVE_DEV_IMAGE_FOLDER_DIALOG_REMEMBER": "Don't ask again for this project", + "IMAGE_SEARCH_GUEST_LIMIT_TITLE": "Sign in to search more images", + "IMAGE_SEARCH_GUEST_LIMIT_MESSAGE": "You've reached the free guest limit of {0} searches / image downloads.\nSign in to get {1} more this month and keep going.", "LIVE_DEV_AI_PROMPT_PLACEHOLDER": "Ask Phoenix AI to modify this element...", "LIVE_PREVIEW_CUSTOM_SERVER_BANNER": "Getting preview from your custom server {0}", "LIVE_PREVIEW_MODE_TOGGLE_PREVIEW": "Toggle Preview Mode (F8)", @@ -1638,6 +1640,7 @@ define({ "PROFILE_SIGN_IN": "Sign in to your account", "CONTACT_SUPPORT": "Contact Support", "SIGN_OUT": "Sign Out", + "SIGN_IN": "Sign In", "SIGN_IN_WITH_PRO": "Sign in with Pro", "ACCOUNT_DETAILS": "Account Details", "LOGIN_REFRESH": "Check Login Status", From 515809a9f0b0d4b3e9448b40c12768696df64d09 Mon Sep 17 00:00:00 2001 From: abose Date: Sun, 28 Dec 2025 16:37:38 +0530 Subject: [PATCH 2/4] chore: update strings --- src/nls/root/strings.js | 6 +++++- tracking-repos.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/nls/root/strings.js b/src/nls/root/strings.js index 41db48e3e..61578b40d 100644 --- a/src/nls/root/strings.js +++ b/src/nls/root/strings.js @@ -221,8 +221,12 @@ define({ "LIVE_DEV_IMAGE_FOLDER_DIALOG_PLACEHOLDER": "Type folder path (e.g., assets/images/)", "LIVE_DEV_IMAGE_FOLDER_DIALOG_HELP": "💡 Type folder path or leave empty to download in 'images' folder.", "LIVE_DEV_IMAGE_FOLDER_DIALOG_REMEMBER": "Don't ask again for this project", - "IMAGE_SEARCH_GUEST_LIMIT_TITLE": "Sign in to search more images", + "IMAGE_SEARCH_GUEST_LIMIT_TITLE": "Sign in to keep searching", "IMAGE_SEARCH_GUEST_LIMIT_MESSAGE": "You've reached the free guest limit of {0} searches / image downloads.\nSign in to get {1} more this month and keep going.", + "IMAGE_SEARCH_MONTHLY_LIMIT_TITLE": "Image search monthly limit reached", + "IMAGE_SEARCH_MONTHLY_LIMIT_MESSAGE": "You've used all {0} searches / image downloads for this month.\nGet full Phoenix Pro access to continue with professional-grade image search and downloads.", + "IMAGE_SEARCH_PRO_THROTTLE_TITLE": "Image search limit reached", + "IMAGE_SEARCH_PRO_THROTTLE_MESSAGE": "You've reached your current Pro usage limit ({0} images/hour).\nPlease try again shortly.", "LIVE_DEV_AI_PROMPT_PLACEHOLDER": "Ask Phoenix AI to modify this element...", "LIVE_PREVIEW_CUSTOM_SERVER_BANNER": "Getting preview from your custom server {0}", "LIVE_PREVIEW_MODE_TOGGLE_PREVIEW": "Toggle Preview Mode (F8)", diff --git a/tracking-repos.json b/tracking-repos.json index f00e9a2db..bf3ac43a8 100644 --- a/tracking-repos.json +++ b/tracking-repos.json @@ -1,5 +1,5 @@ { "phoenixPro": { - "commitID": "7c1ce8414a18b8128de23f45e0cdb3e87bb08d60" + "commitID": "cb9c2641673445098dff54554db35d135a81baa0" } } From 56cc28c0f0ecfd892b349de7a3ccbfe2cf1eb0e6 Mon Sep 17 00:00:00 2001 From: abose Date: Sun, 28 Dec 2025 17:00:27 +0530 Subject: [PATCH 3/4] chore: update strings --- src/nls/root/strings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nls/root/strings.js b/src/nls/root/strings.js index 61578b40d..40729ac67 100644 --- a/src/nls/root/strings.js +++ b/src/nls/root/strings.js @@ -221,7 +221,7 @@ define({ "LIVE_DEV_IMAGE_FOLDER_DIALOG_PLACEHOLDER": "Type folder path (e.g., assets/images/)", "LIVE_DEV_IMAGE_FOLDER_DIALOG_HELP": "💡 Type folder path or leave empty to download in 'images' folder.", "LIVE_DEV_IMAGE_FOLDER_DIALOG_REMEMBER": "Don't ask again for this project", - "IMAGE_SEARCH_GUEST_LIMIT_TITLE": "Sign in to keep searching", + "IMAGE_SEARCH_GUEST_LIMIT_TITLE": "Sign in to continue", "IMAGE_SEARCH_GUEST_LIMIT_MESSAGE": "You've reached the free guest limit of {0} searches / image downloads.\nSign in to get {1} more this month and keep going.", "IMAGE_SEARCH_MONTHLY_LIMIT_TITLE": "Image search monthly limit reached", "IMAGE_SEARCH_MONTHLY_LIMIT_MESSAGE": "You've used all {0} searches / image downloads for this month.\nGet full Phoenix Pro access to continue with professional-grade image search and downloads.", From bc6bcf0225dc4c9e49fe4c6008f305870a3617ea Mon Sep 17 00:00:00 2001 From: abose Date: Sun, 28 Dec 2025 17:42:23 +0530 Subject: [PATCH 4/4] chore: update pro deps --- tracking-repos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracking-repos.json b/tracking-repos.json index bf3ac43a8..e797404a6 100644 --- a/tracking-repos.json +++ b/tracking-repos.json @@ -1,5 +1,5 @@ { "phoenixPro": { - "commitID": "cb9c2641673445098dff54554db35d135a81baa0" + "commitID": "ea051edcddd93b121aada770588fb948b7227ba4" } }