PluginProbe
Elementor Website Builder – more than just a page builder / 4.2.1
Elementor Website Builder – more than just a page builder v4.2.1
4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 All 454 releases
← All changes | assets/js/ai-layout.strings.js +71 -71 4.2.0-beta2 → 4.2.1 View file →
@@ -222,8 +222,9 @@
222 222 __( ' of the Elementor AI service. ', 'elementor' );
223 223 __( 'This includes consenting to the collection and use of data to improve user experience.', 'elementor' );
224 224 __( 'Get Started', 'elementor' );
225 225 __( 'Connect', 'elementor' );
226 +__( 'AI Variation from library', 'elementor' );
226 227 __( 'things', 'elementor' );
227 228 __( 'texts', 'elementor' );
228 229 __( 'code', 'elementor' );
229 230 __( 'images', 'elementor' );
@@ -229,9 +230,63 @@
229 230 __( 'images', 'elementor' );
230 231 __( 'blocks', 'elementor' );
231 232 __( 'Loading', 'elementor' );
232 233 __( 'Show prompt history', 'elementor' );
233 -__( 'AI Variation from library', 'elementor' );
234 +__( 'Cancel', 'elementor' );
235 +__( 'Yes, leave', 'elementor' );
236 +__( 'Preview unavailable', 'elementor' );
237 +__( 'Hero section on [topic] with heading, text, buttons on the right, and an image on the left', 'elementor.com' ) },
238 + // Translators: [Topic] is a placeholder for the user - please translate it as well
239 + { text: __( 'About Us section on [topic] with heading, text, and big image below', 'elementor.com' ) },
240 + { text: __( 'Team section with four image boxes showcasing team members', 'elementor.com' ) },
241 + // Translators: [Topic] is a placeholder for the user - please translate it as well
242 + { text: __( 'FAQ section with a toggle widget showcasing FAQs about [topic]', 'elementor.com' ) },
243 + { text: __( 'Gallery section with a carousel displaying three images at once', 'elementor.com' ) },
244 + // Translators: [Topic] is a placeholder for the user - please translate it as well
245 + { text: __( 'Contact section with a form for [topic]', 'elementor.com' ) },
246 + { text: __( 'Client section featuring companies\' logos', 'elementor.com' ) },
247 + // Translators: [Topic] is a placeholder for the user - please translate it as well
248 + { text: __( 'Testimonial section with testimonials, each featuring a star rating and an image', 'elementor.com' ) },
249 + // Translators: [Topic] is a placeholder for the user - please translate it as well
250 + { text: __( 'Service section about [topic], showcasing four services with buttons', 'elementor.com' ) },
251 + // Translators: [Topic] is a placeholder for the user - please translate it as well
252 + { text: __( 'Stats section with counters displaying data about [topic]', 'elementor.com' ) },
253 + { text: __( 'Quote section with colored background, featuring a centered quote', 'elementor.com' ) },
254 + // Translators: [Topic] is a placeholder for the user - please translate it as well
255 + { text: __( 'Pricing section for [topic] with a pricing list', 'elementor.com' ) },
256 + // Translators: [Topic] is a placeholder for the user - please translate it as well
257 + { text: __( 'Subscribe section featuring a simple email form, inviting users to stay informed on [topic]', 'elementor.com' ) },
258 +] );
259 +
260 +const IconButtonWithTooltip = ( { tooltip, ...props } ) => (
261 + <Tooltip title={ tooltip }>
262 + <Box component="span" sx={ { cursor: props.disabled ? 'default' : 'pointer' } }>
263 + <IconButton { ...props } />
264 + </Box>
265 + </Tooltip>
266 +);
267 +
268 +IconButtonWithTooltip.propTypes = {
269 + tooltip: PropTypes.string,
270 + disabled: PropTypes.bool,
271 +};
272 +
273 +const BackButton = ( props ) => (
274 + <IconButtonWithTooltip size="small" color="secondary" tooltip={ __( 'Back to results', 'elementor' );
275 +__( 'Edit prompt', 'elementor' );
276 +__( 'Generate', 'elementor' );
277 +__( "Press '/' for suggested prompts or describe the layout you want to create", 'elementor' );
278 +__( 'Suggested Prompts', 'elementor' );
279 +__( 'Upgrade your plan for best results.', 'elementor' );
280 +__( 'You won’t be able to use layouts with Elementor Pro widgets until you do.', 'elementor' );
281 +__( 'Go Pro', 'elementor' );
282 +__( 'Go Pro', 'elementor' );
283 +__( 'Pro', 'elementor' );
284 +__( "This result includes an Elementor Pro widget that's not available with your current plan. Upgrade to use all the widgets in this result.", 'elementor' );
285 +__( 'AI', 'elementor' );
286 +__( 'Beta', 'elementor' );
287 +__( 'Reference a website', 'elementor' );
288 +__( 'Create variations from Template Library', 'elementor' );
234 289 __( 'None', 'elementor' );
235 290 __( 'Photographic', 'elementor' );
236 291 __( 'None', 'elementor' );
237 292 __( 'Landscape', 'elementor' );
@@ -310,63 +365,8 @@
310 365 __( 'Generate images', 'elementor' );
311 366 __( 'Generate again', 'elementor' );
312 367 __( 'Enhance prompt', 'elementor' );
313 368 __( 'Back', 'elementor' );
314 -__( 'Cancel', 'elementor' );
315 -__( 'Yes, leave', 'elementor' );
316 -__( 'Preview unavailable', 'elementor' );
317 -__( 'Hero section on [topic] with heading, text, buttons on the right, and an image on the left', 'elementor.com' ) },
318 - // Translators: [Topic] is a placeholder for the user - please translate it as well
319 - { text: __( 'About Us section on [topic] with heading, text, and big image below', 'elementor.com' ) },
320 - { text: __( 'Team section with four image boxes showcasing team members', 'elementor.com' ) },
321 - // Translators: [Topic] is a placeholder for the user - please translate it as well
322 - { text: __( 'FAQ section with a toggle widget showcasing FAQs about [topic]', 'elementor.com' ) },
323 - { text: __( 'Gallery section with a carousel displaying three images at once', 'elementor.com' ) },
324 - // Translators: [Topic] is a placeholder for the user - please translate it as well
325 - { text: __( 'Contact section with a form for [topic]', 'elementor.com' ) },
326 - { text: __( 'Client section featuring companies\' logos', 'elementor.com' ) },
327 - // Translators: [Topic] is a placeholder for the user - please translate it as well
328 - { text: __( 'Testimonial section with testimonials, each featuring a star rating and an image', 'elementor.com' ) },
329 - // Translators: [Topic] is a placeholder for the user - please translate it as well
330 - { text: __( 'Service section about [topic], showcasing four services with buttons', 'elementor.com' ) },
331 - // Translators: [Topic] is a placeholder for the user - please translate it as well
332 - { text: __( 'Stats section with counters displaying data about [topic]', 'elementor.com' ) },
333 - { text: __( 'Quote section with colored background, featuring a centered quote', 'elementor.com' ) },
334 - // Translators: [Topic] is a placeholder for the user - please translate it as well
335 - { text: __( 'Pricing section for [topic] with a pricing list', 'elementor.com' ) },
336 - // Translators: [Topic] is a placeholder for the user - please translate it as well
337 - { text: __( 'Subscribe section featuring a simple email form, inviting users to stay informed on [topic]', 'elementor.com' ) },
338 -] );
339 -
340 -const IconButtonWithTooltip = ( { tooltip, ...props } ) => (
341 - <Tooltip title={ tooltip }>
342 - <Box component="span" sx={ { cursor: props.disabled ? 'default' : 'pointer' } }>
343 - <IconButton { ...props } />
344 - </Box>
345 - </Tooltip>
346 -);
347 -
348 -IconButtonWithTooltip.propTypes = {
349 - tooltip: PropTypes.string,
350 - disabled: PropTypes.bool,
351 -};
352 -
353 -const BackButton = ( props ) => (
354 - <IconButtonWithTooltip size="small" color="secondary" tooltip={ __( 'Back to results', 'elementor' );
355 -__( 'Edit prompt', 'elementor' );
356 -__( 'Generate', 'elementor' );
357 -__( "Press '/' for suggested prompts or describe the layout you want to create", 'elementor' );
358 -__( 'Suggested Prompts', 'elementor' );
359 -__( 'Upgrade your plan for best results.', 'elementor' );
360 -__( 'You won’t be able to use layouts with Elementor Pro widgets until you do.', 'elementor' );
361 -__( 'Go Pro', 'elementor' );
362 -__( 'Go Pro', 'elementor' );
363 -__( 'Pro', 'elementor' );
364 -__( "This result includes an Elementor Pro widget that's not available with your current plan. Upgrade to use all the widgets in this result.", 'elementor' );
365 -__( 'AI', 'elementor' );
366 -__( 'Beta', 'elementor' );
367 -__( 'Reference a website', 'elementor' );
368 -__( 'Create variations from Template Library', 'elementor' );
369 369 __( 'Want to see your %s generation history for as far as the past 90 days?', 'elementor' );
370 370 __( 'Want to see your %s generation history for the past 90 days?', 'elementor' );
371 371 __( 'Upgrade now', 'elementor' );
372 372 __( 'F j, g:i A', 'elementor' );
@@ -385,8 +385,14 @@
385 385 __( 'Prompt history modal', 'elementor' );
386 386 __( 'F', 'elementor' );
387 387 __( 'Last 7 days', 'elementor' );
388 388 __( 'Last 30 days', 'elementor' );
389 +__( 'Loading...', 'elementor' );
390 +__( 'The app is not responding. Please try again later. (#408)', 'elementor' );
391 +__( 'Preview', 'elementor' );
392 +__( 'Remove', 'elementor' );
393 +__( 'You’ve got the power.', 'elementor' );
394 +__( 'Craft your prompt to affect content, images and/or colors - whichever you decide.', 'elementor' );
389 395 __( 'Variations', 'elementor' );
390 396 __( 'Create new versions of the original image.', 'elementor' );
391 397 __( 'Resize', 'elementor' );
392 398 __( 'Make an image larger and improve it’s resolution.', 'elementor' );
@@ -407,21 +413,25 @@
407 413 __( '%1$d/%2$d selected', 'elementor' );
408 414 __( 'Clear all', 'elementor' );
409 415 __( 'Select all', 'elementor' );
410 416 __( 'Example GIF', 'elementor' );
417 +__( 'Isolate Object', 'elementor' );
418 +__( 'Remove the background, center your object, and add a drop shadow for a clean look.', 'elementor' );
419 +__( 'Background Color', 'elementor' );
420 +__( 'Isolate Object', 'elementor' );
411 421 __( 'Expand Image', 'elementor' );
412 422 __( 'Position image in it’s new size to generate content around the edges.', 'elementor' );
413 423 __( 'Reference strength', 'elementor' );
414 424 __( 'Original image size', 'elementor' );
415 -__( 'Isolate Object', 'elementor' );
416 -__( 'Remove the background, center your object, and add a drop shadow for a clean look.', 'elementor' );
417 -__( 'Background Color', 'elementor' );
418 -__( 'Isolate Object', 'elementor' );
419 425 __( 'Generative Fill', 'elementor' );
420 426 __( 'Mark an area and edit it with a prompt.', 'elementor' );
421 427 __( 'Describe what you want to generate in the marked area (English only)', 'elementor' );
422 428 __( 'Undo', 'elementor' );
423 429 __( 'Redo', 'elementor' );
430 +__( 'describe your image', 'elementor' );
431 +__( 'Imagine anything create everything', 'elementor' );
432 +__( 'Generate images by selecting the desired type and style, and entering a prompt.', 'elementor' );
433 +__( 'Spark your imagination with images generated by our community', 'elementor' );
424 434 __( 'Generate with a prompt', 'elementor' );
425 435 __( 'Edit with AI', 'elementor' );
426 436 __( 'Expand Image', 'elementor' );
427 437 __( 'Generative Fill', 'elementor' );
@@ -432,18 +442,8 @@
432 442 __( 'Cleanup', 'elementor' );
433 443 __( 'Isolate object', 'elementor' );
434 444 __( 'Stay tuned! More incredible AI tools are coming your way soon.', 'elementor' );
435 445 __( 'Image preview', 'elementor' );
436 -__( 'describe your image', 'elementor' );
437 -__( 'Imagine anything create everything', 'elementor' );
438 -__( 'Generate images by selecting the desired type and style, and entering a prompt.', 'elementor' );
439 -__( 'Spark your imagination with images generated by our community', 'elementor' );
440 446 __( 'Cleanup', 'elementor' );
441 447 __( 'Remove unwanted area from your image.', 'elementor' );
442 448 __( 'Undo', 'elementor' );
443 -__( 'Redo', 'elementor' );
444 -__( 'Loading...', 'elementor' );
445 -__( 'The app is not responding. Please try again later. (#408)', 'elementor' );
446 -__( 'Preview', 'elementor' );
447 -__( 'Remove', 'elementor' );
448 -__( 'You’ve got the power.', 'elementor' );
449 -__( 'Craft your prompt to affect content, images and/or colors - whichever you decide.', 'elementor' );
449 +__( 'Redo', 'elementor' );