From cf7a1ba66458cfcc57b19d678d9e6bc7817827ee Mon Sep 17 00:00:00 2001 From: eafonyang Date: Tue, 8 Sep 2026 14:19:32 +0800 Subject: [PATCH] =?UTF-8?q?i18n(locales):=20=E4=B8=BA=E5=A4=9A=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E6=B7=BB=E5=8A=A0=E8=87=AA=E5=AE=9A=E4=B9=89=E9=80=89?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在所有语言的选项列表中新增“Custom”条目 - 保持了现有条目的顺序和格式一致 - 涉及语言包括德语、英语、西班牙语、法语、中文及繁体中文版本 --- client/src/locales/data-de.json | 3 ++- client/src/locales/data-en.json | 3 ++- client/src/locales/data-es.json | 3 ++- client/src/locales/data-fr.json | 3 ++- client/src/locales/data-zh-HK.json | 3 ++- client/src/locales/data-zh.json | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/client/src/locales/data-de.json b/client/src/locales/data-de.json index 0493d76..4a19009 100644 --- a/client/src/locales/data-de.json +++ b/client/src/locales/data-de.json @@ -109,7 +109,8 @@ "options": [ "BS2B Standard (700 Hz, 4,5 dB)", "BS2B Populär (700 Hz, 6 dB)", - "BS2B Entspannt (650 Hz, 9,5 dB)" + "BS2B Entspannt (650 Hz, 9,5 dB)", + "Custom" ] }, "hearing": { diff --git a/client/src/locales/data-en.json b/client/src/locales/data-en.json index 39258fa..b4fd914 100644 --- a/client/src/locales/data-en.json +++ b/client/src/locales/data-en.json @@ -109,7 +109,8 @@ "options": [ "BS2B default (700 Hz, 4.5 dB)", "BS2B popular (700 Hz, 6 dB)", - "BS2B relax (650 Hz, 9.5 dB)" + "BS2B relax (650 Hz, 9.5 dB)", + "Custom" ] }, "hearing": { diff --git a/client/src/locales/data-es.json b/client/src/locales/data-es.json index 6c5d727..185394a 100644 --- a/client/src/locales/data-es.json +++ b/client/src/locales/data-es.json @@ -109,7 +109,8 @@ "options": [ "BS2B predeterminado (700 Hz, 4,5 dB)", "BS2B popular (700 Hz, 6 dB)", - "BS2B relajado (650 Hz, 9,5 dB)" + "BS2B relajado (650 Hz, 9,5 dB)", + "Custom" ] }, "hearing": { diff --git a/client/src/locales/data-fr.json b/client/src/locales/data-fr.json index 21b756c..0fdebcc 100644 --- a/client/src/locales/data-fr.json +++ b/client/src/locales/data-fr.json @@ -109,7 +109,8 @@ "options": [ "BS2B défaut (700 Hz, 4,5 dB)", "BS2B populaire (700 Hz, 6 dB)", - "BS2B relax (650 Hz, 9,5 dB)" + "BS2B relax (650 Hz, 9,5 dB)", + "Custom" ] }, "hearing": { diff --git a/client/src/locales/data-zh-HK.json b/client/src/locales/data-zh-HK.json index 2f297d5..6b3f7fb 100644 --- a/client/src/locales/data-zh-HK.json +++ b/client/src/locales/data-zh-HK.json @@ -102,7 +102,8 @@ "options": [ "BS2B default(700Hz,4.5dB)", "BS2B polular(700Hz,6dB)", - "BS2B relax(650Hz,9.5dB)" + "BS2B relax(650Hz,9.5dB)", + "Custom" ] }, "hearing": { diff --git a/client/src/locales/data-zh.json b/client/src/locales/data-zh.json index 79e188c..d2302f9 100644 --- a/client/src/locales/data-zh.json +++ b/client/src/locales/data-zh.json @@ -102,7 +102,8 @@ "options": [ "BS2B default(700Hz,4.5dB)", "BS2B polular(700Hz,6dB)", - "BS2B relax(650Hz,9.5dB)" + "BS2B relax(650Hz,9.5dB)", + "Custom" ] }, "hearing": {