Files
homarr/public/locales/el/modules/media-requests-list.json
2023-06-09 20:41:30 +02:00

25 lines
1.2 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": "Δείτε μια λίστα με όλα τα αιτήματα μέσων ενημέρωσης από την περίπτωση Overseerr ή Jellyseerr",
"settings": {
"title": "Κατάλογος αιτημάτων των μέσων ενημέρωσης",
"replaceLinksWithExternalHost": {
"label": "Αντικατάσταση συνδέσμων με εξωτερικό διακομιστή"
}
}
},
"noRequests": "Δεν βρέθηκαν αιτήσεις. Βεβαιωθείτε ότι έχετε ρυθμίσει σωστά τις εφαρμογές σας.",
"pending": "Υπάρχουν αιτήσεις {{countPendingApproval}} που περιμένουν έγκριση.",
"nonePending": "Επί του παρόντος δεν εκκρεμούν εγκρίσεις. Είστε έτοιμοι να ξεκινήσετε!",
"state": {
"approved": "Εγκρίθηκε",
"pendingApproval": "Αναμένεται έγκριση",
"declined": "Απορρίφθηκε"
},
"tooltips": {
"approve": "Έγκριση αιτημάτων",
"decline": "Απόρριψη αιτημάτων"
}
}