+ [bug#67562] add the lang for requiredList.
This commit is contained in:
@@ -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?';
|
||||
|
||||
@@ -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?';
|
||||
|
||||
@@ -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?';
|
||||
|
||||
@@ -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的参数配置已变动,是否保存并返回?';
|
||||
|
||||
Reference in New Issue
Block a user