ringcentral-widgets
Version:
RingCentral Integration Widget Library
77 lines (73 loc) • 4.44 kB
JavaScript
"use strict";
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
topic: "Tema",
when: "Cuándo",
duration: "Duración",
recurringMeeting: "Reunión periódica",
recurringDescribe: "Recuerde comprobar la periodicidad o repetición en la invitación de calendario enviada a los asistentes.",
video: "Vídeo",
videoDescribe: "Al unirse a una reunión",
host: "Vídeo de host activado",
participants: "Vídeo de participante activado",
audioOptions: "Opciones de audio",
voIPOnly: "Solo VoIP",
both: "Ambos",
meetingOptions: "Opciones de reunión",
requirePassword: "Es necesaria la contraseña de reunión",
password: "Contraseña",
rcmPasswordHintText: "La contraseña debe tener un máximo de 10 caracteres o números y no puede incluir símbolos, excepto “@”, “*” o “-”.",
passwordEmptyError: "Se requiere la contraseña de la reunión",
rcmPasswordInvalidError: "La contraseña debe tener un máximo de 10 caracteres o números y no puede incluir símbolos, excepto “@”, “*” o “-”.",
enableJoinBeforeHost: "Permitir unirse antes que el host",
telephonyOnly: "Solo telefonía",
hostVideoOn: "Vídeo del anfitrión activado",
participantVideoOn: "Vídeo del participante activado",
recurringEvery: "Cada",
recurrenceType: "Tipo de repetición",
recurrenceEndDate: "Fecha de finalización",
currentLocale: "Día(s)",
meetingId: "ID de reunión",
generateAutomatically: "Generar automáticamente",
usePmi: "ID de reunión personal (PMI): {meetingId}",
pmiChangeConfirm: "Si desea realizar cambios en su reunión personal, ",
changePmiSettings: "modifique la configuración del PMI.",
pmiSettingChangeAlert: "Si modifica la configuración y programa esta reunión, todas las reuniones con ID de reunión personal usarán la configuración más reciente."
}; // @key: @#@"topic"@#@ @source: @#@"Topic"@#@
// @key: @#@"when"@#@ @source: @#@"When"@#@
// @key: @#@"duration"@#@ @source: @#@"Duration"@#@
// @key: @#@"recurringMeeting"@#@ @source: @#@"Recurring Meeting"@#@
// @key: @#@"recurringDescribe"@#@ @source: @#@"Please remember to check recurrence or repeat in your calendar invitation to your attendees."@#@
// @key: @#@"video"@#@ @source: @#@"Video"@#@
// @key: @#@"videoDescribe"@#@ @source: @#@"When joining a meeting"@#@
// @key: @#@"host"@#@ @source: @#@"Host video on"@#@
// @key: @#@"participants"@#@ @source: @#@"Participant video on"@#@
// @key: @#@"audioOptions"@#@ @source: @#@"Audio options"@#@
// @key: @#@"voIPOnly"@#@ @source: @#@"VoIP Only"@#@
// @key: @#@"both"@#@ @source: @#@"Both"@#@
// @key: @#@"meetingOptions"@#@ @source: @#@"Meeting options"@#@
// @key: @#@"requirePassword"@#@ @source: @#@"Require meeting password"@#@
// @key: @#@"password"@#@ @source: @#@"Password"@#@
// @key: @#@"rcmPasswordHintText"@#@ @source: @#@"Your password should be 1-10 characters, numbers long and cannot have symbols except @, * or -"@#@
// @key: @#@"passwordEmptyError"@#@ @source: @#@"Meeting password required"@#@
// @key: @#@"rcmPasswordInvalidError"@#@ @source: @#@"Your password must be 1-10 characters, numbers long and cannot have symbols except @, * or -"@#@
// @key: @#@"enableJoinBeforeHost"@#@ @source: @#@"Enable join before host"@#@
// @key: @#@"telephonyOnly"@#@ @source: @#@"Telephony Only"@#@
// @key: @#@"hostVideoOn"@#@ @source: @#@"Host Video On"@#@
// @key: @#@"participantVideoOn"@#@ @source: @#@"Participant Video On"@#@
// @key: @#@"recurringEvery"@#@ @source: @#@"Every"@#@
// @key: @#@"recurrenceType"@#@ @source: @#@"Recurrence Type"@#@
// @key: @#@"recurrenceEndDate"@#@ @source: @#@"End Date"@#@
// @key: @#@"currentLocale"@#@ @source: @#@"Day(s)"@#@
// @key: @#@"meetingId"@#@ @source: @#@"Meeting ID"@#@
// @key: @#@"generateAutomatically"@#@ @source: @#@"Generate Automatically"@#@
// @key: @#@"usePmi"@#@ @source: @#@"Personal Meeting ID (PMI): {meetingId}"@#@
// @key: @#@"pmiChangeConfirm"@#@ @source: @#@"If you want to make changes for your personal meeting, "@#@
// @key: @#@"changePmiSettings"@#@ @source: @#@"change PMI settings"@#@
// @key: @#@"pmiSettingChangeAlert"@#@ @source: @#@"If you change the settings and schedule this meeting, all of meetings with Personal Meeting ID will use the same latest settings."@#@
exports["default"] = _default;
//# sourceMappingURL=es-ES.js.map