🌐 add crowdin translations
This commit is contained in:
40
public/locales/nl/modules/torrents-status.json
Normal file
40
public/locales/nl/modules/torrents-status.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Torrent",
|
||||
"description": "Toon de huidige downloadsnelheid van ondersteunde diensten",
|
||||
"settings": {
|
||||
"hideComplete": {
|
||||
"label": "Verberg voltooide torrents"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user