summernote-pt-BR.js 5.0 KB

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