From 8a0ff740e1afbb3bb8301dc5d0efc1c37e4380a5 Mon Sep 17 00:00:00 2001 From: Egor Date: Sun, 1 Feb 2026 17:20:27 +0300 Subject: [PATCH] Add files via upload --- src/locales/en.json | 10 ++++++++++ src/locales/ru.json | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/src/locales/en.json b/src/locales/en.json index 2ec1b8c..95ce627 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -397,6 +397,16 @@ "devicesUnavailable": "Device purchase is not available", "devicesUnit": "devices", "buy": "Buy", + "reduceDevices": "Reduce devices", + "reduceDevicesTitle": "Reduce device limit", + "reduceDevicesDescription": "You can reduce the number of devices to the tariff minimum", + "minDeviceLimit": "Tariff minimum: {{count}} devices", + "connectedDevices": "Connected devices: {{count}}", + "disconnectDevicesFirst": "Disconnect devices first to reduce the limit below {{count}}", + "reduceUnavailable": "Device reduction is not available", + "reduce": "Reduce", + "reducing": "Reducing...", + "newDeviceLimit": "New limit: {{count}} devices", "buyTraffic": "Buy more traffic", "currentTrafficLimit": "Current limit: {{limit}} GB (used {{used}} GB)", "buyTrafficTitle": "Buy more traffic", diff --git a/src/locales/ru.json b/src/locales/ru.json index 881019a..7f2f016 100644 --- a/src/locales/ru.json +++ b/src/locales/ru.json @@ -419,6 +419,16 @@ "devicesUnavailable": "Докупка устройств недоступна", "devicesUnit": "устройств", "buy": "Купить", + "reduceDevices": "Уменьшить устройства", + "reduceDevicesTitle": "Уменьшить лимит устройств", + "reduceDevicesDescription": "Вы можете уменьшить количество устройств до минимального на тарифе", + "minDeviceLimit": "Минимум на тарифе: {{count}} устройств", + "connectedDevices": "Подключено устройств: {{count}}", + "disconnectDevicesFirst": "Сначала отключите устройства, чтобы уменьшить лимит ниже {{count}}", + "reduceUnavailable": "Уменьшение устройств недоступно", + "reduce": "Уменьшить", + "reducing": "Уменьшение...", + "newDeviceLimit": "Новый лимит: {{count}} устройств", "buyTraffic": "Докупить трафик", "currentTrafficLimit": "Текущий лимит: {{limit}} ГБ (использовано {{used}} ГБ)", "buyTrafficTitle": "Докупить трафик",