18 lines
449 B
PHP
18 lines
449 B
PHP
<?php
|
|
/**
|
|
* page.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author TL <mengwb@guangda.work>
|
|
* @created 2022-07-28 20:59:38
|
|
* @modified 2022-07-28 20:59:38
|
|
*/
|
|
return [
|
|
'index' => 'blog de noticias',
|
|
'autor' => 'autor',
|
|
'views' => 'número de vista',
|
|
'created_at' => 'hora de lanzamiento',
|
|
'text_summary' => 'Kategorieübersicht',
|
|
];
|