ringcentral-widgets
Version:
RingCentral Integration Widget Library
47 lines (43 loc) • 3.38 kB
JavaScript
"use strict";
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
title: "Comandos de conferencia",
starSharp2Title: "Recuento de personas que llaman",
starSharp2Body: "Lleve un control del número de personas que hay en una llamada.",
starSharp3Title: "Abandonar conferencia",
starSharp3Body: "Permite al host colgar y finalizar la llamada.",
starSharp4Title: "Menú",
starSharp4Body: "Escuche la lista de comandos de tonos de marcado",
starSharp5Title: "Establecer modos de escucha",
starSharp5Body: "Pulse 1 vez: Silenciar a las personas que llaman - Estas personas pueden reactivar el audio con * # 6\nPulse 2 veces: Silenciar a las personas que llaman - Solo podrán escuchar. No existe opción de activación del audio.\nPulse 3 veces: Reactivar audio de personas que llaman - La línea vuelve a estar abierta",
starSharp6Title: "Silenciar línea de host",
starSharp6Body: "Pulse una vez para SILENCIAR.\nVuelva a pulsar para REACTIVAR AUDIO.",
starSharp7Title: "Proteger la llamada",
starSharp7Body: "Pulse una vez para BLOQUEAR a todas las personas que llaman.\nVuelva a pulsar para ABRIR la llamada.",
starSharp8Title: "Escuchar un sonido cuando alguien entre o salga de una llamada",
starSharp8Body: "Pulse 1 vez: Se DESACTIVA el sonido.\nPulse 2 veces: Se ACTIVA el tono de entrada y se DESACTIVA el tono de salida\nPulse 3 veces: Se DESACTIVA el tono de entrada y se ACTIVA el tono de salida\nPulse 4 veces: el sonido está ACTIVADO.",
star9Title: "Grabar la conferencia",
star9Body: "Pulse una vez para EMPEZAR a grabar.\nPulse nuevamente para DEJAR de grabar."
}; // @key: @#@"title"@#@ @source: @#@"Conference Commands"@#@
// @key: @#@"starSharp2Title"@#@ @source: @#@"Caller Count"@#@
// @key: @#@"starSharp2Body"@#@ @source: @#@"Keep track of how many people are on the call"@#@
// @key: @#@"starSharp3Title"@#@ @source: @#@"Leave Conference"@#@
// @key: @#@"starSharp3Body"@#@ @source: @#@"Lets the host hang up and end the call"@#@
// @key: @#@"starSharp4Title"@#@ @source: @#@"Menu"@#@
// @key: @#@"starSharp4Body"@#@ @source: @#@"Listen to the list of touchtone commands"@#@
// @key: @#@"starSharp5Title"@#@ @source: @#@"Set Listening Modes"@#@
// @key: @#@"starSharp5Body"@#@ @source: @#@"Press 1x: Mute callers - Callers can unmute with *, #, 6\nPress 2x: Mute callers - Listen only. No unmuting option\nPress 3x: Unmute callers - Opens the line again"@#@
// @key: @#@"starSharp6Title"@#@ @source: @#@"Mute Host Line"@#@
// @key: @#@"starSharp6Body"@#@ @source: @#@"Press once to MUTE\nPress again to UNMUTE"@#@
// @key: @#@"starSharp7Title"@#@ @source: @#@"Secure the Call"@#@
// @key: @#@"starSharp7Body"@#@ @source: @#@"Press once to BLOCK all callers\nPress again to OPEN the call"@#@
// @key: @#@"starSharp8Title"@#@ @source: @#@"Hear sound when people Enter or Exit call"@#@
// @key: @#@"starSharp8Body"@#@ @source: @#@"Press 1x: Turns OFF sound\nPress 2x: Enter tone is ON Exit tone is OFF\nPress 3x: Enter tone is OFF Exit tone is ON\nPress 4x: Turns ON sound"@#@
// @key: @#@"star9Title"@#@ @source: @#@"Record your conference"@#@
// @key: @#@"star9Body"@#@ @source: @#@"Press once to START recording\nPress again to STOP recording"@#@
exports["default"] = _default;
//# sourceMappingURL=es-ES.js.map