diff --git a/public/locales/de/common.json b/public/locales/de/common.json index 15e010ad2..e5843b606 100644 --- a/public/locales/de/common.json +++ b/public/locales/de/common.json @@ -4,8 +4,8 @@ }, "tip": "Tipp: ", "time": { - "seconds": "", - "minutes": "", - "hours": "" + "seconds": "Sekunden", + "minutes": "Minuten", + "hours": "Stunden" } } diff --git a/public/locales/de/layout/add-service-app-shelf.json b/public/locales/de/layout/add-service-app-shelf.json index 10da1ef98..f7dc884e8 100644 --- a/public/locales/de/layout/add-service-app-shelf.json +++ b/public/locales/de/layout/add-service-app-shelf.json @@ -95,11 +95,8 @@ } }, "advancedOptions": { - "title": "", + "title": "Erweiterte Optionen", "form": { - "ping": { - "label": "" - }, "httpStatusCodes": { "label": "HTTP Status Nummern", "placeholder": "Gültige Statuscodes auswählen", diff --git a/public/locales/de/modules/dashdot.json b/public/locales/de/modules/dashdot.json index 8574b1f63..4b49d328b 100644 --- a/public/locales/de/modules/dashdot.json +++ b/public/locales/de/modules/dashdot.json @@ -13,14 +13,7 @@ "label": "Kompaktmodus verwenden" }, "graphs": { - "label": "Graphen", - "options": { - "cpu": "CPU", - "ram": "RAM", - "storage": "Speicher", - "network": "Netzwerk", - "gpu": "GPU" - } + "label": "Graphen" }, "url": { "label": "Dash. URL" @@ -30,7 +23,7 @@ "card": { "title": "Dash.", "errors": { - "noService": "", + "noService": "Kein Dash. Dienst gefunden. Bitte fügen Sie einen zu Ihrem Homarr Dashboard hinzu oder setzen Sie eine Dash. URL in den Moduloptionen", "noInformation": "Es können keine Informationen vom Dash. abgerufen werden. - Verwenden Sie die neueste Version?" }, "graphs": { diff --git a/public/locales/de/modules/dlspeed.json b/public/locales/de/modules/dlspeed.json index 59855b967..de1183baa 100644 --- a/public/locales/de/modules/dlspeed.json +++ b/public/locales/de/modules/dlspeed.json @@ -2,5 +2,34 @@ "descriptor": { "name": "Download Geschwindigkeit", "description": "Zeige die aktuellen Downloadgeschwindigkeiten von unterstützten Services" + }, + "card": { + "table": { + "header": { + "name": "Name", + "size": "Größe", + "download": "Down", + "upload": "Up", + "estimatedTimeOfArrival": "Voraussichtlicher Abschluss", + "progress": "Fortschritt" + }, + "body": { + "nothingFound": "Keine Torrents gefunden" + } + }, + "lineChart": { + "title": "Aktuelle Downloadgeschwindigkeit", + "download": "Download: {{download}}", + "upload": "Upload: {{upload}}", + "timeSpan": "{{seconds}} Sekunden zuvor", + "totalDownload": "Download: {{download}}/s", + "totalUpload": "Upload: {{upload}}/s" + }, + "errors": { + "noDownloadClients": { + "title": "Keine unterstützten Download-Clients gefunden!", + "text": "Fügen Sie einen Download-Service hinzu, um Ihre aktuellen Downloads anzuzeigen" + } + } } } \ No newline at end of file diff --git a/public/locales/de/modules/docker.json b/public/locales/de/modules/docker.json index b8b7719f7..92ad11263 100644 --- a/public/locales/de/modules/docker.json +++ b/public/locales/de/modules/docker.json @@ -38,7 +38,7 @@ "title": "Starten" }, "refreshData": { - "title": "" + "title": "Daten aktualisieren" }, "remove": { "title": "Entfernen" @@ -49,8 +49,8 @@ }, "messages": { "successfullyExecuted": { - "title": "", - "message": "" + "title": "Container {{containerName}} {{action}}ed", + "message": "Ihr Container wurde erfolgreich {{action}}." } }, "errors": { diff --git a/public/locales/de/modules/search.json b/public/locales/de/modules/search.json index 73856457a..3db2acb8d 100644 --- a/public/locales/de/modules/search.json +++ b/public/locales/de/modules/search.json @@ -1,7 +1,7 @@ { "descriptor": { "name": "Suchleiste", - "description": "" + "description": "Suchleiste zum Durchsuchen des Internets, von Youtube, Torrents oder Overseerr" }, "input": { "placeholder": "Das Internet durchsuchen..." diff --git a/public/locales/de/modules/usenet.json b/public/locales/de/modules/usenet.json index bacec837c..043bc786b 100644 --- a/public/locales/de/modules/usenet.json +++ b/public/locales/de/modules/usenet.json @@ -1,7 +1,7 @@ { "descriptor": { - "name": "", - "description": "" + "name": "Sabnzbd", + "description": "Ermöglicht es Ihnen, Ihre Sabnzbd-Warteschlange und den Verlauf zu sehen, Downloads anzuhalten und fortzusetzen" }, "card": { "errors": { @@ -12,12 +12,12 @@ } }, "tabs": { - "queue": "", - "history": "" + "queue": "Warteschlange", + "history": "Geschichte" }, "info": { - "sizeLeft": "", - "paused": "" + "sizeLeft": "Größe links", + "paused": "Pausiert" }, "queue": { "header": { @@ -26,24 +26,24 @@ "eta": "Voraussichtlicher Abschluss", "progress": "Fortschritt" }, - "empty": "", + "empty": "Leere", "error": { - "title": "", - "message": "" + "title": "Fehler", + "message": "Es ist ein Fehler aufgetreten" }, - "paused": "" + "paused": "Pausiert" }, "history": { "header": { "name": "Name", "size": "Größe", - "duration": "" + "duration": "Dauer" }, - "empty": "", + "empty": "Leere", "error": { - "title": "", - "message": "" + "title": "Fehler", + "message": "Fehler beim Laden der Historie" }, - "paused": "" + "paused": "Pausiert" } } diff --git a/public/locales/de/settings/customization/page-appearance.json b/public/locales/de/settings/customization/page-appearance.json index f80ac7d85..8c195e6a1 100644 --- a/public/locales/de/settings/customization/page-appearance.json +++ b/public/locales/de/settings/customization/page-appearance.json @@ -16,8 +16,8 @@ "placeholder": "/img/background.png" }, "customCSS": { - "label": "", - "placeholder": "" + "label": "Benutzerdefiniertes CSS", + "placeholder": "Benutzerdefiniertes CSS wird zuletzt ausgeführt" }, "buttons": { "submit": "Absenden" diff --git a/public/locales/en/layout/add-service-app-shelf.json b/public/locales/en/layout/add-service-app-shelf.json index 936fddf18..ca88e1f31 100644 --- a/public/locales/en/layout/add-service-app-shelf.json +++ b/public/locales/en/layout/add-service-app-shelf.json @@ -95,11 +95,8 @@ } }, "advancedOptions": { - "title": "Advanced Options", + "title": "Advanced options", "form": { - "ping": { - "label": "Ping Service" - }, "httpStatusCodes": { "label": "HTTP Status Codes", "placeholder": "Select valid status codes", diff --git a/public/locales/es/layout/add-service-app-shelf.json b/public/locales/es/layout/add-service-app-shelf.json index 7e49f79f5..56f8b3510 100644 --- a/public/locales/es/layout/add-service-app-shelf.json +++ b/public/locales/es/layout/add-service-app-shelf.json @@ -95,11 +95,8 @@ } }, "advancedOptions": { - "title": "Opciones Avanzadas", + "title": "", "form": { - "ping": { - "label": "Servicio de Latencia" - }, "httpStatusCodes": { "label": "Códigos de estado HTTP", "placeholder": "Seleccionar códigos de estado válidos", diff --git a/public/locales/es/modules/dashdot.json b/public/locales/es/modules/dashdot.json index c467842fe..c7c7c736a 100644 --- a/public/locales/es/modules/dashdot.json +++ b/public/locales/es/modules/dashdot.json @@ -13,14 +13,7 @@ "label": "Usar la vista Compacta" }, "graphs": { - "label": "Gráficos", - "options": { - "cpu": "Procesador", - "ram": "Memoria RAM", - "storage": "Almacenaje", - "network": "Red", - "gpu": "Procesador Gráfico" - } + "label": "Gráficos" }, "url": { "label": "Dash. URL" diff --git a/public/locales/es/modules/dlspeed.json b/public/locales/es/modules/dlspeed.json index 6aa1aefda..4c64a25c8 100644 --- a/public/locales/es/modules/dlspeed.json +++ b/public/locales/es/modules/dlspeed.json @@ -2,5 +2,34 @@ "descriptor": { "name": "Velocidad de Descarga", "description": "Mostrar la velocidad de descarga actual de los servicios compatibles" + }, + "card": { + "table": { + "header": { + "name": "Nombre", + "size": "Tamaño", + "download": "Descarga", + "upload": "Subida", + "estimatedTimeOfArrival": "Tiempo restante", + "progress": "Completado %" + }, + "body": { + "nothingFound": "No se han encontrado torrents" + } + }, + "lineChart": { + "title": "Velocidad de descarga actual", + "download": "Velocidad de Descarga: {{download}}", + "upload": "Velocidad de subida: {{upload}}", + "timeSpan": "Hace {{seconds}} segundos", + "totalDownload": "Velocidad de Descarga: {{download}}/s", + "totalUpload": "Velocidad de Subida: {{upload}}/s" + }, + "errors": { + "noDownloadClients": { + "title": "¡No se han encontrado clientes de descarga compatibles!", + "text": "Añade un servicio de descarga para ver tus descargas actuales" + } + } } } \ No newline at end of file diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index c3d498318..cf78741aa 100644 --- a/public/locales/fr/common.json +++ b/public/locales/fr/common.json @@ -4,8 +4,8 @@ }, "tip": "Conseil : ", "time": { - "seconds": "", - "minutes": "", - "hours": "" + "seconds": "secondes", + "minutes": "minutes", + "hours": "heures" } } diff --git a/public/locales/fr/layout/add-service-app-shelf.json b/public/locales/fr/layout/add-service-app-shelf.json index 17a51c549..cae5f90ad 100644 --- a/public/locales/fr/layout/add-service-app-shelf.json +++ b/public/locales/fr/layout/add-service-app-shelf.json @@ -97,9 +97,6 @@ "advancedOptions": { "title": "Options avancées", "form": { - "ping": { - "label": "Service Ping" - }, "httpStatusCodes": { "label": "Codes d'état HTTP", "placeholder": "Sélectionnez les codes d'état valides", diff --git a/public/locales/fr/modules/dashdot.json b/public/locales/fr/modules/dashdot.json index ea4958802..e24d7e588 100644 --- a/public/locales/fr/modules/dashdot.json +++ b/public/locales/fr/modules/dashdot.json @@ -13,14 +13,7 @@ "label": "Utiliser la vue compacte" }, "graphs": { - "label": "Graphiques", - "options": { - "cpu": "CPU", - "ram": "RAM", - "storage": "Stockage", - "network": "Réseau", - "gpu": "GPU" - } + "label": "Graphiques" }, "url": { "label": "URL Dash." diff --git a/public/locales/fr/modules/dlspeed.json b/public/locales/fr/modules/dlspeed.json index 5de474a53..b6b1b0c3b 100644 --- a/public/locales/fr/modules/dlspeed.json +++ b/public/locales/fr/modules/dlspeed.json @@ -2,5 +2,34 @@ "descriptor": { "name": "Vitesse de téléchargement", "description": "Afficher la vitesse de téléchargement actuelle des services pris en charge" + }, + "card": { + "table": { + "header": { + "name": "Nom", + "size": "Taille", + "download": "Duvet", + "upload": "Up", + "estimatedTimeOfArrival": "ETA", + "progress": "Progrès" + }, + "body": { + "nothingFound": "Aucun torrent trouvé" + } + }, + "lineChart": { + "title": "Vitesse de téléchargement actuelle", + "download": "Télécharger : {{download}}", + "upload": "Télécharger : {{upload}}", + "timeSpan": "{{seconds}} il y a quelques secondes", + "totalDownload": "Télécharger : {{download}}/s", + "totalUpload": "Upload : {{upload}}/s" + }, + "errors": { + "noDownloadClients": { + "title": "Aucun client de téléchargement supporté n'a été trouvé !", + "text": "Ajouter un service de téléchargement pour afficher vos téléchargements en cours" + } + } } } \ No newline at end of file diff --git a/public/locales/fr/modules/docker.json b/public/locales/fr/modules/docker.json index 688947d24..02486da37 100644 --- a/public/locales/fr/modules/docker.json +++ b/public/locales/fr/modules/docker.json @@ -38,7 +38,7 @@ "title": "Début" }, "refreshData": { - "title": "" + "title": "Rafraîchir les données" }, "remove": { "title": "Retirer" diff --git a/public/locales/fr/modules/usenet.json b/public/locales/fr/modules/usenet.json index 810cfe1c7..fd9061c24 100644 --- a/public/locales/fr/modules/usenet.json +++ b/public/locales/fr/modules/usenet.json @@ -1,7 +1,7 @@ { "descriptor": { - "name": "", - "description": "" + "name": "Sabnzbd", + "description": "Permet de voir votre file d'attente et votre historique Sabnzbd, de mettre en pause et de reprendre les téléchargements" }, "card": { "errors": { @@ -12,12 +12,12 @@ } }, "tabs": { - "queue": "", - "history": "" + "queue": "File d'attente", + "history": "Historique" }, "info": { - "sizeLeft": "", - "paused": "" + "sizeLeft": "Taille restante", + "paused": "En pause" }, "queue": { "header": { @@ -26,24 +26,24 @@ "eta": "ETA", "progress": "Progrès" }, - "empty": "", + "empty": "Vide", "error": { - "title": "", - "message": "" + "title": "Erreur", + "message": "Une erreur est survenue" }, - "paused": "" + "paused": "En pause" }, "history": { "header": { "name": "Nom", "size": "Taille", - "duration": "" + "duration": "Durée" }, - "empty": "", + "empty": "Vide", "error": { - "title": "", - "message": "" + "title": "Erreur", + "message": "Erreur récupération de l'historique" }, - "paused": "" + "paused": "En pause" } } diff --git a/public/locales/it/common.json b/public/locales/it/common.json index 7bbaef216..fbf0a2ca8 100644 --- a/public/locales/it/common.json +++ b/public/locales/it/common.json @@ -4,8 +4,8 @@ }, "tip": "Suggerimento: ", "time": { - "seconds": "", - "minutes": "", - "hours": "" + "seconds": "secondi", + "minutes": "minuti", + "hours": "ore" } } diff --git a/public/locales/it/layout/add-service-app-shelf.json b/public/locales/it/layout/add-service-app-shelf.json index 94eae2d23..71ec4f952 100644 --- a/public/locales/it/layout/add-service-app-shelf.json +++ b/public/locales/it/layout/add-service-app-shelf.json @@ -97,9 +97,6 @@ "advancedOptions": { "title": "Opzioni avanzate", "form": { - "ping": { - "label": "Servizio Ping" - }, "httpStatusCodes": { "label": "Codici di stato HTTP", "placeholder": "Selezionare i codici di stato validi", diff --git a/public/locales/it/modules/dashdot.json b/public/locales/it/modules/dashdot.json index 1f05853d4..a2038cfd5 100644 --- a/public/locales/it/modules/dashdot.json +++ b/public/locales/it/modules/dashdot.json @@ -13,14 +13,7 @@ "label": "Utilizzare la vista compatta" }, "graphs": { - "label": "Grafici", - "options": { - "cpu": "CPU", - "ram": "RAM", - "storage": "Immagazzinamento", - "network": "Rete", - "gpu": "GPU" - } + "label": "Grafici" }, "url": { "label": "Dash. URL" diff --git a/public/locales/it/modules/dlspeed.json b/public/locales/it/modules/dlspeed.json index ff33cb9c7..e1febbec7 100644 --- a/public/locales/it/modules/dlspeed.json +++ b/public/locales/it/modules/dlspeed.json @@ -2,5 +2,34 @@ "descriptor": { "name": "Scarica la velocità", "description": "Mostra la velocità di download attuale dei servizi supportati" + }, + "card": { + "table": { + "header": { + "name": "Nome", + "size": "Dimensione", + "download": "In basso", + "upload": "Su", + "estimatedTimeOfArrival": "ETA", + "progress": "Progressi" + }, + "body": { + "nothingFound": "Nessun torrent trovato" + } + }, + "lineChart": { + "title": "Velocità di download attuale", + "download": "Scaricamento: {{download}}", + "upload": "Caricare: {{upload}}", + "timeSpan": "{{seconds}} secondi fa", + "totalDownload": "Download: {{download}}/s", + "totalUpload": "Caricare: {{upload}}/s" + }, + "errors": { + "noDownloadClients": { + "title": "Nessun client di download supportato trovato!", + "text": "Aggiungere un servizio di download per visualizzare i download correnti" + } + } } } \ No newline at end of file diff --git a/public/locales/it/modules/docker.json b/public/locales/it/modules/docker.json index 12e726fe3..229e9c394 100644 --- a/public/locales/it/modules/docker.json +++ b/public/locales/it/modules/docker.json @@ -38,7 +38,7 @@ "title": "Inizio" }, "refreshData": { - "title": "" + "title": "Aggiornare i dati" }, "remove": { "title": "Rimuovere" diff --git a/public/locales/it/modules/usenet.json b/public/locales/it/modules/usenet.json index 434e4ee64..67561cf2c 100644 --- a/public/locales/it/modules/usenet.json +++ b/public/locales/it/modules/usenet.json @@ -1,7 +1,7 @@ { "descriptor": { - "name": "", - "description": "" + "name": "Sabnzbd", + "description": "Permette di vedere la coda e la cronologia di Sabnzbd, di mettere in pausa e di riprendere i download." }, "card": { "errors": { @@ -12,12 +12,12 @@ } }, "tabs": { - "queue": "", - "history": "" + "queue": "Coda", + "history": "La storia" }, "info": { - "sizeLeft": "", - "paused": "" + "sizeLeft": "Dimensione sinistra", + "paused": "In pausa" }, "queue": { "header": { @@ -26,24 +26,24 @@ "eta": "ETA", "progress": "Progressi" }, - "empty": "", + "empty": "Vuoto", "error": { - "title": "", - "message": "" + "title": "Errore", + "message": "Si è verificato un errore" }, - "paused": "" + "paused": "In pausa" }, "history": { "header": { "name": "Nome", "size": "Dimensione", - "duration": "" + "duration": "Durata" }, - "empty": "", + "empty": "Vuoto", "error": { - "title": "", - "message": "" + "title": "Errore", + "message": "Errore nel caricamento della cronologia" }, - "paused": "" + "paused": "In pausa" } } diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index ebbdc80f3..41628d546 100644 --- a/public/locales/ja/common.json +++ b/public/locales/ja/common.json @@ -4,8 +4,8 @@ }, "tip": "ヒント ", "time": { - "seconds": "", - "minutes": "", - "hours": "" + "seconds": "替わり", + "minutes": "議事録", + "hours": "時間" } } diff --git a/public/locales/ja/layout/add-service-app-shelf.json b/public/locales/ja/layout/add-service-app-shelf.json index e407b47c4..545dbd8ed 100644 --- a/public/locales/ja/layout/add-service-app-shelf.json +++ b/public/locales/ja/layout/add-service-app-shelf.json @@ -95,11 +95,8 @@ } }, "advancedOptions": { - "title": "詳細オプション", + "title": "高度なオプション", "form": { - "ping": { - "label": "Pingサービス" - }, "httpStatusCodes": { "label": "HTTPステータスコード", "placeholder": "有効なステータスコードを選択する", diff --git a/public/locales/ja/modules/dashdot.json b/public/locales/ja/modules/dashdot.json index b07f201a2..fa792b081 100644 --- a/public/locales/ja/modules/dashdot.json +++ b/public/locales/ja/modules/dashdot.json @@ -13,14 +13,7 @@ "label": "コンパクトビューを使用する" }, "graphs": { - "label": "グラフ", - "options": { - "cpu": "CPU", - "ram": "ラム", - "storage": "ストレージ", - "network": "ネットワーク", - "gpu": "GPU" - } + "label": "グラフ" }, "url": { "label": "ダッシュURL" diff --git a/public/locales/ja/modules/dlspeed.json b/public/locales/ja/modules/dlspeed.json index 160610fcc..e688d2aa0 100644 --- a/public/locales/ja/modules/dlspeed.json +++ b/public/locales/ja/modules/dlspeed.json @@ -2,5 +2,34 @@ "descriptor": { "name": "ダウンロード速度", "description": "対応サービスの現在のダウンロード速度を表示する" + }, + "card": { + "table": { + "header": { + "name": "名称", + "size": "サイズ", + "download": "ダウン", + "upload": "上", + "estimatedTimeOfArrival": "ETA", + "progress": "進捗状況" + }, + "body": { + "nothingFound": "トレントが見つかりません" + } + }, + "lineChart": { + "title": "現在のダウンロード速度", + "download": "ダウンロードする {{download}}", + "upload": "アップロードしてください。 {{upload}}", + "timeSpan": "{{seconds}} 秒前", + "totalDownload": "ダウンロードする {{download}}/s", + "totalUpload": "アップロードしてください。 {{upload}}/s" + }, + "errors": { + "noDownloadClients": { + "title": "対応するダウンロードクライアントが見つかりません", + "text": "ダウンロードサービスを追加して、現在のダウンロードを表示する" + } + } } } \ No newline at end of file diff --git a/public/locales/ja/modules/docker.json b/public/locales/ja/modules/docker.json index b6a05a7f2..f9f9f69a1 100644 --- a/public/locales/ja/modules/docker.json +++ b/public/locales/ja/modules/docker.json @@ -38,7 +38,7 @@ "title": "スタート" }, "refreshData": { - "title": "" + "title": "リフレッシュデータ" }, "remove": { "title": "削除" diff --git a/public/locales/ja/modules/usenet.json b/public/locales/ja/modules/usenet.json index 397dd14d6..7d8467731 100644 --- a/public/locales/ja/modules/usenet.json +++ b/public/locales/ja/modules/usenet.json @@ -1,7 +1,7 @@ { "descriptor": { - "name": "", - "description": "" + "name": "Sabnzbd", + "description": "Sabnzbdのキューと履歴の確認、ダウンロードの一時停止と再開が可能です。" }, "card": { "errors": { @@ -12,12 +12,12 @@ } }, "tabs": { - "queue": "", - "history": "" + "queue": "キュー", + "history": "沿革" }, "info": { - "sizeLeft": "", - "paused": "" + "sizeLeft": "左サイズ", + "paused": "ポーズ" }, "queue": { "header": { @@ -26,24 +26,24 @@ "eta": "ETA", "progress": "進捗状況" }, - "empty": "", + "empty": "エンプティ", "error": { - "title": "", - "message": "" + "title": "エラー", + "message": "エラーが発生しました" }, - "paused": "" + "paused": "ポーズ" }, "history": { "header": { "name": "名称", "size": "サイズ", - "duration": "" + "duration": "期間" }, - "empty": "", + "empty": "エンプティ", "error": { - "title": "", - "message": "" + "title": "エラー", + "message": "履歴の読み込みエラー" }, - "paused": "" + "paused": "ポーズ" } } diff --git a/public/locales/ko/layout/add-service-app-shelf.json b/public/locales/ko/layout/add-service-app-shelf.json index 497d24e19..5868261d6 100644 --- a/public/locales/ko/layout/add-service-app-shelf.json +++ b/public/locales/ko/layout/add-service-app-shelf.json @@ -97,9 +97,6 @@ "advancedOptions": { "title": "", "form": { - "ping": { - "label": "" - }, "httpStatusCodes": { "label": "", "placeholder": "", diff --git a/public/locales/ko/modules/dashdot.json b/public/locales/ko/modules/dashdot.json index 235d3b4dc..8f314281e 100644 --- a/public/locales/ko/modules/dashdot.json +++ b/public/locales/ko/modules/dashdot.json @@ -13,14 +13,7 @@ "label": "" }, "graphs": { - "label": "", - "options": { - "cpu": "", - "ram": "", - "storage": "", - "network": "", - "gpu": "" - } + "label": "" }, "url": { "label": "" diff --git a/public/locales/ko/modules/dlspeed.json b/public/locales/ko/modules/dlspeed.json index f8daba13b..216086881 100644 --- a/public/locales/ko/modules/dlspeed.json +++ b/public/locales/ko/modules/dlspeed.json @@ -2,5 +2,34 @@ "descriptor": { "name": "", "description": "" + }, + "card": { + "table": { + "header": { + "name": "", + "size": "", + "download": "", + "upload": "", + "estimatedTimeOfArrival": "", + "progress": "" + }, + "body": { + "nothingFound": "" + } + }, + "lineChart": { + "title": "", + "download": "", + "upload": "", + "timeSpan": "", + "totalDownload": "", + "totalUpload": "" + }, + "errors": { + "noDownloadClients": { + "title": "", + "text": "" + } + } } } \ No newline at end of file diff --git a/public/locales/lol/layout/add-service-app-shelf.json b/public/locales/lol/layout/add-service-app-shelf.json index 460564172..5281a9dcb 100644 --- a/public/locales/lol/layout/add-service-app-shelf.json +++ b/public/locales/lol/layout/add-service-app-shelf.json @@ -95,11 +95,8 @@ } }, "advancedOptions": { - "title": "Advancd Opshuns", + "title": "", "form": { - "ping": { - "label": "Ping Survis" - }, "httpStatusCodes": { "label": "HTTP Status Codes", "placeholder": "Select valid status coeds", diff --git a/public/locales/lol/modules/dashdot.json b/public/locales/lol/modules/dashdot.json index d867f05b9..efdd6bd88 100644 --- a/public/locales/lol/modules/dashdot.json +++ b/public/locales/lol/modules/dashdot.json @@ -13,14 +13,7 @@ "label": "Ues Compact View" }, "graphs": { - "label": "Graphz", - "options": { - "cpu": "CPU", - "ram": "RAM", - "storage": "Storagzzz", - "network": "Netwerk", - "gpu": "GPU" - } + "label": "Graphz" }, "url": { "label": "Dash. URL" diff --git a/public/locales/lol/modules/dlspeed.json b/public/locales/lol/modules/dlspeed.json index 71e797329..0be4fb54b 100644 --- a/public/locales/lol/modules/dlspeed.json +++ b/public/locales/lol/modules/dlspeed.json @@ -2,5 +2,34 @@ "descriptor": { "name": "Download Sped", "description": "Show teh current download sped ov supportd servicez" + }, + "card": { + "table": { + "header": { + "name": "Naym", + "size": "Bigness", + "download": "Down", + "upload": "Up", + "estimatedTimeOfArrival": "ETA", + "progress": "Progres" + }, + "body": { + "nothingFound": "No torrents findz" + } + }, + "lineChart": { + "title": "Current download sped", + "download": "Download: {{download}}", + "upload": "Upload: {{upload}}", + "timeSpan": "{{seconds}} secondz aog", + "totalDownload": "Download: {{download}}/s", + "totalUpload": "Upload: {{upload}}/s" + }, + "errors": { + "noDownloadClients": { + "title": "No supportd download clientz findz!", + "text": "Add download survis 2 view ur current downloadz" + } + } } } \ No newline at end of file diff --git a/public/locales/nl/common.json b/public/locales/nl/common.json index bd4445b8c..c9b35befd 100644 --- a/public/locales/nl/common.json +++ b/public/locales/nl/common.json @@ -4,8 +4,8 @@ }, "tip": "Tip: ", "time": { - "seconds": "", - "minutes": "", - "hours": "" + "seconds": "seconden", + "minutes": "minuten", + "hours": "uren" } } diff --git a/public/locales/nl/layout/add-service-app-shelf.json b/public/locales/nl/layout/add-service-app-shelf.json index 66b43d083..680dd3332 100644 --- a/public/locales/nl/layout/add-service-app-shelf.json +++ b/public/locales/nl/layout/add-service-app-shelf.json @@ -95,11 +95,8 @@ } }, "advancedOptions": { - "title": "Geavanceerde instellingen", + "title": "Geavanceerde opties", "form": { - "ping": { - "label": "Ping service" - }, "httpStatusCodes": { "label": "HTTP-statuscodes", "placeholder": "Selecteer geldige statuscodes", diff --git a/public/locales/nl/modules/dashdot.json b/public/locales/nl/modules/dashdot.json index a0c831c4b..a95922fad 100644 --- a/public/locales/nl/modules/dashdot.json +++ b/public/locales/nl/modules/dashdot.json @@ -13,14 +13,7 @@ "label": "Compacte weergave gebruiken" }, "graphs": { - "label": "Grafieken", - "options": { - "cpu": "CPU", - "ram": "RAM", - "storage": "Opslagruimte", - "network": "Netwerk", - "gpu": "GPU" - } + "label": "Grafieken" }, "url": { "label": "Dash. URL" diff --git a/public/locales/nl/modules/dlspeed.json b/public/locales/nl/modules/dlspeed.json index 57b041973..0b8ab9d43 100644 --- a/public/locales/nl/modules/dlspeed.json +++ b/public/locales/nl/modules/dlspeed.json @@ -2,5 +2,34 @@ "descriptor": { "name": "Downloadsnelheid", "description": "Toon de huidige downloadsnelheid van ondersteunde diensten" + }, + "card": { + "table": { + "header": { + "name": "Naam", + "size": "Grootte", + "download": "Down", + "upload": "Up", + "estimatedTimeOfArrival": "ETA", + "progress": "Voortgang" + }, + "body": { + "nothingFound": "Geen torrents gevonden" + } + }, + "lineChart": { + "title": "Huidige downloadsnelheid", + "download": "Download: {{download}}", + "upload": "Upload: {{upload}}", + "timeSpan": "{{seconds}} seconden geleden", + "totalDownload": "Download: {{download}}/s", + "totalUpload": "Upload: {{upload}}/s" + }, + "errors": { + "noDownloadClients": { + "title": "Geen ondersteunde download clients gevonden!", + "text": "Voeg een downloadservice toe om uw huidige downloads weer te geven" + } + } } } \ No newline at end of file diff --git a/public/locales/nl/modules/docker.json b/public/locales/nl/modules/docker.json index 95bcecfa4..7ef7371aa 100644 --- a/public/locales/nl/modules/docker.json +++ b/public/locales/nl/modules/docker.json @@ -38,7 +38,7 @@ "title": "Start" }, "refreshData": { - "title": "" + "title": "Gegevens verversen" }, "remove": { "title": "Verwijder" diff --git a/public/locales/nl/modules/usenet.json b/public/locales/nl/modules/usenet.json index 5ba1568ee..9b6fa4c9a 100644 --- a/public/locales/nl/modules/usenet.json +++ b/public/locales/nl/modules/usenet.json @@ -1,7 +1,7 @@ { "descriptor": { - "name": "", - "description": "" + "name": "Sabnzbd", + "description": "Hiermee kunt u uw Sabnzbd wachtrij en geschiedenis zien, downloads pauzeren en hervatten" }, "card": { "errors": { @@ -12,12 +12,12 @@ } }, "tabs": { - "queue": "", - "history": "" + "queue": "Wachtrij", + "history": "Geschiedenis" }, "info": { - "sizeLeft": "", - "paused": "" + "sizeLeft": "Maat links", + "paused": "Pauzeer" }, "queue": { "header": { @@ -26,24 +26,24 @@ "eta": "ETA", "progress": "Voortgang" }, - "empty": "", + "empty": "Leeg", "error": { - "title": "", - "message": "" + "title": "Fout", + "message": "Er is een fout opgetreden." }, - "paused": "" + "paused": "Pauzeer" }, "history": { "header": { "name": "Naam", "size": "Grootte", - "duration": "" + "duration": "Duur" }, - "empty": "", + "empty": "Leeg", "error": { - "title": "", - "message": "" + "title": "Fout", + "message": "Fout bij laden geschiedenis" }, - "paused": "" + "paused": "Pauzeer" } } diff --git a/public/locales/pl/layout/add-service-app-shelf.json b/public/locales/pl/layout/add-service-app-shelf.json index ab0e476e7..e9f742e81 100644 --- a/public/locales/pl/layout/add-service-app-shelf.json +++ b/public/locales/pl/layout/add-service-app-shelf.json @@ -97,9 +97,6 @@ "advancedOptions": { "title": "", "form": { - "ping": { - "label": "Usługa ping" - }, "httpStatusCodes": { "label": "", "placeholder": "", diff --git a/public/locales/pl/modules/dashdot.json b/public/locales/pl/modules/dashdot.json index e0cac8d35..9e9407564 100644 --- a/public/locales/pl/modules/dashdot.json +++ b/public/locales/pl/modules/dashdot.json @@ -13,14 +13,7 @@ "label": "Użyj trybu kompaktowego" }, "graphs": { - "label": "Wykresy", - "options": { - "cpu": "CPU", - "ram": "RAM", - "storage": "", - "network": "Sieć", - "gpu": "GPU" - } + "label": "Wykresy" }, "url": { "label": "Adres URL usługi Dash." diff --git a/public/locales/pl/modules/dlspeed.json b/public/locales/pl/modules/dlspeed.json index 1ca75e638..536679d7b 100644 --- a/public/locales/pl/modules/dlspeed.json +++ b/public/locales/pl/modules/dlspeed.json @@ -2,5 +2,34 @@ "descriptor": { "name": "Prędkość pobierania", "description": "Pokaż bieżącą prędkość pobierania obsługiwanych usług" + }, + "card": { + "table": { + "header": { + "name": "Nazwa", + "size": "Rozmiar", + "download": "Pobieranie", + "upload": "Udostępnianie", + "estimatedTimeOfArrival": "ETA", + "progress": "Postęp" + }, + "body": { + "nothingFound": "Nie znaleziono torrentów" + } + }, + "lineChart": { + "title": "Aktualna prędkość pobierania", + "download": "", + "upload": "", + "timeSpan": "{{seconds}} sekund temu", + "totalDownload": "", + "totalUpload": "" + }, + "errors": { + "noDownloadClients": { + "title": "", + "text": "" + } + } } } \ No newline at end of file diff --git a/public/locales/pl/modules/usenet.json b/public/locales/pl/modules/usenet.json index f6edb66f5..18f53f812 100644 --- a/public/locales/pl/modules/usenet.json +++ b/public/locales/pl/modules/usenet.json @@ -13,7 +13,7 @@ }, "tabs": { "queue": "", - "history": "" + "history": "Historia" }, "info": { "sizeLeft": "", @@ -28,8 +28,8 @@ }, "empty": "", "error": { - "title": "", - "message": "" + "title": "Błąd", + "message": "Coś poszło nie tak" }, "paused": "" }, @@ -41,8 +41,8 @@ }, "empty": "", "error": { - "title": "", - "message": "" + "title": "Błąd", + "message": "Wystąpił błąd podczas ładowania historii" }, "paused": "" } diff --git a/public/locales/pt/layout/add-service-app-shelf.json b/public/locales/pt/layout/add-service-app-shelf.json index 374cf33e1..5bd5c53ca 100644 --- a/public/locales/pt/layout/add-service-app-shelf.json +++ b/public/locales/pt/layout/add-service-app-shelf.json @@ -95,11 +95,8 @@ } }, "advancedOptions": { - "title": "Opções avançadas", + "title": "", "form": { - "ping": { - "label": "Serviço de latência" - }, "httpStatusCodes": { "label": "Códigos de estado HTTP", "placeholder": "Selecione um código de estado válido", diff --git a/public/locales/pt/modules/dashdot.json b/public/locales/pt/modules/dashdot.json index 8b9b65c82..f9e47755a 100644 --- a/public/locales/pt/modules/dashdot.json +++ b/public/locales/pt/modules/dashdot.json @@ -13,14 +13,7 @@ "label": "Usar visualização compacta" }, "graphs": { - "label": "Gráficos", - "options": { - "cpu": "CPU", - "ram": "RAM", - "storage": "Armazenamento", - "network": "Rede", - "gpu": "GPU" - } + "label": "Gráficos" }, "url": { "label": "URL do Dash." diff --git a/public/locales/pt/modules/dlspeed.json b/public/locales/pt/modules/dlspeed.json index 5f693e1d7..da6406ca3 100644 --- a/public/locales/pt/modules/dlspeed.json +++ b/public/locales/pt/modules/dlspeed.json @@ -2,5 +2,34 @@ "descriptor": { "name": "Velocidade de Transferência", "description": "" + }, + "card": { + "table": { + "header": { + "name": "Nome", + "size": "Tamanho", + "download": "", + "upload": "", + "estimatedTimeOfArrival": "TED", + "progress": "Progresso" + }, + "body": { + "nothingFound": "Nenhum torrent encontrado" + } + }, + "lineChart": { + "title": "", + "download": "", + "upload": "", + "timeSpan": "", + "totalDownload": "", + "totalUpload": "" + }, + "errors": { + "noDownloadClients": { + "title": "", + "text": "Adicione um serviço de download para ver seus downloads atuais" + } + } } } \ No newline at end of file diff --git a/public/locales/ru/layout/add-service-app-shelf.json b/public/locales/ru/layout/add-service-app-shelf.json index 0568a5a83..d540152d9 100644 --- a/public/locales/ru/layout/add-service-app-shelf.json +++ b/public/locales/ru/layout/add-service-app-shelf.json @@ -97,9 +97,6 @@ "advancedOptions": { "title": "", "form": { - "ping": { - "label": "" - }, "httpStatusCodes": { "label": "Коды состояния HTTP", "placeholder": "Выберите подходящие коды состояния", diff --git a/public/locales/ru/modules/dashdot.json b/public/locales/ru/modules/dashdot.json index e90a81e2c..3504c0301 100644 --- a/public/locales/ru/modules/dashdot.json +++ b/public/locales/ru/modules/dashdot.json @@ -13,14 +13,7 @@ "label": "" }, "graphs": { - "label": "", - "options": { - "cpu": "", - "ram": "", - "storage": "", - "network": "", - "gpu": "" - } + "label": "" }, "url": { "label": "" diff --git a/public/locales/ru/modules/dlspeed.json b/public/locales/ru/modules/dlspeed.json index f8daba13b..216086881 100644 --- a/public/locales/ru/modules/dlspeed.json +++ b/public/locales/ru/modules/dlspeed.json @@ -2,5 +2,34 @@ "descriptor": { "name": "", "description": "" + }, + "card": { + "table": { + "header": { + "name": "", + "size": "", + "download": "", + "upload": "", + "estimatedTimeOfArrival": "", + "progress": "" + }, + "body": { + "nothingFound": "" + } + }, + "lineChart": { + "title": "", + "download": "", + "upload": "", + "timeSpan": "", + "totalDownload": "", + "totalUpload": "" + }, + "errors": { + "noDownloadClients": { + "title": "", + "text": "" + } + } } } \ No newline at end of file diff --git a/public/locales/sl/layout/add-service-app-shelf.json b/public/locales/sl/layout/add-service-app-shelf.json index 8f2e221ad..08ae37039 100644 --- a/public/locales/sl/layout/add-service-app-shelf.json +++ b/public/locales/sl/layout/add-service-app-shelf.json @@ -97,9 +97,6 @@ "advancedOptions": { "title": "", "form": { - "ping": { - "label": "" - }, "httpStatusCodes": { "label": "HTTP statusne kode", "placeholder": "Izberite veljavne kode statusa", diff --git a/public/locales/sl/modules/dashdot.json b/public/locales/sl/modules/dashdot.json index affc4055c..53fb1ee38 100644 --- a/public/locales/sl/modules/dashdot.json +++ b/public/locales/sl/modules/dashdot.json @@ -13,14 +13,7 @@ "label": "Uporaba kompaktnega pogleda" }, "graphs": { - "label": "Grafi", - "options": { - "cpu": "CPU", - "ram": "RAM", - "storage": "Shramba", - "network": "Omrežje", - "gpu": "GPU" - } + "label": "Grafi" }, "url": { "label": "Dash. URL" diff --git a/public/locales/sl/modules/dlspeed.json b/public/locales/sl/modules/dlspeed.json index 8b7cbdaf9..f39b1d828 100644 --- a/public/locales/sl/modules/dlspeed.json +++ b/public/locales/sl/modules/dlspeed.json @@ -2,5 +2,34 @@ "descriptor": { "name": "Hitrost prenosa", "description": "Prikaži trenutno hitrost prenosa podprtih storitev" + }, + "card": { + "table": { + "header": { + "name": "Ime", + "size": "Velikost", + "download": "Dol", + "upload": "Gor", + "estimatedTimeOfArrival": "ETA", + "progress": "Napredek" + }, + "body": { + "nothingFound": "Ni najdenih torrentov" + } + }, + "lineChart": { + "title": "Trenutna hitrost prejemanja", + "download": "Prenašanje: {{download}}", + "upload": "Nalaganje: {{upload}}", + "timeSpan": "Pred sekundami: {{seconds}}", + "totalDownload": "Prenosi: {{download}}/s", + "totalUpload": "Nalaganj: {{upload}}/s" + }, + "errors": { + "noDownloadClients": { + "title": "Ni bilo najdenih podprtih odjemalcev za prenos!", + "text": "Dodajte storitev prenosa za ogled trenutnih prenosov" + } + } } } \ No newline at end of file diff --git a/public/locales/sv/layout/add-service-app-shelf.json b/public/locales/sv/layout/add-service-app-shelf.json index 7a56e0248..e60465e21 100644 --- a/public/locales/sv/layout/add-service-app-shelf.json +++ b/public/locales/sv/layout/add-service-app-shelf.json @@ -95,11 +95,8 @@ } }, "advancedOptions": { - "title": "Avancerade Inställningar", + "title": "", "form": { - "ping": { - "label": "Ping tjänst" - }, "httpStatusCodes": { "label": "HTTP-statuskoder", "placeholder": "Välj giltiga statuskoder", diff --git a/public/locales/sv/modules/dashdot.json b/public/locales/sv/modules/dashdot.json index 2ddbc032c..008745445 100644 --- a/public/locales/sv/modules/dashdot.json +++ b/public/locales/sv/modules/dashdot.json @@ -13,14 +13,7 @@ "label": "Använd kompakt vy" }, "graphs": { - "label": "Grafer", - "options": { - "cpu": "CPU", - "ram": "RAM", - "storage": "Lagring", - "network": "Nätverk", - "gpu": "GPU" - } + "label": "Grafer" }, "url": { "label": "Dash. URL" diff --git a/public/locales/sv/modules/dlspeed.json b/public/locales/sv/modules/dlspeed.json index 92fcda605..d07d9d509 100644 --- a/public/locales/sv/modules/dlspeed.json +++ b/public/locales/sv/modules/dlspeed.json @@ -2,5 +2,34 @@ "descriptor": { "name": "Nedladdningshastighet ", "description": "Visa den aktuella nedladdningshastigheten för tjänster som stöds" + }, + "card": { + "table": { + "header": { + "name": "Namn", + "size": "Storlek", + "download": "Ned", + "upload": "Upp", + "estimatedTimeOfArrival": "Beräknad sluttid", + "progress": "Förlopp" + }, + "body": { + "nothingFound": "Inga torrents hittades" + } + }, + "lineChart": { + "title": "Aktuell nedladdningshastighet", + "download": "Nedladdning: {{download}}", + "upload": "Uppladdning: {{upload}}", + "timeSpan": "{{seconds}} sekunder sedan", + "totalDownload": "Nedladdning: {{download}}/s", + "totalUpload": "Uppladdning: {{upload}}/s" + }, + "errors": { + "noDownloadClients": { + "title": "Inga nedladdningsklienter som stöds hittades!", + "text": "Lägg till en nedladdningstjänst för att visa dina aktuella nedladdningar" + } + } } } \ No newline at end of file diff --git a/public/locales/uk/common.json b/public/locales/uk/common.json index b0252c001..8b53a5c55 100644 --- a/public/locales/uk/common.json +++ b/public/locales/uk/common.json @@ -4,8 +4,8 @@ }, "tip": "Підказка: ", "time": { - "seconds": "", - "minutes": "", - "hours": "" + "seconds": "секунд", + "minutes": "хвилин", + "hours": "годин" } } diff --git a/public/locales/uk/layout/add-service-app-shelf.json b/public/locales/uk/layout/add-service-app-shelf.json index c131b7eb3..1692290eb 100644 --- a/public/locales/uk/layout/add-service-app-shelf.json +++ b/public/locales/uk/layout/add-service-app-shelf.json @@ -95,11 +95,8 @@ } }, "advancedOptions": { - "title": "Розширені параметри", + "title": "Додаткові параметри", "form": { - "ping": { - "label": "Пінг служби" - }, "httpStatusCodes": { "label": "Коди статусу HTTP", "placeholder": "Виберіть правильні коди статусу", diff --git a/public/locales/uk/modules/dashdot.json b/public/locales/uk/modules/dashdot.json index e8c1664f4..0524c3a17 100644 --- a/public/locales/uk/modules/dashdot.json +++ b/public/locales/uk/modules/dashdot.json @@ -13,14 +13,7 @@ "label": "Компактний вигляд" }, "graphs": { - "label": "Графіки", - "options": { - "cpu": "Процесор", - "ram": "Оперативна пам'ять", - "storage": "Диск", - "network": "Мережа", - "gpu": "Графічний процесор" - } + "label": "Графіки" }, "url": { "label": "Dash. URL" diff --git a/public/locales/uk/modules/dlspeed.json b/public/locales/uk/modules/dlspeed.json index bca2dc7b7..1d898c614 100644 --- a/public/locales/uk/modules/dlspeed.json +++ b/public/locales/uk/modules/dlspeed.json @@ -2,5 +2,34 @@ "descriptor": { "name": "Швидкість завантаження", "description": "Показувати поточну швидкість завантаження для сервісів, які підтримуються" + }, + "card": { + "table": { + "header": { + "name": "Ім’я", + "size": "Розмір", + "download": "Завантаження", + "upload": "Віддача", + "estimatedTimeOfArrival": "Залишилося", + "progress": "Прогрес" + }, + "body": { + "nothingFound": "Не знайдено торентів" + } + }, + "lineChart": { + "title": "Швидкість завантаження", + "download": "Завантаження: {{download}}", + "upload": "Віддача: {{upload}}", + "timeSpan": "{{seconds}} секунд тому", + "totalDownload": "Завантаження: {{download}}/сек", + "totalUpload": "Віддача: {{upload}}/сек" + }, + "errors": { + "noDownloadClients": { + "title": "Не знайдено клієнтів для завантаження що підтримуються!", + "text": "Додайте сервіс завантаження, щоб переглянути поточні завантаження" + } + } } } \ No newline at end of file diff --git a/public/locales/uk/modules/docker.json b/public/locales/uk/modules/docker.json index f052caf49..a479c2dae 100644 --- a/public/locales/uk/modules/docker.json +++ b/public/locales/uk/modules/docker.json @@ -38,7 +38,7 @@ "title": "Пуск" }, "refreshData": { - "title": "" + "title": "Оновити дані" }, "remove": { "title": "Видалити" diff --git a/public/locales/uk/modules/usenet.json b/public/locales/uk/modules/usenet.json index bdb242fb0..6bd901f0c 100644 --- a/public/locales/uk/modules/usenet.json +++ b/public/locales/uk/modules/usenet.json @@ -1,7 +1,7 @@ { "descriptor": { - "name": "", - "description": "" + "name": "Sabnzbd", + "description": "Дозволяє вам бачити вашу чергу в Sabnzbd і історію, призупинення і відновлення завантажень" }, "card": { "errors": { @@ -12,12 +12,12 @@ } }, "tabs": { - "queue": "", - "history": "" + "queue": "Черга", + "history": "Історія" }, "info": { - "sizeLeft": "", - "paused": "" + "sizeLeft": "Залишився розмір", + "paused": "Призупинено" }, "queue": { "header": { @@ -26,24 +26,24 @@ "eta": "Залишилося", "progress": "Прогрес" }, - "empty": "", + "empty": "Пусто", "error": { - "title": "", - "message": "" + "title": "Помилка", + "message": "Сталася помилка" }, - "paused": "" + "paused": "Призупинено" }, "history": { "header": { "name": "Ім’я", "size": "Розмір", - "duration": "" + "duration": "Тривалість" }, - "empty": "", + "empty": "Пусто", "error": { - "title": "", - "message": "" + "title": "Помилка", + "message": "Помилка завантаження історії" }, - "paused": "" + "paused": "Призупинено" } } diff --git a/public/locales/zh/common.json b/public/locales/zh/common.json index bec103cbf..01dfbc82b 100644 --- a/public/locales/zh/common.json +++ b/public/locales/zh/common.json @@ -4,8 +4,8 @@ }, "tip": "提示。 ", "time": { - "seconds": "", - "minutes": "", - "hours": "" + "seconds": "秒", + "minutes": "分钟", + "hours": "小时" } } diff --git a/public/locales/zh/layout/add-service-app-shelf.json b/public/locales/zh/layout/add-service-app-shelf.json index 30ddd7049..3257803e0 100644 --- a/public/locales/zh/layout/add-service-app-shelf.json +++ b/public/locales/zh/layout/add-service-app-shelf.json @@ -97,9 +97,6 @@ "advancedOptions": { "title": "高级选项", "form": { - "ping": { - "label": "平移服务" - }, "httpStatusCodes": { "label": "HTTP状态代码", "placeholder": "选择有效的状态代码", diff --git a/public/locales/zh/modules/dashdot.json b/public/locales/zh/modules/dashdot.json index ca40fed5b..3b3cd7ba1 100644 --- a/public/locales/zh/modules/dashdot.json +++ b/public/locales/zh/modules/dashdot.json @@ -13,14 +13,7 @@ "label": "使用紧凑型视图" }, "graphs": { - "label": "图表", - "options": { - "cpu": "CPU", - "ram": "内存", - "storage": "储存", - "network": "网络", - "gpu": "GPU" - } + "label": "图表" }, "url": { "label": "潇洒。网址" diff --git a/public/locales/zh/modules/dlspeed.json b/public/locales/zh/modules/dlspeed.json index 22e041e48..e3e53f68d 100644 --- a/public/locales/zh/modules/dlspeed.json +++ b/public/locales/zh/modules/dlspeed.json @@ -2,5 +2,34 @@ "descriptor": { "name": "下载速度", "description": "显示支持的服务的当前下载速度" + }, + "card": { + "table": { + "header": { + "name": "命名", + "size": "尺寸", + "download": "下降", + "upload": "上", + "estimatedTimeOfArrival": "ETA", + "progress": "进展" + }, + "body": { + "nothingFound": "没有找到山洪资源" + } + }, + "lineChart": { + "title": "当前的下载速度", + "download": "下载。 {{download}}", + "upload": "上传。 {{upload}}", + "timeSpan": "{{seconds}} 秒前", + "totalDownload": "下载。 {{download}}/s", + "totalUpload": "上传。 {{upload}}/s" + }, + "errors": { + "noDownloadClients": { + "title": "没有找到支持的下载客户端!", + "text": "添加下载服务,查看你当前的下载量" + } + } } } \ No newline at end of file diff --git a/public/locales/zh/modules/docker.json b/public/locales/zh/modules/docker.json index 3f6b0c871..5858ac2f6 100644 --- a/public/locales/zh/modules/docker.json +++ b/public/locales/zh/modules/docker.json @@ -38,7 +38,7 @@ "title": "开始" }, "refreshData": { - "title": "" + "title": "刷新数据" }, "remove": { "title": "移除" diff --git a/public/locales/zh/modules/usenet.json b/public/locales/zh/modules/usenet.json index d848f97c8..b560cf8ab 100644 --- a/public/locales/zh/modules/usenet.json +++ b/public/locales/zh/modules/usenet.json @@ -1,7 +1,7 @@ { "descriptor": { - "name": "", - "description": "" + "name": "Sabnzbd", + "description": "允许您查看您的Sabnzbd队列和历史,暂停和恢复下载" }, "card": { "errors": { @@ -12,12 +12,12 @@ } }, "tabs": { - "queue": "", - "history": "" + "queue": "排队", + "history": "历史" }, "info": { - "sizeLeft": "", - "paused": "" + "sizeLeft": "左侧尺寸", + "paused": "暂停使用" }, "queue": { "header": { @@ -26,24 +26,24 @@ "eta": "ETA", "progress": "进展" }, - "empty": "", + "empty": "空的", "error": { - "title": "", - "message": "" + "title": "误差", + "message": "发生了一个错误" }, - "paused": "" + "paused": "暂停使用" }, "history": { "header": { "name": "命名", "size": "尺寸", - "duration": "" + "duration": "时间" }, - "empty": "", + "empty": "空的", "error": { - "title": "", - "message": "" + "title": "误差", + "message": "错误加载历史记录" }, - "paused": "" + "paused": "暂停使用" } }