diff --git a/frontend/src/i18n/hu.json b/frontend/src/i18n/hu.json index ff22287c..6f398e2e 100644 --- a/frontend/src/i18n/hu.json +++ b/frontend/src/i18n/hu.json @@ -272,5 +272,10 @@ "minutes": "Perc", "seconds": "Másodperc", "unit": "Időegység" + }, + "available_csv_separators": { + "comma": "Comma (,)", + "semicolon": "Semicolon (;)", + "both": "Both (,) and (;)" } }