snipe-it/resources/lang/vi/admin/manufacturers/table.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

17 lines
769 B
PHP

<?php
return array(
'about_manufacturers_title' => 'Giới thiệu về nhà sản xuất',
'about_manufacturers_text' => 'Các nhà sản xuất là những công ty tạo ra tài sản của bạn. Bạn có thể lưu trữ thông tin liên hệ hỗ trợ quan trọng về họ tại đây, sẽ được hiển thị trên trang chi tiết tài sản của bạn.',
'asset_manufacturers' => 'Hãng sản xuất',
'create' => 'Tạo hãng sản xuất',
'id' => 'ID',
'name' => 'Tên',
'support_email' => 'Hỗ trợ Email',
'support_phone' => 'Điện thoại hỗ trợ',
'support_url' => 'URL Hỗ trợ',
'update' => 'Cập nhật hãng sản xuất',
'url' => 'URL',
);