From 5b948d5e9865a2ccbd108088d32b4648a95744f3 Mon Sep 17 00:00:00 2001 From: HiddifyOfficial <129010482+HiddifyOfficial@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:38:52 +0330 Subject: [PATCH] inlang: update translations --- assets/translations/strings_en.i18n.json | 3 ++- assets/translations/strings_fa.i18n.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/translations/strings_en.i18n.json b/assets/translations/strings_en.i18n.json index 4da28b59..7dd21ab2 100644 --- a/assets/translations/strings_en.i18n.json +++ b/assets/translations/strings_en.i18n.json @@ -398,7 +398,8 @@ "warpDetourMode": "Detour Mode", "warpDetourModes": { "proxyOverWarp": "Detour Proxies Through WARP", - "warpOverProxy": "Detour WARP Through Proxies" + "warpOverProxy": "Detour WARP Through Proxies", + "inbound": "Detour WARP Through Proxies" }, "warpLicenseKey": "License Key", "warpCleanIp": "Clean IP", diff --git a/assets/translations/strings_fa.i18n.json b/assets/translations/strings_fa.i18n.json index f357348a..42659c85 100644 --- a/assets/translations/strings_fa.i18n.json +++ b/assets/translations/strings_fa.i18n.json @@ -352,7 +352,7 @@ "warpPort": "Port", "warpNoise": "Noise", "warpDetourModes": { - "inbound": "Detour WARP through proxies", + "inbound": "Detour WARP Through Proxies", "outbound": "Detour proxies through WARP" } }