@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
38 lines • 1.15 kB
JSON
{
"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": "條件字段未設置,請檢查"
}
}
}