This commit is contained in:
2024-04-21 14:42:52 +02:00
parent 4b69674ede
commit 8a25f53c99
10700 changed files with 55767 additions and 14201 deletions

View File

@ -0,0 +1,7 @@
<?php
return [
'select_company' => '회사 선택',
'about_companies' => '회사 란',
'about_companies_description' => ' You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.',
];

View File

@ -0,0 +1,20 @@
<?php
return [
'does_not_exist' => '회사가 없습니다.',
'deleted' => 'Deleted company',
'assoc_users' => '이 회사는 적어도 한개의 모델과 연결되어 있기에 삭제할 수 없습니다. 이 회사를 참조하지 않게 모델을 수정하고 다시 시도해 주세요. ',
'create' => [
'error' => '회사를 만들지 못했습니다. 재시도해 주십시오.',
'success' => '회사를 만들었습니다.',
],
'update' => [
'error' => '회사를 갱신하지 못했습니다. 재시도해 주십시오.',
'success' => '회사를 갱신했습니다.',
],
'delete' => [
'confirm' => '이 회사를 삭제하고자 하는게 맞습니까?',
'error' => '회사 삭제 도중 이슈가 발생했습니다. 재시도해 주십시오.',
'success' => '회사를 삭제했습니다.',
],
];

View File

@ -0,0 +1,11 @@
<?php
return array(
'companies' => '회사들',
'create' => '회사 생성',
'email' => 'Company Email',
'title' => '회사',
'phone' => 'Company Phone',
'update' => '회사 갱신',
'name' => '회사명',
'id' => '아이디',
);