Initial commit
This commit is contained in:
28
application/Espo/Resources/i18n/zh_CN/DynamicLogic.json
Normal file
28
application/Espo/Resources/i18n/zh_CN/DynamicLogic.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"options": {
|
||||
"operators": {
|
||||
"equals": "等于",
|
||||
"notEquals": "不等于",
|
||||
"greaterThan": "大于",
|
||||
"lessThan": "少于",
|
||||
"greaterThanOrEquals": "大于或等于",
|
||||
"lessThanOrEquals": "少于或者等于",
|
||||
"in": "在里面",
|
||||
"notIn": "不在里面",
|
||||
"inPast": "过去",
|
||||
"inFuture": "今后",
|
||||
"isToday": "今天",
|
||||
"isTrue": "正确",
|
||||
"isFalse": "错误",
|
||||
"isEmpty": "空",
|
||||
"isNotEmpty": "不为空",
|
||||
"contains": "包含",
|
||||
"has": "包含",
|
||||
"notContains": "不包含",
|
||||
"notHas": "不包含"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Field": "字段"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user