snipe-it/resources/lang/zh-TW/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
578 B
PHP

<?php
return array(
'about_manufacturers_title' => '關於製造商',
'about_manufacturers_text' => '廠商是提供您資產的公司,您可以在這裡儲存重要的支援資訊,並顯示在資產的詳細頁面。',
'asset_manufacturers' => '資產製造商',
'create' => '新增製造商',
'id' => 'ID',
'name' => '名稱',
'support_email' => '支援 Email',
'support_phone' => '支援電話',
'support_url' => '支援網址',
'update' => '更新製造商',
'url' => '網址',
);