Skip to content

Commit 5bc226a

Browse files
committed
Fix Spanish
1 parent 7d6d0b3 commit 5bc226a

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

AGENTS.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,14 @@ nvm use 22
2525
npm run build
2626
```
2727

28-
The outputs will be in `dist/`.
28+
The outputs will be in `dist/`.
29+
30+
# Glossaries / Nuances
31+
32+
These words / sentences should be treated carefully:
33+
34+
## Machine
35+
36+
Should be interpreted as "computer" or "system" (not a literal machine).
37+
38+
E.g. in Spanish use "equipo" or "computadora", not "máquina".

src/content/docs/es/guides/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ La versión de docker utiliza MiniSBD para la detección de límites de oración
4949

5050
### CUDA
5151

52-
Es posible usar la aceleración de hardware para acelerar las traducciones en una máquina GPU con CUDA 12.4.1 y [nvidia-docker](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html) instalado.
52+
Es posible usar la aceleración de hardware para acelerar las traducciones en un equipo con GPU compatible con CUDA 12.4.1 y [nvidia-docker](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html) instalado.
5353

5454
Ejecuta esta versión con:
5555

src/content/docs/es/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Abre [libretranslate.com](https://libretranslate.com) en tu navegador.
1616

1717
### Auto-alojado
1818

19-
Si quieres ejecutar LibreTranslate gratis en tu máquina:
19+
Si quieres ejecutar LibreTranslate gratis en tu equipo:
2020

2121
```bash
2222
$ pip install libretranslate
@@ -52,7 +52,7 @@ $ curl -X POST https://libretranslate.com/translate -d q="Hello" -d source=en -d
5252
<CardGrid>
5353
<LinkCard title="Instalación"
5454
href="/guides/installation/"
55-
description="Cómo poner en marcha rápidamente el software en tu máquina." />
55+
description="Cómo poner en marcha rápidamente el software en tu equipo." />
5656
<LinkCard title="Uso Básico"
5757
href="/guides/api_usage/"
5858
description="Comienza a traducir con ejemplos paso a paso." />

0 commit comments

Comments
 (0)