Files
homarr/public/locales/vi/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
945 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"
},
"openInNewTab": {
"label": ""
}
}
},
"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.",
"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",
"approving": ""
},
"mutation": {
"approving": "",
"declining": "",
"request": "",
"approved": "",
"declined": ""
}
}