21 lines
881 B
PHP
21 lines
881 B
PHP
<?php
|
|
/**
|
|
* order.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-08-02 14:22:41
|
|
* @modified 2022-08-02 14:22:41
|
|
*/
|
|
|
|
return [
|
|
'languages_index' => 'Index',
|
|
'languages_create' => 'Create',
|
|
'languages_show' => 'Detail',
|
|
'languages_update' => 'Update',
|
|
'languages_delete' => 'Delete',
|
|
'error_default_language_cannot_delete' => 'The default language cannot be deleted! ',
|
|
'help_install' => 'Note: To install a new language, you need to configure the products, categories, navigation, homepage modules, page footers, etc. of the corresponding language, otherwise there will be abnormal page display',
|
|
];
|