feat: translate AppFlowy Editor to pt_BR

This commit is contained in:
Yaba 2022-10-01 00:06:29 -03:00
parent 3df31c43f8
commit adda0218fa

View File

@ -1,35 +1,35 @@
{ {
"@@locale": "pt-BR", "@@locale": "pt-BR",
"bold": "", "bold": "Negrito",
"@bold": {}, "@bold": {},
"bulletedList": "", "bulletedList": "Lista de marcadores",
"@bulletedList": {}, "@bulletedList": {},
"checkbox": "", "checkbox": "Caixa de seleção",
"@checkbox": {}, "@checkbox": {},
"embedCode": "", "embedCode": "Código incorporado",
"@embedCode": {}, "@embedCode": {},
"heading1": "", "heading1": "H1",
"@heading1": {}, "@heading1": {},
"heading2": "", "heading2": "H2",
"@heading2": {}, "@heading2": {},
"heading3": "", "heading3": "H3",
"@heading3": {}, "@heading3": {},
"highlight": "", "highlight": "Destacar",
"@highlight": {}, "@highlight": {},
"image": "", "image": "Imagem",
"@image": {}, "@image": {},
"italic": "", "italic": "Itálico",
"@italic": {}, "@italic": {},
"link": "", "link": "Link",
"@link": {}, "@link": {},
"numberedList": "", "numberedList": "Lista numerada",
"@numberedList": {}, "@numberedList": {},
"quote": "", "quote": "Citar",
"@quote": {}, "@quote": {},
"strikethrough": "", "strikethrough": "Rasurar",
"@strikethrough": {}, "@strikethrough": {},
"text": "", "text": "Texto",
"@text": {}, "@text": {},
"underline": "", "underline": "Sublinhar",
"@underline": {} "@underline": {}
} }