website/application/admin/lang/zh-cn/jdgw/nav.php

17 lines
469 B
PHP
Raw Normal View History

2025-05-09 01:14:04 +08:00
<?php
return [
'Pid' => '上级导航',
'Typedata' => '导航类型',
'Typedata article' => '文章',
'Typedata images' => '图文',
'Typedata page' => '单页',
'Seotitle' => 'SEO标题',
'Keywords' => '关键字',
'Description' => '描述',
'Diyname' => '自定义名称',
'Content' => '内容',
'Weigh' => '排序',
'Status' => '状态'
];