/** * 全局公共语言包 * 覆盖风险:请避免使用页面语言包的目录名、文件名作为翻译 key、请使用大写开头避免覆盖 */ export default { Id: 'ID', State: '状态', Home: '首页', Complete: '完成', Edit: '编辑', Add: '添加', Info: '查看详情', Delete: '删除', Refresh: '刷新', Operate: '操作', Confirm: '确认', Cancel: '取消', Save: '保存', Upload: '上传', Retry: '重试', Reminder: '温馨提示', Disable: '禁用', Enable: '启用', Shrink: '收缩', Open: '展开', Search: '搜索', Reset: '重置', To: '至', None: '无', Unknown: '未知', Weigh: '权重', 'Drag sort': '拖动以排序', 'Save and edit next item': '保存并编辑下一项', 'Quick search placeholder': '通过{fields}模糊搜索', 'Please select field': '请选择{field}', 'Please input field': '请输入{field}', 'Please enter the correct field': '请输入正确的{field}', 'Update time': '修改时间', 'Create time': '创建时间', 'Fuzzy query': '模糊查询', 'Click select': '点击选择', 'Edit selected row': '编辑选中行', 'Delete selected row': '删除选中行', 'Are you sure to delete the selected record?': '确定删除选中记录?', 'All submenus': '所有子菜单', 'Shrink all': '收缩所有', 'Expand all': '展开所有', 'Expand generic search': '展开公共搜索', 'Link address': '链接地址', 'No route found to jump~': '没有找到可以跳转的路由~', }