diff options
| author | Adam <[email protected]> | 2026-02-11 18:51:27 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-02-11 18:51:50 -0600 |
| commit | aea68c386a4f64cf718c3eeee9dffec8409ee6b0 (patch) | |
| tree | bdf06cb3372c6c48c97c43b41e53e514888a52b3 /packages/web/src/content/docs/pl/server.mdx | |
| parent | 8eea53a41e92257d1a4ad6653d0d2930465bf34a (diff) | |
| download | opencode-aea68c386a4f64cf718c3eeee9dffec8409ee6b0.tar.gz opencode-aea68c386a4f64cf718c3eeee9dffec8409ee6b0.zip | |
fix(docs): locale translations for nav elements and headings
Diffstat (limited to 'packages/web/src/content/docs/pl/server.mdx')
| -rw-r--r-- | packages/web/src/content/docs/pl/server.mdx | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/packages/web/src/content/docs/pl/server.mdx b/packages/web/src/content/docs/pl/server.mdx index 7c862bc0f..0efcf486f 100644 --- a/packages/web/src/content/docs/pl/server.mdx +++ b/packages/web/src/content/docs/pl/server.mdx @@ -44,7 +44,7 @@ OPENCODE_SERVER_PASSWORD=your-password opencode serve --- -### How it works +### Jak to działa Kiedy uruchomisz `opencode`, uruchomi się TUI i serwer. Gdzie jest TUI klient komunikujący się z serwerem. Serwer udostępnia specyfikację OpenAPI 3.1 @@ -61,7 +61,7 @@ opencode TUI działa, `opencode serve` uruchomi nowy serwer. --- -#### Połącz się z istniejącym serwerem +#### Połączenie z istniejącym serwerem Po uruchomieniu TUI losowo przypisuje port i nazwę hosta. Zamiast tego możesz przekazać `--hostname` i `--port` [flagi](/docs/cli). Następnie użyj tego, aby połączyć się z serwerem. @@ -69,7 +69,7 @@ Punktu końcowego [`/tui`](#TUI) można użyć do sterowania TUI przez serwer. M --- -## Spec +## Specyfikacja Serwer publikuje specyfikację OpenAPI 3.1, którą można obejrzeć pod adresem: @@ -81,13 +81,13 @@ Na przykład `http://localhost:4096/doc`. Użyj specyfikacji, aby wygenerować k --- -## APIs +## API Serwer opencode udostępnia następujące interfejsy API. --- -### Global +### Globalne | Method | Path | Description | Response | | ------ | ---------------- | ------------------------------ | ------------------------------------ | @@ -96,7 +96,7 @@ Serwer opencode udostępnia następujące interfejsy API. --- -### Project +### Projekt | Method | Path | Description | Response | | ------ | ------------------ | -------------------------- | --------------------------------------------- | @@ -105,7 +105,7 @@ Serwer opencode udostępnia następujące interfejsy API. --- -### Path & VCS +### Ścieżka i VCS | Method | Path | Description | Response | | ------ | ------- | --------------------------------------------- | ------------------------------------------- | @@ -114,7 +114,7 @@ Serwer opencode udostępnia następujące interfejsy API. --- -### Instance +### Instancja | Method | Path | Description | Response | | ------ | ------------------- | ---------------------- | --------- | @@ -122,7 +122,7 @@ Serwer opencode udostępnia następujące interfejsy API. --- -### Config +### Konfiguracja | Method | Path | Description | Response | | ------- | ------------------- | ----------------------------------- | ---------------------------------------------------------------------------------------- | @@ -143,7 +143,7 @@ Serwer opencode udostępnia następujące interfejsy API. --- -### Sessions +### Sesje | Method | Path | Description | Notes | | -------- | ---------------------------------------- | ------------------------------------------- | ---------------------------------------------------------------------------------- | @@ -168,7 +168,7 @@ Serwer opencode udostępnia następujące interfejsy API. --- -### Messages +### Wiadomości | Method | Path | Description | Notes | | ------ | --------------------------------- | ----------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | @@ -181,7 +181,7 @@ Serwer opencode udostępnia następujące interfejsy API. --- -### Komendy +### Polecenia | Metoda | Ścieżka | Opis | Odpowiedź | | ------ | ---------- | ------------------------ | --------------------------------------------- | @@ -210,7 +210,7 @@ Serwer opencode udostępnia następujące interfejsy API. --- -### Tools (Experimental) +### Narzędzia (Eksperymentalne) | Method | Path | Description | Response | | ------ | ------------------------------------------- | -------------------------------------------- | -------------------------------------------- | @@ -219,7 +219,7 @@ Serwer opencode udostępnia następujące interfejsy API. --- -### LSP, Formatters & MCP +### LSP, Formatery i MCP | Method | Path | Description | Response | | ------ | ------------ | ---------------------------- | -------------------------------------------------------- | @@ -230,7 +230,7 @@ Serwer opencode udostępnia następujące interfejsy API. --- -### Agents +### Agenci | Method | Path | Description | Response | | ------ | -------- | ----------------------------------- | ------------------------------------------- | @@ -238,7 +238,7 @@ Serwer opencode udostępnia następujące interfejsy API. --- -### Logging +### Logowanie | Method | Path | Description | Response | | ------ | ------ | ------------------------------------------------------------ | --------- | @@ -264,7 +264,7 @@ Serwer opencode udostępnia następujące interfejsy API. --- -### Auth +### Uwierzytelnianie | Method | Path | Description | Response | | ------ | ----------- | --------------------------------------------------------------------- | --------- | @@ -272,7 +272,7 @@ Serwer opencode udostępnia następujące interfejsy API. --- -### Events +### Zdarzenia | Method | Path | Description | Response | | ------ | -------- | -------------------------------------------------------------------------------------------------------------------- | --------------------------------------- | @@ -280,7 +280,7 @@ Serwer opencode udostępnia następujące interfejsy API. --- -### Docs +### Dokumentacja | Method | Path | Description | Response | | ------ | ------ | ------------------------ | ----------------------------------- | |
