ringcentral-widgets
Version:
RingCentral Integration Widget Library
23 lines (19 loc) • 937 B
JavaScript
;
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
confirmationInfo: "Se perderán los cambios que no haya guardado en la llamada anterior, ¿está seguro de que desea trabajar en una nueva llamada?",
log: "Registro",
save: "Guardar y trabajar en nueva llamada",
discard: "Descartar y trabajar en nueva llamada",
stay: "Permanecer en trab. anterior"
}; // @key: @#@"confirmationInfo"@#@ @source: @#@"Your unsaved edits on the previous call will be lost, are you sure you want to work on the new call?"@#@
// @key: @#@"log"@#@ @source: @#@"Log"@#@
// @key: @#@"save"@#@ @source: @#@"Save & Work on New"@#@
// @key: @#@"discard"@#@ @source: @#@"Discard & Work on New"@#@
// @key: @#@"stay"@#@ @source: @#@"Stay on Previous Work"@#@
exports["default"] = _default;
//# sourceMappingURL=es-ES.js.map