ringcentral-widgets
Version:
RingCentral Integration Widget Library
25 lines (21 loc) • 809 B
JavaScript
"use strict";
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
conferenceCall: "Chamada em conferência",
onHold: "Em espera",
unknown: "Desconhecido",
disconnected: "Desconectado",
loading: "Carregando...",
loadingTimeout: "O carregamento atingiu o tempo limite."
}; // @key: @#@"conferenceCall"@#@ @source: @#@"Conference Call"@#@
// @key: @#@"onHold"@#@ @source: @#@"On Hold"@#@
// @key: @#@"unknown"@#@ @source: @#@"Unknown"@#@
// @key: @#@"disconnected"@#@ @source: @#@"Disconnected"@#@
// @key: @#@"loading"@#@ @source: @#@"Loading ..."@#@
// @key: @#@"loadingTimeout"@#@ @source: @#@"Loading timeout."@#@
exports["default"] = _default;
//# sourceMappingURL=pt-BR.js.map