<?php
/**
* Lang.php
*
* @copyright 2023 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author Edward Yang <yangjin@guangda.work>
* @created 2023-09-09 09:09:09
* @modified 2023-09-08 07:39:38
*/
return [
'author' => 'Los autores',
'created_at' => 'hora de lanzamiento',
'index' => 'Blog de noticias',
'text_summary' => 'aperçu des catégories',
'views' => 'número de vista',
];