Skip to content

Commit 0bb0eb5

Browse files
authored
Merge pull request refactory-id#244 from gcacars/patch-2
Translated to pt-BR
2 parents f571033 + 623bb66 commit 0bb0eb5

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

locale/bootstrap-markdown.ptBR.js

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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));

0 commit comments

Comments
 (0)