pt_pt.js 11 KB

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