🌎 New Crowdin updates (#400)

* New translations usenet.json (English)

* New translations add-service-app-shelf.json (French)

* New translations add-service-app-shelf.json (Spanish)

* New translations add-service-app-shelf.json (German)

* New translations add-service-app-shelf.json (Italian)

* New translations add-service-app-shelf.json (Japanese)

* New translations add-service-app-shelf.json (Dutch)

* New translations add-service-app-shelf.json (Russian)

* New translations add-service-app-shelf.json (Swedish)

* New translations add-service-app-shelf.json (Chinese Simplified)

* New translations add-service-app-shelf.json (English)

* New translations add-service-app-shelf.json (Polish)

* New translations add-service-app-shelf.json (Slovenian)

* New translations add-service-app-shelf.json (Portuguese, Brazilian)

* New translations add-service-app-shelf.json (Ukrainian)

* New translations add-service-app-shelf.json (Korean)

* New translations add-service-app-shelf.json (LOLCAT)

* New translations dlspeed.json (Swedish)

* New translations dlspeed.json (French)

* New translations dlspeed.json (Spanish)

* New translations dlspeed.json (German)

* New translations dlspeed.json (Italian)

* New translations dlspeed.json (Japanese)

* New translations dlspeed.json (Dutch)

* New translations dlspeed.json (Russian)

* New translations dlspeed.json (Chinese Simplified)

* New translations dlspeed.json (English)

* New translations dashdot.json (German)

* New translations dashdot.json (French)

* New translations dashdot.json (Spanish)

* New translations dashdot.json (Italian)

* New translations dashdot.json (Japanese)

* New translations dashdot.json (Dutch)

* New translations dashdot.json (Russian)

* New translations dashdot.json (Swedish)

* New translations dashdot.json (Chinese Simplified)

* New translations dashdot.json (English)

* New translations dashdot.json (Polish)

* New translations dlspeed.json (Slovenian)

* New translations dlspeed.json (Polish)

* New translations dashdot.json (Slovenian)

* New translations dashdot.json (Ukrainian)

* New translations dlspeed.json (Ukrainian)

* New translations dashdot.json (Portuguese, Brazilian)

* New translations dlspeed.json (Portuguese, Brazilian)

* New translations dlspeed.json (Korean)

* New translations dashdot.json (LOLCAT)

* New translations dashdot.json (Korean)

* New translations dlspeed.json (LOLCAT)

* New translations add-service-app-shelf.json (Ukrainian)

* New translations usenet.json (Ukrainian)

* New translations usenet.json (Polish)

* New translations usenet.json (Polish)

* New translations common.json (Ukrainian)

* New translations docker.json (Ukrainian)

* New translations add-service-app-shelf.json (French)

* New translations add-service-app-shelf.json (German)

* New translations add-service-app-shelf.json (Italian)

* New translations add-service-app-shelf.json (Japanese)

* New translations add-service-app-shelf.json (English)

* New translations add-service-app-shelf.json (Chinese Simplified)

* New translations add-service-app-shelf.json (Dutch)

* New translations docker.json (Italian)

* New translations docker.json (French)

* New translations docker.json (German)

* New translations docker.json (Japanese)

* New translations dashdot.json (German)

* New translations docker.json (Dutch)

* New translations docker.json (Chinese Simplified)

* New translations docker.json (English)

* New translations search.json (German)

* New translations page-appearance.json (German)

* New translations common.json (French)

* New translations common.json (Italian)

* New translations common.json (Japanese)

* New translations common.json (German)

* New translations common.json (Dutch)

* New translations common.json (Chinese Simplified)

* New translations common.json (English)

* New translations usenet.json (German)

* New translations usenet.json (Italian)

* New translations usenet.json (French)

* New translations usenet.json (English)

* New translations usenet.json (Chinese Simplified)

* New translations usenet.json (Dutch)

* New translations usenet.json (Japanese)
This commit is contained in:
Thomas Camlong
2022-09-04 10:35:59 +02:00
committed by GitHub
parent 19b08b2742
commit bcdbb0dd37
70 changed files with 603 additions and 321 deletions

View File

@@ -4,8 +4,8 @@
},
"tip": "Tipp: ",
"time": {
"seconds": "",
"minutes": "",
"hours": ""
"seconds": "Sekunden",
"minutes": "Minuten",
"hours": "Stunden"
}
}

View File

