pt_pt.js 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. /*!
  2. * froala_editor v1.2.2 (http://editor.froala.com)
  3. * Copyright 2014-2014 Froala
  4. */
  5. /**
  6. * Portuguese spoken in Portugal
  7. */
  8. $.Editable.LANGS['pt_pt'] = {
  9. translation: {
  10. "Bold": "Negrito",
  11. "Italic": "It\u00e1lico",
  12. "Underline": "Sublinhado",
  13. "Strikethrough": "Rasurado",
  14. "Font Size": "Tamanho da fonte",
  15. "Color": "Cor",
  16. "Background Color": "Cor de fundo",
  17. "Text Color": "Cor do texto",
  18. "Format Block": "Formatos",
  19. "Normal": "Normal",
  20. "Paragraph": "Par\u00e1grafo",
  21. "Code": "C\u00f3digo",
  22. "Quote": "Cita\u00e7\u00e3o",
  23. "Heading 1": "Cabe\u00e7alho 1",
  24. "Heading 2": "Cabe\u00e7alho 2",
  25. "Heading 3": "Cabe\u00e7alho 3",
  26. "Heading 4": "Cabe\u00e7alho 4",
  27. "Heading 5": "Cabe\u00e7alho 5",
  28. "Heading 6": "Cabe\u00e7alho 6",
  29. "Block Style": "Estilo do bloco",
  30. "Alignment": "Alinhamento",
  31. "Align Left": "Alinhar \u00e0 esquerda",
  32. "Align Center": "Alinhar ao centro",
  33. "Align Right": "Alinhar \u00e0 direita",
  34. "Justify": "Justificado",
  35. "Numbered List": "Lista numerada",
  36. "Bulleted List": "Lista com marcadores",
  37. "Indent Less": "Diminuir avan\u00e7o",
  38. "Indent More": "Aumentar avan\u00e7o",
  39. "Select All": "Seleccionar tudo",
  40. "Insert Link": "Inserir link",
  41. "Insert Image": "Inserir imagem",
  42. "Insert Video": "Inserir v\u00eddeo",
  43. "Undo": "Anular",
  44. "Redo": "Restaurar",
  45. "Show HTML": "Mostrar HTML",
  46. "Float Left": "Esquerda",
  47. "Float None": "Nenhum",
  48. "Float Right": "Direita",
  49. "Replace Image": "Substituir imagem",
  50. "Remove Image": "Remover imagem",
  51. "Title": "T\u00edtulo",
  52. "Insert image": "Inserir imagem",
  53. "Drop image": "Largue imagem",
  54. "or click": "ou clique em",
  55. "or": "ou",
  56. "Enter URL": "Digite a URL",
  57. "Please wait!": "Por favor, sagacidade!",
  58. "Are you sure? Image will be deleted.": "Voc\u00ea tem certeza? Imagem ser\u00e1 apagada.",
  59. "UNLINK": "Remover link",
  60. "Open in new tab": "Abrir em uma nova aba",
  61. "Type something": "Digite algo",
  62. "Cancel": "Cancelar",
  63. "OK": "Ok",
  64. "Manage images": "Gerenciar as imagens",
  65. "Delete": "Apagar",
  66. "Font Family": "Fonte",
  67. "Insert Horizontal Line": "Inserir linha horizontal",
  68. "Table": "Tabela",
  69. "Insert table": "Inserir tabela",
  70. "Cell": "C\u00e9lula",
  71. "Row": "Linha",
  72. "Column": "Coluna",
  73. "Delete table": "Eliminar tabela",
  74. "Insert cell before": "Inserir c\u00e9lula antes",
  75. "Insert cell after": "Inserir c\u00e9lula depois",
  76. "Delete cell": "Excluir celular",
  77. "Merge cells": "Unir c\u00e9lulas",
  78. "Horizontal split": "Divis\u00e3o horizontal",
  79. "Vertical split": "Divis\u00e3o vertical",
  80. "Insert row above": "Inserir linha antes",
  81. "Insert row below": "Inserir linha depois",
  82. "Delete row": "Eliminar linha",
  83. "Insert column before": "Inserir coluna antes",
  84. "Insert column after": "Inserir coluna depois",
  85. "Delete column": "Eliminar coluna"
  86. },
  87. direction: "ltr"
  88. };