Sha256: 59915bb3cb24d0d06f9a636212641709c984c9f6ccfc9cd7739edbdb4bc301e2
Contents?: true
Size: 1.29 KB
Versions: 57
Compression:
Stored size: 1.29 KB
Contents
/** * Brazilian portuguese translation for bootstrap-wysihtml5 */ (function($){ $.fn.wysihtml5.locale["pt-BR"] = { font_styles: { normal: "Texto normal", h1: "Título 1", h2: "Título 2", h3: "Título 3", h4: "Título 4", h5: "Título 5", h6: "Título 6" }, emphasis: { bold: "Negrito", italic: "Itálico", underline: "Sublinhado" }, lists: { unordered: "Lista", ordered: "Lista numerada", outdent: "Remover indentação", indent: "Indentar" }, link: { insert: "Inserir link", cancel: "Cancelar", target: "Abrir em uma nova aba" }, image: { insert: "Inserir imagem", cancel: "Cancelar" }, html: { edit: "Editar HTML" }, colours: { black: "Preto", silver: "Prata", gray: "Cinza", maroon: "Marrom", red: "Vermelho", purple: "Roxo", green: "Verde", olive: "Oliva", navy: "Marinho", blue: "Azul", orange: "Laranja" } }; }(jQuery));
Version data entries
57 entries across 57 versions & 1 rubygems