chore(i18n,docs): processed translations (#51360)

This commit is contained in:
camperbot
2023-08-22 23:23:12 +05:30
committed by GitHub
parent 6c363d736e
commit c3e48023a9
2 changed files with 8 additions and 8 deletions

View File

@@ -2,13 +2,13 @@
## Instalação:
To install Playwright run:
Para instalar o Playwright, execute:
```console
pnpm run playwright:install-build-tools
```
Alternatively you can follow official documentation referenced below:
Como alternativa, você pode seguir a documentação oficial referenciada abaixo:
Para instalar e configurar o Playwright na sua máquina, confira a [documentação](https://playwright.dev/docs/intro#installing-playwright)
@@ -34,7 +34,7 @@ Para aprender a escrever testes do Playwright ou 'specs', confira a [documentaç
Para executar testes com o Playwright, verifique o seguinte
- Make sure you navigate to the e2e repo first
- Não se esqueça de navegar primeiro para o repositório e2e
```console
cd e2e
```
@@ -107,7 +107,7 @@ npx playwright show-report
O Playwright, geralmente, é uma ferramenta com pouquíssimas chances de erro. O colaborador já configurou os testes para serem executados em máquinas com todos os sistemas operacionais, incluindo as distribuições mais significativas do Windows, MacOS e Linux.
- (MacOs and Linux) If running Playwright results in an error due to kernel dependencies, run the following command:
- (MacOs e Linux) Se executar o Playwright resultar em um erro devido a dependências do kernel, execute o seguinte comando:
```console
pnpm run playwright:install-build-tools-linux

View File

@@ -2,13 +2,13 @@
## Встановлення:
To install Playwright run:
Щоб встановити Playwright:
```console
pnpm run playwright:install-build-tools
```
Alternatively you can follow official documentation referenced below:
Або ж ви можете дотримуватись офіційної документації:
Щоб встановити та налаштувати Playwright на своїй машині, див. [документацію](https://playwright.dev/docs/intro#installing-playwright)
@@ -34,7 +34,7 @@ Alternatively you can follow official documentation referenced below:
Щоб запустити тести Playwright, зверніть увагу на інформацію нижче
- Make sure you navigate to the e2e repo first
- Переконайтесь, що перейшли до репозиторію e2e:
```console
cd e2e
```
@@ -107,7 +107,7 @@ npx playwright show-report
Playwright, як правило, є інструментом з дуже малим шансом на помилку. Помічник вже налаштував тести для виконання на машинах з усіма операційними системами, включно з найважливішими дистрибутивами Windows, MacOS і Linux.
- (MacOs and Linux) If running Playwright results in an error due to kernel dependencies, run the following command:
- (MacOs та Linux) Якщо запуск Playwright призводить до помилки через залежності ядра, запустіть цю команду:
```console
pnpm run playwright:install-build-tools-linux