/
mikopbx
/
ModuleSmartIVR
Обзор
Документация
Войти
/
mikopbx
/
ModuleSmartIVR
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
Messages/en.php
46 строк
3 KB
Anonymous
Translated using Weblate (English)
28 сен 2023, 16:36
28 сен 2023, 16:36
91beda7
Код
Авторство
О чём код?
<?php return [ /** * Copyright © MIKO LLC - All Rights Reserved * Unauthorized copying of this file, via any medium is strictly prohibited * Proprietary and confidential * Written by Alexey Portnov, 2 2019 */ 'mo_ModuleSmartIVR' => 'The Smart IVR module', 'repModuleSmartIVR' => 'The Smart IVR module - %represent%', 'BreadcrumbModuleSmartIVR' => 'The Smart IVR module', 'SubHeaderModuleSmartIVR' => 'Generate a personal IVR menu for each customer on the fly. This module use 1C:Enterprise as CRM.', 'module_smivr_LibraryVer1' => 'Version 1.0', 'module_smivr_LibraryVer2' => 'Version 2.0/4.0', 'module_smivr_Library1CType' => '1C SmartIVR library', 'module_smivr_Server1CHostPort' => 'Server 1C:Enterprise host and port', 'module_smivr_UseSSLConnection' => 'Use SSL', 'module_smivr_Login' => 'Webservice login', 'module_smivr_Password' => 'Webservice password', 'module_smivr_PublicationName' => 'Webservice name', 'module_smivr_NumberOfRepeat' => 'How many times repeat IVR menu before call will be redirected to the timeout extension', 'module_smivr_TimeoutExtension' => 'Timeout extension', 'module_smivr_FailoverExtension' => 'Failover extension', 'module_smivr_EnableDebugMode' => 'Enable debug mode', 'module_smivr_ValidateServer1CHostEmpty' => 'The Server 1C:Enterprise host field is empty', 'module_smivr_ValidateServer1CPortRange' => 'The Server 1C:Enterprise port field is out-of-range', 'module_smivr_ValidatePubName' => 'The webservice name is empty', 'module_smivr_ValidateNumberOfRepeat' => 'Check number of repeat field', 'module_smivr_ValidateTimeoutExtension' => 'Check timeout extension', 'module_smivr_ValidateFailOverExtension' => 'Check failover extension', 'module_smivr_Connected' => 'Connected', 'module_smivr_Disconnected' => 'Offline', 'module_smivr_UpdateStatus' => 'Status update', 'module_smivr_Disconnected1C' => 'Error on connection to 1С', 'module_smivr_DisconnectedTTS' => 'Error on connection to TTS service', 'module_smivr_UpdateRecord' => 'On module state change we are changing records:', 'module_smivr_WeGetSettingsFromCTIClient' => 'The communication channel from the module "Telephony Panel 4.0 for 1C" will be used', 'module_smivr_FailoverExtForeign' => 'Used as emergency number in smart routing module', 'module_smivr_TimeoutExtForeignKey' => 'Used as default number in smart routing module', 'module_smivr_ErrorOnMakeTestIVR' => 'Error during test generation of the voice menu', 'module_smivr_ValidateTimeOutExtensionNotEqualTo' => 'Default number is incorrect', 'module_smivr_ValidateFailOverExtensionNotEqualTo' => 'Incorrect emergency number', 'module_smivr_LibraryVer2NotInstalled' => 'Install the telephony panel 4.0 module for 1C, enable and configure it', 'module_smivr_lastResponsibleDuration' => 'Number of seconds, how long to call the last person in charge', 'module_smivr_lastResponsibleTime' => 'The number of minutes for which the CDR should be analyzed to find the responsible', ];