fix(i18n): Fix syntax errors and add missing translation keys - Restored broken useStore destructuring in PromptEnhancer, UXDesignerPrompt, ActionPlanGenerator, SlidesGenerator - Fixed GoogleAdsGenerator scope issue with renderMagicWandSectionContent - Added missing inputLabel keys to promptEnhancer for all languages - Fixed t.resultTitle to t.enhancedTitle in PromptEnhancer
This commit is contained in:
@@ -29,6 +29,7 @@ export const translations = {
|
||||
title: "Prompt Enhancer",
|
||||
description: "Transform your simple ideas into professional, high-quality prompts",
|
||||
placeholder: "Enter your prompt here...",
|
||||
inputLabel: "Your Prompt",
|
||||
enhancedTitle: "Enhanced Prompt",
|
||||
enhancedDesc: "Your prompt has been optimized for better AI performance",
|
||||
},
|
||||
@@ -150,6 +151,7 @@ export const translations = {
|
||||
title: "Улучшение промптов",
|
||||
description: "Превратите ваши простые идеи в профессиональные, качественные промпты",
|
||||
placeholder: "Введите ваш промпт здесь...",
|
||||
inputLabel: "Ваш промпт",
|
||||
enhancedTitle: "Улучшенный промпт",
|
||||
enhancedDesc: "Ваш промпт оптимизирован для лучшей работы ИИ",
|
||||
},
|
||||
@@ -271,6 +273,7 @@ export const translations = {
|
||||
title: "משפר פרומפטים",
|
||||
description: "הפוך רעיונות פשוטים לפרומפטים מקצועיים באיכות גבוהה",
|
||||
placeholder: "הזן את הפרומפט שלך כאן...",
|
||||
inputLabel: "הפרומפט שלך",
|
||||
enhancedTitle: "פרומפט משופר",
|
||||
enhancedDesc: "הפרומפט שלך הותאם לביצועי בינה מלאכותית טובים יותר",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user