You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/nls/root/strings.js
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,13 @@ define({
187
187
"LIVE_DEV_MORE_OPTIONS_EDIT_TEXT": "Edit Text",
188
188
"LIVE_DEV_MORE_OPTIONS_DUPLICATE": "Duplicate",
189
189
"LIVE_DEV_MORE_OPTIONS_DELETE": "Delete",
190
+
"LIVE_DEV_MORE_OPTIONS_AI": "Edit with AI",
191
+
"LIVE_DEV_AI_PROMPT_PLACEHOLDER": "Ask Phoenix AI to modify this element...",
190
192
"LIVE_PREVIEW_CUSTOM_SERVER_BANNER": "Getting preview from your custom server {0}",
193
+
"LIVE_PREVIEW_MODE_PREVIEW": "Preview Mode",
194
+
"LIVE_PREVIEW_MODE_HIGHLIGHT": "Highlight Mode",
195
+
"LIVE_PREVIEW_MODE_EDIT": "Edit Mode",
196
+
"LIVE_PREVIEW_MODE_PREFERENCE": "{0} shows only the webpage, {1} connects the webpage to your code - click on elements to jump to their code and vice versa, {2} provides highlighting along with advanced element manipulation",
191
197
192
198
"LIVE_DEV_DETACHED_REPLACED_WITH_DEVTOOLS": "Live Preview was canceled because the browser's developer tools were opened",
193
199
"LIVE_DEV_DETACHED_TARGET_CLOSED": "Live Preview was canceled because the page was closed in the browser",
0 commit comments