pt_br.js 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. /*!
  2. * froala_editor v2.8.4 (https://www.froala.com/wysiwyg-editor)
  3. * License https://froala.com/wysiwyg-editor/terms/
  4. * Copyright 2014-2018 Froala Labs
  5. */
  6. (function (factory) {
  7. if (typeof define === 'function' && define.amd) {
  8. // AMD. Register as an anonymous module.
  9. define(['jquery'], factory);
  10. } else if (typeof module === 'object' && module.exports) {
  11. // Node/CommonJS
  12. module.exports = function( root, jQuery ) {
  13. if ( jQuery === undefined ) {
  14. // require('jQuery') returns a factory that requires window to
  15. // build a jQuery instance, we normalize how we use modules
  16. // that require this pattern but the window provided is a noop
  17. // if it's defined (how jquery works)
  18. if ( typeof window !== 'undefined' ) {
  19. jQuery = require('jquery');
  20. }
  21. else {
  22. jQuery = require('jquery')(root);
  23. }
  24. }
  25. return factory(jQuery);
  26. };
  27. } else {
  28. // Browser globals
  29. factory(window.jQuery);
  30. }
  31. }(function ($) {
  32. /**
  33. * Portuguese spoken in Brazil
  34. */
  35. $.FE.LANGUAGE['pt_br'] = {
  36. translation: {
  37. // Place holder
  38. "Type something": "Digite algo",
  39. // Basic formatting
  40. "Bold": "Negrito",
  41. "Italic": "It\u00e1lico",
  42. "Underline": "Sublinhar",
  43. "Strikethrough": "Riscar",
  44. // Main buttons
  45. "Insert": "Inserir",
  46. "Delete": "Apagar",
  47. "Cancel": "Cancelar",
  48. "OK": "Ok",
  49. "Back": "Voltar",
  50. "Remove": "Remover",
  51. "More": "Mais",
  52. "Update": "Atualizar",
  53. "Style": "Estilo",
  54. // Font
  55. "Font Family": "Fonte",
  56. "Font Size": "Tamanho",
  57. // Colors
  58. "Colors": "Cores",
  59. "Background": "Fundo",
  60. "Text": "Texto",
  61. "HEX Color": "Cor hexadecimal",
  62. // Paragraphs
  63. "Paragraph Format": "Formatos",
  64. "Normal": "Normal",
  65. "Code": "C\u00f3digo",
  66. "Heading 1": "Cabe\u00e7alho 1",
  67. "Heading 2": "Cabe\u00e7alho 2",
  68. "Heading 3": "Cabe\u00e7alho 3",
  69. "Heading 4": "Cabe\u00e7alho 4",
  70. // Style
  71. "Paragraph Style": "Estilo de par\u00e1grafo",
  72. "Inline Style": "Estilo embutido",
  73. // Alignment
  74. "Align": "Alinhar",
  75. "Align Left": "Alinhar \u00e0 esquerda",
  76. "Align Center": "Centralizar",
  77. "Align Right": "Alinhar \u00e0 direita",
  78. "Align Justify": "Justificar",
  79. "None": "Nenhum",
  80. // Lists
  81. "Ordered List": "Lista ordenada",
  82. "Unordered List": "Lista n\u00e3o ordenada",
  83. // Indent
  84. "Decrease Indent": "Diminuir recuo",
  85. "Increase Indent": "Aumentar recuo",
  86. // Links
  87. "Insert Link": "Inserir link",
  88. "Open in new tab": "Abrir em uma nova aba",
  89. "Open Link": "Abrir link",
  90. "Edit Link": "Editar link",
  91. "Unlink": "Remover link",
  92. "Choose Link": "Escolha o link",
  93. // Images
  94. "Insert Image": "Inserir imagem",
  95. "Upload Image": "Carregar imagem",
  96. "By URL": "Por URL",
  97. "Browse": "Procurar",
  98. "Drop image": "Arraste sua imagem aqui",
  99. "or click": "ou clique aqui",
  100. "Manage Images": "Gerenciar imagens",
  101. "Loading": "Carregando",
  102. "Deleting": "Excluindo",
  103. "Tags": "Etiquetas",
  104. "Are you sure? Image will be deleted.": "Voc\u00ea tem certeza? Imagem ser\u00e1 apagada.",
  105. "Replace": "Substituir",
  106. "Uploading": "Carregando imagem",
  107. "Loading image": "Carregando imagem",
  108. "Display": "Exibir",
  109. "Inline": "Em linha",
  110. "Break Text": "Texto de quebra",
  111. "Alternative Text": "Texto alternativo",
  112. "Change Size": "Alterar tamanho",
  113. "Width": "Largura",
  114. "Height": "Altura",
  115. "Something went wrong. Please try again.": "Algo deu errado. Por favor, tente novamente.",
  116. "Image Caption": "Legenda da imagem",
  117. "Advanced Edit": "Edição avançada",
  118. // Video
  119. "Insert Video": "Inserir v\u00eddeo",
  120. "Embedded Code": "C\u00f3digo embutido",
  121. "Paste in a video URL": "Colar em um URL de vídeo",
  122. "Drop video": "Solte o video",
  123. "Your browser does not support HTML5 video.": "Seu navegador não suporta o vídeo html5.",
  124. "Upload Video": "Envio vídeo",
  125. // Tables
  126. "Insert Table": "Inserir tabela",
  127. "Table Header": "Cabe\u00e7alho da tabela",
  128. "Remove Table": "Remover tabela",
  129. "Table Style": "estilo de tabela",
  130. "Horizontal Align": "Alinhamento horizontal",
  131. "Row": "Linha",
  132. "Insert row above": "Inserir linha antes",
  133. "Insert row below": "Inserir linha depois",
  134. "Delete row": "Excluir linha",
  135. "Column": "Coluna",
  136. "Insert column before": "Inserir coluna antes",
  137. "Insert column after": "Inserir coluna depois",
  138. "Delete column": "Excluir coluna",
  139. "Cell": "C\u00e9lula",
  140. "Merge cells": "Agrupar c\u00e9lulas",
  141. "Horizontal split": "Divis\u00e3o horizontal",
  142. "Vertical split": "Divis\u00e3o vertical",
  143. "Cell Background": "Fundo da c\u00e9lula",
  144. "Vertical Align": "Alinhamento vertical",
  145. "Top": "Topo",
  146. "Middle": "Meio",
  147. "Bottom": "Fundo",
  148. "Align Top": "Alinhar topo",
  149. "Align Middle": "Alinhar meio",
  150. "Align Bottom": "Alinhar fundo",
  151. "Cell Style": "Estilo de c\u00e9lula",
  152. // Files
  153. "Upload File": "Upload de arquivo",
  154. "Drop file": "Arraste seu arquivo aqui",
  155. // Emoticons
  156. "Emoticons": "Emoticons",
  157. "Grinning face": "Sorrindo a cara",
  158. "Grinning face with smiling eyes": "Sorrindo rosto com olhos sorridentes",
  159. "Face with tears of joy": "Rosto com l\u00e1grimas de alegria",
  160. "Smiling face with open mouth": "Rosto de sorriso com a boca aberta",
  161. "Smiling face with open mouth and smiling eyes": "Rosto de sorriso com a boca aberta e olhos sorridentes",
  162. "Smiling face with open mouth and cold sweat": "Rosto de sorriso com a boca aberta e suor frio",
  163. "Smiling face with open mouth and tightly-closed eyes": "Rosto de sorriso com a boca aberta e os olhos bem fechados",
  164. "Smiling face with halo": "Rosto de sorriso com halo",
  165. "Smiling face with horns": "Rosto de sorriso com chifres",
  166. "Winking face": "Pisc a rosto",
  167. "Smiling face with smiling eyes": "Rosto de sorriso com olhos sorridentes",
  168. "Face savoring delicious food": "Rosto saboreando uma deliciosa comida",
  169. "Relieved face": "Rosto aliviado",
  170. "Smiling face with heart-shaped eyes": "Rosto de sorriso com os olhos em forma de cora\u00e7\u00e3o",
  171. "Smiling face with sunglasses": "Rosto de sorriso com \u00f3culos de sol",
  172. "Smirking face": "Rosto sorridente",
  173. "Neutral face": "Rosto neutra",
  174. "Expressionless face": "Rosto inexpressivo",
  175. "Unamused face": "O rosto n\u00e3o divertido",
  176. "Face with cold sweat": "Rosto com suor frio",
  177. "Pensive face": "O rosto pensativo",
  178. "Confused face": "Cara confusa",
  179. "Confounded face": "Rosto at\u00f4nito",
  180. "Kissing face": "Beijar Rosto",
  181. "Face throwing a kiss": "Rosto jogando um beijo",
  182. "Kissing face with smiling eyes": "Beijar rosto com olhos sorridentes",
  183. "Kissing face with closed eyes": "Beijando a cara com os olhos fechados",
  184. "Face with stuck out tongue": "Preso de cara com a l\u00edngua para fora",
  185. "Face with stuck out tongue and winking eye": "Rosto com estendeu a l\u00edngua e olho piscando",
  186. "Face with stuck out tongue and tightly-closed eyes": "Rosto com estendeu a língua e os olhos bem fechados",
  187. "Disappointed face": "Rosto decepcionado",
  188. "Worried face": "O rosto preocupado",
  189. "Angry face": "Rosto irritado",
  190. "Pouting face": "Beicinho Rosto",
  191. "Crying face": "Cara de choro",
  192. "Persevering face": "Perseverar Rosto",
  193. "Face with look of triumph": "Rosto com olhar de triunfo",
  194. "Disappointed but relieved face": "Fiquei Desapontado mas aliviado Rosto",
  195. "Frowning face with open mouth": "Sobrancelhas franzidas rosto com a boca aberta",
  196. "Anguished face": "O rosto angustiado",
  197. "Fearful face": "Cara com medo",
  198. "Weary face": "Rosto cansado",
  199. "Sleepy face": "Cara de sono",
  200. "Tired face": "Rosto cansado",
  201. "Grimacing face": "Fazendo caretas face",
  202. "Loudly crying face": "Alto chorando rosto",
  203. "Face with open mouth": "Enfrentar com a boca aberta",
  204. "Hushed face": "Flagrantes de rosto",
  205. "Face with open mouth and cold sweat": "Enfrentar com a boca aberta e suor frio",
  206. "Face screaming in fear": "Cara gritando de medo",
  207. "Astonished face": "Cara de surpresa",
  208. "Flushed face": "Rosto vermelho",
  209. "Sleeping face": "O rosto de sono",
  210. "Dizzy face": "Cara tonto",
  211. "Face without mouth": "Rosto sem boca",
  212. "Face with medical mask": "Rosto com m\u00e1scara m\u00e9dica",
  213. // Line breaker
  214. "Break": "Quebrar",
  215. // Math
  216. "Subscript": "Subscrito",
  217. "Superscript": "Sobrescrito",
  218. // Full screen
  219. "Fullscreen": "Tela cheia",
  220. // Horizontal line
  221. "Insert Horizontal Line": "Inserir linha horizontal",
  222. // Clear formatting
  223. "Clear Formatting": "Remover formata\u00e7\u00e3o",
  224. // Undo, redo
  225. "Undo": "Desfazer",
  226. "Redo": "Refazer",
  227. // Select all
  228. "Select All": "Selecionar tudo",
  229. // Code view
  230. "Code View": "Exibi\u00e7\u00e3o de c\u00f3digo",
  231. // Quote
  232. "Quote": "Cita\u00e7\u00e3o",
  233. "Increase": "Aumentar",
  234. "Decrease": "Diminuir",
  235. // Quick Insert
  236. "Quick Insert": "Inser\u00e7\u00e3o r\u00e1pida",
  237. // Spcial Characters
  238. "Special Characters": "Caracteres especiais",
  239. "Latin": "Latino",
  240. "Greek": "Grego",
  241. "Cyrillic": "Cirílico",
  242. "Punctuation": "Pontuação",
  243. "Currency": "Moeda",
  244. "Arrows": "Setas; flechas",
  245. "Math": "Matemática",
  246. "Misc": "Misc",
  247. // Print.
  248. "Print": "Impressão",
  249. // Spell Checker.
  250. "Spell Checker": "Verificador ortográfico",
  251. // Help
  252. "Help": "Socorro",
  253. "Shortcuts": "Atalhos",
  254. "Inline Editor": "Editor em linha",
  255. "Show the editor": "Mostre o editor",
  256. "Common actions": "Ações comuns",
  257. "Copy": "Cópia de",
  258. "Cut": "Cortar",
  259. "Paste": "Colar",
  260. "Basic Formatting": "Formatação básica",
  261. "Increase quote level": "Aumentar o nível de cotação",
  262. "Decrease quote level": "Diminuir o nível de cotação",
  263. "Image / Video": "Imagem / video",
  264. "Resize larger": "Redimensionar maior",
  265. "Resize smaller": "Redimensionar menor",
  266. "Table": "Tabela",
  267. "Select table cell": "Selecione a célula da tabela",
  268. "Extend selection one cell": "Ampliar a seleção de uma célula",
  269. "Extend selection one row": "Ampliar a seleção uma linha",
  270. "Navigation": "Navegação",
  271. "Focus popup / toolbar": "Foco popup / barra de ferramentas",
  272. "Return focus to previous position": "Retornar o foco para a posição anterior",
  273. // Embed.ly
  274. "Embed URL": "URL de inserção",
  275. "Paste in a URL to embed": "Colar em url para incorporar",
  276. // Word Paste.
  277. "The pasted content is coming from a Microsoft Word document. Do you want to keep the format or clean it up?": "O conteúdo colado vem de um documento Microsoft Word. Você quer manter o formato ou limpá-lo?",
  278. "Keep": "Manter",
  279. "Clean": "Limpar",
  280. "Word Paste Detected": "Colar do Word detectado"
  281. },
  282. direction: "ltr"
  283. };
  284. }));