Files
homarr/public/locales/nl/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
781 B
JSON

{
"descriptor": {
"name": "Media Verzoeken",
"description": "Bekijk een lijst met alle mediaverzoeken van uw Overseerr of Jellyseerr instantie",
"settings": {
"title": "Lijst met mediaverzoeken",
"replaceLinksWithExternalHost": {
"label": ""
},
"openInNewTab": {
"label": ""
}
}
},
"noRequests": "Geen verzoeken gevonden. Zorg ervoor dat u uw apps correct hebt geconfigureerd.",
"state": {
"approved": "Goedgekeurd",
"pendingApproval": "In afwachting van goedkeuring",
"declined": "Afgewezen"
},
"tooltips": {
"approve": "",
"decline": "",
"approving": ""
},
"mutation": {
"approving": "",
"declining": "",
"request": "",
"approved": "",
"declined": ""
}
}