<?php
return [
    'As a first-level menu' => '作为一级菜单',
    'Authentication'        => '权限认证',
    'Only a single dish'    => '仅做菜单头',
    'Rules can only be composed of lowercase letters, numbers, underscores and / or characters' => '规则只能是小写字母、数字、下划线和/组成',
    'Can\'t choose oneself as parent'                                                           => '不能选择自己作为父级',
    'Can\'t choose one\'s own subordinate as the parent'                                        => '不能选择自己的下级作为父级',

    // 字段
    'Rule'                                  => '规则',
    'Type'                                  => '类型',
    'Routing'                               => '路由',
    'Icon'                                  => '图标',
    'Menu'                                  => '菜单',
    'Superior'                              => '上级',
    'Additional conditions'                 => '附加条件',
    'Remark'                                => '备注',
    'App'                                   => '应用',
    'Not allow'                             => '不允许',
    'Quick navigation'                      => '快速导航',
    'Allow adding to quick navigation'      => '允许添加到快速导航',
    'Weigh'                                 => '排序',
];