diff --git a/frontend/src/i18n/pl.json b/frontend/src/i18n/pl.json index 11c79215..82078421 100644 --- a/frontend/src/i18n/pl.json +++ b/frontend/src/i18n/pl.json @@ -272,5 +272,10 @@ "minutes": "Minuty", "seconds": "Sekundy", "unit": "Jednostka czasu" + }, + "available_csv_separators": { + "comma": "Comma (,)", + "semicolon": "Semicolon (;)", + "both": "Both (,) and (;)" } }