@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
36 lines • 1.14 kB
JSON
{
"fieldSearchBox": {
"confirm": "確定",
"cancel": "取消",
"intervalFilter": "按區間篩選",
"clear": "清空篩選",
"searchPlaceHolder": "請輸入關鍵字",
"clearAll": "清空所有篩選",
"chooseField": "請選擇字段",
"relation": {
"and": "且",
"or": "或",
"label": "條件關係"
},
"operators": {
"equal": "等於",
"notEqual": "不等於",
"greater": "大於",
"greaterOrEqual": "大於等於",
"less": "小於",
"lessOrEqual": "小於等於",
"contains": "包含",
"notContains": "不包含",
"like": "包含",
"notLike": "不包含",
"in": "屬於",
"notIn": "不屬於",
"empty": "為空",
"notEmpty": "不為空",
"null": "Null",
"notNull": "不為Null"
},
"multiCondition": "多條件之間以空格分隔",
"starField": "全部"
}
}