用户提问功能模块的多语言;
国际化文件结构层级整理
This commit is contained in:
15
src/locales/zh-CN/friendLink.ts
Normal file
15
src/locales/zh-CN/friendLink.ts
Normal 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': '已禁用',
|
||||
};
|
Reference in New Issue
Block a user