From a8e7a5f9123e6d430a19325ea5509d8d41477105 Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Thu, 8 Sep 2022 11:48:59 +0300 Subject: [PATCH] add machine translated locales for de, es, fr, pt, ru and zh-CN --- public/locales/de/common.json | 98 ++++++++++++++++++++++++++++++++ public/locales/es/common.json | 98 ++++++++++++++++++++++++++++++++ public/locales/fr/common.json | 98 ++++++++++++++++++++++++++++++++ public/locales/pt/common.json | 98 ++++++++++++++++++++++++++++++++ public/locales/ru/common.json | 98 ++++++++++++++++++++++++++++++++ public/locales/zh-CN/common.json | 98 ++++++++++++++++++++++++++++++++ 6 files changed, 588 insertions(+) create mode 100644 public/locales/de/common.json create mode 100644 public/locales/es/common.json create mode 100644 public/locales/fr/common.json create mode 100644 public/locales/pt/common.json create mode 100644 public/locales/ru/common.json create mode 100644 public/locales/zh-CN/common.json diff --git a/public/locales/de/common.json b/public/locales/de/common.json new file mode 100644 index 000000000..f79a5426f --- /dev/null +++ b/public/locales/de/common.json @@ -0,0 +1,98 @@ +{ + "common": { + "bytes": "{{value, bytes}}", + "bits": "{{value, bytes(bits: true)}}", + "bbytes": "{{value, bytes(binary: true)}}", + "bbits": "{{value, bytes(bits: true, binary: true)}}", + "byterate": "{{value, bytes}}", + "bitrate": "{{value, bytes(bits: true)}}", + "percent": "{{value, percent}}", + "number": "{{value, number}}", + "ms": "{{value, number}}" + }, + "widget":{ + "missing_type":"Fehlender Widget-Typ: {{type}}", + "api_error":"API-Fehler", + "status":"Status" + }, + "search":{ + "placeholder":"Suche..." + }, + "resources":{ + "total":"Gesamt", + "free":"Frei", + "used":"Gebraucht" + }, + "docker":{ + "rx":"Rx", + "tx":"Tx", + "mem":"Mem", + "cpu":"Zentralprozessor", + "offline":"Offline" + }, + "emby":{ + "playing":"Spielen", + "transcoding":"Transcodierung", + "bitrate":"Bitrate" + }, + "tautulli":{ + "playing":"Spielen", + "transcoding":"Transcodierung", + "bitrate":"Bitrate" + }, + "nzbget":{ + "rate":"Rate", + "remaining":"Verblieben", + "downloaded":"Heruntergeladen" + }, + "rutorrent":{ + "active":"Aktiv", + "upload":"Hochladen", + "download":"Download" + }, + "sonarr":{ + "wanted":"Gesucht", + "queued":"In Warteschlange", + "series":"Serie" + }, + "radarr":{ + "wanted":"Gesucht", + "queued":"In Warteschlange", + "movies":"Filme" + }, + "ombi":{ + "pending":"Ausstehend", + "approved":"Genehmigt", + "available":"Verfügbar" + }, + "jellyseerr":{ + "pending":"Ausstehend", + "approved":"Genehmigt", + "available":"Verfügbar" + }, + "pihole":{ + "queries":"Abfragen", + "blocked":"verstopft", + "gravity":"Schwere" + }, + "speedtest":{ + "upload":"Hochladen", + "download":"Download", + "ping":"Klingeln" + }, + "portainer":{ + "running":"Betrieb", + "stopped":"Gestoppt", + "total":"Gesamt" + }, + "traefik":{ + "routers":"Router", + "services":"Dienstleistungen", + "middleware":"Middleware" + }, + "npm":{ + "enabled":"Ermöglicht", + "disabled":"Deaktiviert", + "total":"Gesamt" + } +} diff --git a/public/locales/es/common.json b/public/locales/es/common.json new file mode 100644 index 000000000..4dad2b5c5 --- /dev/null +++ b/public/locales/es/common.json @@ -0,0 +1,98 @@ +{ + "common": { + "bytes": "{{value, bytes}}", + "bits": "{{value, bytes(bits: true)}}", + "bbytes": "{{value, bytes(binary: true)}}", + "bbits": "{{value, bytes(bits: true, binary: true)}}", + "byterate": "{{value, bytes}}", + "bitrate": "{{value, bytes(bits: true)}}", + "percent": "{{value, percent}}", + "number": "{{value, number}}", + "ms": "{{value, number}}" + }, + "widget":{ + "missing_type":"Tipo de widget faltante: {{type}}", + "api_error":"Error de API", + "status":"Estado" + }, + "search":{ + "placeholder":"Búsqueda..." + }, + "resources":{ + "total":"Total", + "free":"Libre", + "used":"Usó" + }, + "docker":{ + "rx":"Rx", + "tx":"Tx", + "mem":"Memorando", + "cpu":"UPC", + "offline":"Desconectada" + }, + "emby":{ + "playing":"Jugando", + "transcoding":"Transcodificación", + "bitrate":"Tasa de bits" + }, + "tautulli":{ + "playing":"Jugando", + "transcoding":"Transcodificación", + "bitrate":"Tasa de bits" + }, + "nzbget":{ + "rate":"Velocidad", + "remaining":"Restante", + "downloaded":"Descargada" + }, + "rutorrent":{ + "active":"Activa", + "upload":"Subir", + "download":"Descargar" + }, + "sonarr":{ + "wanted":"Querida", + "queued":"Puesto en cola", + "series":"Serie" + }, + "radarr":{ + "wanted":"Querida", + "queued":"Puesto en cola", + "movies":"Películas" + }, + "ombi":{ + "pending":"Pendiente", + "approved":"Aprobada", + "available":"Disponible" + }, + "jellyseerr":{ + "pending":"Pendiente", + "approved":"Aprobada", + "available":"Disponible" + }, + "pihole":{ + "queries":"Consultas", + "blocked":"Obstruida", + "gravity":"Gravedad" + }, + "speedtest":{ + "upload":"Subir", + "download":"Descargar", + "ping":"Silbido" + }, + "portainer":{ + "running":"Correr", + "stopped":"Detenida", + "total":"Total" + }, + "traefik":{ + "routers":"Enrutadores", + "services":"Servicios", + "middleware":"Middleware" + }, + "npm":{ + "enabled":"Activada", + "disabled":"Desactivada", + "total":"Total" + } +} diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json new file mode 100644 index 000000000..c5750ed49 --- /dev/null +++ b/public/locales/fr/common.json @@ -0,0 +1,98 @@ +{ + "common": { + "bytes": "{{value, bytes}}", + "bits": "{{value, bytes(bits: true)}}", + "bbytes": "{{value, bytes(binary: true)}}", + "bbits": "{{value, bytes(bits: true, binary: true)}}", + "byterate": "{{value, bytes}}", + "bitrate": "{{value, bytes(bits: true)}}", + "percent": "{{value, percent}}", + "number": "{{value, number}}", + "ms": "{{value, number}}" + }, + "widget":{ + "missing_type":"Type de widget manquant: {{type}}", + "api_error":"Erreur de l'API", + "status":"Statut" + }, + "search":{ + "placeholder":"Chercher..." + }, + "resources":{ + "total":"Totale", + "free":"Libre", + "used":"Utilisée" + }, + "docker":{ + "rx":"Rx", + "tx":"TX", + "mem":"Mem", + "cpu":"CPU", + "offline":"Hors ligne" + }, + "emby":{ + "playing":"En jouant", + "transcoding":"Transcoding", + "bitrate":"Débiter" + }, + "tautulli":{ + "playing":"En jouant", + "transcoding":"Transcoding", + "bitrate":"Débiter" + }, + "nzbget":{ + "rate":"Évaluer", + "remaining":"Restante", + "downloaded":"Téléchargé" + }, + "rutorrent":{ + "active":"Active", + "upload":"Télécharger", + "download":"Télécharger" + }, + "sonarr":{ + "wanted":"Recherchée", + "queued":"En queue", + "series":"Série" + }, + "radarr":{ + "wanted":"Recherchée", + "queued":"En queue", + "movies":"Films" + }, + "ombi":{ + "pending":"En attente", + "approved":"Approuvée", + "available":"Disponible" + }, + "jellyseerr":{ + "pending":"En attente", + "approved":"Approuvée", + "available":"Disponible" + }, + "pihole":{ + "queries":"Requêtes", + "blocked":"Bloquée", + "gravity":"La gravité" + }, + "speedtest":{ + "upload":"Télécharger", + "download":"Télécharger", + "ping":"Ping-ping" + }, + "portainer":{ + "running":"Fonctionnement", + "stopped":"Arrêté", + "total":"Totale" + }, + "traefik":{ + "routers":"Routeurs", + "services":"Prestations de service", + "middleware":"Middleware" + }, + "npm":{ + "enabled":"Activé", + "disabled":"Handicapée", + "total":"Totale" + } +} diff --git a/public/locales/pt/common.json b/public/locales/pt/common.json new file mode 100644 index 000000000..8fb5043db --- /dev/null +++ b/public/locales/pt/common.json @@ -0,0 +1,98 @@ +{ + "common": { + "bytes": "{{value, bytes}}", + "bits": "{{value, bytes(bits: true)}}", + "bbytes": "{{value, bytes(binary: true)}}", + "bbits": "{{value, bytes(bits: true, binary: true)}}", + "byterate": "{{value, bytes}}", + "bitrate": "{{value, bytes(bits: true)}}", + "percent": "{{value, percent}}", + "number": "{{value, number}}", + "ms": "{{value, number}}" + }, + "widget":{ + "missing_type":"Tipo de widget ausente: {{type}}", + "api_error":"Erro da API", + "status":"Status" + }, + "search":{ + "placeholder":"Procurar..." + }, + "resources":{ + "total":"Total", + "free":"Livre", + "used":"Usada" + }, + "docker":{ + "rx":"Rx", + "tx":"Tx", + "mem":"Mem", + "cpu":"CPU", + "offline":"Desligada" + }, + "emby":{ + "playing":"Jogando", + "transcoding":"Transcodificação", + "bitrate":"Taxa de bits" + }, + "tautulli":{ + "playing":"Jogando", + "transcoding":"Transcodificação", + "bitrate":"Taxa de bits" + }, + "nzbget":{ + "rate":"Avaliar", + "remaining":"Remanescente", + "downloaded":"Baixada" + }, + "rutorrent":{ + "active":"Ativa", + "upload":"Envio", + "download":"Download" + }, + "sonarr":{ + "wanted":"Desejada", + "queued":"Enfileiradas", + "series":"Series" + }, + "radarr":{ + "wanted":"Desejada", + "queued":"Enfileiradas", + "movies":"Filmes" + }, + "ombi":{ + "pending":"Pendente", + "approved":"Aprovada", + "available":"Disponível" + }, + "jellyseerr":{ + "pending":"Pendente", + "approved":"Aprovada", + "available":"Disponível" + }, + "pihole":{ + "queries":"Consultas", + "blocked":"Bloqueado", + "gravity":"Gravidade" + }, + "speedtest":{ + "upload":"Envio", + "download":"Download", + "ping":"Ping" + }, + "portainer":{ + "running":"Corrida", + "stopped":"Parou", + "total":"Total" + }, + "traefik":{ + "routers":"Roteadores", + "services":"Serviços", + "middleware":"Middleware" + }, + "npm":{ + "enabled":"Habilitada", + "disabled":"Desabilitada", + "total":"Total" + } +} diff --git a/public/locales/ru/common.json b/public/locales/ru/common.json new file mode 100644 index 000000000..59e94afcb --- /dev/null +++ b/public/locales/ru/common.json @@ -0,0 +1,98 @@ +{ + "common": { + "bytes": "{{value, bytes}}", + "bits": "{{value, bytes(bits: true)}}", + "bbytes": "{{value, bytes(binary: true)}}", + "bbits": "{{value, bytes(bits: true, binary: true)}}", + "byterate": "{{value, bytes}}", + "bitrate": "{{value, bytes(bits: true)}}", + "percent": "{{value, percent}}", + "number": "{{value, number}}", + "ms": "{{value, number}}" + }, + "widget":{ + "missing_type":"Отсутствует тип виджета: {{type}}", + "api_error":"Ошибка API", + "status":"Статус" + }, + "search":{ + "placeholder":"Поиск..." + }, + "resources":{ + "total":"Общий", + "free":"Свободно", + "used":"Использовал" + }, + "docker":{ + "rx":"Rx", + "tx":"Техас", + "mem":"Мем", + "cpu":"Процессор", + "offline":"Не в сети" + }, + "emby":{ + "playing":"Игра", + "transcoding":"Транскодирование", + "bitrate":"Битрейт" + }, + "tautulli":{ + "playing":"Игра", + "transcoding":"Транскодирование", + "bitrate":"Битрейт" + }, + "nzbget":{ + "rate":"Оценивать", + "remaining":"Оставшийся", + "downloaded":"Загружен" + }, + "rutorrent":{ + "active":"Активный", + "upload":"Загрузить", + "download":"Скачать" + }, + "sonarr":{ + "wanted":"Хотел", + "queued":"В очереди", + "series":"Серии" + }, + "radarr":{ + "wanted":"Хотел", + "queued":"В очереди", + "movies":"Фильмы" + }, + "ombi":{ + "pending":"В ожидании", + "approved":"Одобренный", + "available":"Доступный" + }, + "jellyseerr":{ + "pending":"В ожидании", + "approved":"Одобренный", + "available":"Доступный" + }, + "pihole":{ + "queries":"Запросы", + "blocked":"Заблокированный", + "gravity":"Сила тяжести" + }, + "speedtest":{ + "upload":"Загрузить", + "download":"Скачать", + "ping":"пинг" + }, + "portainer":{ + "running":"Бег", + "stopped":"Остановился", + "total":"Общий" + }, + "traefik":{ + "routers":"Маршрутизаторы", + "services":"Услуги", + "middleware":"Промежуточное программное обеспечение" + }, + "npm":{ + "enabled":"Включено", + "disabled":"Неполноценный", + "total":"Общий" + } +} diff --git a/public/locales/zh-CN/common.json b/public/locales/zh-CN/common.json new file mode 100644 index 000000000..0dc8e1b14 --- /dev/null +++ b/public/locales/zh-CN/common.json @@ -0,0 +1,98 @@ +{ + "common": { + "bytes": "{{value, bytes}}", + "bits": "{{value, bytes(bits: true)}}", + "bbytes": "{{value, bytes(binary: true)}}", + "bbits": "{{value, bytes(bits: true, binary: true)}}", + "byterate": "{{value, bytes}}", + "bitrate": "{{value, bytes(bits: true)}}", + "percent": "{{value, percent}}", + "number": "{{value, number}}", + "ms": "{{value, number}}" + }, + "widget":{ + "missing_type":"缺少小部件类型:{{type}}", + "api_error":"API错误", + "status":"地位" + }, + "search":{ + "placeholder":"搜索..." + }, + "resources":{ + "total":"全部的", + "free":"自由的", + "used":"用过的" + }, + "docker":{ + "rx":"rx", + "tx":"TX", + "mem":"mem", + "cpu":"中央处理器", + "offline":"离线" + }, + "emby":{ + "playing":"玩", + "transcoding":"转码", + "bitrate":"比特率" + }, + "tautulli":{ + "playing":"玩", + "transcoding":"转码", + "bitrate":"比特率" + }, + "nzbget":{ + "rate":"速度", + "remaining":"其余的", + "downloaded":"下载" + }, + "rutorrent":{ + "active":"积极的", + "upload":"上传", + "download":"下载" + }, + "sonarr":{ + "wanted":"通缉", + "queued":"排队", + "series":"系列" + }, + "radarr":{ + "wanted":"通缉", + "queued":"排队", + "movies":"电影" + }, + "ombi":{ + "pending":"待办的", + "approved":"得到正式认可的", + "available":"可用的" + }, + "jellyseerr":{ + "pending":"待办的", + "approved":"得到正式认可的", + "available":"可用的" + }, + "pihole":{ + "queries":"查询", + "blocked":"阻止", + "gravity":"重力" + }, + "speedtest":{ + "upload":"上传", + "download":"下载", + "ping":"ping" + }, + "portainer":{ + "running":"跑步", + "stopped":"停了下来", + "total":"全部的" + }, + "traefik":{ + "routers":"路由器", + "services":"服务", + "middleware":"中间件" + }, + "npm":{ + "enabled":"已启用", + "disabled":"禁用", + "total":"全部的" + } +}