From 6e8a64b15dec8184a2f01c9c5a008606baec6f3d Mon Sep 17 00:00:00 2001 From: lukcz Date: Fri, 6 Feb 2026 10:39:42 +0100 Subject: [PATCH] Add gateway_mode translation - Added Polish translation for upcoming gateway_mode config option - Requested by maintainer in PR review - Translation: local/remote gateway operation mode --- openclaw_assistant/translations/pl.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openclaw_assistant/translations/pl.yaml b/openclaw_assistant/translations/pl.yaml index 5f07fb6..5438bee 100644 --- a/openclaw_assistant/translations/pl.yaml +++ b/openclaw_assistant/translations/pl.yaml @@ -50,3 +50,7 @@ configuration: allow_insecure_auth: name: Zezwól na niezabezpieczone uwierzytelnianie HTTP description: Zezwól na uwierzytelnianie HTTP dla dostępu do gateway w sieci LAN. UWAGA - Włącz tylko jeśli używasz HTTP (nie HTTPS) dla gateway_public_url. Wymagane dla dostępu przez przeglądarkę przez HTTP. + + gateway_mode: + name: Tryb Gateway + description: Tryb działania gateway - local (uruchom gateway lokalnie, zalecane) lub remote (połącz się ze zdalnym gateway)