Files
homarr/public/locales/vi/modules/media-requests-list.json
2023-06-24 04:43:56 +09:00

25 lines
937 B
JSON

{
"descriptor": {
"name": "Yêu cầu đa phương tiện",
"description": "Xem danh sách các yêu cầu đa phương tiện từ Overseerr hoặc Jellyseerr của bạn",
"settings": {
"title": "Danh sách yêu cầu đa phương tiện",
"replaceLinksWithExternalHost": {
"label": "Thay thế liên kết bằng máy chủ bên ngoài"
}
}
},
"noRequests": "Không tìm thấy yêu cầu. Hãy đảm bảo rằng bạn đã thiết lập đúng ứng dụng của mình.",
"pending": "Có {{countPendingApproval}} yêu cầu đang chờ phê duyệt.",
"nonePending": "Hiện tại không có yêu cầu nào đang chờ phê duyệt. Tốt lắm bạn!",
"state": {
"approved": "Đã duyệt",
"pendingApproval": "Chờ duyệt",
"declined": "Bị từ chối"
},
"tooltips": {
"approve": "Duyệt yêu cầu",
"decline": "Từ chối yêu cầu"
}
}