88906f238b
This new status page is significantly smaller than the old one. It always loads its resources from the same host as the page itself, not requiring cross-origin requests anymore. It also uses the common i18n infrastructure of gluon-web. Fixes #914
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
THe previous version of the status page had a Russian translation;
|
||
if we ever add Russion to gluon-web, the following strings can be reused:
|
||
|
||
"Node": "Узел",
|
||
"Distance": "Дальность",
|
||
"Inactive": "Не активен",
|
||
"Node name": "Имя узла",
|
||
"Contact": "Контакт",
|
||
"Model": "Модель",
|
||
"Primary MAC": "Основной MAC",
|
||
"IP Address": "IP Адрес",
|
||
"Automatic updates": "Автоматические обновления",
|
||
"Overview": "Обзор",
|
||
"used": "используется",
|
||
"Uptime": "Время работы",
|
||
"Load average": "Загрузка системы",
|
||
"Gateway": "Шлюз",
|
||
"Clients": "Клиенты",
|
||
"Transmitted": "Передано",
|
||
"Received": "Получено",
|
||
"Forwarded": "Переправленно",
|
||
"Day": "День",
|
||
"Days": "Дней",
|
||
"connected": "подключено",
|
||
"not connected": "не подключено",
|
||
"Packets/s": "Пакетов/c",
|
||
"Statistic": "Статистика",
|
||
"Traffic": "Трафик",
|
||
"Neighbors": "Соседи",
|
||
"Firmware": "Прошивка",
|
||
"Branch": "Ветка"
|