pt_PT.js 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419
  1. tinymce.addI18n('pt_PT',{
  2. "Redo": "Refazer",
  3. "Undo": "Anular",
  4. "Cut": "Cortar",
  5. "Copy": "Copiar",
  6. "Paste": "Colar",
  7. "Select all": "Selecionar tudo",
  8. "New document": "Novo documento",
  9. "Ok": "Ok",
  10. "Cancel": "Cancelar",
  11. "Visual aids": "Ajuda visual",
  12. "Bold": "Negrito",
  13. "Italic": "It\u00e1lico",
  14. "Underline": "Sublinhado",
  15. "Strikethrough": "Rasurado",
  16. "Superscript": "Superior \u00e0 linha",
  17. "Subscript": "Inferior \u00e0 linha",
  18. "Clear formatting": "Limpar formata\u00e7\u00e3o",
  19. "Align left": "Alinhar \u00e0 esquerda",
  20. "Align center": "Alinhar ao centro",
  21. "Align right": "Alinhar \u00e0 direita",
  22. "Justify": "Justificar",
  23. "Bullet list": "Lista com marcas",
  24. "Numbered list": "Lista numerada",
  25. "Decrease indent": "Diminuir avan\u00e7o",
  26. "Increase indent": "Aumentar avan\u00e7o",
  27. "Close": "Fechar",
  28. "Formats": "Formatos",
  29. "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "O seu navegador n\u00e3o suporta acesso direto \u00e0 \u00e1rea de transfer\u00eancia. Por favor, use os atalhos Ctrl+X\/C\/V do seu teclado.",
  30. "Headers": "Cabe\u00e7alhos",
  31. "Header 1": "Cabe\u00e7alho 1",
  32. "Header 2": "Cabe\u00e7alho 2",
  33. "Header 3": "Cabe\u00e7alho 3",
  34. "Header 4": "Cabe\u00e7alho 4",
  35. "Header 5": "Cabe\u00e7alho 5",
  36. "Header 6": "Cabe\u00e7alho 6",
  37. "Headings": "T\u00edtulos",
  38. "Heading 1": "T\u00edtulo 1",
  39. "Heading 2": "T\u00edtulo 2",
  40. "Heading 3": "T\u00edtulo 3",
  41. "Heading 4": "T\u00edtulo 4",
  42. "Heading 5": "T\u00edtulo 5",
  43. "Heading 6": "T\u00edtulo 6",
  44. "Preformatted": "Pr\u00e9-formatado",
  45. "Div": "Div",
  46. "Pre": "Pre",
  47. "Code": "C\u00f3digo",
  48. "Paragraph": "Par\u00e1grafo",
  49. "Blockquote": "Blockquote",
  50. "Inline": "Inline",
  51. "Blocks": "Blocos",
  52. "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "O comando colar est\u00e1 em modo de texto simples. O conte\u00fado ser\u00e1 colado como texto simples at\u00e9 desativar esta op\u00e7\u00e3o.",
  53. "Fonts": "Tipos de letra",
  54. "Font Sizes": "Tamanhos dos tipos de letra",
  55. "Class": "Classe",
  56. "Browse for an image": "Procurar uma imagem",
  57. "OR": "OU",
  58. "Drop an image here": "Largar aqui uma imagem",
  59. "Upload": "Carregar",
  60. "Block": "Bloco",
  61. "Align": "Alinhar",
  62. "Default": "Padr\u00e3o",
  63. "Circle": "C\u00edrculo",
  64. "Disc": "Disco",
  65. "Square": "Quadrado",
  66. "Lower Alpha": "a. b. c. ...",
  67. "Lower Greek": "\\u03b1. \\u03b2. \\u03b3. ...",
  68. "Lower Roman": "i. ii. iii. ...",
  69. "Upper Alpha": "A. B. C. ...",
  70. "Upper Roman": "I. II. III. ...",
  71. "Anchor...": "\u00c2ncora...",
  72. "Name": "Nome",
  73. "Id": "ID",
  74. "Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "O ID deve come\u00e7ar com uma letra, seguido apenas por letras, n\u00fameros, pontos, dois pontos, tra\u00e7os ou sobtra\u00e7os.",
  75. "You have unsaved changes are you sure you want to navigate away?": "Existem altera\u00e7\u00f5es que ainda n\u00e3o foram guardadas. Tem a certeza que pretende sair?",
  76. "Restore last draft": "Restaurar o \u00faltimo rascunho",
  77. "Special character...": "Car\u00e1ter especial...",
  78. "Source code": "C\u00f3digo fonte",
  79. "Insert\/Edit code sample": "Inserir\/editar amostra de c\u00f3digo",
  80. "Language": "Idioma",
  81. "Code sample...": "Amostra de c\u00f3digo...",
  82. "Color Picker": "Seletor de cores",
  83. "R": "R",
  84. "G": "G",
  85. "B": "B",
  86. "Left to right": "Da esquerda para a direita",
  87. "Right to left": "Da direita para a esquerda",
  88. "Emoticons...": "\u00cdcones expressivos...",
  89. "Metadata and Document Properties": "Metadados e propriedades do documento",
  90. "Title": "T\u00edtulo",
  91. "Keywords": "Palavras-chave",
  92. "Description": "Descri\u00e7\u00e3o",
  93. "Robots": "Rob\u00f4s",
  94. "Author": "Autor",
  95. "Encoding": "Codifica\u00e7\u00e3o",
  96. "Fullscreen": "Ecr\u00e3 completo",
  97. "Action": "A\u00e7\u00e3o",
  98. "Shortcut": "Atalho",
  99. "Help": "Ajuda",
  100. "Address": "Endere\u00e7o",
  101. "Focus to menubar": "Foco na barra de menu",
  102. "Focus to toolbar": "Foco na barra de ferramentas",
  103. "Focus to element path": "Foco no caminho do elemento",
  104. "Focus to contextual toolbar": "Foco na barra de contexto",
  105. "Insert link (if link plugin activated)": "Inserir hiperliga\u00e7\u00e3o (se o plugin de liga\u00e7\u00f5es estiver ativado)",
  106. "Save (if save plugin activated)": "Guardar (se o plugin de guardar estiver ativado)",
  107. "Find (if searchreplace plugin activated)": "Pesquisar (se o plugin pesquisar e substituir estiver ativado)",
  108. "Plugins installed ({0}):": "Plugins instalados ({0}):",
  109. "Premium plugins:": "Plugins comerciais:",
  110. "Learn more...": "Saiba mais...",
  111. "You are using {0}": "Est\u00e1 a usar {0}",
  112. "Plugins": "Plugins",
  113. "Handy Shortcuts": "Atalhos \u00fateis",
  114. "Horizontal line": "Linha horizontal",
  115. "Insert\/edit image": "Inserir\/editar imagem",
  116. "Image description": "Descri\u00e7\u00e3o da imagem",
  117. "Source": "Localiza\u00e7\u00e3o",
  118. "Dimensions": "Dimens\u00f5es",
  119. "Constrain proportions": "Manter propor\u00e7\u00f5es",
  120. "General": "Geral",
  121. "Advanced": "Avan\u00e7ado",
  122. "Style": "Estilo",
  123. "Vertical space": "Espa\u00e7amento vertical",
  124. "Horizontal space": "Espa\u00e7amento horizontal",
  125. "Border": "Contorno",
  126. "Insert image": "Inserir imagem",
  127. "Image...": "Imagem...",
  128. "Image list": "Lista de imagens",
  129. "Rotate counterclockwise": "Rota\u00e7\u00e3o anti-hor\u00e1ria",
  130. "Rotate clockwise": "Rota\u00e7\u00e3o hor\u00e1ria",
  131. "Flip vertically": "Inverter verticalmente",
  132. "Flip horizontally": "Inverter horizontalmente",
  133. "Edit image": "Editar imagem",
  134. "Image options": "Op\u00e7\u00f5es de imagem",
  135. "Zoom in": "Mais zoom",
  136. "Zoom out": "Menos zoom",
  137. "Crop": "Recortar",
  138. "Resize": "Redimensionar",
  139. "Orientation": "Orienta\u00e7\u00e3o",
  140. "Brightness": "Brilho",
  141. "Sharpen": "Mais nitidez",
  142. "Contrast": "Contraste",
  143. "Color levels": "N\u00edveis de cor",
  144. "Gamma": "Gama",
  145. "Invert": "Inverter",
  146. "Apply": "Aplicar",
  147. "Back": "Voltar",
  148. "Insert date\/time": "Inserir data\/hora",
  149. "Date\/time": "Data\/hora",
  150. "Insert\/Edit Link": "Inserir\/editar liga\u00e7\u00e3o",
  151. "Insert\/edit link": "Inserir\/editar liga\u00e7\u00e3o",
  152. "Text to display": "Texto a exibir",
  153. "Url": "URL",
  154. "Open link in...": "Abrir liga\u00e7\u00e3o em...",
  155. "Current window": "Janela atual",
  156. "None": "Nenhum",
  157. "New window": "Nova janela",
  158. "Remove link": "Remover liga\u00e7\u00e3o",
  159. "Anchors": "\u00c2ncora",
  160. "Link...": "Liga\u00e7\u00e3o...",
  161. "Paste or type a link": "Copiar ou escrever uma hiperliga\u00e7\u00e3o",
  162. "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "O URL que indicou parece ser um endere\u00e7o de email. Quer adicionar o prefixo mailto: tal como necess\u00e1rio?",
  163. "The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "O URL que indicou parece ser um endere\u00e7o web. Quer adicionar o prefixo http:\/\/ tal como necess\u00e1rio?",
  164. "Link list": "Lista de liga\u00e7\u00f5es",
  165. "Insert video": "Inserir v\u00eddeo",
  166. "Insert\/edit video": "Inserir\/editar v\u00eddeo",
  167. "Insert\/edit media": "Inserir\/editar media",
  168. "Alternative source": "Localiza\u00e7\u00e3o alternativa",
  169. "Alternative source URL": "URL da origem alternativa",
  170. "Media poster (Image URL)": "Publicador de media (URL da imagem)",
  171. "Paste your embed code below:": "Colar c\u00f3digo para embeber:",
  172. "Embed": "Embeber",
  173. "Media...": "Media...",
  174. "Nonbreaking space": "Espa\u00e7o n\u00e3o quebr\u00e1vel",
  175. "Page break": "Quebra de p\u00e1gina",
  176. "Paste as text": "Colar como texto",
  177. "Preview": "Pr\u00e9-visualizar",
  178. "Print...": "Imprimir...",
  179. "Save": "Guardar",
  180. "Find": "Pesquisar",
  181. "Replace with": "Substituir por",
  182. "Replace": "Substituir",
  183. "Replace all": "Substituir tudo",
  184. "Previous": "Anterior",
  185. "Next": "Pr\u00f3ximo",
  186. "Find and replace...": "Localizar e substituir...",
  187. "Could not find the specified string.": "N\u00e3o foi poss\u00edvel localizar o termo especificado.",
  188. "Match case": "Diferenciar mai\u00fasculas e min\u00fasculas",
  189. "Find whole words only": "Localizar apenas palavras inteiras",
  190. "Spell check": "Verifica\u00e7\u00e3o ortogr\u00e1fica",
  191. "Ignore": "Ignorar",
  192. "Ignore all": "Ignorar tudo",
  193. "Finish": "Concluir",
  194. "Add to Dictionary": "Adicionar ao dicion\u00e1rio",
  195. "Insert table": "Inserir tabela",
  196. "Table properties": "Propriedades da tabela",
  197. "Delete table": "Eliminar tabela",
  198. "Cell": "C\u00e9lula",
  199. "Row": "Linha",
  200. "Column": "Coluna",
  201. "Cell properties": "Propriedades da c\u00e9lula",
  202. "Merge cells": "Unir c\u00e9lulas",
  203. "Split cell": "Dividir c\u00e9lula",
  204. "Insert row before": "Inserir linha antes",
  205. "Insert row after": "Inserir linha depois",
  206. "Delete row": "Eliminar linha",
  207. "Row properties": "Propriedades da linha",
  208. "Cut row": "Cortar linha",
  209. "Copy row": "Copiar linha",
  210. "Paste row before": "Colar linha antes",
  211. "Paste row after": "Colar linha depois",
  212. "Insert column before": "Inserir coluna antes",
  213. "Insert column after": "Inserir coluna depois",
  214. "Delete column": "Eliminar coluna",
  215. "Cols": "Colunas",
  216. "Rows": "Linhas",
  217. "Width": "Largura",
  218. "Height": "Altura",
  219. "Cell spacing": "Espa\u00e7amento entre c\u00e9lulas",
  220. "Cell padding": "Espa\u00e7amento interno da c\u00e9lula",
  221. "Show caption": "Mostrar legenda",
  222. "Left": "Esquerda",
  223. "Center": "Centro",
  224. "Right": "Direita",
  225. "Cell type": "Tipo de c\u00e9lula",
  226. "Scope": "Escopo",
  227. "Alignment": "Alinhamento",
  228. "H Align": "Alinhamento H",
  229. "V Align": "Alinhamento V",
  230. "Top": "Superior",
  231. "Middle": "Meio",
  232. "Bottom": "Inferior",
  233. "Header cell": "C\u00e9lula de cabe\u00e7alho",
  234. "Row group": "Agrupar linha",
  235. "Column group": "Agrupar coluna",
  236. "Row type": "Tipo de linha",
  237. "Header": "Cabe\u00e7alho",
  238. "Body": "Corpo",
  239. "Footer": "Rodap\u00e9",
  240. "Border color": "Cor de contorno",
  241. "Insert template...": "Inserir modelo...",
  242. "Templates": "Modelos",
  243. "Template": "Tema",
  244. "Text color": "Cor do texto",
  245. "Background color": "Cor de fundo",
  246. "Custom...": "Personalizada...",
  247. "Custom color": "Cor personalizada",
  248. "No color": "Sem cor",
  249. "Remove color": "Remover cor",
  250. "Table of Contents": "\u00cdndice",
  251. "Show blocks": "Mostrar blocos",
  252. "Show invisible characters": "Mostrar caracteres invis\u00edveis",
  253. "Word count": "Contagem de palavras",
  254. "Count": "Contagem",
  255. "Document": "Documento",
  256. "Selection": "Sele\u00e7\u00e3o",
  257. "Words": "Palavras",
  258. "Words: {0}": "Palavras: {0}",
  259. "{0} words": "{0} palavras",
  260. "File": "Ficheiro",
  261. "Edit": "Editar",
  262. "Insert": "Inserir",
  263. "View": "Ver",
  264. "Format": "Formatar",
  265. "Table": "Tabela",
  266. "Tools": "Ferramentas",
  267. "Powered by {0}": "Criado em {0}",
  268. "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Caixa de texto formatado. Pressione ALT-F9 para exibir o menu. Pressione ALT-F10 para exibir a barra de ferramentas. Pressione ALT-0 para exibir a ajuda",
  269. "Image title": "T\u00edtulo da imagem",
  270. "Border width": "Largura do limite",
  271. "Border style": "Estilo do limite",
  272. "Error": "Erro",
  273. "Warn": "Aviso",
  274. "Valid": "V\u00e1lido",
  275. "To open the popup, press Shift+Enter": "Para abrir o pop-up, prima Shift+Enter",
  276. "Rich Text Area. Press ALT-0 for help.": "\u00c1rea de texto formatado. Prima ALT-0 para exibir a ajuda.",
  277. "System Font": "Tipo de letra do sistema",
  278. "Failed to upload image: {0}": "Falha ao carregar imagem: {0}",
  279. "Failed to load plugin: {0} from url {1}": "Falha ao carregar plugin: {0} do URL {1}",
  280. "Failed to load plugin url: {0}": "Falha ao carregar o URL do plugin: {0}",
  281. "Failed to initialize plugin: {0}": "Falha ao inicializar plugin: {0}",
  282. "example": "exemplo",
  283. "Search": "Pesquisar",
  284. "All": "Tudo",
  285. "Currency": "Moeda",
  286. "Text": "Texto",
  287. "Quotations": "Aspas",
  288. "Mathematical": "Matem\u00e1tico",
  289. "Extended Latin": "Carateres latinos estendidos",
  290. "Symbols": "S\u00edmbolos",
  291. "Arrows": "Setas",
  292. "User Defined": "Definido pelo utilizador",
  293. "dollar sign": "cifr\u00e3o",
  294. "currency sign": "sinal monet\u00e1rio",
  295. "euro-currency sign": "sinal monet\u00e1rio do euro",
  296. "colon sign": "sinal de dois pontos",
  297. "cruzeiro sign": "sinal de cruzeiro",
  298. "french franc sign": "sinal de franco franc\u00eas",
  299. "lira sign": "sinal de lira",
  300. "mill sign": "sinal de por mil",
  301. "naira sign": "sinal de naira",
  302. "peseta sign": "sinal de peseta",
  303. "rupee sign": "sinal de r\u00fapia",
  304. "won sign": "sinal de won",
  305. "new sheqel sign": "sinal de novo sheqel",
  306. "dong sign": "sinal de dong",
  307. "kip sign": "sinal kip",
  308. "tugrik sign": "sinal tugrik",
  309. "drachma sign": "sinal drachma",
  310. "german penny symbol": "sinal de penny alem\u00e3o",
  311. "peso sign": "sinal de peso",
  312. "guarani sign": "sinal de guarani",
  313. "austral sign": "sinal de austral",
  314. "hryvnia sign": "sinal hryvnia",
  315. "cedi sign": "sinal de cedi",
  316. "livre tournois sign": "sinal de libra de tours",
  317. "spesmilo sign": "sinal de spesmilo",
  318. "tenge sign": "sinal de tengue",
  319. "indian rupee sign": "sinal de rupia indiana",
  320. "turkish lira sign": "sinal de lira turca",
  321. "nordic mark sign": "sinal de marca n\u00f3rdica",
  322. "manat sign": "sinal manat",
  323. "ruble sign": "sinal de rublo",
  324. "yen character": "sinal de iene",
  325. "yuan character": "sinal de iuane",
  326. "yuan character, in hong kong and taiwan": "sinal de iuane, em Hong Kong e Taiwan",
  327. "yen\/yuan character variant one": "variante um de sinal de iene\/iuane",
  328. "Loading emoticons...": "A carregar \u00edcones expressivos...",
  329. "Could not load emoticons": "N\u00e3o foi poss\u00edvel carregar \u00edcones expressivos",
  330. "People": "Pessoas",
  331. "Animals and Nature": "Animais e natureza",
  332. "Food and Drink": "Comida e bebida",
  333. "Activity": "Atividade",
  334. "Travel and Places": "Viagens e lugares",
  335. "Objects": "Objetos",
  336. "Flags": "Bandeiras",
  337. "Characters": "Carateres",
  338. "Characters (no spaces)": "Carateres (sem espa\u00e7os)",
  339. "{0} characters": "{0} carateres",
  340. "Error: Form submit field collision.": "Erro: conflito no campo de submiss\u00e3o de formul\u00e1rio.",
  341. "Error: No form element found.": "Erro: nenhum elemento de formul\u00e1rio encontrado.",
  342. "Update": "Atualizar",
  343. "Color swatch": "Cole\u00e7\u00e3o de cores",
  344. "Turquoise": "Turquesa",
  345. "Green": "Verde",
  346. "Blue": "Azul",
  347. "Purple": "P\u00farpura",
  348. "Navy Blue": "Azul-atl\u00e2ntico",
  349. "Dark Turquoise": "Turquesa escuro",
  350. "Dark Green": "Verde escuro",
  351. "Medium Blue": "Azul interm\u00e9dio",
  352. "Medium Purple": "P\u00farpura interm\u00e9dio",
  353. "Midnight Blue": "Azul muito escuro",
  354. "Yellow": "Amarelo",
  355. "Orange": "Laranja",
  356. "Red": "Vermelho",
  357. "Light Gray": "Cinzento claro",
  358. "Gray": "Cinzento",
  359. "Dark Yellow": "Amarelo escuro",
  360. "Dark Orange": "Laranja escuro",
  361. "Dark Red": "Vermelho escuro",
  362. "Medium Gray": "Cinzento m\u00e9dio",
  363. "Dark Gray": "Cinzento escuro",
  364. "Light Green": "Verde claro",
  365. "Light Yellow": "Amarelo claro",
  366. "Light Red": "Vermelho claro",
  367. "Light Purple": "P\u00farpura claro",
  368. "Light Blue": "Azul claro",
  369. "Dark Purple": "P\u00farpura escuro",
  370. "Dark Blue": "Azul escuro",
  371. "Black": "Preto",
  372. "White": "Branco",
  373. "Switch to or from fullscreen mode": "Entrar ou sair do modo de ecr\u00e3 inteiro",
  374. "Open help dialog": "Abrir caixa de di\u00e1logo Ajuda",
  375. "history": "hist\u00f3rico",
  376. "styles": "estilos",
  377. "formatting": "formata\u00e7\u00e3o",
  378. "alignment": "alinhamento",
  379. "indentation": "avan\u00e7o",
  380. "permanent pen": "caneta permanente",
  381. "comments": "coment\u00e1rios",
  382. "Format Painter": "Pincel de formata\u00e7\u00e3o",
  383. "Insert\/edit iframe": "Inserir\/editar iframe",
  384. "Capitalization": "Capitaliza\u00e7\u00e3o",
  385. "lowercase": "min\u00fasculas",
  386. "UPPERCASE": "MAI\u00daSCULAS",
  387. "Title Case": "Iniciais mai\u00fasculas",
  388. "Permanent Pen Properties": "Propriedades da Caneta Permanente",
  389. "Permanent pen properties...": "Propriedades da caneta permanente...",
  390. "Font": "Tipo de letra",
  391. "Size": "Tamanho",
  392. "More...": "Mais...",
  393. "Spellcheck Language": "Idioma de verifica\u00e7\u00e3o lingu\u00edstica",
  394. "Select...": "Selecionar...",
  395. "Preferences": "Prefer\u00eancias",
  396. "Yes": "Sim",
  397. "No": "N\u00e3o",
  398. "Keyboard Navigation": "Navega\u00e7\u00e3o com teclado",
  399. "Version": "Vers\u00e3o",
  400. "Anchor": "\u00c2ncora",
  401. "Special character": "Car\u00e1cter especial",
  402. "Code sample": "Amostra de c\u00f3digo",
  403. "Color": "Cor",
  404. "Emoticons": "Emo\u00e7\u00f5es",
  405. "Document properties": "Propriedades do documento",
  406. "Image": "Imagem",
  407. "Insert link": "Inserir liga\u00e7\u00e3o",
  408. "Target": "Alvo",
  409. "Link": "Liga\u00e7\u00e3o",
  410. "Poster": "Autor",
  411. "Media": "Media",
  412. "Print": "Imprimir",
  413. "Prev": "Anterior",
  414. "Find and replace": "Pesquisar e substituir",
  415. "Whole words": "Palavras completas",
  416. "Spellcheck": "Corretor ortogr\u00e1fico",
  417. "Caption": "Legenda",
  418. "Insert template": "Inserir modelo"
  419. });