mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
7 lines
323 B
PHP
7 lines
323 B
PHP
<?php
|
|
return [
|
|
'about_companies_title' => '关于公司',
|
|
'about_companies_text' => '公司可以用作简单的标识符字段,如果在管理设置中启用了完整多企业支持,也可以用于限制资产,用户等的可见性。',
|
|
'select_company' => '选择公司',
|
|
];
|