Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "agent-web",
"private": true,
"version": "5.27.2",
"version": "5.29.0",
"type": "module",
"scripts": {
"clean": "rm -rf dist .vite node_modules/.vite",
Expand Down
21 changes: 17 additions & 4 deletions src/assets/i18n/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@
"input_image_sizes": "صور الإدخال",
"status_label": "الحالة",
"status_completed": "مكتمل",
"status_failed": "فشل"
"status_failed": "فشل",
"output_video_size": "فيديو الإخراج",
"output_video_duration": "مدة الفيديو"
},
"transfer": {
"to": "إلى",
Expand Down Expand Up @@ -316,7 +318,7 @@
"title": "تحليل المحتوى"
},
"image_tools": {
"title": "أدوات الصور"
"title": "أدوات الصور والفيديو"
},
"integrations": {
"title": "التكاملات"
Expand Down Expand Up @@ -382,6 +384,10 @@
"deprecated": {
"title": "مُهمل",
"description": "هذه الأداة أو الميزة مُهملة وقد تُزال في الإصدارات المستقبلية."
},
"videos_gen": {
"title": "توليد الفيديو",
"description": "هذا نموذج يُستخدم لتوليد الفيديوهات من المطالبات والصور المرجعية."
}
}
},
Expand Down Expand Up @@ -510,7 +516,10 @@
"invalid_stock_symbol": "رمز السهم غير صالح",
"stock_quote_not_found": "لم يتم العثور على سعر السهم",
"stock_quote_failed": "فشل جلب سعر السهم",
"stock_quote_rate_limited": "تم تجاوز حد طلبات أسعار الأسهم"
"stock_quote_rate_limited": "تم تجاوز حد طلبات أسعار الأسهم",
"video_preparation_failed": "فشل تحضير الفيديو",
"video_generation_failed": "فشل توليد الفيديو",
"video_runtime_missing": "بيئة تشغيل الفيديو المطلوبة غير متاحة"
},
"features": {
"header": "الميزات",
Expand Down Expand Up @@ -598,7 +607,11 @@
"api_call": "لكل استخدام واحد",
"second_of_runtime": "لكل ثانية تشغيل",
"web_search_query": "لكل استعلام بحث ويب",
"max_input_images": "حتى {maxImages} صور مرجعية"
"max_input_images": "حتى {maxImages} صور مرجعية",
"output_video_costs": "تكاليف فيديو الإخراج",
"output_video_1k_second": "1K/ث",
"output_video_2k_second": "2K/ث",
"output_video_4k_second": "4K/ث"
},
"onboarding": {
"page_title": "ابدأ الآن",
Expand Down
21 changes: 17 additions & 4 deletions src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@
"input_image_sizes": "Eingabebilder",
"status_label": "Status",
"status_completed": "Abgeschlossen",
"status_failed": "Fehlgeschlagen"
"status_failed": "Fehlgeschlagen",
"output_video_size": "Ausgabevideo",
"output_video_duration": "Videodauer"
},
"transfer": {
"to": "An",
Expand Down Expand Up @@ -316,7 +318,7 @@
"title": "Inhaltsanalyse"
},
"image_tools": {
"title": "Bildtools"
"title": "Bild- und Video-Tools"
},
"integrations": {
"title": "Integrationen"
Expand Down Expand Up @@ -382,6 +384,10 @@
"deprecated": {
"title": "Veraltet",
"description": "Dieses Tool oder diese Funktion ist veraltet und kann in zukünftigen Versionen entfernt werden."
},
"videos_gen": {
"title": "Videogenerierung",
"description": "Dies ist ein Modell, das Videos aus Prompts und Referenzbildern generiert."
}
}
},
Expand Down Expand Up @@ -510,7 +516,10 @@
"invalid_stock_symbol": "Ungültiges Aktiensymbol",
"stock_quote_not_found": "Aktienkurs nicht gefunden",
"stock_quote_failed": "Aktienkurs konnte nicht abgerufen werden",
"stock_quote_rate_limited": "Anfragelimit für Aktienkurse erreicht"
"stock_quote_rate_limited": "Anfragelimit für Aktienkurse erreicht",
"video_preparation_failed": "Vorbereitung des Videos fehlgeschlagen",
"video_generation_failed": "Videogenerierung fehlgeschlagen",
"video_runtime_missing": "Erforderliche Video-Laufzeitumgebung ist nicht verfügbar"
},
"features": {
"header": "Funktionen",
Expand Down Expand Up @@ -598,7 +607,11 @@
"api_call": "Pro einzelne Verwendung",
"second_of_runtime": "Pro Sekunde Laufzeit",
"web_search_query": "Pro Web-Suchanfrage",
"max_input_images": "Bis zu {maxImages} Referenzbilder"
"max_input_images": "Bis zu {maxImages} Referenzbilder",
"output_video_costs": "Kosten für Ausgabevideos",
"output_video_1k_second": "1K/s",
"output_video_2k_second": "2K/s",
"output_video_4k_second": "4K/s"
},
"onboarding": {
"page_title": "Loslegen",
Expand Down
21 changes: 17 additions & 4 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@
"input_image_sizes": "Input Images",
"status_label": "Status",
"status_completed": "Completed",
"status_failed": "Failed"
"status_failed": "Failed",
"output_video_size": "Output Video",
"output_video_duration": "Video Duration"
},
"transfer": {
"to": "To",
Expand Down Expand Up @@ -316,7 +318,7 @@
"title": "Content Analysis"
},
"image_tools": {
"title": "Image Tools"
"title": "Image & Video Tools"
},
"integrations": {
"title": "Integrations"
Expand Down Expand Up @@ -382,6 +384,10 @@
"deprecated": {
"title": "Deprecated",
"description": "This tool or feature is deprecated and may be removed in future versions."
},
"videos_gen": {
"title": "Video Generation",
"description": "This is a model that is used for generating videos from prompts and reference images."
}
}
},
Expand Down Expand Up @@ -510,7 +516,10 @@
"invalid_stock_symbol": "Invalid stock symbol",
"stock_quote_not_found": "Stock quote not found",
"stock_quote_failed": "Failed to retrieve stock quote",
"stock_quote_rate_limited": "Stock quote request limit reached"
"stock_quote_rate_limited": "Stock quote request limit reached",
"video_preparation_failed": "Failed to prepare the video",
"video_generation_failed": "Failed to generate the video",
"video_runtime_missing": "Required video runtime is not available"
},
"features": {
"header": "Features",
Expand Down Expand Up @@ -598,7 +607,11 @@
"api_call": "Per single use",
"second_of_runtime": "Per second of runtime",
"web_search_query": "Per web search query",
"max_input_images": "Up to {maxImages} reference images"
"max_input_images": "Up to {maxImages} reference images",
"output_video_costs": "Output Video Costs",
"output_video_1k_second": "1K/s",
"output_video_2k_second": "2K/s",
"output_video_4k_second": "4K/s"
},
"onboarding": {
"page_title": "Get Started",
Expand Down
21 changes: 17 additions & 4 deletions src/assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@
"input_image_sizes": "Imágenes de entrada",
"status_label": "Estado",
"status_completed": "Completado",
"status_failed": "Fallido"
"status_failed": "Fallido",
"output_video_size": "Video de salida",
"output_video_duration": "Duración del video"
},
"transfer": {
"to": "A",
Expand Down Expand Up @@ -316,7 +318,7 @@
"title": "Análisis de Contenido"
},
"image_tools": {
"title": "Herramientas de Imagen"
"title": "Herramientas de imagen y video"
},
"integrations": {
"title": "Integraciones"
Expand Down Expand Up @@ -382,6 +384,10 @@
"deprecated": {
"title": "Obsoleto",
"description": "Esta herramienta o función está obsoleta y puede ser eliminada en versiones futuras."
},
"videos_gen": {
"title": "Generación de video",
"description": "Este es un modelo que se usa para generar videos a partir de indicaciones e imágenes de referencia."
}
}
},
Expand Down Expand Up @@ -510,7 +516,10 @@
"invalid_stock_symbol": "Símbolo bursátil no válido",
"stock_quote_not_found": "Cotización bursátil no encontrada",
"stock_quote_failed": "No se pudo obtener la cotización bursátil",
"stock_quote_rate_limited": "Se alcanzó el límite de solicitudes de cotizaciones bursátiles"
"stock_quote_rate_limited": "Se alcanzó el límite de solicitudes de cotizaciones bursátiles",
"video_preparation_failed": "Error al preparar el video",
"video_generation_failed": "Error al generar el video",
"video_runtime_missing": "El entorno de video requerido no está disponible"
},
"features": {
"header": "Funciones",
Expand Down Expand Up @@ -598,7 +607,11 @@
"api_call": "Por uso único",
"second_of_runtime": "Por segundo de ejecución",
"web_search_query": "Por consulta de búsqueda web",
"max_input_images": "Hasta {maxImages} imágenes de referencia"
"max_input_images": "Hasta {maxImages} imágenes de referencia",
"output_video_costs": "Costos de video de salida",
"output_video_1k_second": "1K/s",
"output_video_2k_second": "2K/s",
"output_video_4k_second": "4K/s"
},
"onboarding": {
"page_title": "Comenzar",
Expand Down
21 changes: 17 additions & 4 deletions src/assets/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@
"input_image_sizes": "Images d'entrée",
"status_label": "Statut",
"status_completed": "Terminé",
"status_failed": "Échoué"
"status_failed": "Échoué",
"output_video_size": "Vidéo de sortie",
"output_video_duration": "Durée de la vidéo"
},
"transfer": {
"to": "À",
Expand Down Expand Up @@ -316,7 +318,7 @@
"title": "Analyse de Contenu"
},
"image_tools": {
"title": "Outils d'Image"
"title": "Outils image et vidéo"
},
"integrations": {
"title": "Intégrations"
Expand Down Expand Up @@ -382,6 +384,10 @@
"deprecated": {
"title": "Obsolète",
"description": "Cet outil ou cette fonctionnalité est obsolète et pourrait être supprimé dans les versions futures."
},
"videos_gen": {
"title": "Génération de vidéos",
"description": "C'est un modèle utilisé pour générer des vidéos à partir d'invites et d'images de référence."
}
}
},
Expand Down Expand Up @@ -510,7 +516,10 @@
"invalid_stock_symbol": "Symbole boursier invalide",
"stock_quote_not_found": "Cours de l'action introuvable",
"stock_quote_failed": "Impossible de récupérer le cours de l'action",
"stock_quote_rate_limited": "Limite de demandes de cours d'actions atteinte"
"stock_quote_rate_limited": "Limite de demandes de cours d'actions atteinte",
"video_preparation_failed": "Échec de la préparation de la vidéo",
"video_generation_failed": "Échec de la génération de la vidéo",
"video_runtime_missing": "L'environnement vidéo requis n'est pas disponible"
},
"features": {
"header": "Fonctionnalités",
Expand Down Expand Up @@ -598,7 +607,11 @@
"api_call": "Par utilisation unique",
"second_of_runtime": "Par seconde d'exécution",
"web_search_query": "Par requête de recherche web",
"max_input_images": "Jusqu'à {maxImages} images de référence"
"max_input_images": "Jusqu'à {maxImages} images de référence",
"output_video_costs": "Coûts des vidéos de sortie",
"output_video_1k_second": "1K/s",
"output_video_2k_second": "2K/s",
"output_video_4k_second": "4K/s"
},
"onboarding": {
"page_title": "Commencer",
Expand Down
21 changes: 17 additions & 4 deletions src/assets/i18n/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@
"input_image_sizes": "इनपुट छवियाँ",
"status_label": "स्थिति",
"status_completed": "पूर्ण",
"status_failed": "विफल"
"status_failed": "विफल",
"output_video_size": "आउटपुट वीडियो",
"output_video_duration": "वीडियो अवधि"
},
"transfer": {
"to": "को",
Expand Down Expand Up @@ -316,7 +318,7 @@
"title": "सामग्री विश्लेषण"
},
"image_tools": {
"title": "छवि उपकरण"
"title": "छवि और वीडियो टूल"
},
"integrations": {
"title": "एकीकरण"
Expand Down Expand Up @@ -382,6 +384,10 @@
"deprecated": {
"title": "अप्रचलित",
"description": "यह टूल या सुविधा अप्रचलित है और भविष्य के संस्करणों में हटाया जा सकता है।"
},
"videos_gen": {
"title": "वीडियो उत्पादन",
"description": "यह मॉडल संकेतों और संदर्भ छवियों से वीडियो बनाने के लिए उपयोग किया जाता है।"
}
}
},
Expand Down Expand Up @@ -510,7 +516,10 @@
"invalid_stock_symbol": "अमान्य शेयर प्रतीक",
"stock_quote_not_found": "शेयर भाव नहीं मिला",
"stock_quote_failed": "शेयर भाव प्राप्त करने में विफल",
"stock_quote_rate_limited": "शेयर भाव अनुरोध सीमा पूरी हो गई"
"stock_quote_rate_limited": "शेयर भाव अनुरोध सीमा पूरी हो गई",
"video_preparation_failed": "वीडियो तैयार करने में विफल",
"video_generation_failed": "वीडियो बनाने में विफल",
"video_runtime_missing": "आवश्यक वीडियो रनटाइम उपलब्ध नहीं है"
},
"features": {
"header": "विशेषताएं",
Expand Down Expand Up @@ -598,7 +607,11 @@
"api_call": "प्रति एकल उपयोग",
"second_of_runtime": "प्रति सेकंड रनटाइम",
"web_search_query": "प्रति वेब खोज क्वेरी",
"max_input_images": "अधिकतम {maxImages} संदर्भ चित्र"
"max_input_images": "अधिकतम {maxImages} संदर्भ चित्र",
"output_video_costs": "आउटपुट वीडियो लागत",
"output_video_1k_second": "1K/सेकंड",
"output_video_2k_second": "2K/सेकंड",
"output_video_4k_second": "4K/सेकंड"
},
"onboarding": {
"page_title": "शुरू करें",
Expand Down
Loading
Loading