ringcentral-widgets
Version:
RingCentral Integration Widget Library
26 lines (17 loc) • 1.55 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
require("core-js/modules/es6.object.define-property");
var _phoneSources = require("ringcentral-integration/enums/phoneSources");
var _phoneSources$account;
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
var _default = (_phoneSources$account = {}, _defineProperty(_phoneSources$account, _phoneSources.phoneSources.account, "Konto"), _defineProperty(_phoneSources$account, _phoneSources.phoneSources.contact, "Kontakt"), _defineProperty(_phoneSources$account, _phoneSources.phoneSources.rcContact, "{brand}"), _defineProperty(_phoneSources$account, _phoneSources.phoneSources.lead, "Lead"), _defineProperty(_phoneSources$account, _phoneSources.phoneSources.opportunity, "Möglichkeit"), _defineProperty(_phoneSources$account, _phoneSources.phoneSources.systemUser, "Systembenutzer"), _phoneSources$account); // @key: @#@"[phoneSources.account]"@#@ @source: @#@"Account"@#@
// @key: @#@"[phoneSources.contact]"@#@ @source: @#@"Contact"@#@
// @key: @#@"[phoneSources.rcContact]"@#@ @source: @#@"{brand}"@#@
// @key: @#@"[phoneSources.lead]"@#@ @source: @#@"Lead"@#@
// @key: @#@"[phoneSources.opportunity]"@#@ @source: @#@"Opportunity"@#@
// @key: @#@"[phoneSources.systemUser]"@#@ @source: @#@"System User"@#@
exports["default"] = _default;
//# sourceMappingURL=de-DE.js.map