@@ -95,11 +95,8 @@
}
},
"advancedOptions": {
"title": "",
"title": "Erweiterte Optionen",
"form": {
"ping": {
"label": ""
},
"httpStatusCodes": {
"label": "HTTP Status Nummern",
"placeholder": "Gültige Statuscodes auswählen",

View File

@@ -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": {

View File

@@ -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"
}
}
}
}

View File

@@ -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": {

View File

@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "Suchleiste",
"description": ""
"description": "Suchleiste zum Durchsuchen des Internets, von Youtube, Torrents oder Overseerr"
},
"input": {
"placeholder": "Das Internet durchsuchen..."

View File

@@ -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"
}
}

View File

@@ -16,8 +16,8 @@
"placeholder": "/img/background.png"
},
"customCSS": {
"label": "",
"placeholder": ""
"label": "Benutzerdefiniertes CSS",
"placeholder": "Benutzerdefiniertes CSS wird zuletzt ausgeführt"
},
"buttons": {
"submit": "Absenden"

View File

@@ -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",

View File

@@ -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",

View File

@@ -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"

View File

@@ -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"
}
}
}
}

View File

@@ -4,8 +4,8 @@
},
"tip": "Conseil : ",
"time": {
"seconds": "",
"minutes": "",
"hours": ""
"seconds": "secondes",
"minutes": "minutes",
"hours": "heures"
}
}

View File

@@ -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",

View File

@@ -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."

View File

@@ -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"
}
}
}
}

View File

@@ -38,7 +38,7 @@
"title": "Début"
},
"refreshData": {
"title": ""
"title": "Rafraîchir les données"
},
"remove": {
"title": "Retirer"

View File

@@ -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"
}
}

View File

@@ -4,8 +4,8 @@
},
"tip": "Suggerimento: ",
"time": {
"seconds": "",
"minutes": "",
"hours": ""
"seconds": "secondi",
"minutes": "minuti",
"hours": "ore"
}
}

View File

@@ -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",

View File

@@ -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"

View File

@@ -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"
}
}
}
}

View File

@@ -38,7 +38,7 @@
"title": "Inizio"
},
"refreshData": {
"title": ""
"title": "Aggiornare i dati"
},
"remove": {
"title": "Rimuovere"

View File

@@ -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"
}
}

View File

@@ -4,8 +4,8 @@
},
"tip": "ヒント ",
"time": {
"seconds": "",
"minutes": "",
"hours": ""
"seconds": "替わり",
"minutes": "議事録",
"hours": "時間"
}
}

View File

@@ -95,11 +95,8 @@
}
},
"advancedOptions": {
"title": "詳細オプション",
"title": "高度なオプション",
"form": {
"ping": {
"label": "Pingサービス"
},
"httpStatusCodes": {
"label": "HTTPステータスコード",
"placeholder": "有効なステータスコードを選択する",

View File

@@ -13,14 +13,7 @@
"label": "コンパクトビューを使用する"
},
"graphs": {
"label": "グラフ",
"options": {
"cpu": "CPU",
"ram": "ラム",
"storage": "ストレージ",
"network": "ネットワーク",
"gpu": "GPU"
}
"label": "グラフ"
},
"url": {
"label": "ダッシュURL"

View File

@@ -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": "ダウンロードサービスを追加して、現在のダウンロードを表示する"
}
}
}
}

View File

@@ -38,7 +38,7 @@
"title": "スタート"
},
"refreshData": {
"title": ""
"title": "リフレッシュデータ"
},
"remove": {
"title": "削除"

View File

@@ -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": "ポーズ"
}
}

View File

@@ -97,9 +97,6 @@
"advancedOptions": {
"title": "",
"form": {
"ping": {
"label": ""
},
"httpStatusCodes": {
"label": "",
"placeholder": "",

View File

@@ -13,14 +13,7 @@
"label": ""
},
"graphs": {
"label": "",
"options": {
"cpu": "",
"ram": "",
"storage": "",
"network": "",
"gpu": ""
}
"label": ""
},
"url": {
"label": ""

View File

@@ -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": ""
}
}
}
}

View File

@@ -95,11 +95,8 @@
}
},
"advancedOptions": {
"title": "Advancd Opshuns",
"title": "",
"form": {
"ping": {
"label": "Ping Survis"
},
"httpStatusCodes": {
"label": "HTTP Status Codes",
"placeholder": "Select valid status coeds",

View File

@@ -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"

View File

@@ -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"
}
}
}
}

View File

@@ -4,8 +4,8 @@
},
"tip": "Tip: ",
"time": {
"seconds": "",
"minutes": "",
"hours": ""
"seconds": "seconden",
"minutes": "minuten",
"hours": "uren"
}
}

View File

