From 3dbdff1dfe592bf7a133cde1a01fb8750d8911fe Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Sat, 24 Jun 2023 04:43:55 +0900 Subject: [PATCH] New translations rss.json (Vietnamese) --- public/locales/vi/modules/rss.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/vi/modules/rss.json b/public/locales/vi/modules/rss.json index e7e714748..28d3284d5 100644 --- a/public/locales/vi/modules/rss.json +++ b/public/locales/vi/modules/rss.json @@ -5,24 +5,24 @@ "settings": { "title": "Cài đặt cho tiện ích RSS", "rssFeedUrl": { - "label": "", - "description": "" + "label": "URL nguồn cấp RSS", + "description": "URL của nguồn cấp RSS mà bạn muốn hiển thị từ đó." }, "refreshInterval": { - "label": "" + "label": "Khoảng thời gian làm mới (bằng phút)" }, "dangerousAllowSanitizedItemContent": { "label": "" }, "textLinesClamp": { - "label": "" + "label": "Ngắt dòng" } }, "card": { "errors": { "general": { - "title": "", - "text": "" + "title": "Không thể nhận nguồn cấp RSS", + "text": "Đã xảy ra sự cố khi tiếp cận nguồn cấp dữ liệu RSS. Hãy đảm bảo rằng cấu hình nguồn cấp RSS sử dụng URL hợp lệ. URL phải phù hợp với thông số kỹ thuật chính thức. Sau khi cập nhật nguồn cấp dữ liệu, bạn có thể cần phải làm mới bảng điều khiển." } } }