+ [bug#67562] add the lang for requiredList.

This commit is contained in:
wangzemei
2025-12-02 16:45:01 +08:00
committed by sunhao
parent fba6d9c415
commit 70bb26ddf1
4 changed files with 12 additions and 0 deletions
+3
View File
@@ -102,6 +102,9 @@ $lang->ai->maintenanceGroup = 'Maintenance Group';
$lang->ai->maintenanceGroupDuplicated = 'The group name cannot be duplicated.';
$lang->ai->requiredList['0'] = 'Non-required';
$lang->ai->requiredList['1'] = 'Required';
$lang->ai->validate = new stdclass();
$lang->ai->validate->noEmpty = '%s cannot be empty.';
$lang->ai->validate->dirtyForm = 'The design step of %s has changed. Do you want to save and return it?';
+3
View File
@@ -102,6 +102,9 @@ $lang->ai->maintenanceGroup = 'Maintenance Group';
$lang->ai->maintenanceGroupDuplicated = 'The group name cannot be duplicated.';
$lang->ai->requiredList['0'] = 'Non-required';
$lang->ai->requiredList['1'] = 'Required';
$lang->ai->validate = new stdclass();
$lang->ai->validate->noEmpty = '%s cannot be empty.';
$lang->ai->validate->dirtyForm = 'The design step of %s has changed. Do you want to save and return it?';
+3
View File
@@ -102,6 +102,9 @@ $lang->ai->maintenanceGroup = 'Maintenance Group';
$lang->ai->maintenanceGroupDuplicated = 'The group name cannot be duplicated.';
$lang->ai->requiredList['0'] = 'Non-required';
$lang->ai->requiredList['1'] = 'Required';
$lang->ai->validate = new stdclass();
$lang->ai->validate->noEmpty = '%s cannot be empty.';
$lang->ai->validate->dirtyForm = 'The design step of %s has changed. Do you want to save and return it?';
+3
View File
@@ -102,6 +102,9 @@ $lang->ai->maintenanceGroup = '维护分组';
$lang->ai->maintenanceGroupDuplicated = '分组名不能重复';
$lang->ai->requiredList['0'] = '非必填';
$lang->ai->requiredList['1'] = '必填';
$lang->ai->validate = new stdclass();
$lang->ai->validate->noEmpty = '%s不能为空。';
$lang->ai->validate->dirtyForm = '%s的参数配置已变动,是否保存并返回?';