* Add lang for en.

This commit is contained in:
songchenxuan
2024-03-27 17:23:14 +08:00
committed by liyang
parent 3f95c12f01
commit bc839cc1f3
4 changed files with 7 additions and 4 deletions
+1
View File
@@ -1,5 +1,6 @@
<?php
$lang->metric->common = "Metric";
$lang->metric->metric = "Metric";
$lang->metric->name = "Metric name";
$lang->metric->stage = "Stage";
$lang->metric->scope = "Metric scope";
+1
View File
@@ -1,4 +1,5 @@
<?php
$lang->metric->metric = "Metric";
$lang->metric->common = "Metric";
$lang->metric->name = "Metric name";
$lang->metric->stage = "Stage";
+1
View File
@@ -1,5 +1,6 @@
<?php
$lang->metric->common = "Metric";
$lang->metric->metric = "Metric";
$lang->metric->name = "Metric name";
$lang->metric->stage = "Stage";
$lang->metric->scope = "Metric scope";
+4 -4
View File
@@ -3,11 +3,11 @@ $lang->metric->common = "度量项";
$lang->metric->metric = "度量";
$lang->metric->name = $lang->metric->common . "名称";
$lang->metric->stage = "阶段";
$lang->metric->scope = $lang->metric->common . "范围";
$lang->metric->object = $lang->metric->common . "对象";
$lang->metric->purpose = $lang->metric->common . "目的";
$lang->metric->scope = $lang->metric->metric . "范围";
$lang->metric->object = $lang->metric->metric . "对象";
$lang->metric->purpose = $lang->metric->metric . "目的";
$lang->metric->dateType = "时间属性";
$lang->metric->unit = $lang->metric->common . "单位";
$lang->metric->unit = $lang->metric->metric . "单位";
$lang->metric->alias = $lang->metric->common . "简称";
$lang->metric->code = $lang->metric->common . "代号";
$lang->metric->desc = $lang->metric->common . "描述";