diff --git a/public/locales/af/common.json b/public/locales/af/common.json index af5ffbd79..40c7c9317 100644 --- a/public/locales/af/common.json +++ b/public/locales/af/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Op", "pending": "Afwagtend", - "down": "Af" + "down": "Af", + "ok": "Ok" }, "healthchecks": { "new": "Nuut", diff --git a/public/locales/ar/common.json b/public/locales/ar/common.json index 5412cb9d5..940f43a80 100644 --- a/public/locales/ar/common.json +++ b/public/locales/ar/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "جديد(ة)", diff --git a/public/locales/bg/common.json b/public/locales/bg/common.json index 16e34e686..b01066fef 100644 --- a/public/locales/bg/common.json +++ b/public/locales/bg/common.json @@ -63,7 +63,7 @@ "wlan_users": "WLAN Потребители", "up": "UP", "down": "DOWN", - "wait": "Please wait", + "wait": "Моля изчакайте", "empty_data": "Неизвестен статус на подсистема" }, "docker": { @@ -83,7 +83,7 @@ "partial": "Частично" }, "ping": { - "error": "Error", + "error": "Грешка", "ping": "Пинг", "down": "Down", "up": "Up", @@ -91,11 +91,11 @@ }, "siteMonitor": { "http_status": "HTTP статус", - "error": "Error", + "error": "Грешка", "response": "Отговор", "down": "Down", "up": "Up", - "not_available": "Not Available" + "not_available": "Не е налично" }, "emby": { "playing": "Възпроизвежда", @@ -111,7 +111,7 @@ "offline": "Offline", "offline_alt": "Offline", "online": "Онлайн", - "total": "Total", + "total": "Общо", "unknown": "Unknown" }, "evcc": { @@ -133,7 +133,7 @@ "unread": "Непрочетени" }, "fritzbox": { - "connectionStatus": "Status", + "connectionStatus": "Статус", "connectionStatusUnconfigured": "Неконфигуриран", "connectionStatusConnecting": "Свързване", "connectionStatusAuthenticating": "Удостоверяване", @@ -141,7 +141,7 @@ "connectionStatusDisconnecting": "Прекъсване на връзката", "connectionStatusDisconnected": "Не е свързан", "connectionStatusConnected": "Свързан", - "uptime": "Uptime", + "uptime": "Време на работа", "maxDown": "Макс сваляне", "maxUp": "Макс качване", "down": "Down", @@ -170,8 +170,8 @@ "tautulli": { "playing": "Playing", "transcoding": "Transcoding", - "bitrate": "Bitrate", - "no_active": "No Active Streams", + "bitrate": "Битрейт", + "no_active": "Няма активни потоци", "plex_connection_error": "Провери връзка с Plex" }, "omada": { @@ -189,7 +189,7 @@ "plex": { "streams": "Активни Потоци", "albums": "Албуми", - "movies": "Movies", + "movies": "Филми", "tv": "Сериали" }, "sabnzbd": { @@ -362,8 +362,8 @@ }, "trilium": { "version": "Version", - "notesCount": "Notes", - "dbSize": "Database Size", + "notesCount": "Бележки", + "dbSize": "Размер на базата данни", "unknown": "Unknown" }, "navidrome": { @@ -373,7 +373,7 @@ "npm": { "enabled": "Активирано", "disabled": "Деактивирано", - "total": "Total" + "total": "Общо" }, "coinmarketcap": { "configure": "Настрой за следене една или повече крипто валути", @@ -384,7 +384,7 @@ }, "gotify": { "apps": "Приложения", - "clients": "Clients", + "clients": "Клиенти", "messages": "Съобщения" }, "prowlarr": { @@ -405,7 +405,7 @@ "transferRate": "Rate" }, "mastodon": { - "user_count": "Users", + "user_count": "Потребители", "status_count": "Posts", "domain_count": "Domains" }, @@ -416,17 +416,17 @@ }, "minecraft": { "players": "Играчи", - "version": "Version", - "status": "Status", - "up": "Online", - "down": "Offline" + "version": "Версия", + "status": "Статус", + "up": "Онлайн", + "down": "Офлайн" }, "miniflux": { "read": "Read", "unread": "Unread" }, "authentik": { - "users": "Users", + "users": "Потребители", "loginsLast24H": "Logins (24h)", "failedLoginsLast24H": "Failed Logins (24h)" }, @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "Нови", diff --git a/public/locales/ca/common.json b/public/locales/ca/common.json index 455dfa406..d8d91d051 100644 --- a/public/locales/ca/common.json +++ b/public/locales/ca/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "Nou", diff --git a/public/locales/cs/common.json b/public/locales/cs/common.json index 080750a55..5e0a05662 100644 --- a/public/locales/cs/common.json +++ b/public/locales/cs/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "Nové", diff --git a/public/locales/da/common.json b/public/locales/da/common.json index e13b6339c..3ae64d8ab 100644 --- a/public/locales/da/common.json +++ b/public/locales/da/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "Ny", diff --git a/public/locales/de/common.json b/public/locales/de/common.json index db8b602ea..565590bfe 100644 --- a/public/locales/de/common.json +++ b/public/locales/de/common.json @@ -45,9 +45,9 @@ "free": "Frei", "used": "In Benutzung", "load": "Last", - "temp": "TEMP", + "temp": "Temp", "max": "Max", - "uptime": "BETRIEBSZEIT" + "uptime": "Betriebszeit" }, "unifi": { "users": "Benutzer", @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Online", "pending": "Wartend", - "down": "Offline" + "down": "Offline", + "ok": "Ok" }, "healthchecks": { "new": "Neu", @@ -602,7 +603,7 @@ "pangolin": { "orgs": "Orgs", "sites": "Sites", - "resources": "Resources", + "resources": "Ressourcen", "targets": "Targets", "traffic": "Traffic", "in": "In", diff --git a/public/locales/el/common.json b/public/locales/el/common.json index 81befbefa..e77269908 100644 --- a/public/locales/el/common.json +++ b/public/locales/el/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "New", diff --git a/public/locales/eo/common.json b/public/locales/eo/common.json index 561d5866f..9038aff51 100644 --- a/public/locales/eo/common.json +++ b/public/locales/eo/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "New", diff --git a/public/locales/es/common.json b/public/locales/es/common.json index 7a5723ba0..81005eddc 100644 --- a/public/locales/es/common.json +++ b/public/locales/es/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Activo", "pending": "Pendiente", - "down": "Inactivo" + "down": "Inactivo", + "ok": "Ok" }, "healthchecks": { "new": "Nuevo", @@ -601,12 +602,12 @@ }, "pangolin": { "orgs": "Orgs", - "sites": "Sites", - "resources": "Resources", - "targets": "Targets", - "traffic": "Traffic", - "in": "In", - "out": "Out" + "sites": "Sitios", + "resources": "Recursos", + "targets": "Destinos", + "traffic": "Tráfico", + "in": "Entrante", + "out": "Saliente" }, "peanut": { "battery_charge": "Carga de la batería", @@ -769,7 +770,7 @@ "gross_percent_today": "Hoy", "gross_percent_1y": "Un año", "gross_percent_max": "Todo el tiempo", - "net_worth": "Net Worth" + "net_worth": "Patrimonio neto" }, "audiobookshelf": { "podcasts": "Podcasts", diff --git a/public/locales/eu/common.json b/public/locales/eu/common.json index 06f0dcef3..1449acde5 100644 --- a/public/locales/eu/common.json +++ b/public/locales/eu/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "New", diff --git a/public/locales/fi/common.json b/public/locales/fi/common.json index 01eaf7c41..58b1a7df0 100644 --- a/public/locales/fi/common.json +++ b/public/locales/fi/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "New", diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index 2eb8e190f..6446faa5b 100644 --- a/public/locales/fr/common.json +++ b/public/locales/fr/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "En ligne", "pending": "En attente", - "down": "Hors ligne" + "down": "Hors ligne", + "ok": "Ok" }, "healthchecks": { "new": "Nouveau", diff --git a/public/locales/he/common.json b/public/locales/he/common.json index b8cd89e28..1153860db 100644 --- a/public/locales/he/common.json +++ b/public/locales/he/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "למעלה", "pending": "ממתין", - "down": "למטה" + "down": "למטה", + "ok": "Ok" }, "healthchecks": { "new": "חדש", diff --git a/public/locales/hi/common.json b/public/locales/hi/common.json index ea5cb9d39..8e91cc334 100644 --- a/public/locales/hi/common.json +++ b/public/locales/hi/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "New", diff --git a/public/locales/hr/common.json b/public/locales/hr/common.json index 1484ab915..620aed9b2 100644 --- a/public/locales/hr/common.json +++ b/public/locales/hr/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Aktivno", "pending": "U tijeku", - "down": "Neaktivno" + "down": "Neaktivno", + "ok": "Ok" }, "healthchecks": { "new": "Novo", diff --git a/public/locales/hu/common.json b/public/locales/hu/common.json index cd7e2fff9..ffa654164 100644 --- a/public/locales/hu/common.json +++ b/public/locales/hu/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Fut", "pending": "Függőben lévő", - "down": "Leállt" + "down": "Leállt", + "ok": "Ok" }, "healthchecks": { "new": "Új", diff --git a/public/locales/id/common.json b/public/locales/id/common.json index e031c2c98..c49c587e8 100644 --- a/public/locales/id/common.json +++ b/public/locales/id/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "Baru", diff --git a/public/locales/it/common.json b/public/locales/it/common.json index 413231fda..6435c84eb 100644 --- a/public/locales/it/common.json +++ b/public/locales/it/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "Nuovo", diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index 0463a362f..472f37b09 100644 --- a/public/locales/ja/common.json +++ b/public/locales/ja/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "新着", diff --git a/public/locales/ko/common.json b/public/locales/ko/common.json index bcf98bc70..a634ec5ec 100644 --- a/public/locales/ko/common.json +++ b/public/locales/ko/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "업", "pending": "대기 중", - "down": "다운" + "down": "다운", + "ok": "Ok" }, "healthchecks": { "new": "신규", diff --git a/public/locales/lv/common.json b/public/locales/lv/common.json index 9e4180c71..ab6724755 100644 --- a/public/locales/lv/common.json +++ b/public/locales/lv/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "New", diff --git a/public/locales/ms/common.json b/public/locales/ms/common.json index 4fea074cb..3438abab3 100644 --- a/public/locales/ms/common.json +++ b/public/locales/ms/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "Baharu", diff --git a/public/locales/nl/common.json b/public/locales/nl/common.json index 1039c2dab..a396c65ef 100644 --- a/public/locales/nl/common.json +++ b/public/locales/nl/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Online", "pending": "In afwachting", - "down": "Offline" + "down": "Offline", + "ok": "Ok" }, "healthchecks": { "new": "Nieuw", diff --git a/public/locales/no/common.json b/public/locales/no/common.json index 38604af56..13536a60d 100644 --- a/public/locales/no/common.json +++ b/public/locales/no/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "Ny", diff --git a/public/locales/pl/common.json b/public/locales/pl/common.json index f33699de4..20a592808 100644 --- a/public/locales/pl/common.json +++ b/public/locales/pl/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "Nowy", diff --git a/public/locales/pt/common.json b/public/locales/pt/common.json index 1be845d28..be72e8db8 100644 --- a/public/locales/pt/common.json +++ b/public/locales/pt/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "Novo", diff --git a/public/locales/pt_BR/common.json b/public/locales/pt_BR/common.json index a51278acf..f7dc12b39 100644 --- a/public/locales/pt_BR/common.json +++ b/public/locales/pt_BR/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Ativo", "pending": "Pendente", - "down": "Inativo" + "down": "Inativo", + "ok": "Ok" }, "healthchecks": { "new": "Novo", diff --git a/public/locales/ro/common.json b/public/locales/ro/common.json index c7a067b7c..f94b143dc 100644 --- a/public/locales/ro/common.json +++ b/public/locales/ro/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "Nou", diff --git a/public/locales/ru/common.json b/public/locales/ru/common.json index 9bbeea5af..8d15be5c2 100644 --- a/public/locales/ru/common.json +++ b/public/locales/ru/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "В сети", "pending": "Ожидают", - "down": "Не в сети" + "down": "Не в сети", + "ok": "Ok" }, "healthchecks": { "new": "Новый", diff --git a/public/locales/sk/common.json b/public/locales/sk/common.json index ff13f1762..921b8d085 100644 --- a/public/locales/sk/common.json +++ b/public/locales/sk/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Beží", "pending": "Čakajúce", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "Nový", diff --git a/public/locales/sl/common.json b/public/locales/sl/common.json index c76049ab2..4479fd558 100644 --- a/public/locales/sl/common.json +++ b/public/locales/sl/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "Nov", diff --git a/public/locales/sr/common.json b/public/locales/sr/common.json index 75f804ff3..6fe7c7b4a 100644 --- a/public/locales/sr/common.json +++ b/public/locales/sr/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Горе", "pending": "На чекању", - "down": "Доле" + "down": "Доле", + "ok": "Ok" }, "healthchecks": { "new": "Сада", @@ -600,13 +601,13 @@ "total": "Укупно" }, "pangolin": { - "orgs": "Orgs", - "sites": "Sites", - "resources": "Resources", - "targets": "Targets", - "traffic": "Traffic", - "in": "In", - "out": "Out" + "orgs": "Организације", + "sites": "Сајтови", + "resources": "Ресурси", + "targets": "Циљеви", + "traffic": "Саобраћај", + "in": "Улазак", + "out": "Излазак" }, "peanut": { "battery_charge": "Напуњеност батерије", diff --git a/public/locales/sv/common.json b/public/locales/sv/common.json index 215825556..dd1c6fa42 100644 --- a/public/locales/sv/common.json +++ b/public/locales/sv/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "New", diff --git a/public/locales/te/common.json b/public/locales/te/common.json index eaf600456..432ab7462 100644 --- a/public/locales/te/common.json +++ b/public/locales/te/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "New", diff --git a/public/locales/th/common.json b/public/locales/th/common.json index 722c80909..8679bfeb5 100644 --- a/public/locales/th/common.json +++ b/public/locales/th/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "New", diff --git a/public/locales/tr/common.json b/public/locales/tr/common.json index 1f39661cd..cc6897b30 100644 --- a/public/locales/tr/common.json +++ b/public/locales/tr/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Çalışıyor", "pending": "Bekleyen", - "down": "Çalışmayan" + "down": "Çalışmayan", + "ok": "Ok" }, "healthchecks": { "new": "Yeni", diff --git a/public/locales/uk/common.json b/public/locales/uk/common.json index 70429a477..da6586ab5 100644 --- a/public/locales/uk/common.json +++ b/public/locales/uk/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "Новий", diff --git a/public/locales/vi/common.json b/public/locales/vi/common.json index b9fea46d0..1fab67dee 100644 --- a/public/locales/vi/common.json +++ b/public/locales/vi/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "New", diff --git a/public/locales/yue/common.json b/public/locales/yue/common.json index ff9318b8d..fd03ba932 100644 --- a/public/locales/yue/common.json +++ b/public/locales/yue/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "新建立", diff --git a/public/locales/zh-Hans/common.json b/public/locales/zh-Hans/common.json index e11fd97f7..e1dcd2875 100644 --- a/public/locales/zh-Hans/common.json +++ b/public/locales/zh-Hans/common.json @@ -364,7 +364,7 @@ "version": "版本", "notesCount": "笔记", "dbSize": "数据库大小", - "unknown": "Unknown" + "unknown": "未知" }, "navidrome": { "nothing_streaming": "", @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "新建立", @@ -800,7 +801,7 @@ }, "kavita": { "seriesCount": "系列", - "totalFiles": "Files" + "totalFiles": "文件" }, "azuredevops": { "result": "Result", @@ -1097,7 +1098,7 @@ }, "unraid": { "STARTED": "Started", - "STOPPED": "Stopped", + "STOPPED": "已停止", "NEW_ARRAY": "New Array", "RECON_DISK": "Reconstructing Disk", "DISABLE_DISK": "Disk Disabled", diff --git a/public/locales/zh-Hant/common.json b/public/locales/zh-Hant/common.json index ce31adf37..5bfdaf212 100644 --- a/public/locales/zh-Hant/common.json +++ b/public/locales/zh-Hant/common.json @@ -532,7 +532,8 @@ "child_bridges_status": "{{ok}}/{{total}}", "up": "Up", "pending": "Pending", - "down": "Down" + "down": "Down", + "ok": "Ok" }, "healthchecks": { "new": "新建",