From d17264f5fd84eeeb9e301448c6b218203ed39a78 Mon Sep 17 00:00:00 2001 From: "openclaw-mantis[bot]" <281431406+openclaw-mantis[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 02:45:50 +0800 Subject: [PATCH] chore(i18n): refresh native locales (#122688) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- apps/.i18n/native/ar.json | 32 ++--- apps/.i18n/native/de.json | 32 ++--- apps/.i18n/native/es.json | 32 ++--- apps/.i18n/native/fa.json | 32 ++--- apps/.i18n/native/fr.json | 32 ++--- apps/.i18n/native/hi.json | 32 ++--- apps/.i18n/native/id.json | 32 ++--- apps/.i18n/native/it.json | 32 ++--- apps/.i18n/native/ja-JP.json | 32 ++--- apps/.i18n/native/ko.json | 32 ++--- apps/.i18n/native/nl.json | 32 ++--- apps/.i18n/native/pl.json | 32 ++--- apps/.i18n/native/pt-BR.json | 32 ++--- apps/.i18n/native/ru.json | 32 ++--- apps/.i18n/native/sv.json | 32 ++--- apps/.i18n/native/th.json | 32 ++--- apps/.i18n/native/tr.json | 32 ++--- apps/.i18n/native/uk.json | 32 ++--- apps/.i18n/native/vi.json | 32 ++--- apps/.i18n/native/zh-CN.json | 32 ++--- apps/.i18n/native/zh-TW.json | 32 ++--- .../app/i18n/NativeStringResources.kt | 4 +- .../app/src/main/res/values-ar/strings.xml | 4 +- .../app/src/main/res/values-de/strings.xml | 4 +- .../app/src/main/res/values-es/strings.xml | 4 +- .../app/src/main/res/values-fa/strings.xml | 4 +- .../app/src/main/res/values-fr/strings.xml | 4 +- .../app/src/main/res/values-hi/strings.xml | 4 +- .../app/src/main/res/values-in/strings.xml | 4 +- .../app/src/main/res/values-it/strings.xml | 4 +- .../app/src/main/res/values-ja/strings.xml | 4 +- .../app/src/main/res/values-ko/strings.xml | 4 +- .../app/src/main/res/values-nl/strings.xml | 4 +- .../app/src/main/res/values-pl/strings.xml | 4 +- .../src/main/res/values-pt-rBR/strings.xml | 4 +- .../app/src/main/res/values-ru/strings.xml | 4 +- .../app/src/main/res/values-sv/strings.xml | 4 +- .../app/src/main/res/values-th/strings.xml | 4 +- .../app/src/main/res/values-tr/strings.xml | 4 +- .../app/src/main/res/values-uk/strings.xml | 4 +- .../app/src/main/res/values-vi/strings.xml | 4 +- .../src/main/res/values-zh-rCN/strings.xml | 4 +- .../src/main/res/values-zh-rTW/strings.xml | 4 +- .../app/src/main/res/values/strings.xml | 4 +- .../OpenClaw/Resources/Localizable.xcstrings | 136 ------------------ 45 files changed, 382 insertions(+), 518 deletions(-) diff --git a/apps/.i18n/native/ar.json b/apps/.i18n/native/ar.json index 4963d4ca936a..b8de5e90d705 100644 --- a/apps/.i18n/native/ar.json +++ b/apps/.i18n/native/ar.json @@ -2174,14 +2174,14 @@ "translated": "استخدم عنوان IP خاصًا بشبكة LAN للإعداد المحلي، أو فعّل Tailscale Serve / اعرض عنوان URL للبوابة باستخدام wss:// للوصول عن بُعد." }, { - "id": "native.android.ff5abe2418979715", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost" + "id": "native.android.73109af9b97b61eb", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath" }, { - "id": "native.android.28e58e1bd98e08ab", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port" + "id": "native.android.6c4a0216a29d5921", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath" }, { "id": "native.android.180483eb1b7a4ff1", @@ -17833,11 +17833,6 @@ "source": "%@ permission denied", "translated": "تم رفض إذن %@" }, - { - "id": "native.apple.944004de80cfc8b7", - "source": "[\\(host)]", - "translated": "[\\(host)]" - }, { "id": "native.apple.12a4a51d251f65c0", "source": "OpenClaw connects this Apple Watch directly to your Gateway on trusted local networks.", @@ -20683,11 +20678,6 @@ "source": "Click a discovered gateway to fill the SSH target.", "translated": "انقر على gateway مكتشف لملء هدف SSH." }, - { - "id": "native.apple.66ad783199ef9729", - "source": "Discover OpenClaw gateways on your LAN", - "translated": "اكتشف gateways الخاصة بـ OpenClaw على شبكة LAN لديك" - }, { "id": "native.apple.110f6e64e25dcd2e", "source": " (local: \\(projectEntrypoint ?? \"unknown\"))", @@ -26918,6 +26908,16 @@ "source": "gateway connect failed", "translated": "gateway connect failed" }, + { + "id": "native.apple.1dba7d27dc80088a", + "source": "[\\(self.host)]", + "translated": "[\\(self.host)]" + }, + { + "id": "native.apple.c25ea221748a03ba", + "source": ":\\(self.port)", + "translated": ":\\(self.port)" + }, { "id": "native.apple.2f45f005d2a7c3c2", "source": "Apple Watch", diff --git a/apps/.i18n/native/de.json b/apps/.i18n/native/de.json index 47b2938f0251..ec4177cb4ae7 100644 --- a/apps/.i18n/native/de.json +++ b/apps/.i18n/native/de.json @@ -2174,14 +2174,14 @@ "translated": "Verwenden Sie für die lokale Einrichtung eine private LAN-IP oder aktivieren Sie Tailscale Serve bzw. stellen Sie für den Remotezugriff eine wss://-Gateway-URL bereit." }, { - "id": "native.android.ff5abe2418979715", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost" + "id": "native.android.73109af9b97b61eb", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath" }, { - "id": "native.android.28e58e1bd98e08ab", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port" + "id": "native.android.6c4a0216a29d5921", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath" }, { "id": "native.android.180483eb1b7a4ff1", @@ -17833,11 +17833,6 @@ "source": "%@ permission denied", "translated": "%@-Berechtigung verweigert" }, - { - "id": "native.apple.944004de80cfc8b7", - "source": "[\\(host)]", - "translated": "[\\(host)]" - }, { "id": "native.apple.12a4a51d251f65c0", "source": "OpenClaw connects this Apple Watch directly to your Gateway on trusted local networks.", @@ -20683,11 +20678,6 @@ "source": "Click a discovered gateway to fill the SSH target.", "translated": "Klicken Sie auf ein gefundenes Gateway, um das SSH-Ziel auszufüllen." }, - { - "id": "native.apple.66ad783199ef9729", - "source": "Discover OpenClaw gateways on your LAN", - "translated": "OpenClaw-Gateways in Ihrem LAN entdecken" - }, { "id": "native.apple.110f6e64e25dcd2e", "source": " (local: \\(projectEntrypoint ?? \"unknown\"))", @@ -26918,6 +26908,16 @@ "source": "gateway connect failed", "translated": "gateway connect failed" }, + { + "id": "native.apple.1dba7d27dc80088a", + "source": "[\\(self.host)]", + "translated": "[\\(self.host)]" + }, + { + "id": "native.apple.c25ea221748a03ba", + "source": ":\\(self.port)", + "translated": ":\\(self.port)" + }, { "id": "native.apple.2f45f005d2a7c3c2", "source": "Apple Watch", diff --git a/apps/.i18n/native/es.json b/apps/.i18n/native/es.json index 7f252030a01b..6237c357f419 100644 --- a/apps/.i18n/native/es.json +++ b/apps/.i18n/native/es.json @@ -2174,14 +2174,14 @@ "translated": "Use una dirección IP de LAN privada para la configuración local, o habilite Tailscale Serve / exponga una URL de gateway wss:// para el acceso remoto." }, { - "id": "native.android.ff5abe2418979715", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost" + "id": "native.android.73109af9b97b61eb", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath" }, { - "id": "native.android.28e58e1bd98e08ab", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port" + "id": "native.android.6c4a0216a29d5921", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath" }, { "id": "native.android.180483eb1b7a4ff1", @@ -17833,11 +17833,6 @@ "source": "%@ permission denied", "translated": "Permiso de %@ denegado" }, - { - "id": "native.apple.944004de80cfc8b7", - "source": "[\\(host)]", - "translated": "[\\(host)]" - }, { "id": "native.apple.12a4a51d251f65c0", "source": "OpenClaw connects this Apple Watch directly to your Gateway on trusted local networks.", @@ -20683,11 +20678,6 @@ "source": "Click a discovered gateway to fill the SSH target.", "translated": "Haz clic en un gateway descubierto para completar el destino SSH." }, - { - "id": "native.apple.66ad783199ef9729", - "source": "Discover OpenClaw gateways on your LAN", - "translated": "Detectar gateways de OpenClaw en tu LAN" - }, { "id": "native.apple.110f6e64e25dcd2e", "source": " (local: \\(projectEntrypoint ?? \"unknown\"))", @@ -26918,6 +26908,16 @@ "source": "gateway connect failed", "translated": "gateway connect failed" }, + { + "id": "native.apple.1dba7d27dc80088a", + "source": "[\\(self.host)]", + "translated": "[\\(self.host)]" + }, + { + "id": "native.apple.c25ea221748a03ba", + "source": ":\\(self.port)", + "translated": ":\\(self.port)" + }, { "id": "native.apple.2f45f005d2a7c3c2", "source": "Apple Watch", diff --git a/apps/.i18n/native/fa.json b/apps/.i18n/native/fa.json index 0071a1bf376b..f99331e35668 100644 --- a/apps/.i18n/native/fa.json +++ b/apps/.i18n/native/fa.json @@ -2174,14 +2174,14 @@ "translated": "برای راه‌اندازی محلی از یک IP خصوصی LAN استفاده کنید، یا برای دسترسی از راه دور Tailscale Serve را فعال کنید / یک نشانی URL از نوع wss:// برای Gateway در دسترس قرار دهید." }, { - "id": "native.android.ff5abe2418979715", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost" + "id": "native.android.73109af9b97b61eb", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath" }, { - "id": "native.android.28e58e1bd98e08ab", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port" + "id": "native.android.6c4a0216a29d5921", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath" }, { "id": "native.android.180483eb1b7a4ff1", @@ -17833,11 +17833,6 @@ "source": "%@ permission denied", "translated": "مجوز %@ رد شده است" }, - { - "id": "native.apple.944004de80cfc8b7", - "source": "[\\(host)]", - "translated": "[\\(host)]" - }, { "id": "native.apple.12a4a51d251f65c0", "source": "OpenClaw connects this Apple Watch directly to your Gateway on trusted local networks.", @@ -20683,11 +20678,6 @@ "source": "Click a discovered gateway to fill the SSH target.", "translated": "برای پر کردن هدف SSH، روی یک gateway کشف‌شده کلیک کنید." }, - { - "id": "native.apple.66ad783199ef9729", - "source": "Discover OpenClaw gateways on your LAN", - "translated": "کشف gatewayهای OpenClaw در LAN شما" - }, { "id": "native.apple.110f6e64e25dcd2e", "source": " (local: \\(projectEntrypoint ?? \"unknown\"))", @@ -26918,6 +26908,16 @@ "source": "gateway connect failed", "translated": "gateway connect failed" }, + { + "id": "native.apple.1dba7d27dc80088a", + "source": "[\\(self.host)]", + "translated": "[\\(self.host)]" + }, + { + "id": "native.apple.c25ea221748a03ba", + "source": ":\\(self.port)", + "translated": ":\\(self.port)" + }, { "id": "native.apple.2f45f005d2a7c3c2", "source": "Apple Watch", diff --git a/apps/.i18n/native/fr.json b/apps/.i18n/native/fr.json index 49c593b05a14..fc4fd711b69a 100644 --- a/apps/.i18n/native/fr.json +++ b/apps/.i18n/native/fr.json @@ -2174,14 +2174,14 @@ "translated": "Utilisez une adresse IP de réseau local privé pour la configuration locale, ou activez Tailscale Serve / exposez une URL de gateway en wss:// pour l’accès à distance." }, { - "id": "native.android.ff5abe2418979715", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost" + "id": "native.android.73109af9b97b61eb", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath" }, { - "id": "native.android.28e58e1bd98e08ab", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port" + "id": "native.android.6c4a0216a29d5921", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath" }, { "id": "native.android.180483eb1b7a4ff1", @@ -17833,11 +17833,6 @@ "source": "%@ permission denied", "translated": "Autorisation %@ refusée" }, - { - "id": "native.apple.944004de80cfc8b7", - "source": "[\\(host)]", - "translated": "[\\(host)]" - }, { "id": "native.apple.12a4a51d251f65c0", "source": "OpenClaw connects this Apple Watch directly to your Gateway on trusted local networks.", @@ -20683,11 +20678,6 @@ "source": "Click a discovered gateway to fill the SSH target.", "translated": "Cliquez sur un Gateway détecté pour renseigner la cible SSH." }, - { - "id": "native.apple.66ad783199ef9729", - "source": "Discover OpenClaw gateways on your LAN", - "translated": "Découvrir les gateways OpenClaw sur votre LAN" - }, { "id": "native.apple.110f6e64e25dcd2e", "source": " (local: \\(projectEntrypoint ?? \"unknown\"))", @@ -26918,6 +26908,16 @@ "source": "gateway connect failed", "translated": "gateway connect failed" }, + { + "id": "native.apple.1dba7d27dc80088a", + "source": "[\\(self.host)]", + "translated": "[\\(self.host)]" + }, + { + "id": "native.apple.c25ea221748a03ba", + "source": ":\\(self.port)", + "translated": ":\\(self.port)" + }, { "id": "native.apple.2f45f005d2a7c3c2", "source": "Apple Watch", diff --git a/apps/.i18n/native/hi.json b/apps/.i18n/native/hi.json index 5a4abb9602bf..4de59b70aaa6 100644 --- a/apps/.i18n/native/hi.json +++ b/apps/.i18n/native/hi.json @@ -2174,14 +2174,14 @@ "translated": "स्थानीय सेटअप के लिए निजी LAN IP का उपयोग करें, या रिमोट एक्सेस के लिए Tailscale Serve सक्षम करें / wss:// Gateway URL उपलब्ध कराएँ।" }, { - "id": "native.android.ff5abe2418979715", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost" + "id": "native.android.73109af9b97b61eb", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath" }, { - "id": "native.android.28e58e1bd98e08ab", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port" + "id": "native.android.6c4a0216a29d5921", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath" }, { "id": "native.android.180483eb1b7a4ff1", @@ -17833,11 +17833,6 @@ "source": "%@ permission denied", "translated": "%@ की अनुमति अस्वीकृत है" }, - { - "id": "native.apple.944004de80cfc8b7", - "source": "[\\(host)]", - "translated": "[\\(host)]" - }, { "id": "native.apple.12a4a51d251f65c0", "source": "OpenClaw connects this Apple Watch directly to your Gateway on trusted local networks.", @@ -20683,11 +20678,6 @@ "source": "Click a discovered gateway to fill the SSH target.", "translated": "SSH target भरने के लिए किसी खोजे गए gateway पर क्लिक करें।" }, - { - "id": "native.apple.66ad783199ef9729", - "source": "Discover OpenClaw gateways on your LAN", - "translated": "अपने LAN पर OpenClaw gateways खोजें" - }, { "id": "native.apple.110f6e64e25dcd2e", "source": " (local: \\(projectEntrypoint ?? \"unknown\"))", @@ -26918,6 +26908,16 @@ "source": "gateway connect failed", "translated": "gateway connect failed" }, + { + "id": "native.apple.1dba7d27dc80088a", + "source": "[\\(self.host)]", + "translated": "[\\(self.host)]" + }, + { + "id": "native.apple.c25ea221748a03ba", + "source": ":\\(self.port)", + "translated": ":\\(self.port)" + }, { "id": "native.apple.2f45f005d2a7c3c2", "source": "Apple Watch", diff --git a/apps/.i18n/native/id.json b/apps/.i18n/native/id.json index eb8afa85045a..7afd2f095ed6 100644 --- a/apps/.i18n/native/id.json +++ b/apps/.i18n/native/id.json @@ -2174,14 +2174,14 @@ "translated": "Gunakan IP LAN privat untuk penyiapan lokal, atau aktifkan Tailscale Serve / ekspos URL gateway wss:// untuk akses jarak jauh." }, { - "id": "native.android.ff5abe2418979715", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost" + "id": "native.android.73109af9b97b61eb", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath" }, { - "id": "native.android.28e58e1bd98e08ab", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port" + "id": "native.android.6c4a0216a29d5921", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath" }, { "id": "native.android.180483eb1b7a4ff1", @@ -17833,11 +17833,6 @@ "source": "%@ permission denied", "translated": "Izin %@ ditolak" }, - { - "id": "native.apple.944004de80cfc8b7", - "source": "[\\(host)]", - "translated": "[\\(host)]" - }, { "id": "native.apple.12a4a51d251f65c0", "source": "OpenClaw connects this Apple Watch directly to your Gateway on trusted local networks.", @@ -20683,11 +20678,6 @@ "source": "Click a discovered gateway to fill the SSH target.", "translated": "Klik gateway yang ditemukan untuk mengisi target SSH." }, - { - "id": "native.apple.66ad783199ef9729", - "source": "Discover OpenClaw gateways on your LAN", - "translated": "Temukan gateway OpenClaw di LAN Anda" - }, { "id": "native.apple.110f6e64e25dcd2e", "source": " (local: \\(projectEntrypoint ?? \"unknown\"))", @@ -26918,6 +26908,16 @@ "source": "gateway connect failed", "translated": "gateway connect failed" }, + { + "id": "native.apple.1dba7d27dc80088a", + "source": "[\\(self.host)]", + "translated": "[\\(self.host)]" + }, + { + "id": "native.apple.c25ea221748a03ba", + "source": ":\\(self.port)", + "translated": ":\\(self.port)" + }, { "id": "native.apple.2f45f005d2a7c3c2", "source": "Apple Watch", diff --git a/apps/.i18n/native/it.json b/apps/.i18n/native/it.json index 530159e1d6e1..32c6626ae887 100644 --- a/apps/.i18n/native/it.json +++ b/apps/.i18n/native/it.json @@ -2174,14 +2174,14 @@ "translated": "Usa un IP LAN privato per la configurazione locale oppure abilita Tailscale Serve / esponi un URL del gateway wss:// per l'accesso remoto." }, { - "id": "native.android.ff5abe2418979715", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost" + "id": "native.android.73109af9b97b61eb", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath" }, { - "id": "native.android.28e58e1bd98e08ab", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port" + "id": "native.android.6c4a0216a29d5921", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath" }, { "id": "native.android.180483eb1b7a4ff1", @@ -17833,11 +17833,6 @@ "source": "%@ permission denied", "translated": "Autorizzazione %@ negata" }, - { - "id": "native.apple.944004de80cfc8b7", - "source": "[\\(host)]", - "translated": "[\\(host)]" - }, { "id": "native.apple.12a4a51d251f65c0", "source": "OpenClaw connects this Apple Watch directly to your Gateway on trusted local networks.", @@ -20683,11 +20678,6 @@ "source": "Click a discovered gateway to fill the SSH target.", "translated": "Fai clic su un gateway rilevato per compilare la destinazione SSH." }, - { - "id": "native.apple.66ad783199ef9729", - "source": "Discover OpenClaw gateways on your LAN", - "translated": "Rileva i gateway OpenClaw nella tua LAN" - }, { "id": "native.apple.110f6e64e25dcd2e", "source": " (local: \\(projectEntrypoint ?? \"unknown\"))", @@ -26918,6 +26908,16 @@ "source": "gateway connect failed", "translated": "gateway connect failed" }, + { + "id": "native.apple.1dba7d27dc80088a", + "source": "[\\(self.host)]", + "translated": "[\\(self.host)]" + }, + { + "id": "native.apple.c25ea221748a03ba", + "source": ":\\(self.port)", + "translated": ":\\(self.port)" + }, { "id": "native.apple.2f45f005d2a7c3c2", "source": "Apple Watch", diff --git a/apps/.i18n/native/ja-JP.json b/apps/.i18n/native/ja-JP.json index 3451a9b1ef7b..e6fa02d13039 100644 --- a/apps/.i18n/native/ja-JP.json +++ b/apps/.i18n/native/ja-JP.json @@ -2174,14 +2174,14 @@ "translated": "ローカル設定にはプライベートLAN IPを使用するか、リモートアクセス用にTailscale Serveを有効にするか、wss:// Gateway URLを公開してください。" }, { - "id": "native.android.ff5abe2418979715", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost" + "id": "native.android.73109af9b97b61eb", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath" }, { - "id": "native.android.28e58e1bd98e08ab", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port" + "id": "native.android.6c4a0216a29d5921", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath" }, { "id": "native.android.180483eb1b7a4ff1", @@ -17833,11 +17833,6 @@ "source": "%@ permission denied", "translated": "%@の権限が拒否されました" }, - { - "id": "native.apple.944004de80cfc8b7", - "source": "[\\(host)]", - "translated": "[\\(host)]" - }, { "id": "native.apple.12a4a51d251f65c0", "source": "OpenClaw connects this Apple Watch directly to your Gateway on trusted local networks.", @@ -20683,11 +20678,6 @@ "source": "Click a discovered gateway to fill the SSH target.", "translated": "検出された Gateway をクリックして SSH ターゲットを入力します。" }, - { - "id": "native.apple.66ad783199ef9729", - "source": "Discover OpenClaw gateways on your LAN", - "translated": "LAN 上の OpenClaw Gateway を検出" - }, { "id": "native.apple.110f6e64e25dcd2e", "source": " (local: \\(projectEntrypoint ?? \"unknown\"))", @@ -26918,6 +26908,16 @@ "source": "gateway connect failed", "translated": "gateway connect failed" }, + { + "id": "native.apple.1dba7d27dc80088a", + "source": "[\\(self.host)]", + "translated": "[\\(self.host)]" + }, + { + "id": "native.apple.c25ea221748a03ba", + "source": ":\\(self.port)", + "translated": ":\\(self.port)" + }, { "id": "native.apple.2f45f005d2a7c3c2", "source": "Apple Watch", diff --git a/apps/.i18n/native/ko.json b/apps/.i18n/native/ko.json index e63080290377..3bbf64c33e80 100644 --- a/apps/.i18n/native/ko.json +++ b/apps/.i18n/native/ko.json @@ -2174,14 +2174,14 @@ "translated": "로컬 설정에는 사설 LAN IP를 사용하거나, 원격 액세스를 위해 Tailscale Serve를 활성화하거나 wss:// Gateway URL을 노출하세요." }, { - "id": "native.android.ff5abe2418979715", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost" + "id": "native.android.73109af9b97b61eb", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath" }, { - "id": "native.android.28e58e1bd98e08ab", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port" + "id": "native.android.6c4a0216a29d5921", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath" }, { "id": "native.android.180483eb1b7a4ff1", @@ -17833,11 +17833,6 @@ "source": "%@ permission denied", "translated": "%@ 권한이 거부됨" }, - { - "id": "native.apple.944004de80cfc8b7", - "source": "[\\(host)]", - "translated": "[\\(host)]" - }, { "id": "native.apple.12a4a51d251f65c0", "source": "OpenClaw connects this Apple Watch directly to your Gateway on trusted local networks.", @@ -20683,11 +20678,6 @@ "source": "Click a discovered gateway to fill the SSH target.", "translated": "검색된 Gateway를 클릭하여 SSH 대상을 채우세요." }, - { - "id": "native.apple.66ad783199ef9729", - "source": "Discover OpenClaw gateways on your LAN", - "translated": "LAN에서 OpenClaw Gateway 검색" - }, { "id": "native.apple.110f6e64e25dcd2e", "source": " (local: \\(projectEntrypoint ?? \"unknown\"))", @@ -26918,6 +26908,16 @@ "source": "gateway connect failed", "translated": "gateway connect failed" }, + { + "id": "native.apple.1dba7d27dc80088a", + "source": "[\\(self.host)]", + "translated": "[\\(self.host)]" + }, + { + "id": "native.apple.c25ea221748a03ba", + "source": ":\\(self.port)", + "translated": ":\\(self.port)" + }, { "id": "native.apple.2f45f005d2a7c3c2", "source": "Apple Watch", diff --git a/apps/.i18n/native/nl.json b/apps/.i18n/native/nl.json index 3fd816a09d95..c48df6c2659d 100644 --- a/apps/.i18n/native/nl.json +++ b/apps/.i18n/native/nl.json @@ -2174,14 +2174,14 @@ "translated": "Gebruik een privé-IP-adres op het LAN voor lokale configuratie, of schakel Tailscale Serve in / maak een wss://-gateway-URL beschikbaar voor externe toegang." }, { - "id": "native.android.ff5abe2418979715", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost" + "id": "native.android.73109af9b97b61eb", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath" }, { - "id": "native.android.28e58e1bd98e08ab", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port" + "id": "native.android.6c4a0216a29d5921", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath" }, { "id": "native.android.180483eb1b7a4ff1", @@ -17833,11 +17833,6 @@ "source": "%@ permission denied", "translated": "%@-toestemming geweigerd" }, - { - "id": "native.apple.944004de80cfc8b7", - "source": "[\\(host)]", - "translated": "[\\(host)]" - }, { "id": "native.apple.12a4a51d251f65c0", "source": "OpenClaw connects this Apple Watch directly to your Gateway on trusted local networks.", @@ -20683,11 +20678,6 @@ "source": "Click a discovered gateway to fill the SSH target.", "translated": "Klik op een gevonden gateway om het SSH-doel in te vullen." }, - { - "id": "native.apple.66ad783199ef9729", - "source": "Discover OpenClaw gateways on your LAN", - "translated": "OpenClaw-gateways op je LAN ontdekken" - }, { "id": "native.apple.110f6e64e25dcd2e", "source": " (local: \\(projectEntrypoint ?? \"unknown\"))", @@ -26918,6 +26908,16 @@ "source": "gateway connect failed", "translated": "gateway connect failed" }, + { + "id": "native.apple.1dba7d27dc80088a", + "source": "[\\(self.host)]", + "translated": "[\\(self.host)]" + }, + { + "id": "native.apple.c25ea221748a03ba", + "source": ":\\(self.port)", + "translated": ":\\(self.port)" + }, { "id": "native.apple.2f45f005d2a7c3c2", "source": "Apple Watch", diff --git a/apps/.i18n/native/pl.json b/apps/.i18n/native/pl.json index 42fa5788e860..c402fee15550 100644 --- a/apps/.i18n/native/pl.json +++ b/apps/.i18n/native/pl.json @@ -2174,14 +2174,14 @@ "translated": "Do konfiguracji lokalnej użyj prywatnego adresu IP w sieci LAN albo włącz Tailscale Serve / udostępnij adres URL bramy Gateway z protokołem wss://, aby umożliwić dostęp zdalny." }, { - "id": "native.android.ff5abe2418979715", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost" + "id": "native.android.73109af9b97b61eb", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath" }, { - "id": "native.android.28e58e1bd98e08ab", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port" + "id": "native.android.6c4a0216a29d5921", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath" }, { "id": "native.android.180483eb1b7a4ff1", @@ -17833,11 +17833,6 @@ "source": "%@ permission denied", "translated": "Odmówiono uprawnienia %@" }, - { - "id": "native.apple.944004de80cfc8b7", - "source": "[\\(host)]", - "translated": "[\\(host)]" - }, { "id": "native.apple.12a4a51d251f65c0", "source": "OpenClaw connects this Apple Watch directly to your Gateway on trusted local networks.", @@ -20683,11 +20678,6 @@ "source": "Click a discovered gateway to fill the SSH target.", "translated": "Kliknij wykryty Gateway, aby wypełnić cel SSH." }, - { - "id": "native.apple.66ad783199ef9729", - "source": "Discover OpenClaw gateways on your LAN", - "translated": "Wykrywaj Gateway OpenClaw w swojej sieci LAN" - }, { "id": "native.apple.110f6e64e25dcd2e", "source": " (local: \\(projectEntrypoint ?? \"unknown\"))", @@ -26918,6 +26908,16 @@ "source": "gateway connect failed", "translated": "gateway connect failed" }, + { + "id": "native.apple.1dba7d27dc80088a", + "source": "[\\(self.host)]", + "translated": "[\\(self.host)]" + }, + { + "id": "native.apple.c25ea221748a03ba", + "source": ":\\(self.port)", + "translated": ":\\(self.port)" + }, { "id": "native.apple.2f45f005d2a7c3c2", "source": "Apple Watch", diff --git a/apps/.i18n/native/pt-BR.json b/apps/.i18n/native/pt-BR.json index bac8eaa2f3b9..7e6c3c92167b 100644 --- a/apps/.i18n/native/pt-BR.json +++ b/apps/.i18n/native/pt-BR.json @@ -2174,14 +2174,14 @@ "translated": "Use um IP de LAN privada para a configuração local ou ative o Tailscale Serve / exponha uma URL de gateway wss:// para acesso remoto." }, { - "id": "native.android.ff5abe2418979715", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost" + "id": "native.android.73109af9b97b61eb", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath" }, { - "id": "native.android.28e58e1bd98e08ab", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port" + "id": "native.android.6c4a0216a29d5921", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath" }, { "id": "native.android.180483eb1b7a4ff1", @@ -17833,11 +17833,6 @@ "source": "%@ permission denied", "translated": "Permissão de %@ negada" }, - { - "id": "native.apple.944004de80cfc8b7", - "source": "[\\(host)]", - "translated": "[\\(host)]" - }, { "id": "native.apple.12a4a51d251f65c0", "source": "OpenClaw connects this Apple Watch directly to your Gateway on trusted local networks.", @@ -20683,11 +20678,6 @@ "source": "Click a discovered gateway to fill the SSH target.", "translated": "Clique em um gateway descoberto para preencher o destino SSH." }, - { - "id": "native.apple.66ad783199ef9729", - "source": "Discover OpenClaw gateways on your LAN", - "translated": "Descobrir gateways OpenClaw na sua LAN" - }, { "id": "native.apple.110f6e64e25dcd2e", "source": " (local: \\(projectEntrypoint ?? \"unknown\"))", @@ -26918,6 +26908,16 @@ "source": "gateway connect failed", "translated": "gateway connect failed" }, + { + "id": "native.apple.1dba7d27dc80088a", + "source": "[\\(self.host)]", + "translated": "[\\(self.host)]" + }, + { + "id": "native.apple.c25ea221748a03ba", + "source": ":\\(self.port)", + "translated": ":\\(self.port)" + }, { "id": "native.apple.2f45f005d2a7c3c2", "source": "Apple Watch", diff --git a/apps/.i18n/native/ru.json b/apps/.i18n/native/ru.json index db21f6d24318..bdbaad136943 100644 --- a/apps/.i18n/native/ru.json +++ b/apps/.i18n/native/ru.json @@ -2174,14 +2174,14 @@ "translated": "Для локальной настройки используйте частный IP-адрес локальной сети, а для удалённого доступа включите Tailscale Serve или откройте доступ к URL-адресу Gateway с wss://." }, { - "id": "native.android.ff5abe2418979715", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost" + "id": "native.android.73109af9b97b61eb", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath" }, { - "id": "native.android.28e58e1bd98e08ab", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port" + "id": "native.android.6c4a0216a29d5921", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath" }, { "id": "native.android.180483eb1b7a4ff1", @@ -17833,11 +17833,6 @@ "source": "%@ permission denied", "translated": "В разрешении для %@ отказано" }, - { - "id": "native.apple.944004de80cfc8b7", - "source": "[\\(host)]", - "translated": "[\\(host)]" - }, { "id": "native.apple.12a4a51d251f65c0", "source": "OpenClaw connects this Apple Watch directly to your Gateway on trusted local networks.", @@ -20683,11 +20678,6 @@ "source": "Click a discovered gateway to fill the SSH target.", "translated": "Нажмите на обнаруженный шлюз, чтобы заполнить цель SSH." }, - { - "id": "native.apple.66ad783199ef9729", - "source": "Discover OpenClaw gateways on your LAN", - "translated": "Обнаруживать шлюзы OpenClaw в вашей локальной сети" - }, { "id": "native.apple.110f6e64e25dcd2e", "source": " (local: \\(projectEntrypoint ?? \"unknown\"))", @@ -26918,6 +26908,16 @@ "source": "gateway connect failed", "translated": "gateway connect failed" }, + { + "id": "native.apple.1dba7d27dc80088a", + "source": "[\\(self.host)]", + "translated": "[\\(self.host)]" + }, + { + "id": "native.apple.c25ea221748a03ba", + "source": ":\\(self.port)", + "translated": ":\\(self.port)" + }, { "id": "native.apple.2f45f005d2a7c3c2", "source": "Apple Watch", diff --git a/apps/.i18n/native/sv.json b/apps/.i18n/native/sv.json index f26679586b88..ac2cc9196ef7 100644 --- a/apps/.i18n/native/sv.json +++ b/apps/.i18n/native/sv.json @@ -2174,14 +2174,14 @@ "translated": "Använd en privat LAN-IP-adress för lokal konfiguration eller aktivera Tailscale Serve / exponera en Gateway-URL med wss:// för fjärråtkomst." }, { - "id": "native.android.ff5abe2418979715", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost" + "id": "native.android.73109af9b97b61eb", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath" }, { - "id": "native.android.28e58e1bd98e08ab", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port" + "id": "native.android.6c4a0216a29d5921", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath" }, { "id": "native.android.180483eb1b7a4ff1", @@ -17833,11 +17833,6 @@ "source": "%@ permission denied", "translated": "Behörighet för %@ nekades" }, - { - "id": "native.apple.944004de80cfc8b7", - "source": "[\\(host)]", - "translated": "[\\(host)]" - }, { "id": "native.apple.12a4a51d251f65c0", "source": "OpenClaw connects this Apple Watch directly to your Gateway on trusted local networks.", @@ -20683,11 +20678,6 @@ "source": "Click a discovered gateway to fill the SSH target.", "translated": "Klicka på en upptäckt gateway för att fylla i SSH-målet." }, - { - "id": "native.apple.66ad783199ef9729", - "source": "Discover OpenClaw gateways on your LAN", - "translated": "Upptäck OpenClaw-gateways i ditt LAN" - }, { "id": "native.apple.110f6e64e25dcd2e", "source": " (local: \\(projectEntrypoint ?? \"unknown\"))", @@ -26918,6 +26908,16 @@ "source": "gateway connect failed", "translated": "gateway connect failed" }, + { + "id": "native.apple.1dba7d27dc80088a", + "source": "[\\(self.host)]", + "translated": "[\\(self.host)]" + }, + { + "id": "native.apple.c25ea221748a03ba", + "source": ":\\(self.port)", + "translated": ":\\(self.port)" + }, { "id": "native.apple.2f45f005d2a7c3c2", "source": "Apple Watch", diff --git a/apps/.i18n/native/th.json b/apps/.i18n/native/th.json index ab91f762611c..d9eed8ab522c 100644 --- a/apps/.i18n/native/th.json +++ b/apps/.i18n/native/th.json @@ -2174,14 +2174,14 @@ "translated": "ใช้ IP ของ LAN ส่วนตัวสำหรับการตั้งค่าภายในเครื่อง หรือเปิดใช้งาน Tailscale Serve / เปิดเผย URL ของ Gateway แบบ wss:// สำหรับการเข้าถึงจากระยะไกล" }, { - "id": "native.android.ff5abe2418979715", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost" + "id": "native.android.73109af9b97b61eb", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath" }, { - "id": "native.android.28e58e1bd98e08ab", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port" + "id": "native.android.6c4a0216a29d5921", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath" }, { "id": "native.android.180483eb1b7a4ff1", @@ -17833,11 +17833,6 @@ "source": "%@ permission denied", "translated": "สิทธิ์ %@ ถูกปฏิเสธ" }, - { - "id": "native.apple.944004de80cfc8b7", - "source": "[\\(host)]", - "translated": "[\\(host)]" - }, { "id": "native.apple.12a4a51d251f65c0", "source": "OpenClaw connects this Apple Watch directly to your Gateway on trusted local networks.", @@ -20683,11 +20678,6 @@ "source": "Click a discovered gateway to fill the SSH target.", "translated": "คลิก Gateway ที่ค้นพบเพื่อกรอกเป้าหมาย SSH" }, - { - "id": "native.apple.66ad783199ef9729", - "source": "Discover OpenClaw gateways on your LAN", - "translated": "ค้นหา Gateway ของ OpenClaw บน LAN ของคุณ" - }, { "id": "native.apple.110f6e64e25dcd2e", "source": " (local: \\(projectEntrypoint ?? \"unknown\"))", @@ -26918,6 +26908,16 @@ "source": "gateway connect failed", "translated": "gateway connect failed" }, + { + "id": "native.apple.1dba7d27dc80088a", + "source": "[\\(self.host)]", + "translated": "[\\(self.host)]" + }, + { + "id": "native.apple.c25ea221748a03ba", + "source": ":\\(self.port)", + "translated": ":\\(self.port)" + }, { "id": "native.apple.2f45f005d2a7c3c2", "source": "Apple Watch", diff --git a/apps/.i18n/native/tr.json b/apps/.i18n/native/tr.json index 0391e09945f9..bb49a5dc269f 100644 --- a/apps/.i18n/native/tr.json +++ b/apps/.i18n/native/tr.json @@ -2174,14 +2174,14 @@ "translated": "Yerel kurulum için özel bir LAN IP'si kullanın veya uzaktan erişim için Tailscale Serve'ü etkinleştirin / bir wss:// gateway URL'sini kullanıma açın." }, { - "id": "native.android.ff5abe2418979715", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost" + "id": "native.android.73109af9b97b61eb", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath" }, { - "id": "native.android.28e58e1bd98e08ab", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port" + "id": "native.android.6c4a0216a29d5921", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath" }, { "id": "native.android.180483eb1b7a4ff1", @@ -17833,11 +17833,6 @@ "source": "%@ permission denied", "translated": "%@ izni reddedildi" }, - { - "id": "native.apple.944004de80cfc8b7", - "source": "[\\(host)]", - "translated": "[\\(host)]" - }, { "id": "native.apple.12a4a51d251f65c0", "source": "OpenClaw connects this Apple Watch directly to your Gateway on trusted local networks.", @@ -20683,11 +20678,6 @@ "source": "Click a discovered gateway to fill the SSH target.", "translated": "SSH hedefini doldurmak için bulunan bir gateway'e tıklayın." }, - { - "id": "native.apple.66ad783199ef9729", - "source": "Discover OpenClaw gateways on your LAN", - "translated": "LAN'inizde OpenClaw gateway'lerini keşfedin" - }, { "id": "native.apple.110f6e64e25dcd2e", "source": " (local: \\(projectEntrypoint ?? \"unknown\"))", @@ -26918,6 +26908,16 @@ "source": "gateway connect failed", "translated": "gateway connect failed" }, + { + "id": "native.apple.1dba7d27dc80088a", + "source": "[\\(self.host)]", + "translated": "[\\(self.host)]" + }, + { + "id": "native.apple.c25ea221748a03ba", + "source": ":\\(self.port)", + "translated": ":\\(self.port)" + }, { "id": "native.apple.2f45f005d2a7c3c2", "source": "Apple Watch", diff --git a/apps/.i18n/native/uk.json b/apps/.i18n/native/uk.json index 7afb4004922d..374e20e31702 100644 --- a/apps/.i18n/native/uk.json +++ b/apps/.i18n/native/uk.json @@ -2174,14 +2174,14 @@ "translated": "Для локального налаштування використовуйте приватну IP-адресу локальної мережі або ввімкніть Tailscale Serve / надайте доступ до URL-адреси шлюзу wss:// для віддаленого доступу." }, { - "id": "native.android.ff5abe2418979715", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost" + "id": "native.android.73109af9b97b61eb", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath" }, { - "id": "native.android.28e58e1bd98e08ab", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port" + "id": "native.android.6c4a0216a29d5921", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath" }, { "id": "native.android.180483eb1b7a4ff1", @@ -17833,11 +17833,6 @@ "source": "%@ permission denied", "translated": "У дозволі %@ відмовлено" }, - { - "id": "native.apple.944004de80cfc8b7", - "source": "[\\(host)]", - "translated": "[\\(host)]" - }, { "id": "native.apple.12a4a51d251f65c0", "source": "OpenClaw connects this Apple Watch directly to your Gateway on trusted local networks.", @@ -20683,11 +20678,6 @@ "source": "Click a discovered gateway to fill the SSH target.", "translated": "Натисніть знайдений шлюз, щоб заповнити SSH target." }, - { - "id": "native.apple.66ad783199ef9729", - "source": "Discover OpenClaw gateways on your LAN", - "translated": "Виявляти шлюзи OpenClaw у вашій LAN" - }, { "id": "native.apple.110f6e64e25dcd2e", "source": " (local: \\(projectEntrypoint ?? \"unknown\"))", @@ -26918,6 +26908,16 @@ "source": "gateway connect failed", "translated": "gateway connect failed" }, + { + "id": "native.apple.1dba7d27dc80088a", + "source": "[\\(self.host)]", + "translated": "[\\(self.host)]" + }, + { + "id": "native.apple.c25ea221748a03ba", + "source": ":\\(self.port)", + "translated": ":\\(self.port)" + }, { "id": "native.apple.2f45f005d2a7c3c2", "source": "Apple Watch", diff --git a/apps/.i18n/native/vi.json b/apps/.i18n/native/vi.json index a5ee872e9e51..c095af27a8b4 100644 --- a/apps/.i18n/native/vi.json +++ b/apps/.i18n/native/vi.json @@ -2174,14 +2174,14 @@ "translated": "Sử dụng địa chỉ IP LAN riêng để thiết lập cục bộ, hoặc bật Tailscale Serve / công khai URL Gateway wss:// để truy cập từ xa." }, { - "id": "native.android.ff5abe2418979715", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost" + "id": "native.android.73109af9b97b61eb", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath" }, { - "id": "native.android.28e58e1bd98e08ab", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port" + "id": "native.android.6c4a0216a29d5921", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath" }, { "id": "native.android.180483eb1b7a4ff1", @@ -17833,11 +17833,6 @@ "source": "%@ permission denied", "translated": "Quyền %@ bị từ chối" }, - { - "id": "native.apple.944004de80cfc8b7", - "source": "[\\(host)]", - "translated": "[\\(host)]" - }, { "id": "native.apple.12a4a51d251f65c0", "source": "OpenClaw connects this Apple Watch directly to your Gateway on trusted local networks.", @@ -20683,11 +20678,6 @@ "source": "Click a discovered gateway to fill the SSH target.", "translated": "Nhấp vào một gateway đã phát hiện để điền đích SSH." }, - { - "id": "native.apple.66ad783199ef9729", - "source": "Discover OpenClaw gateways on your LAN", - "translated": "Khám phá các gateway OpenClaw trên mạng LAN của bạn" - }, { "id": "native.apple.110f6e64e25dcd2e", "source": " (local: \\(projectEntrypoint ?? \"unknown\"))", @@ -26918,6 +26908,16 @@ "source": "gateway connect failed", "translated": "gateway connect failed" }, + { + "id": "native.apple.1dba7d27dc80088a", + "source": "[\\(self.host)]", + "translated": "[\\(self.host)]" + }, + { + "id": "native.apple.c25ea221748a03ba", + "source": ":\\(self.port)", + "translated": ":\\(self.port)" + }, { "id": "native.apple.2f45f005d2a7c3c2", "source": "Apple Watch", diff --git a/apps/.i18n/native/zh-CN.json b/apps/.i18n/native/zh-CN.json index e09cd4d1d683..cdef04897f49 100644 --- a/apps/.i18n/native/zh-CN.json +++ b/apps/.i18n/native/zh-CN.json @@ -2174,14 +2174,14 @@ "translated": "本地设置请使用专用局域网 IP;远程访问请启用 Tailscale Serve,或公开一个 wss:// Gateway URL。" }, { - "id": "native.android.ff5abe2418979715", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost" + "id": "native.android.73109af9b97b61eb", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath" }, { - "id": "native.android.28e58e1bd98e08ab", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port" + "id": "native.android.6c4a0216a29d5921", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath" }, { "id": "native.android.180483eb1b7a4ff1", @@ -17833,11 +17833,6 @@ "source": "%@ permission denied", "translated": "%@ 权限被拒绝" }, - { - "id": "native.apple.944004de80cfc8b7", - "source": "[\\(host)]", - "translated": "[\\(host)]" - }, { "id": "native.apple.12a4a51d251f65c0", "source": "OpenClaw connects this Apple Watch directly to your Gateway on trusted local networks.", @@ -20683,11 +20678,6 @@ "source": "Click a discovered gateway to fill the SSH target.", "translated": "点击发现的 Gateway 以填充 SSH 目标。" }, - { - "id": "native.apple.66ad783199ef9729", - "source": "Discover OpenClaw gateways on your LAN", - "translated": "在你的局域网上发现 OpenClaw Gateway" - }, { "id": "native.apple.110f6e64e25dcd2e", "source": " (local: \\(projectEntrypoint ?? \"unknown\"))", @@ -26918,6 +26908,16 @@ "source": "gateway connect failed", "translated": "gateway connect failed" }, + { + "id": "native.apple.1dba7d27dc80088a", + "source": "[\\(self.host)]", + "translated": "[\\(self.host)]" + }, + { + "id": "native.apple.c25ea221748a03ba", + "source": ":\\(self.port)", + "translated": ":\\(self.port)" + }, { "id": "native.apple.2f45f005d2a7c3c2", "source": "Apple Watch", diff --git a/apps/.i18n/native/zh-TW.json b/apps/.i18n/native/zh-TW.json index 1a16505e2d85..15deb3113e30 100644 --- a/apps/.i18n/native/zh-TW.json +++ b/apps/.i18n/native/zh-TW.json @@ -2174,14 +2174,14 @@ "translated": "本機設定請使用私人區域網路 IP;若要遠端存取,請啟用 Tailscale Serve,或公開一個 wss:// Gateway URL。" }, { - "id": "native.android.ff5abe2418979715", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost" + "id": "native.android.73109af9b97b61eb", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost$displayPath" }, { - "id": "native.android.28e58e1bd98e08ab", - "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port", - "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port" + "id": "native.android.6c4a0216a29d5921", + "source": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath", + "translated": "${if (tls) \"https\" else \"http\"}://$displayHost:$port$displayPath" }, { "id": "native.android.180483eb1b7a4ff1", @@ -17833,11 +17833,6 @@ "source": "%@ permission denied", "translated": "%@ 權限遭拒" }, - { - "id": "native.apple.944004de80cfc8b7", - "source": "[\\(host)]", - "translated": "[\\(host)]" - }, { "id": "native.apple.12a4a51d251f65c0", "source": "OpenClaw connects this Apple Watch directly to your Gateway on trusted local networks.", @@ -20683,11 +20678,6 @@ "source": "Click a discovered gateway to fill the SSH target.", "translated": "點選已探索到的 Gateway 以填入 SSH 目標。" }, - { - "id": "native.apple.66ad783199ef9729", - "source": "Discover OpenClaw gateways on your LAN", - "translated": "在您的 LAN 上探索 OpenClaw Gateway" - }, { "id": "native.apple.110f6e64e25dcd2e", "source": " (local: \\(projectEntrypoint ?? \"unknown\"))", @@ -26918,6 +26908,16 @@ "source": "gateway connect failed", "translated": "gateway connect failed" }, + { + "id": "native.apple.1dba7d27dc80088a", + "source": "[\\(self.host)]", + "translated": "[\\(self.host)]" + }, + { + "id": "native.apple.c25ea221748a03ba", + "source": ":\\(self.port)", + "translated": ":\\(self.port)" + }, { "id": "native.apple.2f45f005d2a7c3c2", "source": "Apple Watch", diff --git a/apps/android/app/src/main/java/ai/openclaw/app/i18n/NativeStringResources.kt b/apps/android/app/src/main/java/ai/openclaw/app/i18n/NativeStringResources.kt index dfacf6f92799..7becce930fbf 100644 --- a/apps/android/app/src/main/java/ai/openclaw/app/i18n/NativeStringResources.kt +++ b/apps/android/app/src/main/java/ai/openclaw/app/i18n/NativeStringResources.kt @@ -67,8 +67,8 @@ internal val nativeStringResourceIds: Map = "\${entries.size} of \$totalEntries" to R.string.native_93bf9fb90d28b037, "\${hours}h" to R.string.native_94f5698f54d7d31a, "\${hours}h ago" to R.string.native_f14cd8dd44162255, - "\${if (tls) \"https\" else \"http\"}://\$displayHost" to R.string.native_71dba3ccde0a371b, - "\${if (tls) \"https\" else \"http\"}://\$displayHost:\$port" to R.string.native_3da4811eafea080a, + "\${if (tls) \"https\" else \"http\"}://\$displayHost\$displayPath" to R.string.native_febd009ea6d42c29, + "\${if (tls) \"https\" else \"http\"}://\$displayHost:\$port\$displayPath" to R.string.native_1553635e57f3f346, "\${item.count} message(s) need recovery. Re-enter anything you want to keep, then delete these rows." to R.string.native_e3399e6ed762c252, "\${job.scheduleLabel} · \${formatCronWake(job.nextRunAtMs)} · \${job.promptPreview}" to R.string.native_fad13bdbe9a8cd0f, "\${minutes}m" to R.string.native_adb7eb8a03ad699c, diff --git a/apps/android/app/src/main/res/values-ar/strings.xml b/apps/android/app/src/main/res/values-ar/strings.xml index 74ccdae46c48..56486c53101a 100644 --- a/apps/android/app/src/main/res/values-ar/strings.xml +++ b/apps/android/app/src/main/res/values-ar/strings.xml @@ -147,6 +147,7 @@ ":%1$s" "%1$s معلّقة" "اسم الجهاز" + "%1$s://%2$s:%3$s%4$s" "إرسال" "الموقع" "مثال America/New_York" @@ -418,7 +419,6 @@ "main أو isolated أو current أو session:<id>" "الوسائط غير متوفرة" "اتصل بالـ Gateway لفتح shell في مساحة عمل الوكيل." - "%1$s://%2$s:%3$s" "تعذّر تحميل تفاصيل الموافقة. حدّث وحاول مرة أخرى." "يمكنني التحقق من حالة Gateway، أو إصلاح الإعدادات، أو تغيير النماذج، أو ربط القنوات." "Tool Call" @@ -764,7 +764,6 @@ "نص" "يتم عرض %1$s من %2$s. حسّن البحث لعرض المزيد." "الإصدار v%1$s متاح" - "%1$s://%2$s" "%1$s... (حسنًا)" "الموفرون والنماذج المُهيأة" "جارٍ الاتصال…" @@ -1647,6 +1646,7 @@ "الآن" "إعادة تسمية المجموعة…" "المزيد من الوكلاء" + "%1$s://%2$s%3$s" "openclaw nodes approve REQUEST_ID" "تثبيت" "thread list" diff --git a/apps/android/app/src/main/res/values-de/strings.xml b/apps/android/app/src/main/res/values-de/strings.xml index 7f30d2f30ccb..b965cb1af804 100644 --- a/apps/android/app/src/main/res/values-de/strings.xml +++ b/apps/android/app/src/main/res/values-de/strings.xml @@ -147,6 +147,7 @@ ":%1$s" "%1$s ausstehend" "Gerätename" + "%1$s://%2$s:%3$s%4$s" "Absenden" "Standort" "z. B. America/New_York" @@ -418,7 +419,6 @@ "main, isolated, current oder session:<id>" "Medien nicht verfügbar" "Verbinden Sie sich mit Ihrer Gateway, um eine Shell im Agent-Arbeitsbereich zu öffnen." - "%1$s://%2$s:%3$s" "Genehmigungsdetails konnten nicht geladen werden. Aktualisieren Sie die Ansicht und versuchen Sie es erneut." "Ich kann den Gateway-Status prüfen, die Konfiguration reparieren, Modelle wechseln oder Kanäle verbinden." "Tool Call" @@ -764,7 +764,6 @@ "Text" "%1$s von %2$s werden angezeigt. Suche verfeinern, um mehr zu sehen." "v%1$s verfügbar" - "%1$s://%2$s" "%1$s... (OK)" "Anbieter und konfigurierte Modelle" "Verbindung wird hergestellt…" @@ -1647,6 +1646,7 @@ "Jetzt" "Gruppe umbenennen…" "Weitere Agenten" + "%1$s://%2$s%3$s" "openclaw nodes approve REQUEST_ID" "Anheften" "thread list" diff --git a/apps/android/app/src/main/res/values-es/strings.xml b/apps/android/app/src/main/res/values-es/strings.xml index 31ccc901959a..7cfbb64fb016 100644 --- a/apps/android/app/src/main/res/values-es/strings.xml +++ b/apps/android/app/src/main/res/values-es/strings.xml @@ -147,6 +147,7 @@ ":%1$s" "%1$s pendientes" "Nombre del dispositivo" + "%1$s://%2$s:%3$s%4$s" "Enviar" "Ubicación" "p. ej. America/New_York" @@ -418,7 +419,6 @@ "main, isolated, current o session:<id>" "Contenido multimedia no disponible" "Conéctate a tu Gateway para abrir un shell en el espacio de trabajo del agente." - "%1$s://%2$s:%3$s" "No se pudieron cargar los detalles de la aprobación. Actualice y vuelva a intentarlo." "Puedo comprobar el estado del Gateway, reparar la configuración, cambiar modelos o conectar canales." "Tool Call" @@ -764,7 +764,6 @@ "Texto" "Mostrando %1$s de %2$s. Refina la búsqueda para ver más." "v%1$s disponible" - "%1$s://%2$s" "%1$s... (CORRECTO)" "Proveedores y modelos configurados" "Conectando…" @@ -1647,6 +1646,7 @@ "Ahora" "Cambiar nombre del grupo…" "Más agentes" + "%1$s://%2$s%3$s" "openclaw nodes approve REQUEST_ID" "Fijar" "thread list" diff --git a/apps/android/app/src/main/res/values-fa/strings.xml b/apps/android/app/src/main/res/values-fa/strings.xml index a9424bc65975..716faa56f317 100644 --- a/apps/android/app/src/main/res/values-fa/strings.xml +++ b/apps/android/app/src/main/res/values-fa/strings.xml @@ -147,6 +147,7 @@ ":%1$s" "%1$s در انتظار" "نام دستگاه" + "%1$s://%2$s:%3$s%4$s" "ارسال" "موقعیت مکانی" "مثلاً America/New_York" @@ -418,7 +419,6 @@ "main، isolated، current یا session:<id>" "رسانه در دسترس نیست" "برای باز کردن یک shell در فضای کاری عامل، به Gateway خود متصل شوید." - "%1$s://%2$s:%3$s" "بارگیری جزئیات تأیید ممکن نشد. تازه‌سازی کنید و دوباره تلاش کنید." "می‌توانم وضعیت Gateway را بررسی کنم، پیکربندی را تعمیر کنم، مدل‌ها را تغییر دهم یا کانال‌ها را متصل کنم." "Tool Call" @@ -764,7 +764,6 @@ "متن" "نمایش %1$s از %2$s. برای موارد بیشتر، جستجو را محدودتر کنید." "نسخه %1$s در دسترس است" - "%1$s://%2$s" "%1$s... (تأیید)" "ارائه‌دهندگان و مدل‌های پیکربندی‌شده" "در حال اتصال…" @@ -1647,6 +1646,7 @@ "اکنون" "تغییر نام گروه…" "عامل‌های بیشتر" + "%1$s://%2$s%3$s" "openclaw nodes approve REQUEST_ID" "سنجاق کردن" "thread list" diff --git a/apps/android/app/src/main/res/values-fr/strings.xml b/apps/android/app/src/main/res/values-fr/strings.xml index a95257b74dd1..a9d43412d0e3 100644 --- a/apps/android/app/src/main/res/values-fr/strings.xml +++ b/apps/android/app/src/main/res/values-fr/strings.xml @@ -147,6 +147,7 @@ ":%1$s" "%1$s en attente" "Nom de l’appareil" + "%1$s://%2$s:%3$s%4$s" "Envoyer" "Localisation" "ex. America/New_York" @@ -418,7 +419,6 @@ "main, isolated, current ou session:<id>" "Média indisponible" "Connectez-vous à votre Gateway pour ouvrir un shell dans l’espace de travail de l’agent." - "%1$s://%2$s:%3$s" "Impossible de charger les détails de l\'approbation. Actualisez et réessayez." "Je peux vérifier l’état du Gateway, réparer la configuration, changer de modèle ou connecter des canaux." "Tool Call" @@ -764,7 +764,6 @@ "Texte" "%1$s sur %2$s affichées. Affinez la recherche pour en voir davantage." "v%1$s disponible" - "%1$s://%2$s" "%1$s... (OK)" "Fournisseurs et modèles configurés" "Connexion…" @@ -1647,6 +1646,7 @@ "Maintenant" "Renommer le groupe…" "Plus d\'agents" + "%1$s://%2$s%3$s" "openclaw nodes approve REQUEST_ID" "Épingler" "thread list" diff --git a/apps/android/app/src/main/res/values-hi/strings.xml b/apps/android/app/src/main/res/values-hi/strings.xml index 18472b56bb05..f51e3f0c26db 100644 --- a/apps/android/app/src/main/res/values-hi/strings.xml +++ b/apps/android/app/src/main/res/values-hi/strings.xml @@ -147,6 +147,7 @@ ":%1$s" "%1$s लंबित" "डिवाइस का नाम" + "%1$s://%2$s:%3$s%4$s" "सबमिट करें" "स्थान" "जैसे America/New_York" @@ -418,7 +419,6 @@ "main, isolated, current, या session:<id>" "मीडिया अनुपलब्ध" "एजेंट वर्कस्पेस में शेल खोलने के लिए अपने Gateway से कनेक्ट करें।" - "%1$s://%2$s:%3$s" "स्वीकृति का विवरण लोड नहीं किया जा सका। रीफ़्रेश करके फिर से प्रयास करें।" "मैं Gateway की स्थिति जांच सकता हूं, कॉन्फ़िगरेशन ठीक कर सकता हूं, मॉडल बदल सकता हूं, या चैनल कनेक्ट कर सकता हूं।" "Tool Call" @@ -764,7 +764,6 @@ "टेक्स्ट" "%2$s में से %1$s दिखाए जा रहे हैं। और अधिक के लिए खोज को परिष्कृत करें।" "v%1$s उपलब्ध है" - "%1$s://%2$s" "%1$s... (ठीक)" "प्रदाता और कॉन्फ़िगर किए गए मॉडल" "कनेक्ट हो रहा है…" @@ -1647,6 +1646,7 @@ "अभी" "समूह का नाम बदलें…" "अधिक एजेंट्स" + "%1$s://%2$s%3$s" "openclaw nodes approve REQUEST_ID" "पिन करें" "thread list" diff --git a/apps/android/app/src/main/res/values-in/strings.xml b/apps/android/app/src/main/res/values-in/strings.xml index 2ea3e216fb5d..3a6196872357 100644 --- a/apps/android/app/src/main/res/values-in/strings.xml +++ b/apps/android/app/src/main/res/values-in/strings.xml @@ -147,6 +147,7 @@ ":%1$s" "%1$s tertunda" "Nama perangkat" + "%1$s://%2$s:%3$s%4$s" "Kirim" "Lokasi" "mis. America/New_York" @@ -418,7 +419,6 @@ "main, isolated, current, atau session:<id>" "Media tidak tersedia" "Hubungkan ke Gateway Anda untuk membuka shell di ruang kerja agen." - "%1$s://%2$s:%3$s" "Tidak dapat memuat detail persetujuan. Segarkan dan coba lagi." "Saya dapat memeriksa status Gateway, memperbaiki konfigurasi, mengganti model, atau menghubungkan saluran." "Tool Call" @@ -764,7 +764,6 @@ "Teks" "Menampilkan %1$s dari %2$s. Persempit pencarian untuk melihat lebih banyak." "v%1$s tersedia" - "%1$s://%2$s" "%1$s... (OK)" "Penyedia dan model yang dikonfigurasi" "Menghubungkan…" @@ -1647,6 +1646,7 @@ "Sekarang" "Ganti nama grup…" "Agen Lainnya" + "%1$s://%2$s%3$s" "openclaw nodes approve REQUEST_ID" "Sematkan" "thread list" diff --git a/apps/android/app/src/main/res/values-it/strings.xml b/apps/android/app/src/main/res/values-it/strings.xml index 99f4895bdb20..07bc0c58e523 100644 --- a/apps/android/app/src/main/res/values-it/strings.xml +++ b/apps/android/app/src/main/res/values-it/strings.xml @@ -147,6 +147,7 @@ ":%1$s" "%1$s in sospeso" "Nome dispositivo" + "%1$s://%2$s:%3$s%4$s" "Invia" "Posizione" "es. America/New_York" @@ -418,7 +419,6 @@ "main, isolated, current o session:<id>" "Contenuto multimediale non disponibile" "Connettiti al tuo Gateway per aprire una shell nell\'area di lavoro dell\'agente." - "%1$s://%2$s:%3$s" "Impossibile caricare i dettagli dell\'approvazione. Aggiorna e riprova." "Posso controllare lo stato del Gateway, riparare la configurazione, cambiare modelli o connettere canali." "Tool Call" @@ -764,7 +764,6 @@ "Testo" "Visualizzazione di %1$s su %2$s. Affina la ricerca per altri risultati." "v%1$s disponibile" - "%1$s://%2$s" "%1$s... (OK)" "Provider e modelli configurati" "Connessione…" @@ -1647,6 +1646,7 @@ "Ora" "Rinomina gruppo…" "Altri agenti" + "%1$s://%2$s%3$s" "openclaw nodes approve REQUEST_ID" "Fissa" "thread list" diff --git a/apps/android/app/src/main/res/values-ja/strings.xml b/apps/android/app/src/main/res/values-ja/strings.xml index f5d66a236990..97c214931a11 100644 --- a/apps/android/app/src/main/res/values-ja/strings.xml +++ b/apps/android/app/src/main/res/values-ja/strings.xml @@ -147,6 +147,7 @@ ":%1$s" "%1$s件保留中" "デバイス名" + "%1$s://%2$s:%3$s%4$s" "送信" "位置情報" "例: America/New_York" @@ -418,7 +419,6 @@ "main、isolated、current、または session:<id>" "メディアを利用できません" "Gateway に接続して、エージェントのワークスペースでシェルを開きます。" - "%1$s://%2$s:%3$s" "承認の詳細を読み込めませんでした。更新して、もう一度お試しください。" "Gateway のステータス確認、構成の修復、モデルの変更、チャンネルの接続ができます。" "Tool Call" @@ -764,7 +764,6 @@ "テキスト" "%2$s 件中 %1$s 件を表示中。さらに表示するには検索条件を絞り込んでください。" "v%1$sが利用可能です" - "%1$s://%2$s" "%1$s... (OK)" "プロバイダーと設定済みモデル" "接続中…" @@ -1647,6 +1646,7 @@ "今すぐ" "グループ名を変更…" "その他のエージェント" + "%1$s://%2$s%3$s" "openclaw nodes approve REQUEST_ID" "ピン留め" "thread list" diff --git a/apps/android/app/src/main/res/values-ko/strings.xml b/apps/android/app/src/main/res/values-ko/strings.xml index 1f3ebcff4873..846af2a92d27 100644 --- a/apps/android/app/src/main/res/values-ko/strings.xml +++ b/apps/android/app/src/main/res/values-ko/strings.xml @@ -147,6 +147,7 @@ ":%1$s" "%1$s개 대기 중" "기기 이름" + "%1$s://%2$s:%3$s%4$s" "제출" "위치" "예: America/New_York" @@ -418,7 +419,6 @@ "main, isolated, current 또는 session:<id>" "미디어를 사용할 수 없음" "에이전트 워크스페이스에서 셸을 열려면 gateway에 연결하세요." - "%1$s://%2$s:%3$s" "승인 세부 정보를 불러오지 못했습니다. 새로 고침 후 다시 시도하세요." "Gateway 상태 확인, 구성 복구, 모델 변경 또는 채널 연결을 할 수 있습니다." "Tool Call" @@ -764,7 +764,6 @@ "텍스트" "%2$s개 중 %1$s개 표시 중입니다. 더 보려면 검색어를 구체화하세요." "v%1$s 사용 가능" - "%1$s://%2$s" "%1$s... (정상)" "제공자 및 구성된 모델" "연결 중…" @@ -1647,6 +1646,7 @@ "지금" "그룹 이름 변경…" "더 많은 에이전트" + "%1$s://%2$s%3$s" "openclaw nodes approve REQUEST_ID" "고정" "thread list" diff --git a/apps/android/app/src/main/res/values-nl/strings.xml b/apps/android/app/src/main/res/values-nl/strings.xml index 59f0017ce3fc..e9363f7e214c 100644 --- a/apps/android/app/src/main/res/values-nl/strings.xml +++ b/apps/android/app/src/main/res/values-nl/strings.xml @@ -147,6 +147,7 @@ ":%1$s" "%1$s openstaand" "Apparaatnaam" + "%1$s://%2$s:%3$s%4$s" "Indienen" "Locatie" "bijv. America/New_York" @@ -418,7 +419,6 @@ "main, isolated, current of session:<id>" "Media niet beschikbaar" "Maak verbinding met je Gateway om een shell in de agentwerkruimte te openen." - "%1$s://%2$s:%3$s" "Kan de goedkeuringsdetails niet laden. Vernieuw en probeer het opnieuw." "Ik kan de Gateway-status controleren, configuratie herstellen, modellen wijzigen of kanalen verbinden." "Tool Call" @@ -764,7 +764,6 @@ "Tekst" "%1$s van %2$s weergegeven. Verfijn de zoekopdracht voor meer resultaten." "v%1$s beschikbaar" - "%1$s://%2$s" "%1$s... (OK)" "Providers en geconfigureerde modellen" "Verbinden…" @@ -1647,6 +1646,7 @@ "Nu" "Groep hernoemen…" "Meer agenten" + "%1$s://%2$s%3$s" "openclaw nodes approve REQUEST_ID" "Vastmaken" "thread list" diff --git a/apps/android/app/src/main/res/values-pl/strings.xml b/apps/android/app/src/main/res/values-pl/strings.xml index 20e77fe3c957..f3ede4574f7a 100644 --- a/apps/android/app/src/main/res/values-pl/strings.xml +++ b/apps/android/app/src/main/res/values-pl/strings.xml @@ -147,6 +147,7 @@ ":%1$s" "%1$s oczekujących" "Nazwa urządzenia" + "%1$s://%2$s:%3$s%4$s" "Prześlij" "Lokalizacja" "np. America/New_York" @@ -418,7 +419,6 @@ "main, isolated, current lub session:<id>" "Multimedia niedostępne" "Połącz się ze swoim Gateway, aby otworzyć powłokę w obszarze roboczym agenta." - "%1$s://%2$s:%3$s" "Nie udało się wczytać szczegółów zatwierdzenia. Odśwież i spróbuj ponownie." "Mogę sprawdzić stan Gateway, naprawić konfigurację, zmienić modele lub połączyć kanały." "Tool Call" @@ -764,7 +764,6 @@ "Tekst" "Wyświetlanie %1$s z %2$s. Doprecyzuj wyszukiwanie, aby zobaczyć więcej." "Dostępna wersja v%1$s" - "%1$s://%2$s" "%1$s... (OK)" "Dostawcy i skonfigurowane modele" "Łączenie…" @@ -1647,6 +1646,7 @@ "Teraz" "Zmień nazwę grupy…" "Więcej agentów" + "%1$s://%2$s%3$s" "openclaw nodes approve REQUEST_ID" "Przypnij" "thread list" diff --git a/apps/android/app/src/main/res/values-pt-rBR/strings.xml b/apps/android/app/src/main/res/values-pt-rBR/strings.xml index 8bf73145e3bf..b2f8cd0d7546 100644 --- a/apps/android/app/src/main/res/values-pt-rBR/strings.xml +++ b/apps/android/app/src/main/res/values-pt-rBR/strings.xml @@ -147,6 +147,7 @@ ":%1$s" "%1$s pendentes" "Nome do dispositivo" + "%1$s://%2$s:%3$s%4$s" "Enviar" "Localização" "ex.: America/New_York" @@ -418,7 +419,6 @@ "main, isolated, current ou session:<id>" "Mídia indisponível" "Conecte-se ao seu Gateway para abrir um shell no workspace do agente." - "%1$s://%2$s:%3$s" "Não foi possível carregar os detalhes da aprovação. Atualize e tente novamente." "Posso verificar o status do Gateway, reparar a configuração, alterar modelos ou conectar canais." "Tool Call" @@ -764,7 +764,6 @@ "Texto" "Mostrando %1$s de %2$s. Refine a pesquisa para ver mais." "v%1$s disponível" - "%1$s://%2$s" "%1$s... (OK)" "Provedores e modelos configurados" "Conectando…" @@ -1647,6 +1646,7 @@ "Agora" "Renomear grupo…" "Mais Agentes" + "%1$s://%2$s%3$s" "openclaw nodes approve REQUEST_ID" "Fixar" "thread list" diff --git a/apps/android/app/src/main/res/values-ru/strings.xml b/apps/android/app/src/main/res/values-ru/strings.xml index e013012fbea1..74f97610d94a 100644 --- a/apps/android/app/src/main/res/values-ru/strings.xml +++ b/apps/android/app/src/main/res/values-ru/strings.xml @@ -147,6 +147,7 @@ ":%1$s" "%1$s ожидают подтверждения" "Имя устройства" + "%1$s://%2$s:%3$s%4$s" "Отправить" "Геопозиция" "например America/New_York" @@ -418,7 +419,6 @@ "main, isolated, current или session:<id>" "Медиа недоступно" "Подключитесь к своему Gateway, чтобы открыть оболочку в рабочей области агента." - "%1$s://%2$s:%3$s" "Не удалось загрузить сведения о подтверждении. Обновите данные и повторите попытку." "Я могу проверить состояние Gateway, восстановить конфигурацию, сменить модели или подключить каналы." "Tool Call" @@ -764,7 +764,6 @@ "Текст" "Показано %1$s из %2$s. Уточните поиск, чтобы увидеть больше." "Доступна версия v%1$s" - "%1$s://%2$s" "%1$s... (ОК)" "Провайдеры и настроенные модели" "Подключение…" @@ -1647,6 +1646,7 @@ "Сейчас" "Переименовать группу…" "Больше агентов" + "%1$s://%2$s%3$s" "openclaw nodes approve REQUEST_ID" "Закрепить" "thread list" diff --git a/apps/android/app/src/main/res/values-sv/strings.xml b/apps/android/app/src/main/res/values-sv/strings.xml index aae78d13a76b..6cd9ae128199 100644 --- a/apps/android/app/src/main/res/values-sv/strings.xml +++ b/apps/android/app/src/main/res/values-sv/strings.xml @@ -147,6 +147,7 @@ ":%1$s" "%1$s väntande" "Enhetsnamn" + "%1$s://%2$s:%3$s%4$s" "Skicka" "Plats" "t.ex. America/New_York" @@ -418,7 +419,6 @@ "main, isolated, current eller session:<id>" "Media otillgängligt" "Anslut till din Gateway för att öppna ett skal i agentens arbetsyta." - "%1$s://%2$s:%3$s" "Det gick inte att läsa in information om godkännandet. Uppdatera och försök igen." "Jag kan kontrollera Gateway-status, reparera konfiguration, byta modeller eller ansluta kanaler." "Tool Call" @@ -764,7 +764,6 @@ "Text" "Visar %1$s av %2$s. Förfina sökningen för att se fler." "v%1$s tillgänglig" - "%1$s://%2$s" "%1$s... (OK)" "Leverantörer och konfigurerade modeller" "Ansluter…" @@ -1647,6 +1646,7 @@ "Nu" "Byt namn på grupp…" "Fler agenter" + "%1$s://%2$s%3$s" "openclaw nodes approve REQUEST_ID" "Fäst" "thread list" diff --git a/apps/android/app/src/main/res/values-th/strings.xml b/apps/android/app/src/main/res/values-th/strings.xml index 2cf8278541b0..be330651d477 100644 --- a/apps/android/app/src/main/res/values-th/strings.xml +++ b/apps/android/app/src/main/res/values-th/strings.xml @@ -147,6 +147,7 @@ ":%1$s" "รอดำเนินการ %1$s รายการ" "ชื่ออุปกรณ์" + "%1$s://%2$s:%3$s%4$s" "ส่ง" "ตำแหน่งที่ตั้ง" "เช่น America/New_York" @@ -418,7 +419,6 @@ "main, isolated, current หรือ session:<id>" "สื่อไม่พร้อมใช้งาน" "เชื่อมต่อกับ Gateway ของคุณเพื่อเปิดเชลล์ในพื้นที่ทำงานของเอเจนต์" - "%1$s://%2$s:%3$s" "ไม่สามารถโหลดรายละเอียดการอนุมัติได้ รีเฟรชแล้วลองอีกครั้ง" "ฉันสามารถตรวจสอบสถานะ Gateway ซ่อมการกำหนดค่า เปลี่ยนโมเดล หรือเชื่อมต่อช่องทางได้" "Tool Call" @@ -764,7 +764,6 @@ "ข้อความ" "กำลังแสดง %1$s จาก %2$s รายการ ปรับการค้นหาเพื่อดูเพิ่มเติม" "มี v%1$s พร้อมใช้งาน" - "%1$s://%2$s" "%1$s... (ตกลง)" "ผู้ให้บริการและโมเดลที่กำหนดค่าไว้" "กำลังเชื่อมต่อ…" @@ -1647,6 +1646,7 @@ "ตอนนี้" "เปลี่ยนชื่อกลุ่ม…" "เอเจนต์เพิ่มเติม" + "%1$s://%2$s%3$s" "openclaw nodes approve REQUEST_ID" "ปักหมุด" "thread list" diff --git a/apps/android/app/src/main/res/values-tr/strings.xml b/apps/android/app/src/main/res/values-tr/strings.xml index b6ddacceecad..5f18b5f3a93a 100644 --- a/apps/android/app/src/main/res/values-tr/strings.xml +++ b/apps/android/app/src/main/res/values-tr/strings.xml @@ -147,6 +147,7 @@ ":%1$s" "%1$s bekliyor" "Cihaz adı" + "%1$s://%2$s:%3$s%4$s" "Gönder" "Konum" "örn. America/New_York" @@ -418,7 +419,6 @@ "main, isolated, current veya session:<id>" "Medya kullanılamıyor" "Aracı çalışma alanında bir shell açmak için Gateway’inize bağlanın." - "%1$s://%2$s:%3$s" "Onay ayrıntıları yüklenemedi. Yenileyip tekrar deneyin." "Gateway durumunu kontrol edebilir, yapılandırmayı onarabilir, modelleri değiştirebilir veya kanalları bağlayabilirim." "Tool Call" @@ -764,7 +764,6 @@ "Metin" "%2$s içinden %1$s gösteriliyor. Daha fazlası için aramayı daraltın." "v%1$s kullanılabilir" - "%1$s://%2$s" "%1$s... (OK)" "Sağlayıcılar ve yapılandırılmış modeller" "Bağlanıyor…" @@ -1647,6 +1646,7 @@ "Şimdi" "Grubu yeniden adlandır…" "Daha Fazla Aracı" + "%1$s://%2$s%3$s" "openclaw nodes approve REQUEST_ID" "Sabitle" "thread list" diff --git a/apps/android/app/src/main/res/values-uk/strings.xml b/apps/android/app/src/main/res/values-uk/strings.xml index 1db53821732c..f83c5600cc9f 100644 --- a/apps/android/app/src/main/res/values-uk/strings.xml +++ b/apps/android/app/src/main/res/values-uk/strings.xml @@ -147,6 +147,7 @@ ":%1$s" "%1$s очікують" "Назва пристрою" + "%1$s://%2$s:%3$s%4$s" "Надіслати" "Місцезнаходження" "напр. America/New_York" @@ -418,7 +419,6 @@ "main, isolated, current або session:<id>" "Медіа недоступне" "Підключіться до свого Gateway, щоб відкрити оболонку в робочому просторі агента." - "%1$s://%2$s:%3$s" "Не вдалося завантажити відомості про схвалення. Оновіть і повторіть спробу." "Я можу перевірити стан Gateway, відновити конфігурацію, змінити моделі або підключити канали." "Tool Call" @@ -764,7 +764,6 @@ "Текст" "Показано %1$s із %2$s. Уточніть пошук, щоб побачити більше." "Доступна версія v%1$s" - "%1$s://%2$s" "%1$s... (OK)" "Провайдери та налаштовані моделі" "Підключення…" @@ -1647,6 +1646,7 @@ "Зараз" "Перейменувати групу…" "Інші агенти" + "%1$s://%2$s%3$s" "openclaw nodes approve REQUEST_ID" "Закріпити" "thread list" diff --git a/apps/android/app/src/main/res/values-vi/strings.xml b/apps/android/app/src/main/res/values-vi/strings.xml index b8afab466850..91b648ed13c1 100644 --- a/apps/android/app/src/main/res/values-vi/strings.xml +++ b/apps/android/app/src/main/res/values-vi/strings.xml @@ -147,6 +147,7 @@ ":%1$s" "%1$s đang chờ" "Tên thiết bị" + "%1$s://%2$s:%3$s%4$s" "Gửi" "Vị trí" "ví dụ: America/New_York" @@ -418,7 +419,6 @@ "main, isolated, current hoặc session:<id>" "Không có phương tiện" "Kết nối với Gateway của bạn để mở shell trong không gian làm việc của agent." - "%1$s://%2$s:%3$s" "Không thể tải chi tiết phê duyệt. Hãy làm mới và thử lại." "Tôi có thể kiểm tra trạng thái Gateway, sửa chữa cấu hình, thay đổi mô hình hoặc kết nối các kênh." "Tool Call" @@ -764,7 +764,6 @@ "Văn bản" "Đang hiển thị %1$s trên %2$s. Thu hẹp tìm kiếm để xem thêm." "Đã có phiên bản v%1$s" - "%1$s://%2$s" "%1$s... (OK)" "Nhà cung cấp và mô hình đã cấu hình" "Đang kết nối…" @@ -1647,6 +1646,7 @@ "Bây giờ" "Đổi tên nhóm…" "Thêm tác nhân" + "%1$s://%2$s%3$s" "openclaw nodes approve REQUEST_ID" "Ghim" "thread list" diff --git a/apps/android/app/src/main/res/values-zh-rCN/strings.xml b/apps/android/app/src/main/res/values-zh-rCN/strings.xml index c92d3ec96c51..823e04e96dc3 100644 --- a/apps/android/app/src/main/res/values-zh-rCN/strings.xml +++ b/apps/android/app/src/main/res/values-zh-rCN/strings.xml @@ -147,6 +147,7 @@ ":%1$s" "%1$s 项待审批" "设备名称" + "%1$s://%2$s:%3$s%4$s" "提交" "位置" "例如 America/New_York" @@ -418,7 +419,6 @@ "main、isolated、current 或 session:<id>" "媒体不可用" "连接到你的 Gateway,以在代理工作区中打开 shell。" - "%1$s://%2$s:%3$s" "无法加载批准详情。请刷新后重试。" "我可以检查 Gateway 状态、修复配置、更换模型或连接频道。" "Tool Call" @@ -764,7 +764,6 @@ "文本" "显示 %1$s / %2$s。优化搜索以查看更多。" "v%1$s 可用" - "%1$s://%2$s" "%1$s...(正常)" "提供商和已配置的模型" "正在连接…" @@ -1647,6 +1646,7 @@ "现在" "重命名群组…" "更多代理" + "%1$s://%2$s%3$s" "openclaw nodes approve REQUEST_ID" "置顶" "thread list" diff --git a/apps/android/app/src/main/res/values-zh-rTW/strings.xml b/apps/android/app/src/main/res/values-zh-rTW/strings.xml index 98e6f4918af1..95dc30655471 100644 --- a/apps/android/app/src/main/res/values-zh-rTW/strings.xml +++ b/apps/android/app/src/main/res/values-zh-rTW/strings.xml @@ -147,6 +147,7 @@ ":%1$s" "%1$s 個待核准項目" "裝置名稱" + "%1$s://%2$s:%3$s%4$s" "提交" "位置" "例如 America/New_York" @@ -418,7 +419,6 @@ "main、isolated、current 或 session:<id>" "媒體無法使用" "連線到您的 Gateway,以在代理程式工作區中開啟 shell。" - "%1$s://%2$s:%3$s" "無法載入核准詳細資料。請重新整理後再試一次。" "我可以檢查 Gateway 狀態、修復設定、變更模型或連接頻道。" "Tool Call" @@ -764,7 +764,6 @@ "文字" "正在顯示 %1$s / %2$s。請縮小搜尋範圍以查看更多。" "v%1$s 可供使用" - "%1$s://%2$s" "%1$s...(正常)" "供應商與已設定的模型" "連線中…" @@ -1647,6 +1646,7 @@ "現在" "重新命名群組…" "更多代理程式" + "%1$s://%2$s%3$s" "openclaw nodes approve REQUEST_ID" "釘選" "thread list" diff --git a/apps/android/app/src/main/res/values/strings.xml b/apps/android/app/src/main/res/values/strings.xml index dcb776c7d183..f1d3631d4d3d 100644 --- a/apps/android/app/src/main/res/values/strings.xml +++ b/apps/android/app/src/main/res/values/strings.xml @@ -147,6 +147,7 @@ ":%1$s" "%1$s pending" "Device name" + "%1$s://%2$s:%3$s%4$s" "Submit" "Location" "e.g. America/New_York" @@ -418,7 +419,6 @@ "main, isolated, current, or session:<id>" "Media unavailable" "Connect to your gateway to open a shell in the agent workspace." - "%1$s://%2$s:%3$s" "Could not load approval details. Refresh and try again." "I can check Gateway status, repair configuration, change models, or connect channels." "Tool Call" @@ -764,7 +764,6 @@ "Text" "Showing %1$s of %2$s. Refine search for more." "v%1$s available" - "%1$s://%2$s" "%1$s... (OK)" "Providers and configured models" "Connecting…" @@ -1647,6 +1646,7 @@ "Now" "Rename group…" "More Agents" + "%1$s://%2$s%3$s" "openclaw nodes approve REQUEST_ID" "Pin" "thread list" diff --git a/apps/macos/Sources/OpenClaw/Resources/Localizable.xcstrings b/apps/macos/Sources/OpenClaw/Resources/Localizable.xcstrings index 494a50dab3aa..c7fb22985d3b 100644 --- a/apps/macos/Sources/OpenClaw/Resources/Localizable.xcstrings +++ b/apps/macos/Sources/OpenClaw/Resources/Localizable.xcstrings @@ -43657,142 +43657,6 @@ } } }, - "Discover OpenClaw gateways on your LAN": { - "localizations": { - "en": { - "stringUnit": { - "state": "translated", - "value": "Discover OpenClaw gateways on your LAN" - } - }, - "zh-CN": { - "stringUnit": { - "state": "translated", - "value": "在你的局域网上发现 OpenClaw Gateway" - } - }, - "zh-TW": { - "stringUnit": { - "state": "translated", - "value": "在您的 LAN 上探索 OpenClaw Gateway" - } - }, - "pt-BR": { - "stringUnit": { - "state": "translated", - "value": "Descobrir gateways OpenClaw na sua LAN" - } - }, - "de": { - "stringUnit": { - "state": "translated", - "value": "OpenClaw-Gateways in Ihrem LAN entdecken" - } - }, - "es": { - "stringUnit": { - "state": "translated", - "value": "Detectar gateways de OpenClaw en tu LAN" - } - }, - "ja-JP": { - "stringUnit": { - "state": "translated", - "value": "LAN 上の OpenClaw Gateway を検出" - } - }, - "ko": { - "stringUnit": { - "state": "translated", - "value": "LAN에서 OpenClaw Gateway 검색" - } - }, - "fr": { - "stringUnit": { - "state": "translated", - "value": "Découvrir les gateways OpenClaw sur votre LAN" - } - }, - "hi": { - "stringUnit": { - "state": "translated", - "value": "अपने LAN पर OpenClaw gateways खोजें" - } - }, - "ar": { - "stringUnit": { - "state": "translated", - "value": "اكتشف gateways الخاصة بـ OpenClaw على شبكة LAN لديك" - } - }, - "it": { - "stringUnit": { - "state": "translated", - "value": "Rileva i gateway OpenClaw nella tua LAN" - } - }, - "tr": { - "stringUnit": { - "state": "translated", - "value": "LAN'inizde OpenClaw gateway'lerini keşfedin" - } - }, - "uk": { - "stringUnit": { - "state": "translated", - "value": "Виявляти шлюзи OpenClaw у вашій LAN" - } - }, - "id": { - "stringUnit": { - "state": "translated", - "value": "Temukan gateway OpenClaw di LAN Anda" - } - }, - "pl": { - "stringUnit": { - "state": "translated", - "value": "Wykrywaj Gateway OpenClaw w swojej sieci LAN" - } - }, - "th": { - "stringUnit": { - "state": "translated", - "value": "ค้นหา Gateway ของ OpenClaw บน LAN ของคุณ" - } - }, - "vi": { - "stringUnit": { - "state": "translated", - "value": "Khám phá các gateway OpenClaw trên mạng LAN của bạn" - } - }, - "nl": { - "stringUnit": { - "state": "translated", - "value": "OpenClaw-gateways op je LAN ontdekken" - } - }, - "fa": { - "stringUnit": { - "state": "translated", - "value": "کشف gatewayهای OpenClaw در LAN شما" - } - }, - "ru": { - "stringUnit": { - "state": "translated", - "value": "Обнаруживать шлюзы OpenClaw в вашей локальной сети" - } - }, - "sv": { - "stringUnit": { - "state": "translated", - "value": "Upptäck OpenClaw-gateways i ditt LAN" - } - } - } - }, "Discover skills": { "localizations": { "en": {