From 04880e8dc734e1935d4dbf579421623143852772 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:10:45 +0000 Subject: [PATCH] feat: Translate frontend/src/i18n/en.json in ja 92% of minimum 50% translated source file: 'frontend/src/i18n/en.json' on 'ja'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- frontend/src/i18n/ja.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/i18n/ja.json b/frontend/src/i18n/ja.json index d1a6bcc7..27019fa2 100644 --- a/frontend/src/i18n/ja.json +++ b/frontend/src/i18n/ja.json @@ -272,5 +272,10 @@ "minutes": "分", "seconds": "秒", "unit": "時間の単位" + }, + "available_csv_separators": { + "comma": "Comma (,)", + "semicolon": "Semicolon (;)", + "both": "Both (,) and (;)" } }