From 480cc367a1fdf9b8f616cd1e44ceea2550eadb3f Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Sat, 24 Jun 2023 04:43:56 +0900 Subject: [PATCH] New translations media-requests-list.json (Vietnamese) --- .../vi/modules/media-requests-list.json | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/public/locales/vi/modules/media-requests-list.json b/public/locales/vi/modules/media-requests-list.json index ff218af5b..8f0b7912d 100644 --- a/public/locales/vi/modules/media-requests-list.json +++ b/public/locales/vi/modules/media-requests-list.json @@ -1,24 +1,24 @@ { "descriptor": { - "name": "", - "description": "", + "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": "", + "title": "Danh sách yêu cầu đa phương tiện", "replaceLinksWithExternalHost": { - "label": "" + "label": "Thay thế liên kết bằng máy chủ bên ngoài" } } }, - "noRequests": "", - "pending": "", - "nonePending": "", + "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": "", - "pendingApproval": "", - "declined": "" + "approved": "Đã duyệt", + "pendingApproval": "Chờ duyệt", + "declined": "Bị từ chối" }, "tooltips": { - "approve": "", - "decline": "" + "approve": "Duyệt yêu cầu", + "decline": "Từ chối yêu cầu" } }