/
var
/
www
/
html
/
sugardev25
/
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' => '無法為 {0} 模組建立發佈/訂閱模組活動推送訂閱', 'ERR_PUBSUB_MODULEEVENT_PUSHSUBS_WEBHOOK_URL_INVALID' => '無效的 webhook URL', 'ERR_PUBSUB_MODULEEVENT_PUSHSUBS_WEBHOOK_URL_NOT_ALLOWED' => '無法傳送發佈/訂閱模組活動推送訂閱通知到不是由 SugarCRM 擁有和營運的 webhook', 'LBL_EXPIRATION_DATE' => '到期日', 'LBL_MODULE_NAME' => '發佈/訂閱模組活動推送訂閱', 'LBL_MODULE_NAME_SINGULAR' => '發佈/訂閱模組活動推送訂閱', 'LBL_TARGET_MODULE' => '模組', 'LBL_TOKEN' => '信任的權杖', 'LBL_WEBHOOK_URL' => 'Webhook URL', 'LNK_PUBSUB_MODULEEVENT_PUSHSUBS_LIST' => '檢視發佈/訂閱模組活動推送訂閱', ];