@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
38 lines • 1.17 kB
JSON
{
"filterConditionEditor": {
"cancelButton": "Cancel",
"okButton": "OK",
"addWhere": "Add",
"clear": "Clear",
"moveTop": "Top",
"moveUp": "Up",
"moveDown": "Down",
"moveBottom": "Bottom",
"leftBrackets": "Left Brackets",
"field": "Field Name",
"operator": "Operator",
"value": "Value",
"valueType": "Value type",
"expressType": {
"value": "Value",
"express": "Express",
"frontExpress": "Front Express"
},
"rightBrackets": "Right Brackets",
"relation": "Relation",
"relationValue": {
"and": "And",
"or": "Or"
},
"designTab": "Design",
"jsonTab": "JSON",
"sqlTab": "Sql",
"title": "Filter Designer",
"message": "Are you sure you want to clear all current data?",
"validate": {
"bracket": "The brackets do not match, please check",
"relation": "The condition relationship is incomplete, please check",
"field": "Condition field is not set, please check"
}
}
}