Skip to content

Commit

Permalink
emp lang add
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Sep 27, 2023
1 parent 298299c commit 3b9e7e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/lang/en/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,5 @@
'prev' => 'Prev',
'next' => 'Next',
'quick_create' => 'Quick create',
'view_code' => 'Compnay Code',
];
7 changes: 7 additions & 0 deletions resources/lang/zh-CN/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,11 @@
'prev' => '上一步',
'next' => '下一步',
'quick_create' => '快速创建',

'view_code' => '公司代码',
'full_name' => '公司全称',
'area_code' => '区域编码',
'remarks' => '备注信息',
'corp_code' => '租户代码',
'corp_name' => '租户名称',
];

0 comments on commit 3b9e7e1

Please sign in to comment.