From 47f385ca6d4b49f0169cd5e95d30bdcdfbe5b868 Mon Sep 17 00:00:00 2001 From: Tuan Vu Date: Sat, 14 Mar 2026 23:19:37 +0700 Subject: [PATCH] add parental guide --- src/i18n/locales/vi.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/i18n/locales/vi.json b/src/i18n/locales/vi.json index f7eead35..082f13c5 100644 --- a/src/i18n/locales/vi.json +++ b/src/i18n/locales/vi.json @@ -462,6 +462,21 @@ "cancel": "Huỷ", "remove": "Xoá" }, + "parentalGuide": { + "labels": { + "nudity": "Cảnh khoả thân", + "violence": "Bạo lực", + "profanity": "Ngôn từ thô tục", + "alcohol": "Chất kích thích", + "frightening": "Cảnh đáng sợ" + }, + "severity": { + "severe": "Nặng", + "moderate": "Vừa phải", + "mild": "Nhẹ", + "none": "Không có" + } + }, "addons": { "title": "Addon", "reorder_mode": "Sắp xếp lại", @@ -1490,4 +1505,4 @@ "no_logs_captured": "Chưa có log nào." } } -} \ No newline at end of file +}