diff --git a/lang/en/posts.php b/lang/en/posts.php index 6fe57b73..96a13447 100644 --- a/lang/en/posts.php +++ b/lang/en/posts.php @@ -260,6 +260,20 @@ 'not_ai_media' => 'Only AI-generated media can be regenerated.', ], ], + 'templates' => [ + 'image_card' => [ + 'name' => 'Image post', + 'description' => 'AI image with a headline and caption.', + ], + 'carousel' => [ + 'name' => 'Carousel', + 'description' => 'Multi-slide carousel with a caption.', + ], + 'tweet_card' => [ + 'name' => 'Tweet card', + 'description' => 'Your post styled as an X/Twitter post.', + ], + ], ], 'show' => [ diff --git a/lang/es/posts.php b/lang/es/posts.php index c1da9111..dad61d9a 100644 --- a/lang/es/posts.php +++ b/lang/es/posts.php @@ -260,6 +260,20 @@ 'not_ai_media' => 'Solo se puede regenerar contenido generado por IA.', ], ], + 'templates' => [ + 'image_card' => [ + 'name' => 'Publicación con imagen', + 'description' => 'Imagen con IA, titular y descripción.', + ], + 'carousel' => [ + 'name' => 'Carrusel', + 'description' => 'Carrusel de varias diapositivas con descripción.', + ], + 'tweet_card' => [ + 'name' => 'Tarjeta de tweet', + 'description' => 'Tu publicación con estilo de post de X/Twitter.', + ], + ], ], 'show' => [ diff --git a/lang/pt-BR/posts.php b/lang/pt-BR/posts.php index 831b745e..cd6b1906 100644 --- a/lang/pt-BR/posts.php +++ b/lang/pt-BR/posts.php @@ -260,6 +260,20 @@ 'not_ai_media' => 'Só é possível regenerar mídia gerada por IA.', ], ], + 'templates' => [ + 'image_card' => [ + 'name' => 'Post com imagem', + 'description' => 'Imagem com IA, título e legenda.', + ], + 'carousel' => [ + 'name' => 'Carrossel', + 'description' => 'Carrossel de vários slides com legenda.', + ], + 'tweet_card' => [ + 'name' => 'Card de tweet', + 'description' => 'Seu post no estilo de um post do X/Twitter.', + ], + ], ], 'show' => [