diff --git a/frontend/src/i18n/zh-cn.json b/frontend/src/i18n/zh-cn.json index a2e16aaf..d52e4298 100644 --- a/frontend/src/i18n/zh-cn.json +++ b/frontend/src/i18n/zh-cn.json @@ -272,5 +272,10 @@ "minutes": "分钟", "seconds": "秒", "unit": "时间单位" + }, + "available_csv_separators": { + "comma": "Comma (,)", + "semicolon": "Semicolon (;)", + "both": "Both (,) and (;)" } }