From 53375bb5366bde18610e760b7a50b880ab5c83c2 Mon Sep 17 00:00:00 2001 From: MystiPanda Date: Wed, 17 Jan 2024 11:30:19 +0800 Subject: [PATCH] chore: Update I18n --- src/locales/en.json | 7 +++++++ src/locales/ru.json | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/src/locales/en.json b/src/locales/en.json index 7ed7293a..419af9cd 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1,5 +1,6 @@ { "Label-Proxies": "Proxies", + "Label-Test": "Test", "Label-Profiles": "Profiles", "Label-Connections": "Connections", "Label-Logs": "Logs", @@ -11,11 +12,17 @@ "Clear": "Clear", "Proxies": "Proxies", "Proxy Groups": "Proxy Groups", + "Test": "Test", "rule": "rule", "global": "global", "direct": "direct", "script": "script", + "Edit": "Edit", + "Icon": "Icon", + "Test URL": "Test URL", + "Test All": "Test All", + "Profiles": "Profiles", "Profile URL": "Profile URL", "Import": "Import", diff --git a/src/locales/ru.json b/src/locales/ru.json index 570349ed..698410d7 100644 --- a/src/locales/ru.json +++ b/src/locales/ru.json @@ -1,5 +1,6 @@ { "Label-Proxies": "Прокси", + "Label-Test": "Тест", "Label-Profiles": "Профили", "Label-Connections": "Соединения", "Label-Logs": "Логи", @@ -10,12 +11,18 @@ "Logs": "Логи", "Clear": "Очистить", "Proxies": "Прокси", + "Test": "Тест", "Proxy Groups": "Группы прокси", "rule": "правила", "global": "глобальный", "direct": "прямой", "script": "скриптовый", + "Edit": "Редактировать", + "Icon": "Икона", + "Test URL": "Тестовый URL", + "Test All": "Тест Все", + "Profiles": "Профили", "Profile URL": "URL профиля", "Import": "Импорт",