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,30 @@
<?php
return array(
'support_url_help' => 'Variables <code>{LOCALE}</code>, <code>{SERIAL}</code>, <code>{MODEL_NUMBER}</code>, and <code>{MODEL_NAME}</code> may be used in your URL to have those values auto-populate when viewing assets - for example https://checkcoverage.apple.com/{LOCALE}/{SERIAL}.',
'does_not_exist' => '製造商不存在',
'assoc_users' => '至少還有一個資產與此製造商關聯,目前不能被删除,請確認後重試。 ',
'create' => array(
'error' => '新增製造商失敗,請重試。',
'success' => '新增製造商成功。'
),
'update' => array(
'error' => '更新製造商失敗,請重試。',
'success' => '更新製造商成功。'
),
'restore' => array(
'error' => '製造商恢復失敗,請重試。',
'success' => '製造商恢復成功。'
),
'delete' => array(
'confirm' => '您確定要刪除此製造商嗎?',
'error' => '刪除製造商失敗,請重試。',
'success' => '刪除製造商成功。'
)
);

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' => '更新製造商',
);