ringcentral-widgets
Version:
RingCentral Integration Widget Library
23 lines (19 loc) • 899 B
JavaScript
;
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
confirmationInfo: "Suas edições não salvas na chamada anterior serão perdidas, tem certeza de que deseja trabalhar em uma nova chamada?",
log: "Registrar",
save: "Salvar e trabalhar em nova",
discard: "Descartar e usar nova",
stay: "Permanecer no 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=pt-BR.js.map