59 lines
2.2 KiB
PHP
59 lines
2.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Firmas',
|
|
'description' => 'Crea firmas reutilizables para añadir rápidamente a tus posts',
|
|
'search' => 'Buscar firmas...',
|
|
'new' => 'Nueva firma',
|
|
'empty_title' => 'Aún no hay firmas',
|
|
'empty_description' => 'Crea firmas para añadir hashtags, links o cualquier texto reutilizable a tus posts',
|
|
'no_search_results' => 'Ninguna firma coincide con tu búsqueda',
|
|
'try_different_search' => 'Prueba otra palabra clave o limpia la búsqueda.',
|
|
'table' => [
|
|
'name' => 'Nombre',
|
|
'content' => 'Contenido',
|
|
'created_at' => 'Creado',
|
|
],
|
|
|
|
'actions' => [
|
|
'edit' => 'Editar firma',
|
|
'delete' => 'Eliminar firma',
|
|
],
|
|
|
|
'create' => [
|
|
'title' => 'Crear firma',
|
|
'description' => 'Dale un nombre a tu firma y el contenido para añadir (hashtags, links, texto libre — lo que reutilizas).',
|
|
'name' => 'Nombre',
|
|
'name_placeholder' => 'ej: Marketing, Viaje, Cierre de marca',
|
|
'content' => 'Contenido',
|
|
'content_placeholder' => "#marketing #socialmedia\nMás info: https://tumarca.com",
|
|
'content_hint' => 'Hashtags, links, intros, cierres — cualquier cosa que añades a los posts.',
|
|
'submit' => 'Crear firma',
|
|
'submitting' => 'Creando...',
|
|
],
|
|
|
|
'edit' => [
|
|
'title' => 'Editar firma',
|
|
'description' => 'Actualiza el nombre y el contenido de esta firma.',
|
|
'name' => 'Nombre',
|
|
'name_placeholder' => 'ej: Marketing, Viaje, Cierre de marca',
|
|
'content' => 'Contenido',
|
|
'content_placeholder' => "#marketing #socialmedia\nMás info: https://tumarca.com",
|
|
'content_hint' => 'Hashtags, links, intros, cierres — cualquier cosa que añades a los posts.',
|
|
'submit' => 'Guardar cambios',
|
|
'submitting' => 'Guardando...',
|
|
],
|
|
|
|
'delete' => [
|
|
'title' => 'Eliminar firma',
|
|
'description' => '¿Seguro que quieres eliminar esta firma? Esta acción no se puede deshacer.',
|
|
'confirm' => 'Eliminar',
|
|
'cancel' => 'Cancelar',
|
|
],
|
|
|
|
'flash' => [
|
|
'created' => 'Firma creada.',
|
|
'updated' => 'Firma actualizada.',
|
|
'deleted' => 'Firma eliminada.',
|
|
],
|
|
];
|