[task#127475,0.5h,doing] add lang.

This commit is contained in:
songchenxuan
2024-09-11 14:10:21 +08:00
committed by 周鑫
parent 228b2009e8
commit a4afaab65b
4 changed files with 20 additions and 0 deletions
+5
View File
@@ -25,6 +25,11 @@ $lang->pivot->exportType = 'Export Type';
$lang->pivot->exportRange = 'Export Range';
$lang->pivot->story = 'Story';
$lang->pivot->otherLang = new stdclass();
$lang->pivot->otherLang->product = 'Product';
$lang->pivot->otherLang->productStatus = 'Product Status';
$lang->pivot->otherLang->productType = 'Product type';
$lang->pivot->cancelAndBack = 'Cancel save and back';
$lang->pivot->deleteTip = 'Are you sure you want to delete it ?';
+5
View File
@@ -25,6 +25,11 @@ $lang->pivot->exportType = 'Export Type';
$lang->pivot->exportRange = 'Export Range';
$lang->pivot->story = 'Story';
$lang->pivot->otherLang = new stdclass();
$lang->pivot->otherLang->product = 'Product';
$lang->pivot->otherLang->productStatus = 'Product Status';
$lang->pivot->otherLang->productType = 'Product type';
$lang->pivot->cancelAndBack = 'Cancel save and back';
$lang->pivot->deleteTip = 'Are you sure you want to delete it ?';
+5
View File
@@ -25,6 +25,11 @@ $lang->pivot->exportType = 'Export Type';
$lang->pivot->exportRange = 'Export Range';
$lang->pivot->story = 'Story';
$lang->pivot->otherLang = new stdclass();
$lang->pivot->otherLang->product = 'Product';
$lang->pivot->otherLang->productStatus = 'Product Status';
$lang->pivot->otherLang->productType = 'Product type';
$lang->pivot->cancelAndBack = 'Cancel save and back';
$lang->pivot->deleteTip = 'Are you sure you want to delete it ?';
+5
View File
@@ -25,6 +25,11 @@ $lang->pivot->exportType = '导出格式';
$lang->pivot->exportRange = '导出范围';
$lang->pivot->story = '需求';
$lang->pivot->otherLang = new stdclass();
$lang->pivot->otherLang->product = '产品';
$lang->pivot->otherLang->productStatus = '产品状态';
$lang->pivot->otherLang->productType = '产品类型';
$lang->pivot->cancelAndBack = '取消保存并返回';
$lang->pivot->deleteTip = '您确认要删除吗?';