diff --git a/frontend/src/i18n/vi.json b/frontend/src/i18n/vi.json index a1b440b9..6cc0606f 100644 --- a/frontend/src/i18n/vi.json +++ b/frontend/src/i18n/vi.json @@ -272,5 +272,10 @@ "minutes": "Phút", "seconds": "Giây", "unit": "Đơn vị" + }, + "available_csv_separators": { + "comma": "Comma (,)", + "semicolon": "Semicolon (;)", + "both": "Both (,) and (;)" } }