mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -08:00
7 lines
320 B
PHP
7 lines
320 B
PHP
<?php
|
|
return [
|
|
'about_companies_title' => '關於公司',
|
|
'about_companies_text' => '公司可以用作簡單的識別欄位,如果在管理設定中啟用了完整多企業功能,也可以用於限制資產、使用者的可見性。',
|
|
'select_company' => '選擇公司',
|
|
];
|