Files
fe_portal_manage_frontend/src/locales/zh-CN/friendLink.ts

16 lines
479 B
TypeScript
Raw Normal View History

export default {
// 友情链接管理页面
'friendLink.title': '友情链接管理',
'friendLink.name': '名称',
'friendLink.url': '链接地址',
'friendLink.logo': '图标',
'friendLink.sort': '排序',
'friendLink.status': '状态',
'friendLink.operation': '操作',
'friendLink.add': '新增链接',
'friendLink.edit': '编辑链接',
'friendLink.delete': '删除链接',
'friendLink.enabled': '已启用',
'friendLink.disabled': '已禁用',
};