bootstrap-wysihtml5.pt-BR.js 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /**
  2. * Brazilian portuguese translation for bootstrap-wysihtml5
  3. */
  4. (function($){
  5. $.fn.wysihtml5.locale["pt-BR"] = {
  6. font_styles: {
  7. normal: "Texto normal",
  8. h1: "Título 1",
  9. h2: "Título 2",
  10. h3: "Título 3"
  11. },
  12. emphasis: {
  13. bold: "Negrito",
  14. italic: "Itálico",
  15. underline: "Sublinhado"
  16. },
  17. lists: {
  18. unordered: "Lista",
  19. ordered: "Lista numerada",
  20. outdent: "Remover indentação",
  21. indent: "Indentar"
  22. },
  23. link: {
  24. insert: "Inserir link",
  25. cancel: "Cancelar"
  26. },
  27. image: {
  28. insert: "Inserir imagem",
  29. cancel: "Cancelar"
  30. },
  31. html: {
  32. edit: "Editar HTML"
  33. },
  34. colours: {
  35. black: "Preto",
  36. silver: "Prata",
  37. gray: "Cinza",
  38. maroon: "Marrom",
  39. red: "Vermelho",
  40. purple: "Roxo",
  41. green: "Verde",
  42. olive: "Oliva",
  43. navy: "Marinho",
  44. blue: "Azul",
  45. orange: "Laranja"
  46. }
  47. };
  48. }(jQuery));