-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
138 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
const FILTER_KEYS = [ | ||
'首页', | ||
'上一步', | ||
'下一步', | ||
'返回', | ||
'上一页', | ||
'下一页', | ||
'跳转', | ||
'文件', | ||
'下载', | ||
'生效', | ||
'失效', | ||
'启用', | ||
'停用', | ||
'禁用', | ||
'是', | ||
'否', | ||
'性别', | ||
'男', | ||
'女', | ||
'开启', | ||
'关闭', | ||
'退出', | ||
'状态', | ||
'国家', | ||
'重置', | ||
'搜索', | ||
'查询', | ||
'查看', | ||
'新增', | ||
'编辑', | ||
'删除', | ||
'批量导入', | ||
'批量导出', | ||
'导入', | ||
'导出', | ||
'导出选中', | ||
'导出全部', | ||
'全部', | ||
'操作完成', | ||
'成功', | ||
'失败', | ||
'请输入', | ||
'请选择', | ||
'确认', | ||
'确定', | ||
'取消', | ||
'保存', | ||
'提交', | ||
'清空', | ||
'详情', | ||
'操作', | ||
'操作人', | ||
'创建人', | ||
'创建时间', | ||
'更新人', | ||
'更新时间', | ||
'日期', | ||
'时间', | ||
'年', | ||
'月', | ||
'日', | ||
'时', | ||
'分', | ||
'小时', | ||
'分钟', | ||
'秒', | ||
'毫秒', | ||
'星期', | ||
'星期一', | ||
'星期二', | ||
'星期三', | ||
'星期四', | ||
'星期五', | ||
'星期六', | ||
'星期日', | ||
'星期天', | ||
'放大', | ||
'缩小', | ||
'最小化', | ||
'最大化', | ||
'排序', | ||
'名称', | ||
'备注', | ||
'选择', | ||
'加载中', | ||
'筛选', | ||
'刷新', | ||
'选择文件', | ||
'处理中', | ||
'继续', | ||
'停止', | ||
'跳过', | ||
'全选', | ||
'反选', | ||
'反馈', | ||
'照片', | ||
'图片', | ||
'请上传', | ||
'基础信息', | ||
'基本信息', | ||
'省', | ||
'州', | ||
'市', | ||
'区', | ||
'城市', | ||
'街道', | ||
'点击上传', | ||
'经度', | ||
'纬度', | ||
'可选', | ||
'已选', | ||
'关联', | ||
'不关联', | ||
'请输入必填项', | ||
'请输入正确的格式', | ||
'数据填写不完整请检查并补充所有必填项' | ||
]; | ||
|
||
module.exports = { FILTER_KEYS }; |