fix(i18n): remove duplicate subscription.servers string key

The key existed as both a string and an object in subscription
section, causing i18next to return an object instead of a string.
Removed the redundant string — serversLabel is used for plain text,
plural suffixes (_one/_few/_many/_other) handle counted usage.
This commit is contained in:
c0mrade
2026-01-27 22:34:05 +03:00
parent c990c84223
commit ff7e4d42a0
4 changed files with 0 additions and 4 deletions

View File

@@ -151,7 +151,6 @@
"devices": "Devices",
"devices_one": "{{count}} device",
"devices_other": "{{count}} devices",
"servers": "Servers",
"serversLabel": "Servers",
"servers_one": "{{count}} server",
"servers_other": "{{count}} servers",

View File

@@ -148,7 +148,6 @@
"extraDevicesIncluded": "شامل {{count}} دستگاه اضافی",
"extraDevicesIncluded_other": "شامل {{count}} دستگاه اضافی",
"baseTariff": "تعرفه",
"servers": "سرورها",
"serversLabel": "سرورها",
"servers_other": "{{count}} سرور",
"traffic": "ترافیک",

View File

@@ -165,7 +165,6 @@
"devices_one": "{{count}} устройство",
"devices_few": "{{count}} устройства",
"devices_many": "{{count}} устройств",
"servers": "Серверы",
"serversLabel": "Серверы",
"servers_one": "{{count}} сервер",
"servers_few": "{{count}} сервера",

View File

@@ -148,7 +148,6 @@
"extraDevicesIncluded": "含 {{count}} 个额外设备",
"extraDevicesIncluded_other": "含 {{count}} 个额外设备",
"baseTariff": "套餐",
"servers": "服务器",
"serversLabel": "服务器",
"servers_other": "{{count}} 个服务器",
"traffic": "流量",