ringcentral-widgets
Version:
RingCentral Integration Widget Library
19 lines (15 loc) • 582 B
JavaScript
;
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
contactDetails: "Detalles de contacto",
loadingContact: "Cargando contacto...",
contactNotFound: "Contacto no encontrado."
}; // @key: @#@"contactDetails"@#@ @source: @#@"Contact Details"@#@
// @key: @#@"loadingContact"@#@ @source: @#@"Loading contact..."@#@
// @key: @#@"contactNotFound"@#@ @source: @#@"Contact not found."@#@
exports["default"] = _default;
//# sourceMappingURL=es-ES.js.map