* Fix dynamic lang.

This commit is contained in:
qixinzhi
2024-02-21 13:05:19 +08:00
committed by caoyanyi
parent cd49dd1557
commit fe003e3c18
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -876,6 +876,7 @@ $lang->action->label->service = '服务|service|view|id=%s';
$lang->action->label->artifactrepo = '制品库|artifactrepo|browse|';
$lang->action->label->prompt = '提词|ai|promptview|id=%s';
$lang->action->label->miniprogram = '小程序|ai|miniprogramview|id=%s';
$lang->action->label->dataset = '数据集';
/* Object type. */
$lang->action->search = new stdclass();
+1
View File
@@ -106,6 +106,7 @@ $lang->domain = new stdclass();
$lang->service = new stdclass();
$lang->deploy = new stdclass();
$lang->metric = new stdclass();
$lang->dataset = new stdclass();
$lang->serverroom = new stdclass();
$lang->programstakeholder = new stdclass();
+1
View File
@@ -238,6 +238,7 @@ $lang->contact->common = '联系人';
$lang->space->common = '服务管理';
$lang->store->common = '应用市场';
$lang->instance->common = '应用';
$lang->dataset->common = '数据集';
$lang->programstakeholder->common = '干系人';
$lang->featureswitch->common = '功能开关';