From a5ad15f7c28d48d0c637f7bcc7cf1880eea40527 Mon Sep 17 00:00:00 2001 From: HiddifyOfficial <129010482+HiddifyOfficial@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:39:13 +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 7dd21ab2..b09df18c 100644 --- a/assets/translations/strings_en.i18n.json +++ b/assets/translations/strings_en.i18n.json @@ -399,7 +399,8 @@ "warpDetourModes": { "proxyOverWarp": "Detour Proxies Through WARP", "warpOverProxy": "Detour WARP Through Proxies", - "inbound": "Detour WARP Through Proxies" + "inbound": "Detour WARP Through Proxies", + "outbound": "Detour Proxies Through WARP" }, "warpLicenseKey": "License Key", "warpCleanIp": "Clean IP", diff --git a/assets/translations/strings_fa.i18n.json b/assets/translations/strings_fa.i18n.json index 42659c85..5b41f2e0 100644 --- a/assets/translations/strings_fa.i18n.json +++ b/assets/translations/strings_fa.i18n.json @@ -353,7 +353,7 @@ "warpNoise": "Noise", "warpDetourModes": { "inbound": "Detour WARP Through Proxies", - "outbound": "Detour proxies through WARP" + "outbound": "Detour Proxies Through WARP" } } }