feat(ai-templates): i18n template names (en, es, pt-BR)
This commit is contained in:
parent
9d8f772a3e
commit
4656cb52c6
3 changed files with 42 additions and 0 deletions
|
|
@ -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' => [
|
||||
|
|
|
|||
|
|
@ -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' => [
|
||||
|
|
|
|||
|
|
@ -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' => [
|
||||
|
|
|
|||
Loading…
Reference in a new issue