UNPKG

ringcentral-widgets

Version:
53 lines (43 loc) 3.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; require("core-js/modules/es6.object.define-property"); var _messageTypes = _interopRequireDefault(require("ringcentral-integration/enums/messageTypes")); var _addLog$editLog$viewD; function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } 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 = (_addLog$editLog$viewD = { addLog: "Registo", editLog: "Editar registo", viewDetails: "Ver detalhes", addEntity: "Criar novo", call: "Ligar", text: "Texto", conversation: "Conversação", groupConversation: "Conversação em grupo", voiceMessage: "Mensagem de voz" }, _defineProperty(_addLog$editLog$viewD, _messageTypes["default"].voiceMail, "Correio de voz"), _defineProperty(_addLog$editLog$viewD, _messageTypes["default"].fax, "Fax"), _defineProperty(_addLog$editLog$viewD, "mark", "Marcar como não lida"), _defineProperty(_addLog$editLog$viewD, "unmark", "Marcar como lida"), _defineProperty(_addLog$editLog$viewD, "delete", "Eliminar"), _defineProperty(_addLog$editLog$viewD, "faxSent", "Fax enviado"), _defineProperty(_addLog$editLog$viewD, "faxReceived", "Fax recebido"), _defineProperty(_addLog$editLog$viewD, "pages", "páginas"), _defineProperty(_addLog$editLog$viewD, "preview", "Ver"), _defineProperty(_addLog$editLog$viewD, "download", "Transferir"), _defineProperty(_addLog$editLog$viewD, "imageAttachment", "Anexo: {count} imagem"), _defineProperty(_addLog$editLog$viewD, "fileAttachment", "Anexo: {count} ficheiro"), _addLog$editLog$viewD); // @key: @#@"addLog"@#@ @source: @#@"Log"@#@ // @key: @#@"editLog"@#@ @source: @#@"Edit Log"@#@ // @key: @#@"viewDetails"@#@ @source: @#@"View Details"@#@ // @key: @#@"addEntity"@#@ @source: @#@"Create New"@#@ // @key: @#@"call"@#@ @source: @#@"Call"@#@ // @key: @#@"text"@#@ @source: @#@"Text"@#@ // @key: @#@"conversation"@#@ @source: @#@"Conversation"@#@ // @key: @#@"groupConversation"@#@ @source: @#@"Group Conversation"@#@ // @key: @#@"voiceMessage"@#@ @source: @#@"Voice message"@#@ // @key: @#@"[messageTypes.voiceMail]"@#@ @source: @#@"Voice Mail"@#@ // @key: @#@"[messageTypes.fax]"@#@ @source: @#@"Fax"@#@ // @key: @#@"mark"@#@ @source: @#@"Mark as Unread"@#@ // @key: @#@"unmark"@#@ @source: @#@"Mark as Read"@#@ // @key: @#@"delete"@#@ @source: @#@"Delete"@#@ // @key: @#@"faxSent"@#@ @source: @#@"Fax sent"@#@ // @key: @#@"faxReceived"@#@ @source: @#@"Fax received"@#@ // @key: @#@"pages"@#@ @source: @#@"pages"@#@ // @key: @#@"preview"@#@ @source: @#@"View"@#@ // @key: @#@"download"@#@ @source: @#@"Download"@#@ // @key: @#@"imageAttachment"@#@ @source: @#@"Attachment: {count} image"@#@ // @key: @#@"fileAttachment"@#@ @source: @#@"Attachment: {count} file"@#@ exports["default"] = _default; //# sourceMappingURL=pt-PT.js.map