ringcentral-widgets
Version:
RingCentral Integration Widget Library
31 lines (27 loc) • 989 B
JavaScript
"use strict";
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
cancel: "Cancelar",
reply: "Responder",
onMyWay: "En camino",
customMessage: "Mensaje personalizado",
callMeBackIn: "Devuélvame la llamada en",
willCallYouBackIn: "Le devolveré la llamada en",
min: "minutos",
hours: "horas",
days: "días"
}; // @key: @#@"cancel"@#@ @source: @#@"Cancel"@#@
// @key: @#@"reply"@#@ @source: @#@"Reply"@#@
// @key: @#@"onMyWay"@#@ @source: @#@"On my way"@#@
// @key: @#@"customMessage"@#@ @source: @#@"Custom Message"@#@
// @key: @#@"callMeBackIn"@#@ @source: @#@"Call me back in"@#@
// @key: @#@"willCallYouBackIn"@#@ @source: @#@"Will call you back in"@#@
// @key: @#@"min"@#@ @source: @#@"min."@#@
// @key: @#@"hours"@#@ @source: @#@"hours"@#@
// @key: @#@"days"@#@ @source: @#@"days"@#@
exports["default"] = _default;
//# sourceMappingURL=es-ES.js.map