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' => '아이디',
'name' => '이름',
'support_email' => '지원 이메일',
'support_phone' => '지원 전화',
'support_url' => '지원 URL',
'warranty_lookup_url' => 'Warranty Lookup URL',
'update' => '제조업체 갱신',
);