From 5dae2f334a1c13645f48fcd772b122d438627b4c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 10:11:51 +0000 Subject: [PATCH] feat: Translate frontend/src/i18n/en.json in zh_CN 95% of minimum 50% translated source file: 'frontend/src/i18n/en.json' on 'zh_CN'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- frontend/src/i18n/zh-cn.json | 5 +++++ 1 file changed, 5 insertions(+) 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 (;)" } }