diff --git a/src/components/proxy/provider-button.tsx b/src/components/proxy/provider-button.tsx index 5733a44..1d2e15d 100644 --- a/src/components/proxy/provider-button.tsx +++ b/src/components/proxy/provider-button.tsx @@ -69,7 +69,7 @@ export const ProviderButton = () => { sx={{ textTransform: "capitalize" }} onClick={() => setOpen(true)} > - {t("Provider")} + {t("Proxy Provider")} { handleUpdate(key, index)} sx={{ animation: updating[index] diff --git a/src/components/rule/provider-button.tsx b/src/components/rule/provider-button.tsx index a8f7f77..733fef3 100644 --- a/src/components/rule/provider-button.tsx +++ b/src/components/rule/provider-button.tsx @@ -67,7 +67,7 @@ export const ProviderButton = () => { sx={{ textTransform: "capitalize" }} onClick={() => setOpen(true)} > - {t("Provider")} + {t("Rule Provider")} { handleUpdate(key, index)} sx={{ animation: updating[index] diff --git a/src/locales/en.json b/src/locales/en.json index b6d7add..1813c3b 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -21,6 +21,9 @@ "Proxies": "Proxies", "Proxy Groups": "Proxy Groups", + "Proxy Provider": "Proxy Provider", + "Update All": "Update All", + "Update At": "Update At", "rule": "rule", "global": "global", "direct": "direct", @@ -68,6 +71,8 @@ "To End": "To End", "Connections": "Connections", + "Table View": "Table View", + "List View": "List View", "Close All": "Close All", "Default": "Default", "Download Speed": "Download Speed", @@ -86,8 +91,7 @@ "Close Connection": "Close Connection", "Rules": "Rules", - "Update All": "Update All", - "Update At": "Update At", + "Rule Provider": "Rule Provider", "Logs": "Logs", "Pause": "Pause", diff --git a/src/locales/fa.json b/src/locales/fa.json index 0d9cce6..8eba701 100644 --- a/src/locales/fa.json +++ b/src/locales/fa.json @@ -21,6 +21,9 @@ "Proxies": "پراکسی‌ها", "Proxy Groups": "گروه‌های پراکسی", + "Proxy Provider": "تأمین‌کننده پروکسی", + "Update All": "به‌روزرسانی همه", + "Update At": "به‌روزرسانی در", "rule": "قانون", "global": "جهانی", "direct": "مستقیم", @@ -68,6 +71,8 @@ "To End": "به پایان", "Connections": "اتصالات", + "Table View": "نمای جدولی", + "List View": "نمای لیستی", "Close All": "بستن همه", "Default": "پیش‌فرض", "Download Speed": "سرعت دانلود", @@ -86,8 +91,7 @@ "Close Connection": "بستن اتصال", "Rules": "قوانین", - "Update All": "به‌روزرسانی همه", - "Update At": "به‌روزرسانی در", + "Rule Provider": "تأمین‌کننده قانون", "Logs": "لاگ‌ها", "Pause": "توقف", diff --git a/src/locales/ru.json b/src/locales/ru.json index f0a56dd..982661e 100644 --- a/src/locales/ru.json +++ b/src/locales/ru.json @@ -21,6 +21,9 @@ "Proxies": "Прокси", "Proxy Groups": "Группы прокси", + "Proxy Provider": "Провайдер прокси", + "Update All": "Обновить все", + "Update At": "Обновлено в", "rule": "правила", "global": "глобальный", "direct": "прямой", @@ -68,6 +71,8 @@ "To End": "Вниз", "Connections": "Соединения", + "Table View": "Tablichnyy vid", + "List View": "Spiskovyy vid", "Close All": "Закрыть всё", "Default": "По умолчанию", "Download Speed": "Скорость загрузки", @@ -86,8 +91,7 @@ "Close Connection": "Закрыть соединение", "Rules": "Правила", - "Update All": "Обновить все", - "Update At": "Обновлено в", + "Rule Provider": "Провайдер правило", "Logs": "Логи", "Pause": "Пауза", diff --git a/src/locales/zh.json b/src/locales/zh.json index 5164ad4..8e37aa0 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -21,6 +21,9 @@ "Proxies": "代理", "Proxy Groups": "代理组", + "Proxy Provider": "代理集合", + "Update All": "更新全部", + "Update At": "更新于", "rule": "规则", "global": "全局", "direct": "直连", @@ -68,6 +71,8 @@ "To End": "移到末尾", "Connections": "连接", + "Table View": "表格视图", + "List View": "列表视图", "Close All": "关闭全部", "Default": "默认", "Download Speed": "下载速度", @@ -86,8 +91,7 @@ "Close Connection": "关闭连接", "Rules": "规则", - "Update All": "更新全部", - "Update At": "更新于", + "Rule Provider": "规则集合", "Logs": "日志", "Pause": "暂停", diff --git a/src/pages/connections.tsx b/src/pages/connections.tsx index a718cf8..ab3b5c7 100644 --- a/src/pages/connections.tsx +++ b/src/pages/connections.tsx @@ -143,9 +143,13 @@ const ConnectionsPage = () => { } > {isTableLayout ? ( - + + + ) : ( - + + + )}