* Add lt and le lang.

This commit is contained in:
qiyu-xie
2021-06-15 16:41:45 +08:00
parent c22b78a555
commit e8f7d97a51
6 changed files with 12 additions and 0 deletions
+2
View File
@@ -672,6 +672,8 @@ $lang->error->reg = "『%s』Format Error. It should be『%s』.";
$lang->error->unique = "『%s』『%s』existed. Please go to Admin->Data->Recycle to restore it, if you are sure it is deleted.";
$lang->error->gt = "『%s』should be >『%s』.";
$lang->error->ge = "『%s』should be >=『%s』.";
$lang->error->lt = "『%s』should be <『%s』。";
$lang->error->le = "『%s』should be <=『%s』。";
$lang->error->notempty = "『%s』should not be blank.";
$lang->error->empty = "『%s』should be null.";
$lang->error->equal = "『%s』has to be『%s』.";