Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

summernote-pt-BR.js 5.8KB

2 anos atrás
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. /*!
  2. *
  3. * Super simple WYSIWYG editor v0.8.20
  4. * https://summernote.org
  5. *
  6. *
  7. * Copyright 2013- Alan Hong and contributors
  8. * Summernote may be freely distributed under the MIT license.
  9. *
  10. * Date: 2021-10-14T21:15Z
  11. *
  12. */
  13. (function webpackUniversalModuleDefinition(root, factory) {
  14. if(typeof exports === 'object' && typeof module === 'object')
  15. module.exports = factory();
  16. else if(typeof define === 'function' && define.amd)
  17. define([], factory);
  18. else {
  19. var a = factory();
  20. for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
  21. }
  22. })(self, function() {
  23. return /******/ (() => { // webpackBootstrap
  24. var __webpack_exports__ = {};
  25. (function ($) {
  26. $.extend($.summernote.lang, {
  27. 'pt-BR': {
  28. font: {
  29. bold: 'Negrito',
  30. italic: 'Itálico',
  31. underline: 'Sublinhado',
  32. clear: 'Remover estilo da fonte',
  33. height: 'Altura da linha',
  34. name: 'Fonte',
  35. strikethrough: 'Riscado',
  36. subscript: 'Subscrito',
  37. superscript: 'Sobrescrito',
  38. size: 'Tamanho da fonte'
  39. },
  40. image: {
  41. image: 'Imagem',
  42. insert: 'Inserir imagem',
  43. resizeFull: 'Redimensionar Completamente',
  44. resizeHalf: 'Redimensionar pela Metade',
  45. resizeQuarter: 'Redimensionar a um Quarto',
  46. floatLeft: 'Flutuar para Esquerda',
  47. floatRight: 'Flutuar para Direita',
  48. floatNone: 'Não Flutuar',
  49. shapeRounded: 'Forma: Arredondado',
  50. shapeCircle: 'Forma: Círculo',
  51. shapeThumbnail: 'Forma: Miniatura',
  52. shapeNone: 'Forma: Nenhum',
  53. dragImageHere: 'Arraste Imagem ou Texto para cá',
  54. dropImage: 'Solte Imagem ou Texto',
  55. selectFromFiles: 'Selecione a partir dos arquivos',
  56. maximumFileSize: 'Tamanho máximo do arquivo',
  57. maximumFileSizeError: 'Tamanho máximo do arquivo excedido.',
  58. url: 'URL da imagem',
  59. remove: 'Remover Imagem',
  60. original: 'Original'
  61. },
  62. video: {
  63. video: 'Vídeo',
  64. videoLink: 'Link para vídeo',
  65. insert: 'Inserir vídeo',
  66. url: 'URL do vídeo?',
  67. providers: '(YouTube, Google Drive, Vimeo, Vine, Instagram, DailyMotion or Youku)'
  68. },
  69. link: {
  70. link: 'Link',
  71. insert: 'Inserir link',
  72. unlink: 'Remover link',
  73. edit: 'Editar',
  74. textToDisplay: 'Texto para exibir',
  75. url: 'Para qual URL este link leva?',
  76. openInNewWindow: 'Abrir em uma nova janela'
  77. },
  78. table: {
  79. table: 'Tabela',
  80. addRowAbove: 'Adicionar linha acima',
  81. addRowBelow: 'Adicionar linha abaixo',
  82. addColLeft: 'Adicionar coluna à esquerda',
  83. addColRight: 'Adicionar coluna à direita',
  84. delRow: 'Excluir linha',
  85. delCol: 'Excluir coluna',
  86. delTable: 'Excluir tabela'
  87. },
  88. hr: {
  89. insert: 'Linha horizontal'
  90. },
  91. style: {
  92. style: 'Estilo',
  93. p: 'Normal',
  94. blockquote: 'Citação',
  95. pre: 'Código',
  96. h1: 'Título 1',
  97. h2: 'Título 2',
  98. h3: 'Título 3',
  99. h4: 'Título 4',
  100. h5: 'Título 5',
  101. h6: 'Título 6'
  102. },
  103. lists: {
  104. unordered: 'Lista com marcadores',
  105. ordered: 'Lista numerada'
  106. },
  107. options: {
  108. help: 'Ajuda',
  109. fullscreen: 'Tela cheia',
  110. codeview: 'Ver código-fonte'
  111. },
  112. paragraph: {
  113. paragraph: 'Parágrafo',
  114. outdent: 'Menor tabulação',
  115. indent: 'Maior tabulação',
  116. left: 'Alinhar à esquerda',
  117. center: 'Alinhar ao centro',
  118. right: 'Alinha à direita',
  119. justify: 'Justificado'
  120. },
  121. color: {
  122. recent: 'Cor recente',
  123. more: 'Mais cores',
  124. background: 'Fundo',
  125. foreground: 'Fonte',
  126. transparent: 'Transparente',
  127. setTransparent: 'Fundo transparente',
  128. reset: 'Restaurar',
  129. resetToDefault: 'Restaurar padrão',
  130. cpSelect: 'Selecionar'
  131. },
  132. shortcut: {
  133. shortcuts: 'Atalhos do teclado',
  134. close: 'Fechar',
  135. textFormatting: 'Formatação de texto',
  136. action: 'Ação',
  137. paragraphFormatting: 'Formatação de parágrafo',
  138. documentStyle: 'Estilo de documento',
  139. extraKeys: 'Extra keys'
  140. },
  141. help: {
  142. 'insertParagraph': 'Inserir Parágrafo',
  143. 'undo': 'Desfazer o último comando',
  144. 'redo': 'Refazer o último comando',
  145. 'tab': 'Tab',
  146. 'untab': 'Desfazer tab',
  147. 'bold': 'Colocar em negrito',
  148. 'italic': 'Colocar em itálico',
  149. 'underline': 'Sublinhado',
  150. 'strikethrough': 'Tachado',
  151. 'removeFormat': 'Remover estilo',
  152. 'justifyLeft': 'Alinhar à esquerda',
  153. 'justifyCenter': 'Centralizar',
  154. 'justifyRight': 'Alinhar à esquerda',
  155. 'justifyFull': 'Justificar',
  156. 'insertUnorderedList': 'Lista não ordenada',
  157. 'insertOrderedList': 'Lista ordenada',
  158. 'outdent': 'Recuar parágrafo atual',
  159. 'indent': 'Avançar parágrafo atual',
  160. 'formatPara': 'Alterar formato do bloco para parágrafo(tag P)',
  161. 'formatH1': 'Alterar formato do bloco para H1',
  162. 'formatH2': 'Alterar formato do bloco para H2',
  163. 'formatH3': 'Alterar formato do bloco para H3',
  164. 'formatH4': 'Alterar formato do bloco para H4',
  165. 'formatH5': 'Alterar formato do bloco para H5',
  166. 'formatH6': 'Alterar formato do bloco para H6',
  167. 'insertHorizontalRule': 'Inserir Régua horizontal',
  168. 'linkDialog.show': 'Inserir um Hiperlink'
  169. },
  170. history: {
  171. undo: 'Desfazer',
  172. redo: 'Refazer'
  173. },
  174. specialChar: {
  175. specialChar: 'CARACTERES ESPECIAIS',
  176. select: 'Selecionar Caracteres Especiais'
  177. }
  178. }
  179. });
  180. })(jQuery);
  181. /******/ return __webpack_exports__;
  182. /******/ })()
  183. ;
  184. });
  185. //# sourceMappingURL=summernote-pt-BR.js.map