添加词条

This commit is contained in:
pushuo 2022-08-09 16:00:38 +08:00
parent 34a8f9bb2b
commit 055f897106
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
return [
'list' => 'Order List',
'orders_index' => 'Index',
'unpaid' => 'Unpaid',
'orders_create' => 'Create',
'orders_show' => 'Detail',
'orders_update' => 'Update',

View File

@ -12,6 +12,7 @@
return [
'list' => '订单列表',
'orders_index' => '订单列表',
'unpaid' => '待支付',
'orders_create' => '创建订单',
'orders_show' => '订单详情',
'orders_update' => '更新订单',