diff --git a/frontend/src/i18n/el.json b/frontend/src/i18n/el.json index 8c661b1f..e6744468 100644 --- a/frontend/src/i18n/el.json +++ b/frontend/src/i18n/el.json @@ -272,5 +272,10 @@ "minutes": "Λεπτά", "seconds": "Δευτερόλεπτα", "unit": "Μονάδα χρόνου" + }, + "available_csv_separators": { + "comma": "Comma (,)", + "semicolon": "Semicolon (;)", + "both": "Both (,) and (;)" } }