You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.5 KiB
63 lines
1.5 KiB
{
|
|
"nodeDetail": {
|
|
"publicKeyEnabled": {
|
|
"label": "Публичният ключ е активиран"
|
|
},
|
|
"noPublicKey": {
|
|
"label": "Няма публичен ключ"
|
|
},
|
|
"directMessage": {
|
|
"label": "Директно съобщение {{shortName}}"
|
|
},
|
|
"favorite": {
|
|
"label": "Любим",
|
|
"tooltip": "Добавяне или премахване на този възел от любимите ви"
|
|
},
|
|
"notFavorite": {
|
|
"label": "Не е любим"
|
|
},
|
|
"error": {
|
|
"label": "Грешка",
|
|
"text": "Възникна грешка при извличането на подробности за възела. Моля, опитайте отново по-късно."
|
|
},
|
|
"status": {
|
|
"heard": "Heard",
|
|
"mqtt": "MQTT"
|
|
},
|
|
"elevation": {
|
|
"label": "Elevation"
|
|
},
|
|
"channelUtil": {
|
|
"label": "Channel Util"
|
|
},
|
|
"airtimeUtil": {
|
|
"label": "Airtime Util"
|
|
}
|
|
},
|
|
"nodesTable": {
|
|
"headings": {
|
|
"longName": "Дълго име",
|
|
"connection": "Connection",
|
|
"lastHeard": "Последно чут",
|
|
"encryption": "Криптиране",
|
|
"model": "Модел",
|
|
"macAddress": "MAC адрес"
|
|
},
|
|
"connectionStatus": {
|
|
"direct": "Direct",
|
|
"away": "away",
|
|
"unknown": "-",
|
|
"viaMqtt": ", чрез MQTT"
|
|
},
|
|
"lastHeardStatus": {
|
|
"never": "Никога"
|
|
}
|
|
},
|
|
"actions": {
|
|
"added": "Добавен",
|
|
"removed": "Премахнат",
|
|
"ignoreNode": "Ignore Node",
|
|
"unignoreNode": "Unignore Node",
|
|
"requestPosition": "Request Position"
|
|
}
|
|
}
|
|
|