Files
homarr/public/locales/el/modules/media-requests-list.json
Thomas Camlong fc969e5042 New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
2023-10-31 09:12:59 +01:00

34 lines
1.4 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": "Αντικατάσταση συνδέσμων με εξωτερικό διακομιστή"
},
"openInNewTab": {
"label": "Άνοιγμα συνδέσμων σε νέα καρτέλα"
}
}
},
"noRequests": "Δεν βρέθηκαν αιτήσεις. Βεβαιωθείτε ότι έχετε ρυθμίσει σωστά τις εφαρμογές σας.",
"state": {
"approved": "Εγκρίθηκε",
"pendingApproval": "Αναμένεται έγκριση",
"declined": "Απορρίφθηκε"
},
"tooltips": {
"approve": "Έγκριση αιτημάτων",
"decline": "Απόρριψη αιτημάτων",
"approving": "Έγκριση Αιτήματος..."
},
"mutation": {
"approving": "Εγκρίνεται",
"declining": "Απορρίπτεται",
"request": "αίτημα...",
"approved": "Το αίτημα εγκρίθηκε!",
"declined": "Το αίτημα απορρίφθηκε!"
}
}