UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

497 lines 13.7 kB
{ "transfer": { "selectedStart": "已选:", "selectedEnd": "项数据" }, "timePicker": { "placeholder": "请选择时间", "time": { "hour": "时", "minute": "分", "seconds": "秒" } }, "tabs": { "more": "更多", "leftButton": "向左", "rightButton": "向左", "noData": "没有相关数据" }, "section": { "expandLabel": "展开", "collapseLabel": "收起" }, "responseToolbar": { "more": "更多" }, "querySolution": { "saveAsDialog": { "queryPlanName": "方案名称", "setAsDefault": "设为默认", "confirm": "确定", "cancel": "取消", "caption": "新增方案", "personal": "用户个人方案", "system": "系统公共方案", "nameNotify": "请填写方案名称", "authNotify": "您暂无权限修改公共类型方案。", "success": "查询方案保存成功。", "maxLength": "方案名称最多100个字符,超出请修改" }, "manageDialog": { "caption": "方案管理", "default": "默认", "system": "系统公共", "saveAs": "另存为", "save": "保存", "manage": "管理", "isDefault": "默认方案", "code": "名称", "type": "属性", "private": "用户个人方案", "public": "系统公共方案", "org": "组织公共方案", "remove": "删除" }, "configDialog": { "caption": "筛选条件配置" }, "container": { "filter": "筛选", "default": "默认筛选方案", "clear": "清空", "require": "请填写{fields}再进行筛选" } }, "pagination": { "message": "共 <b>{1}</b> 条", "totalInfo": { "firstText": "共", "lastText": "条" }, "pageList": { "firstText": "每页", "lastText": "条" }, "previous": "上一页", "next": "下一页", "goto": { "prefix": "跳转至", "suffix": "页" }, "show": "显示" }, "numberSpinner": { "placeholder": "请输入数字", "range": { "begin": "开始数字", "end": "结束数字" } }, "messageBox": { "yes": "是", "no": "否", "ok": "确定", "close": "关闭", "cancel": "取消", "title": "系统提示", "errorTitle": "错误提示", "prompt": { "fontSize": { "name": "字体大小", "small": "小", "middle": "中", "big": "大", "large": "特大", "huge": "超大" }, "tips": { "surplus": "还可以输入 {0} 个字符", "length": "已输入 {0} 个字符" } }, "exception": { "expand": "展开", "collapse": "收起", "happend": "发生时间", "detail": "详细信息", "copy": "复制详细信息", "copySuccess": "复制成功", "copyFailed": "复制失败", "roger": "知道了" } }, "lookup": { "exact": "精确", "placeholder": "请选择", "favorites": "收藏夹", "selected": "已选数据", "okText": "确定", "cancelText": "取消", "allColumns": "所有列", "datalist": "数据列表", "mustWriteSomething": "请输入关键字后查询。", "mustChoosAdatarow": "请选择一条记录!", "tipText": "您要找的是不是这些?", "cascade": { "enable": "同步选择", "disable": "仅选择自身", "up": "包含上级", "down": "包含下级" }, "includechildren": "包含下级", "favoriteInfo": { "addFav": "已添加到收藏夹。", "cancelFav": "已从收藏夹中移除。", "addFavTitle": "收藏", "cancelFavTitle": "取消收藏" }, "getAllChilds": "获取所有子级数据", "contextMenu": { "checkChildNodes": "勾选下级数据", "uncheckChildNodes": "取消勾选下级数据", "expandall": "全部展开", "collapseall": "全部收起", "expandByLayer": "按层级展开", "expand1": "展开 1 级", "expand2": "展开 2 级", "expand3": "展开 3 级", "expand4": "展开 4 级", "expand5": "展开 5 级", "expand6": "展开 6 级", "expand7": "展开 7 级", "expand8": "展开 8 级", "expand9": "展开 9 级" }, "quick": { "notfind": "未找到搜索内容", "more": "显示更多" }, "configError": "帮助显示列未配置,请检查是否已正确配置帮助数据源! ", "selectedInfo": { "total": "已选 <span style=\"font-size: 18px;padding: 0 3px;\">{0}</span> 条", "clear": "取消已选", "remove": "移除 ({0})", "confirm": "您确认要取消所有选中记录吗?" }, "clearAllConditions": "清除所有查询条件", "anyFields": "全部" }, "loading": { "message": "正在加载,请稍候..." }, "listView": { "emptyMessage": "暂无数据" }, "input-group": { "placeholder": "请输入" }, "filterConditionEditor": { "cancelButton": "取消", "okButton": "确定", "addWhere": "添加子句", "clear": "清空", "moveTop": "置顶", "moveUp": "上移", "moveDown": "下移", "moveBottom": "置底", "leftBrackets": "左括号", "field": "字段", "operator": "操作符", "value": "值", "valueType": "值类型", "expressType": { "value": "值", "express": "表达式", "frontExpress": "表单表达式" }, "rightBrackets": "右括号", "relation": "关系", "relationValue": { "and": "并且", "or": "或者" }, "designTab": "设计器", "jsonTab": "源代码", "sqlTab": "Sql预览", "title": "条件编辑器", "message": "确认要清空当前所有数据吗?", "validate": { "bracket": "左右括号不匹配,请检查", "relation": "条件关系不完整,请检查", "field": "条件字段未设置,请检查" } }, "eventParameter": { "title": "参数编辑器", "ok": "确定", "cancel": "取消", "workFlowClass": { "title": "请选择流程分类" }, "generalEditor": { "field": "字段", "tabVar": "变量", "form": "表单组件" }, "jsonEditor": { "dialogTitle": "可配置参数编辑器", "keyColumnTitle": "参数", "valueColumnTitle": "参数值", "addButtonText": "添加配置参数", "keyColumnPlaceholder": "请输入参数", "error": "JsonEditor的参数预期是数组,但收到无效的JSON" }, "comboTree": { "placeholder": "请选择" } }, "drawer": { "cancel": "取消", "confirm": "确定" }, "datepicker": { "dayLabels": { "Sun": "日", "Mon": "一", "Tue": "二", "Wed": "三", "Thu": "四", "Fri": "五", "Sat": "六" }, "monthLabels": { "1": "一月", "2": "二月", "3": "三月", "4": "四月", "5": "五月", "6": "六月", "7": "七月", "8": "八月", "9": "九月", "10": "十月", "11": "十一月", "12": "十二月" }, "dateFormat": "yyyy-MM-dd", "returnFormat": "yyyy-MM-dd", "firstDayOfWeek": "mo", "sunHighlight": false, "yearTxt": "年", "timeBtnText": "选择时间", "dateBtnText": "选择日期", "commitBtnText": "确定", "weekText": "周", "placeholder": "请选择日期", "range": { "begin": "开始日期", "end": "结束日期" }, "message": { "101": "结束时间不得早于开始时间!", "102": "仅允许选择 ${0} 个日期" }, "current": { "today": "今天", "week": "本周", "month": "本月", "year": "今年" }, "multiDatesLocale": { "backtotoday": "回到今天", "clearSelections": "清空", "delete": "删除", "selected": "已选,天" }, "quickSelectors": { "today": "今天", "yesterday": "昨天", "tomorrow": "明天", "thisMonday": "本周一", "nextMonday": "下周一", "firstDayOfMonth": "本月初", "lastDayOfMonth": "本月末", "firstDayOfLastMonth": "上月初", "lastDayOfLastMonth": "上月末", "firstDayOfYear": "今年初", "lastDayOfYear": "今年末", "firstDayOfQuarter": "本季度初", "lastDayOfQuarter": "本季度末", "thisWeek": "本周", "lastWeek": "上周", "nextWeek": "下周", "past7Days": "过去7天", "past30Days": "过去30天", "thisMonth": "本月", "lastMonth": "上月", "thisQuarter": "本季度", "lastQuarter": "上季度", "thisYear": "今年", "lastYear": "去年", "recent3Months": "最近3个月", "recent6Months": "最近6个月" } }, "datagrid": { "lineNumberTitle": "序号", "emptyMessage": "暂无数据", "pagination": { "previousLabel": "上一页", "nextLabel": "下一页", "message": "共 <b>{1}</b> 条", "pagelist": { "firstText": "显示", "lastText": "条" } }, "filter": { "title": "筛选", "reset": "重置", "clear": "清空", "clearAll": "清空所有条件", "setting": "高级设置", "nofilter": "[ 无 ]", "checkAll": "全选", "and": "并且", "or": "或者", "operators": { "equal": "等于", "notEqual": "不等于", "greater": "大于", "greaterOrEqual": "大于等于", "less": "小于", "lessOrEqual": "小于等于", "contains": "包含", "notContains": "不包含", "like": "包含", "notLike": "不包含", "in": "属于", "notIn": "不属于", "empty": "为空", "notEmpty": "不为空", "null": "null", "notNull": "不为null" }, "more": "查看更多", "ok": "确定", "cancel": "取消", "sevenDays": "七天", "oneMonth": "一个月", "threeMonths": "三个月", "sixMonths": "半年" }, "settings": { "visible": "显示列", "sortting": "列排序", "title": "列配置", "canchoose": "可选列", "choosed": "已选列", "asc": "升序", "desc": "降序", "cancelSort": "取消排序", "ok": "确定", "cancel": "取消", "reset": "恢复默认", "conciseMode": "简洁模式", "advancedMode": "高级模式", "formatSetting": "列格式", "properties": "列属性", "groupping": "分组", "allColumns": "所有列", "visibleColumns": "可见列", "hiddenColumns": "隐藏列", "searchPlaceholder": "请输入列名称", "checkall": "全部显示/隐藏", "headeralign": "表头对齐", "dataalign": "数据对齐", "alignLeft": "左对齐", "alignCenter": "居中对齐", "alignRight": "右对齐", "summarytype": "汇总合计类型", "summarytext": "汇总合计文本", "summaryNone": "无", "summarySum": "求和", "summaryMax": "最大值", "summaryMin": "最小值", "summarCount": "计数", "summaryAverage": "平均值", "grouppingField": "分组字段", "moreGrouppingFieldWarningMessage": "最多设置3个字段进行分组", "grouppingSummary": "分组合计", "addGrouppingFieldTip": "添加分组字段", "removeGrouppingFieldTip": "移除分组字段", "grouppingSummaryType": "分组合计类型", "grouppingSummaryText": "分组合计文本", "restoreDefaultSettingsText": "确认要恢复默认设置吗?", "simple": { "title": "显示列", "tip": "选中的字段可展示到列表中,拖拽可调整在列表中的展示顺序。", "count": "已显示 <span class='visible-cols-count'>{0}</span> 列" } }, "selectionData": { "clearAll": "清空", "tooltip": "点击显示已选记录列表", "currentLenth": "已选择:<b>{0}</b> 条" }, "groupRow": { "tips": "拖动列到这儿可进行数据分组", "removeColumn": "移除分组列", "clearTip": "清除所有分组字段", "clear": "清空" }, "summary": { "title": "当页合计" }, "loadingMessage": "正在加载", "commandColumn": { "title": "操作", "edit": "编辑", "remove": "删除", "cancel": "取消", "accept": "确定" } }, "condition": { "add": "添加条件", "create": "生成条件组", "reset": "重置", "and": "与", "or": "或" }, "operators": { "equal": "等于", "notEqual": "不等于", "greater": "大于", "greaterOrEqual": "大于等于", "less": "小于", "lessOrEqual": "小于等于", "contains": "包含", "notContains": "不包含", "like": "包含", "notLike": "不包含", "in": "属于", "notIn": "不属于", "empty": "为空", "notEmpty": "不为空", "null": "null", "notNull": "不为null", "startWith": "开始是", "endWith": "结束是", "and": "与", "or": "或" }, "comboList": { "remoteError": "请求方法类型不正确", "placeholder": "请选择" }, "avatar": { "imgtitle": "点击修改", "typeError": "上传图片类型不正确", "sizeError": "上传图片不能大于", "uploadError": "图片上传失败,请重试!", "loadError": "加载错误", "loading": "加载中" } }