用户提问功能模块的多语言;

国际化文件结构层级整理
This commit is contained in:
linxd
2025-06-18 15:21:40 +08:00
parent 5fff687782
commit cc6706b409
21 changed files with 918 additions and 671 deletions

View File

@ -0,0 +1,15 @@
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': '已禁用',
};