summernote-pt-PT.js 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. (function($) {
  2. $.extend($.summernote.lang, {
  3. 'pt-PT': {
  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: 'Subscript',
  13. superscript: 'Superscript',
  14. size: 'Tamanho da fonte',
  15. },
  16. image: {
  17. image: 'Imagem',
  18. insert: 'Inserir imagem',
  19. resizeFull: 'Redimensionar Completo',
  20. resizeHalf: 'Redimensionar Metade',
  21. resizeQuarter: 'Redimensionar Um Quarto',
  22. floatLeft: 'Float Esquerda',
  23. floatRight: 'Float Direita',
  24. floatNone: 'Sem Float',
  25. shapeRounded: 'Forma: Arredondado',
  26. shapeCircle: 'Forma: Círculo',
  27. shapeThumbnail: 'Forma: Minhatura',
  28. shapeNone: 'Forma: Nenhum',
  29. dragImageHere: 'Arraste uma imagem para aqui',
  30. dropImage: 'Arraste uma imagem ou texto',
  31. selectFromFiles: 'Selecione a partir dos arquivos',
  32. maximumFileSize: 'Tamanho máximo do fixeiro',
  33. maximumFileSizeError: 'Tamanho máximo do fixeiro é maior que o permitido.',
  34. url: 'Endereço 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 ligação',
  48. unlink: 'Remover ligação',
  49. edit: 'Editar',
  50. textToDisplay: 'Texto para exibir',
  51. url: 'Que endereço esta licação leva?',
  52. openInNewWindow: 'Abrir numa 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 à Esquerda',
  60. delRow: 'Excluir linha',
  61. delCol: 'Excluir coluna',
  62. delTable: 'Excluir tabela',
  63. },
  64. hr: {
  65. insert: 'Inserir linha horizontal',
  66. },
  67. style: {
  68. style: 'Estilo',
  69. p: 'Parágrafo',
  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: 'Janela Completa',
  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. },
  116. help: {
  117. 'insertParagraph': 'Inserir Parágrafo',
  118. 'undo': 'Desfazer o último comando',
  119. 'redo': 'Refazer o último comando',
  120. 'tab': 'Maior tabulação',
  121. 'untab': 'Menor tabulação',
  122. 'bold': 'Colocar em negrito',
  123. 'italic': 'Colocar em itálico',
  124. 'underline': 'Colocar em sublinhado',
  125. 'strikethrough': 'Colocar em riscado',
  126. 'removeFormat': 'Limpar o estilo',
  127. 'justifyLeft': 'Definir alinhado à esquerda',
  128. 'justifyCenter': 'Definir alinhado ao centro',
  129. 'justifyRight': 'Definir alinhado à direita',
  130. 'justifyFull': 'Definir justificado',
  131. 'insertUnorderedList': 'Alternar lista não ordenada',
  132. 'insertOrderedList': 'Alternar lista ordenada',
  133. 'outdent': 'Recuar parágrafo atual',
  134. 'indent': 'Avançar parágrafo atual',
  135. 'formatPara': 'Alterar formato do bloco para parágrafo',
  136. 'formatH1': 'Alterar formato do bloco para Título 1',
  137. 'formatH2': 'Alterar formato do bloco para Título 2',
  138. 'formatH3': 'Alterar formato do bloco para Título 3',
  139. 'formatH4': 'Alterar formato do bloco para Título 4',
  140. 'formatH5': 'Alterar formato do bloco para Título 5',
  141. 'formatH6': 'Alterar formato do bloco para Título 6',
  142. 'insertHorizontalRule': 'Inserir linha horizontal',
  143. 'linkDialog.show': 'Inserir uma ligração',
  144. },
  145. history: {
  146. undo: 'Desfazer',
  147. redo: 'Refazer',
  148. },
  149. specialChar: {
  150. specialChar: 'SPECIAL CHARACTERS',
  151. select: 'Select Special characters',
  152. },
  153. },
  154. });
  155. })(jQuery);