[TASK] Update languages, add russian

This commit is contained in:
Xaver Maierhofer 2017-02-19 17:54:02 +01:00
parent 0afd615466
commit 57e06a0c59
No known key found for this signature in database
GPG Key ID: 7FDCE23FD2EC9FE8
6 changed files with 95 additions and 5 deletions

View File

@ -14,7 +14,7 @@ _Some similar features might have been implemented/merged_
- Zoom level for a node (`nodeZoom`) - Zoom level 22 available, but it is to close for a click
- Formatted Code
- Translation support - https://crowdin.com/project/meshviewer - Contact us for new languages
- Currently available: en, de & fr
- Currently available: en, de, fr & ru
- Grunt inline for some css and js - less requests
- Icon font with needed icons only
- Grunt upgraded to v1.x (Tested with Node.js 4/6 LTS, 7 on Linux, 7 OSX & W**)

View File

@ -125,7 +125,8 @@
"supportedLocale": [
"en",
"de",
"fr"
"fr",
"ru"
],
"cacheBreaker": "y0z"
}

View File

@ -6,7 +6,7 @@
"links": "Verbindungen",
"clients": "Nutzer",
"distance": "Entfernung",
"tq": "TQ",
"tq": "Übertragungsqualität",
"lastOnline": "online, letzte Nachricht %{time} (%{date})",
"lastOffline": "offline, letzte Nachricht %{time} (%{date})",
"activated": "aktiviert (%{branch})",

View File

@ -6,7 +6,7 @@
"links": "Links",
"clients": "Clients",
"distance": "Distance",
"tq": "TQ",
"tq": "Transmit quality",
"lastOnline": "online, last message %{time} (%{date})",
"lastOffline": "offline, last message %{time} (%{date})",
"activated": "activated (%{branch})",

View File

@ -6,7 +6,7 @@
"links": "Connexion",
"clients": "Clients",
"distance": "Distance",
"tq": "TQ",
"tq": "Qualité de transmission",
"lastOnline": "en ligne, dernier message %{time} (%{date})",
"lastOffline": "hors ligne, dernier message %{time} (%{date})",
"activated": "activé (%{branch})",

89
locale/ru.json Normal file
View File

@ -0,0 +1,89 @@
{
"node": {
"all": "Все узлы",
"nodes": "Узлы",
"uptime": "Время работы",
"links": "Ссылки",
"clients": "Клиенты",
"distance": "Расстояние",
"tq": "Транспорт качество",
"lastOnline": "в сети, последнее сообщение %{time} (%{date})",
"lastOffline": "не в сети, последнее сообщение %{time} (%{date})",
"activated": "активировано (%{branch})",
"deactivated": "деактивировано",
"status": "Статус",
"firmware": "Версия прошивки",
"hardware": "Тип оборудования",
"visible": "Видно на карте",
"update": "Автообновление",
"site": "Сайт",
"gateway": "Шлюз",
"coordinates": "Координаты",
"contact": "Контакты",
"primaryMac": "Основной MAC",
"id": "Идентификатор узла",
"firstSeen": "Впервые замечен",
"systemLoad": "Средняя загрузка",
"ram": "Используемая память",
"ipAddresses": "IP адреса",
"selectedGateway": "Выбранный шлюз",
"link": "Ссылка |||| Ссылки",
"node": "Узел |||| Узлы",
"new": "Новые узлы",
"missing": "Исчезнувшие узлы"
},
"location": {
"location": "Расположение",
"latitude": "Широта",
"longitude": "Долгота",
"copy": "Копировать"
},
"sidebar": {
"nodeFilter": "Фильтр узлов",
"nodes": "%{total} узлов, включая %{online} узлов онлайн",
"clients": "с %{smart_count} клиентом |||| с %{smart_count} клиентами",
"gateway": "на %{smart_count} шлюзе |||| на %{smart_count} шлюзах",
"lastUpdate": "Последние обновления",
"nodeNew": "Узел новый",
"nodeOnline": "Узел в сети",
"nodeOffline": "Узел не в сети",
"aboutInfo": "<h2>О Meshviewer</h2> <p>Вы можете увеличить масштаб двойным щелчком мыши и уменьшить с shift + двойной щелчок</p>",
"actual": "Текущее",
"stats": "Статистика",
"about": "О продукте"
},
"button": {
"switchView": "Переключить вид",
"location": "Взять координаты",
"tracking": "Локализация"
},
"momentjs": {
"calendar": {
"sameDay": "[Сегодня в] LT",
"nextDay": "[Завтра в] LT",
"nextWeek": "dddd [в] LT",
"lastDay": "[Вчера в] LT",
"lastWeek": "[Последний] dddd [в] LT",
"sameElse": "L"
},
"relativeTime": {
"future": "в %s",
"past": "%s назад",
"s": "несколько секунд",
"m": "минута",
"mm": "%d минут",
"h": "час",
"hh": "%d часов",
"d": "день",
"dd": "%d дней",
"M": "месяц",
"MM": "%d месяцев",
"y": "год",
"yy": "%d лет"
}
},
"yes": "да",
"no": "нет",
"unknown": "неизвестно",
"none": "нет"
}