New translations common.json (Bulgarian)

This commit is contained in:
Ben Phelps 2023-10-05 11:11:42 +03:00
parent 7bc1c4ee85
commit e8ebeb32b0

View File

@ -1,19 +1,22 @@
{ {
"sabnzbd": { "common": {
"queue": "Опашка", "bytes": "{{value, bytes}}",
"timeleft": "Оставащо Време", "bits": "{{value, bytes(bits: true)}}",
"rate": "Rate" "bbytes": "{{value, bytes(binary: true)}}",
}, "bbits": "{{value, bytes(bits: true; binary: true)}}",
"rutorrent": { "byterate": "{{value, rate(bits: false)}}",
"active": "Акитивен", "bibyterate": "{{value, rate(bits: false; binary: true)}}",
"upload": "Споделяне", "bitrate": "{{value, rate(bits: true)}}",
"download": "Сваляне" "bibitrate": "{{value, rate(bits: true; binary: true)}}",
"percent": "{{value, percent}}",
"number": "{{value, number}}",
"ms": "{{value, number}}"
}, },
"widget": { "widget": {
"missing_type": "Липсваща приставка: {{type}}", "missing_type": "Липсваща приставка: {{type}}",
"api_error": "API Грешка", "api_error": "API Грешка",
"status": "Статус",
"information": "Информация", "information": "Информация",
"status": "Статус",
"url": "URL", "url": "URL",
"raw_error": "Raw Error", "raw_error": "Raw Error",
"response_data": "Response Data" "response_data": "Response Data"
@ -29,11 +32,11 @@
}, },
"resources": { "resources": {
"cpu": "Процесор", "cpu": "Процесор",
"mem": "MEM",
"total": "Общо", "total": "Общо",
"free": "Свободни", "free": "Свободни",
"used": "Заети", "used": "Заети",
"load": "Натоварване", "load": "Натоварване",
"mem": "MEM",
"temp": "TEMP", "temp": "TEMP",
"max": "Max", "max": "Max",
"uptime": "UP", "uptime": "UP",
@ -47,33 +50,39 @@
"uptime": "Активен от", "uptime": "Активен от",
"days": "Дни", "days": "Дни",
"wan": "WAN", "wan": "WAN",
"lan_users": "LAN Потребители",
"wlan_users": "WLAN Потребители",
"up": "UP",
"down": "DOWN",
"wait": "Моля изчакайте",
"lan": "LAN", "lan": "LAN",
"wlan": "WLAN", "wlan": "WLAN",
"devices": "Устройства", "devices": "Устройства",
"lan_devices": "LAN Устройства", "lan_devices": "LAN Устройства",
"wlan_devices": "WLAN Устройства", "wlan_devices": "WLAN Устройства",
"lan_users": "LAN Потребители",
"wlan_users": "WLAN Потребители",
"up": "UP",
"down": "DOWN",
"wait": "Моля изчакайте",
"empty_data": "Subsystem status unknown" "empty_data": "Subsystem status unknown"
}, },
"docker": { "docker": {
"offline": "Изключен",
"rx": "RX", "rx": "RX",
"tx": "TX", "tx": "TX",
"mem": "MEM", "mem": "MEM",
"cpu": "Процесор", "cpu": "Процесор",
"running": "Running",
"offline": "Изключен",
"error": "Грешка", "error": "Грешка",
"unknown": "Unknown", "unknown": "Unknown",
"partial": "Partial", "healthy": "Healthy",
"running": "Running",
"starting": "Starting", "starting": "Starting",
"unhealthy": "Unhealthy", "unhealthy": "Unhealthy",
"not_found": "Not Found", "not_found": "Not Found",
"exited": "Exited", "exited": "Exited",
"healthy": "Healthy" "partial": "Partial"
},
"ping": {
"error": "Грешка",
"ping": "Ping",
"down": "Down",
"up": "Up"
}, },
"emby": { "emby": {
"playing": "Възпроизвежда", "playing": "Възпроизвежда",
@ -85,13 +94,53 @@
"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": {
"totalObserved": "Total Observed",
"diffsDetected": "Diffs Detected"
},
"channelsdvrserver": {
"shows": "Shows",
"recordings": "Recordings",
"scheduled": "Scheduled",
"passes": "Passes"
},
"tautulli": { "tautulli": {
"playing": "Възпроизвежда", "playing": "Възпроизвежда",
"transcoding": "Конвертира", "transcoding": "Конвертира",
"bitrate": "Честота", "bitrate": "Bitrate",
"no_active": "Няма активни потоци", "no_active": "Няма активни потоци",
"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": "Остава",
@ -99,12 +148,22 @@
}, },
"plex": { "plex": {
"streams": "Активни Потоци", "streams": "Активни Потоци",
"movies": "Филми", "albums": "Albums",
"tv": "Сериали", "movies": "Movies",
"albums": "Albums" "tv": "Сериали"
},
"sabnzbd": {
"rate": "Rate",
"queue": "Опашка",
"timeleft": "Оставащо Време"
},
"rutorrent": {
"active": "Акитивен",
"upload": "Upload",
"download": "Download"
}, },
"transmission": { "transmission": {
"download": "Сваляне", "download": "Download",
"upload": "Upload", "upload": "Upload",
"leech": "Leech", "leech": "Leech",
"seed": "Seed" "seed": "Seed"
@ -115,19 +174,39 @@
"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",
"series": "Series", "series": "Series",
"queue": "Queue", "queue": "Опашка",
"unknown": "Unknown" "unknown": "Unknown"
}, },
"radarr": { "radarr": {
"wanted": "Wanted", "wanted": "Wanted",
"queued": "Queued",
"movies": "Филми",
"missing": "Missing", "missing": "Missing",
"queue": "Queue", "queued": "Queued",
"movies": "Movies",
"queue": "Опашка",
"unknown": "Unknown" "unknown": "Unknown"
}, },
"lidarr": { "lidarr": {
@ -156,18 +235,24 @@
}, },
"overseerr": { "overseerr": {
"pending": "Pending", "pending": "Pending",
"processing": "Processing",
"approved": "Одобрен", "approved": "Одобрен",
"available": "Наличен", "available": "Наличен"
"processing": "Processing" },
"pialert": {
"total": "Общо",
"connected": "Connected",
"new_devices": "New Devices",
"down_alerts": "Down Alerts"
}, },
"pihole": { "pihole": {
"queries": "Заявки", "queries": "Заявки",
"blocked": "Блокирани", "blocked": "Блокирани",
"gravity": "Gravity", "blocked_percent": "Blocked %",
"blocked_percent": "Blocked %" "gravity": "Gravity"
}, },
"adguard": { "adguard": {
"queries": "Queries", "queries": "Заявки",
"blocked": "Блокирани", "blocked": "Блокирани",
"filtered": "Филтрирани", "filtered": "Филтрирани",
"latency": "Latency" "latency": "Latency"
@ -180,17 +265,41 @@
"portainer": { "portainer": {
"running": "Running", "running": "Running",
"stopped": "Спрян", "stopped": "Спрян",
"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": "Опашка",
"processed": "Processed",
"errored": "Errored",
"saved": "Saved"
}, },
"traefik": { "traefik": {
"routers": "Routers", "routers": "Routers",
"services": "Services", "services": "Services",
"middleware": "Middleware" "middleware": "Middleware"
}, },
"navidrome": {
"nothing_streaming": "Няма активни потоци",
"please_wait": "Моля Изчакайте"
},
"npm": { "npm": {
"enabled": "Активирано", "enabled": "Активирано",
"disabled": "Деактивирано", "disabled": "Деактивирано",
"total": "Total" "total": "Общо"
}, },
"coinmarketcap": { "coinmarketcap": {
"configure": "Configure one or more crypto currencies to track", "configure": "Configure one or more crypto currencies to track",
@ -207,15 +316,10 @@
"prowlarr": { "prowlarr": {
"enableIndexers": "Indexers", "enableIndexers": "Indexers",
"numberOfGrabs": "Grabs", "numberOfGrabs": "Grabs",
"numberOfQueries": "Queries", "numberOfQueries": "Заявки",
"numberOfFailGrabs": "Fail Grabs", "numberOfFailGrabs": "Fail Grabs",
"numberOfFailQueries": "Fail Queries" "numberOfFailQueries": "Fail Queries"
}, },
"authentik": {
"loginsLast24H": "Logins (24h)",
"users": "Users",
"failedLoginsLast24H": "Failed Logins (24h)"
},
"jackett": { "jackett": {
"configured": "Configured", "configured": "Configured",
"errored": "Errored" "errored": "Errored"
@ -227,51 +331,72 @@
"transferRate": "Rate" "transferRate": "Rate"
}, },
"mastodon": { "mastodon": {
"user_count": "Users", "user_count": "Потребители",
"status_count": "Posts", "status_count": "Posts",
"domain_count": "Domains" "domain_count": "Domains"
}, },
"medusa": {
"wanted": "Wanted",
"queued": "Queued",
"series": "Series"
},
"minecraft": {
"players": "Players",
"version": "Version",
"status": "Статус",
"up": "Online",
"down": "Изключен"
},
"miniflux": {
"read": "Read",
"unread": "Unread"
},
"authentik": {
"users": "Потребители",
"loginsLast24H": "Logins (24h)",
"failedLoginsLast24H": "Failed Logins (24h)"
},
"proxmox": { "proxmox": {
"mem": "MEM", "mem": "MEM",
"cpu": "CPU", "cpu": "Процесор",
"lxc": "LXC", "lxc": "LXC",
"vms": "VMs" "vms": "VMs"
}, },
"glances": { "glances": {
"cpu": "CPU", "cpu": "Процесор",
"wait": "Please wait", "load": "Натоварване",
"wait": "Моля изчакайте",
"temp": "TEMP", "temp": "TEMP",
"_temp": "Temp",
"warn": "Warn",
"uptime": "UP", "uptime": "UP",
"total": "Общо",
"free": "Свободни",
"used": "Заети",
"days": "d", "days": "d",
"hours": "h", "hours": "h",
"load": "Load",
"warn": "Warn",
"total": "Total",
"free": "Free",
"used": "Used",
"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"
}, },
"changedetectionio": { "quicklaunch": {
"totalObserved": "Total Observed", "bookmark": "Bookmark",
"diffsDetected": "Diffs Detected" "service": "Service",
"search": "Search",
"custom": "Custom",
"visit": "Visit",
"url": "URL"
}, },
"wmo": { "wmo": {
"0-day": "Слънчево", "0-day": "Слънчево",
"57-day": "Freezing Drizzle",
"57-night": "Freezing Drizzle",
"96-day": "Thunderstorm With Hail",
"96-night": "Thunderstorm With Hail",
"0-night": "Ясно", "0-night": "Ясно",
"1-day": "Предимно Слънчево", "1-day": "Предимно Слънчево",
"1-night": "Предимно Ясно", "1-night": "Предимно Ясно",
"2-day": "Частична Облачност", "2-day": "Частична Облачност",
"2-night": "Partly Cloudy", "2-night": "Частична Облачност",
"3-day": "Cloudy", "3-day": "Cloudy",
"3-night": "Cloudy", "3-night": "Cloudy",
"45-day": "Foggy", "45-day": "Foggy",
@ -286,6 +411,8 @@
"55-night": "Heavy Drizzle", "55-night": "Heavy Drizzle",
"56-day": "Light Freezing Drizzle", "56-day": "Light Freezing Drizzle",
"56-night": "Light Freezing Drizzle", "56-night": "Light Freezing Drizzle",
"57-day": "Freezing Drizzle",
"57-night": "Freezing Drizzle",
"61-day": "Light Rain", "61-day": "Light Rain",
"61-night": "Light Rain", "61-night": "Light Rain",
"63-day": "Rain", "63-day": "Rain",
@ -316,17 +443,11 @@
"86-night": "Snow Showers", "86-night": "Snow Showers",
"95-day": "Thunderstorm", "95-day": "Thunderstorm",
"95-night": "Thunderstorm", "95-night": "Thunderstorm",
"96-day": "Thunderstorm With Hail",
"96-night": "Thunderstorm With Hail",
"99-day": "Thunderstorm With Hail", "99-day": "Thunderstorm With Hail",
"99-night": "Thunderstorm With Hail" "99-night": "Thunderstorm With Hail"
}, },
"quicklaunch": {
"bookmark": "Bookmark",
"service": "Service",
"search": "Search",
"custom": "Custom",
"visit": "Visit",
"url": "URL"
},
"homebridge": { "homebridge": {
"available_update": "System", "available_update": "System",
"updates": "Updates", "updates": "Updates",
@ -338,19 +459,29 @@
"pending": "Pending", "pending": "Pending",
"down": "Down" "down": "Down"
}, },
"autobrr": { "healthchecks": {
"rejectedPushes": "Rejected", "new": "New",
"filters": "Filters", "up": "Online",
"indexers": "Indexers", "grace": "In Grace Period",
"approvedPushes": "Approved" "down": "Изключен",
"paused": "Paused",
"status": "Статус",
"last_ping": "Last Ping",
"never": "No pings yet"
}, },
"watchtower": { "watchtower": {
"containers_scanned": "Scanned", "containers_scanned": "Scanned",
"containers_updated": "Updated", "containers_updated": "Updated",
"containers_failed": "Failed" "containers_failed": "Failed"
}, },
"autobrr": {
"approvedPushes": "Одобрен",
"rejectedPushes": "Rejected",
"filters": "Filters",
"indexers": "Indexers"
},
"tubearchivist": { "tubearchivist": {
"downloads": "Queue", "downloads": "Опашка",
"videos": "Videos", "videos": "Videos",
"channels": "Channels", "channels": "Channels",
"playlists": "Playlists" "playlists": "Playlists"
@ -361,15 +492,11 @@
"alerts": "Alerts", "alerts": "Alerts",
"time": "{{value, number(style: unit; unitDisplay: long;)}}" "time": "{{value, number(style: unit; unitDisplay: long;)}}"
}, },
"navidrome": {
"nothing_streaming": "No Active Streams",
"please_wait": "Моля Изчакайте"
},
"pyload": { "pyload": {
"speed": "Speed", "speed": "Speed",
"active": "Active", "active": "Акитивен",
"queue": "Queue", "queue": "Опашка",
"total": "Total" "total": "Общо"
}, },
"gluetun": { "gluetun": {
"public_ip": "Public IP", "public_ip": "Public IP",
@ -380,12 +507,6 @@
"channels": "Channels", "channels": "Channels",
"hd": "HD" "hd": "HD"
}, },
"ping": {
"ping": "Ping",
"error": "Грешка",
"up": "Up",
"down": "Down"
},
"scrutiny": { "scrutiny": {
"passed": "Passed", "passed": "Passed",
"failed": "Failed", "failed": "Failed",
@ -393,51 +514,12 @@
}, },
"paperlessngx": { "paperlessngx": {
"inbox": "Inbox", "inbox": "Inbox",
"total": "Total" "total": "Общо"
},
"deluge": {
"download": "Download",
"upload": "Upload",
"leech": "Leech",
"seed": "Seed"
},
"flood": {
"leech": "Leech",
"seed": "Seed",
"download": "Download",
"upload": "Upload"
},
"tdarr": {
"saved": "Saved",
"queue": "Queue",
"processed": "Processed",
"errored": "Errored"
},
"miniflux": {
"read": "Read",
"unread": "Unread"
}, },
"nextdns": { "nextdns": {
"wait": "Please Wait", "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",
@ -446,9 +528,15 @@
}, },
"xteve": { "xteve": {
"streams_all": "All Streams", "streams_all": "All Streams",
"streams_active": "Active Streams", "streams_active": "Активни Потоци",
"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",
@ -456,49 +544,65 @@
"wanDownload": "WAN Download" "wanDownload": "WAN Download"
}, },
"moonraker": { "moonraker": {
"print_progress": "Progress",
"printer_state": "Printer State", "printer_state": "Printer State",
"print_status": "Print Status", "print_status": "Print Status",
"print_progress": "Progress",
"layers": "Layers" "layers": "Layers"
}, },
"medusa": {
"wanted": "Wanted",
"queued": "Queued",
"series": "Series"
},
"octoprint": { "octoprint": {
"printer_state": "Status", "printer_state": "Статус",
"temp_tool": "Tool temp", "temp_tool": "Tool temp",
"temp_bed": "Bed temp", "temp_bed": "Bed temp",
"job_completion": "Completion" "job_completion": "Completion"
}, },
"cloudflared": { "cloudflared": {
"origin_ip": "Origin IP", "origin_ip": "Origin IP",
"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",
"cpu_usage": "CPU", "cpu_usage": "Процесор",
"memory_usage": "Memory" "memory_usage": "Memory"
}, },
"immich": { "immich": {
"users": "Users", "users": "Потребители",
"photos": "Photos", "photos": "Photos",
"videos": "Videos", "videos": "Videos",
"storage": "Storage" "storage": "Storage"
}, },
"uptimekuma": { "uptimekuma": {
"down": "Sites Down",
"up": "Sites Up", "up": "Sites Up",
"down": "Sites Down",
"uptime": "Uptime", "uptime": "Uptime",
"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": "Книги"
},
"diskstation": {
"days": "Дни",
"uptime": "Uptime",
"volumeAvailable": "Наличен"
}, },
"mylar": { "mylar": {
"series": "Series", "series": "Series",
@ -511,13 +615,8 @@
"videos": "Videos", "videos": "Videos",
"people": "People" "people": "People"
}, },
"diskstation": {
"days": "Days",
"uptime": "Uptime",
"volumeAvailable": "Available"
},
"fileflows": { "fileflows": {
"queue": "Queue", "queue": "Опашка",
"processing": "Processing", "processing": "Processing",
"processed": "Processed", "processed": "Processed",
"time": "Time" "time": "Time"
@ -537,7 +636,7 @@
"numshares": "Shared Items" "numshares": "Shared Items"
}, },
"kopia": { "kopia": {
"status": "Status", "status": "Статус",
"size": "Size", "size": "Size",
"lastrun": "Last Run", "lastrun": "Last Run",
"nextrun": "Next Run", "nextrun": "Next Run",
@ -548,16 +647,6 @@
"total_workers": "Total Workers", "total_workers": "Total Workers",
"records_total": "Queue Length" "records_total": "Queue Length"
}, },
"healthchecks": {
"new": "New",
"up": "Online",
"down": "Offline",
"grace": "In Grace Period",
"paused": "Paused",
"status": "Status",
"last_ping": "Last Ping",
"never": "No pings yet"
},
"pterodactyl": { "pterodactyl": {
"servers": "Servers", "servers": "Servers",
"nodes": "Nodes" "nodes": "Nodes"
@ -567,13 +656,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",
@ -581,7 +663,7 @@
}, },
"audiobookshelf": { "audiobookshelf": {
"podcasts": "Podcasts", "podcasts": "Podcasts",
"books": "Books", "books": "Книги",
"podcastsDuration": "Duration", "podcastsDuration": "Duration",
"booksDuration": "Duration" "booksDuration": "Duration"
}, },
@ -590,96 +672,29 @@
"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": "Книги",
"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": {
"charge_power": "Charger",
"pv_power": "Production",
"battery_soc": "Battery",
"grid_power": "Grid",
"home_power": "Consumption",
"watt_hour": "Wh"
},
"pialert": {
"total": "Total",
"connected": "Connected",
"new_devices": "New Devices",
"down_alerts": "Down Alerts"
}, },
"jdownloader": { "jdownloader": {
"downloadCount": "Queue Count", "downloadCount": "Опашка",
"downloadSpeed": "Download Speed", "downloadBytesRemaining": "Остава",
"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": {
"result": "Result", "result": "Result",
"status": "Status", "status": "Статус",
"buildId": "Build ID", "buildId": "Build ID",
"succeeded": "Succeeded", "succeeded": "Succeeded",
"notStarted": "Not Started", "notStarted": "Not Started",
@ -688,7 +703,19 @@
"inProgress": "In Progress", "inProgress": "In Progress",
"totalPrs": "Total PRs", "totalPrs": "Total PRs",
"myPrs": "My PRs", "myPrs": "My PRs",
"approved": "Approved" "approved": "Одобрен"
},
"gamedig": {
"status": "Статус",
"online": "Online",
"offline": "Изключен",
"name": "Name",
"map": "Map",
"currentPlayers": "Current players",
"players": "Players",
"maxPlayers": "Max players",
"bots": "Bots",
"ping": "Ping"
}, },
"urbackup": { "urbackup": {
"ok": "Ok", "ok": "Ok",
@ -696,34 +723,22 @@
"noRecent": "Out of Date", "noRecent": "Out of Date",
"totalUsed": "Used Storage" "totalUsed": "Used Storage"
}, },
"openmediavault": {
"downloading": "Downloading",
"total": "Total",
"running": "Running",
"stopped": "Stopped",
"passed": "Passed",
"failed": "Failed"
},
"mealie": { "mealie": {
"recipes": "Recipes", "recipes": "Recipes",
"users": "Users", "users": "Потребители",
"categories": "Categories", "categories": "Categories",
"tags": "Tags" "tags": "Tags"
}, },
"atsumeru": { "openmediavault": {
"series": "Series", "downloading": "Downloading",
"archives": "Archives", "total": "Общо",
"chapters": "Chapters", "running": "Running",
"categories": "Categories" "stopped": "Спрян",
}, "passed": "Passed",
"calibreweb": { "failed": "Failed"
"books": "Books",
"authors": "Authors",
"categories": "Categories",
"series": "Series"
}, },
"uptimerobot": { "uptimerobot": {
"status": "Status", "status": "Статус",
"uptime": "Uptime", "uptime": "Uptime",
"lastDown": "Last Downtime", "lastDown": "Last Downtime",
"downDuration": "Downtime Duration", "downDuration": "Downtime Duration",
@ -736,15 +751,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"
} }
} }