New translations common.json (Hindi)
This commit is contained in:
parent
98506e09f4
commit
e7df6bce95
@ -1,9 +1,22 @@
|
|||||||
{
|
{
|
||||||
|
"common": {
|
||||||
|
"bytes": "{{value, bytes}}",
|
||||||
|
"bits": "{{value, bytes(bits: true)}}",
|
||||||
|
"bbytes": "{{value, bytes(binary: true)}}",
|
||||||
|
"bbits": "{{value, bytes(bits: true; binary: true)}}",
|
||||||
|
"byterate": "{{value, rate(bits: false)}}",
|
||||||
|
"bibyterate": "{{value, rate(bits: false; binary: true)}}",
|
||||||
|
"bitrate": "{{value, rate(bits: true)}}",
|
||||||
|
"bibitrate": "{{value, rate(bits: true; binary: true)}}",
|
||||||
|
"percent": "{{value, percent}}",
|
||||||
|
"number": "{{value, number}}",
|
||||||
|
"ms": "{{value, number}}"
|
||||||
|
},
|
||||||
"widget": {
|
"widget": {
|
||||||
"missing_type": "Missing Widget Type: {{type}}",
|
"missing_type": "Missing Widget Type: {{type}}",
|
||||||
"api_error": "API Error",
|
"api_error": "API Error",
|
||||||
"status": "Status",
|
|
||||||
"information": "Information",
|
"information": "Information",
|
||||||
|
"status": "Status",
|
||||||
"url": "URL",
|
"url": "URL",
|
||||||
"raw_error": "Raw Error",
|
"raw_error": "Raw Error",
|
||||||
"response_data": "Response Data"
|
"response_data": "Response Data"
|
||||||
@ -14,50 +27,16 @@
|
|||||||
"updating": "Updating",
|
"updating": "Updating",
|
||||||
"wait": "Please wait"
|
"wait": "Please wait"
|
||||||
},
|
},
|
||||||
"readarr": {
|
|
||||||
"queued": "Queued",
|
|
||||||
"books": "Books",
|
|
||||||
"wanted": "Wanted"
|
|
||||||
},
|
|
||||||
"bazarr": {
|
|
||||||
"missingEpisodes": "Missing Episodes",
|
|
||||||
"missingMovies": "Missing Movies"
|
|
||||||
},
|
|
||||||
"ombi": {
|
|
||||||
"pending": "Pending",
|
|
||||||
"approved": "Approved",
|
|
||||||
"available": "Available"
|
|
||||||
},
|
|
||||||
"jellyseerr": {
|
|
||||||
"pending": "Pending",
|
|
||||||
"approved": "Approved",
|
|
||||||
"available": "Available"
|
|
||||||
},
|
|
||||||
"traefik": {
|
|
||||||
"services": "Services",
|
|
||||||
"middleware": "Middleware",
|
|
||||||
"routers": "Routers"
|
|
||||||
},
|
|
||||||
"mastodon": {
|
|
||||||
"domain_count": "Domains",
|
|
||||||
"user_count": "Users",
|
|
||||||
"status_count": "Posts"
|
|
||||||
},
|
|
||||||
"authentik": {
|
|
||||||
"users": "Users",
|
|
||||||
"loginsLast24H": "Logins (24h)",
|
|
||||||
"failedLoginsLast24H": "Failed Logins (24h)"
|
|
||||||
},
|
|
||||||
"search": {
|
"search": {
|
||||||
"placeholder": "Search…"
|
"placeholder": "Search…"
|
||||||
},
|
},
|
||||||
"resources": {
|
"resources": {
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
|
"mem": "MEM",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"free": "Free",
|
"free": "Free",
|
||||||
"used": "Used",
|
"used": "Used",
|
||||||
"load": "Load",
|
"load": "Load",
|
||||||
"mem": "MEM",
|
|
||||||
"temp": "TEMP",
|
"temp": "TEMP",
|
||||||
"max": "Max",
|
"max": "Max",
|
||||||
"uptime": "UP",
|
"uptime": "UP",
|
||||||
@ -88,16 +67,31 @@
|
|||||||
"tx": "TX",
|
"tx": "TX",
|
||||||
"mem": "MEM",
|
"mem": "MEM",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
|
"running": "Running",
|
||||||
"offline": "Offline",
|
"offline": "Offline",
|
||||||
"error": "Error",
|
"error": "Error",
|
||||||
"unknown": "Unknown",
|
"unknown": "Unknown",
|
||||||
"running": "Running",
|
"healthy": "Healthy",
|
||||||
"starting": "Starting",
|
"starting": "Starting",
|
||||||
"unhealthy": "Unhealthy",
|
"unhealthy": "Unhealthy",
|
||||||
"not_found": "Not Found",
|
"not_found": "Not Found",
|
||||||
"exited": "Exited",
|
"exited": "Exited",
|
||||||
"partial": "Partial",
|
"partial": "Partial"
|
||||||
"healthy": "Healthy"
|
},
|
||||||
|
"ping": {
|
||||||
|
"error": "Error",
|
||||||
|
"ping": "Ping",
|
||||||
|
"down": "Down",
|
||||||
|
"up": "Up",
|
||||||
|
"not_available": "Not Available"
|
||||||
|
},
|
||||||
|
"siteMonitor": {
|
||||||
|
"http_status": "HTTP status",
|
||||||
|
"error": "Error",
|
||||||
|
"response": "Response",
|
||||||
|
"down": "Down",
|
||||||
|
"up": "Up",
|
||||||
|
"not_available": "Not Available"
|
||||||
},
|
},
|
||||||
"emby": {
|
"emby": {
|
||||||
"playing": "Playing",
|
"playing": "Playing",
|
||||||
@ -109,10 +103,39 @@
|
|||||||
"episodes": "Episodes",
|
"episodes": "Episodes",
|
||||||
"songs": "Songs"
|
"songs": "Songs"
|
||||||
},
|
},
|
||||||
|
"evcc": {
|
||||||
|
"pv_power": "Production",
|
||||||
|
"battery_soc": "Battery",
|
||||||
|
"grid_power": "Grid",
|
||||||
|
"home_power": "Consumption",
|
||||||
|
"charge_power": "Charger",
|
||||||
|
"watt_hour": "Wh"
|
||||||
|
},
|
||||||
|
"flood": {
|
||||||
|
"download": "Download",
|
||||||
|
"upload": "Upload",
|
||||||
|
"leech": "Leech",
|
||||||
|
"seed": "Seed"
|
||||||
|
},
|
||||||
|
"freshrss": {
|
||||||
|
"subscriptions": "Subscriptions",
|
||||||
|
"unread": "Unread"
|
||||||
|
},
|
||||||
|
"caddy": {
|
||||||
|
"upstreams": "Upstreams",
|
||||||
|
"requests": "Current requests",
|
||||||
|
"requests_failed": "Failed requests"
|
||||||
|
},
|
||||||
"changedetectionio": {
|
"changedetectionio": {
|
||||||
"totalObserved": "Total Observed",
|
"totalObserved": "Total Observed",
|
||||||
"diffsDetected": "Diffs Detected"
|
"diffsDetected": "Diffs Detected"
|
||||||
},
|
},
|
||||||
|
"channelsdvrserver": {
|
||||||
|
"shows": "Shows",
|
||||||
|
"recordings": "Recordings",
|
||||||
|
"scheduled": "Scheduled",
|
||||||
|
"passes": "Passes"
|
||||||
|
},
|
||||||
"tautulli": {
|
"tautulli": {
|
||||||
"playing": "Playing",
|
"playing": "Playing",
|
||||||
"transcoding": "Transcoding",
|
"transcoding": "Transcoding",
|
||||||
@ -120,6 +143,13 @@
|
|||||||
"no_active": "No Active Streams",
|
"no_active": "No Active Streams",
|
||||||
"plex_connection_error": "Check Plex Connection"
|
"plex_connection_error": "Check Plex Connection"
|
||||||
},
|
},
|
||||||
|
"omada": {
|
||||||
|
"connectedAp": "Connected APs",
|
||||||
|
"activeUser": "Active devices",
|
||||||
|
"alerts": "Alerts",
|
||||||
|
"connectedGateway": "Connected gateways",
|
||||||
|
"connectedSwitches": "Connected switches"
|
||||||
|
},
|
||||||
"nzbget": {
|
"nzbget": {
|
||||||
"rate": "Rate",
|
"rate": "Rate",
|
||||||
"remaining": "Remaining",
|
"remaining": "Remaining",
|
||||||
@ -127,9 +157,9 @@
|
|||||||
},
|
},
|
||||||
"plex": {
|
"plex": {
|
||||||
"streams": "Active Streams",
|
"streams": "Active Streams",
|
||||||
|
"albums": "Albums",
|
||||||
"movies": "Movies",
|
"movies": "Movies",
|
||||||
"tv": "TV Shows",
|
"tv": "TV Shows"
|
||||||
"albums": "Albums"
|
|
||||||
},
|
},
|
||||||
"sabnzbd": {
|
"sabnzbd": {
|
||||||
"rate": "Rate",
|
"rate": "Rate",
|
||||||
@ -153,6 +183,26 @@
|
|||||||
"leech": "Leech",
|
"leech": "Leech",
|
||||||
"seed": "Seed"
|
"seed": "Seed"
|
||||||
},
|
},
|
||||||
|
"qnap": {
|
||||||
|
"cpuUsage": "CPU Usage",
|
||||||
|
"memUsage": "MEM Usage",
|
||||||
|
"systemTempC": "System Temp",
|
||||||
|
"poolUsage": "Pool Usage",
|
||||||
|
"volumeUsage": "Volume Usage",
|
||||||
|
"invalid": "Invalid"
|
||||||
|
},
|
||||||
|
"deluge": {
|
||||||
|
"download": "Download",
|
||||||
|
"upload": "Upload",
|
||||||
|
"leech": "Leech",
|
||||||
|
"seed": "Seed"
|
||||||
|
},
|
||||||
|
"downloadstation": {
|
||||||
|
"download": "Download",
|
||||||
|
"upload": "Upload",
|
||||||
|
"leech": "Leech",
|
||||||
|
"seed": "Seed"
|
||||||
|
},
|
||||||
"sonarr": {
|
"sonarr": {
|
||||||
"wanted": "Wanted",
|
"wanted": "Wanted",
|
||||||
"queued": "Queued",
|
"queued": "Queued",
|
||||||
@ -173,17 +223,42 @@
|
|||||||
"queued": "Queued",
|
"queued": "Queued",
|
||||||
"artists": "Artists"
|
"artists": "Artists"
|
||||||
},
|
},
|
||||||
"overseerr": {
|
"readarr": {
|
||||||
|
"wanted": "Wanted",
|
||||||
|
"queued": "Queued",
|
||||||
|
"books": "Books"
|
||||||
|
},
|
||||||
|
"bazarr": {
|
||||||
|
"missingEpisodes": "Missing Episodes",
|
||||||
|
"missingMovies": "Missing Movies"
|
||||||
|
},
|
||||||
|
"ombi": {
|
||||||
"pending": "Pending",
|
"pending": "Pending",
|
||||||
"approved": "Approved",
|
"approved": "Approved",
|
||||||
"available": "Available",
|
"available": "Available"
|
||||||
"processing": "Processing"
|
},
|
||||||
|
"jellyseerr": {
|
||||||
|
"pending": "Pending",
|
||||||
|
"approved": "Approved",
|
||||||
|
"available": "Available"
|
||||||
|
},
|
||||||
|
"overseerr": {
|
||||||
|
"pending": "Pending",
|
||||||
|
"processing": "Processing",
|
||||||
|
"approved": "Approved",
|
||||||
|
"available": "Available"
|
||||||
|
},
|
||||||
|
"pialert": {
|
||||||
|
"total": "Total",
|
||||||
|
"connected": "Connected",
|
||||||
|
"new_devices": "New Devices",
|
||||||
|
"down_alerts": "Down Alerts"
|
||||||
},
|
},
|
||||||
"pihole": {
|
"pihole": {
|
||||||
"queries": "Queries",
|
"queries": "Queries",
|
||||||
"blocked": "Blocked",
|
"blocked": "Blocked",
|
||||||
"gravity": "Gravity",
|
"blocked_percent": "Blocked %",
|
||||||
"blocked_percent": "Blocked %"
|
"gravity": "Gravity"
|
||||||
},
|
},
|
||||||
"adguard": {
|
"adguard": {
|
||||||
"queries": "Queries",
|
"queries": "Queries",
|
||||||
@ -201,6 +276,31 @@
|
|||||||
"stopped": "Stopped",
|
"stopped": "Stopped",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
|
"tailscale": {
|
||||||
|
"address": "Address",
|
||||||
|
"expires": "Expires",
|
||||||
|
"never": "Never",
|
||||||
|
"last_seen": "Last Seen",
|
||||||
|
"now": "Now",
|
||||||
|
"years": "{{number}}y",
|
||||||
|
"weeks": "{{number}}w",
|
||||||
|
"days": "{{number}}d",
|
||||||
|
"hours": "{{number}}h",
|
||||||
|
"minutes": "{{number}}m",
|
||||||
|
"seconds": "{{number}}s",
|
||||||
|
"ago": "{{value}} Ago"
|
||||||
|
},
|
||||||
|
"tdarr": {
|
||||||
|
"queue": "Queue",
|
||||||
|
"processed": "Processed",
|
||||||
|
"errored": "Errored",
|
||||||
|
"saved": "Saved"
|
||||||
|
},
|
||||||
|
"traefik": {
|
||||||
|
"routers": "Routers",
|
||||||
|
"services": "Services",
|
||||||
|
"middleware": "Middleware"
|
||||||
|
},
|
||||||
"navidrome": {
|
"navidrome": {
|
||||||
"nothing_streaming": "No Active Streams",
|
"nothing_streaming": "No Active Streams",
|
||||||
"please_wait": "Please Wait"
|
"please_wait": "Please Wait"
|
||||||
@ -239,6 +339,32 @@
|
|||||||
"dataRelayed": "Relayed",
|
"dataRelayed": "Relayed",
|
||||||
"transferRate": "Rate"
|
"transferRate": "Rate"
|
||||||
},
|
},
|
||||||
|
"mastodon": {
|
||||||
|
"user_count": "Users",
|
||||||
|
"status_count": "Posts",
|
||||||
|
"domain_count": "Domains"
|
||||||
|
},
|
||||||
|
"medusa": {
|
||||||
|
"wanted": "Wanted",
|
||||||
|
"queued": "Queued",
|
||||||
|
"series": "Series"
|
||||||
|
},
|
||||||
|
"minecraft": {
|
||||||
|
"players": "Players",
|
||||||
|
"version": "Version",
|
||||||
|
"status": "Status",
|
||||||
|
"up": "Online",
|
||||||
|
"down": "Offline"
|
||||||
|
},
|
||||||
|
"miniflux": {
|
||||||
|
"read": "Read",
|
||||||
|
"unread": "Unread"
|
||||||
|
},
|
||||||
|
"authentik": {
|
||||||
|
"users": "Users",
|
||||||
|
"loginsLast24H": "Logins (24h)",
|
||||||
|
"failedLoginsLast24H": "Failed Logins (24h)"
|
||||||
|
},
|
||||||
"proxmox": {
|
"proxmox": {
|
||||||
"mem": "MEM",
|
"mem": "MEM",
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
@ -247,23 +373,23 @@
|
|||||||
},
|
},
|
||||||
"glances": {
|
"glances": {
|
||||||
"cpu": "CPU",
|
"cpu": "CPU",
|
||||||
|
"load": "Load",
|
||||||
"wait": "Please wait",
|
"wait": "Please wait",
|
||||||
"temp": "TEMP",
|
"temp": "TEMP",
|
||||||
"uptime": "UP",
|
"_temp": "Temp",
|
||||||
"days": "d",
|
|
||||||
"hours": "h",
|
|
||||||
"load": "Load",
|
|
||||||
"warn": "Warn",
|
"warn": "Warn",
|
||||||
|
"uptime": "UP",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
"free": "Free",
|
"free": "Free",
|
||||||
"used": "Used",
|
"used": "Used",
|
||||||
|
"days": "d",
|
||||||
|
"hours": "h",
|
||||||
"crit": "Crit",
|
"crit": "Crit",
|
||||||
"read": "Read",
|
"read": "Read",
|
||||||
"write": "Write",
|
"write": "Write",
|
||||||
"gpu": "GPU",
|
"gpu": "GPU",
|
||||||
"mem": "Mem",
|
"mem": "Mem",
|
||||||
"swap": "Swap",
|
"swap": "Swap"
|
||||||
"_temp": "Temp"
|
|
||||||
},
|
},
|
||||||
"quicklaunch": {
|
"quicklaunch": {
|
||||||
"bookmark": "Bookmark",
|
"bookmark": "Bookmark",
|
||||||
@ -342,6 +468,16 @@
|
|||||||
"pending": "Pending",
|
"pending": "Pending",
|
||||||
"down": "Down"
|
"down": "Down"
|
||||||
},
|
},
|
||||||
|
"healthchecks": {
|
||||||
|
"new": "New",
|
||||||
|
"up": "Online",
|
||||||
|
"grace": "In Grace Period",
|
||||||
|
"down": "Offline",
|
||||||
|
"paused": "Paused",
|
||||||
|
"status": "Status",
|
||||||
|
"last_ping": "Last Ping",
|
||||||
|
"never": "No pings yet"
|
||||||
|
},
|
||||||
"watchtower": {
|
"watchtower": {
|
||||||
"containers_scanned": "Scanned",
|
"containers_scanned": "Scanned",
|
||||||
"containers_updated": "Updated",
|
"containers_updated": "Updated",
|
||||||
@ -362,8 +498,8 @@
|
|||||||
"truenas": {
|
"truenas": {
|
||||||
"load": "System Load",
|
"load": "System Load",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
"time": "{{value, number(style: unit; unitDisplay: long;)}}",
|
"alerts": "Alerts",
|
||||||
"alerts": "Alerts"
|
"time": "{{value, number(style: unit; unitDisplay: long;)}}"
|
||||||
},
|
},
|
||||||
"pyload": {
|
"pyload": {
|
||||||
"speed": "Speed",
|
"speed": "Speed",
|
||||||
@ -380,12 +516,6 @@
|
|||||||
"channels": "Channels",
|
"channels": "Channels",
|
||||||
"hd": "HD"
|
"hd": "HD"
|
||||||
},
|
},
|
||||||
"ping": {
|
|
||||||
"error": "Error",
|
|
||||||
"ping": "Ping",
|
|
||||||
"up": "Up",
|
|
||||||
"down": "Down"
|
|
||||||
},
|
|
||||||
"scrutiny": {
|
"scrutiny": {
|
||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed",
|
"failed": "Failed",
|
||||||
@ -395,49 +525,10 @@
|
|||||||
"inbox": "Inbox",
|
"inbox": "Inbox",
|
||||||
"total": "Total"
|
"total": "Total"
|
||||||
},
|
},
|
||||||
"deluge": {
|
|
||||||
"download": "Download",
|
|
||||||
"upload": "Upload",
|
|
||||||
"leech": "Leech",
|
|
||||||
"seed": "Seed"
|
|
||||||
},
|
|
||||||
"flood": {
|
|
||||||
"download": "Download",
|
|
||||||
"upload": "Upload",
|
|
||||||
"leech": "Leech",
|
|
||||||
"seed": "Seed"
|
|
||||||
},
|
|
||||||
"tdarr": {
|
|
||||||
"queue": "Queue",
|
|
||||||
"processed": "Processed",
|
|
||||||
"errored": "Errored",
|
|
||||||
"saved": "Saved"
|
|
||||||
},
|
|
||||||
"miniflux": {
|
|
||||||
"read": "Read",
|
|
||||||
"unread": "Unread"
|
|
||||||
},
|
|
||||||
"nextdns": {
|
"nextdns": {
|
||||||
"wait": "Please Wait",
|
"wait": "Please Wait",
|
||||||
"no_devices": "No Device Data Received"
|
"no_devices": "No Device Data Received"
|
||||||
},
|
},
|
||||||
"common": {
|
|
||||||
"bibyterate": "{{value, rate(bits: false; binary: true)}}",
|
|
||||||
"bibitrate": "{{value, rate(bits: true; binary: true)}}"
|
|
||||||
},
|
|
||||||
"omada": {
|
|
||||||
"connectedAp": "Connected APs",
|
|
||||||
"activeUser": "Active devices",
|
|
||||||
"alerts": "Alerts",
|
|
||||||
"connectedGateway": "Connected gateways",
|
|
||||||
"connectedSwitches": "Connected switches"
|
|
||||||
},
|
|
||||||
"downloadstation": {
|
|
||||||
"download": "Download",
|
|
||||||
"upload": "Upload",
|
|
||||||
"leech": "Leech",
|
|
||||||
"seed": "Seed"
|
|
||||||
},
|
|
||||||
"mikrotik": {
|
"mikrotik": {
|
||||||
"cpuLoad": "CPU Load",
|
"cpuLoad": "CPU Load",
|
||||||
"memoryUsed": "Memory Used",
|
"memoryUsed": "Memory Used",
|
||||||
@ -449,6 +540,12 @@
|
|||||||
"streams_active": "Active Streams",
|
"streams_active": "Active Streams",
|
||||||
"streams_xepg": "XEPG Channels"
|
"streams_xepg": "XEPG Channels"
|
||||||
},
|
},
|
||||||
|
"opendtu": {
|
||||||
|
"yieldDay": "Today",
|
||||||
|
"absolutePower": "Power",
|
||||||
|
"relativePower": "Power %",
|
||||||
|
"limit": "Limit"
|
||||||
|
},
|
||||||
"opnsense": {
|
"opnsense": {
|
||||||
"cpu": "CPU Load",
|
"cpu": "CPU Load",
|
||||||
"memory": "Active Memory",
|
"memory": "Active Memory",
|
||||||
@ -461,11 +558,6 @@
|
|||||||
"print_progress": "Progress",
|
"print_progress": "Progress",
|
||||||
"layers": "Layers"
|
"layers": "Layers"
|
||||||
},
|
},
|
||||||
"medusa": {
|
|
||||||
"wanted": "Wanted",
|
|
||||||
"queued": "Queued",
|
|
||||||
"series": "Series"
|
|
||||||
},
|
|
||||||
"octoprint": {
|
"octoprint": {
|
||||||
"printer_state": "Status",
|
"printer_state": "Status",
|
||||||
"temp_tool": "Tool temp",
|
"temp_tool": "Tool temp",
|
||||||
@ -476,6 +568,16 @@
|
|||||||
"origin_ip": "Origin IP",
|
"origin_ip": "Origin IP",
|
||||||
"status": "Status"
|
"status": "Status"
|
||||||
},
|
},
|
||||||
|
"pfsense": {
|
||||||
|
"load": "Load Avg",
|
||||||
|
"memory": "Mem Usage",
|
||||||
|
"wanStatus": "WAN Status",
|
||||||
|
"up": "Up",
|
||||||
|
"down": "Down",
|
||||||
|
"temp": "Temp",
|
||||||
|
"disk": "Disk Usage",
|
||||||
|
"wanIP": "WAN IP"
|
||||||
|
},
|
||||||
"proxmoxbackupserver": {
|
"proxmoxbackupserver": {
|
||||||
"datastore_usage": "Datastore",
|
"datastore_usage": "Datastore",
|
||||||
"failed_tasks_24h": "Failed Tasks 24h",
|
"failed_tasks_24h": "Failed Tasks 24h",
|
||||||
@ -495,11 +597,22 @@
|
|||||||
"incident": "Incident",
|
"incident": "Incident",
|
||||||
"m": "m"
|
"m": "m"
|
||||||
},
|
},
|
||||||
|
"atsumeru": {
|
||||||
|
"series": "Series",
|
||||||
|
"archives": "Archives",
|
||||||
|
"chapters": "Chapters",
|
||||||
|
"categories": "Categories"
|
||||||
|
},
|
||||||
"komga": {
|
"komga": {
|
||||||
"libraries": "Libraries",
|
"libraries": "Libraries",
|
||||||
"series": "Series",
|
"series": "Series",
|
||||||
"books": "Books"
|
"books": "Books"
|
||||||
},
|
},
|
||||||
|
"diskstation": {
|
||||||
|
"days": "Days",
|
||||||
|
"uptime": "Uptime",
|
||||||
|
"volumeAvailable": "Available"
|
||||||
|
},
|
||||||
"mylar": {
|
"mylar": {
|
||||||
"series": "Series",
|
"series": "Series",
|
||||||
"issues": "Issues",
|
"issues": "Issues",
|
||||||
@ -511,11 +624,6 @@
|
|||||||
"videos": "Videos",
|
"videos": "Videos",
|
||||||
"people": "People"
|
"people": "People"
|
||||||
},
|
},
|
||||||
"diskstation": {
|
|
||||||
"days": "Days",
|
|
||||||
"uptime": "Uptime",
|
|
||||||
"volumeAvailable": "Available"
|
|
||||||
},
|
|
||||||
"fileflows": {
|
"fileflows": {
|
||||||
"queue": "Queue",
|
"queue": "Queue",
|
||||||
"processing": "Processing",
|
"processing": "Processing",
|
||||||
@ -548,16 +656,6 @@
|
|||||||
"total_workers": "Total Workers",
|
"total_workers": "Total Workers",
|
||||||
"records_total": "Queue Length"
|
"records_total": "Queue Length"
|
||||||
},
|
},
|
||||||
"healthchecks": {
|
|
||||||
"new": "New",
|
|
||||||
"up": "Online",
|
|
||||||
"grace": "In Grace Period",
|
|
||||||
"down": "Offline",
|
|
||||||
"paused": "Paused",
|
|
||||||
"status": "Status",
|
|
||||||
"last_ping": "Last Ping",
|
|
||||||
"never": "No pings yet"
|
|
||||||
},
|
|
||||||
"pterodactyl": {
|
"pterodactyl": {
|
||||||
"servers": "Servers",
|
"servers": "Servers",
|
||||||
"nodes": "Nodes"
|
"nodes": "Nodes"
|
||||||
@ -567,13 +665,6 @@
|
|||||||
"targets_down": "Targets Down",
|
"targets_down": "Targets Down",
|
||||||
"targets_total": "Total Targets"
|
"targets_total": "Total Targets"
|
||||||
},
|
},
|
||||||
"minecraft": {
|
|
||||||
"players": "Players",
|
|
||||||
"version": "Version",
|
|
||||||
"status": "Status",
|
|
||||||
"up": "Online",
|
|
||||||
"down": "Offline"
|
|
||||||
},
|
|
||||||
"ghostfolio": {
|
"ghostfolio": {
|
||||||
"gross_percent_today": "Today",
|
"gross_percent_today": "Today",
|
||||||
"gross_percent_1y": "One year",
|
"gross_percent_1y": "One year",
|
||||||
@ -590,95 +681,27 @@
|
|||||||
"lights_on": "Lights On",
|
"lights_on": "Lights On",
|
||||||
"switches_on": "Switches On"
|
"switches_on": "Switches On"
|
||||||
},
|
},
|
||||||
"freshrss": {
|
|
||||||
"subscriptions": "Subscriptions",
|
|
||||||
"unread": "Unread"
|
|
||||||
},
|
|
||||||
"channelsdvrserver": {
|
|
||||||
"shows": "Shows",
|
|
||||||
"recordings": "Recordings",
|
|
||||||
"scheduled": "Scheduled",
|
|
||||||
"passes": "Passes"
|
|
||||||
},
|
|
||||||
"whatsupdocker": {
|
"whatsupdocker": {
|
||||||
"monitoring": "Monitoring",
|
"monitoring": "Monitoring",
|
||||||
"updates": "Updates"
|
"updates": "Updates"
|
||||||
},
|
},
|
||||||
"tailscale": {
|
"calibreweb": {
|
||||||
"address": "Address",
|
"books": "Books",
|
||||||
"expires": "Expires",
|
"authors": "Authors",
|
||||||
"never": "Never",
|
"categories": "Categories",
|
||||||
"last_seen": "Last Seen",
|
"series": "Series"
|
||||||
"now": "Now",
|
|
||||||
"years": "{{number}}y",
|
|
||||||
"weeks": "{{number}}w",
|
|
||||||
"days": "{{number}}d",
|
|
||||||
"hours": "{{number}}h",
|
|
||||||
"minutes": "{{number}}m",
|
|
||||||
"seconds": "{{number}}s",
|
|
||||||
"ago": "{{value}} Ago"
|
|
||||||
},
|
|
||||||
"qnap": {
|
|
||||||
"cpuUsage": "CPU Usage",
|
|
||||||
"memUsage": "MEM Usage",
|
|
||||||
"systemTempC": "System Temp",
|
|
||||||
"poolUsage": "Pool Usage",
|
|
||||||
"volumeUsage": "Volume Usage",
|
|
||||||
"invalid": "Invalid"
|
|
||||||
},
|
|
||||||
"pfsense": {
|
|
||||||
"load": "Load Avg",
|
|
||||||
"memory": "Mem Usage",
|
|
||||||
"wanStatus": "WAN Status",
|
|
||||||
"up": "Up",
|
|
||||||
"down": "Down",
|
|
||||||
"temp": "Temp",
|
|
||||||
"disk": "Disk Usage",
|
|
||||||
"wanIP": "WAN IP"
|
|
||||||
},
|
|
||||||
"caddy": {
|
|
||||||
"upstreams": "Upstreams",
|
|
||||||
"requests": "Current requests",
|
|
||||||
"requests_failed": "Failed requests"
|
|
||||||
},
|
|
||||||
"evcc": {
|
|
||||||
"pv_power": "Production",
|
|
||||||
"battery_soc": "Battery",
|
|
||||||
"grid_power": "Grid",
|
|
||||||
"home_power": "Consumption",
|
|
||||||
"charge_power": "Charger",
|
|
||||||
"watt_hour": "Wh"
|
|
||||||
},
|
|
||||||
"pialert": {
|
|
||||||
"total": "Total",
|
|
||||||
"connected": "Connected",
|
|
||||||
"new_devices": "New Devices",
|
|
||||||
"down_alerts": "Down Alerts"
|
|
||||||
},
|
},
|
||||||
"jdownloader": {
|
"jdownloader": {
|
||||||
"downloadCount": "Queue Count",
|
"downloadCount": "Queue",
|
||||||
"downloadSpeed": "Download Speed",
|
|
||||||
"downloadBytesRemaining": "Remaining",
|
"downloadBytesRemaining": "Remaining",
|
||||||
"downloadTotalBytes": "Size"
|
"downloadTotalBytes": "Size",
|
||||||
|
"downloadSpeed": "Speed"
|
||||||
},
|
},
|
||||||
"kavita": {
|
"kavita": {
|
||||||
"seriesCount": "Series",
|
"seriesCount": "Series",
|
||||||
"totalFiles": "Files"
|
"totalFiles": "Files"
|
||||||
},
|
},
|
||||||
"gamedig": {
|
|
||||||
"name": "Name",
|
|
||||||
"map": "Map",
|
|
||||||
"currentPlayers": "Current players",
|
|
||||||
"players": "Players",
|
|
||||||
"maxPlayers": "Max players",
|
|
||||||
"bots": "Bots",
|
|
||||||
"ping": "Ping",
|
|
||||||
"status": "Status",
|
|
||||||
"online": "Online",
|
|
||||||
"offline": "Offline"
|
|
||||||
},
|
|
||||||
"azuredevops": {
|
"azuredevops": {
|
||||||
"myPrs": "My PRs",
|
|
||||||
"result": "Result",
|
"result": "Result",
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"buildId": "Build ID",
|
"buildId": "Build ID",
|
||||||
@ -688,14 +711,33 @@
|
|||||||
"canceled": "Canceled",
|
"canceled": "Canceled",
|
||||||
"inProgress": "In Progress",
|
"inProgress": "In Progress",
|
||||||
"totalPrs": "Total PRs",
|
"totalPrs": "Total PRs",
|
||||||
|
"myPrs": "My PRs",
|
||||||
"approved": "Approved"
|
"approved": "Approved"
|
||||||
},
|
},
|
||||||
|
"gamedig": {
|
||||||
|
"status": "Status",
|
||||||
|
"online": "Online",
|
||||||
|
"offline": "Offline",
|
||||||
|
"name": "Name",
|
||||||
|
"map": "Map",
|
||||||
|
"currentPlayers": "Current players",
|
||||||
|
"players": "Players",
|
||||||
|
"maxPlayers": "Max players",
|
||||||
|
"bots": "Bots",
|
||||||
|
"ping": "Ping"
|
||||||
|
},
|
||||||
"urbackup": {
|
"urbackup": {
|
||||||
"ok": "Ok",
|
"ok": "Ok",
|
||||||
"errored": "Errors",
|
"errored": "Errors",
|
||||||
"noRecent": "Out of Date",
|
"noRecent": "Out of Date",
|
||||||
"totalUsed": "Used Storage"
|
"totalUsed": "Used Storage"
|
||||||
},
|
},
|
||||||
|
"mealie": {
|
||||||
|
"recipes": "Recipes",
|
||||||
|
"users": "Users",
|
||||||
|
"categories": "Categories",
|
||||||
|
"tags": "Tags"
|
||||||
|
},
|
||||||
"openmediavault": {
|
"openmediavault": {
|
||||||
"downloading": "Downloading",
|
"downloading": "Downloading",
|
||||||
"total": "Total",
|
"total": "Total",
|
||||||
@ -704,24 +746,6 @@
|
|||||||
"passed": "Passed",
|
"passed": "Passed",
|
||||||
"failed": "Failed"
|
"failed": "Failed"
|
||||||
},
|
},
|
||||||
"mealie": {
|
|
||||||
"recipes": "Recipes",
|
|
||||||
"users": "Users",
|
|
||||||
"categories": "Categories",
|
|
||||||
"tags": "Tags"
|
|
||||||
},
|
|
||||||
"atsumeru": {
|
|
||||||
"chapters": "Chapters",
|
|
||||||
"categories": "Categories",
|
|
||||||
"series": "Series",
|
|
||||||
"archives": "Archives"
|
|
||||||
},
|
|
||||||
"calibreweb": {
|
|
||||||
"books": "Books",
|
|
||||||
"authors": "Authors",
|
|
||||||
"categories": "Categories",
|
|
||||||
"series": "Series"
|
|
||||||
},
|
|
||||||
"uptimerobot": {
|
"uptimerobot": {
|
||||||
"status": "Status",
|
"status": "Status",
|
||||||
"uptime": "Uptime",
|
"uptime": "Uptime",
|
||||||
@ -736,15 +760,9 @@
|
|||||||
"down": "Down",
|
"down": "Down",
|
||||||
"unknown": "Unknown"
|
"unknown": "Unknown"
|
||||||
},
|
},
|
||||||
"opendtu": {
|
|
||||||
"relativePower": "Power %",
|
|
||||||
"yieldDay": "Today",
|
|
||||||
"limit": "Limit",
|
|
||||||
"absolutePower": "Power"
|
|
||||||
},
|
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"physicalRelease": "Physical release",
|
|
||||||
"inCinemas": "In cinemas",
|
"inCinemas": "In cinemas",
|
||||||
|
"physicalRelease": "Physical release",
|
||||||
"digitalRelease": "Digital release"
|
"digitalRelease": "Digital release"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user