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.2 KiB
63 lines
1.2 KiB
{
|
|
"nodeDetail": {
|
|
"publicKeyEnabled": {
|
|
"label": "Public Key Enabled"
|
|
},
|
|
"noPublicKey": {
|
|
"label": "No Public Key"
|
|
},
|
|
"directMessage": {
|
|
"label": "Direct Message {{shortName}}"
|
|
},
|
|
"favorite": {
|
|
"label": "Kedvenc",
|
|
"tooltip": "Add or remove this node from your favorites"
|
|
},
|
|
"notFavorite": {
|
|
"label": "Not a Favorite"
|
|
},
|
|
"error": {
|
|
"label": "Hiba",
|
|
"text": "An error occurred while fetching node details. Please try again later."
|
|
},
|
|
"status": {
|
|
"heard": "Heard",
|
|
"mqtt": "MQTT"
|
|
},
|
|
"elevation": {
|
|
"label": "Elevation"
|
|
},
|
|
"channelUtil": {
|
|
"label": "Channel Util"
|
|
},
|
|
"airtimeUtil": {
|
|
"label": "Airtime Util"
|
|
}
|
|
},
|
|
"nodesTable": {
|
|
"headings": {
|
|
"longName": "Long Name",
|
|
"connection": "Kapcsolat",
|
|
"lastHeard": "Last Heard",
|
|
"encryption": "Encryption",
|
|
"model": "Model",
|
|
"macAddress": "MAC Address"
|
|
},
|
|
"connectionStatus": {
|
|
"direct": "Közvetlen",
|
|
"away": "away",
|
|
"unknown": "-",
|
|
"viaMqtt": ", via MQTT"
|
|
},
|
|
"lastHeardStatus": {
|
|
"never": "Never"
|
|
}
|
|
},
|
|
"actions": {
|
|
"added": "Added",
|
|
"removed": "Removed",
|
|
"ignoreNode": "Ignore Node",
|
|
"unignoreNode": "Unignore Node",
|
|
"requestPosition": "Request Position"
|
|
}
|
|
}
|
|
|