ajout app

This commit is contained in:
2024-04-17 20:22:30 +02:00
parent cc017cfc5e
commit f9d05a2fd3
8025 changed files with 729805 additions and 0 deletions

View File

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