Files
buildadmin-webman/web/src/lang/backend/zh-cn/auth/rule.ts
2026-03-09 17:35:53 +08:00

50 lines
2.9 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export default {
title: '标题',
Icon: '图标',
name: '名称',
type: '类型',
cache: '缓存',
'Superior menu rule': '上级菜单规则',
'Rule type': '规则类型',
'type menu_dir': '菜单目录',
'type menu': '菜单项',
'type button': '页面按钮',
'Rule title': '规则标题',
'Rule name': '规则名称',
'Routing path': '路由路径',
'Rule Icon': '规则图标',
'Menu type': '菜单类型',
'Menu type tab': '选项卡',
'Menu type link (offsite)': '链接(站外)',
'Link address': '链接地址',
'Component path': '组件路径',
'Extended properties': '扩展属性',
'Add as route only': '只添加为路由',
'Add as menu only': '只添加为菜单',
'Rule comments': '规则备注',
'Rule weight': '规则权重',
'Create Page Button': '创建页面按钮',
'Create Page Button index': '查看',
'Create Page Button add': '添加',
'Create Page Button edit': '编辑',
'Create Page Button del': '删除',
'Create Page Button sortable': '快速排序',
'Create Page Button tips': '创建菜单的同时,自动创建菜单的页面按钮(权限节点),若需自定义按钮请后续手动添加',
'Please select the button for automatically creating the desired page': '请选择需要自动创建的页面按钮',
'Please enter the weight of menu rule (sort by)': '请输入菜单规则权重(排序依据)',
'Please enter the correct URL': '请输入正确的 URL',
'The superior menu rule cannot be the rule itself': '上级菜单规则不能是规则本身',
'It will be registered as the web side routing name and used as the server side API authentication':
'将注册为 WEB 端路由名称,同时作为服务端方法名验权(有此节点权限才能请求对应控制器或方法)',
'Please enter the URL address of the link or iframe': '请输入链接或 Iframe 的 URL 地址',
'English name, which does not need to start with `/admin`, such as auth/menu': '英文名称,无需以 `/admin` 开头auth/menu',
'Web side component path, please start with /src, such as: /src/views/backend/dashboard':
'WEB 端组件路径,请以 /src 开头,如:/src/views/backend/dashboard.vue',
'The web side routing path (path) does not need to start with `/admin`, such as auth/menu':
'vue-router 的 path无需以 `/admin` 开头auth/menu',
'Use in controller `get_ route_ Remark()` function, which can obtain the value of this field for your own use, such as the banner file of the console':
'在控制器中使用 `get_route_remark()` 函数,可以获得此字段值自用,比如控制台的 Banner 文案',
'extend Title': '比如将 `auth/menu` 只添加为路由,那么可以另外将 `auth/menu`、`auth/menu/:a`、`auth/menu/:b/:c` 只添加为菜单',
none: '无',
}