2016-03-25 01:18:05 -07:00
< ? php
2022-01-13 21:27:29 -08:00
return array (
2016-03-25 01:18:05 -07:00
'does_not_exist' => '장소가 존재하지 않습니다.' ,
2024-09-10 06:41:08 -07:00
'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your records to no longer reference this location and try again. ' ,
2016-03-25 01:18:05 -07:00
'assoc_assets' => '이 장소는 현재 적어도 한명의 사용자와 연결되어 있어서 삭제할 수 없습니다. 사용자가 더 이상 이 장소를 참조하지 않게 갱신하고 다시 시도해주세요. ' ,
'assoc_child_loc' => '이 장소는 현재 하나 이상의 하위 장소를 가지고 있기에 삭제 할 수 없습니다. 이 장소의 참조를 수정하고 다시 시도해 주세요. ' ,
2023-01-09 11:09:26 -08:00
'assigned_assets' => 'Assigned Assets' ,
'current_location' => 'Current Location' ,
2024-08-20 10:18:17 -07:00
'open_map' => 'Open in :map_provider_icon Maps' ,
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'create' => array (
2016-03-25 01:18:05 -07:00
'error' => '장소가 생성되지 않았습니다. 다시 시도해 주세요.' ,
2022-01-13 21:27:29 -08:00
'success' => '장소가 생성되었습니다.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'update' => array (
2016-03-25 01:18:05 -07:00
'error' => '장소가 갱신되지 않았습니다. 다시 시도해 주세요.' ,
2022-01-13 21:27:29 -08:00
'success' => '장소가 갱신되었습니다.'
),
2016-03-25 01:18:05 -07:00
2024-08-20 10:18:17 -07:00
'restore' => array (
'error' => 'Location was not restored, please try again' ,
'success' => 'Location restored successfully.'
),
2022-01-13 21:27:29 -08:00
'delete' => array (
2016-03-25 01:18:05 -07:00
'confirm' => '이 장소를 삭제하시겠습니까?' ,
'error' => '장소 삭제 중에 문제가 발생했습니다. 다시 시도해 주세요.' ,
2022-01-13 21:27:29 -08:00
'success' => '장소가 삭제되었습니다.'
)
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
);