Files
Homarr/public/locales/el/modules/dlspeed.json
2023-01-22 17:47:13 +01:00

36 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"descriptor": {
"name": "Ταχύτητα Λήψης",
"description": "Εμφανίζει την ταχύτητα λήψης και μεταφόρτωσης των υποστηριζόμενων ενσωματώσεων."
},
"card": {
"table": {
"header": {
"name": "Όνομα",
"size": "Μέγεθος",
"download": "Κάτω",
"upload": "Πάνω",
"estimatedTimeOfArrival": "Εκτιμώμενος χρόνος αναμονής",
"progress": "Πρόοδος"
},
"body": {
"nothingFound": "Δεν βρέθηκαν torrents"
}
},
"lineChart": {
"title": "Τρέχουσα ταχύτητα λήψης",
"download": "Λήψη: {{download}}",
"upload": "Ανέβασμα: {{upload}}",
"timeSpan": "{{seconds}} δευτερόλεπτα πριν",
"totalDownload": "Λήψη: {{download}}/s",
"totalUpload": "Ανέβασμα: {{upload}}/s"
},
"errors": {
"noDownloadClients": {
"title": "Δεν βρέθηκαν υποστηριζόμενα προγράμματα λήψης!",
"text": "Προσθέστε μια υπηρεσία λήψης για να δείτε τις τρέχουσες λήψεις σας"
}
}
}
}