From 8fa3273d3fcf4ff348e63486e25718f58fdc518d Mon Sep 17 00:00:00 2001 From: ihaveahax Date: Sat, 19 Apr 2025 19:54:13 -0500 Subject: [PATCH] New translations troubleshooting-mset9.md (Portuguese, Brazilian) --- docs/pt_BR/troubleshooting-mset9.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pt_BR/troubleshooting-mset9.md b/docs/pt_BR/troubleshooting-mset9.md index 74ca675c79..79a3f0cbc2 100644 --- a/docs/pt_BR/troubleshooting-mset9.md +++ b/docs/pt_BR/troubleshooting-mset9.md @@ -12,11 +12,11 @@ O Python não está instalado no computador que você está usando. Baixe-o do [ :::details ModuleNotFoundError: No module named 'pyfatfs' -The pyfatfs module, which is needed to use the MSET9 installer on macOS, isn't installed on your computer. +O módulo pyfatfs, necessário para usar o instalador MSET9 no macOS, não está instalado no seu computador. -1. Open a separate Terminal window -2. Type `python3 -m pip install pyfatfs`, then press Enter -3. Start again from [Section I Step 3](installing-boot9strap-\(mset9-cli\)#section-i---prep-work) +1. Abra uma janela de Terminal separada +2. Digite `python3 -m pip install pyfatfs`, depois pressione Enter +3. Comece novamente da [Seção I Passo 3](installing-boot9strap-\(mset9-cli\)#section-i---prep-work) :::