Merge pull request #1196 from yabamiah/feat_pt-BR_translate

feat: translate AppFlowy Editor to pt_BR
This commit is contained in:
Lucas.Xu 2022-10-01 21:07:35 +08:00 committed by GitHub
commit d115a8a79e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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