* New translations media-requests-list.json (Spanish) * New translations media-requests-list.json (Danish) * New translations media-requests-list.json (German) * New translations media-requests-list.json (Hebrew) * New translations media-requests-list.json (Italian) * New translations media-requests-list.json (Norwegian) * New translations media-requests-list.json (Slovak) * New translations media-requests-list.json (English) * New translations media-requests-list.json (Spanish) * New translations media-requests-list.json (German) * New translations media-requests-list.json (English) * New translations rss.json (German) * New translations media-requests-list.json (Hebrew) * New translations media-requests-list.json (Italian) * New translations media-requests-list.json (Chinese Simplified) * New translations media-requests-list.json (Chinese Simplified) * New translations media-requests-stats.json (Chinese Simplified) * New translations search.json (Chinese Simplified) * New translations add-app.json (Chinese Simplified) * New translations error-boundary.json (Chinese Simplified) * New translations media-requests-list.json (Danish) * New translations media-requests-list.json (Dutch) * New translations media-requests-stats.json (Dutch) * New translations common.json (Dutch) * New translations dashdot.json (Dutch) * New translations ping.json (Dutch) * New translations page-appearance.json (Dutch) * New translations config-changer.json (Dutch) * New translations search-engine.json (Dutch) * New translations add-app.json (Dutch) * New translations about.json (Dutch) * New translations change-position.json (Dutch) * New translations torrents-status.json (Dutch) * New translations general.json (Dutch) * New translations gridstack.json (Dutch) * New translations video-stream.json (Dutch) * New translations rss.json (Dutch) * New translations rss.json (English) * New translations iframe.json (Dutch) * New translations error-boundary.json (Dutch) * New translations dashdot.json (Chinese Simplified) * New translations about.json (Chinese Simplified) * New translations rss.json (Chinese Simplified) * New translations common.json (Chinese Simplified) * New translations rss.json (Chinese Simplified) * New translations error-boundary.json (Chinese Simplified)
73 lines
2.1 KiB
JSON
73 lines
2.1 KiB
JSON
{
|
|
"descriptor": {
|
|
"name": "Torrent",
|
|
"description": "Toont een lijst met torrents van ondersteunde Torrent-clients.",
|
|
"settings": {
|
|
"title": "Instellingen voor Torrent widget",
|
|
"refreshInterval": {
|
|
"label": "Verversingsinterval (in seconden)"
|
|
},
|
|
"displayCompletedTorrents": {
|
|
"label": "Afgeronde torrents weergeven"
|
|
},
|
|
"displayStaleTorrents": {
|
|
"label": "Toon verouderde torrents"
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"footer": {
|
|
"error": "Fout",
|
|
"lastUpdated": "Laatst bijgewerkt {{time}} geleden"
|
|
},
|
|
"table": {
|
|
"header": {
|
|
"name": "Naam",
|
|
"size": "Grootte",
|
|
"download": "Down",
|
|
"upload": "Up",
|
|
"estimatedTimeOfArrival": "ETA",
|
|
"progress": "Voortgang"
|
|
},
|
|
"item": {
|
|
"text": "Beheerd door {{appName}}, {{ratio}} verhouding"
|
|
},
|
|
"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 Torrent clients gevonden!",
|
|
"text": "Voeg een ondersteunde Torrent-client toe om je huidige downloads te bekijken"
|
|
},
|
|
"generic": {
|
|
"title": "Er is een onverwachte fout opgetreden",
|
|
"text": "Homarr kon niet communiceren met je Torrent-clients. Controleer je configuratie"
|
|
}
|
|
},
|
|
"loading": {
|
|
"title": "Bezig met laden..."
|
|
},
|
|
"popover": {
|
|
"introductionPrefix": "Beheerd door",
|
|
"metrics": {
|
|
"queuePosition": "Positie in de wachtrij - {{position}}",
|
|
"progress": "Voortgang - {{progress}}%",
|
|
"totalSelectedSize": "Totaal - {{totalSize}}",
|
|
"state": "Status - {{state}}",
|
|
"ratio": "Verhouding -",
|
|
"completed": "Voltooid"
|
|
}
|
|
}
|
|
}
|
|
}
|