ringcentral-widgets
Version:
RingCentral Integration Widget Library
31 lines (27 loc) • 1.21 kB
JavaScript
"use strict";
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
noActiveCalls: "Sem chamadas ativas",
currentCall: "Chamada atual",
ringCall: "A chamar",
onHoldCall: "Chamada em espera",
otherDeviceCall: "Chamadas em curso nos outros dispositivos",
confirmation: "Confirmação",
confirmMergeToConference: "Adicionar a chamada de conferência?",
mergeToConference: "Unir",
conferenceCall: "Chamada de conferência"
}; // @key: @#@"noActiveCalls"@#@ @source: @#@"No active calls"@#@
// @key: @#@"currentCall"@#@ @source: @#@"Current Call"@#@
// @key: @#@"ringCall"@#@ @source: @#@"Ringing Call"@#@
// @key: @#@"onHoldCall"@#@ @source: @#@"Call on Hold"@#@
// @key: @#@"otherDeviceCall"@#@ @source: @#@"Ongoing calls on my other devices"@#@
// @key: @#@"confirmation"@#@ @source: @#@"Confirmation"@#@
// @key: @#@"confirmMergeToConference"@#@ @source: @#@"Add to conference call?"@#@
// @key: @#@"mergeToConference"@#@ @source: @#@"Merge"@#@
// @key: @#@"conferenceCall"@#@ @source: @#@"Conference Call"@#@
exports["default"] = _default;
//# sourceMappingURL=pt-PT.js.map