diff --git a/src/renderer/src/locales/en-US.json b/src/renderer/src/locales/en-US.json index 0de99ca..2762830 100644 --- a/src/renderer/src/locales/en-US.json +++ b/src/renderer/src/locales/en-US.json @@ -19,6 +19,7 @@ "common.prev": "Previous", "common.done": "Done", "common.notification.restartRequired": "Restart required for changes to take effect", + "common.notification.systemProxyEnabled": "System proxy enabled", "common.notification.systemProxyDisabled": "System proxy disabled", "common.notification.tunEnabled": "TUN enabled", "common.notification.tunDisabled": "TUN disabled", diff --git a/src/renderer/src/locales/fa-IR.json b/src/renderer/src/locales/fa-IR.json index 7f2ea56..7c4e8bd 100644 --- a/src/renderer/src/locales/fa-IR.json +++ b/src/renderer/src/locales/fa-IR.json @@ -19,6 +19,7 @@ "common.prev": "قبلی", "common.done": "انجام شد", "common.notification.restartRequired": "برای اعمال تغییرات نیاز به راه‌اندازی مجدد است", + "common.notification.systemProxyEnabled": "پراکسی سیستم فعال شد", "common.notification.systemProxyDisabled": "پراکسی سیستم غیرفعال شد", "common.notification.tunEnabled": "TUN فعال شد", "common.notification.tunDisabled": "TUN غیرفعال شد", diff --git a/src/renderer/src/locales/ru-RU.json b/src/renderer/src/locales/ru-RU.json index d87f0b6..74af269 100644 --- a/src/renderer/src/locales/ru-RU.json +++ b/src/renderer/src/locales/ru-RU.json @@ -19,6 +19,7 @@ "common.prev": "Назад", "common.done": "Готово", "common.notification.restartRequired": "Требуется перезапуск для применения изменений", + "common.notification.systemProxyEnabled": "Системный прокси включен", "common.notification.systemProxyDisabled": "Системный прокси отключен", "common.notification.tunEnabled": "TUN включен", "common.notification.tunDisabled": "TUN отключен", diff --git a/src/renderer/src/locales/zh-CN.json b/src/renderer/src/locales/zh-CN.json index 06bb987..d3ce34a 100644 --- a/src/renderer/src/locales/zh-CN.json +++ b/src/renderer/src/locales/zh-CN.json @@ -19,6 +19,7 @@ "common.prev": "上一步", "common.done": "完成", "common.notification.restartRequired": "需要重启应用以使更改生效", + "common.notification.systemProxyEnabled": "系统代理已启用", "common.notification.systemProxyDisabled": "系统代理已关闭", "common.notification.tunEnabled": "TUN 已启用", "common.notification.tunDisabled": "TUN 已关闭",