@@ -95,11 +95,8 @@
}
},
"advancedOptions": {
"title": "Geavanceerde instellingen",
"title": "Geavanceerde opties",
"form": {
"ping": {
"label": "Ping service"
},
"httpStatusCodes": {
"label": "HTTP-statuscodes",
"placeholder": "Selecteer geldige statuscodes",

View File

@@ -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"

View File

@@ -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"
}
}
}
}

View File

@@ -38,7 +38,7 @@
"title": "Start"
},
"refreshData": {
"title": ""
"title": "Gegevens verversen"
},
"remove": {
"title": "Verwijder"

View File

@@ -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"
}
}

View File

@@ -97,9 +97,6 @@
"advancedOptions": {
"title": "",
"form": {
"ping": {
"label": "Usługa ping"
},
"httpStatusCodes": {
"label": "",
"placeholder": "",

View File

@@ -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."

View File

@@ -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": ""
}
}
}
}

View File

@@ -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": ""
}

View File

@@ -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",

View File

@@ -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."

View File

@@ -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"
}
}
}
}

View File

@@ -97,9 +97,6 @@
"advancedOptions": {
"title": "",
"form": {
"ping": {
"label": ""
},
"httpStatusCodes": {
"label": "Коды состояния HTTP",
"placeholder": "Выберите подходящие коды состояния",

View File

@@ -13,14 +13,7 @@
"label": ""
},
"graphs": {
"label": "",
"options": {
"cpu": "",
"ram": "",
"storage": "",
"network": "",
"gpu": ""
}
"label": ""
},
"url": {
"label": ""

View File

@@ -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": ""
}
}
}
}

View File

@@ -97,9 +97,6 @@
"advancedOptions": {
"title": "",
"form": {
"ping": {
"label": ""
},
"httpStatusCodes": {
"label": "HTTP statusne kode",
"placeholder": "Izberite veljavne kode statusa",

View File

@@ -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"

View File

@@ -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"
}
}
}
}

View File

@@ -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",

View File

@@ -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"

View File

@@ -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"
}
}
}
}

View File

@@ -4,8 +4,8 @@
},
"tip": "Підказка: ",
"time": {
"seconds": "",
"minutes": "",
"hours": ""
"seconds": "секунд",
"minutes": "хвилин",
"hours": "годин"
}
}

View File

@@ -95,11 +95,8 @@
}
},
"advancedOptions": {
"title": "Розширені параметри",
"title": "Додаткові параметри",
"form": {
"ping": {
"label": "Пінг служби"
},
"httpStatusCodes": {
"label": "Коди статусу HTTP",
"placeholder": "Виберіть правильні коди статусу",

View File

@@ -13,14 +13,7 @@
"label": "Компактний вигляд"
},
"graphs": {
"label": "Графіки",
"options": {
"cpu": "Процесор",
"ram": "Оперативна пам'ять",
"storage": "Диск",
"network": "Мережа",
"gpu": "Графічний процесор"
}
"label": "Графіки"
},
"url": {
"label": "Dash. URL"

View File

@@ -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": "Додайте сервіс завантаження, щоб переглянути поточні завантаження"
}
}
}
}

View File

@@ -38,7 +38,7 @@
"title": "Пуск"
},
"refreshData": {
"title": ""
"title": "Оновити дані"
},
"remove": {
"title": "Видалити"

View File

@@ -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": "Призупинено"
}
}

View File

@@ -4,8 +4,8 @@
},
"tip": "提示。 ",
"time": {
"seconds": "",
"minutes": "",
"hours": ""
"seconds": "",
"minutes": "分钟",
"hours": "小时"
}
}

View File

@@ -97,9 +97,6 @@
"advancedOptions": {
"title": "高级选项",
"form": {
"ping": {
"label": "平移服务"
},
"httpStatusCodes": {
"label": "HTTP状态代码",
"placeholder": "选择有效的状态代码",

View File

@@ -13,14 +13,7 @@
"label": "使用紧凑型视图"
},
"graphs": {
"label": "图表",
"options": {
"cpu": "CPU",
"ram": "内存",
"storage": "储存",
"network": "网络",
"gpu": "GPU"
}
"label": "图表"
},
"url": {
"label": "潇洒。网址"

View File

@@ -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": "添加下载服务,查看你当前的下载量"
}
}
}
}

View File

@@ -38,7 +38,7 @@
"title": "开始"
},
"refreshData": {
"title": ""
"title": "刷新数据"
},
"remove": {
"title": "移除"

View File

@@ -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": "暂停使用"
}
}