mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-01 00:47:27 -08:00
12 lines
252 B
PHP
12 lines
252 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
|
||
|
'asset_manufacturers' => 'Hãng sản xuất',
|
||
|
'create' => 'Tạo hãng sản xuất',
|
||
|
'id' => 'ID',
|
||
|
'name' => 'Tên hãng sản xuất',
|
||
|
'update' => 'Cập nhật hãng sản xuất',
|
||
|
|
||
|
);
|