comparison src/languages/pt-BR.js @ 0:4c4fc447baea

start with sceditor-3.1.1
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 04 Aug 2022 15:21:29 -0600
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4c4fc447baea
1 /**
2 * @author martec
3 * @license [MIT](http://www.opensource.org/licenses/mit-license.php)
4 */
5 (function () {
6 'use strict';
7
8 sceditor.locale['pt-BR'] = {
9 'Bold': 'Negrito',
10 'Italic': 'Itálico',
11 'Underline': 'Sublinhado',
12 'Strikethrough': 'Rasurado',
13 'Subscript': 'Subscrito',
14 'Superscript': 'Sobrescrito ',
15 'Align left': 'Alinhar à esquerda',
16 'Center': 'Centralizar',
17 'Align right': 'Alinhar à direita',
18 'Justify': 'Justificar',
19 'Font Name': 'Nome da fonte',
20 'Font Size': 'Tamanho da fonte',
21 'Font Color': 'Cor da fonte',
22 'Remove Formatting': 'Remover a formatação',
23 'Cut': 'Recortar',
24 'Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X': 'Seu navegador não permite o comando recortar. Favor use o atalho Ctrl/Cmd-X',
25 'Copy': 'Copiar',
26 'Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C': 'Seu navegador não permite o comando copiar. Favor use o atalho Ctrl/Cmd-C',
27 'Paste': 'Colar',
28 'Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V': 'Seu navegador não permite o comando colar. Favor use o atalho Ctrl/Cmd-V',
29 'Paste your text inside the following box:': 'Cole o seu texto dentro da caixa de texto a seguir:',
30 'Paste Text': 'Colar o texto',
31 'Bullet list': 'Lista com marcadores',
32 'Numbered list': 'Lista numérica',
33 'Undo': 'Desfazer',
34 'Redo': 'Refazer',
35 'Rows:': 'Linhas:',
36 'Cols:': 'Colunas:',
37 'Insert a table': 'Inserir uma tabela',
38 'Insert a horizontal rule': 'Inserir uma linha horizontal',
39 'Code': 'Código',
40 'Width (optional):': 'Largura (opcional):',
41 'Height (optional):': 'Altura (opcional):',
42 'Insert an image': 'Inserir uma imagem',
43 'E-mail:': 'E-mail:',
44 'Insert an email': 'Inserir um e-mail',
45 'URL:': 'URL:',
46 'Insert a link': 'Inserir um hiperlink',
47 'Unlink': 'Remover o hiperlink',
48 'More': 'Mais',
49 'Insert an emoticon': 'Inserir um emoticon',
50 'Video URL:': 'Video URL:',
51 'Insert': 'Inserir',
52 'Insert a YouTube video': 'Inserir YouTube video',
53 'Insert current date': 'Inserir a data atual',
54 'Insert current time': 'Inserir a hora atual',
55 'Print': 'Imprimir',
56 'View source': 'Fonte',
57 'Description (optional):': 'Descrição (opcional):',
58 'Enter the image URL:': 'Informe o endereço URL da imagem:',
59 'Enter the e-mail address:': 'Informe o endereço de e-mail:',
60 'Enter the displayed text:': 'Digite o texto exibido:',
61 'Enter URL:': 'Informe o endereço URL:',
62 'Enter the YouTube video URL or ID:': 'Informe o endereço URL ou ID do YouTube:',
63 'Insert a Quote': 'Inserir uma citação',
64 'Invalid YouTube video': 'Vídeo do YouTube inválido',
65 dateFormat: 'day-month-year'
66 };
67 })();