From 1fca9671b4f1de982e38da7b84a15f35d24e1503 Mon Sep 17 00:00:00 2001 From: Ricardo Navarro Date: Tue, 11 Apr 2017 13:31:21 +0200 Subject: [PATCH] Create bootstrap-wysihtml5.pt-PT.js --- dist/locales/bootstrap-wysihtml5.pt-PT.js | 61 +++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 dist/locales/bootstrap-wysihtml5.pt-PT.js diff --git a/dist/locales/bootstrap-wysihtml5.pt-PT.js b/dist/locales/bootstrap-wysihtml5.pt-PT.js new file mode 100644 index 0000000..f4a1161 --- /dev/null +++ b/dist/locales/bootstrap-wysihtml5.pt-PT.js @@ -0,0 +1,61 @@ +/** + * Portuguese portuguese translation for bootstrap-wysihtml5 + */ +(function (factory) { + if (typeof define === 'function' && define.amd) { + // AMD. Register as an anonymous module. + define('bootstrap.wysihtml5.pt-PT', ['jquery', 'bootstrap.wysihtml5'], factory); + } else { + // Browser globals + factory(jQuery); + } +}(function ($) { + $.fn.wysihtml5.locale["pt-PT"] = { + 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", + small: "Pequeno" + }, + lists: { + unordered: "Lista", + ordered: "Lista numerada", + outdent: "Remover indentação", + indent: "Indentar" + }, + link: { + insert: "Inserir link", + cancel: "Cancelar", + target: "Abrir link em um nova janela" + }, + image: { + insert: "Inserir imagem", + cancel: "Cancelar" + }, + html: { + edit: "Editar HTML" + }, + colours: { + black: "Preto", + silver: "Prateado", + gray: "Cinzento", + maroon: "Castanho", + red: "Vermelho", + purple: "Roxo", + green: "Verde", + olive: "Verde escuro", + navy: "Azul marinho", + blue: "Azul", + orange: "Laranja" + } + }; +}));