/* eslint-disable */ import webphoneErrors from '@ringcentral-integration/commons/modules/Webphone/webphoneErrors'; import webphoneMessages from '@ringcentral-integration/commons/modules/Webphone/webphoneMessages'; export default { [webphoneErrors.connectFailed]: 'Lo sentimos, las funciones del teléfono no están disponibles en este momento. Inténtelo de nuevo más tarde. ', [webphoneErrors.connected]: 'Teléfono web registrado.', [webphoneErrors.browserNotSupported]: 'Lo sentimos, no es posible hacer llamadas con este navegador.', [webphoneErrors.webphoneCountOverLimit]: 'Se pueden registrar 5 teléfonos web como máximo.', [webphoneErrors.checkDLError]: 'No se pudo realizar una llamada saliente. Comuníquese con {brandName} para obtener asistencia si este error continúa apareciendo.', [webphoneErrors.noOutboundCallWithoutDL]: 'En este momento, su extensión no puede hacer llamadas salientes con navegador, comuníquese con su representante para acceder a la actualización.', [webphoneErrors.provisionUpdate]: 'Se produjo un error en nuestro sistema. Intentaremos volver a conectar rápidamente.', [webphoneErrors.serverConnecting]: 'Lo sentimos, tenemos un problema para conectar al servidor telefónico.', [webphoneErrors.toVoiceMailError]: 'No se puede enviar la llamada al buzón de voz debido a un error interno', [webphoneErrors.muteError]: 'No se puede silenciar la llamada en este momento.', [webphoneErrors.holdError]: 'No se puede poner la llamada en espera en este momento.', [webphoneErrors.flipError]: 'No se puede voltear la llamada. Inténtelo de nuevo más tarde.', [webphoneErrors.recordError]: 'No puede grabar la llamada en este momento. Código de error: {errorCode}', [webphoneErrors.pauseRecordError]: 'Lo sentimos, no pudimos detener la grabación de la llamada. Inténtelo de nuevo más tarde.', [webphoneErrors.recordDisabled]: 'Su cuenta no incluye la función de grabar llamadas. Comuníquese con el administrador de su cuenta.', [webphoneErrors.transferError]: 'No se puede transferir la llamada. Inténtelo de nuevo más tarde.', [webphoneMessages.parked]: 'Su llamada se recuperó en la ubicación: {parkedNumber}', failWithStatusCode: 'Lo sentimos, hemos detectado un error: {errorCode}. Si el problema persiste, comuníquelo al servicio técnico de {brandName}.', registeringWithStatusCode: 'Lo sentimos, cometimos un error. Estamos intentando volver a conectar. Si el problema persiste, comuníquelo al servicio técnico de {brandName}. Código de error: {errorCode}.', failWithoutStatusCode: 'Se produjo un error en nuestro sistema. Si el error persiste, comuníquelo al servicio técnico de {brandName}.', registeringWithoutStatusCode: 'Lo sentimos, cometimos un error. Estamos intentando volver a conectar. Si el problema persiste, comuníquelo al servicio técnico de {brandName}.', } as const; // @key: @#@"[webphoneErrors.connectFailed]"@#@ @source: @#@"Sorry, phone features are currently unavailable. Please retry later. "@#@ // @key: @#@"[webphoneErrors.connected]"@#@ @source: @#@"Web phone registered."@#@ // @key: @#@"[webphoneErrors.browserNotSupported]"@#@ @source: @#@"Sorry, making calls using this browser is not supported."@#@ // @key: @#@"[webphoneErrors.webphoneCountOverLimit]"@#@ @source: @#@"A maximum of 5 web phones could be registered."@#@ // @key: @#@"[webphoneErrors.checkDLError]"@#@ @source: @#@"Unable to make outgoing call. Contact {brandName} for support if this error keeps showing."@#@ // @key: @#@"[webphoneErrors.noOutboundCallWithoutDL]"@#@ @source: @#@"Your extension is not allowed to make outbound calls with browser currently, please contact your account representative for an upgrade."@#@ // @key: @#@"[webphoneErrors.provisionUpdate]"@#@ @source: @#@"Sorry, something went wrong on our end. We will automatically try to reconnect shortly."@#@ // @key: @#@"[webphoneErrors.serverConnecting]"@#@ @source: @#@"Sorry, we are having an issue connecting to the phone server."@#@ // @key: @#@"[webphoneErrors.toVoiceMailError]"@#@ @source: @#@"Cannot send call to voicemail due to internal error"@#@ // @key: @#@"[webphoneErrors.muteError]"@#@ @source: @#@"Call cannot be muted at the moment."@#@ // @key: @#@"[webphoneErrors.holdError]"@#@ @source: @#@"Call cannot be hold at the moment."@#@ // @key: @#@"[webphoneErrors.flipError]"@#@ @source: @#@"Cannot flip the call. Please try again later."@#@ // @key: @#@"[webphoneErrors.recordError]"@#@ @source: @#@"You cannot record the call at the moment. Error code: {errorCode}"@#@ // @key: @#@"[webphoneErrors.pauseRecordError]"@#@ @source: @#@"Sorry, we weren't able to stop recording the call. Try again later."@#@ // @key: @#@"[webphoneErrors.recordDisabled]"@#@ @source: @#@"Sorry, your account does not have the feature to record a call. Please contact your account administrator."@#@ // @key: @#@"[webphoneErrors.transferError]"@#@ @source: @#@"Cannot transfer the call. Please try again later."@#@ // @key: @#@"[webphoneMessages.parked]"@#@ @source: @#@"Your call is parked at location: {parkedNumber}"@#@ // @key: @#@"failWithStatusCode"@#@ @source: @#@"Sorry, we've encountered an error: {errorCode}. If the problem persists, report this error to {brandName} support."@#@ // @key: @#@"registeringWithStatusCode"@#@ @source: @#@"Sorry, something went wrong. We are trying to reconnect. If the problem persists, please report this error to {brandName} support. Error code: {errorCode}."@#@ // @key: @#@"failWithoutStatusCode"@#@ @source: @#@"Sorry, something went wrong on our end. If the error persists, report this error to {brandName} support."@#@ // @key: @#@"registeringWithoutStatusCode"@#@ @source: @#@"Sorry, something went wrong. We are trying to reconnect. If the problem persists, please report this error to {brandName} support."@#@