* Add lang for workflow.

This commit is contained in:
Yagami
2019-07-31 13:24:18 +08:00
parent 10752dbefb
commit 63f9916a85
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ $lang->branch->id = 'ID';
$lang->branch->product = 'Product';
$lang->branch->name = 'Name';
$lang->branch->order = 'Order';
$lang->branch->deleted = 'Delete';
$lang->branch->confirmDelete = 'Do you want to delete this @branch@?';
$lang->branch->canNotDelete = 'There is data in @branch@. It cannot be deleted.';
+1
View File
@@ -12,6 +12,7 @@ $lang->branch->id = '编号';
$lang->branch->product = '所属产品';
$lang->branch->name = '名称';
$lang->branch->order = '排序';
$lang->branch->deleted = '已删除';
$lang->branch->confirmDelete = '是否删除该@branch@?';
$lang->branch->canNotDelete = '该@branch@下已经有数据,不能删除!';