Create attractive VASL scenarios, with loads of useful information embedded to assist with game play. https://vasl-templates.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
vasl-templates/vasl_templates/webapp/static/trumbowyg/langs/pt_br.js

65 lines
1.5 KiB

/* ===========================================================
* pt_br.js
* Portuguese Brazilian translation for Trumbowyg
* http://alex-d.github.com/Trumbowyg
* ===========================================================
* Author : Alex Gotardi (alexgotardi)
* Twitter : @alexgotardi
* Github : https://github.com/alexgotardi
*/
// jshint camelcase:false
jQuery.trumbowyg.langs.pt_br = {
viewHTML: 'Ver HTML',
undo: 'Desfazer',
redo: 'Refazer',
formatting: 'Formatar',
p: 'Parágrafo',
blockquote: 'Citação',
code: 'Código',
header: 'Título',
bold: 'Negrito',
italic: 'Itálico',
strikethrough: 'Tachado',
underline: 'Sublinhado',
strong: 'Negrito',
em: 'Ênfase',
del: 'Apagar',
superscript: 'Sobrescrito',
subscript: 'Subscrito',
unorderedList: 'Lista não ordenada',
orderedList: 'Lista ordenada',
insertImage: 'Inserir imagem',
insertVideo: 'Inserir vídeo',
link: 'Link',
createLink: 'Criar um link',
unlink: 'Remover link',
justifyLeft: 'Alinhar a esquerda',
justifyCenter: 'Centralizar',
justifyRight: 'Alinhar a direita',
justifyFull: 'Justificar',
horizontalRule: 'Inserir separador horizontal',
removeformat: 'Remover formatação',
fullscreen: 'Tela cheia',
close: 'Fechar',
submit: 'Enviar',
reset: 'Limpar',
required: 'Obrigatório',
description: 'Descrição',
title: 'Título',
text: 'Texto',
target: 'Alvo'
};