File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ /**
2
+ * Brazilian Portuguese translation for bootstrap-markdown
3
+ * Gabriel Anderson <gcacars@>
4
+ */
5
+ ( function ( $ ) {
6
+ $ . fn . markdown . messages . ptBR = {
7
+ 'Bold' : "Negrito" ,
8
+ 'Italic' : "Itálico" ,
9
+ 'Heading' : "Título" ,
10
+ 'URL/Link' : "Inserir link" ,
11
+ 'Image' : "Inserir uma imagem" ,
12
+ 'List' : "Lista" ,
13
+ 'Preview' : "Visualizar" ,
14
+ 'strong text' : "Texto importante" ,
15
+ 'emphasized text' : "Texto em itálico" ,
16
+ 'heading text' : "Texto de título" ,
17
+ 'enter link description here' : "Insira a descrição do link aqui" ,
18
+ 'Insert Hyperlink' : "Inserir um hyperlink" ,
19
+ 'enter image description here' : "Insira a descrição da imagem aqui" ,
20
+ 'Insert Image Hyperlink' : "Insira o link da imagem aqui" ,
21
+ 'enter image title here' : "Insira o título da imagem aqui" ,
22
+ 'list text here' : "Texto da lista aqui" ,
23
+ 'Save' : "Salvar" ,
24
+ 'Ordered List' : "Lista ordenada" ,
25
+ 'Unordered List' : "Lista" ,
26
+ 'Quote' : "Citação" ,
27
+ 'quote here' : "Escreva a citação" ,
28
+ 'Code' : "Código" ,
29
+ 'code text here' : "Escreva o código aqui"
30
+ } ;
31
+ } ( jQuery ) ) ;
You can’t perform that action at this time.
0 commit comments