/* eslint-disable */ export default { inviteMeetingContent: '{accountName} lo/a está invitando a una reunión de {brandName}.\n\nÚnase desde una PC, Mac, iOS o Android: {joinUri}{passwordTpl}\n\n O desde iPhone con tan solo tocar una vez:\n\t {mobileDialingNumberTpl}\n\n O desde un teléfono:\n\t Marcar:\n\t {phoneDialingNumberTpl}\n\t ID de la reunión: {meetingId}\n\t Números internacionales disponibles: {teleconference} ', conferenceLocationField: 'Conferencia, número de marcado: {dialInNumber}', scheduleError: 'Lo sentimos, cometimos un error. Vuelva a intentarlo.', noMeetingPermission: 'Lo sentimos, no tiene permiso para utilizar {brandName} Meetings. Comuníquese con el administrador de su empresa para continuar.', noConferencePermission: 'Lo sentimos, no tiene permiso para utilizar el servicio de conferencias {brandName}. Comuníquese con el administrador de su empresa para continuar.', conferenceTitle: 'Reunión de conferencia de {displayName}', internationalNumber: 'Números de marcado internacionales:', inviteText_att: 'Únase a la conferencia de {brandName}.\n\nNúmero de marcado: {formattedDialInNumber} \n{additionalNumbersSection} \nAcceso para participantes: {participantCode} \n\n¿Necesita un número de marcado internacional? Visite {dialInNumbersLink} \n\nEsta conferencia telefónica es posible gracias a {brandName} Conferencing.', inviteText_bt: 'Únase a la conferencia de {brandName}.\n\nNúmero de marcado: {formattedDialInNumber} \n{additionalNumbersSection} \nAcceso para participantes: {participantCode} \n\nNúmeros de marcado adicionales {dialInNumbersLink} ', inviteText_rc: 'Únase a la conferencia de {brandName}.\n\nNúmero de marcado: {formattedDialInNumber} \n{additionalNumbersSection} \nAcceso para participantes: {participantCode} \n\n¿Necesita un número de marcado internacional? Visite {dialInNumbersLink} \n\nEsta conferencia telefónica es posible gracias a {brandName} Conferencing.', inviteText_telus: 'Únase a la conferencia de {brandName}.\n\nNúmero de marcado: {formattedDialInNumber} \n{additionalNumbersSection} \nAcceso para participantes: {participantCode} \n\nNúmeros de marcado adicionales {dialInNumbersLink} ', conferenceCall: 'Conferencia telefónica de {brandName}', videoCall: 'Videollamada de {brandName}', addConferencingDetails: 'Agregando detalles de conferencia', updateConferencingDetails: 'Actualizando detalles de conferencia', // @ts-expect-error TS(1117): An object literal cannot have multiple properties ... Remove this comment to see the full error message scheduleError: 'Lo sentimos, cometimos un error. Vuelva a intentarlo.', deleteBtn: 'Eliminar', settingsBtn: 'Configuración', saveAsDefaultAndNotShowAgain: 'Guardar como configuración por defecto y no mostrar de nuevo', saveAsDefault: 'Guardar como configuración por defecto', done: 'Listo', update: 'Actualizar', conferenceSettingsTitle: 'Configuración del servicio de conferencias de {brand}', videoSettingsTitle: 'Configuración de {brand} Meetings', password: 'Contraseña', failedToRetrieveMeeting: 'Se perdió la conexión de red. Elimine esta reunión e inténtelo de nuevo más tarde.', meetingSettingsTitle: '{brand} Meetings - Configuración', recurringMeeting: 'Reunión recurrente', meetingOptions: 'Opciones de reunión', schedule: 'Programar', // @ts-expect-error TS(1117): An object literal cannot have multiple properties ... Remove this comment to see the full error message settingsBtn: 'Configuración', } as const; // @key: @#@"inviteMeetingContent"@#@ @source: @#@"{accountName} is inviting you to a {brandName} meeting.\n\nJoin from PC, Mac, iOS or Android: {joinUri}{passwordTpl}\n\n Or iPhone one-tap:\n\t {mobileDialingNumberTpl}\n\n Or Telephone:\n\t Dial:\n\t {phoneDialingNumberTpl}\n\t Meeting ID: {meetingId}\n\t International numbers available: {teleconference} "@#@ // @key: @#@"conferenceLocationField"@#@ @source: @#@"Conference Meeting, Dial-in Number: {dialInNumber}"@#@ // @key: @#@"scheduleError"@#@ @source: @#@"Sorry, something went wrong, please try again."@#@ // @key: @#@"noMeetingPermission"@#@ @source: @#@"Sorry, you don't have {brandName} Meetings permissions. Contact your company administrator to continue."@#@ // @key: @#@"noConferencePermission"@#@ @source: @#@"Sorry, you don't have {brandName} Conference permissions. Contact your company administrator to continue."@#@ // @key: @#@"conferenceTitle"@#@ @source: @#@"{displayName}'s Conference Meeting"@#@ // @key: @#@"internationalNumber"@#@ @source: @#@"International Dial-in Numbers:"@#@ // @key: @#@"inviteText_att"@#@ @source: @#@"Please join the {brandName} conference.\n\nDial-In Number: {formattedDialInNumber} \n{additionalNumbersSection} \nParticipant Access: {participantCode} \n\nNeed an international dial-in phone number? Please visit {dialInNumbersLink} \n\nThis conference call is brought to you by {brandName} Conferencing."@#@ // @key: @#@"inviteText_bt"@#@ @source: @#@"Please join the {brandName} conference.\n\nDial-In Number: {formattedDialInNumber} \n{additionalNumbersSection} \nParticipant Access: {participantCode} \n\nAdditional dial-in numbers {dialInNumbersLink} "@#@ // @key: @#@"inviteText_rc"@#@ @source: @#@"Please join the {brandName} conference.\n\nDial-In Number: {formattedDialInNumber} \n{additionalNumbersSection} \nParticipant Access: {participantCode} \n\nNeed an international dial-in phone number? Please visit {dialInNumbersLink} \n\nThis conference call is brought to you by {brandName} Conferencing."@#@ // @key: @#@"inviteText_telus"@#@ @source: @#@"Please join the {brandName} conference.\n\nDial-In Number: {formattedDialInNumber} \n{additionalNumbersSection} \nParticipant Access: {participantCode} \n\nAdditional dial-in numbers {dialInNumbersLink} "@#@ // @key: @#@"conferenceCall"@#@ @source: @#@"{brandName} Conference Call"@#@ // @key: @#@"videoCall"@#@ @source: @#@"{brandName} Video Call"@#@ // @key: @#@"addConferencingDetails"@#@ @source: @#@"Adding conferencing details"@#@ // @key: @#@"updateConferencingDetails"@#@ @source: @#@"Updating conferencing details"@#@ // @key: @#@"deleteBtn"@#@ @source: @#@"Delete"@#@ // @key: @#@"settingsBtn"@#@ @source: @#@"Settings"@#@ // @key: @#@"saveAsDefaultAndNotShowAgain"@#@ @source: @#@"Save as default and do not show again"@#@ // @key: @#@"saveAsDefault"@#@ @source: @#@"Save as default"@#@ // @key: @#@"done"@#@ @source: @#@"Done"@#@ // @key: @#@"update"@#@ @source: @#@"Update"@#@ // @key: @#@"conferenceSettingsTitle"@#@ @source: @#@"{brand} Conference Settings"@#@ // @key: @#@"videoSettingsTitle"@#@ @source: @#@"{brand} Meetings Settings"@#@ // @key: @#@"password"@#@ @source: @#@"Password"@#@ // @key: @#@"failedToRetrieveMeeting"@#@ @source: @#@"The network connection is lost. Delete this meeting and try again later."@#@ // @key: @#@"meetingSettingsTitle"@#@ @source: @#@"{brand} Meetings - Settings"@#@ // @key: @#@"recurringMeeting"@#@ @source: @#@"Recurring Meeting"@#@ // @key: @#@"meetingOptions"@#@ @source: @#@"Meeting Options"@#@ // @key: @#@"schedule"@#@ @source: @#@"Schedule"@#@