fix(docs): locale translations

This commit is contained in:
Adam 2026-02-10 16:02:18 -06:00 committed by opencode
parent 3894c217cc
commit 50c705cd2d
115 changed files with 700 additions and 702 deletions

View file

@ -471,7 +471,7 @@ Esto inicia un servidor HTTP y abre un navegador web para acceder a OpenCode a t
### acp
Inicie un servidor ACP (Protocolo de cliente de agente).
Inicie un servidor ACP (Agent Client Protocol).
```bash
opencode acp
@ -540,12 +540,12 @@ opencode upgrade v0.1.48
El opencode CLI toma las siguientes banderas globales.
| Bandera | Corto | Descripción |
| -------------- | ----- | --------------------------------------------------------------- |
| `--help` | `-h` | Mostrar ayuda |
| `--version` | `-v` | Número de versión de impresión |
| `--print-logs` | | Imprimir registros en stderr |
| `--log-level` | | Nivel de registro (DEPURACIÓN, INFORMACIÓN, ADVERTENCIA, ERROR) |
| Bandera | Corto | Descripción |
| -------------- | ----- | -------------------------------------------- |
| `--help` | `-h` | Mostrar ayuda |
| `--version` | `-v` | Número de versión de impresión |
| `--print-logs` | | Imprimir registros en stderr |
| `--log-level` | | Nivel de registro (DEBUG, INFO, WARN, ERROR) |
---