4
0
Fork 0
dcat-admin/packages/dcat-extension-plus-master/resources/lang/zh_CN/main.php

16 lines
493 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
return [
'site_url' => '站点域名',
'site_title' => '站点标题',
'site_logo_text' => 'LOGO文字',
'site_logo' => 'LOGO',
'site_logo_mini' => 'LOGO微缩',
'site_debug' => '调试模式',
'footer_remove' => '移除底部授权',
'select_create' => '快速创建选项',
'theme_color' => '主题色',
'sidebar_style' => '菜单样式',
'site_lang' => '语言',
'grid_row_actions_right' => '表单行操作按钮最右'
];