ringcentral-widgets
Version:
RingCentral Integration Widget Library
23 lines (19 loc) • 909 B
JavaScript
;
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
confirmationInfo: "Ihre nicht gespeicherten Änderungen am vorherigen Anruf gehen verloren. Möchten Sie wirklich an dem neuen Anruf arbeiten?",
log: "Protokoll",
save: "Speichern u. Neue bearb.",
discard: "Verwerfen u. Neue bearb.",
stay: "Bei früherer Arbeit bleiben"
}; // @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=de-DE.js.map