/
var
/
www
/
html
/
sugardemo
/
modules
/
PubSub_ModuleEvent_PushSubs
/
language
/
Upload File
HOME
<?php /* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized representative, then do not * install or use this SugarCRM file. * * Copyright (C) SugarCRM Inc. All rights reserved. */ $mod_strings = [ 'ERR_PUBSUB_MODULEEVENT_PUSHSUBS_TARGET_MODULE_NOT_ALLOWED' => 'Pub/Sub 모듈 이벤트 푸시 구독을 {0} 모듈에 생성할 수 없습니다.', 'ERR_PUBSUB_MODULEEVENT_PUSHSUBS_WEBHOOK_URL_INVALID' => '잘못된 웹훅 URL', 'ERR_PUBSUB_MODULEEVENT_PUSHSUBS_WEBHOOK_URL_NOT_ALLOWED' => 'Pub/Sub 모듈 이벤트 푸시 구독 알림은 SugarCRM이 소유 및 운영하지 않는 웹훅에는 전송할 수 없습니다', 'LBL_EXPIRATION_DATE' => '기한 만료일', 'LBL_MODULE_NAME' => 'Pub/Sub 모듈 이벤트 푸시 구독', 'LBL_MODULE_NAME_SINGULAR' => 'Pub/Sub 모듈 이벤트 푸시 구독', 'LBL_TARGET_MODULE' => '모듈', 'LBL_TOKEN' => '신뢰받는 토큰', 'LBL_WEBHOOK_URL' => '웹훅 URL', 'LNK_PUBSUB_MODULEEVENT_PUSHSUBS_LIST' => 'Pub/Sub 모듈 이벤트 푸시 구독 보기', ];