diff --git a/src/nls/root/strings.js b/src/nls/root/strings.js index 12f149744..40729ac67 100644 --- a/src/nls/root/strings.js +++ b/src/nls/root/strings.js @@ -221,6 +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 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.", + "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)", @@ -1638,6 +1644,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", diff --git a/tracking-repos.json b/tracking-repos.json index f00e9a2db..e797404a6 100644 --- a/tracking-repos.json +++ b/tracking-repos.json @@ -1,5 +1,5 @@ { "phoenixPro": { - "commitID": "7c1ce8414a18b8128de23f45e0cdb3e87bb08d60" + "commitID": "ea051edcddd93b121aada770588fb948b7227ba4" } }