phpvms/resources/lang/es/home.php

9 lines
129 B
PHP
Raw Normal View History

2018-07-13 23:30:54 +08:00
<?php
2018-08-27 00:40:04 +08:00
2018-07-13 23:30:54 +08:00
return [
'welcome' => [
'title' => '¡Bienvenido!',
'message' => 'Bienvenido a :appname',
],
];