This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
meshviewer/locale/en.json

99 lines
2.7 KiB
JSON

{
"node": {
"all": "All nodes",
"nodes": "Nodes",
"uptime": "Uptime",
"links": "Links",
"clients": "Clients",
"distance": "Distance",
"connectionType": "Connection type",
"tq": "Transmit quality",
"lastOnline": "online, last message %{time} (%{date})",
"lastOffline": "offline, last message %{time} (%{date})",
"activated": "activated (%{branch})",
"deactivated": "deactivated",
"status": "Status",
"firmware": "Firmware version",
"hardware": "Hardware model",
"visible": "Visible on the map",
"update": "Auto update",
"domain": "Domain",
"gateway": "Gateway",
"coordinates": "Coordinates",
"contact": "Contact",
"primaryMac": "Primary MAC",
"id": "Node ID",
"firstSeen": "First seen",
"systemLoad": "Load average",
"ram": "Memory usage",
"ipAddresses": "IP addresses",
"nexthop": "Nexthop",
"selectedGatewayIPv4": "Selected ipv4-gateway",
"selectedGatewayIPv6": "Selected ipv6-gateway",
"link": "Link |||| Links",
"node": "Node |||| Nodes",
"new": "New nodes",
"missing": "Disappeared nodes"
},
"location": {
"location": "Location",
"latitude": "Latitude",
"longitude": "Longitude",
"copy": "Copy"
},
"sidebar": {
"nodeFilter": "Node filter",
"nodes": "%{total} nodes, including %{online} nodes online",
"clients": "with %{smart_count} client |||| with %{smart_count} clients",
"gateway": "on %{smart_count} gateway |||| on %{smart_count} gateways",
"lastUpdate": "Last update",
"nodeNew": "new",
"nodeOnline": "online",
"nodeOffline": "offline",
"aboutInfo": "<h2>About Meshviewer</h2> <p>You can zoom in with double-click and zoom out with shift+double-click</p>",
"actual": "Current",
"stats": "Statistics",
"about": "About",
"toggle": "Toggle Sidebar"
},
"button": {
"switchView": "Switch view",
"location": "Pick coordinates",
"tracking": "Localisation",
"fullscreen": "Toggle fullscreen"
},
"momentjs": {
"calendar": {
"sameDay": "[Today at] LT",
"nextDay": "[Tomorrow at] LT",
"nextWeek": "dddd [at] LT",
"lastDay": "[Yesterday at] LT",
"lastWeek": "[Last] dddd [at] LT",
"sameElse": "L"
},
"relativeTime": {
"future": "in %s",
"past": "%s ago",
"s": "a few seconds",
"m": "a minute",
"mm": "%d minutes",
"h": "an hour",
"hh": "%d hours",
"d": "a day",
"dd": "%d days",
"M": "a month",
"MM": "%d months",
"y": "a year",
"yy": "%d years"
}
},
"yes": "yes",
"no": "no",
"unknown": "unknown",
"others": "other",
"none": "none",
"remove": "remove",
"close": "close",
"loading": "%{name} graph (is generated)"
}